1 line
628 B
JavaScript
1 line
628 B
JavaScript
CKEDITOR.plugins.setLang('jsplus_bootstrap_breadcrumbs', 'en', {
|
|
jsplus_breadcrumbs_title: 'Insert or edit breadcrumbs',
|
|
jsplus_bootstrap_breadcrumbs_title: 'Insert or edit Bootstrap breadcrumbs',
|
|
jsplus_foundation_breadcrumbs_title: 'Insert or edit Foundation breadcrumbs',
|
|
|
|
preview: 'Preview',
|
|
|
|
sample_title_1: 'Site root',
|
|
sample_title_2: 'Section',
|
|
sample_title_3: 'Current page',
|
|
|
|
option_unavailable: 'Unavailable', // F only
|
|
option_current: 'Current',
|
|
option_title: 'Title',
|
|
option_link: 'Link',
|
|
|
|
button_add: 'Add new item',
|
|
|
|
btn_ok: "OK",
|
|
btn_cancel: "Cancel"
|
|
} ); |