Add a couple of missing reports language elements

This commit is contained in:
FrancescoUK
2018-01-06 16:39:02 +00:00
parent 7029858f58
commit 75b401b068
2 changed files with 4 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ $lang["items_change_image"] = "Change Image";
$lang["items_confirm_bulk_edit"] = "Are you sure you want to edit selected Item(s)?";
$lang["items_confirm_bulk_edit_wipe_taxes"] = "All Item Tax information will be replaced";
$lang["items_confirm_delete"] = "Are you sure you want to delete the selected Item(s)?";
$lang["items_confirm_restore"] = "Are you sure you want to restore the selected Item(s)?";
$lang["items_cost_price"] = "Cost Price";
$lang["items_cost_price_number"] = "Cost Price must be a number";
$lang["items_cost_price_required"] = "Cost Price is a required field";
@@ -93,6 +94,7 @@ $lang["items_supplier"] = "Supplier";
$lang["items_tax_1"] = "Tax 1";
$lang["items_tax_2"] = "Tax 2";
$lang["items_tax_percent"] = "Tax Percent";
$lang["items_tax_percent_number"] = "Tax Percent must be a numeric value";
$lang["items_tax_percent_required"] = "Tax Percent is a required field";
$lang["items_tax_percents"] = "Tax Percent(s)";
$lang["items_type"] = "Item Type";

View File

@@ -14,6 +14,8 @@ $lang["reports_code_work_order"] = "W/O";
$lang["reports_comments"] = "Comments";
$lang["reports_complete"] = "Completed Sales and Returns";
$lang["reports_completed_sales"] = "Completed Sales";
$lang["reports_confirm_delete"] = "Are you sure you want to delete the selected entry(ies)?";
$lang["reports_confirm_restore"] = "Are you sure you want to restore the selected entry(ies)?";
$lang["reports_cost"] = "Cost";
$lang["reports_cost_price"] = "Cost Price";
$lang["reports_count"] = "Count";