fr-ca.js 1.1 KB

123456789101112131415161718192021222324
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.html or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'wsc', 'fr-ca', {
  6. btnIgnore: 'Ignorer',
  7. btnIgnoreAll: 'Ignorer tout',
  8. btnReplace: 'Remplacer',
  9. btnReplaceAll: 'Remplacer tout',
  10. btnUndo: 'Annuler',
  11. changeTo: 'Changer en',
  12. errorLoading: 'Error loading application service host: %s.',
  13. ieSpellDownload: 'Le Correcteur d\'orthographe n\'est pas installé. Souhaitez-vous le télécharger maintenant?',
  14. manyChanges: 'Vérification d\'orthographe terminée: %1 mots modifiés',
  15. noChanges: 'Vérification d\'orthographe terminée: Pas de modifications',
  16. noMispell: 'Vérification d\'orthographe terminée: pas d\'erreur trouvée',
  17. noSuggestions: '- Pas de suggestion -',
  18. notAvailable: 'Sorry, but service is unavailable now.',
  19. notInDic: 'Pas dans le dictionnaire',
  20. oneChange: 'Vérification d\'orthographe terminée: Un mot modifié',
  21. progress: 'Vérification d\'orthographe en cours...',
  22. title: 'Spell Checker',
  23. toolbar: 'Orthographe'
  24. });