mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
Update lang files
This commit is contained in:
parent
eaa261dad8
commit
f45f1895a8
@ -3537,6 +3537,63 @@ $LANG = array(
|
||||
'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: <a href="https://invoiceninja.github.io/cross-site-migration.html">https://invoiceninja.github.io/cross-site-migration.html</a>'
|
||||
'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;
|
||||
|
Loading…
Reference in New Issue
Block a user