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
|
@ -1,24 +1,20 @@
|
||||||
-- phpMyAdmin SQL Dump
|
-- phpMyAdmin SQL Dump
|
||||||
-- version 2.6.2
|
-- version 2.6.2
|
||||||
-- 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
|
||||||
--
|
--
|
||||||
-- Datenbank: `Himmel`
|
-- Datenbank: `Himmel`
|
||||||
--
|
--
|
||||||
|
|
||||||
-- --------------------------------------------------------
|
-- --------------------------------------------------------
|
||||||
|
|
||||||
--
|
--
|
||||||
-- 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`;
|
||||||
CREATE TABLE `Sprache` (
|
CREATE TABLE `Sprache` (
|
||||||
|
@ -28,9 +24,9 @@ CREATE TABLE `Sprache` (
|
||||||
KEY `TextID` (`TextID`,`Sprache`)
|
KEY `TextID` (`TextID`,`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 '),
|
||||||
('Hallo', 'EN', 'Hello '),
|
('Hallo', 'EN', 'Hello '),
|
||||||
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue