From ae320718c65e75b727724729140e1546d566417c Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Mon, 17 Jun 2019 19:32:13 +0000 Subject: [PATCH] Enable centering on selected feature using new "Show on map" button --- lang_en.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lang_en.js b/lang_en.js index 3ced546..a9428b4 100644 --- a/lang_en.js +++ b/lang_en.js @@ -9,7 +9,6 @@ action_expand: 'Expand', action_collapse: 'Collapse', - jquery_not_loaded: 'Required JavaScript jQuery library failed to load. You may try refreshing the page.', enter_stop_name_to_begin: 'Enter the stop name to begin.', select_stop_click_go: 'Select the stop and click "Go".', select_stop_type: { @@ -21,6 +20,7 @@ refresh_button: '\u27f3 Refresh', last_refreshed: 'Last refreshed: $time', loading: 'Loading...', + no_data: 'Data unavailable', line_alert_pattern: 'Line $line: $alert', @@ -60,6 +60,7 @@ l: 'Your location', }, + show_on_map: 'Show on map', 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).', departures_for_trams: 'Switch to tram departures.', -- Gitblit v1.9.1