Sha256: 616b90b0ed710131071ae1bb504ce5e41b95f03b28e03afb5fd6f532789ca612

Contents?: true

Size: 1.46 KB

Versions: 9

Compression:

Stored size: 1.46 KB

Contents

/**
 * Dutch translation for bootstrap-wysihtml5
 */
(function (factory) {
    if (typeof define === 'function' && define.amd) {
        // AMD. Register as an anonymous module.
        define('bootstrap.wysihtml5.nl-NL', ['jquery', 'bootstrap.wysihtml5'], factory);
    } else {
        // Browser globals
        factory(jQuery);
    }
}(function($){
    $.fn.wysihtml5.locale["nl-NL"] = {
        font_styles: {
            normal: "Normale Tekst",
            h1: "Kop 1",
            h2: "Kop 2",
            h3: "Kop 3"
        },
        emphasis: {
            bold: "Vet",
            italic: "Cursief",
            underline: "Onderstrepen"
        },
        lists: {
            unordered: "Ongeordende lijst",
            ordered: "Geordende lijst",
            outdent: "Inspringen verkleinen",
            indent: "Inspringen vergroten"
        },
        link: {
            insert: "Link invoegen",
            cancel: "Annuleren"
        },
        image: {
            insert: "Afbeelding invoegen",
            cancel: "Annuleren"
        },
        html: {
            edit: "HTML bewerken"
        },
        colours: {
            black: "Zwart",
            silver: "Zilver",
            gray: "Grijs",
            maroon: "Kastanjebruin",
            red: "Rood",
            purple: "Paars",
            green: "Groen",
            olive: "Olijfgroen",
            navy: "Donkerblauw",
            blue: "Blauw",
            orange: "Oranje"
        }
    };
}));

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/nl-NL.js
bootstrap-wysihtml5-rails-0.3.3.7 vendor/assets/javascripts/bootstrap-wysihtml5/locales/nl-NL.js
bootstrap-wysihtml5-rails-0.3.3.6 vendor/assets/javascripts/bootstrap-wysihtml5/locales/nl-NL.js
bootstrap-wysihtml5-rails-0.3.3.5 vendor/assets/javascripts/bootstrap-wysihtml5/locales/nl-NL.js
bootstrap-wysihtml5-rails-0.3.3.4 vendor/assets/javascripts/bootstrap-wysihtml5/locales/nl-NL.js
bootstrap-wysihtml5-rails-0.3.3.3 vendor/assets/javascripts/bootstrap-wysihtml5/locales/nl-NL.js
bootstrap-wysihtml5-rails-0.3.3.2 vendor/assets/javascripts/bootstrap-wysihtml5/locales/nl-NL.js
bootstrap-wysihtml5-rails-0.3.3.1 vendor/assets/javascripts/bootstrap-wysihtml5/locales/nl-NL.js
bootstrap-wysihtml5-rails-0.3.2.100 vendor/assets/javascripts/bootstrap-wysihtml5/locales/nl-NL.js