aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/bg.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/bg.js')
-rw-r--r--sources/plugins/find/lang/bg.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/bg.js b/sources/plugins/find/lang/bg.js
new file mode 100644
index 00000000..4fb17476
--- /dev/null
+++ b/sources/plugins/find/lang/bg.js
@@ -0,0 +1,18 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'find', 'bg', {
6 find: 'Търсене',
7 findOptions: 'Find Options',
8 findWhat: 'Търси за:',
9 matchCase: 'Съвпадение',
10 matchCyclic: 'Циклично съвпадение',
11 matchWord: 'Съвпадение с дума',
12 notFoundMsg: 'Указаният текст не е намерен.',
13 replace: 'Препокриване',
14 replaceAll: 'Препокрий всички',
15 replaceSuccessMsg: '%1 occurrence(s) replaced.',
16 replaceWith: 'Препокрива с:',
17 title: 'Търсене и препокриване'
18} );