diff options
Diffstat (limited to 'share/locales/en_GB.po')
-rw-r--r-- | share/locales/en_GB.po | 53 |
1 files changed, 47 insertions, 6 deletions
diff --git a/share/locales/en_GB.po b/share/locales/en_GB.po index e4bb7aa..c8a4902 100644 --- a/share/locales/en_GB.po +++ b/share/locales/en_GB.po @@ -150,13 +150,13 @@ msgid "account.webhook" msgstr "Webhook" msgid "account.webhook.disabled" -msgstr "No webhook was configured" +msgstr "No webhook configured" -msgid "account.webhook.active_pending" -msgstr "Active and Pending" +msgid "account.webhook.active-pending" +msgstr "Active; pending" -msgid "account.webhook.active_error" -msgstr "Active with Error" +msgid "account.webhook.active-error" +msgstr "Active; erroneous" msgid "account.webhook.active" msgstr "Active" @@ -164,7 +164,7 @@ msgstr "Active" msgid "account.traewelling.unsupported" msgstr "Unsupported due to incompatibility with bahn.de and transitous" -msgid "account.registration_date" +msgid "account.registration-date" msgstr "Registered on" msgid "account.interaction" @@ -188,6 +188,23 @@ msgstr "open requests" msgid "account.interaction.disabled" msgstr "Accounts cannot follow you" +# changelog.html.ep + +msgid "changelog.added" +msgstr "New Feature" + +msgid "changelog.bugfix" +msgstr "Bugfix" + +msgid "changelog.2-16.1" +msgstr "Localization support. Parts of travelynx are now available in English, and a subset of those is also available in French, Hungarian, and Polish. Further translations, languages, and translation how-tos will follow in due time. Locale selection respects the Accept-Language header and can be configured on the account settings page." + +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" @@ -256,6 +273,30 @@ 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.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" + msgid "journey.delete" msgstr "Delete" |