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_pl.js |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/lang_pl.js b/lang_pl.js
index 5159b44..dfc4857 100644
--- a/lang_pl.js
+++ b/lang_pl.js
@@ -19,6 +19,8 @@
 	header_line: 'Linia',
 	header_direction: 'Kierunek',
 	header_vehicle: 'Pojazd',
+	header_bus: 'Autobus',
+	header_tram: 'Tramwaj',
 	header_time: 'Odjazd',
 	header_delay: 'Opóźn.',
 	header_lines: 'Linie',
@@ -40,11 +42,17 @@
 	time_minutes_ago_suffix: ' min temu',
 	
 	type_vehicle: 'Pojazd',
+	type_bus: 'Autobus',
+	type_tram: 'Tramwaj',
 	type_stop: 'Przystanek',
-	type_stoppoint: 'Punkt przystankowy',
+	type_stop_bus: 'Przystanek autobusowy',
+	type_stop_tram: 'Przystanek tramwajowy',
+	type_stoppoint: 'Peron',
+	type_stoppoint_bus: 'Peron autobusowy',
+	type_stoppoint_tram: 'Peron tramwajowy',
 	
 	select_feature: 'W tym miejscu znajduje się więcej niż jeden element. Wybierz właściwy z listy:',
-	departures_for_stop: 'Kliknij, by zobaczyć odjazdy dla całego przystanku (a nie tylko punktu przystankowego).',
+	departures_for_stop: 'Kliknij, by zobaczyć odjazdy dla całego przystanku (a nie tylko peronu).',
 	
 	tram_type_pattern: '$num $type ($floor)',
 	high_floor: 'wysokopodłogowy',

--
Gitblit v1.9.1