New interface SignableContract introduced, some comments translated
[shipsimu.git] / application / ship-simu / main / constructions / terminals / class_Terminal.php
index ca61501979235fbdb65b5c26a365f47689fb6198..dbbed27417a1898e938c9d9b2250fd55461dce7d 100644 (file)
@@ -14,13 +14,13 @@ class Terminal extends BaseConstruction {
                        ));
                }
 
-               // Eltern-Konstruktor aufrufen
+               // Call parent constructor
                parent::constructor(__CLASS__);
 
-               // Beschreibung setzen
+               // Set description
                $this->setPartDescr("Anlegebrücke");
 
-               // Unique-ID erzeugen
+               // Generate unique ID number
                $this->createUniqueID();
        }