Minimum and maximum times (in Miliseconds) trains with the respective tag have to wait in this block. : Minamle und maximale Block-Haltezeit (in Millisekunden) für Züge mit der entsprchender Markierung.
minimum starting voltage v<sub>min</sub> : Mindestanfahrspannung v<sub>min</sub>
Mounted into "{}". : In "{}" eingebaut.
Mounted decoder "{}". : Decoder "{}" eingebaut.
Move tiles : Kacheln verschieben
move up : nach oben schieben
name : Name
new car : neuer Waggon
new contact : neuer Kontakt
new decoder : neuer Decoder
new direction : neue Fahrtrichtung
new locomotive : neue Lok
new tag : neue Markierung
new train : neuer Zug
No : keine
no decoder : kein Decoder
No direct route from {} to {} : keine direkte Verbindung von {} zu {}
No free routes from {} : keine Route von {} frei
NORTH : Norden
@ -272,6 +277,8 @@ Plan updated. : Plan aktualisiert.
@@ -272,6 +277,8 @@ Plan updated. : Plan aktualisiert.
Port for state {} : Anschluss für Status {}
PreserveRoute : Anschlußroute vorwählen
Programming : Programmierung
prgramming track : Programmier-Gleis
program on main : Hauptgleis-Programmierung
Properties : Eigenschaften
Properties of {} : Eigenschaften von {}
Properties of {} @ ({},{}) : Eigenschaften von {} @ ({},{})
@ -301,7 +301,7 @@ public class Car extends BaseClass implements Comparable<Car>{
@@ -301,7 +301,7 @@ public class Car extends BaseClass implements Comparable<Car>{
@ -211,10 +201,8 @@ public class Locomotive extends Car implements Constants{
@@ -211,10 +201,8 @@ public class Locomotive extends Car implements Constants{
@ -222,16 +210,20 @@ public class Locomotive extends Car implements Constants{
@@ -222,16 +210,20 @@ public class Locomotive extends Car implements Constants{
@ -242,7 +234,7 @@ public class Locomotive extends Car implements Constants{
@@ -242,7 +234,7 @@ public class Locomotive extends Car implements Constants{
newTag("p").content(t("Click on a name to edit the entry.")).addTo(win);
@ -252,8 +244,8 @@ public class Locomotive extends Car implements Constants{
@@ -252,8 +244,8 @@ public class Locomotive extends Car implements Constants{
table.addRow(loco.stockId,
loco.link(),
maxSpeed+NBSP+speedUnit,
isSet(loco.decoder)?loco.decoder.protocol():null,
isSet(loco.decoder)?loco.decoder.address():null,
isSet(loco.decoder)?loco.decoder.button():null,
loco.length+NBSP+lengthUnit,
loco.distanceCounter,
String.join(", ",loco.tags()));
@ -279,19 +271,32 @@ public class Locomotive extends Car implements Constants{
@@ -279,19 +271,32 @@ public class Locomotive extends Car implements Constants{
@ -306,6 +311,11 @@ public class Locomotive extends Car implements Constants{
@@ -306,6 +311,11 @@ public class Locomotive extends Car implements Constants{
@ -333,13 +343,15 @@ public class Locomotive extends Car implements Constants{
@@ -333,13 +343,15 @@ public class Locomotive extends Car implements Constants{
//plan.stream(t("Speed of {} set to {} {}.",this,speed,BaseClass.speedUnit));
}
returnproperties();
}
@ -375,21 +387,20 @@ public class Locomotive extends Car implements Constants{
@@ -375,21 +387,20 @@ public class Locomotive extends Car implements Constants{