File:  [LON-CAPA] / loncom / html / adm / countdown / jquery.countdown-nl.js
Revision 1.1: download - view: text, annotated - select for diffs
Sun Mar 18 13:51:11 2012 UTC (12 years, 4 months ago) by foxr
Branches: MAIN
CVS tags: version_2_11_0_RC1, HEAD
Add jquery countdown widget to the repository (BZ 5891 resolution will use
this for the timer).

/* http://keith-wood.name/countdown.html
   Dutch initialisation for the jQuery countdown extension
   Written by Mathias Bynens <http://mathiasbynens.be/> Mar 2008. */
(function($) {
	$.countdown.regional['nl'] = {
		labels: ['Jaren', 'Maanden', 'Weken', 'Dagen', 'Uren', 'Minuten', 'Seconden'],
		labels1: ['Jaar', 'Maand', 'Week', 'Dag', 'Uur', 'Minuut', 'Seconde'],
		compactLabels: ['j', 'm', 'w', 'd'],
		whichLabels: null,
		timeSeparator: ':', isRTL: false};
	$.countdown.setDefaults($.countdown.regional['nl']);
})(jQuery);

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>