diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-02-03 00:47:36 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-02-03 00:47:36 +0100 |
commit | b3e9441a212d033a3282dd63e1fa336e8abd60ce (patch) | |
tree | f534b977e4ac343dee05e152969a0f7309bdbc79 /ishtar_common/static/select2/js/i18n/ru.js | |
parent | d3c92261c585f64eaea1c62f61f32c6e5792b598 (diff) | |
download | Ishtar-b3e9441a212d033a3282dd63e1fa336e8abd60ce.tar.bz2 Ishtar-b3e9441a212d033a3282dd63e1fa336e8abd60ce.zip |
Select2 library v4.0.0b -> v3.5.2
Diffstat (limited to 'ishtar_common/static/select2/js/i18n/ru.js')
-rw-r--r-- | ishtar_common/static/select2/js/i18n/ru.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ishtar_common/static/select2/js/i18n/ru.js b/ishtar_common/static/select2/js/i18n/ru.js deleted file mode 100644 index 262da3a20..000000000 --- a/ishtar_common/static/select2/js/i18n/ru.js +++ /dev/null @@ -1 +0,0 @@ -(function(){if(window.define)var e=window.define;if(window.require)var t=window.require;if(window.jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd.define,t=jQuery.fn.select2.amd.require;e("select2/i18n/ru",[],function(){function e(e,t,n,r){return e%10<5&&e%10>0&&e%100<5||e%100>20?e%10>1?n:t:r}return{inputTooLong:function(t){var n=t.input.length-t.maximum,r="Пожалуйста, введите на "+n+" символ";return r+=e(n,"","a","ов"),r+=" меньше",r},inputTooShort:function(t){var n=t.minimum-t.input.length,r="Пожалуйста, введите еще хотя бы "+n+" символ";return r+=e(n,"","a","ов"),r},loadingMore:function(){return"Загрузка данных…"},maximumSelected:function(t){var n="Вы можете выбрать не более "+t.maximum+" элемент";return n+=e(t.maximum,"","a","ов"),n},noResults:function(){return"Совпадений не найдено"},searching:function(){return"Поиск…"}}}),t("jquery.select2"),jQuery.fn.select2.amd={define:e,require:t}})();
\ No newline at end of file |