first commit

This commit is contained in:
2024-11-17 19:56:17 +01:00
commit 81b1185f8e
6599 changed files with 832395 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
CKEDITOR.plugins.setLang('jsplus_bootstrap_table_new', 'en', {
jsplus_custom_templates_title: 'Wstaw własny szablon',
jsplus_templates_title: 'Wstaw szablon',
jsplus_bootstrap_templates_title: 'Wstaw szablon Bootstrap',
jsplus_foundation_templates_title: 'Wstaw szablon Foundation',
jsplus_table_new_title: 'Wstaw tabelę',
jsplus_bootstrap_table_new_title: 'Wstaw tabelę Bootstrap',
jsplus_foundation_table_new_title: 'Wstaw tabelę Foundation',
jsplus_alert_title: 'Dodaj alert',
jsplus_bootstrap_alert_title: 'Dodaj alert Bootstrap',
jsplus_foundation_alert_title: 'Dodaj alert Foundation',
jsplus_table_width_100: 'Szerokość 100%',
jsplus_table_add_header: 'Dodaj nagłówki',
jsplus_bootstrap_table_new_striped: 'Pasiastą',
jsplus_bootstrap_table_new_bordered: 'Z obramowaniem',
jsplus_bootstrap_table_new_condensed: 'Zagęszczoną',
jsplus_table_class: 'Dod. klasy',
jsplus_table_style: 'Dod. style',
select_element_first: 'Najpierw wybierz element',
btn_ok: "Zatwierdź",
btn_cancel: "Anuluj"
} );

View File

@@ -0,0 +1,29 @@
CKEDITOR.plugins.setLang('jsplus_bootstrap_table_new', 'ru', {
jsplus_custom_templates_title: 'Вставить пользовательский шаблон',
jsplus_templates_title: 'Вставить шаблон',
jsplus_bootstrap_templates_title: 'Вставить шаблон Bootstrap',
jsplus_foundation_templates_title: 'Вставить шаблон Foundation',
jsplus_table_title: 'Вставить таблицу',
jsplus_bootstrap_table_title: 'Вставить таблицу Bootstrap',
jsplus_foundation_table_title: 'Вставить таблицу Foundation',
jsplus_alert_title: 'Вставить сообщение',
jsplus_bootstrap_alert_title: 'Вставить сообщение Bootstrap',
jsplus_foundation_alert_title: 'Вставить сообщение Foundation',
jsplus_table_width_100: 'Ширина 100%',
jsplus_table_add_header: 'Заголовок',
jsplus_bootstrap_table_striped: 'Полосатая',
jsplus_bootstrap_table_bordered: 'С границами',
jsplus_bootstrap_table_condensed: 'Компактная',
jsplus_table_class: 'Доп. класс',
jsplus_table_style: 'Доп. стиль',
select_element_first: 'Сначала выберите элемент',
btn_ok: "OK",
btn_cancel: "Отмена"
} );