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
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
47 $lang['tabtrainer']='Trainerbersicht';
48 $lang['tabseminar']='Seminarbersicht';
49
50 /**
51 *------------------------------------------------------
52 *Admin related end
53 *------------------------------------------------------
54 */
55
56 /**
57 *------------------------------------------------------
58 *Contenttype related beginn
59 *------------------------------------------------------
60 */
61
62
63 /**
64 *------------------------------------------------------
65 *Contenttype related end
66 *------------------------------------------------------
67 */
68
69 /**
70 *------------------------------------------------------
71 *Visitor related beginn
72 *------------------------------------------------------
73 */
74
75 /**
76 *------------------------------------------------------
77 *Visitor related end
78 *------------------------------------------------------
79 */
80
81 /**
82 *------------------------------------------------------
83 *Confirmmessage begin
84 *------------------------------------------------------
85 */
86 /**
87 *------------------------------------------------------
88 *Confirmmessage end
89 *------------------------------------------------------
90 */
91
92
93
94 /**
95 *------------------------------------------------------
96 *Install & Uninstall & Help & Changelog beginn
97 *------------------------------------------------------
98 */
99
100 $lang['help']= '
101
102 <h3>What does it do?</h3>
103 <p>The guestbookmodul is a CMSMS Tagmodul.
104 It would be selected to give visitors the ability to se an Eventcalender.
105 </p>
106 <h3>Security</h3>
107 <p>The user must belong to a group with the Modify seminarplan permission in order to add, edit, or delete Seminarplan items.</p>
108 <h3>How do I use it?</h3>
109 <p>
110 If you want to add the module after some text you could selected it like a conjunction with the cms_module tag.
111 This will insert the module into your template or page anywhere you wish, and display the seminar items.
112 The code would look something like: <code>{cms_module module="seminarplan"}</code>
113 For both versions there are these options listed below.
114 <h3>What Parameters Exist?</h3>
115 <p>
116 <ul>
117 <li>no jet</li>
118 </ul>
119 </p>
120 <h3>What Design potentials are there?</h3>
121 <p>You find a folder in the gastbuchmoduldirectory called templates where the templates vor everthing get stored.
122 You could modify it there to fit your needs
123 </p>
124
125 <h4>Administration</h4>
126 <p>
127 not jet dokumentet
128 </p>
129 <h4>Contenttemplates</h4>
130 <p>
131 not jet dokumentet
132 </p>
133 '
134 ;
135
136 $lang['changelog']='
137 <ul>
138 <li>
139 not jet dokumentet
140 </li></ul>
141 ';
142
143 /**
144 *------------------------------------------------------
145 *Install & Uninstall & Help & Changelog end
146 *------------------------------------------------------
147 */
148 ?>