aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/bg.js
blob: 4fb174767cee9b252bf2f1565b9ae3b3f789360e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md 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: 'Търсене и препокриване'
} );