aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/wsc/lang/fr-ca.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/wsc/lang/fr-ca.js')
-rw-r--r--sources/plugins/wsc/lang/fr-ca.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/sources/plugins/wsc/lang/fr-ca.js b/sources/plugins/wsc/lang/fr-ca.js
new file mode 100644
index 00000000..37f84c8a
--- /dev/null
+++ b/sources/plugins/wsc/lang/fr-ca.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-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});