From 1e2d27715229efaaaf49a20b294fbfc2aff694a9 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Thu, 27 Jun 2019 23:35:29 +0000
Subject: [PATCH] Use renderMode image for vehicles layer (performance improvement)

---
 lang_en.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lang_en.js b/lang_en.js
index d97716f..a9428b4 100644
--- a/lang_en.js
+++ b/lang_en.js
@@ -20,6 +20,7 @@
 	refresh_button: '\u27f3 Refresh',
 	last_refreshed: 'Last refreshed: $time',
 	loading: 'Loading...',
+	no_data: 'Data unavailable',
 	
 	line_alert_pattern: 'Line $line: $alert',
 	
@@ -59,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