Sha256: f36a0074692afda01da6ac26e693f682cdf5f6c13c845c557bd586ae8503e8a6

Contents?: true

Size: 893 Bytes

Versions: 27

Compression:

Stored size: 893 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','Lipanj',
		'Srpanj','Kolovoz','Rujan','Listopad','Studeni','Prosinac'],
		monthNamesShort: ['Sij','Velj','Ožu','Tra','Svi','Lip',
		'Srp','Kol','Ruj','Lis','Stu','Pro'],
		dayNames: ['Nedjelja','Ponedjeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'],
		dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'],
		dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'],
		weekHeader: 'Tje',
		dateFormat: 'dd.mm.yy.',
		firstDay: 1,
		isRTL: false,
		showMonthAfterYear: false,
		yearSuffix: ''};
	$.datepicker.setDefaults($.datepicker.regional['hr']);
});

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.3.2.3 templates/jquery/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.2.2 templates/jquery/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.2.1 templates/jquery/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.2.0 templates/jquery/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.2.pre.2 templates/jquery/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.1.1 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.1.0 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.1.beta.3 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.1.beta.2 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.0.0 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.0.rc.1 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.0.beta.26 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.0.beta.25 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.0.beta.24 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.0.beta.22 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.0.beta.21 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.0.beta.20 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.0.beta.19 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.0.beta.18 templates/jrails/i18n/jquery.ui/datepicker-hr.js
compass-jquery-plugin-0.3.0.beta.17 templates/jrails/i18n/jquery.ui/datepicker-hr.js