first commit
This commit is contained in:
29
libraries/ckeditor/plugins/jsplus_bootstrap_alert/lang/en.js
Normal file
29
libraries/ckeditor/plugins/jsplus_bootstrap_alert/lang/en.js
Normal file
@@ -0,0 +1,29 @@
|
||||
CKEDITOR.plugins.setLang('jsplus_bootstrap_alert', '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"
|
||||
} );
|
||||
29
libraries/ckeditor/plugins/jsplus_bootstrap_alert/lang/ru.js
Normal file
29
libraries/ckeditor/plugins/jsplus_bootstrap_alert/lang/ru.js
Normal file
@@ -0,0 +1,29 @@
|
||||
CKEDITOR.plugins.setLang('jsplus_bootstrap_alert', '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: "Отмена"
|
||||
} );
|
||||
Reference in New Issue
Block a user