diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 90a7bac90683..00ce7f2b942e 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3592,6 +3592,117 @@ $LANG = array( 'google_sign_in' => 'Sign in with Google', 'activity_58' => ':user reversed invoice :invoice', 'activity_59' => ':user cancelled invoice :invoice', + 'payment_reconciliation_failure' => 'Reconciliation Failure', + 'payment_reconciliation_success' => 'Reconciliation Success', + 'gateway_success' => 'Gateway Success', + 'gateway_failure' => 'Gateway Failure', + 'gateway_error' => 'Gateway Error', + 'email_send' => 'Email Send', + 'email_retry_queue' => 'Email Retry Queue', + 'failure' => 'Failure', + 'quota_exceeded' => 'Quota Exceeded', + 'upstream_failure' => 'Upstream Failure', + 'system_logs' => 'System Logs', + 'copy_link' => 'Copy Link', + 'welcome_to_invoice_ninja' => 'Welcome to Invoice Ninja', + 'optin' => 'Opt-In', + 'optout' => 'Opt-Out', + 'auto_convert' => 'Auto Convert', + 'reminder1_sent' => 'Reminder 1 Sent', + 'reminder2_sent' => 'Reminder 2 Sent', + 'reminder3_sent' => 'Reminder 3 Sent', + 'reminder_last_sent' => 'Reminder Last Sent', + 'pdf_page_info' => 'Page :current of :total', + 'emailed_credits' => 'Successfully emailed credits', + 'view_in_stripe' => 'View in Stripe', + 'rows_per_page' => 'Rows Per Page', + 'apply_payment' => 'Apply Payment', + 'unapplied' => 'Unapplied', + 'custom_labels' => 'Custom Labels', + 'record_type' => 'Record Type', + 'record_name' => 'Record Name', + 'file_type' => 'File Type', + 'height' => 'Height', + 'width' => 'Width', + 'health_check' => 'Health Check', + 'last_login_at' => 'Last Login At', + 'company_key' => 'Company Key', + 'storefront' => 'Storefront', + 'storefront_help' => 'Enable third-party apps to create invoices', + 'count_records_selected' => ':count records selected', + 'count_record_selected' => ':count record selected', + 'client_created' => 'Client Created', + 'online_payment_email' => 'Online Payment Email', + 'manual_payment_email' => 'Manual Payment Email', + 'completed' => 'Completed', + 'gross' => 'Gross', + 'net_amount' => 'Net Amount', + 'net_balance' => 'Net Balance', + 'client_settings' => 'Client Settings', + 'selected_invoices' => 'Selected Invoices', + 'selected_payments' => 'Selected Payments', + 'selected_quotes' => 'Selected Quotes', + 'selected_tasks' => 'Selected Tasks', + 'selected_expenses' => 'Selected Expenses', + 'past_due_invoices' => 'Past Due Invoices', + 'create_payment' => 'Create Payment', + 'update_quote' => 'Update Quote', + 'update_invoice' => 'Update Invoice', + 'update_client' => 'Update Client', + 'update_vendor' => 'Update Vendor', + 'create_expense' => 'Create Expense', + 'update_expense' => 'Update Expense', + 'update_task' => 'Update Task', + 'approve_quote' => 'Approve Quote', + 'when_paid' => 'When Paid', + 'expires_on' => 'Expires On', + 'show_sidebar' => 'Show Sidebar', + 'hide_sidebar' => 'Hide Sidebar', + 'event_type' => 'Event Type', + 'copy' => 'Copy', + 'must_be_online' => 'Please restart the app once connected to the internet', + 'crons_not_enabled' => 'The crons need to be enabled', + 'api_webhooks' => 'API Webhooks', + 'search_webhooks' => 'Search :count Webhooks', + 'search_webhook' => 'Search 1 Webhook', + 'webhook' => 'Webhook', + 'webhooks' => 'Webhooks', + 'new_webhook' => 'New Webhook', + 'edit_webhook' => 'Edit Webhook', + 'created_webhook' => 'Successfully created webhook', + 'updated_webhook' => 'Successfully updated webhook', + 'archived_webhook' => 'Successfully archived webhook', + 'deleted_webhook' => 'Successfully deleted webhook', + 'removed_webhook' => 'Successfully removed webhook', + 'restored_webhook' => 'Successfully restored webhook', + 'search_tokens' => 'Search :count Tokens', + 'search_token' => 'Search 1 Token', + 'new_token' => 'New Token', + 'removed_token' => 'Successfully removed token', + 'restored_token' => 'Successfully restored token', + 'client_registration' => 'Client Registration', + 'client_registration_help' => 'Enable clients to self register in the portal', + 'customize_and_preview' => 'Customize & Preview', + 'search_document' => 'Search 1 Document', + 'search_design' => 'Search 1 Design', + 'search_invoice' => 'Search 1 Invoice', + 'search_client' => 'Search 1 Client', + 'search_product' => 'Search 1 Product', + 'search_quote' => 'Search 1 Quote', + 'search_credit' => 'Search 1 Credit', + 'search_vendor' => 'Search 1 Vendor', + 'search_user' => 'Search 1 User', + 'search_tax_rate' => 'Search 1 Tax Rate', + 'search_task' => 'Search 1 Tasks', + 'search_project' => 'Search 1 Project', + 'search_expense' => 'Search 1 Expense', + 'search_payment' => 'Search 1 Payment', + 'search_group' => 'Search 1 Group', + 'created_on' => 'Created On', + 'payment_status_-1' => 'Unapplied', + 'lock_invoices' => 'Lock Invoices', + 'show_table' => 'Show Table', + 'show_list' => 'Show List', ); return $LANG;