Improved www.ttss.krakow.pl
Jacek Kowalski
2017-04-15 adaa1f628f04a6af247e142edbea679578b90fef
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     
6     jquery_not_loaded: 'Required JavaScript jQuery library failed to load. You may try refreshing the page.',
7     enter_stop_name_to_begin: 'Enter the stop name to begin.',
8     select_stop_click_go: 'Select the stop and click "Go".',
9     stop_name_placeholder: 'Stop name',
10     go_button: 'Go',
11     refresh_button: '\u27f3 Refresh',
12     last_refreshed: 'Last refreshed: $time',
13     
14     line_alert_pattern: 'Line $line: $alert',
15     
16     header_line: 'Line',
17     header_direction: 'Direction',
18     header_time: 'Time',
19     header_delay: 'Delay',
20     header_lines: 'Lines',
21     header_route: 'Route',
22     header_carrier: 'Carrier',
78b244 23     header_stop: 'Stop',
9e6757 24     
JK 25     boarding_sign: '>>>',
26     unknown_sign: '?',
27     
28     time_now: 'just now',
29     time_seconds_prefix: '',
30     time_seconds_suffix: ' s',
31     time_seconds_ago_prefix: '',
32     time_seconds_ago_suffix: ' s ago',
33     time_minutes_prefix: '',
34     time_minutes_suffix: ' min',
35     time_minutes_ago_prefix: '',
36     time_minutes_ago_suffix: ' min ago',
37     
38     tram_type_pattern: '$num $type ($floor)',
39     high_floor: 'high floor',
40     high_floor_sign: '\u2010\u00A0',
41     high_floor_description: 'high-floor tram',
42     partially_low_floor: 'partially low floor',
43     partially_low_floor_sign: '*\u267F',
44     partially_low_floor_description: 'partially low-floor tram',
45     low_floor: 'low floor',
46     low_floor_sign: '\u267F',
47     low_floor_description: 'low-floor tram',
48     
49     status_departed: 'Departed',
50     status_stopped: 'At stop',
51     status_default: 'En route',
52     status_delayed_4: 'Delayed 4′+',
53     status_delayed_10: 'Delayed 10′+',
54     
68aeb4 55     help_click_for_schedule: 'Click on an entry in the departures timetable to see the tram\'s schedule.',
9e6757 56     help_legend: 'Legend:',
JK 57     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.',
58     help_hover_for_more: 'Hover the icon for more details.',
59     help_source: 'Source',
60     help_license: 'License',
61     
62     error_title: 'Error occured!',
63     error_request_failed: 'Internet request failed.',
64     error_request_failed_status: 'Internet request failed with error: $status.',
65     error_request_failed_connectivity: 'Request failed - please check your network connectivity.',
66 };