Unverified Commit 3acffa1c authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

status: localize cancelled / additional stop

parent e60dad23
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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"
+6 −0
Original line number Diff line number Diff line
@@ -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"
+2 −2
Original line number Diff line number Diff line
@@ -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')
@@ -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>