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
1.7 KiB
PHP
46 lines
1.7 KiB
PHP
<?php
|
|
|
|
return [
|
|
"administrator" => "",
|
|
"basic_information" => "",
|
|
"cannot_be_deleted" => "",
|
|
"change_employee" => "",
|
|
"change_password" => "",
|
|
"clerk" => "",
|
|
"commission" => "",
|
|
"confirm_delete" => "",
|
|
"confirm_restore" => "",
|
|
"current_password" => "",
|
|
"current_password_invalid" => "",
|
|
"employee" => "",
|
|
"error_adding_updating" => "",
|
|
"error_deleting_demo_admin" => "",
|
|
"error_updating_demo_admin" => "",
|
|
"language" => "",
|
|
"login_info" => "",
|
|
"manager" => "",
|
|
"new" => "",
|
|
"none_selected" => "",
|
|
"one_or_multiple" => "",
|
|
"password" => "",
|
|
"password_minlength" => "",
|
|
"password_must_match" => "",
|
|
"password_not_must_match" => "",
|
|
"password_required" => "",
|
|
"permission_desc" => "",
|
|
"permission_info" => "",
|
|
"repeat_password" => "",
|
|
"subpermission_required" => "",
|
|
"successful_adding" => "",
|
|
"successful_change_password" => "",
|
|
"successful_deleted" => "",
|
|
"successful_updating" => "",
|
|
"system_language" => "",
|
|
"unsuccessful_change_password" => "",
|
|
"update" => "",
|
|
"username" => "",
|
|
"username_duplicate" => "",
|
|
"username_minlength" => "",
|
|
"username_required" => "",
|
|
];
|