From 38340e01ff8bec3c1a89b9bd294c49f78a73e411 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sat, 22 Jun 2019 22:07:29 +0000
Subject: [PATCH] Fix delay calcs when times are from two different days (i.e. 23:59-00:00)

---
 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