From a0208c8031d6668d8d0cd49ad4440bd92fa94386 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 7 Dec 2022 23:07:10 +1100 Subject: [PATCH] Add translations --- lang/en/texts.php | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index f70825d4cffd..9fc9764b2a61 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -4852,6 +4852,46 @@ $LANG = array( 'expense_paid_report' => 'Expensed reporting', 'expense_paid_report_help' => 'Turn on for reporting all expenses, turn off for reporting only paid expenses', 'payment_type_Klarna' => 'Klarna', + 'online_payment_email_help' => 'Send an email when an online payment is made', + 'manual_payment_email_help' => 'Send an email when manually entering a payment', + 'mark_paid_payment_email_help' => 'Send an email when marking an invoice as pad', + 'linked_transaction' => 'Successfully linked transaction', + 'link_payment' => 'Link Payment', + 'link_expense' => 'Link Expense', + 'lock_invoiced_tasks' => 'Lock Invoiced Tasks', + 'lock_invoiced_tasks_help' => 'Prevent tasks from being edited once invoiced', + 'registration_required_help' => 'Require clients to register', + 'use_inventory_management' => 'Use Inventory Management', + 'use_inventory_management_help' => 'Require products to be in stock', + 'optional_products' => 'Optional Products', + 'optional_recurring_products' => 'Optional Recurring Products', + 'convert_matched' => 'Convert', + 'auto_billed_invoice' => 'Successfully queued invoice to be auto-billed', + 'auto_billed_invoices' => 'Successfully queued invoices to be auto-billed', + 'operator' => 'Operator', + 'value' => 'Value', + 'is' => 'Is', + 'contains' => 'Contains', + 'starts_with' => 'Starts with', + 'is_empty' => 'Is empty', + 'add_rule' => 'Add Rule', + 'match_all_rules' => 'Match All Rules', + 'match_all_rules_help' => 'All criteria needs to match for the rule to be applied', + 'auto_convert_help' => 'Automatically convert matched transactions to expenses', + 'rules' => 'Rules', + 'transaction_rule' => 'Transaction Rule', + 'transaction_rules' => 'Transaction Rules', + 'new_transaction_rule' => 'New Transaction Rule', + 'edit_transaction_rule' => 'Edit Transaction Rule', + 'created_transaction_rule' => 'Successfully created rule', + 'updated_transaction_rule' => 'Successfully updated transaction rule', + 'archived_transaction_rule' => 'Successfully archived transaction rule', + 'deleted_transaction_rule' => 'Successfully deleted transaction rule', + 'removed_transaction_rule' => 'Successfully removed transaction rule', + 'restored_transaction_rule' => 'Successfully restored transaction rule', + 'search_transaction_rule' => 'Search Transaction Rule', + 'search_transaction_rules' => 'Search Transaction Rules', + ); return $LANG;