mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
25 lines
2.4 KiB
PHP
25 lines
2.4 KiB
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_ok = array
|
||
|
|
(
|
||
|
|
'head_user_signup' => "Benutzeranmeldung",
|
||
|
|
'std_account_activated' => "Anmeldung erfolgreich, aber Konto nicht aktiviert!",
|
||
|
|
'account_activated_note' => "Dein Account wurde erfolgreich erstellt. Der Admin muss jedoch neue Mitglieder validieren, bevor sie als registrierte Mitglieder klassifiziert werden und darf auf die Seite zugreifen Vielen Dank für Ihr Verständnis.",
|
||
|
|
'account_activated_note_two' => "Dein Account wurde erfolgreich erstellt aber dein Teilnehmer muss neue Mitglieder validieren, bevor sie als registrierte Mitglieder klassifiziert werden und darf auf die Seite zugreifen Vielen Dank für Ihr Verständnis.",
|
||
|
|
'std_signup_successful' => "Registrierung erfolgreich!",
|
||
|
|
'std_confirmation_email_note' => "Eine Bestätigungs-E-Mail wurde an die angegebene Adresse gesendet (" ,
|
||
|
|
'std_confirmation_email_note_end' => ") Sie müssen diese E-Mail lesen und darauf antworten, bevor Sie Ihr Konto verwenden können. Wenn Sie dies nicht tun, wird das neue Konto nach kurzer Zeit automatisch gelöscht.",
|
||
|
|
'head_sysop_activation' => "Sysop Account Aktivierung",
|
||
|
|
'std_sysop_activation_note' => "<h1>Sysop Account erfolgreich aktiviert!</h1>\n",
|
||
|
|
'std_auto_logged_in_note' => "<p>Ihr Konto wurde aktiviert!\n Sie wurden automatisch angemeldet. Sie können nun mit der <a class=altlink href=\"/\"><b>Hauptseite</b></a> fortfahren und Ihr Konto benutzen.</p>\n",
|
||
|
|
'std_cookies_disabled_note' => "<p>Your account has been activated! However, it appears that you could not be logged in automatically. Maybe you need to open a new window in your browser. <br />Another possible reason is that you disabled cookies in your browser. You have to enable cookies to use your account. Please do that and then <a class=altlink href=\"login.php\">log in</a> and try again.</p>\n",
|
||
|
|
'head_already_confirmed' => "Bereits bestätigt",
|
||
|
|
'std_already_confirmed' => "<h1>Bereits bestätigt</h1>\n",
|
||
|
|
'std_already_confirmed_note' => "<p>Dieses Benutzerkonto wurde bereits bestätigt. Sie können mit <a class=altlink href=\"login.php\">fortfahren</a> einloggen.</p>\n",
|
||
|
|
'head_signup_confirmation' => "Anmeldebestätigung",
|
||
|
|
'std_account_confirmed' => "<h1>Konto erfolgreich bestätigt!</h1>\n",
|
||
|
|
'std_read_rules_faq' => "<p>Bevor Sie %s verwenden, lesen Sie bitte die <a class=altlink href=\"rules.php\"><b>RULES</b></a> und die <a class=altlink href=\"faq.php\"><b>FAQ</b></a>.</p>\n"
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|