summaryrefslogtreecommitdiff
path: root/db/SDrohnen.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/SDrohnen.sql')
-rw-r--r--db/SDrohnen.sql604
1 files changed, 0 insertions, 604 deletions
diff --git a/db/SDrohnen.sql b/db/SDrohnen.sql
deleted file mode 100644
index a2c93fab..00000000
--- a/db/SDrohnen.sql
+++ /dev/null
@@ -1,604 +0,0 @@
--- 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 fuer 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 fuer Tabelle `Sprache`
---
-
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('Hallo', 'DE', 'Hallo ');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('Hallo', 'EN', 'Greetings ');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('2', 'DE', ',\r\n\r\nIm Drohnensystem eingeloggt..\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 in.\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 ä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', '<b>Neue Anfrage:</b>\r\nIn diesem Formular hast du die Möglichkeit, den Dispatchern 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 Drohne-FAQ übernommen.');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('35', 'EN', '<b>New Question</b>\r\nWith this form you may sumbit questions to our Dispatcher. 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 Dispatchern 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 Dispatcher.');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_index_User_more_as_one', 'DE', 'F&uuml;r deinen Nick gab es mehrere User... bitte wende dich an die Dispatcher');
-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&uuml;r Schichten eintragen. Dazu such dir eine freie Schicht und klicke auf den Link! Du kannst dir eine Schicht &uuml;ber den Raum bzw. Datum aussuchen. W&auml;hle hierf&uuml;r einen Tag / ein Datum aus.');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_auswahl_raeume', 'DE', 'Zur Auswahl stehende R&auml;ume:');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_alles_1', 'DE', 'Und nat&uuml;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&uuml;r den ');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_engel', 'DE', 'Drohnen');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('inc_schicht_engel', 'EN', 'Drone');
-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 die Drohne 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 &Uuml;bersicht &uuml;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&uuml;r die du dich eingetragen hast.');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_beschreibung2', 'DE', 'Bitte versuche p&uuml;nktlich zu den Schichten zu erscheinen.');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_beschreibung3', 'DE', 'Hier hast du auch die M&ouml;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&uuml;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&auml;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 Dispatcher\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 Dispatcher.\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 drone 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&ouml;schen');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_wake_del', 'DE', 'l&ouml;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&ouml;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', 'Wiederstand ist zwecklos!');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_text2', 'DE', 'Deine physikalischen und biologischen Eigenschaften werden den unsrigen hinzugefuegt!');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_text1', 'EN', 'Resistance is futile!\r\n');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_text3', 'DE', 'Datenerfassungsbogen:');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_text2', 'EN', 'Your biological and physical parameters will be added to our collectiv!');
-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&uuml;ssen aktiviert sein');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_text3', 'EN', 'Assimilating drone:');
-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', 'Fullfill order!');
-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&uuml;');
-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', 'Drohnebesprechung');
-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 Dispatcher');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Einstellungen', 'DE', 'Einstellungen');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Engelbesprechung', 'EN', 'Drone 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', 'Fullfill order!');
-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 Dispatcher');
-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', 'Garage');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('menu_Name', 'EN', 'Garage');
-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&lt;br&gt;&lt;br&gt;\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 drones want to wake-up and \r\nhandle this... you don&#039;t want to take on this shift, isn&#039;t it?:-)\r\n&lt;br&gt;&lt;br&gt;\r\nShow all entries:');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_ToManyYousers', 'DE', 'FEHLER: Es wurden keine weiteren Drohne ben&ouml;tigt !!');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_add_ToManyYousers', 'EN', 'ERROR: There are enough drones for this shift');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_mywake_Len', 'DE', 'L&auml;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&uuml;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 &auml;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...&quot;');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('index_text5', 'DE', 'Bitte &uuml;berpr&uuml;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&ouml;nnt ihr euren Kommentar &auml;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 &uuml;bersetzten Texte bearbeiten.');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_sprache_text1', 'EN', 'here can you edit the texts of the dronesystem');
-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&ouml;glicht es den Dispatchern, schnell die Drohne 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 archdrones to mark drones as active who worked enough hours.');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Text2', 'DE', '&Uuml;ber die Drohneliste kann dies f&uuml;r einzelne Drohne erledigt werden.');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Text2', 'EN', 'Over the dronelist you can do this for single drones.');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Text31', 'DE', 'Alle Drohne mit mindestens');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Text31', 'EN', 'All drones 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 &quot;active&quot;');
-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...&quot;');
-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 Drohne mit mindestens ');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Text5_1', 'EN', 'All drones with at least ');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Text5_2', 'DE', ' Schichten werden jetzt als &quot;Aktiv&quot; markiert');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_aktive_Text5_2', 'EN', ' shifts were marked as &quot;active&quot;');
-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', '&lt;h1&gt;Fehler&lt;/h1&gt;\r\n&Uuml;berschneidung von Schichten:');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schichtplan_colision', 'EN', '&lt;h1&gt;error&lt;/h1&gt;\r\noverlap on shift:');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_schicht_EmptyShifts', 'DE', 'Die n&auml;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&uuml;r unsere Dronenverwaltung wurde ge&auml;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&uuml;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&uuml;r unsere Drohnenverwaltung &auml;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', 'Registration als Chaos-Drohne');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser.php', 'EN', 'Chaos-Drone Registration');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_text1', 'DE', 'Mit dieser Maske meldet ihr euch im Drohnesystem an. Durch das Drohnesystem findet auf dem Congress die Aufgabenverteilung der Drohne statt.\r\n\r\n');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_text1', 'EN', 'By completing this form you&#039;re registering as a Chaos-Drone. This script will create you an account in the drone task sheduler.\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 bei der<br />\r\nSigINT 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\nSigINT 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_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', 'Zuteilung');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Engelart', 'EN', 'designation');
-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', 'Registration 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', 'Drohne Registriert!');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_writeOK4', 'EN', 'Drone registered!');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_text4', 'DE', 'Wenn du dich als Drohne registrieren 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 drone 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 Drohne versenden');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_messages_text1', 'EN', 'here can you leave messages for other drones');
-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', 'Drohnentypen');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Engeltypen', 'EN', 'Dronetypes');
-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', 'Drohnenliste');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Engelliste', 'EN', 'Drone-list');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_EngelDefaultSetting', 'DE', 'Drohnen Voreinstellungen');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_EngelDefaultSetting', 'EN', 'Drone 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 Drohne');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_FreeEngel', 'EN', 'free Drones');
-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-Drohne');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_text0', 'EN', 'Drone 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', 'Garage');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/', 'EN', 'garage');
-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', 'Drohnenbesprechung');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/engelbesprechung.php', 'EN', 'Drone gathering');
-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 Dispatcher');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/faq.php', 'EN', 'Questions for the Dispatcher');
-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', 'Drohnentypen');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/EngelType.php', 'EN', 'Drone-Types');
-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/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', 'Drohnenliste');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/user.php', 'EN', 'Drone-list');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/userDefaultSetting.php', 'DE', 'Drohnen Voreinstellungen');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/userDefaultSetting.php', 'EN', 'Drone 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 Drohnen');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/free.php', 'EN', 'free Drones');
-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');