mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
25 lines
2.3 KiB
PHP
25 lines
2.3 KiB
PHP
<?php
|
|
|
|
$lang_ok = array
|
|
(
|
|
'head_user_signup' => "User signup",
|
|
'std_account_activated' => "Signup successful but Account not activated!",
|
|
'account_activated_note' => "Your account successfully created however Admin must validate new members before they are classified as registered members and are allowed to access site, thank you for your understanding.",
|
|
'account_activated_note_two' => "Your account successfully created however your inviter must validate new members before they are classified as registered members and are allowed to access site, thank you for your understanding.",
|
|
'std_signup_successful' => "Signup successful!",
|
|
'std_confirmation_email_note' => "A confirmation email has been sent to the address you specified (" ,
|
|
'std_confirmation_email_note_end' => "). You need to read and respond to this email before you can use your account. If you don't do this, the new account will be deleted automatically after a short while.",
|
|
'head_sysop_activation' => "Sysop Account activation",
|
|
'std_sysop_activation_note' => "<h1>Sysop Account successfully activated!</h1>\n",
|
|
'std_auto_logged_in_note' => "<p>Your account has been activated!\n You have been automatically logged in. You can now continue to the <a class=altlink href=\"/\"><b>main page</b></a> and start using your account.</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' => "Already confirmed",
|
|
'std_already_confirmed' => "<h1>Already confirmed</h1>\n",
|
|
'std_already_confirmed_note' => "<p>This user account has already been confirmed. You can proceed to <a class=altlink href=\"login.php\">log in</a> with it.</p>\n",
|
|
'head_signup_confirmation' => "Signup confirmation",
|
|
'std_account_confirmed' => "<h1>Account successfully confirmed!</h1>\n",
|
|
'std_read_rules_faq' => "<p>Before you start using %s we urge you to read the <a class=altlink href=\"rules.php\"><b>RULES</b></a> and the <a class=altlink href=\"faq.php\"><b>FAQ</b></a>.</p>\n"
|
|
);
|
|
|
|
?>
|