summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/fr/commands.js.uncompressed.js
diff options
context:
space:
mode:
authorBarak Korren <[email protected]>2013-04-02 20:38:07 +0300
committerBarak Korren <[email protected]>2013-04-02 20:38:07 +0300
commit58a2577d48790c79adfd44bcfd662c980ce6cfe4 (patch)
tree523d814ea0b7b6f617fe515b186099c6e83fed72 /lib/dijit/_editor/nls/fr/commands.js.uncompressed.js
parente470a273cf09562fb2f9c0c899002303f19c8d16 (diff)
parentcc332603431102a682feda22b9cf0093a29f0176 (diff)
Merge branch 'master' of https://github.com/gothfox/Tiny-Tiny-RSS.git
Diffstat (limited to 'lib/dijit/_editor/nls/fr/commands.js.uncompressed.js')
-rw-r--r--lib/dijit/_editor/nls/fr/commands.js.uncompressed.js51
1 files changed, 0 insertions, 51 deletions
diff --git a/lib/dijit/_editor/nls/fr/commands.js.uncompressed.js b/lib/dijit/_editor/nls/fr/commands.js.uncompressed.js
deleted file mode 100644
index 27b6a4031..000000000
--- a/lib/dijit/_editor/nls/fr/commands.js.uncompressed.js
+++ /dev/null
@@ -1,51 +0,0 @@
-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
-})
-);