Sha256: 3f75eed509bb1b8a4f616cec07c86e11fb676a362d5755830d6b8954a4a42c44

Contents?: true

Size: 1.32 KB

Versions: 21

Compression:

Stored size: 1.32 KB

Contents

/* 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: '<السابق',
		nextText: 'التالي>',
		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']);
});

Version data entries

21 entries across 21 versions & 5 rubygems

Version Path
formize-0.0.14 lib/assets/javascripts/locales/jquery.ui.datepicker-ar.js
formize-0.0.13 lib/assets/javascripts/locales/jquery.ui.datepicker-ar.js
formize-0.0.12 lib/assets/javascripts/locales/jquery.ui.datepicker-ar.js
formize-0.0.11 lib/assets/javascripts/locales/jquery.ui.datepicker-ar.js
formize-0.0.10 lib/assets/javascripts/locales/jquery.ui.datepicker-ar.js
spiderfw-0.5.19 apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
spiderfw-0.5.18 apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
spiderfw-0.5.17 apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
spiderfw-0.5.16 apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
spiderfw-0.5.15 apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
spiderfw-0.5.14 apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
hydroponics-0.3.5 static/vendor/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
hydroponics-0.3.4 static/vendor/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
hydroponics-0.3.3 static/vendor/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
hydroponics-0.3.2 static/vendor/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
hydroponics-0.3.1 static/vendor/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
hydroponics-0.3.0 static/vendor/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
hydroponics-0.2.2 static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
jquery_rails3-1.4.2.b2 lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-ar.js
jquery_rails3-1.4.2.b1 lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-ar.js