From 694d3ad0f02920d360159e8c59e2e1af6780ac76 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 25 Jun 2020 18:49:22 +0300 Subject: [PATCH] Update lang file --- resources/lang/en/texts.php | 59 +++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 50ede3c84a..337398bec0 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3533,6 +3533,65 @@ $LANG = array( 'marked_credit_as_sent' => 'Successfully marked credit as sent', 'email_subject_payment_partial' => 'Email Partial Payment Subject', 'is_approved' => 'Is Approved', + 'migration_went_wrong' => 'Oops, something went wrong! Make sure you did proper setup with V2 of Invoice Ninja, before starting migration.', + 'cross_migration_message' => 'Cross account migration is not allowed. Please read more about it here: https://invoiceninja.github.io/cross-site-migration.html' + 'email_credit' => 'Email Credit', + 'client_email_not_set' => 'Client does not have an email address set', + 'ledger' => 'Ledger', + 'view_pdf' => 'View PDF', + 'all_records' => 'All records', + 'owned_by_user' => 'Owned by user', + 'credit_remaining' => 'Credit Remaining', + 'use_default' => 'Use default', + 'reminder_endless' => 'Endless Reminders', + 'number_of_days' => 'Number of days', + 'configure_payment_terms' => 'Configure Payment Terms', + 'payment_term' => 'Payment Term', + 'new_payment_term' => 'New Payment Term', + 'deleted_payment_term' => 'Successfully deleted payment term', + 'removed_payment_term' => 'Successfully removed payment term', + 'restored_payment_term' => 'Successfully restored payment term', + 'full_width_editor' => 'Full Width Editor', + 'full_height_filter' => 'Full Height Filter', + 'email_sign_in' => 'Sign in with email', + 'change' => 'Change', + 'change_to_mobile_layout' => 'Change to the mobile layout?', + 'change_to_desktop_layout' => 'Change to the desktop layout?', + 'send_from_gmail' => 'Send from Gmail', + 'reversed' => 'Reversed', + 'cancelled' => 'Cancelled', + 'quote_amount' => 'Quote Amount', + 'hosted' => 'Hosted', + 'selfhosted' => 'Self-Hosted', + 'hide_menu' => 'Hide Menu', + 'show_menu' => 'Show Menu', + 'partially_refunded' => 'Partially Refunded', + 'search_documents' => 'Search Documents', + 'search_designs' => 'Search Designs', + 'search_invoices' => 'Search Invoices', + 'search_clients' => 'Search Clients', + 'search_products' => 'Search Products', + 'search_quotes' => 'Search Quotes', + 'search_credits' => 'Search Credits', + 'search_vendors' => 'Search Vendors', + 'search_users' => 'Search Users', + 'search_tax_rates' => 'Search Tax Rates', + 'search_tasks' => 'Search Tasks', + 'search_settings' => 'Search Settings', + 'search_projects' => 'Search Projects', + 'search_expenses' => 'Search Expenses', + 'search_payments' => 'Search Payments', + 'search_groups' => 'Search Groups', + 'search_company' => 'Search Company', + 'cancelled_invoice' => 'Successfully cancelled invoice', + 'cancelled_invoices' => 'Successfully cancelled invoices', + 'reversed_invoice' => 'Successfully reversed invoice', + 'reversed_invoices' => 'Successfully reversed invoices', + 'reverse' => 'Reverse', + 'filtered_by_project' => 'Filtered by Project', + 'google_sign_in' => 'Sign in with Google', + 'activity_58' => ':user reversed invoice :invoice', + 'activity_59' => ':user cancelled invoice :invoice', ); return $LANG;