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