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
90 lines
3.7 KiB
PHP
90 lines
3.7 KiB
PHP
<?php
|
|
|
|
return [
|
|
"address_1" => "",
|
|
"address_2" => "",
|
|
"admin" => "",
|
|
"city" => "",
|
|
"clerk" => "",
|
|
"close" => "",
|
|
"color" => "",
|
|
"comments" => "",
|
|
"common" => "",
|
|
"confirm_search" => "",
|
|
"copyrights" => "© 2010 - {0}",
|
|
"correct_errors" => "",
|
|
"country" => "",
|
|
"dashboard" => "",
|
|
"date" => "",
|
|
"delete" => "",
|
|
"det" => "",
|
|
"download_import_template" => "",
|
|
"edit" => "",
|
|
"email" => "",
|
|
"email_invalid_format" => "",
|
|
"export_csv" => "",
|
|
"export_csv_no" => "",
|
|
"export_csv_yes" => "",
|
|
"fields_required_message" => "",
|
|
"fields_required_message_unique" => "",
|
|
"first_name" => "",
|
|
"first_name_required" => "",
|
|
"first_page" => "",
|
|
"gender" => "",
|
|
"gender_female" => "",
|
|
"gender_male" => "",
|
|
"gender_undefined" => "",
|
|
"icon" => "",
|
|
"id" => "",
|
|
"import" => "",
|
|
"import_change_file" => "",
|
|
"import_csv" => "",
|
|
"import_full_path" => "",
|
|
"import_remove_file" => "",
|
|
"import_select_file" => "",
|
|
"inv" => "",
|
|
"last_name" => "",
|
|
"last_name_required" => "",
|
|
"last_page" => "",
|
|
"learn_about_project" => "",
|
|
"list_of" => "",
|
|
"logo" => "",
|
|
"logo_mark" => "",
|
|
"logout" => "",
|
|
"manager" => "",
|
|
"migration_needed" => "",
|
|
"new" => "",
|
|
"no" => "",
|
|
"no_persons_to_display" => "",
|
|
"none_selected_text" => "",
|
|
"or" => "",
|
|
"people" => "",
|
|
"phone_number" => "",
|
|
"phone_number_required" => "",
|
|
"please_visit_my" => "",
|
|
"position" => "",
|
|
"powered_by" => "",
|
|
"price" => "",
|
|
"print" => "",
|
|
"remove" => "",
|
|
"required" => "",
|
|
"restore" => "",
|
|
"return_policy" => "",
|
|
"search" => "",
|
|
"search_options" => "",
|
|
"searched_for" => "",
|
|
"software_short" => "",
|
|
"software_title" => "",
|
|
"state" => "",
|
|
"submit" => "",
|
|
"total_spent" => "",
|
|
"unknown" => "",
|
|
"view_recent_sales" => "",
|
|
"website" => "",
|
|
"welcome" => "",
|
|
"welcome_message" => "",
|
|
"yes" => "",
|
|
"you_are_using_ospos" => "",
|
|
"zip" => "",
|
|
];
|