bg.js 1.2 KB

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', 'bg', {
  6. btnIgnore: 'Игнорирай',
  7. btnIgnoreAll: 'Игнорирай всичко',
  8. btnReplace: 'Препокриване',
  9. btnReplaceAll: 'Препокрий всичко',
  10. btnUndo: 'Възтанови',
  11. changeTo: 'Промени на',
  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: '- Няма препоръчани -',
  18. notAvailable: 'Съжаляваме, но услугата не е достъпна за момента',
  19. notInDic: 'Не е в речника',
  20. oneChange: 'Spell check complete: One word changed',
  21. progress: 'Проверява се правописа...',
  22. title: 'Проверка на правопис',
  23. toolbar: 'Проверка на правопис'
  24. });