|
|
@ -3,7 +3,7 @@
|
|
|
|
-- http://www.phpmyadmin.net
|
|
|
|
-- http://www.phpmyadmin.net
|
|
|
|
--
|
|
|
|
--
|
|
|
|
-- Host: localhost
|
|
|
|
-- Host: localhost
|
|
|
|
-- Erstellungszeit: 19. November 2005 um 19:57
|
|
|
|
-- Erstellungszeit: 22. November 2005 um 20:10
|
|
|
|
-- Server Version: 4.0.24
|
|
|
|
-- Server Version: 4.0.24
|
|
|
|
-- PHP-Version: 4.3.10-15
|
|
|
|
-- PHP-Version: 4.3.10-15
|
|
|
|
--
|
|
|
|
--
|
|
|
@ -13,11 +13,7 @@
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
-- --------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
|
-- Tabellenstruktur für Tabelle `Sprache`
|
|
|
|
-- Tabellenstruktur für Tabelle `Sprache`
|
|
|
|
--
|
|
|
|
|
|
|
|
-- Erzeugt am: 17. November 2005 um 01:48
|
|
|
|
|
|
|
|
-- Aktualisiert am: 19. November 2005 um 19:53
|
|
|
|
|
|
|
|
-- Letzter Check am: 17. November 2005 um 01:48
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `Sprache`;
|
|
|
|
DROP TABLE IF EXISTS `Sprache`;
|
|
|
@ -29,7 +25,7 @@ CREATE TABLE `Sprache` (
|
|
|
|
) TYPE=MyISAM;
|
|
|
|
) TYPE=MyISAM;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
--
|
|
|
|
-- Daten für Tabelle `Sprache`
|
|
|
|
-- Daten für Tabelle `Sprache`
|
|
|
|
--
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('Hallo', 'DE', 'Hallo '),
|
|
|
|
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('Hallo', 'DE', 'Hallo '),
|
|
|
@ -428,4 +424,8 @@ INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('Hallo', 'DE', 'Hall
|
|
|
|
('makeuser_text4', 'DE', 'Wenn du dich zum Chaos-Engel anmelden möchtest, fülle bitte folgendes Formular aus:'),
|
|
|
|
('makeuser_text4', 'DE', 'Wenn du dich zum Chaos-Engel anmelden möchtest, fülle bitte folgendes Formular aus:'),
|
|
|
|
('makeuser_text4', 'EN', 'If you would like to be an chaos angel please insert following details into this form:'),
|
|
|
|
('makeuser_text4', 'EN', 'If you would like to be an chaos angel please insert following details into this form:'),
|
|
|
|
('makeuser_error_nick3', 'DE', '" existiert bereits.'),
|
|
|
|
('makeuser_error_nick3', 'DE', '" existiert bereits.'),
|
|
|
|
('makeuser_error_nick3', 'EN', '" allready exist.');
|
|
|
|
('makeuser_error_nick3', 'EN', '" allready exist.'),
|
|
|
|
|
|
|
|
('makeuser_Hometown', 'EN', 'hometown'),
|
|
|
|
|
|
|
|
('makeuser_Hometown', 'DE', 'Wohnort'),
|
|
|
|
|
|
|
|
('pub_einstellungen_Hometown', 'DE', 'Wohnort'),
|
|
|
|
|
|
|
|
('pub_einstellungen_Hometown', 'EN', 'hometown');
|
|
|
|