﻿/* http://keith-wood.name/countdown.html
   Danish initialisation for the jQuery countdown extension
   Written by Buch (admin@buch90.dk). */
$.countdown.regional['da'] = {
	labels: ['År', 'Mån.', 'Uger', 'Dage', 'Timer', 'Min.', 'Sek.'],
	labels1: ['År', 'Mån.', 'Uge', 'Dag', 'Time', 'Min.', 'Sek.'],
	compactLabels: ['å', 'm', 'u', 'd', 't', 'm', 's'],
	timeSeparator: ':', isRTL: false};
$.countdown.setDefaults($.countdown.regional['da']);
