mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-04 23:24:16 -04:00
45 lines
2.6 KiB
PHP
45 lines
2.6 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 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 can not delete the demo admin user.",
|
|
"employees_error_updating_demo_admin" => "You can not 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" => "Password must be at least 8 characters in length.",
|
|
"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",
|
|
"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 in length.",
|
|
"employees_username_required" => "Username is a required field.",
|
|
];
|