Loading share/locales/de_DE.po +3 −0 Original line number Diff line number Diff line Loading @@ -204,6 +204,9 @@ msgstr "Aktiv" msgid "account.traewelling.unsupported" msgstr "Wird wegen Inkompatibilität zwischen bahn.de und transitous derzeit nicht unterstützt" msgid "account.uid" msgstr "Account ID" msgid "account.registration-date" msgstr "Registriert am" Loading share/locales/en_GB.po +3 −0 Original line number Diff line number Diff line Loading @@ -204,6 +204,9 @@ msgstr "Active" msgid "account.traewelling.unsupported" msgstr "Unsupported due to incompatibility with bahn.de and transitous" msgid "account.uid" msgstr "Account ID" msgid "account.registration-date" msgstr "Registered on" Loading templates/account.html.ep +4 −0 Original line number Diff line number Diff line Loading @@ -161,6 +161,10 @@ </td> </tr> % } <tr> <th scope="row"><%= L('account.uid') %></th> <td><%= $acc->{id} %></td> </tr> <tr> <th scope="row"><%= L('account.registration-date') %></th> <td><%= $acc->{registered_at}->strftime(L('strftime.datetime')) %></td> Loading Loading
share/locales/de_DE.po +3 −0 Original line number Diff line number Diff line Loading @@ -204,6 +204,9 @@ msgstr "Aktiv" msgid "account.traewelling.unsupported" msgstr "Wird wegen Inkompatibilität zwischen bahn.de und transitous derzeit nicht unterstützt" msgid "account.uid" msgstr "Account ID" msgid "account.registration-date" msgstr "Registriert am" Loading
share/locales/en_GB.po +3 −0 Original line number Diff line number Diff line Loading @@ -204,6 +204,9 @@ msgstr "Active" msgid "account.traewelling.unsupported" msgstr "Unsupported due to incompatibility with bahn.de and transitous" msgid "account.uid" msgstr "Account ID" msgid "account.registration-date" msgstr "Registered on" Loading
templates/account.html.ep +4 −0 Original line number Diff line number Diff line Loading @@ -161,6 +161,10 @@ </td> </tr> % } <tr> <th scope="row"><%= L('account.uid') %></th> <td><%= $acc->{id} %></td> </tr> <tr> <th scope="row"><%= L('account.registration-date') %></th> <td><%= $acc->{registered_at}->strftime(L('strftime.datetime')) %></td> Loading