forked from metin2/web
Translated Account Information page, minor refactoring regarding IS currency names
This commit is contained in:
29
lang/en/app/user/administration.php
Normal file
29
lang/en/app/user/administration.php
Normal file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Your Account',
|
||||
'subtitle' => 'Account Information',
|
||||
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'cash-topup' => '(top up)',
|
||||
'delete-code' => 'Character deletion code',
|
||||
'delete-code-not-available' => 'not yet specified',
|
||||
|
||||
'btn-topup' => 'Buy Dragon Coins',
|
||||
'btn-topup-desc' => 'Top up your account with Dragon Coins',
|
||||
'btn-characters' => 'Characters',
|
||||
'btn-characters-desc' => 'Character list',
|
||||
'btn-recruit' => 'Friends',
|
||||
'btn-recruit-desc' => 'Recruit friends and see the status of newly recruited friends',
|
||||
'btn-email-change' => 'Email',
|
||||
'btn-email-change-desc' => 'Change email address',
|
||||
'btn-password-change' => 'Password',
|
||||
'btn-password-change-desc' => 'Change password',
|
||||
'btn-storage-password' => 'Storekeeper',
|
||||
'btn-storage-password-desc' => 'Request Storekeeper password',
|
||||
'btn-display-code' => 'Display code',
|
||||
'btn-display-code-desc' => 'Character deletion code',
|
||||
'btn-delete-account' => 'Delete account',
|
||||
'btn-delete-account-desc' => 'Delete account',
|
||||
];
|
Reference in New Issue
Block a user