Annotation of loncom/html/adm/countdown/jquery.countdown-ro.js, revision 1.1

1.1     ! foxr        1: /* http://keith-wood.name/countdown.html
        !             2:  * Romanian initialisation for the jQuery countdown extension
        !             3:  * Written by Edmond L. (webmond@gmail.com). */
        !             4: (function($) {
        !             5: 	$.countdown.regional['ro'] = {
        !             6: 		labels: ['Ani', 'Luni', 'Saptamani', 'Zile', 'Ore', 'Minute', 'Secunde'],
        !             7: 		labels1: ['An', 'Luna', 'Saptamana', 'Ziua', 'Ora', 'Minutul', 'Secunda'],
        !             8: 		compactLabels: ['A', 'L', 'S', 'Z'],
        !             9: 		whichLabels: null,
        !            10: 		timeSeparator: ':', isRTL: false};
        !            11: 	$.countdown.setDefaults($.countdown.regional['ro']);
        !            12: })(jQuery);

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