﻿/* http://keith-wood.name/countdown.html
* Turkish initialisation for the jQuery countdown extension
* Written by Bekir Ahmetoğlu (bekir@cerek.com) Aug 2008. */
(function($) {
	$.countdown.regional['tr'] = {
		labels: ['yıl', 'ay', 'hafta', 'gün', 'saat', 'dakika', 'saniye'],
		labels1: ['yıl', 'ay', 'hafta', 'gün', 'saat', 'dakika', 'saniye'],
		compactLabels: ['y', 'a', 'h', 'g'],
		whichLabels: null,
		timeSeparator: ':', isRTL: false};
	$.countdown.setDefaults($.countdown.regional['tr']);
})(jQuery);

