diff options
Diffstat (limited to 'share/locales/en_GB.po')
-rw-r--r-- | share/locales/en_GB.po | 102 |
1 files changed, 64 insertions, 38 deletions
diff --git a/share/locales/en_GB.po b/share/locales/en_GB.po index 362af52..47983a3 100644 --- a/share/locales/en_GB.po +++ b/share/locales/en_GB.po @@ -1,11 +1,19 @@ msgid "" msgstr "" -"Language: de-DE\n" +"Language: en-GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -# Global +# +# Global Strings +# + +msgid "button.register" +msgstr "Register" + +msgid "button.login" +msgstr "Login" msgid "button.logout" msgstr "Logout" @@ -31,6 +39,10 @@ msgstr "dark" msgid "footer.colour-scheme.auto" msgstr "auto" +# +# Templates +# + # account.html.ep msgid "account.account" @@ -81,7 +93,50 @@ msgstr "open requests" msgid "account.interaction.disabled" msgstr "Accounts cannot follow you" -# _public_status_card.html.ep +# login.html.ep + +msgid "login.tos" +msgstr "terms of use" + +msgid "login.accept-tos-pre" +msgstr "By logging in, you accept the" + +msgid "login.accept-tos-post" +msgstr " " + +msgid "login.forgot-password" +msgstr "Forgot password" + +msgid "login.registration-disabled" +msgstr "This instance does not allow registration of new accounts at the moment" + +# register.html.ep + +msgid "register.name" +msgstr "Name (alphanumeric)" + +msgid "register.mail" +msgstr "E-Mail address" + +msgid "register.password" +msgstr "Password" + +msgid "register.repeat-password" +msgstr "Repeat password" + +msgid "register.tos" +msgstr "terms of use" + +msgid "register.accept-tos-pre" +msgstr "By submitting this registration form, you accept the" + +msgid "register.accept-tos-post" +msgstr " " + +msgid "register.expect-confirmation-link" +msgstr "After submitting the registration, a confirmation link will be sent to the provided E-Mail address. Logging into the new travelynx account is only possible after following that link. The link is valid for 48 hours." + +# _checked_in, _public_status_card.html.ep msgid "status.is-checked-in" msgstr "is in transit" @@ -89,6 +144,9 @@ msgstr "is in transit" msgid "status.is-not-checked-in" msgstr "ist not in transit right now" +msgid "status.share" +msgstr "Share" + msgid "status.arrival-in" msgstr "Arrival in" @@ -98,6 +156,9 @@ msgstr "Arrival in less than one minute" msgid "status.arrival-unknown" msgstr "Arrival unknown" +msgid "status.arrived" +msgstr "Arrived" + msgid "status.carriages" msgstr "Carriages" @@ -117,38 +178,3 @@ msgstr "towards" msgid "wagons.carriage" msgstr "Carriage" - -# Journeys.pm#min_to_human - -msgid "countdown.n-weeks" -msgstr "%d Wochen" - -msgid "countdown.1-week" -msgstr "1 Woche" - -msgid "countdown.n-days" -msgstr "%d Tage" - -msgid "countdown.1-day" -msgstr "1 Tag" - -msgid "countdown.n-hours" -msgstr "%d Stunden" - -msgid "countdown.1-hour" -msgstr "1 Stunde" - -msgid "countdown.n-minutes" -msgstr "%d Minuten" - -msgid "countdown.1-minute" -msgstr "1 Minute" - -msgid "countdown.0-minutes" -msgstr "0 Minuten" - -msgid "countdown.concat" -msgstr ", " - -msgid "countdown.concat-last" -msgstr " und " |