﻿if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {

  console.error('Class ss.i18n not defined');

} else {

  ss.i18n.addDictionary('en_US', {

    'TIMETABLES.Timetables' : "Timetables",

	'TIMETABLES.Timetable' : "Timetable",

	'TIMETABLES.Loading' : "Loading...",

	'TIMETABLES.Stops_alphabetically' : "Stops (alphabetically)",

	'TIMETABLES.Stops' : "Stops",

	'TIMETABLES.No_stops_found' : "No stop names beginning with specified letter have been found.",

	'TIMETABLES.Line' : 'Route',

	'TIMETABLES.line' : 'route',

	'TIMETABLES.Direction' : 'Direction',

	'TIMETABLES.direction' : 'direction',

	'TIMETABLES.Print' : 'Print',

	'TIMETABLES.Stop' : 'Stop',

	'TIMETABLES.stop' : 'stop',

	'TIMETABLES.Weekdays' : 'Weekday',

	'TIMETABLES.Saturdays' : 'Saturday',

	'TIMETABLES.SundaysAndHolidays' : 'Sunday or holiday',

	'TIMETABLES.Transfers' : 'Transfers',

	'TIMETABLES.searchFieldDescriptionForPoznan' : 'Type in route number or stop name like 15, N21, A, Most Dworcowy',
	
	'TIMETABLES.widgetSearchFieldDescriptionForPoznan' : "Ex. '15', Bułgarska'",
	
	'TIMETABLES.searchFieldDescriptionForKornik' : "Ex. '501', Gądki'",
	
	'TIMETABLES.widgetSearchFieldDescriptionForKornik' : "Ex. '501', Gądki'",
	
	'TIMETABLES.ztmTimetablesURL':'http://www.ztm.poznan.pl/timetables/',
	
	'TIMETABLES.kombusTimetablesURL':'http://kombus.pl/rozklad/'


  });

}