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