diff options
Diffstat (limited to 'l10n-fr/mail/chrome/messenger/messengercompose/EditorSpellCheck.dtd')
-rw-r--r-- | l10n-fr/mail/chrome/messenger/messengercompose/EditorSpellCheck.dtd | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/l10n-fr/mail/chrome/messenger/messengercompose/EditorSpellCheck.dtd b/l10n-fr/mail/chrome/messenger/messengercompose/EditorSpellCheck.dtd new file mode 100644 index 0000000000..df08fa9f58 --- /dev/null +++ b/l10n-fr/mail/chrome/messenger/messengercompose/EditorSpellCheck.dtd @@ -0,0 +1,38 @@ +<!-- 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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Vérification de l’orthographe"> + +<!ENTITY misspelledWord.label "Mot mal orthographié :"> +<!ENTITY wordEditField.label "Remplacer par :"> +<!ENTITY wordEditField.accessKey "c"> +<!ENTITY checkwordButton.label "Vérifier le mot"> +<!ENTITY checkwordButton.accessKey "f"> +<!ENTITY suggestions.label "Suggestions :"> +<!ENTITY suggestions.accessKey "g"> +<!ENTITY ignoreButton.label "Ignorer"> +<!ENTITY ignoreButton.accessKey "I"> +<!ENTITY ignoreAllButton.label "Tout ignorer"> +<!ENTITY ignoreAllButton.accessKey "n"> +<!ENTITY replaceButton.label "Remplacer"> +<!ENTITY replaceButton.accessKey "R"> +<!ENTITY replaceAllButton.label "Tout remplacer"> +<!ENTITY replaceAllButton.accessKey "T"> +<!ENTITY stopButton.label "Arrêter"> +<!ENTITY stopButton.accessKey "A"> +<!ENTITY userDictionary.label "Dictionnaire personnel :"> +<!ENTITY moreDictionaries.label "Télécharger d’autres dictionnaires…"> +<!ENTITY addToUserDictionaryButton.label "Ajouter un mot"> +<!ENTITY addToUserDictionaryButton.accessKey "j"> +<!ENTITY editUserDictionaryButton.label "Modifier…"> +<!ENTITY editUserDictionaryButton.accessKey "M"> +<!ENTITY recheckButton2.label "Revérifier"> +<!ENTITY recheckButton2.accessKey "v"> +<!ENTITY closeButton.label "Fermer"> +<!ENTITY closeButton.accessKey "F"> +<!ENTITY sendButton.label "Envoyer"> +<!ENTITY sendButton.accessKey "E"> +<!ENTITY languagePopup.label "Langue :"> +<!ENTITY languagePopup.accessKey "L"> |