Refactor to reflect Excel --> CSV wording change

This commit is contained in:
objecttothis
2019-11-01 17:25:01 +04:00
committed by travi
parent dd7495a04c
commit a26ae1a9b3

View File

@@ -32,14 +32,14 @@ $lang["items_edit_multiple_items"] = "Editing Multiple Items";
$lang["items_empty_upc_items"] = "Empty Barcode Items";
$lang["items_error_adding_updating"] = "Error adding/updating item";
$lang["items_error_updating_multiple"] = "Error updating items";
$lang["items_excel_import_failed"] = "Excel import failed";
$lang["items_excel_import_nodata_wrongformat"] = "The uploaded file has no data or is formatted incorrectly.";
$lang["items_excel_import_partially_failed"] = "There were %1 item import failure(s) on line(s): %2. No rows were imported.";
$lang["items_excel_import_success"] = "Item import successful.";
$lang["items_csv_import_failed"] = "CSV import failed";
$lang["items_csv_import_nodata_wrongformat"] = "The uploaded CSV file has no data or is formatted incorrectly.";
$lang["items_csv_import_partially_failed"] = "There were %1 item import failure(s) on line(s): %2. No rows were imported.";
$lang["items_csv_import_success"] = "Item CSV import successful.";
$lang["items_generate_barcodes"] = "Generate Barcodes";
$lang["items_hsn_code"] = "Harmonized System Nomenclature";
$lang["items_image"] = "Avatar";
$lang["items_import_items_excel"] = "Item Import from Excel";
$lang["items_import_items_csv"] = "Item Import from CSV";
$lang["items_info_provided_by"] = "Information provided by";
$lang["items_inventory"] = "Inventory";
$lang["items_inventory_comments"] = "Comments";