first commit
This commit is contained in:
34
libraries/ckeditor/plugins/bootstrapCollapse/lang/pl.js
Normal file
34
libraries/ckeditor/plugins/bootstrapCollapse/lang/pl.js
Normal file
@@ -0,0 +1,34 @@
|
||||
CKEDITOR.plugins.setLang('bootstrapCollapse', 'pl', {//Polish
|
||||
plugin : 'Lista rozwijana',
|
||||
title : 'Tytuł',
|
||||
content : 'Zawartość',
|
||||
htmlIsAllowed : 'dozwolony jest HTML',
|
||||
addNewItem : 'Dodaj nowy element',
|
||||
minimum : 'Lista rozwijana musi zawierać co najmniej jeden element',
|
||||
link : 'Powiązanie',
|
||||
style : 'Rozmiar',
|
||||
type : 'Typ',
|
||||
size : 'Rozmiar',
|
||||
blockLevel : 'Zablokuj Poziom',
|
||||
active : 'Aktywny',
|
||||
enabled : 'Włączone',
|
||||
text : 'Tekst',
|
||||
preview : 'Zapowiedź',
|
||||
optional : 'Fakultatywny',
|
||||
badge : 'Odznaka',
|
||||
caption : 'Podpis',
|
||||
image : 'Obraz',
|
||||
delete : 'Czy na pewno chcesz usunąć ten obiekt?',
|
||||
items : 'Przedmiotów',
|
||||
settings : 'Ustawienia',
|
||||
expandFirstItem : 'Rozwiń pierwszy element',
|
||||
yes : 'Tak',
|
||||
no : 'Nie',
|
||||
theme : 'Motyw',
|
||||
default : 'Domyślny',
|
||||
primary : 'Primary',
|
||||
success : 'Success',
|
||||
info : 'Info',
|
||||
warning : 'Warning',
|
||||
danger : 'Danger'
|
||||
});
|
||||
Reference in New Issue
Block a user