summaryrefslogtreecommitdiff
path: root/plugins/find/lang/bg.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/bg.js')
-rw-r--r--plugins/find/lang/bg.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/bg.js b/plugins/find/lang/bg.js
new file mode 100644
index 0000000..82c1381
--- /dev/null
+++ b/plugins/find/lang/bg.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'bg', {
+ find: 'Търсене',
+ findOptions: 'Find Options',
+ findWhat: 'Търси за:',
+ matchCase: 'Съвпадение',
+ matchCyclic: 'Циклично съвпадение',
+ matchWord: 'Съвпадение с дума',
+ notFoundMsg: 'Указаният текст не е намерен.',
+ replace: 'Препокриване',
+ replaceAll: 'Препокрий всички',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'Препокрива с:',
+ title: 'Търсене и препокриване'
+});