summaryrefslogtreecommitdiff
path: root/DB
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2009-11-10 22:05:37 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2009-11-10 22:05:37 +0000
commitfbcbb1234117b62a279431dbc6867694f2a57b87 (patch)
tree5d8898e13330639176cf90f99a43ffb9c1056ab5 /DB
parent5f8507c3d00a59b956b9f9d98e2e1185d6314de6 (diff)
makeuser.php: get type of angel from DB, add subscribe the mailing list function
git-svn-id: svn://svn.cccv.de/engel-system@341 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'DB')
-rwxr-xr-xDB/Sprache.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/DB/Sprache.sql b/DB/Sprache.sql
index 333cd8c5..96ed650f 100755
--- a/DB/Sprache.sql
+++ b/DB/Sprache.sql
@@ -382,6 +382,8 @@ INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('makeuser_Handy', 'D
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');