From 9dd2e1123817b7896de3f1c64e81eb89cef0cafc Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Wed, 13 Mar 2019 12:31:13 +0000
Subject: [PATCH] Do not refresh vehicle pathinfo on every ttss_refresh seconds

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

diff --git a/lang_en.js b/lang_en.js
index 2e7c18e..0b767ca 100644
--- a/lang_en.js
+++ b/lang_en.js
@@ -5,6 +5,10 @@
 	
 	map: 'Map',
 	
+	action_close: 'Close',
+	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".',
@@ -54,6 +58,8 @@
 	
 	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.',
+	departures_for_buses: 'Switch to bus departures.',
 	
 	tram_type_pattern: '$num $type ($floor)',
 	high_floor: 'high floor',

--
Gitblit v1.9.1