You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.4 KiB
51 lines
1.4 KiB
/** |
|
* Polish translation for bootstrap-wysihtml5 |
|
*/ |
|
(function($){ |
|
$.fn.wysihtml5.locale["pl-PL"] = { |
|
font_styles: { |
|
normal: "Tekst podstawowy", |
|
h1: "Nagłówek 1", |
|
h2: "Nagłówek 2", |
|
h3: "Nagłówek 3", |
|
h4: "Nagłówek 4", |
|
h5: "Nagłówek 5", |
|
h6: "Nagłówek 6" |
|
}, |
|
emphasis: { |
|
bold: "Pogrubienie", |
|
italic: "Kursywa", |
|
underline: "Podkreślenie" |
|
}, |
|
lists: { |
|
unordered: "Lista wypunktowana", |
|
ordered: "Lista numerowana", |
|
outdent: "Zwiększ wcięcie", |
|
indent: "Zmniejsz wcięcie" |
|
}, |
|
link: { |
|
insert: "Wstaw odnośnik", |
|
cancel: "Anuluj" |
|
}, |
|
image: { |
|
insert: "Wstaw obrazek", |
|
cancel: "Anuluj" |
|
}, |
|
html: { |
|
edit: "Edycja HTML" |
|
}, |
|
colours: { |
|
black: "Czarny", |
|
silver: "Srebrny", |
|
gray: "Szary", |
|
maroon: "Kasztanowy", |
|
red: "Czerwony", |
|
purple: "Fioletowy", |
|
green: "Zielony", |
|
olive: "Oliwkowy", |
|
navy: "Granatowy", |
|
blue: "Niebieski", |
|
orange: "Pomarańczowy" |
|
} |
|
}; |
|
}(jQuery)); |