Files
opensourcepos/app/Language/en-GB/Employees.php
2023-04-27 21:53:44 -04:00

45 lines
2.5 KiB
PHP

<?php
return [
"employees_administrator" => "",
"employees_basic_information" => "Information",
"employees_cannot_be_deleted" => "Unable to delete selected Employee(s), one or more of the has processed sales or you are trying to delete your account",
"employees_change_employee" => "",
"employees_change_password" => "Change Password",
"employees_clerk" => "",
"employees_commission" => "",
"employees_confirm_delete" => "Are you sure you want to delete the selected Employee(s)?",
"employees_confirm_restore" => "Are you sure you want to restore the selected Employee(s)?",
"employees_current_password" => "Current Password",
"employees_current_password_invalid" => "Current Password is invalid",
"employees_employee" => "Employee",
"employees_error_adding_updating" => "Employee add or update failed",
"employees_error_deleting_demo_admin" => "You cannot delete the demo admin user",
"employees_error_updating_demo_admin" => "You cannot change the demo admin user",
"employees_language" => "Language",
"employees_login_info" => "Login",
"employees_manager" => "",
"employees_new" => "New Employee",
"employees_none_selected" => "You have not selected any Employee(s) to delete",
"employees_one_or_multiple" => "Employee(s)",
"employees_password" => "Password",
"employees_password_minlength" => "Passwords must be at least 8 characters",
"employees_password_must_match" => "Passwords do not match",
"employees_password_not_must_match" => "Current password and new password must be unique",
"employees_password_required" => "Password is required",
"employees_permission_desc" => "Check the boxes below to grant access to modules",
"employees_permission_info" => "Permissions",
"employees_repeat_password" => "Password Again",
"employees_subpermission_required" => "Add at least one grant for each module",
"employees_successful_adding" => "Employee add successful",
"employees_successful_change_password" => "Password change successful",
"employees_successful_deleted" => "You have successfully deleted Employee",
"employees_successful_updating" => "You have successfully updated Employee",
"employees_system_language" => "System Language",
"employees_unsuccessful_change_password" => "Password change failed",
"employees_update" => "Update Employee",
"employees_username" => "Username",
"employees_username_duplicate" => "Employee username is already in use. Please choose another one.",
"employees_username_minlength" => "Username must be at least 5 characters",
"employees_username_required" => "Username is a required field",
];