summaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/select2/select2_locale_fa.js
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-09-09 15:45:56 +0200
committerVincent Petry <pvince81@owncloud.com>2014-09-09 18:03:05 +0200
commit412da87e6583375f98ef1bdd755c56caab14b8ac (patch)
tree250ea5586f41603bc9e5dbb962cbcd98c85732d3 /apps/files_external/3rdparty/select2/select2_locale_fa.js
parentdc99fd768ac99c380f1110c7bd4dd84d03256cd8 (diff)
downloadnextcloud-server-412da87e6583375f98ef1bdd755c56caab14b8ac.tar.gz
nextcloud-server-412da87e6583375f98ef1bdd755c56caab14b8ac.zip
Move select2 from files_external to core
Diffstat (limited to 'apps/files_external/3rdparty/select2/select2_locale_fa.js')
-rw-r--r--apps/files_external/3rdparty/select2/select2_locale_fa.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/apps/files_external/3rdparty/select2/select2_locale_fa.js b/apps/files_external/3rdparty/select2/select2_locale_fa.js
deleted file mode 100644
index a9e95af4dba..00000000000
--- a/apps/files_external/3rdparty/select2/select2_locale_fa.js
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- * Select2 Persian translation.
- *
- * Author: Ali Choopan <choopan@arsh.co>
- * Author: Ebrahim Byagowi <ebrahim@gnu.org>
- */
-(function ($) {
- "use strict";
-
- $.extend($.fn.select2.defaults, {
- formatMatches: function (matches) { return matches + " نتیجه موجود است، کلیدهای جهت بالا و پایین را برای گشتن استفاده کنید."; },
- formatNoMatches: function () { return "نتیجه‌ای یافت نشد."; },
- formatInputTooShort: function (input, min) { var n = min - input.length; return "لطفاً " + n + " نویسه بیشتر وارد نمایید"; },
- formatInputTooLong: function (input, max) { var n = input.length - max; return "لطفاً " + n + " نویسه را حذف کنید."; },
- formatSelectionTooBig: function (limit) { return "شما فقط می‌توانید " + limit + " مورد را انتخاب کنید"; },
- formatLoadMore: function (pageNumber) { return "در حال بارگیری موارد بیشتر…"; },
- formatSearching: function () { return "در حال جستجو…"; }
- });
-})(jQuery);