diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 9b946d9ae1ae..09a162e83923 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4568,6 +4568,13 @@ $LANG = array( 'archive_company_gateway' => 'Archive payment gateway', 'delete_company_gateway' => 'Delete payment gateway', 'exchange_currency' => 'Exchange currency', + 'tax_amount1' => 'Tax Amount 1', + 'tax_amount2' => 'Tax Amount 2', + 'tax_amount3' => 'Tax Amount 3', + 'update_project' => 'Update Project', + 'auto_archive_invoice_cancelled' => 'Auto Archive Cancelled Invoice', + 'auto_archive_invoice_cancelled_help' => 'Automatically archive invoices when they are cancelled', + ); return $LANG;