Bug 403646 - "[fr] DOMi update due to bug 398699, 398700 and 398603" [p=cedric.corazza@wanadoo.fr (Cédric Corazza) r=philippe a1.9=mconnor]

This commit is contained in:
reed@reedloden.com 2007-11-14 22:45:36 -08:00
Родитель 4e4ee186cb
Коммит e342193cc6
3 изменённых файлов: 18 добавлений и 0 удалений

Просмотреть файл

@ -46,6 +46,7 @@ include $(DEPTH)/config/autoconf.mk
ALL_LOCALES = \
en-US \
fr \
$(NULL)
include $(topsrcdir)/config/config.mk

Просмотреть файл

@ -3,6 +3,7 @@
<!ENTITY thDOMNodes.label "Nœuds DOM">
<!ENTITY btnInspect.label "Examiner">
<!ENTITY btnInspect.accesskey "x">
<!ENTITY bxDocPanel.title "Document">
<!ENTITY bxObjectPanel.title "Objet">
<!ENTITY btnSelecting.tooltip "Choisir un nœud à examiner en cliquant sur celui-ci ">
@ -46,6 +47,7 @@
<!ENTITY mnView.label "Affichage">
<!ENTITY mnView.accesskey "A">
<!ENTITY cmdToggleBrowser.label "Navigateur">
<!ENTITY cmdToggleBrowser.accesskey "N">
<!ENTITY cmdToggleSearch.label "Résultats de la recherche">
<!ENTITY browserPanel.label "Navigateur">

Просмотреть файл

@ -21,6 +21,7 @@
-
- Contributor(s):
- Shawn Wilsher <me@shawnwilsher.com>
- Ehsan Akhgari <ehsan.akhgari@gmail.com>
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or
@ -57,6 +58,7 @@
<!ENTITY cmdToggleProcessingInstructions.accesskey "h">
<!ENTITY cmdFlashSelected.label "Faire clignoter l'élément sélectionné">
<!ENTITY cmdFlashSelected.accesskey "F">
<!ENTITY cmdToggleAttributes.label "Afficher les attributs">
<!ENTITY cmdToggleAttributes.accesskey "t">
@ -83,13 +85,22 @@
<!ENTITY findNodes.title "Rechercher des nœuds">
<!ENTITY findNodesById.label "Id">
<!ENTITY findNodesById.accesskey "I">
<!ENTITY findNodesById.accesskey2 "d">
<!ENTITY findNodesByTag.label "Balise">
<!ENTITY findNodesByTag.accesskey "B">
<!ENTITY findNodesByTag.accesskey2 "e">
<!ENTITY findNodesByAttr.label "Attribut">
<!ENTITY findNodesByAttr.accesskey "A">
<!ENTITY findNodesByAttr.accesskey2 "r">
<!ENTITY findNodesByAttrValue.label "Valeur">
<!ENTITY findNodesByAttrValue.accesskey "V">
<!ENTITY findNodesSearchBy.label "Chercher par">
<!ENTITY findNodesDirection.label "Direction">
<!ENTITY findNodesDirectionUp.label "En haut">
<!ENTITY findNodesDirectionUp.accesskey "h">
<!ENTITY findNodesDirectionDown.label "En bas">
<!ENTITY findNodesDirectionDown.accesskey "b">
<!ENTITY findNodesFind.label "Rechercher">
<!ENTITY findNodesCancel.label "Annuler">
@ -109,11 +120,15 @@
<!ENTITY insertNode.title "Insérer un nœud">
<!ENTITY nodeType.label "Type de nœud :">
<!ENTITY nodeType.accesskey "T">
<!ENTITY nodeType.element.label "Élément">
<!ENTITY nodeType.text.label "Texte">
<!ENTITY namespaceURI.label "URI de l'espace de noms :">
<!ENTITY namespaceURI.accesskey "U">
<!ENTITY tagName.label "Nom de la balise :">
<!ENTITY tagName.accesskey "N">
<!ENTITY nodeValue.label "Valeur du nœud :">
<!ENTITY nodeValue.accesskey "V">
<!ENTITY namespaceTitle.null.label "null">
<!ENTITY namespaceTitle.default.label "Espace de noms par défaut du document">