]> git.mxchange.org Git - shipsimu.git/blob - application/ship-simu/templates/de/menu/generic_menu_entries.xml
ea41ef50ad334e3b31730d62fa36cf9c53b66b1e
[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                         <header>
28                                 <title id="home" class="menu_title_home">
29                                         <![CDATA[Home:]]>
30                                 </title>
31                         </header>
32                         <entry-list>
33                                 <entry id="home">
34                                         <anchor>
35                                                 <anchor-id><![CDATA[menu_home:]]></anchor-id>
36                                                 <anchor-text><![CDATA[Home:]]></anchor-text>
37                                                 <anchor-title><![CDATA[Zur Startseite:]]></anchor-title>
38                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}]]></anchor-href>
39                                         </anchor>
40                                 </entry>
41                                 <entry id="login">
42                                         <anchor>
43                                                 <anchor-id><![CDATA[menu_login]]></anchor-id>
44                                                 <anchor-text><![CDATA[Einloggen]]></anchor-text>
45                                                 <anchor-title><![CDATA[Zum Spiel {?app_name?} einloggen]]></anchor-title>
46                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=login]]></anchor-href>
47                                         </anchor>
48                                 </entry>
49                                 <entry id="register">
50                                         <anchor>
51                                                 <anchor-id><![CDATA[menu_register]]></anchor-id>
52                                                 <anchor-text><![CDATA[Anmeldung]]></anchor-text>
53                                                 <anchor-title><![CDATA[Zur Anmeldeseite]]></anchor-title>
54                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=register]]></anchor-href>
55                                         </anchor>
56                                 </entry>
57                                 <entry id="pillory">
58                                         <anchor>
59                                                 <anchor-id><![CDATA[menu_pillory]]></anchor-id>
60                                                 <anchor-text><![CDATA[Pranger]]></anchor-text>
61                                                 <anchor-title><![CDATA[Zum Pranger]]></anchor-title>
62                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=pillory]]></anchor-href>
63                                         </anchor>
64                                 </entry>
65                         </entry-list>
66                         <footer id="home_menu_footer">
67                                 <text class="menu_footer">
68                                         <![CDATA[Leer]]>
69                                 </text>
70                         </footer>
71                 </block>
72                 <block>
73                         <header>
74                                 <title id="law" class="menu_title_law">
75                                         <![CDATA[Rechtliches:]]>
76                                 </title>
77                         </header>
78                         <entry-list>
79                                 <entry id="imprint">
80                                         <anchor>
81                                                 <anchor-id><![CDATA[menu_imprint]]></anchor-id>
82                                                 <anchor-text><![CDATA[Impressum]]></anchor-text>
83                                                 <anchor-title><![CDATA[Impressum]]></anchor-title>
84                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=imprint]]></anchor-href>
85                                         </anchor>
86                                 </entry>
87                                 <entry id="terms">
88                                         <anchor>
89                                                 <anchor-id><![CDATA[menu_terms]]></anchor-id>
90                                                 <anchor-text><![CDATA[ANBs]]></anchor-text>
91                                                 <anchor-title><![CDATA[Allgemeine Nutzungsbedingungen]]></anchor-title>
92                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=terms]]></anchor-href>
93                                         </anchor>
94                                 </entry>
95                         </entry-list>
96                         <footer id="law_menu_footer">
97                                 <text class="menu_footer">
98                                         <![CDATA[Leer]]>
99                                 </text>
100                         </footer>
101                 </block>
102         </block-list>
103 </menu>