aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/wsc/lang/en-ca.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/wsc/lang/en-ca.js')
-rw-r--r--sources/plugins/wsc/lang/en-ca.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/sources/plugins/wsc/lang/en-ca.js b/sources/plugins/wsc/lang/en-ca.js
new file mode 100644
index 00000000..312d285c
--- /dev/null
+++ b/sources/plugins/wsc/lang/en-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', 'en-ca', {
6 btnIgnore: 'Ignore',
7 btnIgnoreAll: 'Ignore All',
8 btnReplace: 'Replace',
9 btnReplaceAll: 'Replace All',
10 btnUndo: 'Undo',
11 changeTo: 'Change to',
12 errorLoading: 'Error loading application service host: %s.',
13 ieSpellDownload: 'Spell checker not installed. Do you want to download it now?',
14 manyChanges: 'Spell check complete: %1 words changed',
15 noChanges: 'Spell check complete: No words changed',
16 noMispell: 'Spell check complete: No misspellings found',
17 noSuggestions: '- No suggestions -',
18 notAvailable: 'Sorry, but service is unavailable now.',
19 notInDic: 'Not in dictionary',
20 oneChange: 'Spell check complete: One word changed',
21 progress: 'Spell check in progress...',
22 title: 'Spell Checker',
23 toolbar: 'Check Spelling'
24});