From e85b0c59646aae0f0140d3608a7f38e35bb28f27 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 28 Mar 2023 17:39:28 +1100 Subject: [PATCH] Updates for languages --- lang/en/texts.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index 4d43dc320f55..8772eef6db6f 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5015,6 +5015,22 @@ $LANG = array( 'restored_payment_link' => 'Successfully restored payment link', 'search_payment_link' => 'Search 1 Payment Link', 'search_payment_links' => 'Search :count Payment Links', + 'increase_prices' => 'Increase Prices', + 'update_prices' => 'Update Prices', + 'incresed_prices' => 'Successfully queued prices to be increased', + 'updated_prices' => 'Successfully queued prices to be updated', + 'api_token' => 'API Token', + 'api_key' => 'API Key', + 'endpoint' => 'Endpoint', + 'not_billable' => 'Not Billable', + 'allow_billable_task_items' => 'Allow Billable Task Items', + 'allow_billable_task_items_help' => 'Enable configuring which task items are billed', + 'show_task_item_description' => 'Show Task Item Description', + 'show_task_item_description_help' => 'Enable specifying task item descriptions', + 'email_record' => 'Email Record', + 'invoice_product_columns' => 'Invoice Product Columns', + 'quote_product_columns' => 'Quote Product Columns', + 'vendors' => 'Vendors', );