]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-ar_AR.js
Merge branch 'master' of ../save/merge/frio into frio_merge
[friendica.git] / view / theme / frio / frameworks / bootstrap-select / js / i18n / defaults-ar_AR.js
1 /*!
2  * Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
3  *
4  * Copyright 2013-2016 bootstrap-select
5  * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
6  */
7
8 (function (root, factory) {
9   if (typeof define === 'function' && define.amd) {
10     // AMD. Register as an anonymous module unless amdModuleId is set
11     define(["jquery"], function (a0) {
12       return (factory(a0));
13     });
14   } else if (typeof exports === 'object') {
15     // Node. Does not work with strict CommonJS, but
16     // only CommonJS-like environments that support module.exports,
17     // like Node.
18     module.exports = factory(require("jquery"));
19   } else {
20     factory(jQuery);
21   }
22 }(this, function (jQuery) {
23
24 /*!
25  * Translated default messages for bootstrap-select.
26  * Locale: AR (Arabic)
27  * Author: Yasser Lotfy <y_l@alive.com>
28  */
29 (function ($) {
30   $.fn.selectpicker.defaults = {
31     noneSelectedText: 'لم يتم إختيار شئ',
32     noneResultsText: 'لا توجد نتائج مطابقة لـ {0}',
33     countSelectedText: function (numSelected, numTotal) {
34       return (numSelected == 1) ? "{0} خيار تم إختياره" : "{0} خيارات تمت إختيارها";
35     },
36     maxOptionsText: function (numAll, numGroup) {
37       return [
38         (numAll == 1) ? 'تخطى الحد المسموح ({n} خيار بحد أقصى)' : 'تخطى الحد المسموح ({n} خيارات بحد أقصى)',
39         (numGroup == 1) ? 'تخطى الحد المسموح للمجموعة ({n} خيار بحد أقصى)' : 'تخطى الحد المسموح للمجموعة ({n} خيارات بحد أقصى)'
40       ];
41     },
42     selectAllText: 'إختيار الجميع',
43     deselectAllText: 'إلغاء إختيار الجميع',
44     multipleSeparator: '، '
45   };
46 })(jQuery);
47
48
49 }));