diff --git a/application/language/tl/customers_lang.php b/application/language/tl/customers_lang.php index 5f652d266..912f7ce7b 100644 --- a/application/language/tl/customers_lang.php +++ b/application/language/tl/customers_lang.php @@ -7,8 +7,8 @@ $lang["customers_avg_discount"] = "Average discount"; $lang["customers_basic_information"] = "Information"; $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 customer(s)?"; -$lang["customers_confirm_restore"] = "Are you sure you want to restore selected customers(s)?"; +$lang["customers_confirm_delete"] = "Are you sure you want to delete the selected Supplier(s)?"; +$lang["customers_confirm_restore"] = "Are you sure you want to restore selected Supplier(s)?"; $lang["customers_consent"] = "Registration consent"; $lang["customers_consent_required"] = "Registration consent is a required field."; $lang["customers_customer"] = "Customer"; @@ -19,7 +19,7 @@ $lang["customers_discount_percent"] = "Percentage Discount"; $lang["customers_discount_type"] = "Discount Type"; $lang["customers_email_duplicate"] = "Email Address is already present in the database."; $lang["customers_employee"] = "Employee"; -$lang["customers_error_adding_updating"] = "Customer add or update failed."; +$lang["customers_error_adding_updating"] = "Employee add or update failed."; $lang["customers_excel_import_failed"] = "Excel import failed"; $lang["customers_excel_import_nodata_wrongformat"] = "The uploaded file has no data or is incorrectly formatted."; $lang["customers_excel_import_partially_failed"] = "Customer import successful with some failures:"; @@ -38,13 +38,13 @@ $lang["customers_mailchimp_vip"] = "VIP"; $lang["customers_max"] = "Max. spent"; $lang["customers_min"] = "Min. spent"; $lang["customers_new"] = "New Customer"; -$lang["customers_none_selected"] = "You have not selected any customer(s) to delete."; +$lang["customers_none_selected"] = "You have not selected any employee(s) to delete."; $lang["customers_one_or_multiple"] = "customer(s)"; $lang["customers_quantity"] = "Quantity"; $lang["customers_stats_info"] = "Stats"; -$lang["customers_successful_adding"] = "You have successfully added customer"; +$lang["customers_successful_adding"] = "You have successfully updated customer"; $lang["customers_successful_deleted"] = "You have successfully deleted"; -$lang["customers_successful_updating"] = "You have successfully updated customer"; +$lang["customers_successful_updating"] = "You have successfully added customer"; $lang["customers_tax_code"] = "Tax Code"; $lang["customers_tax_id"] = "Tax Id"; $lang["customers_taxable"] = "Taxable";