]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/find/lang/bg.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / find / lang / bg.js
1 /*
2 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.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 } );