From a830993fed93fd4d700c26f3bf8158fa4c0db68e Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Thu, 31 Jan 2019 10:38:41 +0000
Subject: [PATCH] Add feature type (bus/tram stop) to the headers and listings

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

diff --git a/lang_en.js b/lang_en.js
index c49a63f..0449c2e 100644
--- a/lang_en.js
+++ b/lang_en.js
@@ -40,8 +40,14 @@
 	time_minutes_ago_suffix: ' min ago',
 	
 	type_vehicle: 'Vehicle',
+	type_bus: 'Bus',
+	type_tram: 'Tram',
 	type_stop: 'Stop',
+	type_stop_bus: 'Bus stop',
+	type_stop_tram: 'Tram stop',
 	type_stoppoint: 'Stop point',
+	type_stoppoint_bus: 'Bus stop point',
+	type_stoppoint_tram: 'Tram stop point',
 	
 	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).',

--
Gitblit v1.9.1