New interface SignableContract introduced, some comments translated
[shipsimu.git] / application / ship-simu / main / structures / extended / cabines / ship / class_EconomyCabin.php
index bc1bde229e938cbe9415c6015444f5f6d832e65e..47616dfc68be8b9c123bdca0abeb826974bc0e98 100644 (file)
@@ -3,7 +3,7 @@
 class EconomyCabin extends BaseCabin implements ItemIsTradeable, ConstructableShipPart {
        // Konstruktor
        private function __construct () {
-               // Eltern-Konstruktor aufrufen
+               // Call parent constructor
                parent::constructor(__CLASS__);
 
                // Debug message
@@ -14,10 +14,10 @@ class EconomyCabin extends BaseCabin implements ItemIsTradeable, ConstructableSh
                        ));
                }
 
-               // Beschreibung setzen
+               // Set description
                $this->setPartDescr("Economy-Class-Kabine");
 
-               // Unique-ID erzeugen
+               // Generate unique ID number
                $this->createUniqueID();
 
                // Clean up a little