mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-08-07 04:23:17 -04:00
Improve code style and PSR-12 compliance (#4204)
* 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
This commit is contained in:
1 parent
1456feae58
commit
e83c23cf0c
1339 files changed
+78360
-80226
No files matched your search
@@ -1,44 +1,45 @@
|
||||
<?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" => "",
|
||||
"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" => "",
|
||||
"update" => "",
|
||||
"username" => "",
|
||||
"username_duplicate" => "",
|
||||
"username_minlength" => "",
|
||||
"username_required" => "",
|
||||
];
|
||||
Reference in new issue
Block a user