mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-16 04:50:09 -04:00
#1546 Updates
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
<?php
|
||||
|
||||
$lang["customers_account_number"] = "Account #";
|
||||
$lang["customers_account_number_duplicate"] = "This account number is already present in the database";
|
||||
$lang["customers_account_number_duplicate"] = "Account Number is already present in the database";
|
||||
$lang["customers_available_points"] = "Available Points";
|
||||
$lang["customers_average"] = "Average spent";
|
||||
$lang["customers_avg_discount"] = "Average discount";
|
||||
$lang["customers_basic_information"] = "Information";
|
||||
$lang["customers_cannot_be_deleted"] = "Could not deleted selected customers, one or more of the selected customers has sales.";
|
||||
$lang["customers_cannot_be_deleted"] = "Could not delete selected customers, one or more of the selected customers has sales.";
|
||||
$lang["customers_company_name"] = "Company";
|
||||
$lang["customers_confirm_delete"] = "Are you sure you want to delete the selected customers?";
|
||||
$lang["customers_customer"] = "Customer";
|
||||
$lang["customers_discount"] = "Discount";
|
||||
$lang["customers_email_duplicate"] = "The email address is already present in the database";
|
||||
$lang["customers_email_duplicate"] = "Email Address is already present in the database";
|
||||
$lang["customers_error_adding_updating"] = "Error adding/updating customer";
|
||||
$lang["customers_excel_import_failed"] = "Excel import failed";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "Your uploaded file has no data or wrong format";
|
||||
$lang["customers_excel_import_partially_failed"] = "Most Customers imported. But some were not, here is the list";
|
||||
$lang["customers_excel_import_success"] = "Import of Customers successful";
|
||||
$lang["customers_import_items_excel"] = "Import customers from Excel sheet";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "Your uploaded file has no data or incorrectly formatted";
|
||||
$lang["customers_excel_import_partially_failed"] = "Customer import successful with some failures";
|
||||
$lang["customers_excel_import_success"] = "Customer Import successful";
|
||||
$lang["customers_import_items_excel"] = "Customer Import from Excel";
|
||||
$lang["customers_mailchimp_activity_click"] = "Email click";
|
||||
$lang["customers_mailchimp_activity_lastopen"] = "Last open email";
|
||||
$lang["customers_mailchimp_activity_open"] = "Email open";
|
||||
@@ -28,10 +28,10 @@ $lang["customers_mailchimp_info"] = "Mailchimp";
|
||||
$lang["customers_mailchimp_member_rating"] = "Rating";
|
||||
$lang["customers_mailchimp_status"] = "Status";
|
||||
$lang["customers_mailchimp_vip"] = "VIP";
|
||||
$lang["customers_max"] = "Max spent";
|
||||
$lang["customers_min"] = "Min spent";
|
||||
$lang["customers_max"] = "Max. spent";
|
||||
$lang["customers_min"] = "Min. spent";
|
||||
$lang["customers_new"] = "New Customer";
|
||||
$lang["customers_none_selected"] = "You have not selected any customers to delete";
|
||||
$lang["customers_none_selected"] = "You have not selected customers to delete";
|
||||
$lang["customers_one_or_multiple"] = "customer(s)";
|
||||
$lang["customers_quantity"] = "Quantity";
|
||||
$lang["customers_stats_info"] = "Stats";
|
||||
|
||||
Reference in New Issue
Block a user