Changeset 385
- Timestamp:
- 2009-12-20 12:02:10 (2 years ago)
- Files:
-
- trunk/includes/lang/de.php (modified) (1 diff)
- trunk/includes/lang/en.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/includes/lang/de.php
r381 r385 413 413 $LANG['bans_updated'] = 'Verbannungen gespeichert'; 414 414 $LANG['maintainance_mode_set'] = 'Die Administratoren haben das Board in den Verwaltungsmodus gesetzt. Das bedeutet, dass nur die Administratoren selbst es momentan benutzen können. Bitte versuchen Sie es später nochmal.'; 415 $LANG['new_message_body'] = "Hallo %membername%,\n\n%user% hat Ihnen auf " . $SETTINGS['forumname'] . " eine neue private Nachricht geschickt. Der Betreff ist \"%title%\".\n\nSie können mit diesem Link direkt zu der Nachricht springen: http://" . $_SERVER['SERVER_NAME'] . $SETTINGS['webpath'] . $F->link('messenger') . " id=%messageid%\n\n" . $SETTINGS['forumadmin'] . "\nhttp://" . $_SERVER['SERVER_NAME'] . $SETTINGS['webpath'];415 $LANG['new_message_body'] = "Hallo %membername%,\n\n%user% hat Ihnen auf " . $SETTINGS['forumname'] . " eine neue private Nachricht geschickt. Der Betreff ist \"%title%\".\n\nSie können mit diesem Link direkt zu der Nachricht springen: http://" . $_SERVER['SERVER_NAME'] . $SETTINGS['webpath'] . $F->link('messenger') . "action=message&id=%messageid%\n\n" . $SETTINGS['forumadmin'] . "\nhttp://" . $_SERVER['SERVER_NAME'] . $SETTINGS['webpath']; 416 416 $LANG['welcome_mail'] = 'Hallo und willkommen auf ' . $SETTINGS['forumname'] . "!\n\nIhr Passwort ist %password%\n\nHiermit können Sie sich nun einloggen und Ihre Profileinstellungen ändern..\n\n" . $SETTINGS['forumadmin'] . "\nhttp://" . $_SERVER['SERVER_NAME'] . $SETTINGS['webpath']; 417 417 $LANG['lost_password_mail'] = "Hallo %membername%,\n\njemand (hoffentlich Sie selbst) hat um eine Rücksetzung Ihres Passworts auf " . $SETTINGS['forumname'] . " gebeten.\n\nDies ist jenes neue Passwort: %password%\n\nSie können es nun benutzen, um es zum Beispiel wieder zu Ihrem Wunschpasswort zu ändern.\n\n" . $SETTINGS['forumadmin'] . "\nhttp://" . $_SERVER['SERVER_NAME'] . $SETTINGS['webpath']; trunk/includes/lang/en.php
r381 r385 414 414 $LANG['bans_updated'] = 'Bans updated'; 415 415 $LANG['maintainance_mode_set'] = 'The administrators have put the board into maintenance mode. That means only the admins themselves can use it right now. Please check back later.'; 416 $LANG['new_message_body'] = "%membername%,\n\n%user% has sent you a new private message over at " . $SETTINGS['forumname'] . ". The subject is \"%title%\".\n\nYou can jump directly to the message using this link: http://" . $_SERVER['SERVER_NAME'] . $SETTINGS['webpath'] . $F->link('messenger') . " id=%messageid%\n\n" . $SETTINGS['forumadmin'] . "\nhttp://" . $_SERVER['SERVER_NAME'] . $SETTINGS['webpath'];416 $LANG['new_message_body'] = "%membername%,\n\n%user% has sent you a new private message over at " . $SETTINGS['forumname'] . ". The subject is \"%title%\".\n\nYou can jump directly to the message using this link: http://" . $_SERVER['SERVER_NAME'] . $SETTINGS['webpath'] . $F->link('messenger') . "action=message&id=%messageid%\n\n" . $SETTINGS['forumadmin'] . "\nhttp://" . $_SERVER['SERVER_NAME'] . $SETTINGS['webpath']; 417 417 $LANG['welcome_mail'] = 'Hello and welcome to ' . $SETTINGS['forumname'] . "!\n\nYour initial password is %password%\n\nYou can now use it to log in and change your profile settings.\n\n" . $SETTINGS['forumadmin'] . "\nhttp://" . $_SERVER['SERVER_NAME'] . $SETTINGS['webpath']; 418 418 $LANG['lost_password_mail'] = "%membername%,\n\nsomebody (hopefully you) has requested a new password for your account over at " . $SETTINGS['forumname'] . ".\n\nThis is said password: %password%\n\nUse it to log in and change it to whatever you like.\n\n" . $SETTINGS['forumadmin'] . "\nhttp://" . $_SERVER['SERVER_NAME'] . $SETTINGS['webpath'];
