mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Translation fix
This commit is contained in:
parent
e2246eb8c3
commit
01b0124608
2 changed files with 8 additions and 8 deletions
|
@ -164,10 +164,10 @@ userlist_info = "welcome to the userlist"
|
||||||
|
|
||||||
[login]
|
[login]
|
||||||
login_info = "Please login with your user name (or email) and password."
|
login_info = "Please login with your user name (or email) and password."
|
||||||
login_error_message = "Create a new account"
|
login_error_message = "Login or password were invalid"
|
||||||
login_register_message ="<strong>Register</strong>"
|
login_register_message ="Create a new account"
|
||||||
login_here = "I forgot my password"
|
login_here = ""
|
||||||
login_forgot_password_message = ""
|
login_forgot_password_message = "I forgot my password"
|
||||||
|
|
||||||
[logout]
|
[logout]
|
||||||
logout_message = "You've been logged out successfully."
|
logout_message = "You've been logged out successfully."
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
{$login_register_message} <a href="?page=register">{$login_here}</a>.<br/> {$login_forgot_password_message} <a href="?page=forgot_password">{$login_here}</a>
|
<a href="?page=register">{$login_register_message}</a>.<br><a href="?page=forgot_password">{$login_forgot_password_message}</a>
|
||||||
</div>
|
</div>
|
||||||
</div><!--/span-->
|
</div><!--/span-->
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue