| Current Path : /home/users/unlimited/www/sigmaerp.codeskitter.site/lang/en/ |
| Current File : /home/users/unlimited/www/sigmaerp.codeskitter.site/lang/en/user.php |
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'name' => 'Name',
'user' => 'User',
'username' => 'Username',
'first_name' => 'First Name',
'last_name' => 'Last Name',
'email' => 'Email Address',
'password' => 'Password',
'confirm_password' => 'Confirm Password',
'registration_success' => 'Registration Successfull!!',
'login_success' => 'Sign in Successfull!!',
'user_info' => 'User Info',
'users' => 'Users',
'profile' => 'Profile',
'users_list' => 'Users List',
'create_user' => 'Create User',
'user_details' => 'User Details',
'profile_details' => 'Profile Details',
'edit_profile' => 'Edit Profile',
'old_password' => 'Old Password',
'profile_picture' => 'Profile Picture',
'user_picture' => 'User Picture',
'update_profile' => 'Update Profile',
'update_user' => 'Update User',
'assigned_user' => 'Assigned User',
'user_status' => 'User Status',
];