phpDocumentor Language
[ class tree: Language ] [ index: Language ] [ all elements ]

Source for file de_DE.php

Documentation is available at de_DE.php


1 <?php
2 /**
3 * SeminarplanLanguage Desception
4 *
5 *What does it do?<br/>
6 *It translate the Adminarea into german Language
7 *
8 *Variables and there function<br/>
9 *not jet dokumented
10 *
11 *
12 *@package Language
13 *@author Krisztian Kishyzi<support@expectmore.at>
14 *@version 0.5 23/09/2005 14:34
15 *
16 *
17 */
18
19
20 /**
21 *------------------------------------------------------
22 *Admin related beginn
23 *------------------------------------------------------
24 */
25 $lang['trainname']='Trainername';
26 $lang['seminarplan']='Seminarplan';
27 //wochentage
28 $lang['sonntag']='Sonntag';
29 $lang['montag']='Montag';
30 $lang['dienstag']='Dienstag';
31 $lang['mittwoch']='Mittwoch';
32 $lang['donnerstag']='Donnerstag';
33 $lang['freitag']='Freitag';
34 $lang['samstag']='Samstag';
35 $lang['kurs']= 'Seminar';
36 $lang['ubestdate']= 'Bestehende Termine';
37 $lang['usdate']= 'Datum';
38 $lang['ustime']= 'Startzeit';
39 $lang['uetime']= 'Endzeit';
40 $lang['utitel']= 'Titel';
41 $lang['uinfo']= 'Information';
42 $lang['uenergie']= 'Preis';
43 $lang['utrainers']= 'Trainer';
44 $lang['addtrainer']= 'Trainer hinzufgen';
45 $lang['addseminar']= 'Seminar hinzufgen';
46 $lang['notintern']= 'nicht Intern';
47 $lang['intern']= 'Intern';
48
49 $lang['tabtrainer']='Trainerbersicht';
50 $lang['tabseminar']='Seminarbersicht';
51
52 $kls['m1'] ='Januar';
53 $kls['m2'] ='Februar';
54 $kls['m3'] ='M&auml;rz';
55 $kls['m4'] ='April';
56 $kls['m5'] ='Mai';
57 $kls['m6'] ='Juni';
58 $kls['m7'] ='Juli';
59 $kls['m8'] ='August';
60 $kls['m9'] ='September';
61 $kls['m10'] ='Oktober';
62 $kls['m11'] ='November';
63 $kls['m12'] ='Dezember';
64
65 $lang['ds1'] ='Montag';
66 $lang['ds2'] ='Dienstag';
67 $lang['ds3'] ='Mittwoch';
68 $lang['ds4'] ='Donnerstag';
69 $lang['ds5'] ='Freitag';
70 $lang['ds6'] ='Samstag';
71 $lang['ds0'] ='Sonntag';
72 $lang['showcall'] ='zum Internen Kalender';
73 $lang['uobjekte'] ='Seminarraum';
74 $lang['uintern'] ='Intern';
75 $lang['dayoverview'] ='Tagesübersicht';
76 $lang['reservationform'] ='Raumreservierung';
77 $lang['datumhinzu']='Datum hinzufügen';
78 $lang['semname']='Seminarname';
79 $lang['allsem']='Alle Kurse';
80 $lang['useobjekt']='Objektemodul verwenden';
81 /**
82 *------------------------------------------------------
83 *Admin related end
84 *------------------------------------------------------
85 */
86
87 /**
88 *------------------------------------------------------
89 *Error related beginn
90 *------------------------------------------------------
91 */
92 $lang['E_Need_AR_perm'] = ' Sie brauchen mindestens die "Add Roomreservation" Berechtigung um diese Funktion auszuführen.';
93 $lang['E_Need_MS_perm'] = ' Sie brauchen die "Modify seminarplan" Berechtigung um diese Funktion auszuführen.';
94 $lang['E_Need_MSI_perm'] = ' Sie brauchen die "Modify seminarplan" Berechtigung um nicht interne Funktion ausführen zu dürfen.';
95
96 /**
97 *------------------------------------------------------
98 *Error related end
99 *------------------------------------------------------
100 */
101 /**
102 *------------------------------------------------------
103 *Contenttype related beginn
104 *------------------------------------------------------
105 */
106
107
108 /**
109 *------------------------------------------------------
110 *Contenttype related end
111 *------------------------------------------------------
112 */
113
114 /**
115 *------------------------------------------------------
116 *Visitor related beginn
117 *------------------------------------------------------
118 */
119
120 /**
121 *------------------------------------------------------
122 *Visitor related end
123 *------------------------------------------------------
124 */
125
126 /**
127 *------------------------------------------------------
128 *Confirmmessage begin
129 *------------------------------------------------------
130 */
131
132 $lang['sure_delete']='Sind sie sicher das sie diesen Datensatz löschen möchten?';
133 /**
134 *------------------------------------------------------
135 *Confirmmessage end
136 *------------------------------------------------------
137 */
138
139
140
141 /**
142 *------------------------------------------------------
143 *Install & Uninstall & Help & Changelog beginn
144 *------------------------------------------------------
145 */
146 $lang['inposmes']='Make sure to set the "Modify seminarplan" and/or "Add Roomreservation" permission on users who will be administering Seminarplan items or adding Roomreservations.';
147
148 $lang['help']='<h3>What does it do?</h3>
149 <p>The guestbookmodul is a CMSMS Tagmodul.
150 It would be selected to give visitors the ability to se an Eventcalender.</p>
151 <h3>Security</h3>
152 <p>The user must belong to a group with the Modify seminarplan permission in order to add, edit, or delete Seminarplan items.</p>
153 <h3>How do I use it?</h3>
154 <p>
155 If you want to add the module after some text you could selected it like a conjunction with the cms_module tag.
156 This will insert the module into your template or page anywhere you wish, and display the seminar items.
157 The code would look something like: <code>{cms_module module="seminarplan"}</code>
158 For both versions there are these options listed below.
159 <h3>What Parameters Exist?</h3>
160 <p>
161 <ul>
162 <li>no jet</li>
163 </ul>
164 </p>
165 <h3>What Design potentials are there ? </h3>
166 <p>You find a folder in the gastbuchmoduldirectory called templates where the templates vor everthing get stored.
167 You could modify it there to fit your needs
168 </p>
169
170 <h4>Administration</h4>
171 <p>
172 not jet dokumentet
173 </p>
174 <h4>Contenttemplates</h4>
175 <p>
176 not jet dokumentet
177 </p>
178 ';
179
180 $lang['changelog']='
181 <ul>
182 <li>
183 not jet dokumentet
184 </li></ul>
185 ';
186
187 /**
188 *------------------------------------------------------
189 *Install & Uninstall & Help & Changelog end
190 *------------------------------------------------------
191 */
192 ?>

Documentation generated on Thu, 19 Jan 2006 08:00:19 +0100 by phpDocumentor 1.2.3