diff options
Diffstat (limited to 'share/locales/en_GB.po')
-rw-r--r-- | share/locales/en_GB.po | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/share/locales/en_GB.po b/share/locales/en_GB.po index 48fb05a..c8a4902 100644 --- a/share/locales/en_GB.po +++ b/share/locales/en_GB.po @@ -202,6 +202,9 @@ msgstr "Localization support. Parts of travelynx are now available in English, a msgid "changelog.2-16.2" msgstr "Fix distance calculation and visualization of ring line trips. Trips shown in the history map are still partially incorrect." +msgid "changelog.2-17.1" +msgstr "Map data (“polylines”) for individual trips can now be exported and imported in the GPX format. This allows map data to be corrected or augmented after the fact. The GPX import/export is compatible with BRouter-Web." + # journey.html.ep msgid "journey.not-found" @@ -279,8 +282,17 @@ msgstr "Download" msgid "journey.map.upload" msgstr "Upload" -msgid "journey.map.info" -msgstr "JSON format: [[lon, lat, station ID], ...], with lon/lat in WGS84 coordinates. GPX files are compatible with BRouter. Uploads may cover either the entire route or just the route segment that belongs to this checkin; station IDs are optional when uploading map data." +msgid "journey.map.upload-full" +msgstr "Upload full route" + +msgid "journey.map.upload-partial" +msgstr "Upload travelled segment" + +msgid "journey.map.info.download" +msgstr "JSON format: [[lon, lat, station ID], ...], with lon/lat in WGS84 coordinates. GPX files are compatible with BRouter." + +msgid "journey.map.info.upload" +msgstr "GPX uploads must contain a single track with a single track segment (such as provided by BRouter's export). They must cover either the full route or just the travelled route segment that belongs to this checkin. Please use the appropriate upload button, otherwise chaos may ensue. There is no need to specify station IDs when uploading tracks. Note that uploads irreversibly replace previously stored map data." msgid "journey.danger" msgstr "Danger Zone" |