Skip to content
Snippets Groups Projects
User.php 987 B
Newer Older
  • Learn to ignore specific revisions
  • <?
    /**
     * @copyright  2020 Podlibre
     * @license    https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
     * @link       https://castopod.org/
     */
    
    return [
        'createSuccess' => 'User created successfully! The new user will be prompted with a password reset during his first login attempt.',
        'forcePassResetSuccess' => 'The user will be prompted with a password reset during his next login attempt.',
        'banSuccess' => 'User has been banned.',
        'unbanSuccess' => 'User has been unbanned.',
        'forcePassReset' => 'Force pass reset',
        'ban' => 'Ban',
        'unban' => 'Unban',
        'delete' => 'Delete',
        'create' => 'Create a user',
        'form' => [
            'email' => 'Email',
            'username' => 'Username',
            'password' => 'Password',
            'new_password' => 'New Password',
            'repeat_password' => 'Repeat password',
            'repeat_new_password' => 'Repeat new password',
            'submit_create' => 'Create user',
            'submit_edit' => 'Save',
        ]
    ];