be74a9d7e22c4459fd9d42698ba9713b880d58a1
[shipsimu.git] / application / ship-simu / templates / de / menu / generic_menu_entries.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!--
3 Generic menu entries. You should leave this template for smooth upgrades.
4
5 @author         Roland Haeder <webmaster@ship-simu.org>
6 @version        0.0.0
7 @copyright      Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
8 @license        GNU GPL 3.0 or any newer version
9 @link           http://www.ship-simu.org
10
11 This program is free software: you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by
13 the Free Software Foundation, either version 3 of the License, or
14 (at your option) any later version.
15
16 This program is distributed in the hope that it will be useful,
17 but WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 GNU General Public License for more details.
20
21 You should have received a copy of the GNU General Public License
22 along with this program. If not, see <http://www.gnu.org/licenses/>
23 //-->
24 <menu>
25         <block-list>
26                 <block>
27                         <block-header>
28                                 <title>
29                                         <title-id><![CDATA[home_menu_title]]></title-id>
30                                         <title-class><![CDATA[menu_title]]></title-class>
31                                         <title-text><![CDATA[Home:]]></title-text>
32                                 </title>
33                         </block-header>
34                         <entry-list>
35                                 <entry>
36                                         <entry-id><![CDATA[home]]></entry-id>
37                                         <anchor>
38                                                 <anchor-id><![CDATA[menu_home]]></anchor-id>
39                                                 <anchor-text><![CDATA[Home]]></anchor-text>
40                                                 <anchor-title><![CDATA[Zur Startseite]]></anchor-title>
41                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}]]></anchor-href>
42                                         </anchor>
43                                 </entry>
44                                 <entry>
45                                         <entry-id><![CDATA[login]]></entry-id>
46                                         <anchor>
47                                                 <anchor-id><![CDATA[menu_login]]></anchor-id>
48                                                 <anchor-text><![CDATA[Einloggen]]></anchor-text>
49                                                 <anchor-title><![CDATA[Zum Spiel {?app_name?} einloggen]]></anchor-title>
50                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=login]]></anchor-href>
51                                         </anchor>
52                                 </entry>
53                                 <entry>
54                                         <entry-id><![CDATA[register]]></entry-id>
55                                         <anchor>
56                                                 <anchor-id><![CDATA[menu_register]]></anchor-id>
57                                                 <anchor-text><![CDATA[Anmeldung]]></anchor-text>
58                                                 <anchor-title><![CDATA[Zur Anmeldeseite]]></anchor-title>
59                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=register]]></anchor-href>
60                                         </anchor>
61                                 </entry>
62                                 <entry>
63                                         <entry-id><![CDATA[pillory]]></entry-id>
64                                         <anchor>
65                                                 <anchor-id><![CDATA[menu_pillory]]></anchor-id>
66                                                 <anchor-text><![CDATA[Pranger]]></anchor-text>
67                                                 <anchor-title><![CDATA[Zum Pranger]]></anchor-title>
68                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=pillory]]></anchor-href>
69                                         </anchor>
70                                 </entry>
71                         </entry-list>
72                         <block-footer>
73                                 <footer-id><![CDATA[home_menu_footer]]></footer-id>
74                                 <footer-class><![CDATA[menu_footer]]></footer-class>
75                                 <footer-text><![CDATA[Leer]]></footer-text>
76                         </block-footer>
77                 </block>
78                 <block>
79                         <block-header>
80                                 <title>
81                                         <title-id><![CDATA[law_menu_title]]></title-id>
82                                         <title-class><![CDATA[menu_title]]></title-class>
83                                         <title-text><![CDATA[Rechtliches:]]></title-text>
84                                 </title>
85                         </block-header>
86                         <entry-list>
87                                 <entry>
88                                         <entry-id><![CDATA[imprint]]></entry-id>
89                                         <anchor>
90                                                 <anchor-id><![CDATA[menu_imprint]]></anchor-id>
91                                                 <anchor-text><![CDATA[Impressum]]></anchor-text>
92                                                 <anchor-title><![CDATA[Impressum]]></anchor-title>
93                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=imprint]]></anchor-href>
94                                         </anchor>
95                                 </entry>
96                                 <entry>
97                                         <entry-id><![CDATA[terms]]></entry-id>
98                                         <anchor>
99                                                 <anchor-id><![CDATA[menu_terms]]></anchor-id>
100                                                 <anchor-text><![CDATA[ANBs]]></anchor-text>
101                                                 <anchor-title><![CDATA[Allgemeine Nutzungsbedingungen]]></anchor-title>
102                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=terms]]></anchor-href>
103                                         </anchor>
104                                 </entry>
105                         </entry-list>
106                         <block-footer>
107                                 <footer-id><![CDATA[law_menu_footer]]></footer-id>
108                                 <footer-class><![CDATA[menu_footer]]></footer-class>
109                                 <footer-text><![CDATA[Leer]]></footer-text>
110                         </block-footer>
111                 </block>
112         </block-list>
113 </menu>