phpvms/resources/lang/en/profile.php

20 lines
668 B
PHP
Raw Normal View History

2018-05-19 03:52:31 +08:00
<?php
2018-08-27 00:40:04 +08:00
2018-05-19 03:52:31 +08:00
return [
2018-08-27 00:40:04 +08:00
'avatarresize' => 'This avatar will be resized to :width x :height pixels',
2018-05-22 00:55:40 +08:00
2018-05-19 03:52:31 +08:00
'newapikey' => 'New API Key',
'yourprofile' => 'Your Profile',
'apikey' => 'API Key',
'dontshare' => 'don\'t share this!',
'changepassword' => 'Change Password',
'newpassword' => 'New Password',
'avatar' => 'Avatar',
'updateprofile' => 'Update Profile',
'editprofile' => 'Edit Profile',
'edityourprofile' => 'Edit Your Profile',
2018-09-05 08:09:33 +08:00
'transferhours' => 'Transferred Hours',
2018-09-20 23:00:23 +08:00
'opt-in' => 'Opt-In',
'opt-in-descrip' => 'Yes, include me on non-administrative emails',
2018-05-19 03:52:31 +08:00
];