mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-25 10:37: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
34 lines
1.3 KiB
PHP
34 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
"attribute_value_invalid_chars" => "",
|
|
"confirm_delete" => "",
|
|
"confirm_restore" => "",
|
|
"definition_cannot_be_deleted" => "",
|
|
"definition_error_adding_updating" => "",
|
|
"definition_flags" => "",
|
|
"definition_group" => "",
|
|
"definition_id" => "",
|
|
"definition_name" => "",
|
|
"definition_name_required" => "",
|
|
"definition_one_or_multiple" => "",
|
|
"definition_successful_adding" => "",
|
|
"definition_successful_deleted" => "",
|
|
"definition_successful_updating" => "",
|
|
"definition_type" => "",
|
|
"definition_type_required" => "",
|
|
"definition_unit" => "",
|
|
"definition_values" => "",
|
|
"new" => "",
|
|
"no_attributes_to_display" => "",
|
|
"receipt_visibility" => "",
|
|
"show_in_items" => "",
|
|
"show_in_items_visibility" => "",
|
|
"show_in_receipt" => "",
|
|
"show_in_receivings" => "",
|
|
"show_in_receivings_visibility" => "",
|
|
"show_in_sales" => "",
|
|
"show_in_sales_visibility" => "",
|
|
"update" => "",
|
|
];
|