first commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
CKEDITOR.plugins.setLang(
|
||||
'jsplus_bootstrap_advanced_blocks',
|
||||
'en', {
|
||||
title: 'Show blocks',
|
||||
|
||||
dlg_insert_tag_title: 'Insert tag',
|
||||
dlg_insert_tag_label_name: 'Name of tag:',
|
||||
|
||||
dlg_insert_table_label_header: '+ Header',
|
||||
dlg_insert_table_title: 'Insert table',
|
||||
dlg_insert_table_label_stripped: 'Stripped',
|
||||
dlg_insert_table_label_bordered: 'Bordered',
|
||||
dlg_insert_table_label_condenced: 'Condenced',
|
||||
dlg_insert_table_label_width_100: 'Width 100%',
|
||||
|
||||
dlg_insert_code_title: 'Insert HTML Code',
|
||||
dlg_insert_code_label: 'HTML Code:'
|
||||
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user