Improved www.ttss.krakow.pl
Jacek Kowalski
2018-06-03 fc8d60517033c7de6115d9d56bb43a8a7b279a3f
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',
JK 43     type_stop: 'Stop',
44     type_stoppoint: 'Stop point',
45     
9f0f6a 46     select_feature: 'There is more than one feature here. Select the proper one:',
8b6250 47     departures_for_stop: 'Click for stop departures (and not only this stop point).',
JK 48     
9e6757 49     tram_type_pattern: '$num $type ($floor)',
JK 50     high_floor: 'high floor',
51     high_floor_sign: '\u2010\u00A0',
52     high_floor_description: 'high-floor tram',
53     partially_low_floor: 'partially low floor',
54     partially_low_floor_sign: '*\u267F',
55     partially_low_floor_description: 'partially low-floor tram',
56     low_floor: 'low floor',
57     low_floor_sign: '\u267F',
58     low_floor_description: 'low-floor tram',
59     
60     status_departed: 'Departed',
61     status_stopped: 'At stop',
62     status_default: 'En route',
63     status_delayed_4: 'Delayed 4′+',
64     status_delayed_10: 'Delayed 10′+',
65     
68aeb4 66     help_click_for_schedule: 'Click on an entry in the departures timetable to see the tram\'s schedule.',
9e6757 67     help_legend: 'Legend:',
JK 68     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.',
69     help_hover_for_more: 'Hover the icon for more details.',
70     help_source: 'Source',
71     help_license: 'License',
72     
73     error_title: 'Error occured!',
74     error_request_failed: 'Internet request failed.',
75     error_request_failed_status: 'Internet request failed with error: $status.',
76     error_request_failed_connectivity: 'Request failed - please check your network connectivity.',
572390 77     error_new_version: 'Website has been updated, reloading...',
57b8d3 78     error_refresh: 'Error! Refresh the page to update information.',
9e6757 79 };