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