Sha256: bec10a86e7c1310f1021854d369cedbb45d39cc466b688ee3d4953e4bd3e5112

Contents?: true

Size: 1.15 KB

Versions: 8

Compression:

Stored size: 1.15 KB

Contents

/* Armenian(UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Written by Levon Zakaryan (levon.zakaryan@gmail.com)*/
jQuery(function($){
	$.datepicker.regional['hy'] = {
		closeText: 'Փակել',
		prevText: '<Նախ.',
		nextText: 'Հաջ.>',
		currentText: 'Այսօր',
		monthNames: ['Հունվար','Փետրվար','Մարտ','Ապրիլ','Մայիս','Հունիս',
		'Հուլիս','Օգոստոս','Սեպտեմբեր','Հոկտեմբեր','Նոյեմբեր','Դեկտեմբեր'],
		monthNamesShort: ['Հունվ','Փետր','Մարտ','Ապր','Մայիս','Հունիս',
		'Հուլ','Օգս','Սեպ','Հոկ','Նոյ','Դեկ'],
		dayNames: ['կիրակի','եկուշաբթի','երեքշաբթի','չորեքշաբթի','հինգշաբթի','ուրբաթ','շաբաթ'],
		dayNamesShort: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'],
		dayNamesMin: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'],
		weekHeader: 'ՇԲՏ',
		dateFormat: 'dd.mm.yy',
		firstDay: 1,
		isRTL: false,
		showMonthAfterYear: false,
		yearSuffix: ''};
	$.datepicker.setDefaults($.datepicker.regional['hy']);
});

Version data entries

8 entries across 7 versions & 1 rubygems

Version Path
survivalkit-0.3.4 templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-hy.js
survivalkit-0.3.3 templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-hy.js
survivalkit-0.3.3 templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-hy.js
survivalkit-0.3.2 templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-hy.js
survivalkit-0.3.1 templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-hy.js
survivalkit-0.3 templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-hy.js
survivalkit-0.2.1 templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-hy.js
survivalkit-0.1 templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-hy.js