From 4bfa367f643d1c644dada6776fda660df530b92b Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Wed, 13 Mar 2019 23:41:33 +0000 Subject: [PATCH] Use arrays to store vehicle data and TTSS URLs --- lang_en.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lang_en.js b/lang_en.js index 22d74bf..0b767ca 100644 --- a/lang_en.js +++ b/lang_en.js @@ -58,6 +58,8 @@ select_feature: 'There is more than one feature here. Select the proper one:', departures_for_stop: 'Click for stop departures (and not only this stop point).', + departures_for_trams: 'Switch to tram departures.', + departures_for_buses: 'Switch to bus departures.', tram_type_pattern: '$num $type ($floor)', high_floor: 'high floor', -- Gitblit v1.9.1