HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
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',

];