source: other-projects/tipple-android/i-greenstone-server-files/greenstone/webapps/greenstone3/interfaces/default/js/jquery-ui-1.8.15/ui/i18n/jquery.ui.datepicker-ar-DZ.js@ 26899

Last change on this file since 26899 was 26899, checked in by davidb, 11 years ago

Tipple reborn after Chris's Summer of Code 2013

File size: 1.2 KB
Line 
1/* Algerian Arabic Translation for jQuery UI date picker plugin. (can be used for Tunisia)*/
2/* Mohamed Cherif BOUCHELAGHEM -- [email protected] */
3
4jQuery(function($){
5 $.datepicker.regional['ar-DZ'] = {
6 closeText: 'إغلاق',
7 prevText: '<الساؚق',
8 nextText: 'التالي>',
9 currentText: 'اليوم
10',
11 monthNames: ['جانفي', 'فيفري', 'م
12ارس', 'أفريل', 'م
13اي', 'جوان',
14 'جويلية', 'أوت', 'سؚتم
15ؚر','أكتوؚر', 'نوفم
16ؚر', 'ديسم
17ؚر'],
18 monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
19 dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأرؚعاء', 'الخم
20يس', 'الجم
21عة', 'السؚت'],
22 dayNamesShort: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأرؚعاء', 'الخم
23يس', 'الجم
24عة', 'السؚت'],
25 dayNamesMin: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأرؚعاء', 'الخم
26يس', 'الجم
27عة', 'السؚت'],
28 weekHeader: 'أسؚوع',
29 dateFormat: 'dd/mm/yy',
30 firstDay: 6,
31 isRTL: true,
32 showMonthAfterYear: false,
33 yearSuffix: ''};
34 $.datepicker.setDefaults($.datepicker.regional['ar-DZ']);
35});
Note: See TracBrowser for help on using the repository browser.