diff --git a/database/seeds/LanguageSeeder.php b/database/seeds/LanguageSeeder.php
index 19fff15c64b2..6f1f6535dcaa 100644
--- a/database/seeds/LanguageSeeder.php
+++ b/database/seeds/LanguageSeeder.php
@@ -8,6 +8,9 @@ class LanguageSeeder extends Seeder
{
Eloquent::unguard();
+ // https://github.com/caouecs/Laravel-lang
+ // https://www.loc.gov/standards/iso639-2/php/code_list.php
+
$languages = [
['name' => 'English', 'locale' => 'en'],
['name' => 'Italian', 'locale' => 'it'],
@@ -26,6 +29,7 @@ class LanguageSeeder extends Seeder
['name' => 'Polish', 'locale' => 'pl'],
['name' => 'Czech', 'locale' => 'cs'],
['name' => 'Croatian', 'locale' => 'hr'],
+ ['name' => 'Albanian', 'locale' => 'sq'],
];
foreach ($languages as $language) {
diff --git a/resources/lang/ca/texts.php b/resources/lang/ca/texts.php
index d2a83f399d8d..a3705ea1bcd8 100644
--- a/resources/lang/ca/texts.php
+++ b/resources/lang/ca/texts.php
@@ -507,7 +507,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Knowledge Base',
- 'partial' => 'Partial',
+ 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial of :balance',
'more_fields' => 'More Fields',
'less_fields' => 'Less Fields',
@@ -995,7 +995,7 @@ $LANG = array(
'overdue' => 'Overdue',
- 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding and help support our project.',
+ 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.',
'user_email_footer' => 'To adjust your email notification settings please visit :link',
'reset_password_footer' => 'If you did not request this password reset please email our support: :email',
'limit_users' => 'Sorry, this will exceed the limit of :limit users',
@@ -2043,7 +2043,71 @@ $LANG = array(
'payment_error_code' => 'There was an error processing your payment [:code]. Please try again later.',
'standard_fees_apply' => 'Standard fees apply: 2.9% + $0.30 per successful charge.',
'limit_import_rows' => 'Data needs to be imported in batches of :count rows or less',
+ 'error_title' => 'Something went wrong',
+ 'error_contact_text' => 'If you\'d like help please email us at :mailaddress',
+ 'no_undo' => 'Warning: this can\'t be undone.',
+ 'no_contact_selected' => 'Please select a contact',
+ 'no_client_selected' => 'Please select a client',
+ 'gateway_config_error' => 'It may help to set new passwords or generate new API keys.',
+ 'payment_type_on_file' => ':type on file',
+ 'invoice_for_client' => 'Invoice :invoice for :client',
+ 'intent_not_found' => 'Sorry, I\'m not sure what you\'re asking.',
+ 'intent_not_supported' => 'Sorry, I\'m not able to do that.',
+ 'client_not_found' => 'I wasn\'t able to find the client',
+ 'not_allowed' => 'Sorry, you don\'t have the needed permissions',
+ 'bot_emailed_invoice' => 'Your invoice has been sent.',
+ 'bot_emailed_notify_viewed' => 'I\'ll email you when it\'s viewed.',
+ 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.',
+ 'add_product_to_invoice' => 'Add 1 :product',
+ 'not_authorized' => 'Your are not authorized',
+ 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
Send me your account email to get started.',
+ 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.',
+ 'bot_welcome' => 'That\'s it, your account is verified.
',
+ 'email_not_found' => 'I wasn\'t able to find an available account for :email',
+ 'invalid_code' => 'The code is not correct',
+ 'security_code_email_subject' => 'Security code for Invoice Ninja Bot',
+ 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.',
+ 'security_code_email_line2' => 'Note: it will expire in 10 minutes.',
+ 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent',
+ 'list_products' => 'List Products',
+
+ 'include_item_taxes_inline' => 'Include line item taxes in line total',
+ 'created_quotes' => 'Successfully created :count quotes(s)',
+ 'limited_gateways' => 'Note: we support one credit card gateway per company.',
+
+ 'warning' => 'Warning',
+ 'self-update' => 'Update Invoice Ninja',
+ 'update_invoiceninja_title' => 'Update Invoice Ninja',
+ 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!',
+ 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.',
+ 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.',
+ 'update_invoiceninja_decide_update_download' => 'You can decide to update directly to :version or to just download the new relase and update later.',
+ 'update_invoiceninja_update_start' => 'Update now',
+ 'update_invoiceninja_download_start' => 'Download :version',
+ 'create_new' => 'Create New',
+
+ 'toggle_navigation' => 'Toggle Navigation',
+ 'toggle_history' => 'Toggle History',
+ 'unassigned' => 'Unassigned',
+ 'task' => 'Task',
+ 'contact_name' => 'Contact Name',
+ 'city_state_postal' => 'City/State/Postal',
+ 'custom_field' => 'Custom Field',
+ 'account_fields' => 'Company Fields',
+ 'facebook_and_twitter' => 'Facebook and Twitter',
+ 'facebook_and_twitter_help' => 'Follow our feeds to help support our project',
+ 'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell our app.',
+ 'unnamed_client' => 'Unnamed Client',
+
+ 'day' => 'Day',
+ 'week' => 'Week',
+ 'month' => 'Month',
+ 'inactive_logout' => 'You have been logged out due to inactivity',
+ 'reports' => 'Reports',
+ 'total_profit' => 'Total Profit',
+ 'total_expenses' => 'Total Expenses',
+ 'quote_to' => 'Quote to',
);
diff --git a/resources/lang/cs/texts.php b/resources/lang/cs/texts.php
index ab5f3250826c..a6646b080e8a 100644
--- a/resources/lang/cs/texts.php
+++ b/resources/lang/cs/texts.php
@@ -506,7 +506,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Knowledge Base',
- 'partial' => 'Část',
+ 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial z :balance',
'more_fields' => 'Více polí',
'less_fields' => 'Méně polí',
@@ -997,7 +997,7 @@ $LANG = array(
'overdue' => 'Po termínu',
- 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding and help support our project.',
+ 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.',
'user_email_footer' => 'Pro úpravu emailových notifikací prosím navštivte :link',
'reset_password_footer' => 'Pokud jste nepožádali o resetování hesla, prosím kontaktujte naši podporu na: :email',
'limit_users' => 'Omlouváme se, to už přesáhlo limit :limit uživatelů',
@@ -2045,7 +2045,71 @@ $LANG = array(
'payment_error_code' => 'There was an error processing your payment [:code]. Please try again later.',
'standard_fees_apply' => 'Standard fees apply: 2.9% + $0.30 per successful charge.',
'limit_import_rows' => 'Data needs to be imported in batches of :count rows or less',
+ 'error_title' => 'Something went wrong',
+ 'error_contact_text' => 'If you\'d like help please email us at :mailaddress',
+ 'no_undo' => 'Warning: this can\'t be undone.',
+ 'no_contact_selected' => 'Please select a contact',
+ 'no_client_selected' => 'Please select a client',
+ 'gateway_config_error' => 'It may help to set new passwords or generate new API keys.',
+ 'payment_type_on_file' => ':type on file',
+ 'invoice_for_client' => 'Invoice :invoice for :client',
+ 'intent_not_found' => 'Sorry, I\'m not sure what you\'re asking.',
+ 'intent_not_supported' => 'Sorry, I\'m not able to do that.',
+ 'client_not_found' => 'I wasn\'t able to find the client',
+ 'not_allowed' => 'Sorry, you don\'t have the needed permissions',
+ 'bot_emailed_invoice' => 'Your invoice has been sent.',
+ 'bot_emailed_notify_viewed' => 'I\'ll email you when it\'s viewed.',
+ 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.',
+ 'add_product_to_invoice' => 'Add 1 :product',
+ 'not_authorized' => 'Your are not authorized',
+ 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
Send me your account email to get started.',
+ 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.',
+ 'bot_welcome' => 'That\'s it, your account is verified.
',
+ 'email_not_found' => 'I wasn\'t able to find an available account for :email',
+ 'invalid_code' => 'The code is not correct',
+ 'security_code_email_subject' => 'Security code for Invoice Ninja Bot',
+ 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.',
+ 'security_code_email_line2' => 'Note: it will expire in 10 minutes.',
+ 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent',
+ 'list_products' => 'List Products',
+
+ 'include_item_taxes_inline' => 'Include line item taxes in line total',
+ 'created_quotes' => 'Successfully created :count quotes(s)',
+ 'limited_gateways' => 'Note: we support one credit card gateway per company.',
+
+ 'warning' => 'Warning',
+ 'self-update' => 'Update Invoice Ninja',
+ 'update_invoiceninja_title' => 'Update Invoice Ninja',
+ 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!',
+ 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.',
+ 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.',
+ 'update_invoiceninja_decide_update_download' => 'You can decide to update directly to :version or to just download the new relase and update later.',
+ 'update_invoiceninja_update_start' => 'Update now',
+ 'update_invoiceninja_download_start' => 'Download :version',
+ 'create_new' => 'Create New',
+
+ 'toggle_navigation' => 'Toggle Navigation',
+ 'toggle_history' => 'Toggle History',
+ 'unassigned' => 'Unassigned',
+ 'task' => 'Task',
+ 'contact_name' => 'Contact Name',
+ 'city_state_postal' => 'City/State/Postal',
+ 'custom_field' => 'Custom Field',
+ 'account_fields' => 'Company Fields',
+ 'facebook_and_twitter' => 'Facebook and Twitter',
+ 'facebook_and_twitter_help' => 'Follow our feeds to help support our project',
+ 'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell our app.',
+ 'unnamed_client' => 'Unnamed Client',
+
+ 'day' => 'Day',
+ 'week' => 'Week',
+ 'month' => 'Month',
+ 'inactive_logout' => 'You have been logged out due to inactivity',
+ 'reports' => 'Reports',
+ 'total_profit' => 'Total Profit',
+ 'total_expenses' => 'Total Expenses',
+ 'quote_to' => 'Quote to',
);
diff --git a/resources/lang/da/texts.php b/resources/lang/da/texts.php
index 70fd4e77df4f..962753bc71b3 100644
--- a/resources/lang/da/texts.php
+++ b/resources/lang/da/texts.php
@@ -507,7 +507,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Vidensbase',
- 'partial' => 'Delvis',
+ 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial af :balance',
'more_fields' => 'Flere felter',
'less_fields' => 'Mindre felter',
@@ -995,7 +995,7 @@ $LANG = array(
'overdue' => 'Overdue',
- 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding and help support our project.',
+ 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.',
'user_email_footer' => 'For at justere varslings indstillingene besøg venligst :link',
'reset_password_footer' => 'Hvis du ikke bad om at få nulstillet din adgangskode kontakt venligst kundeservice: :email',
'limit_users' => 'Desværre, dette vil overstige grænsen på :limit brugere',
@@ -2043,7 +2043,71 @@ $LANG = array(
'payment_error_code' => 'There was an error processing your payment [:code]. Please try again later.',
'standard_fees_apply' => 'Standard fees apply: 2.9% + $0.30 per successful charge.',
'limit_import_rows' => 'Data needs to be imported in batches of :count rows or less',
+ 'error_title' => 'Something went wrong',
+ 'error_contact_text' => 'If you\'d like help please email us at :mailaddress',
+ 'no_undo' => 'Warning: this can\'t be undone.',
+ 'no_contact_selected' => 'Please select a contact',
+ 'no_client_selected' => 'Please select a client',
+ 'gateway_config_error' => 'It may help to set new passwords or generate new API keys.',
+ 'payment_type_on_file' => ':type on file',
+ 'invoice_for_client' => 'Invoice :invoice for :client',
+ 'intent_not_found' => 'Sorry, I\'m not sure what you\'re asking.',
+ 'intent_not_supported' => 'Sorry, I\'m not able to do that.',
+ 'client_not_found' => 'I wasn\'t able to find the client',
+ 'not_allowed' => 'Sorry, you don\'t have the needed permissions',
+ 'bot_emailed_invoice' => 'Your invoice has been sent.',
+ 'bot_emailed_notify_viewed' => 'I\'ll email you when it\'s viewed.',
+ 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.',
+ 'add_product_to_invoice' => 'Add 1 :product',
+ 'not_authorized' => 'Your are not authorized',
+ 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
Send me your account email to get started.',
+ 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.',
+ 'bot_welcome' => 'That\'s it, your account is verified.
',
+ 'email_not_found' => 'I wasn\'t able to find an available account for :email',
+ 'invalid_code' => 'The code is not correct',
+ 'security_code_email_subject' => 'Security code for Invoice Ninja Bot',
+ 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.',
+ 'security_code_email_line2' => 'Note: it will expire in 10 minutes.',
+ 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent',
+ 'list_products' => 'List Products',
+
+ 'include_item_taxes_inline' => 'Include line item taxes in line total',
+ 'created_quotes' => 'Successfully created :count quotes(s)',
+ 'limited_gateways' => 'Note: we support one credit card gateway per company.',
+
+ 'warning' => 'Warning',
+ 'self-update' => 'Update Invoice Ninja',
+ 'update_invoiceninja_title' => 'Update Invoice Ninja',
+ 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!',
+ 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.',
+ 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.',
+ 'update_invoiceninja_decide_update_download' => 'You can decide to update directly to :version or to just download the new relase and update later.',
+ 'update_invoiceninja_update_start' => 'Update now',
+ 'update_invoiceninja_download_start' => 'Download :version',
+ 'create_new' => 'Create New',
+
+ 'toggle_navigation' => 'Toggle Navigation',
+ 'toggle_history' => 'Toggle History',
+ 'unassigned' => 'Unassigned',
+ 'task' => 'Task',
+ 'contact_name' => 'Contact Name',
+ 'city_state_postal' => 'City/State/Postal',
+ 'custom_field' => 'Custom Field',
+ 'account_fields' => 'Company Fields',
+ 'facebook_and_twitter' => 'Facebook and Twitter',
+ 'facebook_and_twitter_help' => 'Follow our feeds to help support our project',
+ 'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell our app.',
+ 'unnamed_client' => 'Unnamed Client',
+
+ 'day' => 'Day',
+ 'week' => 'Week',
+ 'month' => 'Month',
+ 'inactive_logout' => 'You have been logged out due to inactivity',
+ 'reports' => 'Reports',
+ 'total_profit' => 'Total Profit',
+ 'total_expenses' => 'Total Expenses',
+ 'quote_to' => 'Quote to',
);
diff --git a/resources/lang/de/texts.php b/resources/lang/de/texts.php
index 62e14a5f9e49..746da1e77c27 100644
--- a/resources/lang/de/texts.php
+++ b/resources/lang/de/texts.php
@@ -507,7 +507,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'FAQ',
- 'partial' => 'Partiell',
+ 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial von :balance',
'more_fields' => 'Weitere Felder',
'less_fields' => 'Weniger Felder',
@@ -685,7 +685,7 @@ $LANG = array(
'num_days_reminder' => 'Tage nach Fälligkeit',
'reminder_subject' => 'Erinnerung: Rechnung :invoice von :account',
'reset' => 'Zurücksetzen',
- 'invoice_not_found' => 'Die gewünschte Rechnung ist nicht verfügbar',
+ 'invoice_not_found' => 'Die gewünschte Rechnung ist nicht verfügbar.',
'referral_program' => 'Referral Program',
'referral_code' => 'Referral Code',
'last_sent_on' => 'Zuletzt versendet am :date',
@@ -995,7 +995,7 @@ $LANG = array(
'overdue' => 'Überfällig',
- 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding and help support our project.',
+ 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.',
'user_email_footer' => 'Um deine E-Mail-Benachrichtigungen anzupassen besuche bitte :link',
'reset_password_footer' => 'Wenn du das Zurücksetzen des Passworts nicht beantragt hast, benachrichtige bitte unseren Support: :email',
'limit_users' => 'Entschuldige, das würde das Limit von :limit Benutzern überschreiten',
@@ -2043,7 +2043,71 @@ $LANG = array(
'payment_error_code' => 'There was an error processing your payment [:code]. Please try again later.',
'standard_fees_apply' => 'Standard fees apply: 2.9% + $0.30 per successful charge.',
'limit_import_rows' => 'Data needs to be imported in batches of :count rows or less',
+ 'error_title' => 'Something went wrong',
+ 'error_contact_text' => 'If you\'d like help please email us at :mailaddress',
+ 'no_undo' => 'Warning: this can\'t be undone.',
+ 'no_contact_selected' => 'Please select a contact',
+ 'no_client_selected' => 'Please select a client',
+ 'gateway_config_error' => 'It may help to set new passwords or generate new API keys.',
+ 'payment_type_on_file' => ':type on file',
+ 'invoice_for_client' => 'Invoice :invoice for :client',
+ 'intent_not_found' => 'Sorry, I\'m not sure what you\'re asking.',
+ 'intent_not_supported' => 'Sorry, I\'m not able to do that.',
+ 'client_not_found' => 'I wasn\'t able to find the client',
+ 'not_allowed' => 'Sorry, you don\'t have the needed permissions',
+ 'bot_emailed_invoice' => 'Your invoice has been sent.',
+ 'bot_emailed_notify_viewed' => 'I\'ll email you when it\'s viewed.',
+ 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.',
+ 'add_product_to_invoice' => 'Add 1 :product',
+ 'not_authorized' => 'Your are not authorized',
+ 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
Send me your account email to get started.',
+ 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.',
+ 'bot_welcome' => 'That\'s it, your account is verified.
',
+ 'email_not_found' => 'I wasn\'t able to find an available account for :email',
+ 'invalid_code' => 'The code is not correct',
+ 'security_code_email_subject' => 'Security code for Invoice Ninja Bot',
+ 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.',
+ 'security_code_email_line2' => 'Note: it will expire in 10 minutes.',
+ 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent',
+ 'list_products' => 'List Products',
+
+ 'include_item_taxes_inline' => 'Include line item taxes in line total',
+ 'created_quotes' => 'Successfully created :count quotes(s)',
+ 'limited_gateways' => 'Note: we support one credit card gateway per company.',
+
+ 'warning' => 'Warning',
+ 'self-update' => 'Update Invoice Ninja',
+ 'update_invoiceninja_title' => 'Update Invoice Ninja',
+ 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!',
+ 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.',
+ 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.',
+ 'update_invoiceninja_decide_update_download' => 'You can decide to update directly to :version or to just download the new relase and update later.',
+ 'update_invoiceninja_update_start' => 'Update now',
+ 'update_invoiceninja_download_start' => 'Download :version',
+ 'create_new' => 'Create New',
+
+ 'toggle_navigation' => 'Toggle Navigation',
+ 'toggle_history' => 'Toggle History',
+ 'unassigned' => 'Unassigned',
+ 'task' => 'Task',
+ 'contact_name' => 'Contact Name',
+ 'city_state_postal' => 'City/State/Postal',
+ 'custom_field' => 'Custom Field',
+ 'account_fields' => 'Company Fields',
+ 'facebook_and_twitter' => 'Facebook and Twitter',
+ 'facebook_and_twitter_help' => 'Follow our feeds to help support our project',
+ 'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell our app.',
+ 'unnamed_client' => 'Unnamed Client',
+
+ 'day' => 'Day',
+ 'week' => 'Week',
+ 'month' => 'Month',
+ 'inactive_logout' => 'You have been logged out due to inactivity',
+ 'reports' => 'Reports',
+ 'total_profit' => 'Total Profit',
+ 'total_expenses' => 'Total Expenses',
+ 'quote_to' => 'Quote to',
);
diff --git a/resources/lang/es/texts.php b/resources/lang/es/texts.php
index 5c2889ce35cc..fbbbe12b11ab 100644
--- a/resources/lang/es/texts.php
+++ b/resources/lang/es/texts.php
@@ -501,7 +501,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Base de Conocimiento',
- 'partial' => 'Parcial',
+ 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial de :balance',
'more_fields' => ' Más Campos',
'less_fields' => 'Menos Campos',
@@ -989,7 +989,7 @@ $LANG = array(
'overdue' => 'Overdue',
- 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding and help support our project.',
+ 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.',
'user_email_footer' => 'Para ajustar la configuración de las notificaciones de tu correo, visita :link',
'reset_password_footer' => 'Si no has solicitado un cambio de contraseña, por favor contactate con nosostros: :email',
'limit_users' => 'Lo sentimos, esta acción excederá el límite de :limit usarios',
@@ -2037,7 +2037,71 @@ $LANG = array(
'payment_error_code' => 'There was an error processing your payment [:code]. Please try again later.',
'standard_fees_apply' => 'Standard fees apply: 2.9% + $0.30 per successful charge.',
'limit_import_rows' => 'Data needs to be imported in batches of :count rows or less',
+ 'error_title' => 'Something went wrong',
+ 'error_contact_text' => 'If you\'d like help please email us at :mailaddress',
+ 'no_undo' => 'Warning: this can\'t be undone.',
+ 'no_contact_selected' => 'Please select a contact',
+ 'no_client_selected' => 'Please select a client',
+ 'gateway_config_error' => 'It may help to set new passwords or generate new API keys.',
+ 'payment_type_on_file' => ':type on file',
+ 'invoice_for_client' => 'Invoice :invoice for :client',
+ 'intent_not_found' => 'Sorry, I\'m not sure what you\'re asking.',
+ 'intent_not_supported' => 'Sorry, I\'m not able to do that.',
+ 'client_not_found' => 'I wasn\'t able to find the client',
+ 'not_allowed' => 'Sorry, you don\'t have the needed permissions',
+ 'bot_emailed_invoice' => 'Your invoice has been sent.',
+ 'bot_emailed_notify_viewed' => 'I\'ll email you when it\'s viewed.',
+ 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.',
+ 'add_product_to_invoice' => 'Add 1 :product',
+ 'not_authorized' => 'Your are not authorized',
+ 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
Send me your account email to get started.',
+ 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.',
+ 'bot_welcome' => 'That\'s it, your account is verified.
',
+ 'email_not_found' => 'I wasn\'t able to find an available account for :email',
+ 'invalid_code' => 'The code is not correct',
+ 'security_code_email_subject' => 'Security code for Invoice Ninja Bot',
+ 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.',
+ 'security_code_email_line2' => 'Note: it will expire in 10 minutes.',
+ 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent',
+ 'list_products' => 'List Products',
+
+ 'include_item_taxes_inline' => 'Include line item taxes in line total',
+ 'created_quotes' => 'Successfully created :count quotes(s)',
+ 'limited_gateways' => 'Note: we support one credit card gateway per company.',
+
+ 'warning' => 'Warning',
+ 'self-update' => 'Update Invoice Ninja',
+ 'update_invoiceninja_title' => 'Update Invoice Ninja',
+ 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!',
+ 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.',
+ 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.',
+ 'update_invoiceninja_decide_update_download' => 'You can decide to update directly to :version or to just download the new relase and update later.',
+ 'update_invoiceninja_update_start' => 'Update now',
+ 'update_invoiceninja_download_start' => 'Download :version',
+ 'create_new' => 'Create New',
+
+ 'toggle_navigation' => 'Toggle Navigation',
+ 'toggle_history' => 'Toggle History',
+ 'unassigned' => 'Unassigned',
+ 'task' => 'Task',
+ 'contact_name' => 'Contact Name',
+ 'city_state_postal' => 'City/State/Postal',
+ 'custom_field' => 'Custom Field',
+ 'account_fields' => 'Company Fields',
+ 'facebook_and_twitter' => 'Facebook and Twitter',
+ 'facebook_and_twitter_help' => 'Follow our feeds to help support our project',
+ 'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell our app.',
+ 'unnamed_client' => 'Unnamed Client',
+
+ 'day' => 'Day',
+ 'week' => 'Week',
+ 'month' => 'Month',
+ 'inactive_logout' => 'You have been logged out due to inactivity',
+ 'reports' => 'Reports',
+ 'total_profit' => 'Total Profit',
+ 'total_expenses' => 'Total Expenses',
+ 'quote_to' => 'Quote to',
);
diff --git a/resources/lang/es_ES/texts.php b/resources/lang/es_ES/texts.php
index 2b2ac5fe09ec..166d60211680 100644
--- a/resources/lang/es_ES/texts.php
+++ b/resources/lang/es_ES/texts.php
@@ -501,7 +501,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Ayuda',
- 'partial' => 'Parcial',
+ 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial de :balance',
'more_fields' => 'Mas campos',
'less_fields' => 'Menos campos',
@@ -988,7 +988,7 @@ $LANG = array(
'overdue' => 'Overdue',
- 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding and help support our project.',
+ 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.',
'user_email_footer' => 'Para ajustar la configuración de las notificaciones de tu email, visita :link',
'reset_password_footer' => 'Si no has solicitado un cambio de contraseña, por favor contactate con nosostros: :email',
'limit_users' => 'Lo sentimos, esta acción excederá el límite de :limit usarios',
@@ -2036,7 +2036,71 @@ $LANG = array(
'payment_error_code' => 'There was an error processing your payment [:code]. Please try again later.',
'standard_fees_apply' => 'Standard fees apply: 2.9% + $0.30 per successful charge.',
'limit_import_rows' => 'Data needs to be imported in batches of :count rows or less',
+ 'error_title' => 'Something went wrong',
+ 'error_contact_text' => 'If you\'d like help please email us at :mailaddress',
+ 'no_undo' => 'Warning: this can\'t be undone.',
+ 'no_contact_selected' => 'Please select a contact',
+ 'no_client_selected' => 'Please select a client',
+ 'gateway_config_error' => 'It may help to set new passwords or generate new API keys.',
+ 'payment_type_on_file' => ':type on file',
+ 'invoice_for_client' => 'Invoice :invoice for :client',
+ 'intent_not_found' => 'Sorry, I\'m not sure what you\'re asking.',
+ 'intent_not_supported' => 'Sorry, I\'m not able to do that.',
+ 'client_not_found' => 'I wasn\'t able to find the client',
+ 'not_allowed' => 'Sorry, you don\'t have the needed permissions',
+ 'bot_emailed_invoice' => 'Your invoice has been sent.',
+ 'bot_emailed_notify_viewed' => 'I\'ll email you when it\'s viewed.',
+ 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.',
+ 'add_product_to_invoice' => 'Add 1 :product',
+ 'not_authorized' => 'Your are not authorized',
+ 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
Send me your account email to get started.',
+ 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.',
+ 'bot_welcome' => 'That\'s it, your account is verified.
',
+ 'email_not_found' => 'I wasn\'t able to find an available account for :email',
+ 'invalid_code' => 'The code is not correct',
+ 'security_code_email_subject' => 'Security code for Invoice Ninja Bot',
+ 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.',
+ 'security_code_email_line2' => 'Note: it will expire in 10 minutes.',
+ 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent',
+ 'list_products' => 'List Products',
+
+ 'include_item_taxes_inline' => 'Include line item taxes in line total',
+ 'created_quotes' => 'Successfully created :count quotes(s)',
+ 'limited_gateways' => 'Note: we support one credit card gateway per company.',
+
+ 'warning' => 'Warning',
+ 'self-update' => 'Update Invoice Ninja',
+ 'update_invoiceninja_title' => 'Update Invoice Ninja',
+ 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!',
+ 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.',
+ 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.',
+ 'update_invoiceninja_decide_update_download' => 'You can decide to update directly to :version or to just download the new relase and update later.',
+ 'update_invoiceninja_update_start' => 'Update now',
+ 'update_invoiceninja_download_start' => 'Download :version',
+ 'create_new' => 'Create New',
+
+ 'toggle_navigation' => 'Toggle Navigation',
+ 'toggle_history' => 'Toggle History',
+ 'unassigned' => 'Unassigned',
+ 'task' => 'Task',
+ 'contact_name' => 'Contact Name',
+ 'city_state_postal' => 'City/State/Postal',
+ 'custom_field' => 'Custom Field',
+ 'account_fields' => 'Company Fields',
+ 'facebook_and_twitter' => 'Facebook and Twitter',
+ 'facebook_and_twitter_help' => 'Follow our feeds to help support our project',
+ 'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell our app.',
+ 'unnamed_client' => 'Unnamed Client',
+
+ 'day' => 'Day',
+ 'week' => 'Week',
+ 'month' => 'Month',
+ 'inactive_logout' => 'You have been logged out due to inactivity',
+ 'reports' => 'Reports',
+ 'total_profit' => 'Total Profit',
+ 'total_expenses' => 'Total Expenses',
+ 'quote_to' => 'Quote to',
);
diff --git a/resources/lang/fr/texts.php b/resources/lang/fr/texts.php
index 2ad3c333e9ed..c82f06e34840 100644
--- a/resources/lang/fr/texts.php
+++ b/resources/lang/fr/texts.php
@@ -501,7 +501,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Base de connaissances',
- 'partial' => 'Partiel',
+ 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial de :balance',
'more_fields' => 'Plus de champs',
'less_fields' => 'Moins de champs',
@@ -989,7 +989,7 @@ $LANG = array(
'overdue' => 'Impayé',
- 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding and help support our project.',
+ 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.',
'user_email_footer' => 'Pour modifier vos paramètres de notification par courriel, veuillez visiter :link',
'reset_password_footer' => 'Si vous n\'avez pas effectué de demande de réinitalisation de mot de passe veuillez contacter notre support : :email',
'limit_users' => 'Désolé, ceci excédera la limite de :limit utilisateurs',
@@ -2037,7 +2037,71 @@ $LANG = array(
'payment_error_code' => 'There was an error processing your payment [:code]. Please try again later.',
'standard_fees_apply' => 'Standard fees apply: 2.9% + $0.30 per successful charge.',
'limit_import_rows' => 'Data needs to be imported in batches of :count rows or less',
+ 'error_title' => 'Something went wrong',
+ 'error_contact_text' => 'If you\'d like help please email us at :mailaddress',
+ 'no_undo' => 'Warning: this can\'t be undone.',
+ 'no_contact_selected' => 'Please select a contact',
+ 'no_client_selected' => 'Please select a client',
+ 'gateway_config_error' => 'It may help to set new passwords or generate new API keys.',
+ 'payment_type_on_file' => ':type on file',
+ 'invoice_for_client' => 'Invoice :invoice for :client',
+ 'intent_not_found' => 'Sorry, I\'m not sure what you\'re asking.',
+ 'intent_not_supported' => 'Sorry, I\'m not able to do that.',
+ 'client_not_found' => 'I wasn\'t able to find the client',
+ 'not_allowed' => 'Sorry, you don\'t have the needed permissions',
+ 'bot_emailed_invoice' => 'Your invoice has been sent.',
+ 'bot_emailed_notify_viewed' => 'I\'ll email you when it\'s viewed.',
+ 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.',
+ 'add_product_to_invoice' => 'Add 1 :product',
+ 'not_authorized' => 'Your are not authorized',
+ 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
Send me your account email to get started.',
+ 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.',
+ 'bot_welcome' => 'That\'s it, your account is verified.
',
+ 'email_not_found' => 'I wasn\'t able to find an available account for :email',
+ 'invalid_code' => 'The code is not correct',
+ 'security_code_email_subject' => 'Security code for Invoice Ninja Bot',
+ 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.',
+ 'security_code_email_line2' => 'Note: it will expire in 10 minutes.',
+ 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent',
+ 'list_products' => 'List Products',
+
+ 'include_item_taxes_inline' => 'Include line item taxes in line total',
+ 'created_quotes' => 'Successfully created :count quotes(s)',
+ 'limited_gateways' => 'Note: we support one credit card gateway per company.',
+
+ 'warning' => 'Warning',
+ 'self-update' => 'Update Invoice Ninja',
+ 'update_invoiceninja_title' => 'Update Invoice Ninja',
+ 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!',
+ 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.',
+ 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.',
+ 'update_invoiceninja_decide_update_download' => 'You can decide to update directly to :version or to just download the new relase and update later.',
+ 'update_invoiceninja_update_start' => 'Update now',
+ 'update_invoiceninja_download_start' => 'Download :version',
+ 'create_new' => 'Create New',
+
+ 'toggle_navigation' => 'Toggle Navigation',
+ 'toggle_history' => 'Toggle History',
+ 'unassigned' => 'Unassigned',
+ 'task' => 'Task',
+ 'contact_name' => 'Contact Name',
+ 'city_state_postal' => 'City/State/Postal',
+ 'custom_field' => 'Custom Field',
+ 'account_fields' => 'Company Fields',
+ 'facebook_and_twitter' => 'Facebook and Twitter',
+ 'facebook_and_twitter_help' => 'Follow our feeds to help support our project',
+ 'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell our app.',
+ 'unnamed_client' => 'Unnamed Client',
+
+ 'day' => 'Day',
+ 'week' => 'Week',
+ 'month' => 'Month',
+ 'inactive_logout' => 'You have been logged out due to inactivity',
+ 'reports' => 'Reports',
+ 'total_profit' => 'Total Profit',
+ 'total_expenses' => 'Total Expenses',
+ 'quote_to' => 'Quote to',
);
diff --git a/resources/lang/fr_CA/texts.php b/resources/lang/fr_CA/texts.php
index 98147551584f..6cf382104b18 100644
--- a/resources/lang/fr_CA/texts.php
+++ b/resources/lang/fr_CA/texts.php
@@ -501,7 +501,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Base de connaissance',
- 'partial' => 'Partiel',
+ 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partiel de :balance',
'more_fields' => 'Plus de champs',
'less_fields' => 'Moins de champs',
@@ -986,7 +986,7 @@ $LANG = array(
'overdue' => 'En souffrance',
- 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding and help support our project.',
+ 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.',
'user_email_footer' => 'Pour modifier vos paramètres de notification par courriel, veuillez visiter :link',
'reset_password_footer' => 'Si vous n\'avez pas effectué de demande de réinitalisation de mot de passe veuillez contacter notre support : :email',
'limit_users' => 'Désolé, ceci excédera la limite de :limit utilisateurs',
@@ -2034,7 +2034,71 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'payment_error_code' => 'There was an error processing your payment [:code]. Please try again later.',
'standard_fees_apply' => 'Standard fees apply: 2.9% + $0.30 per successful charge.',
'limit_import_rows' => 'Data needs to be imported in batches of :count rows or less',
+ 'error_title' => 'Something went wrong',
+ 'error_contact_text' => 'If you\'d like help please email us at :mailaddress',
+ 'no_undo' => 'Warning: this can\'t be undone.',
+ 'no_contact_selected' => 'Please select a contact',
+ 'no_client_selected' => 'Please select a client',
+ 'gateway_config_error' => 'It may help to set new passwords or generate new API keys.',
+ 'payment_type_on_file' => ':type on file',
+ 'invoice_for_client' => 'Invoice :invoice for :client',
+ 'intent_not_found' => 'Sorry, I\'m not sure what you\'re asking.',
+ 'intent_not_supported' => 'Sorry, I\'m not able to do that.',
+ 'client_not_found' => 'I wasn\'t able to find the client',
+ 'not_allowed' => 'Sorry, you don\'t have the needed permissions',
+ 'bot_emailed_invoice' => 'Your invoice has been sent.',
+ 'bot_emailed_notify_viewed' => 'I\'ll email you when it\'s viewed.',
+ 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.',
+ 'add_product_to_invoice' => 'Add 1 :product',
+ 'not_authorized' => 'Your are not authorized',
+ 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
Send me your account email to get started.',
+ 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.',
+ 'bot_welcome' => 'That\'s it, your account is verified.
',
+ 'email_not_found' => 'I wasn\'t able to find an available account for :email',
+ 'invalid_code' => 'The code is not correct',
+ 'security_code_email_subject' => 'Security code for Invoice Ninja Bot',
+ 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.',
+ 'security_code_email_line2' => 'Note: it will expire in 10 minutes.',
+ 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent',
+ 'list_products' => 'List Products',
+
+ 'include_item_taxes_inline' => 'Include line item taxes in line total',
+ 'created_quotes' => 'Successfully created :count quotes(s)',
+ 'limited_gateways' => 'Note: we support one credit card gateway per company.',
+
+ 'warning' => 'Warning',
+ 'self-update' => 'Update Invoice Ninja',
+ 'update_invoiceninja_title' => 'Update Invoice Ninja',
+ 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!',
+ 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.',
+ 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.',
+ 'update_invoiceninja_decide_update_download' => 'You can decide to update directly to :version or to just download the new relase and update later.',
+ 'update_invoiceninja_update_start' => 'Update now',
+ 'update_invoiceninja_download_start' => 'Download :version',
+ 'create_new' => 'Create New',
+
+ 'toggle_navigation' => 'Toggle Navigation',
+ 'toggle_history' => 'Toggle History',
+ 'unassigned' => 'Unassigned',
+ 'task' => 'Task',
+ 'contact_name' => 'Contact Name',
+ 'city_state_postal' => 'City/State/Postal',
+ 'custom_field' => 'Custom Field',
+ 'account_fields' => 'Company Fields',
+ 'facebook_and_twitter' => 'Facebook and Twitter',
+ 'facebook_and_twitter_help' => 'Follow our feeds to help support our project',
+ 'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell our app.',
+ 'unnamed_client' => 'Unnamed Client',
+
+ 'day' => 'Day',
+ 'week' => 'Week',
+ 'month' => 'Month',
+ 'inactive_logout' => 'You have been logged out due to inactivity',
+ 'reports' => 'Reports',
+ 'total_profit' => 'Total Profit',
+ 'total_expenses' => 'Total Expenses',
+ 'quote_to' => 'Quote to',
);
diff --git a/resources/lang/hr/texts.php b/resources/lang/hr/texts.php
index 2b52a85c4678..40e8a5337cce 100644
--- a/resources/lang/hr/texts.php
+++ b/resources/lang/hr/texts.php
@@ -507,7 +507,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Baza znanja',
- 'partial' => 'Parcijalno',
+ 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial od :balance',
'more_fields' => 'Više polja',
'less_fields' => 'Manje polja',
@@ -995,7 +995,7 @@ $LANG = array(
'overdue' => 'Van valute',
- 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding and help support our project.',
+ 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.',
'user_email_footer' => 'To adjust your email notification settings please visit :link',
'reset_password_footer' => 'If you did not request this password reset please email our support: :email',
'limit_users' => 'Sorry, this will exceed the limit of :limit users',
@@ -2043,7 +2043,71 @@ $LANG = array(
'payment_error_code' => 'There was an error processing your payment [:code]. Please try again later.',
'standard_fees_apply' => 'Standard fees apply: 2.9% + $0.30 per successful charge.',
'limit_import_rows' => 'Data needs to be imported in batches of :count rows or less',
+ 'error_title' => 'Something went wrong',
+ 'error_contact_text' => 'If you\'d like help please email us at :mailaddress',
+ 'no_undo' => 'Warning: this can\'t be undone.',
+ 'no_contact_selected' => 'Please select a contact',
+ 'no_client_selected' => 'Please select a client',
+ 'gateway_config_error' => 'It may help to set new passwords or generate new API keys.',
+ 'payment_type_on_file' => ':type on file',
+ 'invoice_for_client' => 'Invoice :invoice for :client',
+ 'intent_not_found' => 'Sorry, I\'m not sure what you\'re asking.',
+ 'intent_not_supported' => 'Sorry, I\'m not able to do that.',
+ 'client_not_found' => 'I wasn\'t able to find the client',
+ 'not_allowed' => 'Sorry, you don\'t have the needed permissions',
+ 'bot_emailed_invoice' => 'Your invoice has been sent.',
+ 'bot_emailed_notify_viewed' => 'I\'ll email you when it\'s viewed.',
+ 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.',
+ 'add_product_to_invoice' => 'Add 1 :product',
+ 'not_authorized' => 'Your are not authorized',
+ 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
Send me your account email to get started.',
+ 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.',
+ 'bot_welcome' => 'That\'s it, your account is verified.
',
+ 'email_not_found' => 'I wasn\'t able to find an available account for :email',
+ 'invalid_code' => 'The code is not correct',
+ 'security_code_email_subject' => 'Security code for Invoice Ninja Bot',
+ 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.',
+ 'security_code_email_line2' => 'Note: it will expire in 10 minutes.',
+ 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent',
+ 'list_products' => 'List Products',
+
+ 'include_item_taxes_inline' => 'Include line item taxes in line total',
+ 'created_quotes' => 'Successfully created :count quotes(s)',
+ 'limited_gateways' => 'Note: we support one credit card gateway per company.',
+
+ 'warning' => 'Warning',
+ 'self-update' => 'Update Invoice Ninja',
+ 'update_invoiceninja_title' => 'Update Invoice Ninja',
+ 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!',
+ 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.',
+ 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.',
+ 'update_invoiceninja_decide_update_download' => 'You can decide to update directly to :version or to just download the new relase and update later.',
+ 'update_invoiceninja_update_start' => 'Update now',
+ 'update_invoiceninja_download_start' => 'Download :version',
+ 'create_new' => 'Create New',
+
+ 'toggle_navigation' => 'Toggle Navigation',
+ 'toggle_history' => 'Toggle History',
+ 'unassigned' => 'Unassigned',
+ 'task' => 'Task',
+ 'contact_name' => 'Contact Name',
+ 'city_state_postal' => 'City/State/Postal',
+ 'custom_field' => 'Custom Field',
+ 'account_fields' => 'Company Fields',
+ 'facebook_and_twitter' => 'Facebook and Twitter',
+ 'facebook_and_twitter_help' => 'Follow our feeds to help support our project',
+ 'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell our app.',
+ 'unnamed_client' => 'Unnamed Client',
+
+ 'day' => 'Day',
+ 'week' => 'Week',
+ 'month' => 'Month',
+ 'inactive_logout' => 'You have been logged out due to inactivity',
+ 'reports' => 'Reports',
+ 'total_profit' => 'Total Profit',
+ 'total_expenses' => 'Total Expenses',
+ 'quote_to' => 'Quote to',
);
diff --git a/resources/lang/it/texts.php b/resources/lang/it/texts.php
index d27a20a0308e..ef5c774be924 100644
--- a/resources/lang/it/texts.php
+++ b/resources/lang/it/texts.php
@@ -501,7 +501,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Knowledge Base',
- 'partial' => 'Partial',
+ 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial di :balance',
'more_fields' => 'More Fields',
'less_fields' => 'Less Fields',
@@ -989,7 +989,7 @@ $LANG = array(
'overdue' => 'Overdue',
- 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding and help support our project.',
+ 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.',
'user_email_footer' => 'Per modificare le impostazioni di notifiche via email per favore accedi a: :link',
'reset_password_footer' => 'Se non sei stato tu a voler resettare la password per favore invia un\'email di assistenza a: :email',
'limit_users' => 'Sorry, this will exceed the limit of :limit users',
@@ -2037,7 +2037,71 @@ $LANG = array(
'payment_error_code' => 'There was an error processing your payment [:code]. Please try again later.',
'standard_fees_apply' => 'Standard fees apply: 2.9% + $0.30 per successful charge.',
'limit_import_rows' => 'Data needs to be imported in batches of :count rows or less',
+ 'error_title' => 'Something went wrong',
+ 'error_contact_text' => 'If you\'d like help please email us at :mailaddress',
+ 'no_undo' => 'Warning: this can\'t be undone.',
+ 'no_contact_selected' => 'Please select a contact',
+ 'no_client_selected' => 'Please select a client',
+ 'gateway_config_error' => 'It may help to set new passwords or generate new API keys.',
+ 'payment_type_on_file' => ':type on file',
+ 'invoice_for_client' => 'Invoice :invoice for :client',
+ 'intent_not_found' => 'Sorry, I\'m not sure what you\'re asking.',
+ 'intent_not_supported' => 'Sorry, I\'m not able to do that.',
+ 'client_not_found' => 'I wasn\'t able to find the client',
+ 'not_allowed' => 'Sorry, you don\'t have the needed permissions',
+ 'bot_emailed_invoice' => 'Your invoice has been sent.',
+ 'bot_emailed_notify_viewed' => 'I\'ll email you when it\'s viewed.',
+ 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.',
+ 'add_product_to_invoice' => 'Add 1 :product',
+ 'not_authorized' => 'Your are not authorized',
+ 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
Send me your account email to get started.',
+ 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.',
+ 'bot_welcome' => 'That\'s it, your account is verified.
',
+ 'email_not_found' => 'I wasn\'t able to find an available account for :email',
+ 'invalid_code' => 'The code is not correct',
+ 'security_code_email_subject' => 'Security code for Invoice Ninja Bot',
+ 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.',
+ 'security_code_email_line2' => 'Note: it will expire in 10 minutes.',
+ 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent',
+ 'list_products' => 'List Products',
+
+ 'include_item_taxes_inline' => 'Include line item taxes in line total',
+ 'created_quotes' => 'Successfully created :count quotes(s)',
+ 'limited_gateways' => 'Note: we support one credit card gateway per company.',
+
+ 'warning' => 'Warning',
+ 'self-update' => 'Update Invoice Ninja',
+ 'update_invoiceninja_title' => 'Update Invoice Ninja',
+ 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!',
+ 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.',
+ 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.',
+ 'update_invoiceninja_decide_update_download' => 'You can decide to update directly to :version or to just download the new relase and update later.',
+ 'update_invoiceninja_update_start' => 'Update now',
+ 'update_invoiceninja_download_start' => 'Download :version',
+ 'create_new' => 'Create New',
+
+ 'toggle_navigation' => 'Toggle Navigation',
+ 'toggle_history' => 'Toggle History',
+ 'unassigned' => 'Unassigned',
+ 'task' => 'Task',
+ 'contact_name' => 'Contact Name',
+ 'city_state_postal' => 'City/State/Postal',
+ 'custom_field' => 'Custom Field',
+ 'account_fields' => 'Company Fields',
+ 'facebook_and_twitter' => 'Facebook and Twitter',
+ 'facebook_and_twitter_help' => 'Follow our feeds to help support our project',
+ 'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell our app.',
+ 'unnamed_client' => 'Unnamed Client',
+
+ 'day' => 'Day',
+ 'week' => 'Week',
+ 'month' => 'Month',
+ 'inactive_logout' => 'You have been logged out due to inactivity',
+ 'reports' => 'Reports',
+ 'total_profit' => 'Total Profit',
+ 'total_expenses' => 'Total Expenses',
+ 'quote_to' => 'Quote to',
);
diff --git a/resources/lang/ja/texts.php b/resources/lang/ja/texts.php
index 1cd3610a5901..12ad22c98cd1 100644
--- a/resources/lang/ja/texts.php
+++ b/resources/lang/ja/texts.php
@@ -507,7 +507,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'ナレッジベース',
- 'partial' => 'Partial',
+ 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial of :balance',
'more_fields' => '項目を増やす',
'less_fields' => '項目を減らす',
@@ -995,7 +995,7 @@ $LANG = array(
'overdue' => 'Overdue',
- 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding and help support our project.',
+ 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.',
'user_email_footer' => 'To adjust your email notification settings please visit :link',
'reset_password_footer' => 'If you did not request this password reset please email our support: :email',
'limit_users' => 'Sorry, this will exceed the limit of :limit users',
@@ -2043,7 +2043,71 @@ $LANG = array(
'payment_error_code' => 'There was an error processing your payment [:code]. Please try again later.',
'standard_fees_apply' => 'Standard fees apply: 2.9% + $0.30 per successful charge.',
'limit_import_rows' => 'Data needs to be imported in batches of :count rows or less',
+ 'error_title' => 'Something went wrong',
+ 'error_contact_text' => 'If you\'d like help please email us at :mailaddress',
+ 'no_undo' => 'Warning: this can\'t be undone.',
+ 'no_contact_selected' => 'Please select a contact',
+ 'no_client_selected' => 'Please select a client',
+ 'gateway_config_error' => 'It may help to set new passwords or generate new API keys.',
+ 'payment_type_on_file' => ':type on file',
+ 'invoice_for_client' => 'Invoice :invoice for :client',
+ 'intent_not_found' => 'Sorry, I\'m not sure what you\'re asking.',
+ 'intent_not_supported' => 'Sorry, I\'m not able to do that.',
+ 'client_not_found' => 'I wasn\'t able to find the client',
+ 'not_allowed' => 'Sorry, you don\'t have the needed permissions',
+ 'bot_emailed_invoice' => 'Your invoice has been sent.',
+ 'bot_emailed_notify_viewed' => 'I\'ll email you when it\'s viewed.',
+ 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.',
+ 'add_product_to_invoice' => 'Add 1 :product',
+ 'not_authorized' => 'Your are not authorized',
+ 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
Send me your account email to get started.',
+ 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.',
+ 'bot_welcome' => 'That\'s it, your account is verified.
',
+ 'email_not_found' => 'I wasn\'t able to find an available account for :email',
+ 'invalid_code' => 'The code is not correct',
+ 'security_code_email_subject' => 'Security code for Invoice Ninja Bot',
+ 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.',
+ 'security_code_email_line2' => 'Note: it will expire in 10 minutes.',
+ 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent',
+ 'list_products' => 'List Products',
+
+ 'include_item_taxes_inline' => 'Include line item taxes in line total',
+ 'created_quotes' => 'Successfully created :count quotes(s)',
+ 'limited_gateways' => 'Note: we support one credit card gateway per company.',
+
+ 'warning' => 'Warning',
+ 'self-update' => 'Update Invoice Ninja',
+ 'update_invoiceninja_title' => 'Update Invoice Ninja',
+ 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!',
+ 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.',
+ 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.',
+ 'update_invoiceninja_decide_update_download' => 'You can decide to update directly to :version or to just download the new relase and update later.',
+ 'update_invoiceninja_update_start' => 'Update now',
+ 'update_invoiceninja_download_start' => 'Download :version',
+ 'create_new' => 'Create New',
+
+ 'toggle_navigation' => 'Toggle Navigation',
+ 'toggle_history' => 'Toggle History',
+ 'unassigned' => 'Unassigned',
+ 'task' => 'Task',
+ 'contact_name' => 'Contact Name',
+ 'city_state_postal' => 'City/State/Postal',
+ 'custom_field' => 'Custom Field',
+ 'account_fields' => 'Company Fields',
+ 'facebook_and_twitter' => 'Facebook and Twitter',
+ 'facebook_and_twitter_help' => 'Follow our feeds to help support our project',
+ 'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell our app.',
+ 'unnamed_client' => 'Unnamed Client',
+
+ 'day' => 'Day',
+ 'week' => 'Week',
+ 'month' => 'Month',
+ 'inactive_logout' => 'You have been logged out due to inactivity',
+ 'reports' => 'Reports',
+ 'total_profit' => 'Total Profit',
+ 'total_expenses' => 'Total Expenses',
+ 'quote_to' => 'Quote to',
);
diff --git a/resources/lang/lt/texts.php b/resources/lang/lt/texts.php
index c2bcf261fd25..0494088f06c0 100644
--- a/resources/lang/lt/texts.php
+++ b/resources/lang/lt/texts.php
@@ -507,7 +507,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Knowledge Base',
- 'partial' => 'Partial',
+ 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial of :balance',
'more_fields' => 'More Fields',
'less_fields' => 'Less Fields',
@@ -774,8 +774,8 @@ $LANG = array(
'activity_35' => ':user sukurtas :vendor',
'activity_36' => ':user sukurtas :vendor',
'activity_37' => ':user sukurtas :vendor',
- 'activity_42' => ':user created task ":task"',
- 'activity_43' => ':user updated task ":task"',
+ 'activity_42' => ':user sukurtos užduotys ":task"',
+ 'activity_43' => ':user atnaujintos užduotys ":task"',
'payment' => 'Payment',
'system' => 'System',
'signature' => 'Email Signature',
@@ -995,7 +995,7 @@ $LANG = array(
'overdue' => 'Overdue',
- 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding and help support our project.',
+ 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.',
'user_email_footer' => 'To adjust your email notification settings please visit :link',
'reset_password_footer' => 'If you did not request this password reset please email our support: :email',
'limit_users' => 'Sorry, this will exceed the limit of :limit users',
@@ -1296,7 +1296,7 @@ $LANG = array(
'wepay_tos_agree' => 'Sutinku :link.',
'wepay_tos_link_text' => 'WePay paslaugų teikimo sąlygos',
'resend_confirmation_email' => 'Persiųsti patvirtinimo laišką',
- 'manage_account' => 'Manage Account',
+ 'manage_account' => 'Valdyti paskyrą',
'action_required' => 'Reikalingas veiksmas',
'finish_setup' => 'Baigti nustatymus',
'created_wepay_confirmation_required' => 'Prašome patikrinti savo el. paštą ir patvirtinkite el. pašto adresą WePay.',
@@ -1310,61 +1310,61 @@ $LANG = array(
'debit_cards' => 'Debetinė kortelė',
'warn_start_date_changed' => 'The next invoice will be sent on the new start date.',
- 'original_start_date' => 'Original start date',
- 'new_start_date' => 'New start date',
- 'security' => 'Security',
- 'see_whats_new' => 'See what\'s new in v:version',
- 'wait_for_upload' => 'Please wait for the document upload to complete.',
- 'upgrade_for_permissions' => 'Upgrade to our Enterprise plan to enable permissions.',
+ 'original_start_date' => 'Originali pradžios data',
+ 'new_start_date' => 'Nauja pradžios data',
+ 'security' => 'Sauga',
+ 'see_whats_new' => 'Kas naujo versijoje v:version',
+ 'wait_for_upload' => 'Prašome palaukti kol įksikels dokumentas',
+ 'upgrade_for_permissions' => 'Pasirinkite Įmonės planą norėdami įjungti leidimus.',
'enable_second_tax_rate' => 'Enable specifying a second tax rate',
- 'payment_file' => 'Payment File',
+ 'payment_file' => 'Išrašo failas',
'expense_file' => 'Expense File',
- 'product_file' => 'Product File',
- 'import_products' => 'Import Products',
- 'products_will_create' => 'products will be created.',
- 'product_key' => 'Product',
- 'created_products' => 'Successfully created :count product(s)',
+ 'product_file' => 'Prekės failas',
+ 'import_products' => 'Importuoti prekes',
+ 'products_will_create' => 'prekė sukurta.',
+ 'product_key' => 'Prekė',
+ 'created_products' => 'Sėkmingai sukurta :count prekė(-s)',
'export_help' => 'Use JSON if you plan to import the data into Invoice Ninja.',
- 'JSON_file' => 'JSON File',
+ 'JSON_file' => 'JSON failas',
- 'view_dashboard' => 'View Dashboard',
- 'client_session_expired' => 'Session Expired',
+ 'view_dashboard' => 'Rodyti darbastalį',
+ 'client_session_expired' => 'Sesija pasibaigė',
'client_session_expired_message' => 'Your session has expired. Please click the link in your email again.',
'auto_bill_notification' => 'This invoice will automatically be billed to your :payment_method on file on :due_date.',
- 'auto_bill_payment_method_bank_transfer' => 'bank account',
- 'auto_bill_payment_method_credit_card' => 'credit card',
- 'auto_bill_payment_method_paypal' => 'PayPal account',
+ 'auto_bill_payment_method_bank_transfer' => 'banko sąskaita',
+ 'auto_bill_payment_method_credit_card' => 'kreditinė kortelė',
+ 'auto_bill_payment_method_paypal' => 'PayPal sąskaita',
'auto_bill_notification_placeholder' => 'This invoice will automatically be billed to your credit card on file on the due date.',
- 'payment_settings' => 'Payment Settings',
+ 'payment_settings' => 'Apmokėjimo sąlygos',
- 'on_send_date' => 'On send date',
- 'on_due_date' => 'On due date',
+ 'on_send_date' => 'Pagal išsiuntimo datą',
+ 'on_due_date' => 'Pagal atlikimo datą',
'auto_bill_ach_date_help' => 'ACH auto bill will always happen on the due date',
'warn_change_auto_bill' => 'Due to NACHA rules, changes to this invoice may prevent ACH auto bill.',
- 'bank_account' => 'Bank Account',
+ 'bank_account' => 'Banko sąskaita',
'payment_processed_through_wepay' => 'ACH payments will be processed using WePay.',
'wepay_payment_tos_agree' => 'I agree to the WePay :terms and :privacy_policy.',
- 'privacy_policy' => 'Privacy Policy',
+ 'privacy_policy' => 'Privatumo politika',
'wepay_payment_tos_agree_required' => 'You must agree to the WePay Terms of Service and Privacy Policy.',
'payment_settings_supported_gateways' => 'These options are supported by the WePay, Stripe, and Braintree gateways.',
'ach_email_prompt' => 'Please enter your email address:',
- 'verification_pending' => 'Verification Pending',
+ 'verification_pending' => 'Laukia patvirtinimo',
'update_font_cache' => 'Please force refresh the page to update the font cache.',
- 'more_options' => 'More options',
- 'credit_card' => 'Credit Card',
- 'bank_transfer' => 'Bank Transfer',
+ 'more_options' => 'Daugiau parinkčių',
+ 'credit_card' => 'Kreditinė kortelė',
+ 'bank_transfer' => 'Pavedimu',
'no_transaction_reference' => 'We did not recieve a payment transaction reference from the gateway.',
'use_bank_on_file' => 'Use Bank on File',
'auto_bill_email_message' => 'This invoice will automatically be billed to the payment method on file on the due date.',
'bitcoin' => 'Bitcoin',
- 'added_on' => 'Added :date',
+ 'added_on' => 'Sukurta :date',
'failed_remove_payment_method' => 'Failed to remove the payment method',
- 'gateway_exists' => 'This gateway already exists',
- 'manual_entry' => 'Manual entry',
- 'start_of_week' => 'First day of the week',
+ 'gateway_exists' => 'Ši mokėjimo sąsaja jau yra',
+ 'manual_entry' => 'Įrašyti rankiniu būdu',
+ 'start_of_week' => 'Savaitės pirma diena',
// Frequencies
'freq_weekly' => 'Weekly',
@@ -1377,7 +1377,7 @@ $LANG = array(
// Payment types
'payment_type_Apply Credit' => 'Apply Credit',
- 'payment_type_Bank Transfer' => 'Bank Transfer',
+ 'payment_type_Bank Transfer' => 'Pavedimu',
'payment_type_Cash' => 'Cash',
'payment_type_Debit' => 'Debit',
'payment_type_ACH' => 'ACH',
@@ -1412,13 +1412,13 @@ $LANG = array(
'industry_Government' => 'Government',
'industry_Healthcare & Life Sciences' => 'Healthcare & Life Sciences',
'industry_Insurance' => 'Insurance',
- 'industry_Manufacturing' => 'Manufacturing',
- 'industry_Marketing' => 'Marketing',
+ 'industry_Manufacturing' => 'Gamyba',
+ 'industry_Marketing' => 'Marketingas',
'industry_Media' => 'Media',
'industry_Nonprofit & Higher Ed' => 'Nonprofit & Higher Ed',
'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
- 'industry_Real Estate' => 'Real Estate',
+ 'industry_Real Estate' => 'Nekilnojamas turtas',
'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation',
@@ -1427,31 +1427,31 @@ $LANG = array(
'industry_Photography' =>'Photography',
// Countries
- 'country_Afghanistan' => 'Afghanistan',
+ 'country_Afghanistan' => 'Afganistanas',
'country_Albania' => 'Albania',
- 'country_Antarctica' => 'Antarctica',
+ 'country_Antarctica' => 'Antarktika',
'country_Algeria' => 'Algeria',
'country_American Samoa' => 'American Samoa',
- 'country_Andorra' => 'Andorra',
+ 'country_Andorra' => 'Andora',
'country_Angola' => 'Angola',
'country_Antigua and Barbuda' => 'Antigua and Barbuda',
- 'country_Azerbaijan' => 'Azerbaijan',
+ 'country_Azerbaijan' => 'Azerbaidžanas',
'country_Argentina' => 'Argentina',
- 'country_Australia' => 'Australia',
- 'country_Austria' => 'Austria',
+ 'country_Australia' => 'Australija',
+ 'country_Austria' => 'Austrija',
'country_Bahamas' => 'Bahamas',
'country_Bahrain' => 'Bahrain',
'country_Bangladesh' => 'Bangladesh',
- 'country_Armenia' => 'Armenia',
+ 'country_Armenia' => 'Armėnija',
'country_Barbados' => 'Barbados',
- 'country_Belgium' => 'Belgium',
+ 'country_Belgium' => 'Belgija',
'country_Bermuda' => 'Bermuda',
'country_Bhutan' => 'Bhutan',
'country_Bolivia, Plurinational State of' => 'Bolivia, Plurinational State of',
- 'country_Bosnia and Herzegovina' => 'Bosnia and Herzegovina',
+ 'country_Bosnia and Herzegovina' => 'Bosnija ir Hercegovina',
'country_Botswana' => 'Botswana',
'country_Bouvet Island' => 'Bouvet Island',
- 'country_Brazil' => 'Brazil',
+ 'country_Brazil' => 'Brazilija',
'country_Belize' => 'Belize',
'country_British Indian Ocean Territory' => 'British Indian Ocean Territory',
'country_Solomon Islands' => 'Solomon Islands',
@@ -1460,7 +1460,7 @@ $LANG = array(
'country_Bulgaria' => 'Bulgaria',
'country_Myanmar' => 'Myanmar',
'country_Burundi' => 'Burundi',
- 'country_Belarus' => 'Belarus',
+ 'country_Belarus' => 'Baltarusija',
'country_Cambodia' => 'Cambodia',
'country_Cameroon' => 'Cameroon',
'country_Canada' => 'Canada',
@@ -1480,13 +1480,13 @@ $LANG = array(
'country_Congo' => 'Congo',
'country_Congo, the Democratic Republic of the' => 'Congo, the Democratic Republic of the',
'country_Cook Islands' => 'Cook Islands',
- 'country_Costa Rica' => 'Costa Rica',
- 'country_Croatia' => 'Croatia',
- 'country_Cuba' => 'Cuba',
- 'country_Cyprus' => 'Cyprus',
- 'country_Czech Republic' => 'Czech Republic',
+ 'country_Costa Rica' => 'Kosta Rika',
+ 'country_Croatia' => 'Kroatija',
+ 'country_Cuba' => 'Kuba',
+ 'country_Cyprus' => 'Kipras',
+ 'country_Czech Republic' => 'Čekoslovakija',
'country_Benin' => 'Benin',
- 'country_Denmark' => 'Denmark',
+ 'country_Denmark' => 'Danija',
'country_Dominica' => 'Dominica',
'country_Dominican Republic' => 'Dominican Republic',
'country_Ecuador' => 'Ecuador',
@@ -1494,27 +1494,27 @@ $LANG = array(
'country_Equatorial Guinea' => 'Equatorial Guinea',
'country_Ethiopia' => 'Ethiopia',
'country_Eritrea' => 'Eritrea',
- 'country_Estonia' => 'Estonia',
+ 'country_Estonia' => 'Estija',
'country_Faroe Islands' => 'Faroe Islands',
'country_Falkland Islands (Malvinas)' => 'Falkland Islands (Malvinas)',
'country_South Georgia and the South Sandwich Islands' => 'South Georgia and the South Sandwich Islands',
'country_Fiji' => 'Fiji',
- 'country_Finland' => 'Finland',
+ 'country_Finland' => 'Suomija',
'country_Åland Islands' => 'Åland Islands',
- 'country_France' => 'France',
+ 'country_France' => 'Prancūzija',
'country_French Guiana' => 'French Guiana',
'country_French Polynesia' => 'French Polynesia',
'country_French Southern Territories' => 'French Southern Territories',
'country_Djibouti' => 'Djibouti',
'country_Gabon' => 'Gabon',
- 'country_Georgia' => 'Georgia',
+ 'country_Georgia' => 'Gruzija',
'country_Gambia' => 'Gambia',
'country_Palestinian Territory, Occupied' => 'Palestinian Territory, Occupied',
'country_Germany' => 'Germany',
'country_Ghana' => 'Ghana',
'country_Gibraltar' => 'Gibraltar',
'country_Kiribati' => 'Kiribati',
- 'country_Greece' => 'Greece',
+ 'country_Greece' => 'Graikija',
'country_Greenland' => 'Greenland',
'country_Grenada' => 'Grenada',
'country_Guadeloupe' => 'Guadeloupe',
@@ -1527,33 +1527,33 @@ $LANG = array(
'country_Holy See (Vatican City State)' => 'Holy See (Vatican City State)',
'country_Honduras' => 'Honduras',
'country_Hong Kong' => 'Hong Kong',
- 'country_Hungary' => 'Hungary',
+ 'country_Hungary' => 'Vengrija',
'country_Iceland' => 'Iceland',
- 'country_India' => 'India',
+ 'country_India' => 'Indija',
'country_Indonesia' => 'Indonesia',
'country_Iran, Islamic Republic of' => 'Iran, Islamic Republic of',
- 'country_Iraq' => 'Iraq',
- 'country_Ireland' => 'Ireland',
- 'country_Israel' => 'Israel',
- 'country_Italy' => 'Italy',
+ 'country_Iraq' => 'Irakas',
+ 'country_Ireland' => 'Airija',
+ 'country_Israel' => 'Izrajelis',
+ 'country_Italy' => 'Italija',
'country_Côte d\'Ivoire' => 'Côte d\'Ivoire',
'country_Jamaica' => 'Jamaica',
- 'country_Japan' => 'Japan',
- 'country_Kazakhstan' => 'Kazakhstan',
+ 'country_Japan' => 'Japonija',
+ 'country_Kazakhstan' => 'Kazachstanas',
'country_Jordan' => 'Jordan',
'country_Kenya' => 'Kenya',
'country_Korea, Democratic People\'s Republic of' => 'Korea, Democratic People\'s Republic of',
'country_Korea, Republic of' => 'Korea, Republic of',
'country_Kuwait' => 'Kuwait',
- 'country_Kyrgyzstan' => 'Kyrgyzstan',
+ 'country_Kyrgyzstan' => 'Kirgizija',
'country_Lao People\'s Democratic Republic' => 'Lao People\'s Democratic Republic',
'country_Lebanon' => 'Lebanon',
'country_Lesotho' => 'Lesotho',
- 'country_Latvia' => 'Latvia',
+ 'country_Latvia' => 'Latvija',
'country_Liberia' => 'Liberia',
'country_Libya' => 'Libya',
'country_Liechtenstein' => 'Liechtenstein',
- 'country_Lithuania' => 'Lithuania',
+ 'country_Lithuania' => 'Lietuva',
'country_Luxembourg' => 'Luxembourg',
'country_Macao' => 'Macao',
'country_Madagascar' => 'Madagascar',
@@ -1603,7 +1603,7 @@ $LANG = array(
'country_Peru' => 'Peru',
'country_Philippines' => 'Philippines',
'country_Pitcairn' => 'Pitcairn',
- 'country_Poland' => 'Poland',
+ 'country_Poland' => 'Lenkija',
'country_Portugal' => 'Portugal',
'country_Guinea-Bissau' => 'Guinea-Bissau',
'country_Timor-Leste' => 'Timor-Leste',
@@ -1611,7 +1611,7 @@ $LANG = array(
'country_Qatar' => 'Qatar',
'country_Réunion' => 'Réunion',
'country_Romania' => 'Romania',
- 'country_Russian Federation' => 'Russian Federation',
+ 'country_Russian Federation' => 'Rusija',
'country_Rwanda' => 'Rwanda',
'country_Saint Barthélemy' => 'Saint Barthélemy',
'country_Saint Helena, Ascension and Tristan da Cunha' => 'Saint Helena, Ascension and Tristan da Cunha',
@@ -1642,8 +1642,8 @@ $LANG = array(
'country_Suriname' => 'Suriname',
'country_Svalbard and Jan Mayen' => 'Svalbard and Jan Mayen',
'country_Swaziland' => 'Swaziland',
- 'country_Sweden' => 'Sweden',
- 'country_Switzerland' => 'Switzerland',
+ 'country_Sweden' => 'Švedija',
+ 'country_Switzerland' => 'Šveicarija',
'country_Syrian Arab Republic' => 'Syrian Arab Republic',
'country_Tajikistan' => 'Tajikistan',
'country_Thailand' => 'Thailand',
@@ -1653,7 +1653,7 @@ $LANG = array(
'country_Trinidad and Tobago' => 'Trinidad and Tobago',
'country_United Arab Emirates' => 'United Arab Emirates',
'country_Tunisia' => 'Tunisia',
- 'country_Turkey' => 'Turkey',
+ 'country_Turkey' => 'Turkija',
'country_Turkmenistan' => 'Turkmenistan',
'country_Turks and Caicos Islands' => 'Turks and Caicos Islands',
'country_Tuvalu' => 'Tuvalu',
@@ -1689,9 +1689,9 @@ $LANG = array(
'lang_German' => 'German',
'lang_Italian' => 'Italian',
'lang_Japanese' => 'Japanese',
- 'lang_Lithuanian' => 'Lithuanian',
+ 'lang_Lithuanian' => 'Lietuviškai',
'lang_Norwegian' => 'Norwegian',
- 'lang_Polish' => 'Polish',
+ 'lang_Polish' => 'Lenkiškai',
'lang_Spanish' => 'Spanish',
'lang_Spanish - Spain' => 'Spanish - Spain',
'lang_Swedish' => 'Swedish',
@@ -1707,7 +1707,7 @@ $LANG = array(
// Payment types
'payment_type_Apply Credit' => 'Apply Credit',
- 'payment_type_Bank Transfer' => 'Bank Transfer',
+ 'payment_type_Bank Transfer' => 'Pavedimu',
'payment_type_Cash' => 'Cash',
'payment_type_Debit' => 'Debit',
'payment_type_ACH' => 'ACH',
@@ -1742,13 +1742,13 @@ $LANG = array(
'industry_Government' => 'Government',
'industry_Healthcare & Life Sciences' => 'Healthcare & Life Sciences',
'industry_Insurance' => 'Insurance',
- 'industry_Manufacturing' => 'Manufacturing',
- 'industry_Marketing' => 'Marketing',
+ 'industry_Manufacturing' => 'Gamyba',
+ 'industry_Marketing' => 'Marketingas',
'industry_Media' => 'Media',
'industry_Nonprofit & Higher Ed' => 'Nonprofit & Higher Ed',
'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
- 'industry_Real Estate' => 'Real Estate',
+ 'industry_Real Estate' => 'Nekilnojamas turtas',
'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation',
@@ -1757,31 +1757,31 @@ $LANG = array(
'industry_Photography' =>'Photography',
// Countries
- 'country_Afghanistan' => 'Afghanistan',
+ 'country_Afghanistan' => 'Afganistanas',
'country_Albania' => 'Albania',
- 'country_Antarctica' => 'Antarctica',
+ 'country_Antarctica' => 'Antarktika',
'country_Algeria' => 'Algeria',
'country_American Samoa' => 'American Samoa',
- 'country_Andorra' => 'Andorra',
+ 'country_Andorra' => 'Andora',
'country_Angola' => 'Angola',
'country_Antigua and Barbuda' => 'Antigua and Barbuda',
- 'country_Azerbaijan' => 'Azerbaijan',
+ 'country_Azerbaijan' => 'Azerbaidžanas',
'country_Argentina' => 'Argentina',
- 'country_Australia' => 'Australia',
- 'country_Austria' => 'Austria',
+ 'country_Australia' => 'Australija',
+ 'country_Austria' => 'Austrija',
'country_Bahamas' => 'Bahamas',
'country_Bahrain' => 'Bahrain',
'country_Bangladesh' => 'Bangladesh',
- 'country_Armenia' => 'Armenia',
+ 'country_Armenia' => 'Armėnija',
'country_Barbados' => 'Barbados',
- 'country_Belgium' => 'Belgium',
+ 'country_Belgium' => 'Belgija',
'country_Bermuda' => 'Bermuda',
'country_Bhutan' => 'Bhutan',
'country_Bolivia, Plurinational State of' => 'Bolivia, Plurinational State of',
- 'country_Bosnia and Herzegovina' => 'Bosnia and Herzegovina',
+ 'country_Bosnia and Herzegovina' => 'Bosnija ir Hercegovina',
'country_Botswana' => 'Botswana',
'country_Bouvet Island' => 'Bouvet Island',
- 'country_Brazil' => 'Brazil',
+ 'country_Brazil' => 'Brazilija',
'country_Belize' => 'Belize',
'country_British Indian Ocean Territory' => 'British Indian Ocean Territory',
'country_Solomon Islands' => 'Solomon Islands',
@@ -1790,7 +1790,7 @@ $LANG = array(
'country_Bulgaria' => 'Bulgaria',
'country_Myanmar' => 'Myanmar',
'country_Burundi' => 'Burundi',
- 'country_Belarus' => 'Belarus',
+ 'country_Belarus' => 'Baltarusija',
'country_Cambodia' => 'Cambodia',
'country_Cameroon' => 'Cameroon',
'country_Canada' => 'Canada',
@@ -1810,13 +1810,13 @@ $LANG = array(
'country_Congo' => 'Congo',
'country_Congo, the Democratic Republic of the' => 'Congo, the Democratic Republic of the',
'country_Cook Islands' => 'Cook Islands',
- 'country_Costa Rica' => 'Costa Rica',
- 'country_Croatia' => 'Croatia',
- 'country_Cuba' => 'Cuba',
- 'country_Cyprus' => 'Cyprus',
- 'country_Czech Republic' => 'Czech Republic',
+ 'country_Costa Rica' => 'Kosta Rika',
+ 'country_Croatia' => 'Kroatija',
+ 'country_Cuba' => 'Kuba',
+ 'country_Cyprus' => 'Kipras',
+ 'country_Czech Republic' => 'Čekoslovakija',
'country_Benin' => 'Benin',
- 'country_Denmark' => 'Denmark',
+ 'country_Denmark' => 'Danija',
'country_Dominica' => 'Dominica',
'country_Dominican Republic' => 'Dominican Republic',
'country_Ecuador' => 'Ecuador',
@@ -1824,27 +1824,27 @@ $LANG = array(
'country_Equatorial Guinea' => 'Equatorial Guinea',
'country_Ethiopia' => 'Ethiopia',
'country_Eritrea' => 'Eritrea',
- 'country_Estonia' => 'Estonia',
+ 'country_Estonia' => 'Estija',
'country_Faroe Islands' => 'Faroe Islands',
'country_Falkland Islands (Malvinas)' => 'Falkland Islands (Malvinas)',
'country_South Georgia and the South Sandwich Islands' => 'South Georgia and the South Sandwich Islands',
'country_Fiji' => 'Fiji',
- 'country_Finland' => 'Finland',
+ 'country_Finland' => 'Suomija',
'country_Åland Islands' => 'Åland Islands',
- 'country_France' => 'France',
+ 'country_France' => 'Prancūzija',
'country_French Guiana' => 'French Guiana',
'country_French Polynesia' => 'French Polynesia',
'country_French Southern Territories' => 'French Southern Territories',
'country_Djibouti' => 'Djibouti',
'country_Gabon' => 'Gabon',
- 'country_Georgia' => 'Georgia',
+ 'country_Georgia' => 'Gruzija',
'country_Gambia' => 'Gambia',
'country_Palestinian Territory, Occupied' => 'Palestinian Territory, Occupied',
'country_Germany' => 'Germany',
'country_Ghana' => 'Ghana',
'country_Gibraltar' => 'Gibraltar',
'country_Kiribati' => 'Kiribati',
- 'country_Greece' => 'Greece',
+ 'country_Greece' => 'Graikija',
'country_Greenland' => 'Greenland',
'country_Grenada' => 'Grenada',
'country_Guadeloupe' => 'Guadeloupe',
@@ -1857,33 +1857,33 @@ $LANG = array(
'country_Holy See (Vatican City State)' => 'Holy See (Vatican City State)',
'country_Honduras' => 'Honduras',
'country_Hong Kong' => 'Hong Kong',
- 'country_Hungary' => 'Hungary',
+ 'country_Hungary' => 'Vengrija',
'country_Iceland' => 'Iceland',
- 'country_India' => 'India',
+ 'country_India' => 'Indija',
'country_Indonesia' => 'Indonesia',
'country_Iran, Islamic Republic of' => 'Iran, Islamic Republic of',
- 'country_Iraq' => 'Iraq',
- 'country_Ireland' => 'Ireland',
- 'country_Israel' => 'Israel',
- 'country_Italy' => 'Italy',
+ 'country_Iraq' => 'Irakas',
+ 'country_Ireland' => 'Airija',
+ 'country_Israel' => 'Izrajelis',
+ 'country_Italy' => 'Italija',
'country_Côte d\'Ivoire' => 'Côte d\'Ivoire',
'country_Jamaica' => 'Jamaica',
- 'country_Japan' => 'Japan',
- 'country_Kazakhstan' => 'Kazakhstan',
+ 'country_Japan' => 'Japonija',
+ 'country_Kazakhstan' => 'Kazachstanas',
'country_Jordan' => 'Jordan',
'country_Kenya' => 'Kenya',
'country_Korea, Democratic People\'s Republic of' => 'Korea, Democratic People\'s Republic of',
'country_Korea, Republic of' => 'Korea, Republic of',
'country_Kuwait' => 'Kuwait',
- 'country_Kyrgyzstan' => 'Kyrgyzstan',
+ 'country_Kyrgyzstan' => 'Kirgizija',
'country_Lao People\'s Democratic Republic' => 'Lao People\'s Democratic Republic',
'country_Lebanon' => 'Lebanon',
'country_Lesotho' => 'Lesotho',
- 'country_Latvia' => 'Latvia',
+ 'country_Latvia' => 'Latvija',
'country_Liberia' => 'Liberia',
'country_Libya' => 'Libya',
'country_Liechtenstein' => 'Liechtenstein',
- 'country_Lithuania' => 'Lithuania',
+ 'country_Lithuania' => 'Lietuva',
'country_Luxembourg' => 'Luxembourg',
'country_Macao' => 'Macao',
'country_Madagascar' => 'Madagascar',
@@ -1933,7 +1933,7 @@ $LANG = array(
'country_Peru' => 'Peru',
'country_Philippines' => 'Philippines',
'country_Pitcairn' => 'Pitcairn',
- 'country_Poland' => 'Poland',
+ 'country_Poland' => 'Lenkija',
'country_Portugal' => 'Portugal',
'country_Guinea-Bissau' => 'Guinea-Bissau',
'country_Timor-Leste' => 'Timor-Leste',
@@ -1941,7 +1941,7 @@ $LANG = array(
'country_Qatar' => 'Qatar',
'country_Réunion' => 'Réunion',
'country_Romania' => 'Romania',
- 'country_Russian Federation' => 'Russian Federation',
+ 'country_Russian Federation' => 'Rusija',
'country_Rwanda' => 'Rwanda',
'country_Saint Barthélemy' => 'Saint Barthélemy',
'country_Saint Helena, Ascension and Tristan da Cunha' => 'Saint Helena, Ascension and Tristan da Cunha',
@@ -1972,8 +1972,8 @@ $LANG = array(
'country_Suriname' => 'Suriname',
'country_Svalbard and Jan Mayen' => 'Svalbard and Jan Mayen',
'country_Swaziland' => 'Swaziland',
- 'country_Sweden' => 'Sweden',
- 'country_Switzerland' => 'Switzerland',
+ 'country_Sweden' => 'Švedija',
+ 'country_Switzerland' => 'Šveicarija',
'country_Syrian Arab Republic' => 'Syrian Arab Republic',
'country_Tajikistan' => 'Tajikistan',
'country_Thailand' => 'Thailand',
@@ -1983,7 +1983,7 @@ $LANG = array(
'country_Trinidad and Tobago' => 'Trinidad and Tobago',
'country_United Arab Emirates' => 'United Arab Emirates',
'country_Tunisia' => 'Tunisia',
- 'country_Turkey' => 'Turkey',
+ 'country_Turkey' => 'Turkija',
'country_Turkmenistan' => 'Turkmenistan',
'country_Turks and Caicos Islands' => 'Turks and Caicos Islands',
'country_Tuvalu' => 'Tuvalu',
@@ -2007,16 +2007,16 @@ $LANG = array(
'country_Yemen' => 'Yemen',
'country_Zambi' => 'Zambi',
- 'view_client_portal' => 'View client portal',
- 'view_portal' => 'View Portal',
- 'vendor_contacts' => 'Vendor Contacts',
- 'all' => 'All',
- 'selected' => 'Selected',
- 'category' => 'Category',
- 'categories' => 'Categories',
+ 'view_client_portal' => 'Rodyti kliento tinklapį',
+ 'view_portal' => 'Rodyti tinklapį',
+ 'vendor_contacts' => 'Tiekėjo kontaktai',
+ 'all' => 'Visi',
+ 'selected' => 'Pasirinkita',
+ 'category' => 'Kategorija',
+ 'categories' => 'Kategorijos',
'new_expense_category' => 'New Expense Category',
- 'edit_category' => 'Edit Category',
- 'archive_expense_category' => 'Archive Category',
+ 'edit_category' => 'Keisti kategoriją',
+ 'archive_expense_category' => 'Archyvo kategorija',
'expense_categories' => 'Expense Categories',
'list_expense_categories' => 'List Expense Categories',
'updated_expense_category' => 'Successfully updated expense category',
@@ -2025,25 +2025,89 @@ $LANG = array(
'archived_expense_categories' => 'Successfully archived :count expense category',
'restore_expense_category' => 'Restore expense category',
'restored_expense_category' => 'Successfully restored expense category',
- 'apply_taxes' => 'Apply taxes',
- 'min_to_max_users' => ':min to :max users',
- 'max_users_reached' => 'The maximum number of users has been reached.',
- 'buy_now_buttons' => 'Buy Now Buttons',
- 'landing_page' => 'Landing Page',
- 'payment_type' => 'Payment Type',
- 'form' => 'Form',
- 'link' => 'Link',
- 'fields' => 'Fields',
+ 'apply_taxes' => 'Naudoti mokesčius',
+ 'min_to_max_users' => ':min iki :max klientų',
+ 'max_users_reached' => 'Pasiektas maksimalus galimų vartotojų skaičius.',
+ 'buy_now_buttons' => 'Pirkti dabar mygtukas',
+ 'landing_page' => 'Nukreipimo puslapis',
+ 'payment_type' => 'Mokėjimo tipas',
+ 'form' => 'Forma',
+ 'link' => 'Nuoroda',
+ 'fields' => 'Laukai',
'dwolla' => 'Dwolla',
'buy_now_buttons_warning' => 'Note: client and invoice records are created even if the transaction isn\'t completed.',
'buy_now_buttons_disabled' => 'This feature requires that a product is created and a payment gateway is configured.',
'enable_buy_now_buttons_help' => 'Enable support for buy now buttons',
'changes_take_effect_immediately' => 'Note: changes take effect immediately',
- 'wepay_account_description' => 'Payment gateway for Invoice Ninja',
+ 'wepay_account_description' => 'Mokėjimo sąsajos Invoice Ninja',
'payment_error_code' => 'There was an error processing your payment [:code]. Please try again later.',
'standard_fees_apply' => 'Standard fees apply: 2.9% + $0.30 per successful charge.',
'limit_import_rows' => 'Data needs to be imported in batches of :count rows or less',
+ 'error_title' => 'Kažkas negerai',
+ 'error_contact_text' => 'If you\'d like help please email us at :mailaddress',
+ 'no_undo' => 'Warning: this can\'t be undone.',
+ 'no_contact_selected' => 'Prašome pasirinkti kontaktą',
+ 'no_client_selected' => 'Prašome pasirinkti klientą',
+ 'gateway_config_error' => 'It may help to set new passwords or generate new API keys.',
+ 'payment_type_on_file' => ':type faile',
+ 'invoice_for_client' => 'Invoice :invoice for :client',
+ 'intent_not_found' => 'Sorry, I\'m not sure what you\'re asking.',
+ 'intent_not_supported' => 'Sorry, I\'m not able to do that.',
+ 'client_not_found' => 'I wasn\'t able to find the client',
+ 'not_allowed' => 'Sorry, you don\'t have the needed permissions',
+ 'bot_emailed_invoice' => 'Your invoice has been sent.',
+ 'bot_emailed_notify_viewed' => 'I\'ll email you when it\'s viewed.',
+ 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.',
+ 'add_product_to_invoice' => 'Add 1 :product',
+ 'not_authorized' => 'Your are not authorized',
+ 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
Send me your account email to get started.',
+ 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.',
+ 'bot_welcome' => 'That\'s it, your account is verified.
',
+ 'email_not_found' => 'I wasn\'t able to find an available account for :email',
+ 'invalid_code' => 'The code is not correct',
+ 'security_code_email_subject' => 'Security code for Invoice Ninja Bot',
+ 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.',
+ 'security_code_email_line2' => 'Note: it will expire in 10 minutes.',
+ 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent',
+ 'list_products' => 'List Products',
+
+ 'include_item_taxes_inline' => 'Include line item taxes in line total',
+ 'created_quotes' => 'Successfully created :count quotes(s)',
+ 'limited_gateways' => 'Note: we support one credit card gateway per company.',
+
+ 'warning' => 'Warning',
+ 'self-update' => 'Update Invoice Ninja',
+ 'update_invoiceninja_title' => 'Update Invoice Ninja',
+ 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!',
+ 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.',
+ 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.',
+ 'update_invoiceninja_decide_update_download' => 'You can decide to update directly to :version or to just download the new relase and update later.',
+ 'update_invoiceninja_update_start' => 'Update now',
+ 'update_invoiceninja_download_start' => 'Download :version',
+ 'create_new' => 'Create New',
+
+ 'toggle_navigation' => 'Toggle Navigation',
+ 'toggle_history' => 'Toggle History',
+ 'unassigned' => 'Unassigned',
+ 'task' => 'Task',
+ 'contact_name' => 'Contact Name',
+ 'city_state_postal' => 'City/State/Postal',
+ 'custom_field' => 'Custom Field',
+ 'account_fields' => 'Company Fields',
+ 'facebook_and_twitter' => 'Facebook and Twitter',
+ 'facebook_and_twitter_help' => 'Follow our feeds to help support our project',
+ 'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell our app.',
+ 'unnamed_client' => 'Unnamed Client',
+
+ 'day' => 'Day',
+ 'week' => 'Week',
+ 'month' => 'Month',
+ 'inactive_logout' => 'You have been logged out due to inactivity',
+ 'reports' => 'Reports',
+ 'total_profit' => 'Total Profit',
+ 'total_expenses' => 'Total Expenses',
+ 'quote_to' => 'Quote to',
);
diff --git a/resources/lang/nb_NO/texts.php b/resources/lang/nb_NO/texts.php
index 70edbbc12d6b..84b813ec9a91 100644
--- a/resources/lang/nb_NO/texts.php
+++ b/resources/lang/nb_NO/texts.php
@@ -507,7 +507,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Kunnskapsbase',
- 'partial' => 'Delvis',
+ 'partial' => 'Partial/Deposit',
'partial_remaining' => ':delvis av :balance',
'more_fields' => 'Flere Felt',
'less_fields' => 'Mindre Felt',
@@ -995,7 +995,7 @@ $LANG = array(
'overdue' => 'Overdue',
- 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding and help support our project.',
+ 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.',
'user_email_footer' => 'For å justere varslingsinnstillingene vennligst besøk :link',
'reset_password_footer' => 'Hvis du ikke ba om å få nullstillt ditt passord, vennligst kontakt kundeservice: :email',
'limit_users' => 'Dessverre, vil dette overstige grensen på :limit brukere',
@@ -2043,7 +2043,71 @@ $LANG = array(
'payment_error_code' => 'There was an error processing your payment [:code]. Please try again later.',
'standard_fees_apply' => 'Standard fees apply: 2.9% + $0.30 per successful charge.',
'limit_import_rows' => 'Data needs to be imported in batches of :count rows or less',
+ 'error_title' => 'Something went wrong',
+ 'error_contact_text' => 'If you\'d like help please email us at :mailaddress',
+ 'no_undo' => 'Warning: this can\'t be undone.',
+ 'no_contact_selected' => 'Please select a contact',
+ 'no_client_selected' => 'Please select a client',
+ 'gateway_config_error' => 'It may help to set new passwords or generate new API keys.',
+ 'payment_type_on_file' => ':type on file',
+ 'invoice_for_client' => 'Invoice :invoice for :client',
+ 'intent_not_found' => 'Sorry, I\'m not sure what you\'re asking.',
+ 'intent_not_supported' => 'Sorry, I\'m not able to do that.',
+ 'client_not_found' => 'I wasn\'t able to find the client',
+ 'not_allowed' => 'Sorry, you don\'t have the needed permissions',
+ 'bot_emailed_invoice' => 'Your invoice has been sent.',
+ 'bot_emailed_notify_viewed' => 'I\'ll email you when it\'s viewed.',
+ 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.',
+ 'add_product_to_invoice' => 'Add 1 :product',
+ 'not_authorized' => 'Your are not authorized',
+ 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
Send me your account email to get started.',
+ 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.',
+ 'bot_welcome' => 'That\'s it, your account is verified.
',
+ 'email_not_found' => 'I wasn\'t able to find an available account for :email',
+ 'invalid_code' => 'The code is not correct',
+ 'security_code_email_subject' => 'Security code for Invoice Ninja Bot',
+ 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.',
+ 'security_code_email_line2' => 'Note: it will expire in 10 minutes.',
+ 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent',
+ 'list_products' => 'List Products',
+
+ 'include_item_taxes_inline' => 'Include line item taxes in line total',
+ 'created_quotes' => 'Successfully created :count quotes(s)',
+ 'limited_gateways' => 'Note: we support one credit card gateway per company.',
+
+ 'warning' => 'Warning',
+ 'self-update' => 'Update Invoice Ninja',
+ 'update_invoiceninja_title' => 'Update Invoice Ninja',
+ 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!',
+ 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.',
+ 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.',
+ 'update_invoiceninja_decide_update_download' => 'You can decide to update directly to :version or to just download the new relase and update later.',
+ 'update_invoiceninja_update_start' => 'Update now',
+ 'update_invoiceninja_download_start' => 'Download :version',
+ 'create_new' => 'Create New',
+
+ 'toggle_navigation' => 'Toggle Navigation',
+ 'toggle_history' => 'Toggle History',
+ 'unassigned' => 'Unassigned',
+ 'task' => 'Task',
+ 'contact_name' => 'Contact Name',
+ 'city_state_postal' => 'City/State/Postal',
+ 'custom_field' => 'Custom Field',
+ 'account_fields' => 'Company Fields',
+ 'facebook_and_twitter' => 'Facebook and Twitter',
+ 'facebook_and_twitter_help' => 'Follow our feeds to help support our project',
+ 'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell our app.',
+ 'unnamed_client' => 'Unnamed Client',
+
+ 'day' => 'Day',
+ 'week' => 'Week',
+ 'month' => 'Month',
+ 'inactive_logout' => 'You have been logged out due to inactivity',
+ 'reports' => 'Reports',
+ 'total_profit' => 'Total Profit',
+ 'total_expenses' => 'Total Expenses',
+ 'quote_to' => 'Quote to',
);
diff --git a/resources/lang/nl/texts.php b/resources/lang/nl/texts.php
index 518f3b28ff80..c4b24e13563b 100644
--- a/resources/lang/nl/texts.php
+++ b/resources/lang/nl/texts.php
@@ -501,7 +501,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Kennisbank',
- 'partial' => 'Gedeeld',
+ 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial / :balance',
'more_fields' => 'Meer velden',
'less_fields' => 'Minder velden',
@@ -986,7 +986,7 @@ $LANG = array(
'overdue' => 'Verlopen',
- 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding and help support our project.',
+ 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.',
'user_email_footer' => 'Ga alstublieft naar :link om uw e-mail notificatie instellingen aan te passen',
'reset_password_footer' => 'Neem a.u.b. contact op met onze helpdesk indien u deze wachtwoordreset niet heeft aangevraagd. Het e-mailadres van de helpdesk is :email',
'limit_users' => 'Sorry, dit zou de limiet van :limit gebruikers overschrijden',
@@ -2034,7 +2034,71 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
'payment_error_code' => 'There was an error processing your payment [:code]. Please try again later.',
'standard_fees_apply' => 'Standard fees apply: 2.9% + $0.30 per successful charge.',
'limit_import_rows' => 'Data needs to be imported in batches of :count rows or less',
+ 'error_title' => 'Something went wrong',
+ 'error_contact_text' => 'If you\'d like help please email us at :mailaddress',
+ 'no_undo' => 'Warning: this can\'t be undone.',
+ 'no_contact_selected' => 'Please select a contact',
+ 'no_client_selected' => 'Please select a client',
+ 'gateway_config_error' => 'It may help to set new passwords or generate new API keys.',
+ 'payment_type_on_file' => ':type on file',
+ 'invoice_for_client' => 'Invoice :invoice for :client',
+ 'intent_not_found' => 'Sorry, I\'m not sure what you\'re asking.',
+ 'intent_not_supported' => 'Sorry, I\'m not able to do that.',
+ 'client_not_found' => 'I wasn\'t able to find the client',
+ 'not_allowed' => 'Sorry, you don\'t have the needed permissions',
+ 'bot_emailed_invoice' => 'Your invoice has been sent.',
+ 'bot_emailed_notify_viewed' => 'I\'ll email you when it\'s viewed.',
+ 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.',
+ 'add_product_to_invoice' => 'Add 1 :product',
+ 'not_authorized' => 'Your are not authorized',
+ 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
Send me your account email to get started.',
+ 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.',
+ 'bot_welcome' => 'That\'s it, your account is verified.
',
+ 'email_not_found' => 'I wasn\'t able to find an available account for :email',
+ 'invalid_code' => 'The code is not correct',
+ 'security_code_email_subject' => 'Security code for Invoice Ninja Bot',
+ 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.',
+ 'security_code_email_line2' => 'Note: it will expire in 10 minutes.',
+ 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent',
+ 'list_products' => 'List Products',
+
+ 'include_item_taxes_inline' => 'Include line item taxes in line total',
+ 'created_quotes' => 'Successfully created :count quotes(s)',
+ 'limited_gateways' => 'Note: we support one credit card gateway per company.',
+
+ 'warning' => 'Warning',
+ 'self-update' => 'Update Invoice Ninja',
+ 'update_invoiceninja_title' => 'Update Invoice Ninja',
+ 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!',
+ 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.',
+ 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.',
+ 'update_invoiceninja_decide_update_download' => 'You can decide to update directly to :version or to just download the new relase and update later.',
+ 'update_invoiceninja_update_start' => 'Update now',
+ 'update_invoiceninja_download_start' => 'Download :version',
+ 'create_new' => 'Create New',
+
+ 'toggle_navigation' => 'Toggle Navigation',
+ 'toggle_history' => 'Toggle History',
+ 'unassigned' => 'Unassigned',
+ 'task' => 'Task',
+ 'contact_name' => 'Contact Name',
+ 'city_state_postal' => 'City/State/Postal',
+ 'custom_field' => 'Custom Field',
+ 'account_fields' => 'Company Fields',
+ 'facebook_and_twitter' => 'Facebook and Twitter',
+ 'facebook_and_twitter_help' => 'Follow our feeds to help support our project',
+ 'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell our app.',
+ 'unnamed_client' => 'Unnamed Client',
+
+ 'day' => 'Day',
+ 'week' => 'Week',
+ 'month' => 'Month',
+ 'inactive_logout' => 'You have been logged out due to inactivity',
+ 'reports' => 'Reports',
+ 'total_profit' => 'Total Profit',
+ 'total_expenses' => 'Total Expenses',
+ 'quote_to' => 'Quote to',
);
diff --git a/resources/lang/pl/texts.php b/resources/lang/pl/texts.php
index 931b8201505f..eba9a01a5435 100644
--- a/resources/lang/pl/texts.php
+++ b/resources/lang/pl/texts.php
@@ -507,7 +507,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Baza wiedzy',
- 'partial' => 'Zaliczka',
+ 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial z :balance',
'more_fields' => 'Więcej pól',
'less_fields' => 'Mniej pól',
@@ -995,7 +995,7 @@ $LANG = array(
'overdue' => 'Zaległy',
- 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding and help support our project.',
+ 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.',
'user_email_footer' => 'Aby dostosować ustawienia powiadomień email, zobacz :link',
'reset_password_footer' => 'If you did not request this password reset please email our support: :email',
'limit_users' => 'Sorry, this will exceed the limit of :limit users',
@@ -2043,7 +2043,71 @@ $LANG = array(
'payment_error_code' => 'There was an error processing your payment [:code]. Please try again later.',
'standard_fees_apply' => 'Standard fees apply: 2.9% + $0.30 per successful charge.',
'limit_import_rows' => 'Data needs to be imported in batches of :count rows or less',
+ 'error_title' => 'Something went wrong',
+ 'error_contact_text' => 'If you\'d like help please email us at :mailaddress',
+ 'no_undo' => 'Warning: this can\'t be undone.',
+ 'no_contact_selected' => 'Please select a contact',
+ 'no_client_selected' => 'Please select a client',
+ 'gateway_config_error' => 'It may help to set new passwords or generate new API keys.',
+ 'payment_type_on_file' => ':type on file',
+ 'invoice_for_client' => 'Invoice :invoice for :client',
+ 'intent_not_found' => 'Sorry, I\'m not sure what you\'re asking.',
+ 'intent_not_supported' => 'Sorry, I\'m not able to do that.',
+ 'client_not_found' => 'I wasn\'t able to find the client',
+ 'not_allowed' => 'Sorry, you don\'t have the needed permissions',
+ 'bot_emailed_invoice' => 'Your invoice has been sent.',
+ 'bot_emailed_notify_viewed' => 'I\'ll email you when it\'s viewed.',
+ 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.',
+ 'add_product_to_invoice' => 'Add 1 :product',
+ 'not_authorized' => 'Your are not authorized',
+ 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
Send me your account email to get started.',
+ 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.',
+ 'bot_welcome' => 'That\'s it, your account is verified.
',
+ 'email_not_found' => 'I wasn\'t able to find an available account for :email',
+ 'invalid_code' => 'The code is not correct',
+ 'security_code_email_subject' => 'Security code for Invoice Ninja Bot',
+ 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.',
+ 'security_code_email_line2' => 'Note: it will expire in 10 minutes.',
+ 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent',
+ 'list_products' => 'List Products',
+
+ 'include_item_taxes_inline' => 'Include line item taxes in line total',
+ 'created_quotes' => 'Successfully created :count quotes(s)',
+ 'limited_gateways' => 'Note: we support one credit card gateway per company.',
+
+ 'warning' => 'Warning',
+ 'self-update' => 'Update Invoice Ninja',
+ 'update_invoiceninja_title' => 'Update Invoice Ninja',
+ 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!',
+ 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.',
+ 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.',
+ 'update_invoiceninja_decide_update_download' => 'You can decide to update directly to :version or to just download the new relase and update later.',
+ 'update_invoiceninja_update_start' => 'Update now',
+ 'update_invoiceninja_download_start' => 'Download :version',
+ 'create_new' => 'Create New',
+
+ 'toggle_navigation' => 'Toggle Navigation',
+ 'toggle_history' => 'Toggle History',
+ 'unassigned' => 'Unassigned',
+ 'task' => 'Task',
+ 'contact_name' => 'Contact Name',
+ 'city_state_postal' => 'City/State/Postal',
+ 'custom_field' => 'Custom Field',
+ 'account_fields' => 'Company Fields',
+ 'facebook_and_twitter' => 'Facebook and Twitter',
+ 'facebook_and_twitter_help' => 'Follow our feeds to help support our project',
+ 'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell our app.',
+ 'unnamed_client' => 'Unnamed Client',
+
+ 'day' => 'Day',
+ 'week' => 'Week',
+ 'month' => 'Month',
+ 'inactive_logout' => 'You have been logged out due to inactivity',
+ 'reports' => 'Reports',
+ 'total_profit' => 'Total Profit',
+ 'total_expenses' => 'Total Expenses',
+ 'quote_to' => 'Quote to',
);
diff --git a/resources/lang/pt_BR/texts.php b/resources/lang/pt_BR/texts.php
index a6e656fb2dc4..f70770dad323 100644
--- a/resources/lang/pt_BR/texts.php
+++ b/resources/lang/pt_BR/texts.php
@@ -501,7 +501,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Base de Conhecimento',
- 'partial' => 'Parcial',
+ 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial de :balance',
'more_fields' => 'Mais Campos',
'less_fields' => 'Menos Campos',
@@ -986,7 +986,7 @@ $LANG = array(
'overdue' => 'Vencido',
- 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding and help support our project.',
+ 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.',
'user_email_footer' => 'Para ajustar suas configurações de notificações de e-mail acesse :link',
'reset_password_footer' => 'Se você não solicitou a redefinição de sua senha por favor envie um e-mail para o nosso suporte: :email',
'limit_users' => 'Desculpe, isto irá exceder o limite de :limit usuários',
@@ -2034,7 +2034,71 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific
'payment_error_code' => 'There was an error processing your payment [:code]. Please try again later.',
'standard_fees_apply' => 'Standard fees apply: 2.9% + $0.30 per successful charge.',
'limit_import_rows' => 'Data needs to be imported in batches of :count rows or less',
+ 'error_title' => 'Something went wrong',
+ 'error_contact_text' => 'If you\'d like help please email us at :mailaddress',
+ 'no_undo' => 'Warning: this can\'t be undone.',
+ 'no_contact_selected' => 'Please select a contact',
+ 'no_client_selected' => 'Please select a client',
+ 'gateway_config_error' => 'It may help to set new passwords or generate new API keys.',
+ 'payment_type_on_file' => ':type on file',
+ 'invoice_for_client' => 'Invoice :invoice for :client',
+ 'intent_not_found' => 'Sorry, I\'m not sure what you\'re asking.',
+ 'intent_not_supported' => 'Sorry, I\'m not able to do that.',
+ 'client_not_found' => 'I wasn\'t able to find the client',
+ 'not_allowed' => 'Sorry, you don\'t have the needed permissions',
+ 'bot_emailed_invoice' => 'Your invoice has been sent.',
+ 'bot_emailed_notify_viewed' => 'I\'ll email you when it\'s viewed.',
+ 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.',
+ 'add_product_to_invoice' => 'Add 1 :product',
+ 'not_authorized' => 'Your are not authorized',
+ 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
Send me your account email to get started.',
+ 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.',
+ 'bot_welcome' => 'That\'s it, your account is verified.
',
+ 'email_not_found' => 'I wasn\'t able to find an available account for :email',
+ 'invalid_code' => 'The code is not correct',
+ 'security_code_email_subject' => 'Security code for Invoice Ninja Bot',
+ 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.',
+ 'security_code_email_line2' => 'Note: it will expire in 10 minutes.',
+ 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent',
+ 'list_products' => 'List Products',
+
+ 'include_item_taxes_inline' => 'Include line item taxes in line total',
+ 'created_quotes' => 'Successfully created :count quotes(s)',
+ 'limited_gateways' => 'Note: we support one credit card gateway per company.',
+
+ 'warning' => 'Warning',
+ 'self-update' => 'Update Invoice Ninja',
+ 'update_invoiceninja_title' => 'Update Invoice Ninja',
+ 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!',
+ 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.',
+ 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.',
+ 'update_invoiceninja_decide_update_download' => 'You can decide to update directly to :version or to just download the new relase and update later.',
+ 'update_invoiceninja_update_start' => 'Update now',
+ 'update_invoiceninja_download_start' => 'Download :version',
+ 'create_new' => 'Create New',
+
+ 'toggle_navigation' => 'Toggle Navigation',
+ 'toggle_history' => 'Toggle History',
+ 'unassigned' => 'Unassigned',
+ 'task' => 'Task',
+ 'contact_name' => 'Contact Name',
+ 'city_state_postal' => 'City/State/Postal',
+ 'custom_field' => 'Custom Field',
+ 'account_fields' => 'Company Fields',
+ 'facebook_and_twitter' => 'Facebook and Twitter',
+ 'facebook_and_twitter_help' => 'Follow our feeds to help support our project',
+ 'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell our app.',
+ 'unnamed_client' => 'Unnamed Client',
+
+ 'day' => 'Day',
+ 'week' => 'Week',
+ 'month' => 'Month',
+ 'inactive_logout' => 'You have been logged out due to inactivity',
+ 'reports' => 'Reports',
+ 'total_profit' => 'Total Profit',
+ 'total_expenses' => 'Total Expenses',
+ 'quote_to' => 'Quote to',
);
diff --git a/resources/lang/sq/auth.php b/resources/lang/sq/auth.php
new file mode 100644
index 000000000000..6ef1a73308a7
--- /dev/null
+++ b/resources/lang/sq/auth.php
@@ -0,0 +1,19 @@
+ 'These credentials do not match our records.',
+ 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+
+];
diff --git a/resources/lang/sq/pagination.php b/resources/lang/sq/pagination.php
new file mode 100644
index 000000000000..0f13123d4a22
--- /dev/null
+++ b/resources/lang/sq/pagination.php
@@ -0,0 +1,19 @@
+ '« Prapa',
+ 'next' => 'Para »',
+
+];
diff --git a/resources/lang/sq/passwords.php b/resources/lang/sq/passwords.php
new file mode 100644
index 000000000000..9528c3faee60
--- /dev/null
+++ b/resources/lang/sq/passwords.php
@@ -0,0 +1,22 @@
+ 'Fjalëkalimet duhet të jenë gjashtë karaktere dhe të përputhen me konfirmimin.',
+ 'reset' => 'Fjalëkalimi u ndryshua!',
+ 'sent' => 'Adresa për ndryshimin e fjalëkalimit u dërgua!',
+ 'token' => 'Ky tallon për ndryshimin e fjalëkalimit është i pasaktë.',
+ 'user' => 'Nuk mund të gjejmë një përdorues me atë adres email-i.',
+
+];
diff --git a/resources/lang/sq/texts.php b/resources/lang/sq/texts.php
new file mode 100644
index 000000000000..d5dcd05ca91a
--- /dev/null
+++ b/resources/lang/sq/texts.php
@@ -0,0 +1,2114 @@
+ 'Organizata',
+ 'name' => 'Emri',
+ 'website' => 'Webfaqja',
+ 'work_phone' => 'Telefoni',
+ 'address' => 'Adresa',
+ 'address1' => 'Rruga',
+ 'address2' => 'Apartamenti/banesa',
+ 'city' => 'Qyteti',
+ 'state' => 'Shteti/Provinca',
+ 'postal_code' => 'Kodi postar',
+ 'country_id' => 'Shteti',
+ 'contacts' => 'Kontaktet',
+ 'first_name' => 'Emri',
+ 'last_name' => 'Mbiemri',
+ 'phone' => 'Telefoni',
+ 'email' => 'Emaili',
+ 'additional_info' => 'Info shtesë',
+ 'payment_terms' => 'Kushtet e pagesës',
+ 'currency_id' => 'Valuta',
+ 'size_id' => 'Madhësia e kompanisë',
+ 'industry_id' => 'Industria',
+ 'private_notes' => 'Shënime private',
+ 'invoice' => 'Fatura',
+ 'client' => 'Klient',
+ 'invoice_date' => 'Data e faturës',
+ 'due_date' => 'Deri më datë',
+ 'invoice_number' => 'Numri i faturës',
+ 'invoice_number_short' => '# faturës',
+ 'po_number' => 'Numri UB',
+ 'po_number_short' => '#UB',
+ 'frequency_id' => 'Sa shpesh',
+ 'discount' => 'Zbritje',
+ 'taxes' => 'Taksat',
+ 'tax' => 'Taksë',
+ 'item' => 'Njësi',
+ 'description' => 'Përshkrimi',
+ 'unit_cost' => 'Kosto për njësi',
+ 'quantity' => 'Sasia',
+ 'line_total' => 'Totali i linjës',
+ 'subtotal' => 'Nëntotali',
+ 'paid_to_date' => 'Paguar deri më sot',
+ 'balance_due' => 'Bilanci aktual',
+ 'invoice_design_id' => 'Dizajni',
+ 'terms' => 'Kushtet',
+ 'your_invoice' => 'Fatura juaj',
+ 'remove_contact' => 'Fshi kontaktin',
+ 'add_contact' => 'Shto kontaktin',
+ 'create_new_client' => 'Krijo klient të ri',
+ 'edit_client_details' => 'Ndrysho detajet e klientit',
+ 'enable' => 'Aktivizo',
+ 'learn_more' => 'Mëso më shumë',
+ 'manage_rates' => 'Menaxho normat',
+ 'note_to_client' => 'Shënime për klientin',
+ 'invoice_terms' => 'Kushtet e faturës',
+ 'save_as_default_terms' => 'Ruaj si njësi e paracaktuar',
+ 'download_pdf' => 'Shkarko PDF',
+ 'pay_now' => 'Paguaj Tash',
+ 'save_invoice' => 'Ruaj faturën',
+ 'clone_invoice' => 'Klono faturën',
+ 'archive_invoice' => 'Arkivo faturën',
+ 'delete_invoice' => 'Fshi faturën',
+ 'email_invoice' => 'Dërgo faturën me email',
+ 'enter_payment' => 'Cakto pagesën',
+ 'tax_rates' => 'Normat e taksave',
+ 'rate' => 'Norma',
+ 'settings' => 'Rregullimet',
+ 'enable_invoice_tax' => 'Mundëso specifikimin e invoice tax',
+ 'enable_line_item_tax' => 'Mundëso specifikimin e line item taxes',
+ 'dashboard' => 'Paneli',
+ 'clients' => 'Klientët',
+ 'invoices' => 'Faturat',
+ 'payments' => 'Pagesat',
+ 'credits' => 'Kredi',
+ 'history' => 'Historia',
+ 'search' => 'Kërko',
+ 'sign_up' => 'Regjistrohu',
+ 'guest' => 'Vizitor',
+ 'company_details' => 'Detajet e kompanisë',
+ 'online_payments' => 'Pagesat Online',
+ 'notifications' => 'Dërgo me email njoftimet',
+ 'import_export' => 'Import | Export',
+ 'done' => 'Përfundo',
+ 'save' => 'Ruaj',
+ 'create' => 'Krijo',
+ 'upload' => 'Ngarko',
+ 'import' => 'Importo',
+ 'download' => 'Shkarko',
+ 'cancel' => 'Anulo',
+ 'close' => 'Mbyll',
+ 'provide_email' => 'Ju lutem vendosni një email adresë',
+ 'powered_by' => 'Mundësuar nga',
+ 'no_items' => 'Nuk ka artikuj',
+ 'recurring_invoices' => 'Fatura të përsëritshme',
+ 'recurring_help' => '
I dërgon automatikisht klientëve faturat e njejta në baza javore, dy-javore, mujore, dy-mojre ose vjetore.
+Përdor :MUAJ, :ÇEREK or :VIT për data dinamike. Llogaritja bazike vlen edhe për shembull :MUAJ-1.
+Shembuj të faturave dinamike:
+Ne përdorim pdfmake për të krijuar faturat PDF dhe dizajnin e tyre. pdfmake playground ofron mundësi të mirë për të parë librarinë në veprim.
+Ju mund t\'i qaseni të dhënave duke përdorur kodet. Për shembull për të parë emrin e klientit ju mund të përdorni $client.name
.
Nëse ju duhet ndihmë për të qartësuar diçka ose për të bërë ndonjë pytje mund të na shkruani në forumin tonë me dizajnin që jeni duke përdorur.
', + 'invoice_due_date' => 'Deri më datë', + 'quote_due_date' => 'Valide deri', + 'valid_until' => 'Valide deri', + 'reset_terms' => 'Reseto kushtet', + 'reset_footer' => 'Reseto footer', + 'invoices_sent' => ':count Fatura është dërguar|:count Fatura janë dërguar', + 'status_draft' => 'Draft', + 'status_sent' => 'Dërguar', + 'status_viewed' => 'Shikuar', + 'status_partial' => 'Pjesërisht', + 'status_paid' => 'Paguar', + 'show_line_item_tax' => 'Shfaq line item taxes inline', + 'iframe_url' => 'Webfaqja', + 'iframe_url_help1' => 'Kopjoni këtë kod në një faqe në webfaqen tuaj.', + 'iframe_url_help2' => 'Ju mund ta testoni këtëopsion duke klikuar "Shikoni si pranues" në faturë.', + 'auto_bill' => 'Faturo Automatikisht', + 'military_time' => 'Koha 24 orëshe', + 'last_sent' => 'E dërguar për herë të fundit', + 'reminder_emails' => 'Email përkujtues', + 'templates_and_reminders' => 'Shabllonet & Përkujtueset', + 'subject' => 'Tema', + 'body' => 'Përmbajtja', + 'first_reminder' => 'Përkujtuesi i parë', + 'second_reminder' => 'Përkujtuesi i dytë', + 'third_reminder' => 'Përkujtuesi i tretë', + 'num_days_reminder' => 'Ditë pas afatit të pagesës', + 'reminder_subject' => 'Përkujtues: Fatura :invoice nga :account', + 'reset' => 'Reseto', + 'invoice_not_found' => 'Fatura e kërkuar nuk është në dispozicion', + 'referral_program' => 'Programi i referimit', + 'referral_code' => 'URL për referi', + 'last_sent_on' => 'E dërguar për herë të fundit :date', + 'page_expire' => 'Kjo faqe do të mbyllet shpejtë. :click_here për të vazhduar punën', + 'upcoming_quotes' => 'Ofertat e ardhshme', + 'expired_quotes' => 'Ofertat e skaduara', + 'sign_up_using' => 'Regjistrohu duke përdorur', + 'invalid_credentials' => 'Këto kredenciale nuk përputhen me të dhënat tona', + 'show_all_options' => 'Shfaq të gjitha opsionet', + 'user_details' => 'Detajet e përdoruesit', + 'oneclick_login' => 'Identifikim me një klik', + 'disable' => 'Ç\'aktivizo', + 'invoice_quote_number' => 'Numrat e faturave dhe ofertave', + 'invoice_charges' => 'Kosto e faturës', + 'notification_invoice_bounced' => 'Nuk kishim mundësi të dërgonim faturën :invoice tek :contact', + 'notification_invoice_bounced_subject' => 'Nuk mund të dërgohet fatura :invoice', + 'notification_quote_bounced' => 'Nuk kishim mundësi të dërgonim Ofertën :invoice tek :contact', + 'notification_quote_bounced_subject' => 'Nuk mund të dërgohet Oferta :invoice', + 'custom_invoice_link' => 'Linku për faturë', + 'total_invoiced' => 'Total të faturuara', + 'open_balance' => 'Bilanci i hapur', + 'verify_email' => 'Ju lutem vizitoni linkun në email adresën tuaj për të verifikuar adresën tuaj.', + 'basic_settings' => 'Rregullimet bazike', + 'pro' => 'Pro', + 'gateways' => 'Kanalet e Pagesave', + 'next_send_on' => 'Dërgo të ardhshmën :date', + 'no_longer_running' => 'Kjo faturë nuk është programuar të vazhdojë', + 'general_settings' => 'Rregullimet Gjenerale', + 'customize' => 'Ndrysho', + 'oneclick_login_help' => 'Lidheni një llogari të identifikoheni pa fjalëkalim', + 'referral_code_help' => 'Fitoni para duke shpërndarë aplikacionin tonë online', + 'enable_with_stripe' => 'Aktivizo | Kërkohet Stripe', + 'tax_settings' => 'Rregullimet e Taksave', + 'create_tax_rate' => 'Vendos normën e taksës', + 'updated_tax_rate' => 'Norma e taksës është azhurnuar me sukses', + 'created_tax_rate' => 'Norma e taksës është krijuar me sukses', + 'edit_tax_rate' => 'Edito normën e taksës', + 'archive_tax_rate' => 'Arkivo normën e taksës', + 'archived_tax_rate' => 'Norma e taksës është arkivuar me sukses', + 'default_tax_rate_id' => 'Norma e paracaktuar e taksave', + 'tax_rate' => 'Norma e taksave', + 'recurring_hour' => 'Ora e përsëritjes', + 'pattern' => 'Modeli', + 'pattern_help_title' => 'Ndihmë për modelin', + 'pattern_help_1' => 'Krijo numrat e faturave dhe ofertave duke caktuar një shabllon', + 'pattern_help_2' => 'Variablat në dispozicion:', + 'pattern_help_3' => 'Për shembull, :example do të konvertohet në :value', + 'see_options' => 'Shiko opsionet', + 'invoice_counter' => 'Numruesi i faturave', + 'quote_counter' => 'Numruesi i ofertave', + 'type' => 'Shkruaj', + 'activity_1' => ':user ka krijuar klientin :client', + 'activity_2' => ':user ka arkivuar klientin :client', + 'activity_3' => ':user ka fshirë klientin :client', + 'activity_4' => ':user ka krijuar faturën :invoice', + 'activity_5' => ':user ka azhurnuar faturën :invoice', + 'activity_6' => ':user ka dërguar me email faturën :invoice tek :contact', + 'activity_7' => ':contact ka shikuar faturën :invoice', + 'activity_8' => ':user ka arkivuar faturën :invoice', + 'activity_9' => ':user ka fshirë faturën :invoice', + 'activity_10' => ':contact ka vendosur pagesën :payment për :invoice', + 'activity_11' => ':user ka azhurnuar pagesën :payment', + 'activity_12' => ':user ka arkivuar pagesën :payment', + 'activity_13' => ':user ka fshirë pagesën :payment', + 'activity_14' => ':user ka shtuar :credit kredit', + 'activity_15' => ':user ka azhurnuar :credit kredit', + 'activity_16' => ':user ka arkivuar :credit kredit', + 'activity_17' => ':user ka fshirë:credit kredit', + 'activity_18' => ':user ka krijuar ofertë :quote', + 'activity_19' => ':user ka azhurnuar ofertën :quote', + 'activity_20' => ':user ka dërguar me email ofertën :quote tek :contact', + 'activity_21' => ':contact ka shikuar ofertën :quote', + 'activity_22' => ':user ka arkivuar ofertën :quote', + 'activity_23' => ':user ka fshirë ofertën :quote', + 'activity_24' => ':user ka rikthyer ofertën :quote', + 'activity_25' => ':user ka rikthyer faturën :invoice', + 'activity_26' => ':user ka rikthyer klientin :client', + 'activity_27' => ':user ka rikthyer pagesën :payment', + 'activity_28' => ':user ka rikthyer :credit kredit', + 'activity_29' => ':contact ka aprovuar ofertën :quote', + 'activity_30' => ':user ka krijuar :vendor', + 'activity_31' => ':user ka krijuar :vendor', + 'activity_32' => ':user ka krijuar :vendor', + 'activity_33' => ':user ka krijuar :vendor', + 'activity_34' => ':user ka krijuar shpeznim :expense', + 'activity_35' => ':user ka krijuar :vendor', + 'activity_36' => ':user ka krijuar :vendor', + 'activity_37' => ':user ka krijuar :vendor', + 'activity_42' => ':user ka krijuar detyrë ":task"', + 'activity_43' => ':user ka azhurnuar detyrën ":task"', + 'payment' => 'Pagesa', + 'system' => 'Sistem', + 'signature' => 'Nënshkrimi i emailit', + 'default_messages' => 'Mesazh i paracaktuar', + 'quote_terms' => 'Kushtet e Ofertave', + 'default_quote_terms' => 'Kushtet e paracaktuara të ofertave', + 'default_invoice_terms' => 'Kushtet e paracektuara të faturës', + 'default_invoice_footer' => 'Footer i paracaktuar i faturës', + 'quote_footer' => 'Footer i Ofertës', + 'free' => 'Falas', + 'quote_is_approved' => 'Kjo ofertë është aprovuar', + 'apply_credit' => 'Apliko kreditin', + 'system_settings' => 'Rregullimi i sistemit', + 'archive_token' => 'Arkivo tokenin', + 'archived_token' => 'Tokeni është arkivuar me sukses', + 'archive_user' => 'Arkivo përdoruesin', + 'archived_user' => 'Përdoruesi është arkivuar me sukses', + 'archive_account_gateway' => 'Arkivo kanalin e pagesës', + 'archived_account_gateway' => 'Kanali i pagesës është arkivuar me sukses', + 'archive_recurring_invoice' => 'Arkivo faturën e përsëritshme', + 'archived_recurring_invoice' => 'Faturat e përsëritshme janë arkivuar me sukses', + 'delete_recurring_invoice' => 'Fshi faturat e përsëritshme', + 'deleted_recurring_invoice' => 'Faturat e përsëritshme janë fshirë me sukses', + 'restore_recurring_invoice' => 'Rikthe faturat e përsëritshme', + 'restored_recurring_invoice' => 'Faturat e përsëritshme janë rikthyer me sukses', + 'archived' => 'Arkivuar', + 'untitled_account' => 'Kompani e paemruar', + 'before' => 'Përpara', + 'after' => 'Pas', + 'reset_terms_help' => 'Reseto në kushtet e llogarisë', + 'reset_footer_help' => 'Reseto footer për llogarinë e paracaktuar', + 'export_data' => 'Eksporto të dhënat', + 'user' => 'Përdorues', + 'country' => 'Shteti', + 'include' => 'Përfshi', + 'logo_too_large' => 'Logo juaj është :size për performansë më të mirë në PDF ju sugjerojmë që të ngarkoni fajll më të vogël se 200KB', + 'import_freshbooks' => 'Importo nga FreshBooks', + 'import_data' => 'Importo të dhëna', + 'source' => 'Burimi', + 'csv' => 'CSV', + 'client_file' => 'Fajlli i klientit', + 'invoice_file' => 'Fajlli i faturës', + 'task_file' => 'Fajlli i detyrave', + 'no_mapper' => 'Nuk ka vendodhje valide për fajll', + 'invalid_csv_header' => 'CSV Header invalid', + 'client_portal' => 'Portali i klientit', + 'admin' => 'Admin', + 'disabled' => 'E ç\'aktivizuar', + 'show_archived_users' => 'Shfaq përdoruesit e arkivuar', + 'notes' => 'Shënime', + 'invoice_will_create' => 'klienti od të krijohet', + 'invoices_will_create' => 'Faturat do të krijohen', + 'failed_to_import' => 'Të dhënat në vazhdim nuk kanë mundur të importohen, ato ose tashmë ekzistojnë ose ju mungojnë fushat e kërkuara.', + 'publishable_key' => 'Çelësi i publikueshëm', + 'secret_key' => 'Çelësi sekret', + 'missing_publishable_key' => 'Shfaqni çelësin e publikueshëm të Stripe për proces të përmirësuar të pagesës', + 'email_design' => 'Dizajno emailin', + 'due_by' => 'Deri më :date', + 'enable_email_markup' => 'Aktivizo Markimin', + 'enable_email_markup_help' => 'Bëjeni më të lehtë për klientët tuaj të realizojnë pagesat duke vendosur schema.org markimin në emailat tuaj.', + 'template_help_title' => 'Ndihma për shabllonë', + 'template_help_1' => 'Variablat në dispozicion:', + 'email_design_id' => 'Stili i emailit', + 'email_design_help' => 'Bëni që emailat tuaj të duken më profesional me kodim HTML', + 'plain' => 'E thjeshtë', + 'light' => 'E lehtë', + 'dark' => 'E mbylltë', + 'industry_help' => 'Përdoret për të realizuar krahasime ndaj kompanive mesatere me numër puntorësh të ngjashëm.', + 'subdomain_help' => 'Ndryshoni linkun për fatura ose shfaqni faturën në webfaqen tuaj.', + 'invoice_number_help' => 'Caktoni një prefiks ose ndonjë shabllon të caktuar për të dinamizuar numrin e faturave.', + 'quote_number_help' => 'Caktoni një prefiks ose ndonjë shabllon të caktuar për të dinamizuar numrin e ofertave.', + 'custom_client_fields_helps' => 'Shtoni një fushë ë kur të zgjedhni klientin të shfaqet vlera në PDF.', + 'custom_account_fields_helps' => 'Shtoni një etiketë dhe vlerë tek detajet e kompanisë në PDF.', + 'custom_invoice_fields_helps' => 'Shtoni një fushë ë kur të krijoni faturë dhe etiketa me vlerë të shfaqen në PDF.', + 'custom_invoice_charges_helps' => 'Shto një fushë kur të krijoni faturë dhe përfshijeni këtë kosto në nëntotalin e faturës.', + 'token_expired' => 'Validimi i tokenit ka skaduar. Ju lutem provoni përsëri.', + 'invoice_link' => 'Linku i faturës', + 'button_confirmation_message' => 'Kliko për të konfirmuar email adresën tuaj.', + 'confirm' => 'Konfirmo', + 'email_preferences' => 'Preferencat e emailit', + 'created_invoices' => 'Janë krijuar me sukses :count fatura', + 'next_invoice_number' => 'Numri i ardhshëm i faturës është :number.', + 'next_quote_number' => 'Numri i ardhshëm i ofertës është :number.', + 'days_before' => 'ditë përpara', + 'days_after' => 'ditë pas', + 'field_due_date' => 'deri më datë', + 'field_invoice_date' => 'Data e faturës', + 'schedule' => 'Orari', + 'email_designs' => 'Dizajnet e emailit', + 'assigned_when_sent' => 'E caktuar kur është dërguar', + 'white_label_purchase_link' => 'Bleni licensën white label', + 'expense' => 'Shpenzimet', + 'expenses' => 'Shpenzimet', + 'new_expense' => 'Shpenzim i ri', + 'enter_expense' => 'Shto shpenzim', + 'vendors' => 'Kompanitë', + 'new_vendor' => 'Kompani e re', + 'payment_terms_net' => 'Net', + 'vendor' => 'Kompani', + 'edit_vendor' => 'Edito kompaninë', + 'archive_vendor' => 'Arkivo kompaninë', + 'delete_vendor' => 'Fshi kompaninë', + 'view_vendor' => 'Shiko kompaninë', + 'deleted_expense' => 'Shpenzimi është fshirë me sukses', + 'archived_expense' => 'Shpenzimi është arkivuar me sukses', + 'deleted_expenses' => 'Shpenzimet janë fshirë me sukses', + 'archived_expenses' => 'Shpenzimet janë arkivuar me sukses', + 'expense_amount' => 'Shuma e shpenzimeve', + 'expense_balance' => 'Bilanci i shpenzimeve', + 'expense_date' => 'Data e shpenzimit', + 'expense_should_be_invoiced' => 'A duhet ky shpenzim të faturohet?', + 'public_notes' => 'Shënime publike', + 'invoice_amount' => 'Shuma e faturës', + 'exchange_rate' => 'Kursi i këmbimit', + 'yes' => 'Po', + 'no' => 'Jo', + 'should_be_invoiced' => 'Duhet të faturohet', + 'view_expense' => 'Shiko # :expense të shpenzimit', + 'edit_expense' => 'Edito shpenzimi', + 'archive_expense' => 'Arkivo shpenzimin', + 'delete_expense' => 'Fshi shpenzimin', + 'view_expense_num' => 'Shpenzimi # :expense', + 'updated_expense' => 'Shpenzimi është azhurnuar me sukses', + 'created_expense' => 'Shpenzimi është krijuar me sukses', + 'enter_expense' => 'Shto shpenzim', + 'view' => 'Shiko', + 'restore_expense' => 'Rikthe shpenzimet', + 'invoice_expense' => 'Faturë shpenzimesh', + 'expense_error_multiple_clients' => 'Shpenzimet nuk mund t\'i kalojnë klientit tjetër', + 'expense_error_invoiced' => 'Shpenzimet tashmë janë fatururar', + 'convert_currency' => 'Konverto valutën', + 'num_days' => 'Numri i ditëve', + 'create_payment_term' => 'Krijo kushtet e pagesës', + 'edit_payment_terms' => 'Edito kushtet e pagesës', + 'edit_payment_term' => 'Edito kushtet e pagesës', + 'archive_payment_term' => 'Arkivo kushtet e pagesës', + 'recurring_due_dates' => 'Datat e përsëritjes së faturës', + 'recurring_due_date_help' => 'Automatikisht caktohet data e pagesës së faturës.
+Faturat e cilklit mujor ose vjetor do të caktohen për muajin e ardhshëm. Faturat e caktuara në datat 29 dhe 30 që nuk i kanë këto ditë do të caktohen në ditën e fundit të atij muaji.
+Faturat e krijuara në ciklin javor të caktuara për pagesë në ditë të caktuara do të caktohen nga java e ardhshme.
+Për shembull:
+