PollMill = {};		// Namespace for classes
pollmill = {};		// Namespace for global instances

// Internationalisation 
PollMill.I18n = {};
PollMill.I18n.answers = 'Survey results';
PollMill.I18n.answers_per_day = 'Answers to poll per day';
PollMill.I18n.zoom_out = 'Zoom Out';
PollMill.I18n.dur_dist_graph_x = 'Answer duration in seconds';
PollMill.I18n.dur_dist_graph_y = 'Amount';
PollMill.I18n.locale = 'en_US';
PollMill.I18n.locale_short = 'en';

