diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-fr/suite/chrome/editor/prefs/pref-composer.dtd | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-fr/suite/chrome/editor/prefs/pref-composer.dtd')
-rw-r--r-- | l10n-fr/suite/chrome/editor/prefs/pref-composer.dtd | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/l10n-fr/suite/chrome/editor/prefs/pref-composer.dtd b/l10n-fr/suite/chrome/editor/prefs/pref-composer.dtd new file mode 100644 index 0000000000..5fd98946c0 --- /dev/null +++ b/l10n-fr/suite/chrome/editor/prefs/pref-composer.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/. --> + +<!-- extracted from content/pref-composer.xul --> + +<!--LOCALIZATION NOTE : FILE 'Composer' prefs dialog. Similar to Communcator 4.x Document Properties/Colors and Background --> + +<!--LOCALIZATION NOTE (pref.composer.title): DONT_TRANSLATE --> +<!ENTITY pref.composer.title "Composeur"> +<!ENTITY recentFiles.title "Menu des pages récemment ouvertes"> +<!ENTITY documentsInMenu.label "Nombre maximum de pages listées :"> +<!ENTITY documentsInMenu.accesskey "N"> +<!ENTITY savingFiles.title "À l’enregistrement ou à la publication des pages"> +<!ENTITY preserveExisting.label "Conserver la structure HTML existante"> +<!ENTITY preserveExisting.accesskey "o"> +<!ENTITY preserveExisting.tooltip "Conserver les sauts de lignes et le formatage original du code de la page"> +<!ENTITY saveAssociatedFiles.label "Inclure les images et fichiers associés lors de l’enregistrement d’une page"> +<!ENTITY saveAssociatedFiles.accesskey "I"> +<!ENTITY showPublishDialog.label "Toujours afficher la fenêtre de publication avant de publier une page"> +<!ENTITY showPublishDialog.accesskey "T"> +<!ENTITY composerEditing.label "Édition"> +<!ENTITY maintainStructure.label "Préserver la structure des tableaux lors de l’insertion ou la suppression de cellules"> +<!ENTITY maintainStructure.tooltip "Conserver l’aspect rectangulaire des tableaux en ajoutant automatiquement des cellules après l’ajout ou la suppression de cellules"> +<!ENTITY maintainStructure.accesskey "P"> +<!ENTITY useCSS.label "Utiliser les styles CSS plutôt que les éléments et attributs HTML"> +<!ENTITY useCSS.accesskey "U"> +<!ENTITY crInPCreatesNewP.label "La touche Entrée dans un paragraphe crée toujours un nouveau paragraphe"> +<!ENTITY crInPCreatesNewP.accesskey "L"> |