From eefc67078df8ed4a376a080e447dbe13a0ca0ad7 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 19 Apr 2023 08:36:44 +1000 Subject: [PATCH] Update translations --- lang/en/texts.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index 293868ade16e..5bef7f54b696 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5046,6 +5046,19 @@ $LANG = array( 'oauth_mail' => 'OAuth / Mail', 'preferences' => 'Preferences', 'analytics' => 'Analytics', + 'app_help_link' => 'More information here :link', + 'reduced_rate' => 'Reduced Rate', + 'tax_all' => 'Tax All', + 'tax_selected' => 'Tax Selected', + 'version' => 'version', + 'seller_subregion' => 'Seller Subregion', + 'calculate_taxes' => 'Calculate Taxes', + 'calculate_taxes_help' => 'Automatically calculate taxes when saving invoices', + 'link_expenses' => 'Link Expenses', + 'converted_client_balance' => 'Converted Client Balance', + 'converted_payment_balance' => 'Converted Payment Balance', + 'total_hours' => 'Total Hours', + 'date_picker_hint' => 'Use +days to set the date in the future', );