fr.js 671 B

12345678910111213141516171819
  1. /*
  2. Copyright (c) 2003-2015, 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: '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. } );