﻿/* http://keith-wood.name/countdown.html
 * Bosnian initialisation for the jQuery countdown extension
 * Written by sanela and senad http://sanela.info/contact/ (2008)
 * 
 * Creation-Date: 2009-01-27 04:18-0700
 * Translator: sanela; Systeam Net
 * Language-Team: sanela; SYSTeam Net
 * Content-Type: text/plain; charset=UTF-8
 * Content-Transfer-Encoding: 8bit
 * Poedit-Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;
 * Language: Bosnian
 * Country: Bosnia and Herzegovina; http://en.wikipedia.org/wiki/Bosnia_and_Herzegovina
 * SourceCharset: utf-8
 * 
 */
$.countdown.regional['hr_BA@Latin'] = {
	labels: ['Godina', 'Mjeseci', 'Sedmica', 'Dana', 'Sati', 'Minuta', 'Sekundi'],
	labels1: ['Godina', 'Mjeseci', 'Sedmica', 'Dana', 'Sati', 'Minuta', 'Sekundi'],
	compactLabels: ['g', 'm', 'n', 'd'],
	timeSeparator: ':', isRTL: false};
$.countdown.setDefaults($.countdown.regional['hr_BA@Latin']);
