Sha256: b6779b2ed30975277bf31b9220197ff8e488bac8bdbf39009583d50322be7061

Contents?: true

Size: 1.69 KB

Versions: 9

Compression:

Stored size: 1.69 KB

Contents

/**
 * Polish translation for bootstrap-wysihtml5
 */
(function (factory) {
    if (typeof define === 'function' && define.amd) {
        // AMD. Register as an anonymous module.
        define('bootstrap.wysihtml5.pl-PL', ['jquery', 'bootstrap.wysihtml5'], factory);
    } else {
        // Browser globals
        factory(jQuery);
    }
}(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: "Zmniejsz wcięcie",
            indent: "Zwiększ wcięcie"
        },
        link: {
            insert: "Wstaw odnośnik",
            cancel: "Anuluj",
            target: "Otwórz odnośnik w nowym oknie"
        },
        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"
        }
    };
}));

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bootstrap-wysihtml5-rails-0.3.3.8 vendor/assets/javascripts/bootstrap-wysihtml5/locales/pl-PL.js
bootstrap-wysihtml5-rails-0.3.3.7 vendor/assets/javascripts/bootstrap-wysihtml5/locales/pl-PL.js
bootstrap-wysihtml5-rails-0.3.3.6 vendor/assets/javascripts/bootstrap-wysihtml5/locales/pl-PL.js
bootstrap-wysihtml5-rails-0.3.3.5 vendor/assets/javascripts/bootstrap-wysihtml5/locales/pl-PL.js
bootstrap-wysihtml5-rails-0.3.3.4 vendor/assets/javascripts/bootstrap-wysihtml5/locales/pl-PL.js
bootstrap-wysihtml5-rails-0.3.3.3 vendor/assets/javascripts/bootstrap-wysihtml5/locales/pl-PL.js
bootstrap-wysihtml5-rails-0.3.3.2 vendor/assets/javascripts/bootstrap-wysihtml5/locales/pl-PL.js
bootstrap-wysihtml5-rails-0.3.3.1 vendor/assets/javascripts/bootstrap-wysihtml5/locales/pl-PL.js
bootstrap-wysihtml5-rails-0.3.2.100 vendor/assets/javascripts/bootstrap-wysihtml5/locales/pl-PL.js