commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / bower_components / jquery-ui / ui / i18n / datepicker-ar-DZ.js
1 /* Algerian Arabic Translation for jQuery UI date picker plugin. (can be used for Tunisia)*/
2 /* Mohamed Cherif BOUCHELAGHEM -- cherifbouchelaghem@yahoo.fr */
3
4 (function( factory ) {
5 if ( typeof define === "function" && define.amd ) {
6
7 // AMD. Register as an anonymous module.
8 define([ "../datepicker" ], factory );
9 } else {
10
11 // Browser globals
12 factory( jQuery.datepicker );
13 }
14 }(function( datepicker ) {
15
16 datepicker.regional['ar-DZ'] = {
17 closeText: 'إغلاق',
18 prevText: '<السابق',
19 nextText: 'التالي>',
20 currentText: 'اليوم',
21 monthNames: ['جانفي', 'فيفري', 'مارس', 'أفريل', 'ماي', 'جوان',
22 'جويلية', 'أوت', 'سبتمبر','أكتوبر', 'نوفمبر', 'ديسمبر'],
23 monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
24 dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
25 dayNamesShort: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
26 dayNamesMin: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
27 weekHeader: 'أسبوع',
28 dateFormat: 'dd/mm/yy',
29 firstDay: 6,
30 isRTL: true,
31 showMonthAfterYear: false,
32 yearSuffix: ''};
33 datepicker.setDefaults(datepicker.regional['ar-DZ']);
34
35 return datepicker.regional['ar-DZ'];
36
37 }));