mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-08-18 09:06:22 +00:00
25 lines
1.1 KiB
JavaScript
Executable File
25 lines
1.1 KiB
JavaScript
Executable File
/*
|
|
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'wsc', 'fr', {
|
|
btnIgnore: 'Ignorer',
|
|
btnIgnoreAll: 'Ignorer tout',
|
|
btnReplace: 'Remplacer',
|
|
btnReplaceAll: 'Remplacer tout',
|
|
btnUndo: 'Annuler',
|
|
changeTo: 'Modifier pour',
|
|
errorLoading: 'Erreur du chargement du service depuis l\'hôte : %s.',
|
|
ieSpellDownload: 'La vérification d\'orthographe n\'est pas installée. Voulez-vous la télécharger maintenant?',
|
|
manyChanges: 'Vérification de l\'orthographe terminée : %1 mots corrigés.',
|
|
noChanges: 'Vérification de l\'orthographe terminée : Aucun mot corrigé.',
|
|
noMispell: 'Vérification de l\'orthographe terminée : aucune erreur trouvée.',
|
|
noSuggestions: '- Aucune suggestion -',
|
|
notAvailable: 'Désolé, le service est indisponible actuellement.',
|
|
notInDic: 'N\'existe pas dans le dictionnaire.',
|
|
oneChange: 'Vérification de l\'orthographe terminée : Un seul mot corrigé.',
|
|
progress: 'Vérification de l\'orthographe en cours...',
|
|
title: 'Vérifier l\'orthographe',
|
|
toolbar: 'Vérifier l\'orthographe'
|
|
});
|