From 1256262428ad68f9039d208674b0db1a851f966a Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Fri, 01 Feb 2019 00:47:33 +0000 Subject: [PATCH] Low indicator is an integer now, not string --- lang_pl.js | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/lang_pl.js b/lang_pl.js index 9e9e2b6..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,10 +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', - departures_for_stop: 'Kliknij, by zobaczyć odjazdy dla całego przystanku (a nie tylko punktu przystankowego).', + 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 peronu).', tram_type_pattern: '$num $type ($floor)', high_floor: 'wysokopodłogowy', -- Gitblit v1.9.1