]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/div/lang/bg.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / div / lang / bg.js
1 /*
2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'div', 'bg', {
6 IdInputLabel: 'ID',
7 advisoryTitleInputLabel: 'Препоръчително заглавие',
8 cssClassInputLabel: 'Класове за CSS',
9 edit: 'Промяна на Div',
10 inlineStyleInputLabel: 'В редица',
11 langDirLTRLabel: 'Ляво на Дясно (ЛнД)',
12 langDirLabel: 'Посока на езика',
13 langDirRTLLabel: 'Дясно на Ляво (ДнЛ)',
14 languageCodeInputLabel: ' Код на езика',
15 remove: 'Премахване на Div',
16 styleSelectLabel: 'Стил',
17 title: 'Създай Div блок',
18 toolbar: 'Създаване на Div контейнер'
19 } );