]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blob - sources/plugins/div/lang/fr.js
Add audio, color and fonts
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / div / lang / fr.js
1 /*
2 Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.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 } );