summaryrefslogtreecommitdiffstats
path: root/l10n-fr/suite/chrome/editor/dialogs/EditorSelectProperties.dtd
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
commit2aa4a82499d4becd2284cdb482213d541b8804dd (patch)
treeb80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-fr/suite/chrome/editor/dialogs/EditorSelectProperties.dtd
parentInitial commit. (diff)
downloadfirefox-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/dialogs/EditorSelectProperties.dtd')
-rw-r--r--l10n-fr/suite/chrome/editor/dialogs/EditorSelectProperties.dtd48
1 files changed, 48 insertions, 0 deletions
diff --git a/l10n-fr/suite/chrome/editor/dialogs/EditorSelectProperties.dtd b/l10n-fr/suite/chrome/editor/dialogs/EditorSelectProperties.dtd
new file mode 100644
index 0000000000..6727403bcc
--- /dev/null
+++ b/l10n-fr/suite/chrome/editor/dialogs/EditorSelectProperties.dtd
@@ -0,0 +1,48 @@
+<!-- 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 windowTitle.label "Propriétés des listes de sélection">
+
+<!ENTITY Select.label "Liste de sélection">
+<!ENTITY SelectName.label "Nom de la liste :">
+<!ENTITY SelectName.accesskey "N">
+<!ENTITY SelectSize.label "Hauteur :">
+<!ENTITY SelectSize.accesskey "H">
+<!ENTITY SelectMultiple.label "Sélection multiple">
+<!ENTITY SelectMultiple.accesskey "S">
+<!ENTITY SelectDisabled.label "Désactivée">
+<!ENTITY SelectDisabled.accesskey "D">
+<!ENTITY SelectTabIndex.label "Index de tabulation :">
+<!ENTITY SelectTabIndex.accesskey "I">
+
+<!ENTITY OptGroup.label "Groupe d’options">
+<!ENTITY OptGroupLabel.label "Étiquette :">
+<!ENTITY OptGroupLabel.accesskey "q">
+<!ENTITY OptGroupDisabled.label "Désactivé">
+<!ENTITY OptGroupDisabled.accesskey "D">
+
+<!ENTITY Option.label "Option">
+<!ENTITY OptionText.label "Texte :">
+<!ENTITY OptionText.accesskey "T">
+<!ENTITY OptionValue.label "Valeur :">
+<!ENTITY OptionValue.accesskey "V">
+<!ENTITY OptionSelected.label "Initialement sélectionnée">
+<!ENTITY OptionSelected.accesskey "I">
+<!ENTITY OptionDisabled.label "Désactivée">
+<!ENTITY OptionDisabled.accesskey "D">
+
+<!ENTITY TextHeader.label "Texte">
+<!ENTITY ValueHeader.label "Valeur">
+<!ENTITY SelectedHeader.label "Sélectionnée">
+
+<!ENTITY AddOption.label "Ajouter une option">
+<!ENTITY AddOption.accesskey "o">
+<!ENTITY AddOptGroup.label "Ajouter un groupe">
+<!ENTITY AddOptGroup.accesskey "g">
+<!ENTITY RemoveElement.label "Enlever">
+<!ENTITY RemoveElement.accesskey "E">
+<!ENTITY MoveElementUp.label "Monter">
+<!ENTITY MoveElementUp.accesskey "M">
+<!ENTITY MoveElementDown.label "Descendre">
+<!ENTITY MoveElementDown.accesskey "c">