summaryrefslogtreecommitdiff
path: root/db/Sprache.sql
blob: 52434198906df060deb71659a88dbe176de5bedc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
-- phpMyAdmin SQL Dump
-- version 2.6.2-Debian-3sarge1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Erstellungszeit: 01. Dezember 2006 um 11:23
-- Server Version: 4.0.24
-- PHP-Version: 4.3.10-16
--
-- Datenbank: `Himmel`
--

-- --------------------------------------------------------

--
-- Tabellenstruktur fr Tabelle `Sprache`
--

DROP TABLE IF EXISTS `Sprache`;
CREATE TABLE `Sprache` (
  `TextID` varchar(35) NOT NULL default 'makeuser_',
  `Sprache` char(2) NOT NULL default 'DE',
  `Text` text NOT NULL,
  KEY `TextID` (`TextID`,`Sprache`)
) ENGINE=MyISAM;

--
-- Daten fr Tabelle `Sprache`
--

INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('Hallo', 'DE', 'Hallo ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('Hallo', 'EN', 'Hello ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('2', 'DE', ',\r\n\r\ndu bist jetzt in unserem Engelsystem angemeldet.\r\nWähle zum Abmelden bitte immer den Abmelden-Button auf der rechten Seite.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('3', 'DE', 'Neuen Eintrag erfassen...');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('3', 'EN', 'Create new entry...');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('4', 'EN', 'Entry saved.\r\n\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('4', 'DE', 'Eintrag wurde gesichert.\n\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('2', 'EN', ',\r\n\r\nyou are now logged into angelsystem.\r\nTo log out please choose the logout-button on the right side.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('5', 'DE', 'Seite: ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('5', 'EN', 'Page: ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('6', 'DE', 'Neue News erstellen:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('6', 'EN', 'Create new News:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('7', 'DE', 'Betreff:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('7', 'EN', 'Subject:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('8', 'EN', 'Text:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('8', 'DE', 'Text:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('9', 'DE', 'Treffen:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('9', 'EN', 'Meeting:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('save', 'DE', 'Sichern');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('save', 'EN', 'save');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('back', 'DE', 'zurück ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('back', 'EN', 'back ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('top', 'DE', 'top');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('top', 'EN', 'top ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('13', 'DE', 'auf dieser Seite kannst Du deine persönlichen Einstellungen ändern, wie zum Beispiel dein Kennwort, Farbeinstellungen usw.\r\n\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('13', 'EN', 'here you can change your personal settings i.e. password, color settings etc.\r\n\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('14', 'DE', 'Hier kannst du dein Kennwort für unsere Himmelsverwaltung ändern. ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('14', 'EN', 'Here you can change your password.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('15', 'DE', 'Altes Passwort:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('15', 'EN', 'Old password:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('16', 'DE', 'Neues Passwort:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('16', 'EN', 'New password:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('17', 'DE', 'Passwortbestätigung:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('17', 'EN', 'password confirmation:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('18', 'DE', 'Hier kannst du dir dein Farblayout aussuchen:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('18', 'EN', 'Here you can choose your color settings:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('19', 'DE', 'Farblayout:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('19', 'EN', 'color settings:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('20', 'DE', 'Hier kannst Du dir deine Sprache aussuchen:\r\nHere you can choose your language:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('20', 'EN', 'Here you can choose your language:\r\nHier kannst Du dir deine Sprache aussuchen:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('21', 'DE', 'Sprache:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('21', 'EN', 'Language:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('22', 'DE', 'Hier kannst du dir einen Avatar aussuchen. Dies lässt neben deinem Nick z. B. in den News das Bildchen erscheinen.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('22', 'EN', 'Here you can choose your avatar. It will be displayed next to your Nick. ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('23', 'DE', 'Avatar:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('23', 'EN', 'Avatar:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('24', 'DE', 'Keiner');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('24', 'EN', 'nobody');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('25', 'DE', 'Eingegebene Kennwörter sind nicht gleich -> OK.\r\nCheck ob altes Passwort ok ist:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('25', 'EN', 'The passwords entered don't match. -> OK.\r\nCheck if the old password is correct:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('26', 'DE', '-> OK.\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('26', 'EN', '-> OK.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('27', 'DE', 'Setzen des neuen Kennwortes...:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('27', 'EN', 'Set your new password...:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('28', 'DE', 'Neues Kennwort wurde gesetzt.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('28', 'EN', 'New password saved.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('29', 'DE', 'Ein Fehler ist aufgetreten.\r\nProbiere es noch einmal.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('29', 'EN', 'An error has occured.\r\nPlease try again.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('30', 'DE', '-> nicht OK.\r\nBitte nocheinmal probieren.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('30', 'EN', '-> not OK.\r\nPlease try again.\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('31', 'DE', 'Kennwörter sind nicht gleich. Bitte wiederholen.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('31', 'EN', 'The passwords don't match. Please try again.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('32', 'DE', 'Neues Farblayout wurde gesetzt. Mit der nächsten Seite wird es aktiv.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('32', 'EN', 'New color settings are saved. On the next page it will be active.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('33', 'DE', 'Sprache wurde gesetzt. Mit der nächsten Seite wird es aktiv.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('33', 'EN', 'Language is saved. On the next page it will be active.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('34', 'DE', 'Avatar wurde gesetzt.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('34', 'EN', 'Avatar is saved.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('35', 'DE', 'Neue Anfrage In diesem Formular hast du die Möglichkeit, den Erzengeln eine Frage zu stellen. Wenn diese beantwortet ist, wirst du hier darüber informiert. Sollte die Frage von allgemeinem Interesse sein, wird diese in die Engel-FAQ übernommen.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('35', 'EN', 'New Question With this form you may sumbit questions to our Archangels. Topics of common interest may be added to the FAQ. (Section: answered questions).\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('36', 'DE', 'Stelle hier deine Frage');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('36', 'EN', 'Tell us your question');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('37', 'DE', 'Deine Anfrage war:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('37', 'EN', 'Your question was:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('38', 'DE', 'Diese liegt nun bei den Erzengeln zur Beantwortung vor.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('38', 'EN', 'It is queued for answering.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('39', 'DE', 'Deine bisherigen Anfragen:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('39', 'EN', 'Your past inquiries:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('40', 'DE', 'Offene Anfragen:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('40', 'EN', 'Open inquiries:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('41', 'DE', 'keine vorhanden...');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('41', 'EN', 'nothing exists...');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('42', 'DE', 'Beantwortete Anfragen:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('42', 'EN', 'Answered inquiries:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_index_pass_no_ok', 'DE', 'Dein Passwort ist nicht korrekt. Bitte probiere es nocheinmal:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_index_User_unset', 'DE', 'Es wurde kein User mit deinem Nick gefunden. Bitte probiere es noch einmal oder wende dich an die Erzengel.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_index_User_more_as_one', 'DE', 'Für deinen Nick gab es mehrere User... bitte wende dich an die Erzengel');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('Hello', 'DE', 'Hallo ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('Hello', 'EN', 'Hello ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_beschreibung', 'DE', 'Hier kannst du dich für Schichten eintragen. Dazu such dir eine freie Schicht und klicke auf den Link! Du kannst dir eine Schicht über den Raum bzw. Datum aussuchen. Wähle hierfür einen Tag / ein Datum aus.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_auswahl_raeume', 'DE', 'Zur Auswahl stehende Räume:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_alles_1', 'DE', 'Und natürlich kannst du dir auch ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_alles_2', 'DE', 'alles ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_alles_3', 'DE', 'auf einmal anzeigen lassen.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_Anzeige_1', 'DE', 'Anzeige des Schichtplans am ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_Anzeige_2', 'DE', ' im Raum: ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_Anzeige_3', 'DE', 'Anzeige des Schichtplans für den ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_engel', 'DE', 'Engel');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_engel', 'EN', 'Angel');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_ist', 'DE', 'ist');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_sind', 'DE', 'sind');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_weitere', 'DE', ' weitere');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_weiterer', 'DE', ' weiterer');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_werden', 'DE', ' werden ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_wird', 'DE', ' wird ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_noch_gesucht', 'DE', ' noch gesucht');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_und', 'DE', ' und ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_wake_beschreibung', 'DE', 'hier kannst du dich zum Wecken eintragen. Dazu sage einfach wann und wo und der Engel vom Dienst wird dich wecken.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_wake_beschreibung2', 'DE', 'Deine bisherigen eingetragenen Zeiten:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_wake_Datum', 'DE', 'Datum');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_wake_Ort', 'DE', 'Ort');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_wake_Bemerkung', 'DE', 'Bermerkung');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('lageplan_text1', 'DE', 'Hier eine Übersicht über die Raumssituation:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_wake_Text2', 'DE', 'Hier kannst du einen neuen Eintrag erfassen:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_wake_bouton', 'DE', 'Weck mich!');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_wake_bouton', 'EN', 'wake me up!');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_wake_del', 'EN', 'delete');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_beschreibung1', 'DE', 'Hier siehst du die Schichten, für die du dich eingetragen hast.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_beschreibung2', 'DE', 'Bitte versuche pünktlich zu den Schichten zu erscheinen.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_beschreibung3', 'DE', 'Hier hast du auch die Möglichkeit, dich bis ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_beschreibung4', 'DE', ' Stunden vor Schichtbeginn auszutragen.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_anzahl1', 'DE', 'Du hast dich für ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_anzahl2', 'DE', ' Schichten eingetragen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_Datum', 'DE', 'Datum');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_Uhrzeit', 'DE', 'Uhrzeit');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_Ort', 'DE', 'Ort');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_Bemerkung', 'DE', 'Bemerkung');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_austragen', 'DE', 'austragen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_delate1', 'DE', 'Schicht wird ausgetragen...');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_add_ok', 'DE', 'Schicht wurde ausgetragen.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_add_ko', 'DE', 'Sorry, ein kleiner Fehler ist aufgetreten... probiere es doch bitte nocheinmal :)');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_after', 'DE', 'zu spät');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_index_pass_no_ok', 'EN', 'Your password is incorrect.  Please try it again:\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_index_User_unset', 'EN', 'No user was found with that Nickname.  Please try again.  If you are still having problems, ask an ArchAngel\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_index_User_more_as_one', 'EN', 'This nickname is registered for more than one user, please contact an ArchAngel.\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_beschreibung', 'EN', 'Here, you can register for shifts.  To do this, please choose an empty shift, and click the link.  You can choose the place, time and date of the shift. You can choose the date at the right.\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_alles_1', 'EN', 'And of course you can also choose to show\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_alles_2', 'EN', 'everything');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_alles_3', 'EN', ' at once.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_auswahl_raeume', 'EN', 'To the selection of available areas.\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_Anzeige_1', 'EN', 'Show the shift schedule\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_Anzeige_2', 'EN', ' in Area: ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_Anzeige_3', 'EN', 'Show the shift schedule for\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_ist', 'EN', 'is');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_sind', 'EN', 'are ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_wake_beschreibung', 'EN', 'Here you can register for a wake-up "call".  Simply say when and where the angel should come to wake you.\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_weitere', 'EN', ' more');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_weiterer', 'EN', ' more');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_werden', 'EN', ' are ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_wird', 'EN', ' is  ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_noch_gesucht', 'EN', ' still needed ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_und', 'EN', ' and ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_wake_beschreibung2', 'EN', 'The wake-up calls you have ordered:\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_wake_Datum', 'EN', 'Date');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_wake_Ort', 'EN', 'Place');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_wake_change', 'EN', 'delete');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_wake_Bemerkung', 'EN', 'Notes');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_wake_change', 'DE', 'löschen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_wake_del', 'DE', 'löschen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_wake_Text2', 'EN', 'Schedule a new wake-up here:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_beschreibung1', 'EN', 'Here are the shifts that you have signed up for.\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_beschreibung2', 'EN', 'Please try to arrive for your shift on time.  Be punctual!\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_beschreibung3', 'EN', 'Here you can remove yourself from a shift up to\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_beschreibung4', 'EN', ' hours before your shift is scheduled to begin.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_anzahl1', 'EN', 'You have signed up for ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_anzahl2', 'EN', ' shift(s) so far');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_Datum', 'EN', 'Date');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_Uhrzeit', 'EN', 'Time');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_Ort', 'EN', 'Place');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_Bemerkung', 'EN', 'Notes');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_Error', 'EN', 'An error occurred');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_austragen', 'EN', 'remove');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_austragen_n_c', 'EN', 'is no longer possible');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_austragen_n_c', 'DE', 'nicht mehr möglich');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_delate1', 'EN', 'Shift is being removed...');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_add_ok', 'EN', 'Shift has been removed.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_add_ko', 'EN', 'Sorry, something went wrong somewhere.  Please try it again. :)\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_after', 'EN', 'sorry, too late!');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_text1', 'DE', 'Hallo liebe Chaoten, willkommen an der Himmelspforte! ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_text2', 'DE', 'Ich bin Gabriel und muss jetzt entscheiden, ob Du Engel oder Daemon\r\nbist.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_text1', 'EN', 'Hello Chaos-guys, welcome to the Gate of Heaven!\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_text3', 'DE', 'Dazu beantworte mir bitte folgende Fragen:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_text2', 'EN', 'I''m Gabriel and must decide now, if you are an angel or a daemon.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_text4', 'EN', 'Please note: You have to activate cookies!');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_text4', 'DE', 'Achtung: Cookies müssen aktiviert sein');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_text3', 'EN', 'Please answer the following questions:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_lang_nick', 'DE', 'Wie ist Dein Nick:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_lang_pass', 'DE', 'Wie ist Dein Passwort:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_lang_send', 'DE', 'mach mal Gabriel!');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_lang_nick', 'EN', 'What is your Loginname:\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_lang_pass', 'EN', 'What is your password:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_logout', 'DE', 'Du wurdest erfolgreich abgemeldet.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_logout', 'EN', 'You have been successfully logged out.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('menu_index', 'DE', 'Index');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('menu_FAQ', 'DE', 'FAQ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('menu_plan', 'DE', 'Lageplan');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('menu_index', 'EN', 'Index');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('menu_FAQ', 'EN', 'FAQ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_menuname', 'DE', 'Menü');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('menu_plan', 'EN', 'Map');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_news', 'EN', 'News');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_news', 'DE', 'News');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Engelbesprechung', 'DE', 'Engelbesprechung');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_menuname', 'EN', 'Menu');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Schichtplan', 'DE', 'Schichtplan');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Wecken', 'DE', 'Wecken');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_mySchichtplan', 'DE', 'Mein Schichtplan');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_questionEngel', 'DE', 'Anfragen an die Erzengel');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Einstellungen', 'DE', 'Einstellungen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Engelbesprechung', 'EN', 'Angel meeting');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Abmelden', 'DE', 'Abmelden');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Schichtplan', 'EN', 'Available Shifts');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Wecken', 'EN', 'Wake-up Service');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_lang_send', 'EN', 'do it Gabriel!');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_mySchichtplan', 'EN', 'My Shifts');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_questionEngel', 'EN', 'Questions for the ArchAngels');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Abmelden', 'EN', 'Logout');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Einstellungen', 'EN', 'Options');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('menu_Name', 'DE', 'Himmel');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('menu_Name', 'EN', 'Heaven');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('menu_MakeUser', 'DE', 'Benutzer anlegen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('menu_MakeUser', 'EN', 'Create new account');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Waeckerlist', 'DE', 'Weckerlist');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Waeckerlist', 'EN', 'Wake-up list');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_waeckliste_Text1', 'DE', 'dies ist die Weckliste. Schau hier bitte, wann die Leute geweckt werden wollen und erledige dies... schliesslich willst du bestimmt nicht deren Schichten uebernehmen :-)\r\n<br><br>\r\nDie bisherigen eingetragenen Zeiten:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_waeckliste_Nick', 'DE', 'Nick');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_waeckliste_Nick', 'EN', 'Nick');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_waeckliste_Datum', 'DE', 'Datum');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_waeckliste_Datum', 'EN', 'Date');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_waeckliste_Ort', 'DE', 'Ort');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_waeckliste_Ort', 'EN', 'Place');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_waeckliste_Comment', 'DE', 'Bemerkung');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_waeckliste_Comment', 'EN', 'comment');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_waeckliste_Text1', 'EN', 'This is the wake-up list. Pleace look here, when the angels  want to wake-up and \r\nhandle this... you don't want to take on this shift, isn't it?:-)\r\n<br><br>\r\nShow all entries:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_ToManyYousers', 'DE', 'FEHLER: Es wurden keine weiteren Engel benötigt !!');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_ToManyYousers', 'EN', 'ERROR: There are enough angels for this shift');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_Len', 'DE', 'Länge');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_Len', 'EN', 'length');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_AllreadyinShift', 'DE', 'du bist bereits in einer Schicht eingetragen!');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_AllreadyinShift', 'EN', 'you have another shift on this time');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_Error', 'DE', 'Ein Fehler ist aufgetreten');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_WriteOK', 'DE', 'Du bist jetzt der Schicht zugeteilt. Vielen Dank für deine Mitarbeit.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_Text1', 'DE', 'Hier kannst du dich in eine Schicht eintragen. Als Kommentar kannst du etwas x-beliebiges eintragen, wie z. B.\r\nwelcher Vortrag dies ist oder ähnliches. Den Kommentar kannst nur du sehen. ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_Date', 'DE', 'Datum');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_Place', 'DE', 'Ort');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_Job', 'DE', 'Aufgabe');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_Len', 'DE', 'Dauer');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_TextFor', 'DE', 'Text zur Schicht');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_Comment', 'DE', 'Dein Kommentar');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_submit', 'DE', 'Ja, ich will helfen..."');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_text5', 'DE', 'Bitte überprüfen Sie den SSL Key');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_text5', 'EN', 'Please check your SSL-Key:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_myshift_Edit_Text1', 'DE', 'Hier könnt ihr euren Kommentar ändern:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_myshift_EditSave_Text1', 'DE', 'Text wird gespeichert');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_myshift_EditSave_OK', 'DE', 'erfolgreich gespeichert.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_myshift_EditSave_KO', 'DE', 'Fehler beim Speichern');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_sprache_text1', 'DE', 'hier kannst du die übersetzten Texte bearbeiten.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_sprache_text1', 'EN', 'here can you edit the texts of the angelsystem');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_sprache_TextID', 'EN', 'TextID');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_sprache_TextID', 'DE', 'TextID');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_sprache_Sprache', 'DE', 'Sprache ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_sprache_Sprache', 'EN', 'Language ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_Place', 'EN', 'place');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_sprache_Edit', 'DE', 'Bearbeiten');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_sprache_Edit', 'EN', 'edit');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_Date', 'EN', 'Date');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_myshift_EditSave_KO', 'EN', 'Error on saving');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_myshift_EditSave_OK', 'EN', 'save OK');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_myshift_EditSave_Text1', 'EN', 'Text was saved');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_myshift_Edit_Text1', 'EN', 'Here can you change your comment:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_Comment', 'EN', 'Your comment');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Text1', 'DE', 'Diese Funktion ermöglicht es den Erzengeln, schnell die Engel mit einer vorgebbaren Anzahl an Stunden als Aktiv zu markieren.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Text1', 'EN', 'This function enables the archangels to mark angels as active who worked enough hours.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Text2', 'DE', 'Über die Engelliste kann dies für einzelne Engel erledigt werden.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Text2', 'EN', 'Over the angellist you can do this for single angels.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Text31', 'DE', 'Alle Engel mit mindestens');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Text31', 'EN', 'All angels with at least');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Text32', 'DE', 'Schichten als Aktiv markieren');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Text32', 'EN', 'mark shifts as "active"');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Nick', 'DE', 'Nick');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Nick', 'EN', 'Nick');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Anzahl', 'DE', 'Anzahl Schichten');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Anzahl', 'EN', 'number of shifts');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Time', 'DE', 'Gesamtzeit');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Time', 'EN', 'summary time');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_submit', 'EN', 'Yes, I want to help..."');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_Len', 'EN', 'duration');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_Job', 'EN', 'job');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Text5_1', 'DE', 'Alle Engel mit mindestens ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Text5_1', 'EN', 'All angels with at least ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Text5_2', 'DE', ' Schichten werden jetzt als "Aktiv" markiert');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Text5_2', 'EN', ' shifts were marked as "active"');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Active', 'DE', 'Aktiv');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Active', 'EN', 'active');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_TextFor', 'EN', 'text for shift');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_WriteOK', 'EN', 'Now, you signed up for this shift. Thank you for your cooperation.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_Text1', 'EN', 'Here you can sign up for a shift. As commend can you write what you want, it is only for you.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_colision', 'DE', 'Fehler Überschneidung von Schichten:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_colision', 'EN', 'error noverlap on shift:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_EmptyShifts', 'DE', 'Die nächsten 15 freien Schichten:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_EmptyShifts', 'EN', 'The next 15 empty shifts:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_date', 'DE', 'Datum');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_date', 'EN', 'Date');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_time', 'DE', 'Zeit');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_time', 'EN', 'Time');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_room', 'DE', 'Raum');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_room', 'EN', 'room');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_commend', 'DE', 'Kommentar');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_commend', 'EN', 'comment');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_Name', 'DE', 'Nachname:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_Name', 'EN', 'Last name:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_Nick', 'DE', 'Nick:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_Nick', 'EN', 'nick:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_Vorname', 'DE', 'Vorname:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_Vorname', 'EN', 'first name:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_Alter', 'DE', 'Alter:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_Alter', 'EN', 'Age:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_Telefon', 'DE', 'Telefon:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_Telefon', 'EN', 'Phone:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_Handy', 'DE', 'Handy:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_Handy', 'EN', 'Mobile Phone:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_DECT', 'DE', 'DECT:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_DECT', 'EN', 'DECT:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_email', 'DE', 'E-Mail:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_email', 'EN', 'email:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_Text_UserData', 'EN', 'Here you can change your user details.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_UserDateSaved', 'DE', 'Deine Beschreibung für unsere Himmelsverwaltung wurde geändert.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_UserDateSaved', 'EN', 'Your user details were saved.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_SchichtplanBeamer', 'DE', 'Schichtplan für Beamer optimiert');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_SchichtplanBeamer', 'EN', 'Shifts for beamer optimice');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_Text_UserData', 'DE', 'Hier kannst du deine Beschreibung für unsere Himmelsverwaltung ändern.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('lageplan_text1', 'EN', 'This is a map of available rooms:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser.php', 'DE', 'Anmeldung zum Chaos-Engel');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser.php', 'EN', 'Chaos-Angel Registration');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_text1', 'DE', 'Mit dieser Maske meldet ihr euch im Engelsystem an. Durch das Engelsystem findet auf dem Congress die Aufgabenverteilung der Engel statt.\r\n\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_text1', 'EN', 'By completing this form you're registering as a Chaos-Angel. This script will create you an account in the congress angel task system.\r\n\r\n');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Nickname', 'DE', 'Nickname');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Nickname', 'EN', 'nick');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_text2', 'DE', 'Habt ihr schon einmal am<br />\r\nCongress mitgeholfen? <br />\r\nWenn ja, in welchem <br />\r\nwelchen Aufgabengebiet(en)?');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_text2', 'EN', 'Did you help at former <br />\r\ncongresses and which tasks <br />\r\nhave you performed then?');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Nachname', 'DE', 'Nachname');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Nachname', 'EN', 'last name');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Vorname', 'DE', 'Vorname');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Vorname', 'EN', 'first name');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Alter', 'DE', 'Alter');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Alter', 'EN', 'age');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Telefon', 'DE', 'Telefon');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Telefon', 'EN', 'phone');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_DECT', 'DE', 'DECT');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_DECT', 'EN', 'DECT');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Handy', 'DE', 'Handy');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Handy', 'EN', 'mobile');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_E-Mail', 'DE', 'E-Mail');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_E-Mail', 'EN', 'e-mail');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_subscribe-mailinglist', 'DE', 'Der Mailinglisten Beitreten');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_subscribe-mailinglist', 'EN', 'subscribe the mailing list');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_T-Shirt', 'DE', 'T-Shirt Gr&ouml;&szlig;e');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_T-Shirt', 'EN', 'shirt size');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Engelart', 'DE', 'Engelart');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Engelart', 'EN', 'type of angel');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Passwort', 'DE', 'Passwort');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Passwort', 'EN', 'password');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Passwort2', 'DE', 'Passwort Best&auml;tigung');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Passwort2', 'EN', 'password confirm');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Anmelden', 'DE', 'Anmelden...');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Anmelden', 'EN', 'register me...');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_text3', 'DE', '*Dieser Eintrag ist eine Pflichtangabe.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_text3', 'EN', '* entry required!');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_error_nick1', 'DE', 'Fehler: Nickname &quot;');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_error_nick1', 'EN', 'error: your nick &quot;');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_error_nick2', 'DE', '&quot; ist zu kurz gew&auml;hlt (Mindestens 2 Zeichen).');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_error_nick2', 'EN', '&quot; is too short (min. 2 characters)');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_error_mail', 'DE', 'Fehler: E-Mail-Adresse ist nicht g&uuml;ltig.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_error_mail', 'EN', 'error: e-mail address is not correct');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_error_password1', 'DE', 'Fehler: Passw&ouml;rter sind nicht identisch.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_error_password1', 'EN', 'error: your passwords don&#039;t match');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_error_password2', 'DE', 'Fehler: Passwort ist zu kurz (Mindestens 6 Zeichen)');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_error_password2', 'EN', 'error: your password is to short (at least 6 characters)');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_error_write1', 'DE', 'Fehler: Kann die eingegebenen Daten nicht sichern?!?');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_error_write1', 'EN', 'error: can t save your data...');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_writeOK', 'DE', 'Die Anmeldung war erfolgreich.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_writeOK', 'EN', 'transmitted.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_error_write2', 'DE', 'Fehler: Beim Speichern der Userrechte...');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_error_write2', 'EN', 'error: can&#039;t save userrights... ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_writeOK2', 'DE', 'Userrechte wurden gespeichert...');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_writeOK2', 'EN', 'userright was saved...');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_writeOK3', 'EN', 'Your account was successfully created, have a lot of fun.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_writeOK3', 'DE', 'Dein Account wurde erfolgreich gespeichert, have a lot of fun.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_writeOK4', 'DE', 'Vielen Dank f&amp;uuml;r deine Anmeldung.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_writeOK4', 'EN', 'Thank you for your participation..');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_text4', 'DE', 'Wenn du dich zum Chaos-Engel anmelden m&ouml;chtest, f&uuml;lle bitte folgendes Formular aus:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_text4', 'EN', 'If you would like to be a chaos angel please insert following details into this form:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_error_nick3', 'DE', '&quot; existiert bereits.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_error_nick3', 'EN', '&quot; already exist.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Hometown', 'EN', 'hometown');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Hometown', 'DE', 'Wohnort');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_Hometown', 'DE', 'Wohnort');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_Hometown', 'EN', 'hometown');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_error_Alter', 'DE', 'Fehler: Dein Alter muss eine Zahl oder leer sein');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_error_Alter', 'EN', 'error: your age must be a number or empty');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_messages', 'DE', 'Nachrichten');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_messages', 'EN', 'messages');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_Datum', 'DE', 'Datum');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_Datum', 'EN', 'date');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_Von', 'DE', 'Gesendet');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_Von', 'EN', 'transmitted');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_An', 'DE', 'Empf&auml;nger');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_An', 'EN', 'receiver');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_Text', 'DE', 'Text');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_Text', 'EN', 'text');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_Send1', 'DE', 'Nachricht wird gesendet');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_Send1', 'EN', 'message will be send');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_Send_OK', 'DE', 'Senden erfolgeich');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_Send_OK', 'EN', 'transmitting was OK');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_Send_Error', 'DE', 'Senden ist fehlgeschlagen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_Send_Error', 'EN', 'transmitting was terminate with an Error');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_MarkRead', 'DE', 'als gelesen makieren');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_MarkRead', 'EN', 'mark as read');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_NoCommand', 'DE', 'kein Kommando erkannt');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_NoCommand', 'EN', 'no command recognised');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_MarkRead_OK', 'DE', 'als gelesen markiert');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_MarkRead_OK', 'EN', 'mark as read');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_MarkRead_KO', 'DE', 'Fehler beim als gelesen Markieren');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_MarkRead_KO', 'EN', 'error on: mark as read');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_text1', 'DE', 'hier kannst du Nachrichten an andere Engel versenden');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_text1', 'EN', 'here can you leave messages for other angels');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_DelMsg', 'DE', 'Nachricht l&ouml;schen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_DelMsg', 'EN', 'delete message');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_DelMsg_OK', 'DE', 'Nachricht gel&ouml;scht');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_DelMsg_OK', 'EN', 'delete message');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_DelMsg_KO', 'DE', 'Nachricht konnte nicht gel&ouml;scht werden');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_DelMsg_KO', 'EN', 'cannot delete message');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_new1', 'DE', 'Du hast');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_new1', 'EN', 'You have');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_new2', 'DE', 'neue Nachrichten');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_new2', 'EN', 'new messages');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_NotRead', 'DE', 'nicht gelesen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_NotRead', 'EN', 'not read');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_Name', 'DE', 'Schicht Titel');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_Name', 'EN', 'shift title');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_sprache_ShowEntry', 'DE', 'Eintr&auml;ge anzeigen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_sprache_ShowEntry', 'EN', 'show entrys');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Rooms', 'DE', 'Räume');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Rooms', 'EN', 'rooms');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Engeltypen', 'DE', 'Engeltypen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Engeltypen', 'EN', 'Angeltypes');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_SchichtplanEdit', 'DE', 'Schichtplan');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_SchichtplanEdit', 'EN', 'Shiftplan');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_UpdateDB', 'DE', 'UpdateDB');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_UpdateDB', 'EN', 'UpdateDB');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Dect', 'DE', 'Dect');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Dect', 'EN', 'Dect');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Engelliste', 'DE', 'Engelliste');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Engelliste', 'EN', 'Angel-list');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_EngelDefaultSetting', 'DE', 'Engel Voreinstellungen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_EngelDefaultSetting', 'EN', 'Angel Default Setting');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Aktivliste', 'DE', 'Aktiv Liste');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Aktivliste', 'EN', 'active list');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_T-Shirtausgabe', 'DE', 'T-Shirtausgabe');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_T-Shirtausgabe', 'EN', 'T-Shirt handout');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_News-Verwaltung', 'DE', 'News-Verwaltung');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_News-Verwaltung', 'EN', 'News-Center');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_FAQ', 'DE', 'FAQ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_FAQ', 'EN', 'FAQ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_FreeEngel', 'DE', 'Freie Engel');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_FreeEngel', 'EN', 'free Angels');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Debug', 'DE', 'Debug');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Debug', 'EN', 'Debug');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Recentchanges', 'DE', 'Letzte &Auml;nderungen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Recentchanges', 'EN', 'recent changes');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Language', 'DE', 'Sprachen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Language', 'EN', 'Language');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_text0', 'DE', 'Anmeldung zum Chaos-Engel');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_text0', 'EN', 'Chaos-Angel registration');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('/', 'DE', 'Willkommen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('/', 'EN', 'welcome');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/', 'DE', 'Himmel');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/', 'EN', 'heaven');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/', 'DE', 'admin');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/', 'EN', 'admin');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index.php', 'DE', 'Start');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index.php', 'EN', 'Start');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('logout.php', 'DE', 'logout');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('logout.php', 'EN', 'logout');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('faq.php', 'DE', 'FAQ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('faq.php', 'EN', 'FAQ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('lageplan.php', 'DE', 'Lageplan');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('lageplan.php', 'EN', 'Map');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/index.php', 'DE', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/index.php', 'EN', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/news.php', 'EN', 'News');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/news.php', 'DE', 'News');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/news_comments.php', 'EN', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/news_comments.php', 'DE', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/engelbesprechung.php', 'DE', 'Engelbesprechung');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/engelbesprechung.php', 'EN', 'Angel meeting');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/schichtplan.php', 'DE', 'Schichtplan');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/schichtplan.php', 'EN', 'Available Shifts');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/schichtplan_add.php', 'DE', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/schichtplan_add.php', 'EN', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/myschichtplan.php', 'DE', 'Mein Schichtplan');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/myschichtplan.php', 'EN', 'My Shifts');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/myschichtplan_ical.php', 'DE', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/myschichtplan_ical.php', 'EN', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/einstellungen.php', 'DE', 'Einstellungen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/einstellungen.php', 'EN', 'Options');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/wecken.php', 'DE', 'Wecken');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/wecken.php', 'EN', 'Wake-up Service');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/waeckliste.php', 'DE', 'Weckerlist');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/waeckliste.php', 'EN', 'Wake-up list');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/messages.php', 'DE', 'Nachrichten');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/messages.php', 'EN', 'messages');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/schichtplan_beamer.php', 'DE', 'Schichtplan f&uuml;r Beamer optimiert');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/schichtplan_beamer.php', 'EN', 'Shifts for beamer optimice');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/faq.php', 'DE', 'Anfragen an die Erzengel');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/faq.php', 'EN', 'Questions for the ArchAngels');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/index.php', 'DE', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/index.php', 'EN', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_PictureUpload', 'DE', 'Hochzuladendes Bild ausw&auml;hlen:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_PictureUpload', 'EN', 'Choose a picture to Upload:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_send_OK', 'EN', 'The file was uploaded successfully');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_send_OK', 'DE', 'Die Datei wurde erfolgreich hochgeladen.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_PictureNoShow', 'EN', 'The photo isnot free at the moment');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_PictureShow', 'DE', 'Das Foto ist freigegeben');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_PictureShow', 'EN', 'The photo is free at the moment');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_del_OK', 'DE', 'Bild wurde erfolgreich gel�scht.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_del_OK', 'EN', 'Picture was deleted successfully.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_del_KO', 'DE', 'Bild wurde nicht erfolgreich gel�scht.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_del_KO', 'EN', 'Picture was not deleted successfully.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('delete', 'DE', 'l�schen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('delete', 'EN', 'delete');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('upload', 'EN', 'upload');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('upload', 'DE', 'hochladen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_PictureNoShow', 'DE', 'Das Foto ist nicht freigegeben');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_send_KO', 'DE', 'Beim Hochladen ist ein Fehler aufgetreten.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_einstellungen_send_KO', 'EN', 'An error was detected. Please try again!');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/room.php', 'DE', 'R�ume');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/room.php', 'EN', 'rooms');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/EngelType.php', 'DE', 'Engeltypen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/EngelType.php', 'EN', 'Engeltypes');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/schichtplan.php', 'DE', 'Schichtplan');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/schichtplan.php', 'EN', 'Shiftplan');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/shiftadd.php', 'DE', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/shiftadd.php', 'EN', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/schichtplan_druck.php', 'DE', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/schichtplan_druck.php', 'EN', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/userChangeNormal.php', 'DE', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/userChangeNormal.php', 'EN', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/userChangeSecure.php', 'DE', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/userChangeSecure.php', 'EN', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/userSaveNormal.php', 'DE', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/userSaveNormal.php', 'EN', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/userSaveSecure.php', 'DE', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/userSaveSecure.php', 'EN', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/dbUpdateFromXLS.php', 'DE', 'UpdateDB');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/dbUpdateFromXLS.php', 'EN', 'UpdateDB');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/dect.php', 'DE', 'Dect');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/dect.php', 'EN', 'Dect');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/dect_call.php', 'DE', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/dect_call.php', 'EN', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/user.php', 'DE', 'Engelliste');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/user.php', 'EN', 'Engel-list');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/group.php', 'DE', 'Benutzer Gruppen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/group.php', 'EN', 'User Group');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/userDefaultSetting.php', 'DE', 'Engel Voreinstellungen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/userDefaultSetting.php', 'EN', 'Engel Default Setting');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/UserPicture.php', 'DE', 'Benutzerbilder');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/UserPicture.php', 'EN', 'User Pictures');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/aktiv.php', 'DE', 'Aktiv Liste');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/aktiv.php', 'EN', 'active list');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/tshirt.php', 'DE', 'T-Shirtausgabe');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/tshirt.php', 'EN', 'T-Shirt handout');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/news.php', 'DE', 'News-Verwaltung');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/news.php', 'EN', 'News-Center');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/free.php', 'DE', 'Freie Engel');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/free.php', 'EN', 'free Engels');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/debug.php', 'DE', 'Debug');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/debug.php', 'EN', 'Debug');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/Recentchanges.php', 'DE', 'Letzte �nderungen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/Recentchanges.php', 'EN', 'recentchanges');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/sprache.php', 'DE', 'Sprachen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/sprache.php', 'EN', 'Language');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/faq.php', 'DE', 'FAQ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/faq.php', 'EN', 'FAQ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_myschichtplan_ical', 'DE', 'export my Shifts as iCal file');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_myschichtplan_ical', 'EN', 'iCal File exportieren');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/userArrived.php', 'DE', 'User gekommen');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/userArrived.php', 'EN', 'User Arrived');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pri_userArrived_WriteError', 'DE', 'Fehler beim speichern bei Engel');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pri_userArrived_WriteError', 'EN', 'Error by writing Engel');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pri_userArrived_Text1', 'DE', '�ber die Suchen-Funktion des Browsers kann diese Liste schnell nach einem Nick abgesucht werden.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pri_userArrived_Text1', 'EN', 'Use the search function of the browser, this list can be quickly searched for a nick.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pri_userArrived_Text2', 'DE', 'Hinter diesem erscheint ein Link, �ber den man eintragen kann, dass der Engel gekommen ist.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pri_userArrived_Text2', 'EN', 'Behind that will see a link that you can enter, that the angel has come.');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pri_userArrived_TableToppic', 'DE', 'Liste aller Engel:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pri_userArrived_TableToppic', 'EN', 'List of Engels:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pri_userArrived_TableTD_Nick', 'DE', 'Nick');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pri_userArrived_TableTD_Nick', 'EN', 'Nick');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pri_userArrived_TableTD_ArrivedShow', 'DE', 'Gekommen?');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pri_userArrived_TableTD_ArrivedShow', 'EN', 'Arrived?');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pri_userArrived_TableTD_ArrivedSet', 'DE', 'Gekommen Setzen:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pri_userArrived_TableTD_ArrivedSet', 'EN', 'Set arrived:');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pri_userArrived_TableEntry_Arrived', 'DE', 'anwesend');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pri_userArrived_TableEntry_Arrived', 'EN', 'arrived');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pri_userArrived_TableEntry_Set', 'DE', 'XXXXXXXX');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pri_userArrived_TableEntry_Set', 'EN', 'XXXXXXXX');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pri_userArrived_WriteOK', 'DE', 'Als gekommen makiert');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pri_userArrived_WriteOK', 'EN', 'Set as arrived');