Files
opensourcepos/app/Language/en/Common.php
BudsieBuds e83c23cf0c 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
2025-05-02 19:37:06 +02:00

90 lines
4.6 KiB
PHP

<?php
return [
"address_1" => "Address 1",
"address_2" => "Address 2",
"admin" => "",
"city" => "City",
"clerk" => "",
"close" => "Close",
"color" => "",
"comments" => "Comments",
"common" => "common",
"confirm_search" => "You have selected one or more rows, these will no longer be selected after your search. Are you sure you want to submit this search?",
"copyrights" => "© 2010 - {0}",
"correct_errors" => "Please correct identified errors before saving",
"country" => "Country",
"dashboard" => "",
"date" => "Date",
"delete" => "Delete",
"det" => "details",
"download_import_template" => "Download Import CSV Template (CSV)",
"edit" => "edit",
"email" => "Email",
"email_invalid_format" => "The email address is not in the correct format.",
"export_csv" => "CSV Export",
"export_csv_no" => "No",
"export_csv_yes" => "Yes",
"fields_required_message" => "Fields in red are required",
"fields_required_message_unique" => "",
"first_name" => "First Name",
"first_name_required" => "First Name is a required field.",
"first_page" => "First",
"gender" => "Gender",
"gender_female" => "F",
"gender_male" => "M",
"gender_undefined" => "",
"icon" => "Icon",
"id" => "ID",
"import" => "Import",
"import_change_file" => "Change",
"import_csv" => "CSV Import",
"import_full_path" => "Full path to CSV file required",
"import_remove_file" => "Remove",
"import_select_file" => "Select file",
"inv" => "inv",
"last_name" => "Last Name",
"last_name_required" => "Last Name is a required field.",
"last_page" => "Last",
"learn_about_project" => "to learn the latest information about the project.",
"list_of" => "List of",
"logo" => "Logo",
"logo_mark" => "Mark",
"logout" => "",
"manager" => "",
"migration_needed" => "",
"new" => "New",
"no" => "No",
"no_persons_to_display" => "There are no people to display.",
"none_selected_text" => "[Select]",
"or" => "OR",
"people" => "",
"phone_number" => "Phone Number",
"phone_number_required" => "",
"please_visit_my" => "Please visit the",
"position" => "",
"powered_by" => "Powered by",
"price" => "Price",
"print" => "Print",
"remove" => "Remove",
"required" => "Required",
"restore" => "Restore",
"return_policy" => "Return Policy",
"search" => "Search",
"search_options" => "Search options",
"searched_for" => "Searched for",
"software_short" => "OSPOS",
"software_title" => "Open Source Point of Sale",
"state" => "State",
"submit" => "Submit",
"total_spent" => "Total Spent",
"unknown" => "Unknown",
"view_recent_sales" => "View Recent Sales",
"website" => "opensourcepos.org",
"welcome" => "Welcome",
"welcome_message" => "Welcome to OSPOS, click a module below to get started.",
"yes" => "Yes",
"you_are_using_ospos" => "",
"zip" => "Postal Code",
];