From f0cfe83e3725f9a3928da97a6e3085e79cb25309 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 18 Mar 2013 10:26:24 +0400 Subject: upgrade dojo to 1.8.3 (refs #570) --- .../_editor/nls/fr/FontChoice.js.uncompressed.js | 25 +++++++++++ .../_editor/nls/fr/LinkDialog.js.uncompressed.js | 14 ++++++ lib/dijit/_editor/nls/fr/commands.js | 2 +- .../_editor/nls/fr/commands.js.uncompressed.js | 51 ++++++++++++++++++++++ 4 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 lib/dijit/_editor/nls/fr/FontChoice.js.uncompressed.js create mode 100644 lib/dijit/_editor/nls/fr/LinkDialog.js.uncompressed.js create mode 100644 lib/dijit/_editor/nls/fr/commands.js.uncompressed.js (limited to 'lib/dijit/_editor/nls/fr') diff --git a/lib/dijit/_editor/nls/fr/FontChoice.js.uncompressed.js b/lib/dijit/_editor/nls/fr/FontChoice.js.uncompressed.js new file mode 100644 index 000000000..8fba25433 --- /dev/null +++ b/lib/dijit/_editor/nls/fr/FontChoice.js.uncompressed.js @@ -0,0 +1,25 @@ +define( +"dijit/_editor/nls/fr/FontChoice", ({ + fontSize: "Taille", + fontName: "Police", + formatBlock: "Mise en forme", + serif: "serif", + "sans-serif": "sans serif", + monospace: "espacement fixe", + cursive: "cursive", + fantasy: "fantaisie", + noFormat: "Néant", + p: "Paragraphe", + h1: "En-tête", + h2: "Sous-en-tête", + h3: "Sous-sous-en-tête", + pre: "Pré-mise en forme", + 1: "très très petite", + 2: "très petite", + 3: "petite", + 4: "moyenne", + 5: "grande", + 6: "très grande", + 7: "très très grande" +}) +); diff --git a/lib/dijit/_editor/nls/fr/LinkDialog.js.uncompressed.js b/lib/dijit/_editor/nls/fr/LinkDialog.js.uncompressed.js new file mode 100644 index 000000000..46ee185ad --- /dev/null +++ b/lib/dijit/_editor/nls/fr/LinkDialog.js.uncompressed.js @@ -0,0 +1,14 @@ +define( +"dijit/_editor/nls/fr/LinkDialog", ({ + createLinkTitle: "Propriétés du lien", + insertImageTitle: "Propriétés de l'image", + url: "URL :", + text: "Description :", + target: "Cible :", + set: "Définir", + currentWindow: "Fenêtre actuelle", + parentWindow: "Fenêtre parent", + topWindow: "Fenêtre supérieure", + newWindow: "Nouvelle fenêtre" +}) +); diff --git a/lib/dijit/_editor/nls/fr/commands.js b/lib/dijit/_editor/nls/fr/commands.js index b1b471b54..cb25f3633 100644 --- a/lib/dijit/_editor/nls/fr/commands.js +++ b/lib/dijit/_editor/nls/fr/commands.js @@ -1,2 +1,2 @@ //>>built -define("dijit/_editor/nls/fr/commands",({"bold":"Gras","copy":"Copier","cut":"Couper","delete":"Supprimer","indent":"Retrait","insertHorizontalRule":"Règle horizontale","insertOrderedList":"Liste numérotée","insertUnorderedList":"Liste à puces","italic":"Italique","justifyCenter":"Aligner au centre","justifyFull":"Justifier","justifyLeft":"Aligner à gauche","justifyRight":"Aligner à droite","outdent":"Retrait négatif","paste":"Coller","redo":"Rétablir","removeFormat":"Supprimer la mise en forme","selectAll":"Sélectionner tout","strikethrough":"Barrer","subscript":"Indice","superscript":"Exposant","underline":"Souligner","undo":"Annuler","unlink":"Supprimer le lien","createLink":"Créer un lien","toggleDir":"Changer de sens","insertImage":"Insérer une image","insertTable":"Insérer/Modifier un tableau","toggleTableBorder":"Afficher/Masquer la bordure du tableau","deleteTable":"Supprimer le tableau","tableProp":"Propriété du tableau","htmlToggle":"Source HTML","foreColor":"Couleur d'avant-plan","hiliteColor":"Couleur d'arrière-plan","plainFormatBlock":"Style de paragraphe","formatBlock":"Style de paragraphe","fontSize":"Taille de police","fontName":"Nom de police","tabIndent":"Retrait de tabulation","fullScreen":"Basculer en plein écran","viewSource":"Afficher la source HTML","print":"Imprimer","newPage":"Nouvelle page","systemShortcut":"L'action \"${0}\" est disponible dans votre navigateur uniquement, par le biais d'un raccourci-clavier. Utilisez ${1}."})); \ No newline at end of file +define("dijit/_editor/nls/fr/commands",({"bold":"Gras","copy":"Copier","cut":"Couper","delete":"Supprimer","indent":"Retrait","insertHorizontalRule":"Règle horizontale","insertOrderedList":"Liste numérotée","insertUnorderedList":"Liste à puces","italic":"Italique","justifyCenter":"Aligner au centre","justifyFull":"Justifier","justifyLeft":"Aligner à gauche","justifyRight":"Aligner à droite","outdent":"Retrait négatif","paste":"Coller","redo":"Rétablir","removeFormat":"Supprimer la mise en forme","selectAll":"Sélectionner tout","strikethrough":"Barrer","subscript":"Indice","superscript":"Exposant","underline":"Souligner","undo":"Annuler","unlink":"Supprimer le lien","createLink":"Créer un lien","toggleDir":"Changer de sens","insertImage":"Insérer une image","insertTable":"Insérer/Modifier un tableau","toggleTableBorder":"Afficher/Masquer la bordure du tableau","deleteTable":"Supprimer le tableau","tableProp":"Propriété du tableau","htmlToggle":"Source HTML","foreColor":"Couleur d'avant-plan","hiliteColor":"Couleur d'arrière-plan","plainFormatBlock":"Style de paragraphe","formatBlock":"Style de paragraphe","fontSize":"Taille de police","fontName":"Nom de police","tabIndent":"Retrait de tabulation","fullScreen":"Basculer en plein écran","viewSource":"Afficher la source HTML","print":"Imprimer","newPage":"Nouvelle page","systemShortcut":"L'action \"${0}\" est disponible dans votre navigateur uniquement, par le biais d'un raccourci-clavier. Utilisez ${1}.","ctrlKey":"ctrl+${0}","appleKey":"⌘${0}"})); \ No newline at end of file diff --git a/lib/dijit/_editor/nls/fr/commands.js.uncompressed.js b/lib/dijit/_editor/nls/fr/commands.js.uncompressed.js new file mode 100644 index 000000000..27b6a4031 --- /dev/null +++ b/lib/dijit/_editor/nls/fr/commands.js.uncompressed.js @@ -0,0 +1,51 @@ +define( +"dijit/_editor/nls/fr/commands", ({ + 'bold': 'Gras', + 'copy': 'Copier', + 'cut': 'Couper', + 'delete': 'Supprimer', + 'indent': 'Retrait', + 'insertHorizontalRule': 'Règle horizontale', + 'insertOrderedList': 'Liste numérotée', + 'insertUnorderedList': 'Liste à puces', + 'italic': 'Italique', + 'justifyCenter': 'Aligner au centre', + 'justifyFull': 'Justifier', + 'justifyLeft': 'Aligner à gauche', + 'justifyRight': 'Aligner à droite', + 'outdent': 'Retrait négatif', + 'paste': 'Coller', + 'redo': 'Rétablir', + 'removeFormat': 'Supprimer la mise en forme', + 'selectAll': 'Sélectionner tout', + 'strikethrough': 'Barrer', + 'subscript': 'Indice', + 'superscript': 'Exposant', + 'underline': 'Souligner', + 'undo': 'Annuler', + 'unlink': 'Supprimer le lien', + 'createLink': 'Créer un lien', + 'toggleDir': 'Changer de sens', + 'insertImage': 'Insérer une image', + 'insertTable': 'Insérer/Modifier un tableau', + 'toggleTableBorder': 'Afficher/Masquer la bordure du tableau', + 'deleteTable': 'Supprimer le tableau', + 'tableProp': 'Propriété du tableau', + 'htmlToggle': 'Source HTML', + 'foreColor': 'Couleur d\'avant-plan', + 'hiliteColor': 'Couleur d\'arrière-plan', + 'plainFormatBlock': 'Style de paragraphe', + 'formatBlock': 'Style de paragraphe', + 'fontSize': 'Taille de police', + 'fontName': 'Nom de police', + 'tabIndent': 'Retrait de tabulation', + "fullScreen": "Basculer en plein écran", + "viewSource": "Afficher la source HTML", + "print": "Imprimer", + "newPage": "Nouvelle page", + /* Error messages */ + 'systemShortcut': 'L\'action "${0}" est disponible dans votre navigateur uniquement, par le biais d\'un raccourci-clavier. Utilisez ${1}.', + 'ctrlKey':'ctrl+${0}', + 'appleKey':'\u2318${0}' // "command" or open-apple key on Macintosh +}) +); -- cgit v1.2.3