diff --git a/app/Services/Invoice/MarkPaid.php b/app/Services/Invoice/MarkPaid.php index 0b2fea56f3..4f2c5a52c4 100644 --- a/app/Services/Invoice/MarkPaid.php +++ b/app/Services/Invoice/MarkPaid.php @@ -43,9 +43,16 @@ class MarkPaid extends AbstractService $this->invoice = $this->invoice->service()->markSent()->save(); } - \DB::connection(config('database.default'))->transaction(function () { + $already_paid = false; + + \DB::connection(config('database.default'))->transaction(function () use (&$already_paid) { $this->invoice = Invoice::withTrashed()->where('id', $this->invoice->id)->lockForUpdate()->first(); + if ($this->invoice->status_id == Invoice::STATUS_PAID) { + $already_paid = true; + return; + } + if ($this->invoice) { $this->payable_balance = $this->invoice->balance; @@ -61,6 +68,10 @@ class MarkPaid extends AbstractService } }, 1); + if ($already_paid) { + return $this->invoice; + } + /* Create Payment */ $payment = PaymentFactory::create($this->invoice->company_id, $this->invoice->user_id); diff --git a/lang/ar/texts.php b/lang/ar/texts.php index 4ec003c102..369a4e7ea1 100644 --- a/lang/ar/texts.php +++ b/lang/ar/texts.php @@ -2361,7 +2361,7 @@ $lang = array( 'contact_custom2' => 'اتصل بـ Second Custom', 'currency' => 'عملة', 'ofx_help' => 'لاستكشاف الأخطاء وإصلاحها ، تحقق من التعليقات على :ofxhome_link واختبرها باستخدام :ofxget_link.', - 'comments' => 'تعليقات', + 'comments' => 'Comments', 'item_product' => 'المنتج البند', 'item_notes' => 'ملاحظات البند', @@ -2868,7 +2868,7 @@ $lang = array( 'reopened' => 'أعيد فتحه', 'priority' => 'أولوية', 'last_updated' => 'آخر تحديث', - 'comment' => 'تعليقات', + 'comment' => 'Comment', 'tags' => 'العلامات', 'linked_objects' => 'كائنات مرتبطة', 'low' => 'قليل', @@ -5551,6 +5551,7 @@ $lang = array( 'invalid_date_create_syntax' => 'صيغة التاريخ غير صالحة', 'start_and_end_date_required' => 'تاريخ البدء والانتهاء مطلوبين', 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/bg/texts.php b/lang/bg/texts.php index cc1bf0330b..84b61a7f0a 100644 --- a/lang/bg/texts.php +++ b/lang/bg/texts.php @@ -2381,7 +2381,7 @@ $lang = array( 'contact_custom2' => 'Контакт - Втора колона', 'currency' => 'Валута', 'ofx_help' => 'За проследяване на проблема вижте коментарите на :ofxhome_link и тествайте с :ofxget_link.', - 'comments' => 'коментари', + 'comments' => 'Comments', 'item_product' => 'Ред Продукт', 'item_notes' => 'Ред Забележка', @@ -2888,7 +2888,7 @@ $lang = array( 'reopened' => 'Reopened', 'priority' => 'Приоритет', 'last_updated' => 'Последно актуализиран', - 'comment' => 'Забележки', + 'comment' => 'Comment', 'tags' => 'Тагове', 'linked_objects' => 'Свързани обекти', 'low' => 'Нисък', @@ -5502,6 +5502,76 @@ $lang = array( 'yesterday' => 'Вчера', 'enable_client_profile_update' => 'Позволете на Клиенти до актуализират своя профил', 'enable_client_profile_update_help' => 'Позволете на Клиенти до актуализират информацията за своя профил от клиент портал', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/ca/texts.php b/lang/ca/texts.php index f3c8a797dc..9c56177d41 100644 --- a/lang/ca/texts.php +++ b/lang/ca/texts.php @@ -2380,7 +2380,7 @@ $lang = array( 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Moneda', 'ofx_help' => 'To troubleshoot check for comments on :ofxhome_link and test with :ofxget_link.', - 'comments' => 'Comentaris', + 'comments' => 'Comments', 'item_product' => 'Item Product', 'item_notes' => 'Item Notes', @@ -2887,7 +2887,7 @@ $lang = array( 'reopened' => 'Reobert', 'priority' => 'Prioritat', 'last_updated' => 'Last Updated', - 'comment' => 'Comentaris', + 'comment' => 'Comment', 'tags' => 'Etiquetes', 'linked_objects' => 'Linked Objects', 'low' => 'Baix', @@ -5501,6 +5501,76 @@ $lang = array( 'yesterday' => 'Ahir', 'enable_client_profile_update' => 'Permet als clients actualitzar el seu perfil', 'enable_client_profile_update_help' => 'Permet als clients actualitzar la informació del seu perfil des del portal del client', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/da/texts.php b/lang/da/texts.php index 1a23994fe3..876a1a0b29 100644 --- a/lang/da/texts.php +++ b/lang/da/texts.php @@ -2379,7 +2379,7 @@ $lang = array( 'contact_custom2' => 'kontakt Second Speciel', 'currency' => 'betalingsmiddel', 'ofx_help' => 'For at fejlfinde, tjek for kommentarer til :ofxhome_link og test med :ofxget_link .', - 'comments' => 'kommentarer', + 'comments' => 'Comments', 'item_product' => 'Vare Produkt', 'item_notes' => 'Varebemærkninger', @@ -2886,7 +2886,7 @@ $lang = array( 'reopened' => 'Genåbnet', 'priority' => 'Prioritet', 'last_updated' => 'Senest opdateret', - 'comment' => 'Kommentarer', + 'comment' => 'Comment', 'tags' => 'Tags', 'linked_objects' => 'Sammenkædede objekter', 'low' => 'Lav', @@ -5500,6 +5500,76 @@ $lang = array( 'yesterday' => 'Yesterday', 'enable_client_profile_update' => 'Allow clients to update their profile', 'enable_client_profile_update_help' => 'Allow clients to update their profile information from the client portal', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/de/texts.php b/lang/de/texts.php index 205667831e..554ac93462 100644 --- a/lang/de/texts.php +++ b/lang/de/texts.php @@ -34,7 +34,7 @@ $lang = array( 'frequency_id' => 'Wie oft', 'discount' => 'Rabatt', 'taxes' => 'Steuern', - 'tax' => 'USt', + 'tax' => 'Steuer', 'item' => 'Artikel', 'description' => 'Beschreibung', 'unit_cost' => 'Einzelpreis', @@ -2802,7 +2802,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'gateway_fee_description' => 'Gateway-Gebühren Zuschlag', 'gateway_fee_discount_description' => 'Gateway-Gebühren Nachlass', 'show_payments' => 'Zeige Zahlungen', - 'show_aging' => 'Zeige Altersstruktur', + 'show_aging' => 'Zeige Alterung', 'reference' => 'Referenz', 'amount_paid' => 'Bezahlter Betrag', 'send_notifications_for' => 'Benachrichtigungen senden für', @@ -2888,7 +2888,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'reopened' => 'Wieder geöffnet', 'priority' => 'Priorität', 'last_updated' => 'Zuletzt aktualisiert', - 'comment' => 'Kommentare', + 'comment' => 'Kommentar', 'tags' => 'Stichworte', 'linked_objects' => 'Verknüpfte Objekte', 'low' => 'Niedrig', @@ -4563,7 +4563,7 @@ https://invoiceninja.github.io/docs/migration/#troubleshooting', 'track_inventory_help' => 'Anzeigen eines Feldes für den Produktbestand und Aktualisierung des Bestandes, wenn die Rechnung versendet wurde', 'stock_notifications' => 'Lagerbestandsmeldung', 'stock_notifications_help' => 'Automatische E-Mail versenden, wenn der Bestand unter das Minimum sinkt', - 'vat' => 'MwSt.', + 'vat' => 'Steuer', 'view_map' => 'Karte anzeigen', 'set_default_design' => 'Standard-Design festlegen', 'purchase_order_issued_to' => 'Bestellung ausgestellt für', @@ -5538,42 +5538,43 @@ Leistungsempfängers', 'pro_plan_feature_4' => 'E-Mail-Rechnungen über benutzerdefiniertes SMTP', 'pro_plan_feature_5' => 'Gebrandete URL: „MeineSeite“.Invoicing.co', 'pro_plan_feature_6' => '11 professionelle Rechnungsvorlagen', - 'pro_plan_feature_7' => 'Customize Invoice Designs', - 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', - 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', - 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', - 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', - 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', - 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", - 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', - 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', - 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', - 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', - 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', - 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', - 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', - 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', - 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', - 'premium_business_plus_feature_1' => 'Developer Concierge', - 'premium_business_plus_feature_2' => 'Direct Priority Support', - 'premium_business_plus_feature_3' => 'Invoice Design Service', - 'premium_business_plus_feature_4' => 'Feature Request Priority', - 'premium_business_plus_feature_5' => 'Data Migration Assist', - 'premium_business_plus_feature_6' => 'Build Custom Reports', - 'upgrade_popup_headline' => 'More than invoicing', - 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', - 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', - 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'pro_plan_feature_7' => 'Rechnungsdesigns anpassen', + 'pro_plan_feature_8' => 'API-Integration mit Apps von Drittanbietern', + 'pro_plan_feature_9' => 'Kundenportal mit Passwort schützen', + 'pro_plan_feature_10' => 'Automatische Erinnerungs-E-Mails einrichten', + 'pro_plan_feature_11' => 'Automatisch Rechnungs-PDF an E-Mails anhängen', + 'pro_plan_feature_12' => 'Elektronische Unterschrift des Kunden auf Rechnungen anzeigen', + 'pro_plan_feature_13' => "Checkbox „Bedingungen genehmigen“ aktivieren", + 'pro_plan_feature_14' => 'Berichte: Rechnungen, Ausgaben, Gewinn- und Verlustrechnung,...', + 'pro_plan_feature_15' => 'Massenversand von Rechnungen, Angeboten und Gutschriften per E-Mail', + 'pro_plan_feature_16' => '10 Unternehmen mit einem Login verknüpfen', + 'pro_plan_feature_17' => 'Eindeutige „Kunden Gruppen“-Einstellungen erstellen', + 'pro_plan_feature_18' => 'Berechnung der Auto-Umsatzsteuer (US-Bundesstaaten)', + 'enterprise_plan_feature_1' => 'Erstellen Sie zusätzliche Kontobenutzer (bis zu 50!) und legen Sie Berechtigungen pro Benutzer fest', + 'enterprise_plan_feature_2' => 'Dateien an E-Mails und Kundenportal anhängen (pdf, jpg, ppt, xls, doc,...)', + 'enterprise_plan_feature_3' => 'Vollständig gebrandetes Kundenportal: „Billing.YourCompany.com“', + 'enterprise_plan_feature_4' => 'Integrieren Sie Ihre Finanzkonten und synchronisieren Sie Banktransaktionen über die Banking-Plattformen von Yodlee oder Nordigen', + 'premium_business_plus_feature_1' => 'Entwickler-Concierge', + 'premium_business_plus_feature_2' => 'Direkter Prioritätssupport', + 'premium_business_plus_feature_3' => 'Rechnungsdesign-Service', + 'premium_business_plus_feature_4' => 'Funktionsanfragepriorität', + 'premium_business_plus_feature_5' => 'Datenmigrationsassistent', + 'premium_business_plus_feature_6' => 'Benutzerdefinierte Berichte erstellen', + 'upgrade_popup_headline' => 'Mehr als Rechnungsstellung', + 'upgrade_popup_description' => 'Einfache Preisgestaltung. Erweiterte Funktionen.', + 'upgrade_popup_pro_headline' => 'Das Jahr für 10 Monate + 2 gratis zahlen!', + 'upgrade_popup_enterprise_headline' => 'Das Jahr für 10 Monate + 2 gratis zahlen!', 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', - 'all_free_features_plus' => 'All free features +', - 'all_pro_features_plus' => 'All pro features +', - 'all_features_plus' => 'All features +', - 'upgrade_plan' => 'Upgrade Plan', - 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', - 'plan_selected' => 'Plan Selected', - 'invalid_date_create_syntax' => 'Invalid date syntax', - 'start_and_end_date_required' => 'Start and end date are required', - 'project_value' => 'Project Value', + 'all_free_features_plus' => 'Alle kostenlosen Funktionen +', + 'all_pro_features_plus' => 'Alle Pro-Funktionen +', + 'all_features_plus' => 'Alle Funktionen +', + 'upgrade_plan' => 'Tarif upgraden', + 'upgrade_popup_premium_business_plus_pricing' => 'Preise? Lass uns darüber sprechen!', + 'plan_selected' => 'Ausgewählter Tarif', + 'invalid_date_create_syntax' => 'Ungültige Datumssyntax', + 'start_and_end_date_required' => 'Start- und Enddatum sind erforderlich', + 'project_value' => 'Projektwert', + 'invalid_csv_data' => 'Ungültige CSV-Daten, Ihr Import wurde abgebrochen.', ); return $lang; diff --git a/lang/el/texts.php b/lang/el/texts.php index f8f0ffe7f9..bb92c84bad 100644 --- a/lang/el/texts.php +++ b/lang/el/texts.php @@ -2380,7 +2380,7 @@ $lang = array( 'contact_custom2' => 'Δεύτερη Προσαρμογή Επαφής', 'currency' => 'Νόμισμα', 'ofx_help' => 'Για αποσφαλμάτωση ελέγξτε για σχόλια στο :ofxhome_link και τεστάρετε με :ofxget_link.', - 'comments' => 'σχόλια', + 'comments' => 'Comments', 'item_product' => 'Προϊόν', 'item_notes' => 'Σημειώσεις Προϊόντος', @@ -2887,7 +2887,7 @@ $lang = array( 'reopened' => 'Επανανοίχθηκε', 'priority' => 'Προτεραιότητα', 'last_updated' => 'Τελευταία ενημέρωση', - 'comment' => 'Σχόλια', + 'comment' => 'Comment', 'tags' => 'Ετικέτες', 'linked_objects' => 'Συσχετισμένα Αντικείμενα', 'low' => 'Χαμηλό', @@ -5501,6 +5501,76 @@ $lang = array( 'yesterday' => 'Εχθές', 'enable_client_profile_update' => 'Επιτρέψτε στους πελάτες να ενημερώσουν το προφίλ τους', 'enable_client_profile_update_help' => 'Επιτρέψτε στους πελάτες να ενημερώνουν τις πληροφορίες προφίλ τους από την πύλη πελατών', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/es/texts.php b/lang/es/texts.php index 0b76097308..e19cca01ec 100644 --- a/lang/es/texts.php +++ b/lang/es/texts.php @@ -2379,7 +2379,7 @@ $lang = array( 'contact_custom2' => 'Segundo Contacto Personalizado', 'currency' => 'Moneda', 'ofx_help' => 'Para solucionar problemas busca comentarios en :ofxhome_link y prueba con :ofxget_link.', - 'comments' => 'comentarios', + 'comments' => 'Comments', 'item_product' => 'Producto del Concepto', 'item_notes' => 'Notas del concepto', @@ -2886,7 +2886,7 @@ $lang = array( 'reopened' => 'Reabierto', 'priority' => 'Prioridad', 'last_updated' => 'Última actualización', - 'comment' => 'Comentarios', + 'comment' => 'Comment', 'tags' => 'Etiquetas', 'linked_objects' => 'Objetos vinculados', 'low' => 'Bajo', @@ -5506,6 +5506,70 @@ $lang = array( 'unlock_invoice_documents_after_payment' => 'Desbloquear documentos después del pago', 'unlock_invoice_documents_after_payment_help' => 'Permite al cliente acceder a los documentos de factura cuando se ha pagado una factura.', 'quickbooks' => 'Libros rápidos', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/es_ES/texts.php b/lang/es_ES/texts.php index f92246f722..5076330967 100644 --- a/lang/es_ES/texts.php +++ b/lang/es_ES/texts.php @@ -2376,7 +2376,7 @@ Una vez que tenga los montos, vuelva a esta página de métodos de pago y haga c 'contact_custom2' => 'Contacto Segundo personalizado', 'currency' => 'Divisa', 'ofx_help' => 'Para resolver problemas consulta los comentarios en :ofxhome_link y para testear en :ofxget_link.', - 'comments' => 'Comentarios', + 'comments' => 'Comments', 'item_product' => 'Producto del artículo', 'item_notes' => 'Notas del artículo', @@ -2883,7 +2883,7 @@ Una vez que tenga los montos, vuelva a esta página de métodos de pago y haga c 'reopened' => 'Reabierto', 'priority' => 'Prioridad', 'last_updated' => 'Última Actualización', - 'comment' => 'Comentarios', + 'comment' => 'Comment', 'tags' => 'Etiquetas', 'linked_objects' => 'Objetos Linkados', 'low' => 'Baja', @@ -5498,6 +5498,76 @@ De lo contrario, este campo deberá dejarse en blanco.', 'yesterday' => 'Ayer', 'enable_client_profile_update' => 'Permitir a los clientes actualizar su perfil', 'enable_client_profile_update_help' => 'Permitir que los clientes actualicen la información de su perfil desde el portal del cliente', + 'preference_product_notes_for_html_view' => 'Utiliza Notas de Elementos para la Vista HTML.', + 'preference_product_notes_for_html_view_help' => 'Prefiere la descripción del artículo sobre el título del artículo al mostrar la factura en HTML.', + 'project_report' => 'Informe del Proyecto.', + 'unlock_invoice_documents_after_payment' => 'Desbloquear Documentos Después del Pago.', + 'unlock_invoice_documents_after_payment_help' => 'Permite al cliente acceder a los documentos de la factura cuando se ha pagado la factura.', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Desactivar Correos Electrónicos.', + 'disable_emails_error' => 'No estás autorizado para enviar correos electrónicos.', + 'disable_emails_help' => 'Previene que un usuario envíe correos electrónicos desde el sistema.', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/et/texts.php b/lang/et/texts.php index 99abc3a844..7c64b0ee9f 100644 --- a/lang/et/texts.php +++ b/lang/et/texts.php @@ -2380,7 +2380,7 @@ $lang = array( 'contact_custom2' => 'Kontakti Teine Kohandatud', 'currency' => 'Valuuta', 'ofx_help' => 'Veaotsinguks kontrollige :ofxhome_link kommentaare ja testige rakendusega :ofxget_link.', - 'comments' => 'kommentaarid', + 'comments' => 'Comments', 'item_product' => 'Kauba Toode', 'item_notes' => 'Kauba märkused', @@ -2887,7 +2887,7 @@ $lang = array( 'reopened' => 'Taasavatud', 'priority' => 'Prioriteet', 'last_updated' => 'Viimati uuendatud', - 'comment' => 'Kommentaarid', + 'comment' => 'Comment', 'tags' => 'Sildid', 'linked_objects' => 'Seotud objektid', 'low' => 'Madal', @@ -5501,6 +5501,76 @@ $lang = array( 'yesterday' => 'eile', 'enable_client_profile_update' => 'Luba Kliendid oma profiili värskendada', 'enable_client_profile_update_help' => 'Luba Kliendid Klient portaalis oma profiiliteavet värskendada', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/fa/texts.php b/lang/fa/texts.php index e7c9589d02..fefad3b89c 100644 --- a/lang/fa/texts.php +++ b/lang/fa/texts.php @@ -2380,7 +2380,7 @@ $lang = array( 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', 'ofx_help' => 'To troubleshoot check for comments on :ofxhome_link and test with :ofxget_link.', - 'comments' => 'comments', + 'comments' => 'Comments', 'item_product' => 'Item Product', 'item_notes' => 'Item Notes', @@ -2887,7 +2887,7 @@ $lang = array( 'reopened' => 'Reopened', 'priority' => 'Priority', 'last_updated' => 'Last Updated', - 'comment' => 'Comments', + 'comment' => 'Comment', 'tags' => 'Tags', 'linked_objects' => 'Linked Objects', 'low' => 'Low', @@ -4974,7 +4974,7 @@ $lang = array( 'e_invoice' => 'E-Invoice', 'light_dark_mode' => 'Light/Dark Mode', 'activities' => 'Activities', - 'recent_transactions' => "Here are your company's most recent transactions:", + 'recent_transactions' => "Recent Transactions", 'country_Palestine' => "Palestine", 'country_Taiwan' => 'Taiwan', 'duties' => 'Duties', @@ -5492,7 +5492,85 @@ $lang = array( 'e_invoicing' => 'E-Invoicing', 'einvoice_token_not_found' => 'E-invoicing token not found. Please go to Settings > E-invoice and regenerate token.', 'regenerate' => 'Regenerate', - + 'subscription_unavailable' => 'This item is no longer available', + 'currency_samoan_tala' => 'Samoan Tala', + 'confirm_duplicate_gateway' => 'Are you sure you want to create another connection?', + 'clients_limit' => 'You have reached your client limit. Please upgrade your plan.', + 'remaining_hours' => 'Remaining Hours', + 'just_now' => 'Just Now', + 'yesterday' => 'Yesterday', + 'enable_client_profile_update' => 'Allow clients to update their profile', + 'enable_client_profile_update_help' => 'Allow clients to update their profile information from the client portal', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/fi/texts.php b/lang/fi/texts.php index 3cf523c524..3147a410bb 100644 --- a/lang/fi/texts.php +++ b/lang/fi/texts.php @@ -2380,7 +2380,7 @@ Kun saat summat, palaa tälle maksutapasivulle ja klikkaa "Saata loppuun todenta 'contact_custom2' => 'kontakti toinen muokattu', 'currency' => 'Valuutta', 'ofx_help' => 'To troubleshoot tarkista comments on :ofxhome_link ja test with :ofxget_link.', - 'comments' => 'comments', + 'comments' => 'Comments', 'item_product' => 'Tuote nimike', 'item_notes' => 'Item Notes', @@ -2887,7 +2887,7 @@ Kun saat summat, palaa tälle maksutapasivulle ja klikkaa "Saata loppuun todenta 'reopened' => 'Reopened', 'priority' => 'Priority', 'last_updated' => 'viime päivitetty', - 'comment' => 'Comments', + 'comment' => 'Comment', 'tags' => 'Tags', 'linked_objects' => 'Linked Objects', 'low' => 'Low', @@ -5570,6 +5570,7 @@ Kun saat summat, palaa tälle maksutapasivulle ja klikkaa "Saata loppuun todenta 'invalid_date_create_syntax' => 'Invalid date syntax', 'start_and_end_date_required' => 'Start and end date are required', 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/fr/texts.php b/lang/fr/texts.php index 5be220c4a0..0f176c04d1 100644 --- a/lang/fr/texts.php +++ b/lang/fr/texts.php @@ -2380,7 +2380,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'contact_custom2' => 'Second champ de contact personnalisé', 'currency' => 'Devise', 'ofx_help' => 'Pour résoudre un problème, consultez les commentaires sur :ofxhome_link et testez avec :ofxget_link.', - 'comments' => 'commentaires', + 'comments' => 'Comments', 'item_product' => 'Produit de l\'article', 'item_notes' => 'Notes de l\'article', @@ -2887,7 +2887,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'reopened' => 'Ré-ouvrir', 'priority' => 'Prioritée', 'last_updated' => 'Dernière mise à jour', - 'comment' => 'Commentaire', + 'comment' => 'Comment', 'tags' => 'Tags', 'linked_objects' => 'Objets liés', 'low' => 'Faible', @@ -5570,6 +5570,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'invalid_date_create_syntax' => 'Invalid date syntax', 'start_and_end_date_required' => 'Start and end date are required', 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/fr_CA/texts.php b/lang/fr_CA/texts.php index ce74e715a9..c0414ce86d 100644 --- a/lang/fr_CA/texts.php +++ b/lang/fr_CA/texts.php @@ -2377,7 +2377,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'contact_custom2' => 'Deuxième personnalisation du contact', 'currency' => 'Devise', 'ofx_help' => 'Pour résoudre un problème, consultez les commentaires sur :ofxhome_link et testez avec :ofxget_link.', - 'comments' => 'commentaires', + 'comments' => 'Commentaires', 'item_product' => 'Produit de l\'article', 'item_notes' => 'Notes de l\'article', @@ -2884,7 +2884,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'reopened' => 'Réouvert', 'priority' => 'Priorité', 'last_updated' => 'Dernière mise à jour', - 'comment' => 'Commentaires', + 'comment' => 'Commentaire', 'tags' => 'Libellés', 'linked_objects' => 'Objets liés', 'low' => 'Basse', @@ -5568,6 +5568,7 @@ Développe automatiquement la section des notes dans le tableau de produits pour 'invalid_date_create_syntax' => 'Syntaxe de date non valide', 'start_and_end_date_required' => 'Date de départ et de fin requises', 'project_value' => 'Valeur du projet', + 'invalid_csv_data' => 'Données CSV non valides, votre importation a été annulée.', ); return $lang; diff --git a/lang/fr_CH/texts.php b/lang/fr_CH/texts.php index aae5dfc711..61551117db 100644 --- a/lang/fr_CH/texts.php +++ b/lang/fr_CH/texts.php @@ -2377,7 +2377,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'contact_custom2' => 'Personnalisation 2 du contact', 'currency' => 'Devise', 'ofx_help' => 'Pour résoudre un problème, consultez les commentaires sur :ofxhome_link et testez avec :ofxget_link.', - 'comments' => 'commentaires', + 'comments' => 'Comments', 'item_product' => 'Produit de l\'article', 'item_notes' => 'Notes de l\'article', @@ -2884,7 +2884,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'reopened' => 'Réouvert', 'priority' => 'Priorité', 'last_updated' => 'Dernière mise à jour', - 'comment' => 'Commentaires', + 'comment' => 'Comment', 'tags' => 'Libellés', 'linked_objects' => 'Objets liés', 'low' => 'Basse', @@ -5567,6 +5567,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'invalid_date_create_syntax' => 'Invalid date syntax', 'start_and_end_date_required' => 'Start and end date are required', 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/he/texts.php b/lang/he/texts.php index 36701f5418..0b32cad45f 100644 --- a/lang/he/texts.php +++ b/lang/he/texts.php @@ -2378,7 +2378,7 @@ $lang = array( 'contact_custom2' => 'איש קשר אישי שני', 'currency' => 'מטבע', 'ofx_help' => 'To troubleshoot check for comments on :ofxhome_link and test with :ofxget_link.', - 'comments' => 'פקודות', + 'comments' => 'Comments', 'item_product' => 'פריטים', 'item_notes' => 'הערות פריטים', @@ -2885,7 +2885,7 @@ $lang = array( 'reopened' => 'נפתח מחדש', 'priority' => 'עדיפות', 'last_updated' => 'עודכן לאחרונה', - 'comment' => 'הערות', + 'comment' => 'Comment', 'tags' => 'תגים', 'linked_objects' => 'Linked Objects', 'low' => 'נָמוּך', @@ -5499,6 +5499,76 @@ $lang = array( 'yesterday' => 'אֶתמוֹל', 'enable_client_profile_update' => 'אפשר ללקוחות לעדכן את הפרופיל שלהם', 'enable_client_profile_update_help' => 'אפשר ללקוחות לעדכן את פרטי הפרופיל שלהם מפורטל הלקוחות', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/hr/texts.php b/lang/hr/texts.php index 22eb31690a..71878b06bc 100644 --- a/lang/hr/texts.php +++ b/lang/hr/texts.php @@ -2381,7 +2381,7 @@ Nevažeći kontakt email', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', 'ofx_help' => 'To troubleshoot check for comments on :ofxhome_link and test with :ofxget_link.', - 'comments' => 'comments', + 'comments' => 'Comments', 'item_product' => 'Item Product', 'item_notes' => 'Item Notes', @@ -2888,7 +2888,7 @@ Nevažeći kontakt email', 'reopened' => 'Ponovno otvoren', 'priority' => 'Prioritet', 'last_updated' => 'Zadnje ažuriranje', - 'comment' => 'Komentari', + 'comment' => 'Comment', 'tags' => 'Oznake', 'linked_objects' => 'Povezani objekti', 'low' => 'Nizak', @@ -5502,6 +5502,76 @@ Nevažeći kontakt email', 'yesterday' => 'Jučer', 'enable_client_profile_update' => 'Dopustite klijentima da ažuriraju svoj profil', 'enable_client_profile_update_help' => 'Dopustite klijentima da ažuriraju svoje podatke o profilu s portala za klijente', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/hu/texts.php b/lang/hu/texts.php index c2f0b0842a..0b5d47883c 100644 --- a/lang/hu/texts.php +++ b/lang/hu/texts.php @@ -2371,7 +2371,7 @@ adva :date', 'contact_custom2' => 'Egyéni 2', 'currency' => 'Pénznem', 'ofx_help' => 'Az OFX formátum lehetővé teszi, hogy importálja a számlákat a pénzügyi szoftverekbe. Több információt itt talál: link', - 'comments' => 'Megjegyzések', + 'comments' => 'Comments', 'item_product' => 'Termék', 'item_notes' => 'Megjegyzések', @@ -2878,7 +2878,7 @@ adva :date', 'reopened' => 'Újranyitva', 'priority' => 'Prioritás', 'last_updated' => 'Utoljára frissítve', - 'comment' => 'Megjegyzés', + 'comment' => 'Comment', 'tags' => 'Címkék', 'linked_objects' => 'Kapcsolódó objektumok', 'low' => 'Alacsony', @@ -5492,6 +5492,76 @@ adva :date', 'yesterday' => 'Yesterday', 'enable_client_profile_update' => 'Allow clients to update their profile', 'enable_client_profile_update_help' => 'Allow clients to update their profile information from the client portal', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/it/texts.php b/lang/it/texts.php index 7243bbd8ed..99b17165bc 100644 --- a/lang/it/texts.php +++ b/lang/it/texts.php @@ -2371,7 +2371,7 @@ $lang = array( 'contact_custom2' => 'Contatta la seconda dogana', 'currency' => 'Valuta', 'ofx_help' => 'Per risolvere i problemi, controlla i commenti su :ofxhome_link e prova con :ofxget_link.', - 'comments' => 'commenti', + 'comments' => 'Comments', 'item_product' => 'Prodotto Articolo', 'item_notes' => 'Note Articolo', @@ -2878,7 +2878,7 @@ $lang = array( 'reopened' => 'Riapri', 'priority' => 'Priorità', 'last_updated' => 'Ultimo aggiornamento', - 'comment' => 'Commenti', + 'comment' => 'Comment', 'tags' => 'Tag', 'linked_objects' => 'Oggetti collegati', 'low' => 'Basso', @@ -5492,6 +5492,76 @@ $lang = array( 'yesterday' => 'Yesterday', 'enable_client_profile_update' => 'Allow clients to update their profile', 'enable_client_profile_update_help' => 'Allow clients to update their profile information from the client portal', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/km_KH/texts.php b/lang/km_KH/texts.php index 6276c0f5d6..127b28d5e1 100644 --- a/lang/km_KH/texts.php +++ b/lang/km_KH/texts.php @@ -2360,7 +2360,7 @@ $lang = array( 'contact_custom2' => 'ទាក់ទង Custom ទីពីរ', 'currency' => 'រូបិយប័ណ្ណ', 'ofx_help' => 'ដើម្បីដោះស្រាយបញ្ហា សូមពិនិត្យមើលមតិយោបល់លើ :ofxhome_link ហើយសាកល្បងជាមួយ :ofxget_link ។', - 'comments' => 'មតិយោបល់', + 'comments' => 'Comments', 'item_product' => 'ធាតុផលិតផល', 'item_notes' => 'ចំណាំធាតុ', @@ -2867,7 +2867,7 @@ $lang = array( 'reopened' => 'បានបើកឡើងវិញ', 'priority' => 'អាទិភាព', 'last_updated' => 'ធ្វើ​ឱ្យ​ទាន់សម័យ​ចុងក្រោយ', - 'comment' => 'មតិយោបល់', + 'comment' => 'Comment', 'tags' => 'ស្លាក', 'linked_objects' => 'វត្ថុភ្ជាប់', 'low' => 'ទាប', @@ -5481,6 +5481,76 @@ $lang = array( 'yesterday' => 'ម្សិលមិញ', 'enable_client_profile_update' => 'អនុញ្ញាតឱ្យអតិថិជនធ្វើបច្ចុប្បន្នភាពទម្រង់របស់ពួកគេ។', 'enable_client_profile_update_help' => 'អនុញ្ញាតឱ្យអតិថិជនធ្វើបច្ចុប្បន្នភាពព័ត៌មានប្រវត្តិរូបរបស់ពួកគេពីវិបផតថលអតិថិជន', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/lo_LA/texts.php b/lang/lo_LA/texts.php index 4b08508980..1e228899ff 100644 --- a/lang/lo_LA/texts.php +++ b/lang/lo_LA/texts.php @@ -2380,7 +2380,7 @@ $lang = array( 'contact_custom2' => 'ຕິດຕໍ່ລູກຄ້າທີສອງ', 'currency' => 'ສະກຸນເງິນ', 'ofx_help' => 'ເພື່ອແກ້ໄຂບັນຫາໃຫ້ກວດເບິ່ງຄຳເຫັນໃນ :ofxhome_link ແລະທົດສອບດ້ວຍ :ofxget_link.', - 'comments' => 'ຄຳເຫັນ', + 'comments' => 'Comments', 'item_product' => 'ສິນຄ້າລາຍການ', 'item_notes' => 'ບັນທຶກລາຍການ', @@ -2887,7 +2887,7 @@ $lang = array( 'reopened' => 'ເປີດໃໝ່', 'priority' => 'ບູລິມະສິດ', 'last_updated' => 'ອັບເດດຫຼ້າສຸດ', - 'comment' => 'ຄຳເຫັນ', + 'comment' => 'Comment', 'tags' => 'ແທັກ', 'linked_objects' => 'ວັດຖຸທີ່ເຊື່ອມໂຍງ', 'low' => 'ຕໍ່າ', @@ -5501,6 +5501,76 @@ $lang = array( 'yesterday' => 'ມື້ວານນີ້', 'enable_client_profile_update' => 'ອະນຸຍາດໃຫ້ລູກຄ້າອັບເດດໂປຣໄຟລ໌ຂອງເຂົາເຈົ້າ', 'enable_client_profile_update_help' => 'ອະນຸຍາດໃຫ້ລູກຄ້າອັບເດດຂໍ້ມູນໂປຣໄຟລ໌ຂອງເຂົາເຈົ້າຈາກປະຕູລູກຄ້າ', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/lt/texts.php b/lang/lt/texts.php index 9269a39d1a..b5b04fb0e8 100644 --- a/lang/lt/texts.php +++ b/lang/lt/texts.php @@ -2380,7 +2380,7 @@ $lang = array( 'contact_custom2' => 'Susisiekite su Antruoju pasirinkimu', 'currency' => 'Valiuta', 'ofx_help' => 'Norėdami pašalinti triktis, patikrinkite, ar nėra komentarų apie :ofxhome_link , ir išbandykite naudodami :ofxget_link .', - 'comments' => 'komentarus', + 'comments' => 'Comments', 'item_product' => 'Prekė Produktas', 'item_notes' => 'Prekės/Paslaugos užrašai', @@ -2887,7 +2887,7 @@ $lang = array( 'reopened' => 'Vėl atidaryta', 'priority' => 'Pirmenybė', 'last_updated' => 'Paskutinį kartą atnaujinta', - 'comment' => 'komentarai', + 'comment' => 'Comment', 'tags' => 'Žymos', 'linked_objects' => 'Susieti objektai', 'low' => 'Žemas', @@ -5501,6 +5501,76 @@ $lang = array( 'yesterday' => 'vakar', 'enable_client_profile_update' => 'Leisti klientams atnaujinti savo profilį', 'enable_client_profile_update_help' => 'Leisti klientams atnaujinti savo profilio informaciją klientų portale', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/lv_LV/texts.php b/lang/lv_LV/texts.php index ab88f7e8d5..e9555787de 100644 --- a/lang/lv_LV/texts.php +++ b/lang/lv_LV/texts.php @@ -2380,7 +2380,7 @@ $lang = array( 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', 'ofx_help' => 'To troubleshoot check for comments on :ofxhome_link and test with :ofxget_link.', - 'comments' => 'comments', + 'comments' => 'Comments', 'item_product' => 'Item Product', 'item_notes' => 'Item Notes', @@ -2887,7 +2887,7 @@ $lang = array( 'reopened' => 'Reopened', 'priority' => 'Priority', 'last_updated' => 'Last Updated', - 'comment' => 'Comments', + 'comment' => 'Comment', 'tags' => 'Tags', 'linked_objects' => 'Linked Objects', 'low' => 'Zemā', @@ -4974,7 +4974,7 @@ $lang = array( 'e_invoice' => 'E-Invoice', 'light_dark_mode' => 'Light/Dark Mode', 'activities' => 'Activities', - 'recent_transactions' => "Here are your company's most recent transactions:", + 'recent_transactions' => "Recent Transactions", 'country_Palestine' => "Palestine", 'country_Taiwan' => 'Taiwan', 'duties' => 'Duties', @@ -5492,7 +5492,85 @@ $lang = array( 'e_invoicing' => 'E-Invoicing', 'einvoice_token_not_found' => 'E-invoicing token not found. Please go to Settings > E-invoice and regenerate token.', 'regenerate' => 'Regenerate', - + 'subscription_unavailable' => 'This item is no longer available', + 'currency_samoan_tala' => 'Samoan Tala', + 'confirm_duplicate_gateway' => 'Are you sure you want to create another connection?', + 'clients_limit' => 'You have reached your client limit. Please upgrade your plan.', + 'remaining_hours' => 'Remaining Hours', + 'just_now' => 'Just Now', + 'yesterday' => 'Yesterday', + 'enable_client_profile_update' => 'Allow clients to update their profile', + 'enable_client_profile_update_help' => 'Allow clients to update their profile information from the client portal', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/mk_MK/texts.php b/lang/mk_MK/texts.php index f3c47fb715..d88f2fd9cf 100644 --- a/lang/mk_MK/texts.php +++ b/lang/mk_MK/texts.php @@ -2381,7 +2381,7 @@ $lang = array( 'contact_custom2' => 'Контактирај второ прилагодено', 'currency' => ' Валута', 'ofx_help' => 'За решавање на проблеми проверете за коментари на :ofxhome_link и тестирајте на :ofxget_link.', - 'comments' => 'коментари', + 'comments' => 'Comments', 'item_product' => 'Предмет на продукт', 'item_notes' => 'Забелешки за предмет', @@ -2888,7 +2888,7 @@ $lang = array( 'reopened' => 'Reopened', 'priority' => 'Priority', 'last_updated' => 'Last Updated', - 'comment' => 'Comments', + 'comment' => 'Comment', 'tags' => 'Tags', 'linked_objects' => 'Linked Objects', 'low' => 'Low', @@ -4975,7 +4975,7 @@ $lang = array( 'e_invoice' => 'E-Invoice', 'light_dark_mode' => 'Light/Dark Mode', 'activities' => 'Activities', - 'recent_transactions' => "Here are your company's most recent transactions:", + 'recent_transactions' => "Recent Transactions", 'country_Palestine' => "Palestine", 'country_Taiwan' => 'Taiwan', 'duties' => 'Duties', @@ -5493,7 +5493,85 @@ $lang = array( 'e_invoicing' => 'E-Invoicing', 'einvoice_token_not_found' => 'E-invoicing token not found. Please go to Settings > E-invoice and regenerate token.', 'regenerate' => 'Regenerate', - + 'subscription_unavailable' => 'This item is no longer available', + 'currency_samoan_tala' => 'Samoan Tala', + 'confirm_duplicate_gateway' => 'Are you sure you want to create another connection?', + 'clients_limit' => 'You have reached your client limit. Please upgrade your plan.', + 'remaining_hours' => 'Remaining Hours', + 'just_now' => 'Just Now', + 'yesterday' => 'Yesterday', + 'enable_client_profile_update' => 'Allow clients to update their profile', + 'enable_client_profile_update_help' => 'Allow clients to update their profile information from the client portal', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/nb_NO/texts.php b/lang/nb_NO/texts.php index 2ab9bc9b9c..f65f8b4671 100644 --- a/lang/nb_NO/texts.php +++ b/lang/nb_NO/texts.php @@ -2380,7 +2380,7 @@ $lang = array( 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', 'ofx_help' => 'To troubleshoot check for comments on :ofxhome_link and test with :ofxget_link.', - 'comments' => 'kommentarer', + 'comments' => 'Comments', 'item_product' => 'Item Product', 'item_notes' => 'Oppføringsnotater', @@ -2887,7 +2887,7 @@ $lang = array( 'reopened' => 'Reopened', 'priority' => 'Priority', 'last_updated' => 'Last Updated', - 'comment' => 'Comments', + 'comment' => 'Comment', 'tags' => 'Tags', 'linked_objects' => 'Linked Objects', 'low' => 'Low', @@ -4974,7 +4974,7 @@ $lang = array( 'e_invoice' => 'E-Invoice', 'light_dark_mode' => 'Light/Dark Mode', 'activities' => 'Activities', - 'recent_transactions' => "Here are your company's most recent transactions:", + 'recent_transactions' => "Recent Transactions", 'country_Palestine' => "Palestine", 'country_Taiwan' => 'Taiwan', 'duties' => 'Duties', @@ -5492,7 +5492,85 @@ $lang = array( 'e_invoicing' => 'E-Invoicing', 'einvoice_token_not_found' => 'E-invoicing token not found. Please go to Settings > E-invoice and regenerate token.', 'regenerate' => 'Regenerate', - + 'subscription_unavailable' => 'This item is no longer available', + 'currency_samoan_tala' => 'Samoan Tala', + 'confirm_duplicate_gateway' => 'Are you sure you want to create another connection?', + 'clients_limit' => 'You have reached your client limit. Please upgrade your plan.', + 'remaining_hours' => 'Remaining Hours', + 'just_now' => 'Just Now', + 'yesterday' => 'Yesterday', + 'enable_client_profile_update' => 'Allow clients to update their profile', + 'enable_client_profile_update_help' => 'Allow clients to update their profile information from the client portal', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/nl/texts.php b/lang/nl/texts.php index 9f05c84f96..2400ea479b 100644 --- a/lang/nl/texts.php +++ b/lang/nl/texts.php @@ -2377,7 +2377,7 @@ Kom terug naar deze betaalmethode pagina zodra u de bedragen heeft ontvangen en 'contact_custom2' => 'Tweede contact aangepaste', 'currency' => 'Munteenheid', 'ofx_help' => 'Ga als volgt te werk om te controleren of er opmerkingen zijn over :ofxhome_link en test met :ofxget_link.', - 'comments' => 'opmerkingen', + 'comments' => 'Comments', 'item_product' => 'Artikel product', 'item_notes' => 'Artikel notities', @@ -2884,7 +2884,7 @@ Kom terug naar deze betaalmethode pagina zodra u de bedragen heeft ontvangen en 'reopened' => 'Heropend', 'priority' => 'Prioriteit', 'last_updated' => 'Laatst bijgewerkt', - 'comment' => 'Opmerkingen', + 'comment' => 'Comment', 'tags' => 'Tags', 'linked_objects' => 'Gelinkte objecten', 'low' => 'Laag', @@ -5501,6 +5501,76 @@ E-mail: :email
', 'yesterday' => 'Gisteren', 'enable_client_profile_update' => 'Klanten toestaan hun profiel bij te werken', 'enable_client_profile_update_help' => 'Klanten toestaan hun profielgegevens bij te werken via het klantenportaal', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/pl/texts.php b/lang/pl/texts.php index cbdc08b816..5012c5f57e 100644 --- a/lang/pl/texts.php +++ b/lang/pl/texts.php @@ -2378,7 +2378,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'contact_custom2' => 'Własny drugi kontakt', 'currency' => 'Waluta', 'ofx_help' => 'To troubleshoot check for comments on :ofxhome_link and test with :ofxget_link.', - 'comments' => 'komentarze', + 'comments' => 'Comments', 'item_product' => 'Item Product', 'item_notes' => 'Item Notes', @@ -2885,7 +2885,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'reopened' => 'Otworzono ponownie', 'priority' => 'Priorytet', 'last_updated' => 'Ostatnia aktualizacja', - 'comment' => 'Komentarze', + 'comment' => 'Comment', 'tags' => 'Tagi', 'linked_objects' => 'Linked Objects', 'low' => 'Niski', @@ -4972,7 +4972,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'e_invoice' => 'E-Invoice', 'light_dark_mode' => 'Light/Dark Mode', 'activities' => 'Activities', - 'recent_transactions' => "Here are your company's most recent transactions:", + 'recent_transactions' => "Recent Transactions", 'country_Palestine' => "Palestine", 'country_Taiwan' => 'Taiwan', 'duties' => 'Duties', @@ -5490,7 +5490,85 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'e_invoicing' => 'E-Invoicing', 'einvoice_token_not_found' => 'E-invoicing token not found. Please go to Settings > E-invoice and regenerate token.', 'regenerate' => 'Regenerate', - + 'subscription_unavailable' => 'This item is no longer available', + 'currency_samoan_tala' => 'Samoan Tala', + 'confirm_duplicate_gateway' => 'Are you sure you want to create another connection?', + 'clients_limit' => 'You have reached your client limit. Please upgrade your plan.', + 'remaining_hours' => 'Remaining Hours', + 'just_now' => 'Just Now', + 'yesterday' => 'Yesterday', + 'enable_client_profile_update' => 'Allow clients to update their profile', + 'enable_client_profile_update_help' => 'Allow clients to update their profile information from the client portal', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/pt_BR/texts.php b/lang/pt_BR/texts.php index a37fd42964..617bb02045 100644 --- a/lang/pt_BR/texts.php +++ b/lang/pt_BR/texts.php @@ -2377,7 +2377,7 @@ Quando tiver as quantias, volte a esta página de formas de pagamento e clique " 'contact_custom2' => 'Segundo Personalizado do Contato', 'currency' => 'Moeda', 'ofx_help' => 'Para investigar erros verifique os comentários em :ofxhome_link e teste com :ofxget_link.', - 'comments' => 'comentários', + 'comments' => 'Comments', 'item_product' => 'Produto do Item', 'item_notes' => 'Notas do Item', @@ -2884,7 +2884,7 @@ Quando tiver as quantias, volte a esta página de formas de pagamento e clique " 'reopened' => 'Reaberto', 'priority' => 'Prioridade', 'last_updated' => 'Última Atualização', - 'comment' => 'Comentários', + 'comment' => 'Comment', 'tags' => 'Tags', 'linked_objects' => 'Objetos Vinculados', 'low' => 'Baixa', @@ -5498,6 +5498,76 @@ Quando tiver as quantias, volte a esta página de formas de pagamento e clique " 'yesterday' => 'Yesterday', 'enable_client_profile_update' => 'Allow clients to update their profile', 'enable_client_profile_update_help' => 'Allow clients to update their profile information from the client portal', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/pt_PT/texts.php b/lang/pt_PT/texts.php index 52e9dbba40..c3efc3c8d0 100644 --- a/lang/pt_PT/texts.php +++ b/lang/pt_PT/texts.php @@ -2378,7 +2378,7 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific 'contact_custom2' => 'Segundo Personalizado do Contato', 'currency' => 'Moeda', 'ofx_help' => 'Para investigar erros verifique os comentários em :ofxhome_link e teste com :ofxget_link.', - 'comments' => 'comentários', + 'comments' => 'Comments', 'item_product' => 'Detalhes do Produto', 'item_notes' => 'Detalhes das Notas', @@ -2886,7 +2886,7 @@ debitar da sua conta de acordo com essas instruções. Está elegível a um reem 'reopened' => 'Reaberto', 'priority' => 'Prioridade', 'last_updated' => 'Última Atualização', - 'comment' => 'Comentários', + 'comment' => 'Comment', 'tags' => 'Tags', 'linked_objects' => 'Objetos Vinculados', 'low' => 'Baixa', @@ -5501,6 +5501,76 @@ O envio de E-mails foi suspenso. Será retomado às 23:00 UTC.', 'yesterday' => 'Ontem', 'enable_client_profile_update' => 'Permitir que os clientes atualizem seus perfis', 'enable_client_profile_update_help' => 'Permitir que os clientes atualizem suas informações de perfil no portal do cliente', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/ro/texts.php b/lang/ro/texts.php index 55565422bd..0e3d4a25ca 100644 --- a/lang/ro/texts.php +++ b/lang/ro/texts.php @@ -2380,7 +2380,7 @@ Odată ce sumele au ajuns la dumneavoastră, reveniți la pagina cu metode de pl 'contact_custom2' => 'A doua personalizare a contactului', 'currency' => 'Valută', 'ofx_help' => 'Pentru a rezolva o problemă, accesați secțiunea de comentarii din ofxhome_link și testați cu :ofxget_link.', - 'comments' => 'comentarii', + 'comments' => 'Comments', 'item_product' => 'Produs articol', 'item_notes' => 'Note articol', @@ -2888,7 +2888,7 @@ Odată ce sumele au ajuns la dumneavoastră, reveniți la pagina cu metode de pl 'reopened' => 'Redeschis', 'priority' => 'Prioritate', 'last_updated' => 'Ultima actualizare', - 'comment' => 'Comentarii', + 'comment' => 'Comment', 'tags' => 'Etichete', 'linked_objects' => 'Obiecte conexe', 'low' => 'Redusa', @@ -5502,6 +5502,76 @@ Odată ce sumele au ajuns la dumneavoastră, reveniți la pagina cu metode de pl 'yesterday' => 'Ieri', 'enable_client_profile_update' => 'Permiteți clienților să își actualizeze profilul', 'enable_client_profile_update_help' => 'Permiteți clienților să își actualizeze informațiile de profil din portalul clientului', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/ru_RU/texts.php b/lang/ru_RU/texts.php index 97eba1435b..f8df7b9a5c 100644 --- a/lang/ru_RU/texts.php +++ b/lang/ru_RU/texts.php @@ -2381,7 +2381,7 @@ $lang = array( 'contact_custom2' => 'контакт Второй Custom', 'currency' => 'Валюта', 'ofx_help' => 'к устранение неполадок проверьте наличие комментариев на :ofxhome_link и протестируйте с :ofxget_link .', - 'comments' => 'комментарии', + 'comments' => 'Comments', 'item_product' => 'Товар Продукт', 'item_notes' => 'Заметки', @@ -2888,7 +2888,7 @@ $lang = array( 'reopened' => 'Открыт заново', 'priority' => 'Приоритет', 'last_updated' => 'Последнее обновление', - 'comment' => 'Комментарии', + 'comment' => 'Comment', 'tags' => 'Тэги', 'linked_objects' => 'Связанный объекты', 'low' => 'Низкий', @@ -5502,6 +5502,76 @@ $lang = array( 'yesterday' => 'Yesterday', 'enable_client_profile_update' => 'Allow clients to update their profile', 'enable_client_profile_update_help' => 'Allow clients to update their profile information from the client portal', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/sk/texts.php b/lang/sk/texts.php index 90398d62cc..5e08497d10 100644 --- a/lang/sk/texts.php +++ b/lang/sk/texts.php @@ -2367,7 +2367,7 @@ $lang = array( 'contact_custom2' => 'Druhé vlastné pole kontaktu', 'currency' => 'Mena', 'ofx_help' => 'Ak chcete vyriešiť problém, skontrolujte komentáre na :ofxhome_link a otestujte pomocou :ofxget_link.', - 'comments' => 'komentáre', + 'comments' => 'Comments', 'item_product' => 'Položka Produkt', 'item_notes' => 'Poznámky k položke', @@ -2874,7 +2874,7 @@ $lang = array( 'reopened' => 'Znovu otvorený', 'priority' => 'Priorita', 'last_updated' => 'Naposledy upravený', - 'comment' => 'Komentáre', + 'comment' => 'Comment', 'tags' => 'Tagy', 'linked_objects' => 'Prepojené objekty', 'low' => 'Nízka', @@ -5488,6 +5488,76 @@ $lang = array( 'yesterday' => 'včera', 'enable_client_profile_update' => 'Umožnite klientom aktualizovať svoj profil', 'enable_client_profile_update_help' => 'Umožnite klientom aktualizovať informácie o svojom profile z klientskeho portálu', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/sl/texts.php b/lang/sl/texts.php index 777b84d52a..b1a2a3b61c 100644 --- a/lang/sl/texts.php +++ b/lang/sl/texts.php @@ -2381,7 +2381,7 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp 'contact_custom2' => 'Drugi po meri za kontakt', 'currency' => 'Valuta', 'ofx_help' => 'Za odpravljanje težav preverite komentarje na :ofxhome_link in testirajte z :ofxget_link.', - 'comments' => 'komentarji', + 'comments' => 'Comments', 'item_product' => 'Predmeti izdelka', 'item_notes' => 'Zaznamki predmeta', @@ -2888,7 +2888,7 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp 'reopened' => 'Ponovno odprto', 'priority' => 'Prednost', 'last_updated' => 'Nazadnje posodobljeno', - 'comment' => 'Komentarji', + 'comment' => 'Comment', 'tags' => 'Oznake', 'linked_objects' => 'Povezani objekti', 'low' => 'Nizko', @@ -5571,6 +5571,7 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp 'invalid_date_create_syntax' => 'Invalid date syntax', 'start_and_end_date_required' => 'Start and end date are required', 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/sr/texts.php b/lang/sr/texts.php index 5115888795..4af7bcaff6 100644 --- a/lang/sr/texts.php +++ b/lang/sr/texts.php @@ -2380,7 +2380,7 @@ Kada budete imali iznose, vratite se na ovu stranicu sa načinima plaćanja i k 'contact_custom2' => 'Drugo posebno polje kontakta', 'currency' => 'Valuta', 'ofx_help' => 'Za rešavanje problema vidite komentare na :ofxhome_link i testirajte sa :ofxget_link.', - 'comments' => 'komentari', + 'comments' => 'Comments', 'item_product' => 'Element proizvod', 'item_notes' => 'Element beleške', @@ -2887,7 +2887,7 @@ Kada budete imali iznose, vratite se na ovu stranicu sa načinima plaćanja i k 'reopened' => 'Ponovo otvoreno', 'priority' => 'Prioritet', 'last_updated' => 'Poslednja izmena', - 'comment' => 'Komentari', + 'comment' => 'Comment', 'tags' => 'Oznake', 'linked_objects' => 'Povezani objekti', 'low' => 'Nizak', @@ -5501,6 +5501,76 @@ Kada budete imali iznose, vratite se na ovu stranicu sa načinima plaćanja i k 'yesterday' => 'Јучер', 'enable_client_profile_update' => 'Дозволите клијентима да ажурирају свој профил', 'enable_client_profile_update_help' => 'Дозволите клијентима да ажурирају своје информације о профилу са клијентског портала', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/sv/texts.php b/lang/sv/texts.php index af9761dc8e..104745f71c 100644 --- a/lang/sv/texts.php +++ b/lang/sv/texts.php @@ -2388,7 +2388,7 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Valuta', 'ofx_help' => 'To troubleshoot check for comments on :ofxhome_link and test with :ofxget_link.', - 'comments' => 'kommentarer', + 'comments' => 'Comments', 'item_product' => 'Artikel Produkt', 'item_notes' => 'Artikel Noteringar', @@ -2895,7 +2895,7 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'reopened' => 'Återöppna', 'priority' => 'Prioritet', 'last_updated' => 'Senast uppdaterad', - 'comment' => 'Kommentarer', + 'comment' => 'Comment', 'tags' => 'Taggar', 'linked_objects' => 'Länkade objekt', 'low' => 'Låg', @@ -5509,6 +5509,76 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'yesterday' => 'I går', 'enable_client_profile_update' => 'Tillåt kunder att uppdatera sin profil', 'enable_client_profile_update_help' => 'Tillåt kunder att uppdatera sin profilinformation från kundportalen', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang; diff --git a/lang/vi/texts.php b/lang/vi/texts.php index 586b47372d..56eaf5d887 100644 --- a/lang/vi/texts.php +++ b/lang/vi/texts.php @@ -2380,7 +2380,7 @@ $lang = array( 'contact_custom2' => 'Liên hệ Second Custom', 'currency' => 'Tiền tệ', 'ofx_help' => 'Để khắc phục sự cố, hãy kiểm tra các bình luận trên :ofxhome_link và thử nghiệm với :ofxget_link .', - 'comments' => 'bình luận', + 'comments' => 'Bình luận', 'item_product' => 'Sản phẩm', 'item_notes' => 'Thông tin sản phẩm', @@ -5570,6 +5570,7 @@ $lang = array( 'invalid_date_create_syntax' => 'Cú pháp ngày không hợp lệ', 'start_and_end_date_required' => 'Bắt đầu và ngày kết thúc là bắt buộc', 'project_value' => 'Giá trị dự án', + 'invalid_csv_data' => 'Dữ liệu CSV không hợp lệ, quá trình nhập của bạn đã bị hủy.', ); return $lang; diff --git a/lang/zh_TW/texts.php b/lang/zh_TW/texts.php index 9d4b13ebdd..f92ca17852 100644 --- a/lang/zh_TW/texts.php +++ b/lang/zh_TW/texts.php @@ -2380,7 +2380,7 @@ $lang = array( 'contact_custom2' => '聯絡人第二位顧客', 'currency' => '貨幣', 'ofx_help' => '欲排除障礙,查閱 :ofxhome_link 的留言並以 :ofxget_link 進行測試。', - 'comments' => 'comments', + 'comments' => 'Comments', 'item_product' => '項目產品', 'item_notes' => '項目註記', @@ -2887,7 +2887,7 @@ $lang = array( 'reopened' => '重新開啟', 'priority' => '優先順序', 'last_updated' => '上次更新時間', - 'comment' => '評論', + 'comment' => 'Comment', 'tags' => '標籤', 'linked_objects' => '連結的物件', 'low' => '低', @@ -5501,6 +5501,76 @@ $lang = array( 'yesterday' => 'Yesterday', 'enable_client_profile_update' => 'Allow clients to update their profile', 'enable_client_profile_update_help' => 'Allow clients to update their profile information from the client portal', + 'preference_product_notes_for_html_view' => 'Use Item Notes for HTML View', + 'preference_product_notes_for_html_view_help' => 'Preference the item Description over the item title if displaying the invoice in HTML.', + 'project_report' => 'Project Report', + 'unlock_invoice_documents_after_payment' => 'Unlock Documents After Payment', + 'unlock_invoice_documents_after_payment_help' => 'Allows client access to invoice documents when an invoice has been paid', + 'quickbooks' => 'Quickbooks', + 'disable_emails' => 'Disable Emails', + 'disable_emails_error' => 'You are not authorized to send emails', + 'disable_emails_help' => 'Prevents a user from sending emails from the system', + 'add_location' => 'Add Location', + 'updated_location' => 'Updated Location', + 'created_location' => 'Created Location', + 'sync_send_time' => 'Sync Send Time', + 'sync_send_time_help' => 'Update all reminders / recurring invoices to use this new send time', + 'edit_location' => 'Edit Location', + 'downgrade' => 'Downgrade', + 'downgrade_to_free' => 'Downgrade to Free Plan', + 'downgrade_to_free_description' => 'Downgrade to the free plan, note this will remove all paid features from your account.', + 'delete_location' => 'Delete Location', + 'delete_location_confirmation' => 'This will remove the location from the clients record.', + 'add_card_reminder' => 'You can add a card again at any time.', + 'free_trial_then' => 'Free trial, then', + 'days_left' => ':days days left', + 'days_trial' => ':days day trial', + 'pro_plan_label' => 'Ninja Pro', + 'enterprise_plan_label' => 'Enterprise', + 'premium_business_plus_label' => 'Premium Business+', + 'pro_plan_feature_1' => 'Unlimited Clients & Invoices', + 'pro_plan_feature_2' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature_3' => 'Email Invoices via Gmail & MSN', + 'pro_plan_feature_4' => 'Email Invoices via your custom SMTP', + 'pro_plan_feature_5' => 'Branded URL: "YourSite".Invoicing.co', + 'pro_plan_feature_6' => '11 Professional Invoice Templates', + 'pro_plan_feature_7' => 'Customize Invoice Designs', + 'pro_plan_feature_8' => 'API Integration with 3rd Party Apps', + 'pro_plan_feature_9' => 'Password Protect Client-Side Portal', + 'pro_plan_feature_10' => 'Set Up Auto-Reminder Emails', + 'pro_plan_feature_11' => 'Auto-Attached Invoice PDF to Emails', + 'pro_plan_feature_12' => 'Display Clients E-Signature on Invoices', + 'pro_plan_feature_13' => "Enable an 'Approve Terms' Checkbox", + 'pro_plan_feature_14' => 'Reports: Invoices, Expenses, P&L, more', + 'pro_plan_feature_15' => 'Bulk Email Invoices, Quotes, Credits', + 'pro_plan_feature_16' => 'Interlink 10 Companies with 1 Login', + 'pro_plan_feature_17' => 'Create Unique "Client Group" Settings', + 'pro_plan_feature_18' => 'Auto Sales Tax Calculation (US States)', + 'enterprise_plan_feature_1' => 'Create Additional Account Users (up to 50!) & Set Permissions per User', + 'enterprise_plan_feature_2' => 'Attach Files to Emails & Client-Portal (pdf, jpg, ppt, xls, doc & more)', + 'enterprise_plan_feature_3' => 'Fully Branded Client Portal: "Billing.YourCompany.com"', + 'enterprise_plan_feature_4' => 'Integrate Your Financial Accounts and Sync Banking Transactions via Yodlee or Nordigen Banking Platforms', + 'premium_business_plus_feature_1' => 'Developer Concierge', + 'premium_business_plus_feature_2' => 'Direct Priority Support', + 'premium_business_plus_feature_3' => 'Invoice Design Service', + 'premium_business_plus_feature_4' => 'Feature Request Priority', + 'premium_business_plus_feature_5' => 'Data Migration Assist', + 'premium_business_plus_feature_6' => 'Build Custom Reports', + 'upgrade_popup_headline' => 'More than invoicing', + 'upgrade_popup_description' => 'Simple Pricing. Advanced Features.', + 'upgrade_popup_pro_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_enterprise_headline' => 'Pay year for 10 months + 2 free!', + 'upgrade_popup_premium_business_plus_headline' => 'Pro + Enterprise + Premium Business Concierge', + 'all_free_features_plus' => 'All free features +', + 'all_pro_features_plus' => 'All pro features +', + 'all_features_plus' => 'All features +', + 'upgrade_plan' => 'Upgrade Plan', + 'upgrade_popup_premium_business_plus_pricing' => 'Pricing? Let\'s talk!', + 'plan_selected' => 'Plan Selected', + 'invalid_date_create_syntax' => 'Invalid date syntax', + 'start_and_end_date_required' => 'Start and end date are required', + 'project_value' => 'Project Value', + 'invalid_csv_data' => 'Invalid CSV data, your import was cancelled.', ); return $lang;