Sha256: 9ae880c7b4e2986f35339b5635ab4f1fbfc5ca612ad35db31e74ef5140ff7331

Contents?: true

Size: 851 Bytes

Versions: 91

Compression:

Stored size: 851 Bytes

Contents

/**
 * Select2 Norwegian translation.
 *
 * Author: Torgeir Veimo <torgeir.veimo@gmail.com>
 */
(function ($) {
    "use strict";

    $.fn.select2.locales['no'] = {
        formatNoMatches: function () { return "Ingen treff"; },
        formatInputTooShort: function (input, min) { var n = min - input.length; return "Vennligst skriv inn " + n + (n>1 ? " flere tegn" : " tegn til"); },
        formatInputTooLong: function (input, max) { var n = input.length - max; return "Vennligst fjern " + n + " tegn"; },
        formatSelectionTooBig: function (limit) { return "Du kan velge maks " + limit + " elementer"; },
        formatLoadMore: function (pageNumber) { return "Laster flere resultater…"; },
        formatSearching: function () { return "Søker…"; }
    };

    $.extend($.fn.select2.defaults, $.fn.select2.locales['no']);
})(jQuery);

Version data entries

91 entries across 91 versions & 5 rubygems

Version Path
carnival-0.3.2 app/assets/javascripts/carnival/external/select2/select2_locale_no.js
solidus_backend-1.0.0.pre3 vendor/bundle/gems/select2-rails-3.5.9.1/vendor/assets/javascripts/select2_locale_no.js
carnival-0.3.1 app/assets/javascripts/carnival/external/select2/select2_locale_no.js
solidus_backend-1.0.0.pre2 vendor/bundle/gems/select2-rails-3.5.9.1/vendor/assets/javascripts/select2_locale_no.js
carnival-0.3.0 app/assets/javascripts/carnival/external/select2/select2_locale_no.js
solidus_backend-1.0.0.pre vendor/bundle/gems/select2-rails-3.5.9.1/vendor/assets/javascripts/select2_locale_no.js
carnival-0.2.8 app/assets/javascripts/carnival/external/select2/select2_locale_no.js
carnival-0.2.7 app/assets/javascripts/carnival/external/select2/select2_locale_no.js
carnival-0.2.6 app/assets/javascripts/carnival/external/select2/select2_locale_no.js
carnival-0.2.5 app/assets/javascripts/carnival/external/select2/select2_locale_no.js
carnival-0.2.4 app/assets/javascripts/carnival/external/select2/select2_locale_no.js
carnival-0.2.3 app/assets/javascripts/carnival/external/select2/select2_locale_no.js
carnival-0.1.10 app/assets/javascripts/carnival/external/select2/select2_locale_no.js
carnival-0.2.2 app/assets/javascripts/carnival/external/select2/select2_locale_no.js
carnival-0.2.1 app/assets/javascripts/carnival/external/select2/select2_locale_no.js
carnival-0.2.0 app/assets/javascripts/carnival/external/select2/select2_locale_no.js
carnival-0.1.9 app/assets/javascripts/carnival/external/select2/select2_locale_no.js
carnival-0.1.8 app/assets/javascripts/carnival/external/select2/select2_locale_no.js
carnival-0.1.7 app/assets/javascripts/carnival/external/select2/select2_locale_no.js
carnival-0.1.6 app/assets/javascripts/carnival/external/select2/select2_locale_no.js