From a42597098f62c169ef4e304f7c5484ac7a353c96 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 12 Nov 2020 20:26:17 +0200 Subject: [PATCH] Update lang file --- resources/lang/en/texts.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index e58a64e1dfc7..02f32261286e 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3790,6 +3790,29 @@ $LANG = array( 'tax_name1' => 'Tax Name 1', 'tax_name2' => 'Tax Name 2', 'transaction_id' => 'Transaction ID', + 'invoice_late' => 'Invoice Late', + 'quote_expired' => 'Quote Expired', + 'recurring_invoice_total' => 'Invoice Total', + 'actions' => 'Actions', + 'expense_number' => 'Expense Number', + 'task_number' => 'Task Number', + 'project_number' => 'Project Number', + 'view_settings' => 'View Settings', + 'company_disabled_warning' => 'Warning: this company has not yet been activated', + 'late_invoice' => 'Late Invoice', + 'expired_quote' => 'Expired Quote', + 'remind_invoice' => 'Remind Invoice', + 'client_phone' => 'Client Phone', + 'required_fields' => 'Required Fields', + 'enabled_modules' => 'Enabled Modules', + 'activity_60' => ':contact viewed quote :quote', + 'activity_61' => ':user updated client :client', + 'activity_62' => ':user updated vendor :vendor', + 'activity_63' => ':user emailed first reminder for invoice :invoice to :contact', + 'activity_64' => ':user emailed second reminder for invoice :invoice to :contact', + 'activity_65' => ':user emailed third reminder for invoice :invoice to :contact', + 'activity_66' => ':user emailed endless reminder for invoice :invoice to :contact', + 'expense_category_id' => 'Expense Category ID', ); return $LANG;