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 0000000..ca005db
--- /dev/null
+++ b/sources/plugins/div/lang/fr.js
@@ -0,0 +1,19 @@
1/*
2Copyright (c) 2003-2017, 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: 'Infobulle',
8 cssClassInputLabel: 'Classes de style',
9 edit: 'Modifier la division',
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 division',
16 styleSelectLabel: 'Style',
17 title: 'Créer une division',
18 toolbar: 'Créer une division'
19} );