From 1256262428ad68f9039d208674b0db1a851f966a Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Fri, 01 Feb 2019 00:47:33 +0000 Subject: [PATCH] Low indicator is an integer now, not string --- lang_en.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/lang_en.js b/lang_en.js index 7dce3fc..0449c2e 100644 --- a/lang_en.js +++ b/lang_en.js @@ -12,6 +12,7 @@ go_button: 'Go', refresh_button: '\u27f3 Refresh', last_refreshed: 'Last refreshed: $time', + loading: 'Loading...', line_alert_pattern: 'Line $line: $alert', @@ -39,8 +40,17 @@ time_minutes_ago_suffix: ' min ago', type_vehicle: 'Vehicle', + type_bus: 'Bus', + type_tram: 'Tram', type_stop: 'Stop', + type_stop_bus: 'Bus stop', + type_stop_tram: 'Tram stop', type_stoppoint: 'Stop point', + type_stoppoint_bus: 'Bus stop point', + type_stoppoint_tram: 'Tram stop point', + + select_feature: 'There is more than one feature here. Select the proper one:', + departures_for_stop: 'Click for stop departures (and not only this stop point).', tram_type_pattern: '$num $type ($floor)', high_floor: 'high floor', -- Gitblit v1.9.1