first commit
This commit is contained in:
22
libraries/ckeditor/plugins/bootstrapCarousel/lang/cs.js
Normal file
22
libraries/ckeditor/plugins/bootstrapCarousel/lang/cs.js
Normal file
@@ -0,0 +1,22 @@
|
||||
CKEDITOR.plugins.setLang('bootstrapCarousel', 'cs', {//czech
|
||||
plugin : 'Bootstrap Carousel',
|
||||
title : 'Název',
|
||||
content : 'Obsah',
|
||||
htmlIsAllowed : 'HTML Je Povoleno',
|
||||
addNewItem : 'Přidat Novou Položku',
|
||||
minimum : 'Plugin musí obsahovat alespoň 1 položka',
|
||||
link : 'Odkaz',
|
||||
style : 'Styl',
|
||||
type : 'Typ',
|
||||
size : 'Velikost',
|
||||
blockLevel : 'Block Level',
|
||||
active : 'Aktivní',
|
||||
enabled : 'Povoleno',
|
||||
text : 'Text',
|
||||
preview : 'Preview',
|
||||
optional : 'Volitelný',
|
||||
badge : 'Odznak',
|
||||
caption : 'Titulek',
|
||||
image : 'Obraz',
|
||||
delete : 'Jste si jisti, že chcete tuto položku smazat?'
|
||||
});
|
||||
Reference in New Issue
Block a user