diff options
Diffstat (limited to 'src/web/lang/en_US/apps/settings.php')
-rw-r--r-- | src/web/lang/en_US/apps/settings.php | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/web/lang/en_US/apps/settings.php b/src/web/lang/en_US/apps/settings.php deleted file mode 100644 index 81ba0ec..0000000 --- a/src/web/lang/en_US/apps/settings.php +++ /dev/null @@ -1,25 +0,0 @@ -<?php - -$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'; |