Statics is no longer a technology, cellphone added, several fixes:
[shipsimu.git] / application / ship-simu / templates / de / game / technology / base_technology.xml
index 299e1d4ca7eabfe5f5359d6d0307549066d065f8..6e2ae92d10f407e78b7d992215c36fe0d45d9e77 100644 (file)
@@ -30,13 +30,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                <!-- The date/time when this technology was gained, e.g. by research. //-->
                <technology-gained timestamp="{?gained?}" />
                <!-- A summary of this technology. //-->
-               <summary>
+               <technology-summary>
                        <![CDATA[{?summary?}]]>
-               </summary>
+               </technology-summary>
                <!-- A full description of this technology. //-->
-               <description>
+               <technology-description>
                        <![CDATA[{?description?}]]>
-               </description>
+               </technology-description>
        </general-data>
        <!-- All levels of this technology are held in this tag. //-->
        <technology-level-list>
@@ -50,9 +50,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                                <![CDATA[{?level_summary?}]]>
                        </technology-level-summary>
                        <!--  A full description of this technology level. //-->
-                       <level-description>
+                       <technology-level-description>
                                <![CDATA[{?level_description?}]]>
-                       </level-description>
+                       </technology-level-description>
                        <!-- A specific technology level may depend on some further technologies or research
                             proposals. //-->
                        <level-dependencies>
@@ -65,9 +65,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                                                <level>{?technology_level_level?}</level>
                                        </technology-level-dependency>
                                </technology-level-dependency-list>
-                               <!-- All research proposal dependencies for this technology. //-->
+                               <!-- All research dependencies for this technology. //-->
                                <research-level-dependency-list>
-                                       <!-- A research proposal dependency for this technology. //-->
+                                       <!-- A research dependency for this technology. //-->
                                        <research-level-dependency>
                                                <id>{?research_level_id?}</id>
                                                <name>{?research_level_name?}</name>
@@ -89,9 +89,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                                <level>{?technology_level?}</level>
                        </technology-dependency>
                </technology-dependency-list>
-               <!-- All research proposal dependencies for this technology. //-->
+               <!-- All research dependencies for this technology. //-->
                <research-dependency-list>
-                       <!-- A research proposal dependency for this technology. //-->
+                       <!-- A research dependency for this technology. //-->
                        <research-dependency>
                                <id>{?research_id?}</id>
                                <name>{?research_name?}</name>