diff options
Diffstat (limited to 'l10n-fr/suite/chrome/common/pref/pref-links.dtd')
-rw-r--r-- | l10n-fr/suite/chrome/common/pref/pref-links.dtd | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/l10n-fr/suite/chrome/common/pref/pref-links.dtd b/l10n-fr/suite/chrome/common/pref/pref-links.dtd new file mode 100644 index 0000000000..086c484c0c --- /dev/null +++ b/l10n-fr/suite/chrome/common/pref/pref-links.dtd @@ -0,0 +1,29 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY linksHeader.label "Liens"> +<!ENTITY newWindow.label "Comportement d’ouverture des liens"> +<!ENTITY newWindowDescription.label "Forcer les liens ouvrant une nouvelle fenêtre à s’ouvrir dans :"> +<!ENTITY newWindowRestriction.label "Lorsqu’un script veut ouvrir une nouvelle fenêtre :"> +<!ENTITY external.label "Liens provenant d’autres applications"> +<!ENTITY externalDescription.label "Ouvrir les liens provenant d’autres applications dans :"> + +<!ENTITY openCurrent.label "Le même onglet/la même fenêtre que le lien"> +<!ENTITY newWindowGroupCurrent.accesskey "L"> +<!ENTITY externalGroupCurrent.accesskey "/"> + +<!ENTITY openTab.label "Un nouvel onglet"> +<!ENTITY newWindowGroupTab.accesskey "U"> +<!ENTITY externalGroupTab.accesskey "n"> + +<!ENTITY openWindow.label "Une nouvelle fenêtre"> +<!ENTITY newWindowGroupWindow.accesskey "v"> +<!ENTITY externalGroupWindow.accesskey "f"> + +<!ENTITY divertAll.label "Toujours forcer l’affichage des fenêtres dans des onglets"> +<!ENTITY divertAll.accesskey "T"> +<!ENTITY divertNoFeatures.label "Ne pas forcer l’affichage des fenêtres dans des onglets"> +<!ENTITY divertNoFeatures.accesskey "p"> +<!ENTITY dontDivert.label "Toujours ouvrir de nouvelles fenêtres"> +<!ENTITY dontDivert.accesskey "o"> |