Reduce speed to {} km/h : Geschwindigkeit auf {} km/h reduzieren
Report Issue : Problem melden
RIGHT : rechts
Right port\: : Port für rechts
Routes using this tile\: : Fahrstraßen, die diesen Abschnitt verwenden:
Route will only be available to trains fulfilling all conditions. : Route ist nur für Züge verfügbar, die alle Bedingungen erfüllen.
save : speichern
@ -63,8 +75,10 @@ SetSignalsToStop : Signale auf Halt stellen
@@ -63,8 +75,10 @@ SetSignalsToStop : Signale auf Halt stellen
SetSpeed : Geschwindigkeit ändern
Setup actions : Aktivierungs-Aktionen
Signals : Signale
SOUTH : Süden
Started {} : {} gestartet
StopAuto : Automatikmodus abschalten
Straight port\: : Port für gerade
STRAIGHT : gerade
Tags : Markierungen
Toggle power : Stom an/ausschalten
@ -89,3 +103,4 @@ Was not able to assign {} to {}! : Konnte {} nicht an {} zuweisen!
@@ -89,3 +103,4 @@ Was not able to assign {} to {}! : Konnte {} nicht an {} zuweisen!
Was not able to lock {} : Konnte {} nicht reservieren
Was not able to set all signals! : Konnte nicht alle Signale stellen!
Was not able to set all turnouts! : Konnte nicht alle Weichen stellen!
@ -493,6 +493,7 @@ public class Train implements Comparable<Train>,Constants {
@@ -493,6 +493,7 @@ public class Train implements Comparable<Train>,Constants {
if(!route.lock())returnt("Was not able to lock {}",route);
Stringerror=null;
if(direction!=route.startDirection)turn();
if(!route.setTurnouts())error=t("Was not able to set all turnouts!");
route.fireSetupActions(context);
if(error==null&&!route.setSignals(null))error=t("Was not able to set all signals!");