summaryrefslogtreecommitdiff
path: root/static/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
diff options
context:
space:
mode:
authoryvesf <yvesf-git@xapek.org>2010-11-26 18:44:25 +0100
committeryvesf <yvesf-git@xapek.org>2010-11-26 18:44:25 +0100
commit06b3f727378323089ee56a24999dd97c87887cc0 (patch)
treec0ba6c0c09f119e11184115630afb72b3c298fe3 /static/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
parentf28c098bb82406f8062a2b4c9305b73eae300372 (diff)
downloadbooksearch-06b3f727378323089ee56a24999dd97c87887cc0.tar.gz
booksearch-06b3f727378323089ee56a24999dd97c87887cc0.zip
change jquery theme, rm development stuff
Diffstat (limited to 'static/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js')
-rw-r--r--static/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js24
1 files changed, 0 insertions, 24 deletions
diff --git a/static/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js b/static/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
deleted file mode 100644
index c799b48..0000000
--- a/static/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Arabic Translation for jQuery UI date picker plugin. */
-/* Khaled Al Horani -- koko.dw@gmail.com */
-/* خالد الحوراني -- koko.dw@gmail.com */
-/* NOTE: monthNames are the original months names and they are the Arabic names, not the new months name فبراير - يناير and there isn't any Arabic roots for these months */
-jQuery(function($){
- $.datepicker.regional['ar'] = {
- closeText: 'إغلاق',
- prevText: '&#x3c;السابق',
- nextText: 'التالي&#x3e;',
- currentText: 'اليوم',
- monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'آذار', 'حزيران',
- 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'],
- monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'],
- dayNames: ['السبت', 'الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة'],
- dayNamesShort: ['سبت', 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'],
- dayNamesMin: ['سبت', 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'],
- weekHeader: 'أسبوع',
- dateFormat: 'dd/mm/yy',
- firstDay: 0,
- isRTL: true,
- showMonthAfterYear: false,
- yearSuffix: ''};
- $.datepicker.setDefaults($.datepicker.regional['ar']);
-}); \ No newline at end of file