Вход Регистрация
Файл: concrete5.7.5.6/concrete/js/i18n/select2_locale_et.js
Строк: 50
<?php
/**
 * Select2 Estonian translation.
 *
 * Author: Kuldar Kalvik <kuldar@kalvik.ee>
 */
(function ($) {
    
"use strict";

    $.
fn.select2.locales['et'] = {
        
formatNoMatches: function () { return "Tulemused puuduvad"; },
        
formatInputTooShort: function (inputmin) { var min input.length; return "Sisesta " " täht" + (== "" "e") + " rohkem"; },
        
formatInputTooLong: function (inputmax) { var input.length max; return "Sisesta " " täht" + (== 1"" "e") + " vähem"; },
        
formatSelectionTooBig: function (limit) { return "Saad vaid " limit " tulemus" + (limit == "e" "t") + " valida"; },
        
formatLoadMore: function (pageNumber) { return "Laen tulemusi.."; },
        
formatSearching: function () { return "Otsin.."; }
    };

    $.
extend($.fn.select2.defaults, $.fn.select2.locales['et']);
})(
jQuery);
?>
Онлайн: 0
Реклама