mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-03 23:01:50 -04:00
57 lines
2.9 KiB
PHP
57 lines
2.9 KiB
PHP
<?php
|
|
return [
|
|
"customers_account_number" => "Account #",
|
|
"customers_account_number_duplicate" => "Account Number is already present in the database.",
|
|
"customers_available_points" => "Available Points",
|
|
"customers_available_points_value" => "",
|
|
"customers_average" => "Average spent",
|
|
"customers_avg_discount" => "Average discount",
|
|
"customers_basic_information" => "Information",
|
|
"customers_cannot_be_deleted" => "Could not delete selected customers, one or more of the selected customers has sales.",
|
|
"customers_company_name" => "Company",
|
|
"customers_confirm_delete" => "Are you sure you want to delete the selected customer(s)?",
|
|
"customers_confirm_restore" => "Are you sure you want to restore selected customers(s)?",
|
|
"customers_consent" => "Registration consent",
|
|
"customers_consent_required" => "Registration consent is a required field.",
|
|
"customers_csv_import_failed" => "CSV import failed",
|
|
"customers_csv_import_nodata_wrongformat" => "The uploaded file has no data or is incorrectly formatted.",
|
|
"customers_csv_import_partially_failed" => "Customer import successful with some failures:",
|
|
"customers_csv_import_success" => "Customer import successful.",
|
|
"customers_customer" => "Customer",
|
|
"customers_date" => "Date",
|
|
"customers_discount" => "Discount",
|
|
"customers_discount_fixed" => "Fixed Discount",
|
|
"customers_discount_percent" => "Percentage Discount",
|
|
"customers_discount_type" => "Discount Type",
|
|
"customers_email_duplicate" => "Email Address is already present in the database.",
|
|
"customers_employee" => "Employee",
|
|
"customers_error_adding_updating" => "Customer add or update failed.",
|
|
"customers_import_items_csv" => "Customer Import from CSV",
|
|
"customers_mailchimp_activity_click" => "Email click",
|
|
"customers_mailchimp_activity_lastopen" => "Last open email",
|
|
"customers_mailchimp_activity_open" => "Email open",
|
|
"customers_mailchimp_activity_total" => "Email sent",
|
|
"customers_mailchimp_activity_unopen" => "Email unopen",
|
|
"customers_mailchimp_email_client" => "Email client",
|
|
"customers_mailchimp_info" => "MailChimp",
|
|
"customers_mailchimp_member_rating" => "Rating",
|
|
"customers_mailchimp_status" => "Status",
|
|
"customers_mailchimp_vip" => "VIP",
|
|
"customers_max" => "Max. spent",
|
|
"customers_min" => "Min. spent",
|
|
"customers_new" => "New Customer",
|
|
"customers_none_selected" => "You have not selected any customer(s) to delete.",
|
|
"customers_one_or_multiple" => "customer(s)",
|
|
"customers_quantity" => "Quantity",
|
|
"customers_stats_info" => "Stats",
|
|
"customers_successful_adding" => "You have successfully added customer",
|
|
"customers_successful_deleted" => "You have successfully deleted",
|
|
"customers_successful_updating" => "You have successfully updated customer",
|
|
"customers_tax_code" => "Tax Code",
|
|
"customers_tax_id" => "Tax Id",
|
|
"customers_taxable" => "Taxable",
|
|
"customers_total" => "Total spent",
|
|
"customers_update" => "Update Customer",
|
|
"rewards_package" => "Rewards Package",
|
|
];
|