From 6c54a7fa2b54bab7cde768b6cdbf34d363cd560e Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 1 Nov 2020 11:58:11 +0200 Subject: [PATCH] Update lang file --- resources/lang/en/texts.php | 38 +++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index fc6a5acdde01..e58a64e1dfc7 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3752,6 +3752,44 @@ $LANG = array( 'allow_under_payment' => 'Allow Under Payment', 'allow_under_payment_help' => 'Support paying at minimum the partial/deposit amount', 'test_mode' => 'Test Mode', + 'calculated_rate' => 'Calculated Rate', + 'default_task_rate' => 'Default Task Rate', + 'clear_cache' => 'Clear Cache', + 'sort_order' => 'Sort Order', + 'task_status' => 'Status', + 'task_statuses' => 'Task Statuses', + 'new_task_status' => 'New Task Status', + 'edit_task_status' => 'Edit Task Status', + 'created_task_status' => 'Successfully created task status', + 'archived_task_status' => 'Successfully archived task status', + 'deleted_task_status' => 'Successfully deleted task status', + 'removed_task_status' => 'Successfully removed task status', + 'restored_task_status' => 'Successfully restored task status', + 'search_task_status' => 'Search 1 Task Status', + 'search_task_statuses' => 'Search :count Task Statuses', + 'show_tasks_table' => 'Show Tasks Table', + 'show_tasks_table_help' => 'Always show the tasks section when creating invoices', + 'invoice_task_timelog' => 'Invoice Task Timelog', + 'invoice_task_timelog_help' => 'Add time details to the invoice line items', + 'auto_start_tasks_help' => 'Start tasks before saving', + 'configure_statuses' => 'Configure Statuses', + 'task_settings' => 'Task Settings', + 'configure_categories' => 'Configure Categories', + 'edit_expense_category' => 'Edit Expense Category', + 'removed_expense_category' => 'Successfully removed expense category', + 'search_expense_category' => 'Search 1 Expense Category', + 'search_expense_categories' => 'Search :count Expense Categories', + 'use_available_credits' => 'Use Available Credits', + 'show_option' => 'Show Option', + 'negative_payment_error' => 'The credit amount cannot exceed the payment amount', + 'should_be_invoiced_help' => 'Enable the expense to be invoiced', + 'configure_gateways' => 'Configure Gateways', + 'payment_partial' => 'Partial Payment', + 'is_running' => 'Is Running', + 'invoice_currency_id' => 'Invoice Currency ID', + 'tax_name1' => 'Tax Name 1', + 'tax_name2' => 'Tax Name 2', + 'transaction_id' => 'Transaction ID', ); return $LANG;