phpvms/resources/lang/en/profile.php
2020-10-11 16:06:09 -04:00

22 lines
745 B
PHP

<?php
return [
'avatarresize' => 'This avatar will be resized to :width x :height pixels',
'newapikey' => 'New API Key',
'your-profile' => 'Your Profile',
'your-awards' => 'Your Awards',
'apikey' => 'API Key',
'apikey-show' => 'Show key',
'dontshare' => 'don\'t share this!',
'changepassword' => 'Change Password',
'newpassword' => 'New Password',
'avatar' => 'Avatar',
'updateprofile' => 'Update Profile',
'editprofile' => 'Edit Profile',
'edityourprofile' => 'Edit Your Profile',
'transferhours' => 'Transferred Hours',
'opt-in' => 'Opt-In',
'opt-in-descrip' => 'Yes, include me on non-administrative emails',
];