diff options
Diffstat (limited to 'l10n-fr/suite/chrome/common/pref/pref-download.dtd')
-rw-r--r-- | l10n-fr/suite/chrome/common/pref/pref-download.dtd | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/l10n-fr/suite/chrome/common/pref/pref-download.dtd b/l10n-fr/suite/chrome/common/pref/pref-download.dtd new file mode 100644 index 0000000000..fb9a769b47 --- /dev/null +++ b/l10n-fr/suite/chrome/common/pref/pref-download.dtd @@ -0,0 +1,31 @@ +<!-- 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 pref.download.title "Téléchargements"> + +<!ENTITY downloadBehavior.label "Au début d’un téléchargement"> +<!ENTITY doNothing.label "Ne rien ouvrir"> +<!ENTITY doNothing.accesskey "N"> +<!ENTITY openProgressDialog.label "Ouvrir une boîte de progression"> +<!ENTITY openProgressDialog.accesskey "u"> +<!ENTITY openDM.label "Ouvrir le gestionnaire de téléchargements"> +<!ENTITY openDM.accesskey "O"> +<!ENTITY flashWhenOpen.label "Faire seulement clignoter le gestionnaire de téléchargement s’il est ouvert"> +<!ENTITY flashWhenOpen.accesskey "F"> + +<!ENTITY downloadLocation.label "Lors de l’enregistrement d’un fichier"> +<!ENTITY saveTo.label "Enregistrer les fichiers sous"> +<!ENTITY saveTo.accesskey "E"> +<!ENTITY chooseDownloadFolder.label "Choisir un répertoire…"> +<!ENTITY chooseDownloadFolder.accesskey "C"> +<!ENTITY alwaysAsk.label "Toujours demander où enregistrer les fichiers"> +<!ENTITY alwaysAsk.accesskey "T"> + +<!ENTITY finishedBehavior.label "Lorsqu’un téléchargement est terminé"> +<!ENTITY playSound.label "Lecture"> +<!ENTITY playSound.accesskey "L"> +<!ENTITY browse.label "Parcourir…"> +<!ENTITY browse.accesskey "u"> +<!ENTITY playButton.label "Jouer un son"> +<!ENTITY playButton.accesskey "o"> |