Sha256: 98152595dd1b4f306e9f974e0a5001eaf7e796659c81f4ac84b645ad2b04245e

Contents?: true

Size: 1.27 KB

Versions: 18

Compression:

Stored size: 1.27 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: ['سبت', 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'],
		dateFormat: 'dd/mm/yy', firstDay: 0,
  isRTL: true};
	$.datepicker.setDefaults($.datepicker.regional['ar']);
});

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.2.6.0 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.0.beta.5 templates/jrails-1.3/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.0.beta.4 templates/jrails-1.3/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.0.beta.2 templates/jrails-1.3/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.2.5.4 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.2.5.3 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.2.5.2 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.2.5.1 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.2.5 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.2.4.100 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.2.4.99 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.2.4.5 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.2.4.4 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.2.4.3 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.2.4.1 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.2.4 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.2.3 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.2.2.4 templates/jrails/i18n/jquery.ui/datepicker-ar.js