mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-01-10 12:25:40 +00:00
48 lines
1.3 KiB
JavaScript
48 lines
1.3 KiB
JavaScript
/**
|
|
* 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"
|
|
},
|
|
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)); |