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]

git-svn-id: svn://10.0.0.236/trunk@239423 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
reed%reedloden.com
2007-11-15 06:45:36 +00:00
parent 4922459305
commit ea7a40e46b
3 changed files with 18 additions and 0 deletions

View File

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

View File

@@ -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">

View File

@@ -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">