mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-24 10:07:52 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
46 lines
2.7 KiB
PHP
46 lines
2.7 KiB
PHP
<?php
|
|
|
|
return [
|
|
"administrator" => "",
|
|
"basic_information" => "Information",
|
|
"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.",
|
|
"change_employee" => "",
|
|
"change_password" => "Change Password",
|
|
"clerk" => "",
|
|
"commission" => "",
|
|
"confirm_delete" => "Are you sure you want to delete the selected employee(s)?",
|
|
"confirm_restore" => "Are you sure you want to restore selected employee(s)?",
|
|
"current_password" => "Current Password",
|
|
"current_password_invalid" => "Current Password is invalid.",
|
|
"employee" => "Employee",
|
|
"error_adding_updating" => "Employee add or update failed.",
|
|
"error_deleting_demo_admin" => "You can not delete the demo admin user.",
|
|
"error_updating_demo_admin" => "You can not change the demo admin user.",
|
|
"language" => "Language",
|
|
"login_info" => "Login",
|
|
"manager" => "",
|
|
"new" => "New Employee",
|
|
"none_selected" => "You have not selected any employee(s) to delete.",
|
|
"one_or_multiple" => "employee(s)",
|
|
"password" => "Password",
|
|
"password_minlength" => "Password must be at least 8 characters in length.",
|
|
"password_must_match" => "Passwords do not match.",
|
|
"password_not_must_match" => "Current password and new password must be unique.",
|
|
"password_required" => "Password is required.",
|
|
"permission_desc" => "Check the boxes below to grant access to modules.",
|
|
"permission_info" => "Permissions",
|
|
"repeat_password" => "Password Again",
|
|
"subpermission_required" => "Add at least one grant for each module.",
|
|
"successful_adding" => "Employee add successful.",
|
|
"successful_change_password" => "Password change successful.",
|
|
"successful_deleted" => "You have successfully deleted",
|
|
"successful_updating" => "You have successfully updated employee",
|
|
"system_language" => "System Language",
|
|
"unsuccessful_change_password" => "Password change failed.",
|
|
"update" => "Update Employee",
|
|
"username" => "Username",
|
|
"username_duplicate" => "",
|
|
"username_minlength" => "Username must be at least 5 characters in length.",
|
|
"username_required" => "Username is a required field.",
|
|
];
|