From ba6e87c3d748ef2cf442dc9165f6bc56e42fdeae Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Tue, 29 Jan 2019 14:02:13 +0000 Subject: [PATCH] Show bus stops on map (in blue) --- lang_pl.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/lang_pl.js b/lang_pl.js index b010211..5159b44 100644 --- a/lang_pl.js +++ b/lang_pl.js @@ -12,11 +12,13 @@ go_button: 'Dalej', refresh_button: '\u27f3 Odśwież', last_refreshed: 'Ostatnio odświeżone $time', + loading: 'Ładowanie...', line_alert_pattern: 'Linia $line: $alert', header_line: 'Linia', header_direction: 'Kierunek', + header_vehicle: 'Pojazd', header_time: 'Odjazd', header_delay: 'Opóźn.', header_lines: 'Linie', @@ -37,6 +39,13 @@ time_minutes_ago_prefix: '', time_minutes_ago_suffix: ' min temu', + type_vehicle: 'Pojazd', + type_stop: 'Przystanek', + type_stoppoint: 'Punkt przystankowy', + + 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).', + tram_type_pattern: '$num $type ($floor)', high_floor: 'wysokopodłogowy', high_floor_sign: '\u2010\u00A0', -- Gitblit v1.9.1