﻿/* http://keith-wood.name/countdown.html
   Swedish initialisation for the jQuery countdown extension
   Written by Carl (carl@nordenfelt.com). */
$.countdown.regional['sv'] = {
	labels: ['År', 'Månader', 'Veckor', 'd', 'tim', 'min', 'Sekunder'],
	labelsSingle: ['År', 'Månad', 'Vecka', 'Dag', 'Timme', 'Minut', 'Sekund'],
	compactLabels: ['Å', 'M', 'V', 'D'], compactLabelsSingle: ['Å', 'M', 'V', 'D'],
	timeSeparator: ':'};
$.countdown.setDefaults($.countdown.regional['sv']);
