1 line
884 B
JavaScript
1 line
884 B
JavaScript
CKEDITOR.plugins.setLang('jsplus_bootstrap_label', 'en', {
|
|
jsplus_bootstrap_label_title: 'Wstaw etykietę Bootstrap',
|
|
jsplus_foundation_label_title: 'Wstaw etykietę Foundation',
|
|
edit_label: 'Edytuj etykietę',
|
|
option_title: 'Tytuł',
|
|
option_corners: 'Rogi',
|
|
preview: 'Podgląd',
|
|
|
|
value_style_default: 'Default', // B only
|
|
value_style_primary: 'Primary', // B only
|
|
value_style_info: 'Info', // B only
|
|
value_style_success: 'Success',
|
|
value_style_warning: 'Warning',
|
|
value_style_danger: 'Danger', // B only
|
|
value_style_secondary: 'Secondary', // F only
|
|
value_style_alert: 'Alert', // F only
|
|
|
|
value_corners_none: 'Brak',
|
|
value_corners_radius: 'Promień',
|
|
value_corners_rounded: 'Zaokrąglone',
|
|
|
|
btn_ok: "Zatwierdź",
|
|
btn_cancel: "Anuluj"
|
|
}); |