34 lines
926 B
JavaScript
34 lines
926 B
JavaScript
CKEDITOR.plugins.setLang('bootstrapCollapse', 'ro', {//Romanian
|
|
plugin : 'Reducere Bootstrap',
|
|
title : 'Titlu',
|
|
content : 'Conținut',
|
|
htmlIsAllowed : 'HTML Este Permise',
|
|
addNewItem : 'Add New Item',
|
|
minimum : 'Plugin trebuie să conțină cel puțin 1 articol',
|
|
link : 'Legătură',
|
|
style : 'Stil',
|
|
type : 'Tip',
|
|
size : 'Dimensiune',
|
|
blockLevel : 'Bloc Nivel',
|
|
active : 'Activ',
|
|
enabled : 'Activat',
|
|
text : 'Text',
|
|
preview : 'Avanpremieră',
|
|
optional : 'Facultativ',
|
|
badge : 'Insignă',
|
|
caption : 'Legendă',
|
|
image : 'Imagine',
|
|
delete : 'Sunteți sigur că doriți să ștergeți acest articol?',
|
|
items : 'Articole',
|
|
settings : 'Setările',
|
|
expandFirstItem : 'Extinde Primul Articol',
|
|
yes : 'Da',
|
|
no : 'Nu',
|
|
theme : 'Temă',
|
|
default : 'Mod Implicit',
|
|
primary : 'primary',
|
|
success : 'Succes',
|
|
info : 'Info',
|
|
warning : 'Avertizare',
|
|
danger : 'Pericol'
|
|
}); |