mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-27 03:27:55 -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
58 lines
2.2 KiB
PHP
58 lines
2.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
"account_number" => "",
|
|
"account_number_duplicate" => "",
|
|
"available_points" => "",
|
|
"available_points_value" => "",
|
|
"average" => "",
|
|
"avg_discount" => "",
|
|
"basic_information" => "",
|
|
"cannot_be_deleted" => "",
|
|
"company_name" => "",
|
|
"confirm_delete" => "",
|
|
"confirm_restore" => "",
|
|
"consent" => "",
|
|
"consent_required" => "",
|
|
"csv_import_failed" => "",
|
|
"csv_import_nodata_wrongformat" => "",
|
|
"csv_import_partially_failed" => "",
|
|
"csv_import_success" => "",
|
|
"customer" => "",
|
|
"date" => "",
|
|
"discount" => "",
|
|
"discount_fixed" => "",
|
|
"discount_percent" => "",
|
|
"discount_type" => "",
|
|
"email_duplicate" => "",
|
|
"employee" => "",
|
|
"error_adding_updating" => "",
|
|
"import_items_csv" => "",
|
|
"mailchimp_activity_click" => "",
|
|
"mailchimp_activity_lastopen" => "",
|
|
"mailchimp_activity_open" => "",
|
|
"mailchimp_activity_total" => "",
|
|
"mailchimp_activity_unopen" => "",
|
|
"mailchimp_email_client" => "",
|
|
"mailchimp_info" => "",
|
|
"mailchimp_member_rating" => "",
|
|
"mailchimp_status" => "",
|
|
"mailchimp_vip" => "",
|
|
"max" => "",
|
|
"min" => "",
|
|
"new" => "",
|
|
"none_selected" => "",
|
|
"one_or_multiple" => "",
|
|
"quantity" => "",
|
|
"stats_info" => "",
|
|
"successful_adding" => "",
|
|
"successful_deleted" => "",
|
|
"successful_updating" => "",
|
|
"tax_code" => "",
|
|
"tax_id" => "",
|
|
"taxable" => "",
|
|
"total" => "",
|
|
"update" => "",
|
|
"rewards_package" => "",
|
|
];
|