fr-ca.js 655 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-ca', {
  6. IdInputLabel: 'ID',
  7. advisoryTitleInputLabel: 'Titre',
  8. cssClassInputLabel: 'Classes CSS',
  9. edit: 'Modifier le DIV',
  10. inlineStyleInputLabel: 'Style en ligne',
  11. langDirLTRLabel: 'De gauche à droite (LTR)',
  12. langDirLabel: 'Sens d\'écriture',
  13. langDirRTLLabel: 'De droite à gauche (RTL)',
  14. languageCodeInputLabel: 'Code de langue',
  15. remove: 'Supprimer le DIV',
  16. styleSelectLabel: 'Style',
  17. title: 'Créer un DIV',
  18. toolbar: 'Créer un DIV'
  19. } );