Files
2024-11-17 19:39:31 +01:00

22 lines
831 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
CKEDITOR.plugins.setLang('bootstrapTab', 'bg', {//bulgarian
plugin : 'Bootstrap Tab',
title : 'заглавие',
content : 'съдържание',
htmlIsAllowed : 'HTML е позволено',
addNewItem : 'Нова позиция',
minimum : 'Plugin трябва да съдържа най-малко 1 брой',
link : 'връзка',
style : 'стил',
type : 'тип',
size : 'размер',
blockLevel : 'Block Level',
active : 'активен',
enabled : 'Enabled',
text : 'текст',
preview : 'предварителен преглед',
optional : 'по избор',
badge : 'значка',
caption : 'Надпис',
image : 'изображение',
delete : 'Сигурни ли сте, че искате да изтриете този елемент?'
});