Sha256: 33106809858c7ed247963fe4a70cd41f8cf8f9ff0481d3409b9f4dcda8ded964

Contents?: true

Size: 1.35 KB

Versions: 22

Compression:

Stored size: 1.35 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

22 entries across 22 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.3.1.1 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.1.0 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.1.beta.3 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.1.beta.2 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.0.0 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.0.rc.1 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.0.beta.26 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.0.beta.25 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.0.beta.24 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.0.beta.22 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.0.beta.21 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.0.beta.20 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.0.beta.19 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.0.beta.18 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.0.beta.17 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.0.beta.16 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.0.beta.14 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.0.beta.13 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.0.beta.10 templates/jrails/i18n/jquery.ui/datepicker-ar.js
compass-jquery-plugin-0.3.0.beta.5 templates/jrails-1.4/i18n/jquery.ui/datepicker-ar.js