From c3b488060589273466a1723ad7cd51416cfba84c Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Thu, 29 Jul 2021 22:43:01 +0000
Subject: [PATCH] [map] Allow zero-prefixed stop identifiers (fix for bus stops)

---
 lang_pl.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/lang_pl.js b/lang_pl.js
index a51190f..08ca6b1 100644
--- a/lang_pl.js
+++ b/lang_pl.js
@@ -67,6 +67,9 @@
 	departures_for_stop: 'Kliknij, by zobaczyć odjazdy dla całego przystanku (a nie tylko peronu).',
 	departures_for_trams: 'Przełącz na odjazdy tramwajów.',
 	departures_for_buses: 'Przełącz na odjazdy autobusów.',
+	trip_previous: '\u00AB poprzedni',
+	trip_current: 'aktualny',
+	trip_next: 'następny \u00BB',
 	
 	tram_type_pattern: '$num $type ($floor)',
 	high_floor: 'wysokopodłogowy',

--
Gitblit v1.9.1