From 33b3ea73b8c36fc3af41f6f15ccb4614a83ce839 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 22 Jan 2023 15:22:54 +1100 Subject: [PATCH] Update translations --- lang/en/texts.php | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/lang/en/texts.php b/lang/en/texts.php index 2173a752c3..9ac260107c 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -4927,7 +4927,29 @@ $LANG = array( 'client_statement_body' => 'Your statement from :start_date to :end_date is attached.', 'email_queued' => 'Email queued', 'clone_to_recurring_invoice' => 'Clone to Recurring Invoice', - + 'inventory_threshold' => 'Inventory Threshold', + 'emailed_statement' => 'Successfully queued statement to be sent', + 'show_email_footer' => 'Show Email Footer', + 'invoice_task_hours' => 'Invoice Task Hours', + 'invoice_task_hours_help' => 'Add the hours to the invoice line items', + 'auto_bill_standard_invoices' => 'Auto Bill Standard Invoices', + 'auto_bill_recurring_invoices' => 'Auto Bill Recurring Invoices', + 'email_alignment' => 'Email Alignment', + 'pdf_preview_location' => 'PDF Preview Location', + 'mailgun' => 'Mailgun', + 'postmark' => 'Postmark', + 'microsoft' => 'Microsoft', + 'click_plus_to_create_record' => 'Click + to create a record', + 'last365_days' => 'Last 365 Days', + 'import_design' => 'Import Design', + 'imported_design' => 'Successfully imported design', + 'invalid_design' => 'The design is invalid, the :value section is missing', + 'setup_wizard_logo' => 'Would you like to upload your logo?', + 'installed_version' => 'Installed Version', + 'notify_vendor_when_paid' => 'Notify Vendor When Paid', + 'notify_vendor_when_paid_help' => 'Send an email to the vendor when the expense is marked as paid', + 'update_payment' => 'Update Payment', + 'markup' => 'Markup', );