aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/wsc/lang/fr.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/wsc/lang/fr.js')
-rw-r--r--sources/plugins/wsc/lang/fr.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/sources/plugins/wsc/lang/fr.js b/sources/plugins/wsc/lang/fr.js
new file mode 100644
index 00000000..f442bd9d
--- /dev/null
+++ b/sources/plugins/wsc/lang/fr.js
@@ -0,0 +1,24 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5CKEDITOR.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});