en.js 952 B

123456789101112131415161718192021222324
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.html or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'wsc', 'en', {
  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. });