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, 0 insertions, 18 deletions
diff --git a/plugins/find/lang/bg.js b/plugins/find/lang/bg.js
deleted file mode 100644
index 82c1381..0000000
--- a/plugins/find/lang/bg.js
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
-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: 'Търсене и препокриване'
-});