diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 00ce7f2b942e..f55cbcfe1943 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3703,6 +3703,53 @@ $LANG = array( 'lock_invoices' => 'Lock Invoices', 'show_table' => 'Show Table', 'show_list' => 'Show List', + 'view_changes' => 'View Changes', + 'force_update' => 'Force Update', + 'force_update_help' => 'You are running the latest version but there may be pending fixes available.', + 'mark_paid_help' => 'Track the expense has been paid', + 'mark_invoiceable_help' => 'Enable the expense to be invoiced', + 'add_documents_to_invoice_help' => 'Make the documents visible', + 'convert_currency_help' => 'Set an exchange rate', + 'expense_settings' => 'Expense Settings', + 'clone_to_recurring' => 'Clone to Recurring', + 'crypto' => 'Crypto', + 'user_field' => 'User Field', + 'variables' => 'Variables', + 'show_password' => 'Show Password', + 'hide_password' => 'Hide Password', + 'copy_error' => 'Copy Error', + 'capture_card' => 'Capture Card', + 'auto_bill_enabled' => 'Auto Bill Enabled', + 'total_taxes' => 'Total Taxes', + 'line_taxes' => 'Line Taxes', + 'total_fields' => 'Total Fields', + 'stopped_recurring_invoice' => 'Successfully stopped recurring invoice', + 'started_recurring_invoice' => 'Successfully started recurring invoice', + 'resumed_recurring_invoice' => 'Successfully resumed recurring invoice', + 'gateway_refund' => 'Gateway Refund', + 'gateway_refund_help' => 'Process the refund with the payment gateway', + 'due_date_days' => 'Due Date', + 'paused' => 'Paused', + 'day_count' => 'Day :count', + 'first_day_of_the_month' => 'First Day of the Month', + 'last_day_of_the_month' => 'Last Day of the Month', + 'use_payment_terms' => 'Use Payment Terms', + 'endless' => 'Endless', + 'next_send_date' => 'Next Send Date', + 'remaining_cycles' => 'Remaining Cycles', + 'created_recurring_invoice' => 'Successfully created recurring invoice', + 'updated_recurring_invoice' => 'Successfully updated recurring invoice', + 'removed_recurring_invoice' => 'Successfully removed recurring invoice', + 'search_recurring_invoice' => 'Search 1 Recurring Invoice', + 'search_recurring_invoices' => 'Search :count Recurring Invoices', + 'send_date' => 'Send Date', + 'auto_bill_on' => 'Auto Bill On', + 'minimum_under_payment_amount' => 'Minimum Under Payment Amount', + 'allow_over_payment' => 'Allow Over Payment', + 'allow_over_payment_help' => 'Support paying extra to accept tips', + 'allow_under_payment' => 'Allow Under Payment', + 'allow_under_payment_help' => 'Support paying at minimum the partial/deposit amount', + 'test_mode' => 'Test Mode', ); return $LANG;