From 7698583a2b774b68ef1a24f87023c8385d671f9f Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Thu, 13 Jun 2019 18:55:17 +0000 Subject: [PATCH] Factor out common section out of proxy_bus.php and proxy_tram.php --- lang_en.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lang_en.js b/lang_en.js index 3ced546..3a06fa7 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', -- Gitblit v1.9.1