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"
|
||||
} );
|
||||
Reference in New Issue
Block a user