update DB
git-svn-id: svn://svn.cccv.de/engel-system@86 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
8b5f8b256c
commit
ddda2f63f7
|
@ -3,7 +3,7 @@
|
|||
-- http://www.phpmyadmin.net
|
||||
--
|
||||
-- Host: localhost
|
||||
-- Erstellungszeit: 19. November 2005 um 19:57
|
||||
-- Erstellungszeit: 22. November 2005 um 20:10
|
||||
-- Server Version: 4.0.24
|
||||
-- PHP-Version: 4.3.10-15
|
||||
--
|
||||
|
@ -13,11 +13,7 @@
|
|||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- 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
|
||||
-- Tabellenstruktur für Tabelle `Sprache`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `Sprache`;
|
||||
|
@ -29,7 +25,7 @@ CREATE TABLE `Sprache` (
|
|||
) TYPE=MyISAM;
|
||||
|
||||
--
|
||||
-- Daten für Tabelle `Sprache`
|
||||
-- Daten für Tabelle `Sprache`
|
||||
--
|
||||
|
||||
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', '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', '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');
|
||||
|
|
Loading…
Reference in New Issue