Sha256: 888c0a39f08a6a68eacc45098bfaeb74c4cf104a204b346e438b2ebbd4759fa3
Contents?: true
Size: 1.26 KB
Versions: 70
Compression:
Stored size: 1.26 KB
Contents
/** * 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));
Version data entries
70 entries across 70 versions & 3 rubygems