Improved www.ttss.krakow.pl
Jacek Kowalski
2017-05-14 4d882e6d16036c99055cfb8df0bf8c25bcbb8d8c
commit | author | age
9e6757 1 var lang = {
JK 2     page_name: 'TTSS Kraków',
4d882e 3     
JK 4     index: 'Departures',
9e6757 5     page_title: 'TTSS Krak\u00F3w - Real-time tram departures',
JK 6     page_title_stop_name: 'TTSS Krak\u00F3w - $stop - Real-time tram departures',
7     
57b8d3 8     map: 'Map',
4d882e 9     map_title: 'TTSS Kraków - Tram map',
57b8d3 10     
9e6757 11     jquery_not_loaded: 'Required JavaScript jQuery library failed to load. You may try refreshing the page.',
JK 12     enter_stop_name_to_begin: 'Enter the stop name to begin.',
13     select_stop_click_go: 'Select the stop and click "Go".',
14     stop_name_placeholder: 'Stop name',
15     go_button: 'Go',
16     refresh_button: '\u27f3 Refresh',
17     last_refreshed: 'Last refreshed: $time',
8b6250 18     loading: 'Loading...',
9e6757 19     
JK 20     line_alert_pattern: 'Line $line: $alert',
21     
22     header_line: 'Line',
23     header_direction: 'Direction',
4b0eda 24     header_vehicle: 'Vehicle',
9e6757 25     header_time: 'Time',
JK 26     header_delay: 'Delay',
27     header_lines: 'Lines',
28     header_route: 'Route',
29     header_carrier: 'Carrier',
78b244 30     header_stop: 'Stop',
9e6757 31     
JK 32     boarding_sign: '>>>',
33     unknown_sign: '?',
34     
35     time_now: 'just now',
36     time_seconds_prefix: '',
37     time_seconds_suffix: ' s',
38     time_seconds_ago_prefix: '',
39     time_seconds_ago_suffix: ' s ago',
40     time_minutes_prefix: '',
41     time_minutes_suffix: ' min',
42     time_minutes_ago_prefix: '',
43     time_minutes_ago_suffix: ' min ago',
44     
07c714 45     type_vehicle: 'Vehicle',
JK 46     type_stop: 'Stop',
47     type_stoppoint: 'Stop point',
48     
9f0f6a 49     select_feature: 'There is more than one feature here. Select the proper one:',
8b6250 50     departures_for_stop: 'Click for stop departures (and not only this stop point).',
JK 51     
9e6757 52     tram_type_pattern: '$num $type ($floor)',
JK 53     high_floor: 'high floor',
54     high_floor_sign: '\u2010\u00A0',
55     high_floor_description: 'high-floor tram',
56     partially_low_floor: 'partially low floor',
57     partially_low_floor_sign: '*\u267F',
58     partially_low_floor_description: 'partially low-floor tram',
59     low_floor: 'low floor',
60     low_floor_sign: '\u267F',
61     low_floor_description: 'low-floor tram',
62     
63     status_departed: 'Departed',
64     status_stopped: 'At stop',
65     status_default: 'En route',
66     status_delayed_4: 'Delayed 4′+',
67     status_delayed_10: 'Delayed 10′+',
68     
68aeb4 69     help_click_for_schedule: 'Click on an entry in the departures timetable to see the tram\'s schedule.',
9e6757 70     help_legend: 'Legend:',
JK 71     help_text: 'Relative times (eg. 3 min) are real-time arrivals based on tram location data. Absolute times (eg. 8:01) are scheduled departures, shown when the tram cannot be located. "?" means unknown delay.',
72     help_hover_for_more: 'Hover the icon for more details.',
73     help_source: 'Source',
74     help_license: 'License',
75     
a252b0 76     copy_osm: 'Map: <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors.',
JK 77     copy_zikit: 'Data: <a href="http://www.ttss.krakow.pl/internetservice/">ZIKiT</a>',
78     copy_jacekk: 'Realization: <a href="https://github.com/jacekkow/mpk-ttss">Jacek Kowalski</a>',
79     
9e6757 80     error_title: 'Error occured!',
JK 81     error_request_failed: 'Internet request failed.',
82     error_request_failed_status: 'Internet request failed with error: $status.',
83     error_request_failed_connectivity: 'Request failed - please check your network connectivity.',
572390 84     error_new_version: 'Website has been updated, reloading...',
57b8d3 85     error_refresh: 'Error! Refresh the page to update information.',
9e6757 86 };