File: /var/www/html/laravel/lang/en/profile.php
<?php
return [
/*
|--------------------------------------------------------------------------
| User Profiles Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match user profile
| pages, messages, forms, labels, placeholders, links, and buttons.
|
*/
'templateTitle' => 'Edit your profile',
// profile errors
'notYourProfile' => 'This isn\'t the profile you\'re looking for.',
'notYourProfileTitle' => 'Hmmm, something went wrong...',
'noProfileYet' => 'No profile yet.',
// USER profile title
'showProfileUsername' => 'Username',
'showProfileFirstName' => 'First Name',
'showProfileLastName' => 'Last Name',
'showProfileEmail' => 'E-mail Address',
'showProfileLocation' => 'Location',
'showProfileBio' => 'Bio',
'showProfileTheme' => 'Theme',
'showProfileTwitterUsername' => 'Twitter Username',
'showProfileGitHubUsername' => 'Github Username',
// USER profile page
'showProfileTitle' => ':username\'s Profile',
// USER EDIT profile page
'editProfileTitle' => 'Profile Settings',
// User edit profile form
'label-theme' => 'Your theme:',
'ph-theme' => 'Select your theme',
'label-location' => 'Your location:',
'ph-location' => 'Enter your location',
'label-bio' => 'Your bio:',
'ph-bio' => 'Enter your bio',
'label-github_username' => 'Your GitHub username:',
'ph-github_username' => 'Enter your GitHub username',
'label-twitter_username' => 'Your Twitter username:',
'ph-twitter_username' => 'Enter your Twitter username',
// User Account Settings Tab
'editTriggerAlt' => 'Toggle User Menu',
'editAccountTitle' => 'Account Settings',
'editAccountAdminTitle' => 'Account Administration',
'updateAccountSuccess' => 'Your account has been successfully updated',
'submitProfileButton' => 'Save Changes',
// User Account Admin Tab
'submitPWButton' => 'Update Password',
'changePwTitle' => 'Change Password',
'changePwPill' => 'Change Password',
'deleteAccountPill' => 'Delete Account',
'updatePWSuccess' => 'Your password has been successfully updated',
// Delete Account Tab
'deleteAccountTitle' => 'Delete Account',
'deleteAccountBtn' => 'Delete My Account',
'deleteAccountBtnConfirm' => 'Delete My Account',
'deleteAccountConfirmTitle' => 'Confirm Account Deletion',
'deleteAccountConfirmMsg' => 'Are you sure you want to delete your account?',
'confirmDeleteRequired' => 'Confirm Account Deletion is required',
'errorDeleteNotYour' => 'You can only delete your own profile',
'successUserAccountDeleted' => 'Your account has been deleted',
// Messages
'updateSuccess' => 'Your profile has been successfully updated',
'submitButton' => 'Save Changes',
// Restore User Account
'errorRestoreUserTime' => 'Sorry, account cannot be restored',
'successUserRestore' => 'Welcome back :username! Account Successfully Restored',
];