]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/constructions/yards/class_Shipyard.php
New interface SignableContract introduced, some comments translated
[shipsimu.git] / application / ship-simu / main / constructions / yards / class_Shipyard.php
index 9d555dd18465c73aaad13892553e79b885129d1a..fa2dde0391f2ece5cc163ff6dde1da98f43d942e 100644 (file)
@@ -25,7 +25,7 @@ class Shipyard extends BaseConstruction {
 
        // Constructor
        private function __construct () {
-               // Eltern-Konstruktor aufrufen
+               // Call parent constructor
                parent::constructor(__CLASS__);
 
                // Debug message
@@ -36,14 +36,14 @@ class Shipyard extends BaseConstruction {
                        ));
                }
 
-               // Beschreibung setzen
+               // Set description
                $this->setPartDescr("Werft");
 
                // Staff-Liste/Schiffstyp-Liste erzeugen
                $this->createStaffList();
                $this->createShipTypeList();
 
-               // Unique-ID erzeugen
+               // Generate unique ID number
                $this->createUniqueID();
        }