Improved www.ttss.krakow.pl
Jacek Kowalski
2017-04-23 07c71449c320decb58070066f376313e3375130f
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',
15     
16     line_alert_pattern: 'Line $line: $alert',
17     
18     header_line: 'Line',
19     header_direction: 'Direction',
4b0eda 20     header_vehicle: 'Vehicle',
9e6757 21     header_time: 'Time',
JK 22     header_delay: 'Delay',
23     header_lines: 'Lines',
24     header_route: 'Route',
25     header_carrier: 'Carrier',
78b244 26     header_stop: 'Stop',
9e6757 27     
JK 28     boarding_sign: '>>>',
29     unknown_sign: '?',
30     
31     time_now: 'just now',
32     time_seconds_prefix: '',
33     time_seconds_suffix: ' s',
34     time_seconds_ago_prefix: '',
35     time_seconds_ago_suffix: ' s ago',
36     time_minutes_prefix: '',
37     time_minutes_suffix: ' min',
38     time_minutes_ago_prefix: '',
39     time_minutes_ago_suffix: ' min ago',
40     
07c714 41     type_vehicle: 'Vehicle',
JK 42     type_stop: 'Stop',
43     type_stoppoint: 'Stop point',
44     
9e6757 45     tram_type_pattern: '$num $type ($floor)',
JK 46     high_floor: 'high floor',
47     high_floor_sign: '\u2010\u00A0',
48     high_floor_description: 'high-floor tram',
49     partially_low_floor: 'partially low floor',
50     partially_low_floor_sign: '*\u267F',
51     partially_low_floor_description: 'partially low-floor tram',
52     low_floor: 'low floor',
53     low_floor_sign: '\u267F',
54     low_floor_description: 'low-floor tram',
55     
56     status_departed: 'Departed',
57     status_stopped: 'At stop',
58     status_default: 'En route',
59     status_delayed_4: 'Delayed 4′+',
60     status_delayed_10: 'Delayed 10′+',
61     
68aeb4 62     help_click_for_schedule: 'Click on an entry in the departures timetable to see the tram\'s schedule.',
9e6757 63     help_legend: 'Legend:',
JK 64     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.',
65     help_hover_for_more: 'Hover the icon for more details.',
66     help_source: 'Source',
67     help_license: 'License',
68     
69     error_title: 'Error occured!',
70     error_request_failed: 'Internet request failed.',
71     error_request_failed_status: 'Internet request failed with error: $status.',
72     error_request_failed_connectivity: 'Request failed - please check your network connectivity.',
572390 73     error_new_version: 'Website has been updated, reloading...',
57b8d3 74     error_refresh: 'Error! Refresh the page to update information.',
9e6757 75 };