@ -20,6 +20,7 @@ Add action to action list : Aktion zur Liste hinzufügen
@@ -20,6 +20,7 @@ Add action to action list : Aktion zur Liste hinzufügen
add car : Waggon hinzufügen
Add condition : Bedingung hinzufügen
Add entry : Eintrag hinzufügen
Add function : Funktion hinzufügen
add locomotive : Lok hinzufügen
add new aspect : neues Signalbild hinzufügen
add new car : neuen Waggon anlegen
@ -115,6 +116,7 @@ Current location\: {} : Aufenthaltsort: {}
@@ -115,6 +116,7 @@ Current location\: {} : Aufenthaltsort: {}
Current orientation : aktuelle Fahrtrichtung
Current velocity\: {} {} : Aktuelle Geschwindigkeit: {} {}
custom fields : benutzerdefinierte Felder
CustomFunction : benutzerdefinierte Funktion
Date/Time : Datum/Zeit
Decoder address : Decoder-Adresse
decouple : Abkuppeln
@ -182,7 +184,7 @@ Function : Funktion
@@ -182,7 +184,7 @@ Function : Funktion
Function {} : Funktion {}
Function mapping : Funktionszuordnung
Hardware settings : Hardware-Einstellungen
Headlight : Spitzenlicht
HeadLight : Spitzenlicht
Height : Höhe
Help : Hilfe
History : Logbuch
@ -191,7 +193,7 @@ Hold : an lassen
@@ -191,7 +193,7 @@ Hold : an lassen
if ({}) : falls ({})
If car of train\: inspect car number : Falls Fahrzeug aus Zug: Untersuche Fahrzeug Nummer
If checked, tiles behind the train are freed according to the length of the train and the tiles. If it is unchecked, tiles will not get free before route is finished. : Falls aktiviert, wird die Strecke anhand von Zug- und Kachel-Länge hinter dem Zug freigegeben, Falls deaktiviert wird die Strecke hinter dem Zug erst bei Abschluss der Route freigegeben.
//private TreeMap<Integer,Integer> cvs = new TreeMap<Integer, Integer>();
privateDecoderdecoder;
@ -187,14 +185,7 @@ public class Locomotive extends Car implements Constants{
@@ -187,14 +185,7 @@ public class Locomotive extends Car implements Constants{
if(fEntry.getValue()==true)btn.clazz("active");// == true is required, as getValue may return null
btn.addTo(functions);
}
}
functions.addTo(fieldset);
@ -224,39 +215,23 @@ public class Locomotive extends Car implements Constants{
@@ -224,39 +215,23 @@ public class Locomotive extends Car implements Constants{
@ -264,50 +239,13 @@ public class Locomotive extends Car implements Constants{
@@ -264,50 +239,13 @@ public class Locomotive extends Car implements Constants{
@ -329,22 +267,12 @@ public class Locomotive extends Car implements Constants{
@@ -329,22 +267,12 @@ public class Locomotive extends Car implements Constants{
@ -405,25 +333,6 @@ public class Locomotive extends Car implements Constants{
@@ -405,25 +333,6 @@ public class Locomotive extends Car implements Constants{
@ -486,33 +395,19 @@ public class Locomotive extends Car implements Constants{
@@ -486,33 +395,19 @@ public class Locomotive extends Car implements Constants{
returnproperties();
}
privatevoidupdateFunction(intnum,Paramssettings){
LOG.debug("Settings for function {}: {}",num,settings);