mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 14:12:44 +01:00
Remove duplicate translations
This commit is contained in:
parent
9e882f7cfe
commit
67b3435b9f
@ -174,7 +174,6 @@ $LANG = array(
|
||||
'payment_gateway' => 'Payment Gateway',
|
||||
'gateway_id' => 'Gateway',
|
||||
'email_notifications' => 'Email Notifications',
|
||||
'email_sent' => 'Email me when an invoice is <b>sent</b>',
|
||||
'email_viewed' => 'Email me when an invoice is <b>viewed</b>',
|
||||
'email_paid' => 'Email me when an invoice is <b>paid</b>',
|
||||
'site_updates' => 'Site Updates',
|
||||
@ -907,8 +906,6 @@ $LANG = array(
|
||||
'expense' => 'Expense',
|
||||
'expenses' => 'Expenses',
|
||||
'new_expense' => 'Enter Expense',
|
||||
'enter_expense' => 'Enter Expense',
|
||||
'vendors' => 'Vendors',
|
||||
'new_vendor' => 'New Vendor',
|
||||
'payment_terms_net' => 'Net',
|
||||
'vendor' => 'Vendor',
|
||||
@ -1203,7 +1200,6 @@ $LANG = array(
|
||||
'plan_pending_monthly' => 'Will switch to monthly on :date',
|
||||
'plan_refunded' => 'A refund has been issued.',
|
||||
|
||||
'live_preview' => 'Live Preview',
|
||||
'page_size' => 'Page Size',
|
||||
'live_preview_disabled' => 'Live preview has been disabled to support selected font',
|
||||
'invoice_number_padding' => 'Padding',
|
||||
@ -1460,40 +1456,6 @@ $LANG = array(
|
||||
'payment_type_GoCardless' => 'GoCardless',
|
||||
'payment_type_Zelle' => 'Zelle',
|
||||
|
||||
// Industries
|
||||
'industry_Accounting & Legal' => 'Accounting & Legal',
|
||||
'industry_Advertising' => 'Advertising',
|
||||
'industry_Aerospace' => 'Aerospace',
|
||||
'industry_Agriculture' => 'Agriculture',
|
||||
'industry_Automotive' => 'Automotive',
|
||||
'industry_Banking & Finance' => 'Banking & Finance',
|
||||
'industry_Biotechnology' => 'Biotechnology',
|
||||
'industry_Broadcasting' => 'Broadcasting',
|
||||
'industry_Business Services' => 'Business Services',
|
||||
'industry_Commodities & Chemicals' => 'Commodities & Chemicals',
|
||||
'industry_Communications' => 'Communications',
|
||||
'industry_Computers & Hightech' => 'Computers & Hightech',
|
||||
'industry_Defense' => 'Defense',
|
||||
'industry_Energy' => 'Energy',
|
||||
'industry_Entertainment' => 'Entertainment',
|
||||
'industry_Government' => 'Government',
|
||||
'industry_Healthcare & Life Sciences' => 'Healthcare & Life Sciences',
|
||||
'industry_Insurance' => 'Insurance',
|
||||
'industry_Manufacturing' => 'Manufacturing',
|
||||
'industry_Marketing' => 'Marketing',
|
||||
'industry_Media' => 'Media',
|
||||
'industry_Nonprofit & Higher Ed' => 'Nonprofit & Higher Ed',
|
||||
'industry_Pharmaceuticals' => 'Pharmaceuticals',
|
||||
'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
|
||||
'industry_Real Estate' => 'Real Estate',
|
||||
'industry_Restaurant & Catering' => 'Restaurant & Catering',
|
||||
'industry_Retail & Wholesale' => 'Retail & Wholesale',
|
||||
'industry_Sports' => 'Sports',
|
||||
'industry_Transportation' => 'Transportation',
|
||||
'industry_Travel & Luxury' => 'Travel & Luxury',
|
||||
'industry_Other' => 'Other',
|
||||
'industry_Photography' => 'Photography',
|
||||
|
||||
// Countries
|
||||
'country_Afghanistan' => 'Afghanistan',
|
||||
'country_Albania' => 'Albania',
|
||||
@ -4230,7 +4192,6 @@ $LANG = array(
|
||||
'activity_104' => ':user restored recurring invoice :recurring_invoice',
|
||||
'new_login_detected' => 'New login detected for your account.',
|
||||
'new_login_description' => 'You recently logged in to your Invoice Ninja account from a new location or device:<br><br><b>IP:</b> :ip<br><b>Time:</b> :time<br><b>Email:</b> :email',
|
||||
'download_backup_subject' => 'Your company backup is ready for download',
|
||||
'contact_details' => 'Contact Details',
|
||||
'download_backup_subject' => 'Your company backup is ready for download',
|
||||
'account_passwordless_login' => 'Account passwordless login',
|
||||
@ -4355,7 +4316,6 @@ $LANG = array(
|
||||
'has_tasks' => 'Has Tasks',
|
||||
'registration' => 'Registration',
|
||||
'unauthorized_stripe_warning' => 'Please authorize Stripe to accept online payments.',
|
||||
'fpx' => 'FPX',
|
||||
'update_all_records' => 'Update all records',
|
||||
'set_default_company' => 'Set Default Company',
|
||||
'updated_company' => 'Successfully updated company',
|
||||
@ -4546,7 +4506,6 @@ $LANG = array(
|
||||
'reminder_message' => 'Reminder for invoice :number for :balance',
|
||||
'gmail_credentials_invalid_subject' => 'Send with GMail invalid credentials',
|
||||
'gmail_credentials_invalid_body' => 'Your GMail credentials are not correct, please log into the administrator portal and navigate to Settings > User Details and disconnect and reconnect your GMail account. We will send you this notification daily until this issue is resolved',
|
||||
'notification_invoice_sent' => 'The following client :client was emailed Invoice :invoice for :amount.',
|
||||
'total_columns' => 'Total Fields',
|
||||
'view_task' => 'View Task',
|
||||
'cancel_invoice' => 'Cancel',
|
||||
|
Loading…
Reference in New Issue
Block a user