diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-08-17 10:00:37 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-08-17 10:00:37 +0200 |
commit | f6d9d738e1067397cc62485e76f2beeac85b914f (patch) | |
tree | a20cd096e38df2b7f12c02158dfd701d94b9dfa1 /share | |
parent | e97f7892a6d1a74e729dc676fb90db8afc408db5 (diff) |
Journey: Add JSON and GPX export of polylines
Diffstat (limited to 'share')
-rw-r--r-- | share/locales/en_GB.po | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/share/locales/en_GB.po b/share/locales/en_GB.po index 6121045..48fb05a 100644 --- a/share/locales/en_GB.po +++ b/share/locales/en_GB.po @@ -270,6 +270,21 @@ msgstr "Export" msgid "journey.edit" msgstr "Edit" +msgid "journey.map-data" +msgstr "Map Data" + +msgid "journey.map.download" +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.danger" +msgstr "Danger Zone" + msgid "journey.delete" msgstr "Delete" |