mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-07-06 17:17:28 +08:00
update lang
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
$lang_takelogin = array
|
||||
(
|
||||
'std_login_fail_note' => "<b>Error</b>: Username or password incorrect!<br /><br />Don't remember your password? <b><a href=recover.php>Recover</a></b> your password!",
|
||||
'std_login_fail' => "Innlogging mislyktes!",
|
||||
'std_account_disabled' => "Denne kontoen er deaktivert.",
|
||||
'std_user_account_unconfirmed' => "Kontoen er ikke bekreftet ennå. Hvis du ikke har mottatt e-postbekreftelsen, prøv <a href='confirm_resend.php'><b>på nytt den</b></a>.",
|
||||
'std_require_two_step_code' => 'Krev totrinns autentiseringskode.',
|
||||
'std_invalid_two_step_code' => 'Ugyldig 2-trinns autentiseringskode.',
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user