﻿/* http://keith-wood.name/countdown.html
 * Turkish initialisation for the jQuery countdown extension
 * Written by Bekir Ahmetoğlu (bekir@cerek.com) Aug 2008. */
$(document).ready(function() {
	$.countdown.regional['tr'] = {
		labels: ['Yıl', 'Ay', 'Hafta', 'Gün', 'Saat', 'Dakika', 'Saniye'],
		labelsSingle: ['Yıl', 'Ay', 'Hafta', 'Gün', 'Saat', 'Dakika', 'Saniye'],
		compactLabels: ['y', 'a', 'h', 'g'], compactLabelsSingle: ['y', 'a', 'h', 'g'],
		timeSeparator: ':'};
	$.countdown.setDefaults($.countdown.regional['tr']);
});
