Annotation of loncom/html/adm/countdown/jquery.countdown-fa.js, revision 1.2

1.1       foxr        1: /* http://keith-wood.name/countdown.html
                      2:    Persian (فارسی) initialisation for the jQuery countdown extension
1.2     ! raeburn     3:    Written by Alireza Ziaie (ziai@magfa.com) Oct 2008.
        !             4:    Digits corrected by Hamed Ramezanian Feb 2013. */
1.1       foxr        5: (function($) {
                      6: 	$.countdown.regional['fa'] = {
                      7: 		labels: ['‌سال', 'ماه', 'هفته', 'روز', 'ساعت', 'دقیقه', 'ثانیه'],
                      8: 		labels1: ['سال', 'ماه', 'هفته', 'روز', 'ساعت', 'دقیقه', 'ثانیه'],
                      9: 		compactLabels: ['س', 'م', 'ه', 'ر'],
                     10: 		whichLabels: null,
1.2     ! raeburn    11: 		digits: ['۰', '۱', '۲', '۳', '۴', '۵', '۶', '۷', '۸', '۹'],
1.1       foxr       12: 		timeSeparator: ':', isRTL: true};
                     13: 	$.countdown.setDefaults($.countdown.regional['fa']);
                     14: })(jQuery);

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