mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 14:12:44 +01:00
Update lang file
This commit is contained in:
parent
0749bc570c
commit
6c54a7fa2b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user