fr.js 1.2 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', {
  6. btnIgnore: 'Ignorer',
  7. btnIgnoreAll: 'Ignorer tout',
  8. btnReplace: 'Remplacer',
  9. btnReplaceAll: 'Remplacer tout',
  10. btnUndo: 'Annuler',
  11. changeTo: 'Modifier pour',
  12. errorLoading: 'Erreur du chargement du service depuis l\'hôte : %s.',
  13. ieSpellDownload: 'La vérification d\'orthographe n\'est pas installée. Voulez-vous la télécharger maintenant?',
  14. manyChanges: 'Vérification de l\'orthographe terminée : %1 mots corrigés.',
  15. noChanges: 'Vérification de l\'orthographe terminée : Aucun mot corrigé.',
  16. noMispell: 'Vérification de l\'orthographe terminée : aucune erreur trouvée.',
  17. noSuggestions: '- Aucune suggestion -',
  18. notAvailable: 'Désolé, le service est indisponible actuellement.',
  19. notInDic: 'N\'existe pas dans le dictionnaire.',
  20. oneChange: 'Vérification de l\'orthographe terminée : Un seul mot corrigé.',
  21. progress: 'Vérification de l\'orthographe en cours...',
  22. title: 'Vérifier l\'orthographe',
  23. toolbar: 'Vérifier l\'orthographe'
  24. });