aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/fr.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/div/lang/fr.js')
-rw-r--r--sources/plugins/div/lang/fr.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/sources/plugins/div/lang/fr.js b/sources/plugins/div/lang/fr.js
new file mode 100644
index 00000000..20475163
--- /dev/null
+++ b/sources/plugins/div/lang/fr.js
@@ -0,0 +1,19 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'div', 'fr', {
6 IdInputLabel: 'Id',
7 advisoryTitleInputLabel: 'Advisory Title',
8 cssClassInputLabel: 'Classe CSS',
9 edit: 'Éditer la DIV',
10 inlineStyleInputLabel: 'Style en ligne',
11 langDirLTRLabel: 'Gauche à droite (LTR)',
12 langDirLabel: 'Sens d\'écriture',
13 langDirRTLLabel: 'Droite à gauche (RTL)',
14 languageCodeInputLabel: 'Code de langue',
15 remove: 'Enlever la DIV',
16 styleSelectLabel: 'Style',
17 title: 'Créer un container DIV',
18 toolbar: 'Créer un container DIV'
19} );