Sha256: 7920c225e3a7c784b617768b147a52713384fb82a71c0e7ad98f1aa8533fe9db

Contents?: true

Size: 819 Bytes

Versions: 18

Compression:

Stored size: 819 Bytes

Contents

/* Croatian i18n for the jQuery UI date picker plugin. */
/* Written by Vjekoslav Nesek. */
jQuery(function($){
	$.datepicker.regional['hr'] = {
		closeText: 'Zatvori',
		prevText: '<',
		nextText: '>',
		currentText: 'Danas',
		monthNames: ['Siječanj','Veljača','Ožujak','Travanj','Svibanj','Lipani',
		'Srpanj','Kolovoz','Rujan','Listopad','Studeni','Prosinac'],
		monthNamesShort: ['Sij','Velj','Ožu','Tra','Svi','Lip',
		'Srp','Kol','Ruj','Lis','Stu','Pro'],
		dayNames: ['Nedjalja','Ponedjeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'],
		dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'],
		dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'],
		dateFormat: 'dd.mm.yy.', firstDay: 1,
		isRTL: false};
	$.datepicker.setDefaults($.datepicker.regional['hr']);
});

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-hr.js
compass-jquery-plugin-0.3.0.beta.5 templates/jrails-1.3/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.0.beta.4 templates/jrails-1.3/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.0.beta.2 templates/jrails-1.3/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.2.5.4 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.2.5.3 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.2.5.2 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.2.5.1 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.2.5 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.2.4.100 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.2.4.99 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.2.4.5 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.2.4.4 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.2.4.3 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.2.4.1 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.2.4 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.2.3 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.2.2.4 templates/jrails/i18n/jquery.ui/datepicker-hr.js