blob: 537cdcab3eb59087d9b350e3aa6116593a837289 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?php /* Copyright (c) 2024 Freya Murphy */
$lang['title'] = 'Settings';
$lang['settings_success'] = 'Updated successfully';
$lang['general_title'] = 'Account Information';
$lang['general_desc'] = 'Modify your general account information.';
$lang['security_title'] = 'Account Security';
$lang['security_desc'] = 'Modify your account authentication information.';
$lang['media_title'] = 'Account Media';
$lang['media_desc'] = 'Modify your profiles avatar and banner.';
$lang['ph_profile_bio'] = 'Profile Bio';
$lang['ph_avatar'] = 'Avatar';
$lang['ph_banner'] = 'Banner';
$lang['ph_current_pass'] = 'Current Password';
$lang['ph_new_pass'] = 'New Passowrd';
$lang['update'] = 'Update';
$lang['reset'] = 'Reset';
|