Improved www.ttss.krakow.pl
Jacek Kowalski
2017-04-17 4b0eda2a43298f2a3ac6c21b8d5eabe2a1590acc
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     
41     tram_type_pattern: '$num $type ($floor)',
42     high_floor: 'high floor',
43     high_floor_sign: '\u2010\u00A0',
44     high_floor_description: 'high-floor tram',
45     partially_low_floor: 'partially low floor',
46     partially_low_floor_sign: '*\u267F',
47     partially_low_floor_description: 'partially low-floor tram',
48     low_floor: 'low floor',
49     low_floor_sign: '\u267F',
50     low_floor_description: 'low-floor tram',
51     
52     status_departed: 'Departed',
53     status_stopped: 'At stop',
54     status_default: 'En route',
55     status_delayed_4: 'Delayed 4′+',
56     status_delayed_10: 'Delayed 10′+',
57     
68aeb4 58     help_click_for_schedule: 'Click on an entry in the departures timetable to see the tram\'s schedule.',
9e6757 59     help_legend: 'Legend:',
JK 60     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.',
61     help_hover_for_more: 'Hover the icon for more details.',
62     help_source: 'Source',
63     help_license: 'License',
64     
65     error_title: 'Error occured!',
66     error_request_failed: 'Internet request failed.',
67     error_request_failed_status: 'Internet request failed with error: $status.',
68     error_request_failed_connectivity: 'Request failed - please check your network connectivity.',
572390 69     error_new_version: 'Website has been updated, reloading...',
57b8d3 70     error_refresh: 'Error! Refresh the page to update information.',
9e6757 71 };