From 326ad34b82e744b98d3341f3b70d64406f73ebc9 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Thu, 31 Jan 2019 13:35:54 +0000 Subject: [PATCH] Verify longitude and latitude are present before adding feature --- lang_en.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/lang_en.js b/lang_en.js index 269cb14..0449c2e 100644 --- a/lang_en.js +++ b/lang_en.js @@ -40,9 +40,16 @@ time_minutes_ago_suffix: ' min ago', type_vehicle: 'Vehicle', + type_bus: 'Bus', + type_tram: 'Tram', type_stop: 'Stop', + type_stop_bus: 'Bus stop', + type_stop_tram: 'Tram stop', type_stoppoint: 'Stop point', + type_stoppoint_bus: 'Bus stop point', + type_stoppoint_tram: 'Tram stop point', + 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).', tram_type_pattern: '$num $type ($floor)', -- Gitblit v1.9.1