From 1c0616f0578a246beedbdbaf49a617b46f1e9380 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Sun, 03 Feb 2019 23:17:35 +0000 Subject: [PATCH] Increase IconImageCache max size to 512 --- lang_pl.js | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/lang_pl.js b/lang_pl.js index b010211..c3f58cf 100644 --- a/lang_pl.js +++ b/lang_pl.js @@ -8,15 +8,21 @@ jquery_not_loaded: 'Wymagana biblioteka jQuery nie została poprawnie załadowana. Spróbuj odświeżyć stronę.', enter_stop_name_to_begin: 'Zacznij wpisywać nazwę przystanku.', select_stop_click_go: 'Wyierz przystanek i kliknij "Dalej".', + select_stop_tram: '$stop (tramwaj)', + select_stop_bus: '$stop (autobus)', stop_name_placeholder: 'Nazwa przystanku', 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_bus: 'Autobus', + header_tram: 'Tramwaj', header_time: 'Odjazd', header_delay: 'Opóźn.', header_lines: 'Linie', @@ -37,6 +43,19 @@ time_minutes_ago_prefix: '', time_minutes_ago_suffix: ' min temu', + type_vehicle: 'Pojazd', + type_bus: 'Autobus', + type_tram: 'Tramwaj', + type_stop: 'Przystanek', + 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 peronu).', + tram_type_pattern: '$num $type ($floor)', high_floor: 'wysokopodłogowy', high_floor_sign: '\u2010\u00A0', -- Gitblit v1.9.1