Loading share/locales/de_DE.po +6 −0 Original line number Diff line number Diff line Loading @@ -933,6 +933,12 @@ msgstr "Wagen" msgid "status.route" msgstr "Route" msgid "status.cancelled-stop" msgstr "entfällt" msgid "status.additional-stop" msgstr "Zusatzhalt" #, shown during destination selection msgid "status.undo" msgstr "Rückgängig" Loading share/locales/en_GB.po +6 −0 Original line number Diff line number Diff line Loading @@ -930,6 +930,12 @@ msgstr "Carriages" msgid "status.route" msgstr "Route" msgid "status.cancelled-stop" msgstr "cancelled" msgid "status.additional-stop" msgstr "extra stop" #, shown during destination selection msgid "status.undo" msgstr "Undo" Loading templates/_checked_in.html.ep +2 −2 Original line number Diff line number Diff line Loading @@ -289,7 +289,7 @@ <span> %= include '_show_load_icons', station => $station % if ($station->[2]{isCancelled}) { entfällt %= L('status.cancelled-stop') % } % elsif ($station->[2]{rt_arr} or $station->[2]{sched_arr}) { %= ($station->[2]{rt_arr} || $station->[2]{sched_arr})->strftime('%H:%M') Loading @@ -298,7 +298,7 @@ (<%= ($station->[2]{rt_dep} || $station->[2]{sched_dep})->strftime('%H:%M') %>) % } % elsif ($station->[2]{isAdditional}) { Zusatzhalt %= L('status.additional-stop') % } </span> </a> Loading Loading
share/locales/de_DE.po +6 −0 Original line number Diff line number Diff line Loading @@ -933,6 +933,12 @@ msgstr "Wagen" msgid "status.route" msgstr "Route" msgid "status.cancelled-stop" msgstr "entfällt" msgid "status.additional-stop" msgstr "Zusatzhalt" #, shown during destination selection msgid "status.undo" msgstr "Rückgängig" Loading
share/locales/en_GB.po +6 −0 Original line number Diff line number Diff line Loading @@ -930,6 +930,12 @@ msgstr "Carriages" msgid "status.route" msgstr "Route" msgid "status.cancelled-stop" msgstr "cancelled" msgid "status.additional-stop" msgstr "extra stop" #, shown during destination selection msgid "status.undo" msgstr "Undo" Loading
templates/_checked_in.html.ep +2 −2 Original line number Diff line number Diff line Loading @@ -289,7 +289,7 @@ <span> %= include '_show_load_icons', station => $station % if ($station->[2]{isCancelled}) { entfällt %= L('status.cancelled-stop') % } % elsif ($station->[2]{rt_arr} or $station->[2]{sched_arr}) { %= ($station->[2]{rt_arr} || $station->[2]{sched_arr})->strftime('%H:%M') Loading @@ -298,7 +298,7 @@ (<%= ($station->[2]{rt_dep} || $station->[2]{sched_dep})->strftime('%H:%M') %>) % } % elsif ($station->[2]{isAdditional}) { Zusatzhalt %= L('status.additional-stop') % } </span> </a> Loading