35 lines
1.0 KiB
JavaScript
35 lines
1.0 KiB
JavaScript
CKEDITOR.plugins.setLang('jsplus_bootstrap_button', 'en', {
|
|
|
|
jsplus_bootstrap_button_title: "Przycisk Bootstrap",
|
|
jsplus_bootstrap_button_edit_title: "Edytuj przycisk Bootstrap",
|
|
jsplus_foundation_button_title: "Przycisk Foundation",
|
|
jsplus_foundation_button_edit_title: "Edytuj przycisk Foundation",
|
|
|
|
btn_style_default: "Default",
|
|
btn_style_primary: "Primary",
|
|
btn_style_success: "Success",
|
|
btn_style_info: "Info",
|
|
btn_style_warning: "Warning",
|
|
btn_style_danger: "Danger",
|
|
btn_style_link: "Link",
|
|
btn_style_secondary: "Secondary",
|
|
btn_style_alert: "Alert",
|
|
|
|
btn_size_extra_small: "Bardzo mały",
|
|
btn_size_small: "Mały",
|
|
btn_size_tiny: "Tiny",
|
|
btn_size_default: "Normalny",
|
|
btn_size_large: "Duży",
|
|
|
|
option_enabled: "Aktywny",
|
|
option_width_100: "Szerokość 100%",
|
|
option_radius: "Promień",
|
|
option_round: "Zaokrąglenie",
|
|
|
|
label_text: "Tekst",
|
|
label_preview: "Podgląd",
|
|
label_link: "Link",
|
|
|
|
btn_ok: "Zatwierdź",
|
|
btn_cancel: "Anuluj"
|
|
} ); |