first commit

This commit is contained in:
2024-10-25 23:02:37 +02:00
commit faeb2e52e8
7653 changed files with 1095335 additions and 0 deletions

View 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'
});