forked from metin2/web
30 lines
1.1 KiB
PHP
30 lines
1.1 KiB
PHP
|
<?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',
|
||
|
];
|