From 8a1eb1a161552e75840ccd1feb09021235f89e21 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 22 Sep 2023 10:40:45 +1000 Subject: [PATCH] Updated translations from flutter app --- lang/en/texts.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lang/en/texts.php b/lang/en/texts.php index 90bc248ee1c1..0085aca9fcd5 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5166,7 +5166,16 @@ $LANG = array( 'government' => 'Government', 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', - + 'expense_status_4' => 'Unpaid', + 'expense_status_5' => 'Paid', + 'ziptax_help' => 'Note: this feature requires a Zip-Tax API key to lookup US sales tax by address', + 'cache_data' => 'Cache Data', + 'unknown' => 'Unknown', + 'webhook_failure' => 'Webhook Failure', + 'email_opened' => 'Email Opened', + 'email_delivered' => 'Email Delivered', + 'log' => 'Log', + 'classification' => 'Classification', ); return $LANG;