PollMill = {};		// Namespace for classes
pollmill = {};		// Namespace for global instances
// Internationalisation
PollMill.I18n = {};
PollMill.I18n.answers = 'Apklausos rezultatai';
PollMill.I18n.answers_per_day = 'Atsakymai į anketą per dieną';
PollMill.I18n.zoom_out = 'Sumažinti';
PollMill.I18n.dur_dist_graph_x = 'Atsakymo trukmė sekundėmis';
PollMill.I18n.dur_dist_graph_y = 'Atsakymų kiekis';
PollMill.I18n.locale = 'lt_LT';
PollMill.I18n.locale_short = 'lt';

