]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - sources/plugins/wsc/lang/en.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / wsc / lang / en.js
CommitLineData
7adcb81e
IB
1/*\r
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
3For licensing, see LICENSE.html or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'wsc', 'en', {\r
6 btnIgnore: 'Ignore',\r
7 btnIgnoreAll: 'Ignore All',\r
8 btnReplace: 'Replace',\r
9 btnReplaceAll: 'Replace All',\r
10 btnUndo: 'Undo',\r
11 changeTo: 'Change to',\r
12 errorLoading: 'Error loading application service host: %s.',\r
13 ieSpellDownload: 'Spell checker not installed. Do you want to download it now?',\r
14 manyChanges: 'Spell check complete: %1 words changed',\r
15 noChanges: 'Spell check complete: No words changed',\r
16 noMispell: 'Spell check complete: No misspellings found',\r
17 noSuggestions: '- No suggestions -',\r
18 notAvailable: 'Sorry, but service is unavailable now.',\r
19 notInDic: 'Not in dictionary',\r
20 oneChange: 'Spell check complete: One word changed',\r
21 progress: 'Spell check in progress...',\r
22 title: 'Spell Checker',\r
23 toolbar: 'Check Spelling'\r
24});\r