Updated lanuguages and added Albaninan

This commit is contained in:
Hillel Coren 2016-09-12 13:03:34 +03:00
parent c1d41d6f85
commit e4f914f65d
24 changed files with 3625 additions and 176 deletions

View File

@ -8,6 +8,9 @@ class LanguageSeeder extends Seeder
{ {
Eloquent::unguard(); Eloquent::unguard();
// https://github.com/caouecs/Laravel-lang
// https://www.loc.gov/standards/iso639-2/php/code_list.php
$languages = [ $languages = [
['name' => 'English', 'locale' => 'en'], ['name' => 'English', 'locale' => 'en'],
['name' => 'Italian', 'locale' => 'it'], ['name' => 'Italian', 'locale' => 'it'],
@ -26,6 +29,7 @@ class LanguageSeeder extends Seeder
['name' => 'Polish', 'locale' => 'pl'], ['name' => 'Polish', 'locale' => 'pl'],
['name' => 'Czech', 'locale' => 'cs'], ['name' => 'Czech', 'locale' => 'cs'],
['name' => 'Croatian', 'locale' => 'hr'], ['name' => 'Croatian', 'locale' => 'hr'],
['name' => 'Albanian', 'locale' => 'sq'],
]; ];
foreach ($languages as $language) { foreach ($languages as $language) {

View File

@ -507,7 +507,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal', 'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin', 'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Knowledge Base', 'knowledge_base' => 'Knowledge Base',
'partial' => 'Partial', 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial of :balance', 'partial_remaining' => ':partial of :balance',
'more_fields' => 'More Fields', 'more_fields' => 'More Fields',
'less_fields' => 'Less Fields', 'less_fields' => 'Less Fields',
@ -995,7 +995,7 @@ $LANG = array(
'overdue' => 'Overdue', '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', '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', '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', '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.', '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.', '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', '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)<br/>Thanks for trying the Invoice Ninja Bot.<br/>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.<br/>',
'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:<br/>• Create\update\email an invoice<br/>• List products<br/>For example:<br/><i>invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent</i>',
'list_products' => 'List Products',
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>',
'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',
); );

View File

@ -506,7 +506,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal', 'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin', 'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Knowledge Base', 'knowledge_base' => 'Knowledge Base',
'partial' => 'Část', 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial z :balance', 'partial_remaining' => ':partial z :balance',
'more_fields' => 'Více polí', 'more_fields' => 'Více polí',
'less_fields' => 'Méně polí', 'less_fields' => 'Méně polí',
@ -997,7 +997,7 @@ $LANG = array(
'overdue' => 'Po termínu', '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', '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', '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ů', '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.', '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.', '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', '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)<br/>Thanks for trying the Invoice Ninja Bot.<br/>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.<br/>',
'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:<br/>• Create\update\email an invoice<br/>• List products<br/>For example:<br/><i>invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent</i>',
'list_products' => 'List Products',
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>',
'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',
); );

View File

@ -507,7 +507,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal', 'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin', 'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Vidensbase', 'knowledge_base' => 'Vidensbase',
'partial' => 'Delvis', 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial af :balance', 'partial_remaining' => ':partial af :balance',
'more_fields' => 'Flere felter', 'more_fields' => 'Flere felter',
'less_fields' => 'Mindre felter', 'less_fields' => 'Mindre felter',
@ -995,7 +995,7 @@ $LANG = array(
'overdue' => 'Overdue', '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', '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', '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', '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.', '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.', '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', '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)<br/>Thanks for trying the Invoice Ninja Bot.<br/>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.<br/>',
'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:<br/>• Create\update\email an invoice<br/>• List products<br/>For example:<br/><i>invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent</i>',
'list_products' => 'List Products',
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>',
'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',
); );

View File

@ -507,7 +507,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal', 'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin', 'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'FAQ', 'knowledge_base' => 'FAQ',
'partial' => 'Partiell', 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial von :balance', 'partial_remaining' => ':partial von :balance',
'more_fields' => 'Weitere Felder', 'more_fields' => 'Weitere Felder',
'less_fields' => 'Weniger Felder', 'less_fields' => 'Weniger Felder',
@ -685,7 +685,7 @@ $LANG = array(
'num_days_reminder' => 'Tage nach Fälligkeit', 'num_days_reminder' => 'Tage nach Fälligkeit',
'reminder_subject' => 'Erinnerung: Rechnung :invoice von :account', 'reminder_subject' => 'Erinnerung: Rechnung :invoice von :account',
'reset' => 'Zurücksetzen', '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_program' => 'Referral Program',
'referral_code' => 'Referral Code', 'referral_code' => 'Referral Code',
'last_sent_on' => 'Zuletzt versendet am :date', 'last_sent_on' => 'Zuletzt versendet am :date',
@ -995,7 +995,7 @@ $LANG = array(
'overdue' => 'Überfällig', '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', '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', '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', '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.', '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.', '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', '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)<br/>Thanks for trying the Invoice Ninja Bot.<br/>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.<br/>',
'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:<br/>• Create\update\email an invoice<br/>• List products<br/>For example:<br/><i>invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent</i>',
'list_products' => 'List Products',
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>',
'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',
); );

View File

@ -501,7 +501,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal', 'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin', 'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Base de Conocimiento', 'knowledge_base' => 'Base de Conocimiento',
'partial' => 'Parcial', 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial de :balance', 'partial_remaining' => ':partial de :balance',
'more_fields' => ' Más Campos', 'more_fields' => ' Más Campos',
'less_fields' => 'Menos Campos', 'less_fields' => 'Menos Campos',
@ -989,7 +989,7 @@ $LANG = array(
'overdue' => 'Overdue', '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', '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', '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', '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.', '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.', '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', '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)<br/>Thanks for trying the Invoice Ninja Bot.<br/>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.<br/>',
'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:<br/>• Create\update\email an invoice<br/>• List products<br/>For example:<br/><i>invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent</i>',
'list_products' => 'List Products',
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>',
'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',
); );

View File

@ -501,7 +501,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal', 'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin', 'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Ayuda', 'knowledge_base' => 'Ayuda',
'partial' => 'Parcial', 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial de :balance', 'partial_remaining' => ':partial de :balance',
'more_fields' => 'Mas campos', 'more_fields' => 'Mas campos',
'less_fields' => 'Menos campos', 'less_fields' => 'Menos campos',
@ -988,7 +988,7 @@ $LANG = array(
'overdue' => 'Overdue', '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', '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', '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', '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.', '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.', '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', '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)<br/>Thanks for trying the Invoice Ninja Bot.<br/>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.<br/>',
'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:<br/>• Create\update\email an invoice<br/>• List products<br/>For example:<br/><i>invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent</i>',
'list_products' => 'List Products',
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>',
'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',
); );

View File

@ -501,7 +501,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal', 'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin', 'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Base de connaissances', 'knowledge_base' => 'Base de connaissances',
'partial' => 'Partiel', 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial de :balance', 'partial_remaining' => ':partial de :balance',
'more_fields' => 'Plus de champs', 'more_fields' => 'Plus de champs',
'less_fields' => 'Moins de champs', 'less_fields' => 'Moins de champs',
@ -989,7 +989,7 @@ $LANG = array(
'overdue' => 'Impayé', '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', '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', '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', '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.', '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.', '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', '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)<br/>Thanks for trying the Invoice Ninja Bot.<br/>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.<br/>',
'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:<br/>• Create\update\email an invoice<br/>• List products<br/>For example:<br/><i>invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent</i>',
'list_products' => 'List Products',
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>',
'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',
); );

View File

@ -501,7 +501,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal', 'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin', 'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Base de connaissance', 'knowledge_base' => 'Base de connaissance',
'partial' => 'Partiel', 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partiel de :balance', 'partial_remaining' => ':partiel de :balance',
'more_fields' => 'Plus de champs', 'more_fields' => 'Plus de champs',
'less_fields' => 'Moins de champs', 'less_fields' => 'Moins de champs',
@ -986,7 +986,7 @@ $LANG = array(
'overdue' => 'En souffrance', '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', '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', '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', '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.', '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.', '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', '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)<br/>Thanks for trying the Invoice Ninja Bot.<br/>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.<br/>',
'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:<br/>• Create\update\email an invoice<br/>• List products<br/>For example:<br/><i>invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent</i>',
'list_products' => 'List Products',
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>',
'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',
); );

View File

@ -507,7 +507,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal', 'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin', 'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Baza znanja', 'knowledge_base' => 'Baza znanja',
'partial' => 'Parcijalno', 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial od :balance', 'partial_remaining' => ':partial od :balance',
'more_fields' => 'Više polja', 'more_fields' => 'Više polja',
'less_fields' => 'Manje polja', 'less_fields' => 'Manje polja',
@ -995,7 +995,7 @@ $LANG = array(
'overdue' => 'Van valute', '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', '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', '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', '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.', '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.', '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', '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)<br/>Thanks for trying the Invoice Ninja Bot.<br/>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.<br/>',
'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:<br/>• Create\update\email an invoice<br/>• List products<br/>For example:<br/><i>invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent</i>',
'list_products' => 'List Products',
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>',
'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',
); );

View File

@ -501,7 +501,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal', 'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin', 'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Knowledge Base', 'knowledge_base' => 'Knowledge Base',
'partial' => 'Partial', 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial di :balance', 'partial_remaining' => ':partial di :balance',
'more_fields' => 'More Fields', 'more_fields' => 'More Fields',
'less_fields' => 'Less Fields', 'less_fields' => 'Less Fields',
@ -989,7 +989,7 @@ $LANG = array(
'overdue' => 'Overdue', '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', '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', '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', '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.', '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.', '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', '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)<br/>Thanks for trying the Invoice Ninja Bot.<br/>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.<br/>',
'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:<br/>• Create\update\email an invoice<br/>• List products<br/>For example:<br/><i>invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent</i>',
'list_products' => 'List Products',
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>',
'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',
); );

View File

@ -507,7 +507,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal', 'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin', 'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'ナレッジベース', 'knowledge_base' => 'ナレッジベース',
'partial' => 'Partial', 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial of :balance', 'partial_remaining' => ':partial of :balance',
'more_fields' => '項目を増やす', 'more_fields' => '項目を増やす',
'less_fields' => '項目を減らす', 'less_fields' => '項目を減らす',
@ -995,7 +995,7 @@ $LANG = array(
'overdue' => 'Overdue', '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', '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', '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', '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.', '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.', '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', '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)<br/>Thanks for trying the Invoice Ninja Bot.<br/>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.<br/>',
'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:<br/>• Create\update\email an invoice<br/>• List products<br/>For example:<br/><i>invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent</i>',
'list_products' => 'List Products',
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>',
'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',
); );

View File

@ -507,7 +507,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal', 'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin', 'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Knowledge Base', 'knowledge_base' => 'Knowledge Base',
'partial' => 'Partial', 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial of :balance', 'partial_remaining' => ':partial of :balance',
'more_fields' => 'More Fields', 'more_fields' => 'More Fields',
'less_fields' => 'Less Fields', 'less_fields' => 'Less Fields',
@ -774,8 +774,8 @@ $LANG = array(
'activity_35' => ':user sukurtas :vendor', 'activity_35' => ':user sukurtas :vendor',
'activity_36' => ':user sukurtas :vendor', 'activity_36' => ':user sukurtas :vendor',
'activity_37' => ':user sukurtas :vendor', 'activity_37' => ':user sukurtas :vendor',
'activity_42' => ':user created task ":task"', 'activity_42' => ':user sukurtos užduotys ":task"',
'activity_43' => ':user updated task ":task"', 'activity_43' => ':user atnaujintos užduotys ":task"',
'payment' => 'Payment', 'payment' => 'Payment',
'system' => 'System', 'system' => 'System',
'signature' => 'Email Signature', 'signature' => 'Email Signature',
@ -995,7 +995,7 @@ $LANG = array(
'overdue' => 'Overdue', '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', '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', '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', 'limit_users' => 'Sorry, this will exceed the limit of :limit users',
@ -1296,7 +1296,7 @@ $LANG = array(
'wepay_tos_agree' => 'Sutinku :link.', 'wepay_tos_agree' => 'Sutinku :link.',
'wepay_tos_link_text' => 'WePay paslaugų teikimo sąlygos', 'wepay_tos_link_text' => 'WePay paslaugų teikimo sąlygos',
'resend_confirmation_email' => 'Persiųsti patvirtinimo laišką', 'resend_confirmation_email' => 'Persiųsti patvirtinimo laišką',
'manage_account' => 'Manage Account', 'manage_account' => 'Valdyti paskyrą',
'action_required' => 'Reikalingas veiksmas', 'action_required' => 'Reikalingas veiksmas',
'finish_setup' => 'Baigti nustatymus', 'finish_setup' => 'Baigti nustatymus',
'created_wepay_confirmation_required' => 'Prašome patikrinti savo el. paštą ir patvirtinkite el. pašto adresą WePay.', '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ė', 'debit_cards' => 'Debetinė kortelė',
'warn_start_date_changed' => 'The next invoice will be sent on the new start date.', 'warn_start_date_changed' => 'The next invoice will be sent on the new start date.',
'original_start_date' => 'Original start date', 'original_start_date' => 'Originali pradžios data',
'new_start_date' => 'New start date', 'new_start_date' => 'Nauja pradžios data',
'security' => 'Security', 'security' => 'Sauga',
'see_whats_new' => 'See what\'s new in v:version', 'see_whats_new' => 'Kas naujo versijoje v:version',
'wait_for_upload' => 'Please wait for the document upload to complete.', 'wait_for_upload' => 'Prašome palaukti kol įksikels dokumentas',
'upgrade_for_permissions' => 'Upgrade to our Enterprise plan to enable permissions.', 'upgrade_for_permissions' => 'Pasirinkite Įmonės planą norėdami įjungti leidimus.',
'enable_second_tax_rate' => 'Enable specifying a <b>second tax rate</b>', 'enable_second_tax_rate' => 'Enable specifying a <b>second tax rate</b>',
'payment_file' => 'Payment File', 'payment_file' => 'Išrašo failas',
'expense_file' => 'Expense File', 'expense_file' => 'Expense File',
'product_file' => 'Product File', 'product_file' => 'Prekės failas',
'import_products' => 'Import Products', 'import_products' => 'Importuoti prekes',
'products_will_create' => 'products will be created.', 'products_will_create' => 'prekė sukurta.',
'product_key' => 'Product', 'product_key' => 'Prekė',
'created_products' => 'Successfully created :count product(s)', 'created_products' => 'Sėkmingai sukurta :count prekė(-s)',
'export_help' => 'Use JSON if you plan to import the data into Invoice Ninja.', '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', 'view_dashboard' => 'Rodyti darbastalį',
'client_session_expired' => 'Session Expired', 'client_session_expired' => 'Sesija pasibaigė',
'client_session_expired_message' => 'Your session has expired. Please click the link in your email again.', '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_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_bank_transfer' => 'banko sąskaita',
'auto_bill_payment_method_credit_card' => 'credit card', 'auto_bill_payment_method_credit_card' => 'kreditinė kortelė',
'auto_bill_payment_method_paypal' => 'PayPal account', '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.', '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_send_date' => 'Pagal išsiuntimo datą',
'on_due_date' => 'On due date', 'on_due_date' => 'Pagal atlikimo datą',
'auto_bill_ach_date_help' => 'ACH auto bill will always happen on the due date', '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.', '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.', 'payment_processed_through_wepay' => 'ACH payments will be processed using WePay.',
'wepay_payment_tos_agree' => 'I agree to the WePay :terms and :privacy_policy.', '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.', '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.', 'payment_settings_supported_gateways' => 'These options are supported by the WePay, Stripe, and Braintree gateways.',
'ach_email_prompt' => 'Please enter your email address:', '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.', 'update_font_cache' => 'Please force refresh the page to update the font cache.',
'more_options' => 'More options', 'more_options' => 'Daugiau parinkčių',
'credit_card' => 'Credit Card', 'credit_card' => 'Kreditinė kortelė',
'bank_transfer' => 'Bank Transfer', 'bank_transfer' => 'Pavedimu',
'no_transaction_reference' => 'We did not recieve a payment transaction reference from the gateway.', 'no_transaction_reference' => 'We did not recieve a payment transaction reference from the gateway.',
'use_bank_on_file' => 'Use Bank on File', '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.', 'auto_bill_email_message' => 'This invoice will automatically be billed to the payment method on file on the due date.',
'bitcoin' => 'Bitcoin', 'bitcoin' => 'Bitcoin',
'added_on' => 'Added :date', 'added_on' => 'Sukurta :date',
'failed_remove_payment_method' => 'Failed to remove the payment method', 'failed_remove_payment_method' => 'Failed to remove the payment method',
'gateway_exists' => 'This gateway already exists', 'gateway_exists' => 'Ši mokėjimo sąsaja jau yra',
'manual_entry' => 'Manual entry', 'manual_entry' => 'Įrašyti rankiniu būdu',
'start_of_week' => 'First day of the week', 'start_of_week' => 'Savaitės pirma diena',
// Frequencies // Frequencies
'freq_weekly' => 'Weekly', 'freq_weekly' => 'Weekly',
@ -1377,7 +1377,7 @@ $LANG = array(
// Payment types // Payment types
'payment_type_Apply Credit' => 'Apply Credit', 'payment_type_Apply Credit' => 'Apply Credit',
'payment_type_Bank Transfer' => 'Bank Transfer', 'payment_type_Bank Transfer' => 'Pavedimu',
'payment_type_Cash' => 'Cash', 'payment_type_Cash' => 'Cash',
'payment_type_Debit' => 'Debit', 'payment_type_Debit' => 'Debit',
'payment_type_ACH' => 'ACH', 'payment_type_ACH' => 'ACH',
@ -1412,13 +1412,13 @@ $LANG = array(
'industry_Government' => 'Government', 'industry_Government' => 'Government',
'industry_Healthcare & Life Sciences' => 'Healthcare & Life Sciences', 'industry_Healthcare & Life Sciences' => 'Healthcare & Life Sciences',
'industry_Insurance' => 'Insurance', 'industry_Insurance' => 'Insurance',
'industry_Manufacturing' => 'Manufacturing', 'industry_Manufacturing' => 'Gamyba',
'industry_Marketing' => 'Marketing', 'industry_Marketing' => 'Marketingas',
'industry_Media' => 'Media', 'industry_Media' => 'Media',
'industry_Nonprofit & Higher Ed' => 'Nonprofit & Higher Ed', 'industry_Nonprofit & Higher Ed' => 'Nonprofit & Higher Ed',
'industry_Pharmaceuticals' => 'Pharmaceuticals', 'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting', 'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
'industry_Real Estate' => 'Real Estate', 'industry_Real Estate' => 'Nekilnojamas turtas',
'industry_Retail & Wholesale' => 'Retail & Wholesale', 'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports', 'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation', 'industry_Transportation' => 'Transportation',
@ -1427,31 +1427,31 @@ $LANG = array(
'industry_Photography' =>'Photography', 'industry_Photography' =>'Photography',
// Countries // Countries
'country_Afghanistan' => 'Afghanistan', 'country_Afghanistan' => 'Afganistanas',
'country_Albania' => 'Albania', 'country_Albania' => 'Albania',
'country_Antarctica' => 'Antarctica', 'country_Antarctica' => 'Antarktika',
'country_Algeria' => 'Algeria', 'country_Algeria' => 'Algeria',
'country_American Samoa' => 'American Samoa', 'country_American Samoa' => 'American Samoa',
'country_Andorra' => 'Andorra', 'country_Andorra' => 'Andora',
'country_Angola' => 'Angola', 'country_Angola' => 'Angola',
'country_Antigua and Barbuda' => 'Antigua and Barbuda', 'country_Antigua and Barbuda' => 'Antigua and Barbuda',
'country_Azerbaijan' => 'Azerbaijan', 'country_Azerbaijan' => 'Azerbaidžanas',
'country_Argentina' => 'Argentina', 'country_Argentina' => 'Argentina',
'country_Australia' => 'Australia', 'country_Australia' => 'Australija',
'country_Austria' => 'Austria', 'country_Austria' => 'Austrija',
'country_Bahamas' => 'Bahamas', 'country_Bahamas' => 'Bahamas',
'country_Bahrain' => 'Bahrain', 'country_Bahrain' => 'Bahrain',
'country_Bangladesh' => 'Bangladesh', 'country_Bangladesh' => 'Bangladesh',
'country_Armenia' => 'Armenia', 'country_Armenia' => 'Armėnija',
'country_Barbados' => 'Barbados', 'country_Barbados' => 'Barbados',
'country_Belgium' => 'Belgium', 'country_Belgium' => 'Belgija',
'country_Bermuda' => 'Bermuda', 'country_Bermuda' => 'Bermuda',
'country_Bhutan' => 'Bhutan', 'country_Bhutan' => 'Bhutan',
'country_Bolivia, Plurinational State of' => 'Bolivia, Plurinational State of', '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_Botswana' => 'Botswana',
'country_Bouvet Island' => 'Bouvet Island', 'country_Bouvet Island' => 'Bouvet Island',
'country_Brazil' => 'Brazil', 'country_Brazil' => 'Brazilija',
'country_Belize' => 'Belize', 'country_Belize' => 'Belize',
'country_British Indian Ocean Territory' => 'British Indian Ocean Territory', 'country_British Indian Ocean Territory' => 'British Indian Ocean Territory',
'country_Solomon Islands' => 'Solomon Islands', 'country_Solomon Islands' => 'Solomon Islands',
@ -1460,7 +1460,7 @@ $LANG = array(
'country_Bulgaria' => 'Bulgaria', 'country_Bulgaria' => 'Bulgaria',
'country_Myanmar' => 'Myanmar', 'country_Myanmar' => 'Myanmar',
'country_Burundi' => 'Burundi', 'country_Burundi' => 'Burundi',
'country_Belarus' => 'Belarus', 'country_Belarus' => 'Baltarusija',
'country_Cambodia' => 'Cambodia', 'country_Cambodia' => 'Cambodia',
'country_Cameroon' => 'Cameroon', 'country_Cameroon' => 'Cameroon',
'country_Canada' => 'Canada', 'country_Canada' => 'Canada',
@ -1480,13 +1480,13 @@ $LANG = array(
'country_Congo' => 'Congo', 'country_Congo' => 'Congo',
'country_Congo, the Democratic Republic of the' => 'Congo, the Democratic Republic of the', 'country_Congo, the Democratic Republic of the' => 'Congo, the Democratic Republic of the',
'country_Cook Islands' => 'Cook Islands', 'country_Cook Islands' => 'Cook Islands',
'country_Costa Rica' => 'Costa Rica', 'country_Costa Rica' => 'Kosta Rika',
'country_Croatia' => 'Croatia', 'country_Croatia' => 'Kroatija',
'country_Cuba' => 'Cuba', 'country_Cuba' => 'Kuba',
'country_Cyprus' => 'Cyprus', 'country_Cyprus' => 'Kipras',
'country_Czech Republic' => 'Czech Republic', 'country_Czech Republic' => 'Čekoslovakija',
'country_Benin' => 'Benin', 'country_Benin' => 'Benin',
'country_Denmark' => 'Denmark', 'country_Denmark' => 'Danija',
'country_Dominica' => 'Dominica', 'country_Dominica' => 'Dominica',
'country_Dominican Republic' => 'Dominican Republic', 'country_Dominican Republic' => 'Dominican Republic',
'country_Ecuador' => 'Ecuador', 'country_Ecuador' => 'Ecuador',
@ -1494,27 +1494,27 @@ $LANG = array(
'country_Equatorial Guinea' => 'Equatorial Guinea', 'country_Equatorial Guinea' => 'Equatorial Guinea',
'country_Ethiopia' => 'Ethiopia', 'country_Ethiopia' => 'Ethiopia',
'country_Eritrea' => 'Eritrea', 'country_Eritrea' => 'Eritrea',
'country_Estonia' => 'Estonia', 'country_Estonia' => 'Estija',
'country_Faroe Islands' => 'Faroe Islands', 'country_Faroe Islands' => 'Faroe Islands',
'country_Falkland Islands (Malvinas)' => 'Falkland Islands (Malvinas)', 'country_Falkland Islands (Malvinas)' => 'Falkland Islands (Malvinas)',
'country_South Georgia and the South Sandwich Islands' => 'South Georgia and the South Sandwich Islands', 'country_South Georgia and the South Sandwich Islands' => 'South Georgia and the South Sandwich Islands',
'country_Fiji' => 'Fiji', 'country_Fiji' => 'Fiji',
'country_Finland' => 'Finland', 'country_Finland' => 'Suomija',
'country_Åland Islands' => 'Åland Islands', 'country_Åland Islands' => 'Åland Islands',
'country_France' => 'France', 'country_France' => 'Prancūzija',
'country_French Guiana' => 'French Guiana', 'country_French Guiana' => 'French Guiana',
'country_French Polynesia' => 'French Polynesia', 'country_French Polynesia' => 'French Polynesia',
'country_French Southern Territories' => 'French Southern Territories', 'country_French Southern Territories' => 'French Southern Territories',
'country_Djibouti' => 'Djibouti', 'country_Djibouti' => 'Djibouti',
'country_Gabon' => 'Gabon', 'country_Gabon' => 'Gabon',
'country_Georgia' => 'Georgia', 'country_Georgia' => 'Gruzija',
'country_Gambia' => 'Gambia', 'country_Gambia' => 'Gambia',
'country_Palestinian Territory, Occupied' => 'Palestinian Territory, Occupied', 'country_Palestinian Territory, Occupied' => 'Palestinian Territory, Occupied',
'country_Germany' => 'Germany', 'country_Germany' => 'Germany',
'country_Ghana' => 'Ghana', 'country_Ghana' => 'Ghana',
'country_Gibraltar' => 'Gibraltar', 'country_Gibraltar' => 'Gibraltar',
'country_Kiribati' => 'Kiribati', 'country_Kiribati' => 'Kiribati',
'country_Greece' => 'Greece', 'country_Greece' => 'Graikija',
'country_Greenland' => 'Greenland', 'country_Greenland' => 'Greenland',
'country_Grenada' => 'Grenada', 'country_Grenada' => 'Grenada',
'country_Guadeloupe' => 'Guadeloupe', 'country_Guadeloupe' => 'Guadeloupe',
@ -1527,33 +1527,33 @@ $LANG = array(
'country_Holy See (Vatican City State)' => 'Holy See (Vatican City State)', 'country_Holy See (Vatican City State)' => 'Holy See (Vatican City State)',
'country_Honduras' => 'Honduras', 'country_Honduras' => 'Honduras',
'country_Hong Kong' => 'Hong Kong', 'country_Hong Kong' => 'Hong Kong',
'country_Hungary' => 'Hungary', 'country_Hungary' => 'Vengrija',
'country_Iceland' => 'Iceland', 'country_Iceland' => 'Iceland',
'country_India' => 'India', 'country_India' => 'Indija',
'country_Indonesia' => 'Indonesia', 'country_Indonesia' => 'Indonesia',
'country_Iran, Islamic Republic of' => 'Iran, Islamic Republic of', 'country_Iran, Islamic Republic of' => 'Iran, Islamic Republic of',
'country_Iraq' => 'Iraq', 'country_Iraq' => 'Irakas',
'country_Ireland' => 'Ireland', 'country_Ireland' => 'Airija',
'country_Israel' => 'Israel', 'country_Israel' => 'Izrajelis',
'country_Italy' => 'Italy', 'country_Italy' => 'Italija',
'country_Côte d\'Ivoire' => 'Côte d\'Ivoire', 'country_Côte d\'Ivoire' => 'Côte d\'Ivoire',
'country_Jamaica' => 'Jamaica', 'country_Jamaica' => 'Jamaica',
'country_Japan' => 'Japan', 'country_Japan' => 'Japonija',
'country_Kazakhstan' => 'Kazakhstan', 'country_Kazakhstan' => 'Kazachstanas',
'country_Jordan' => 'Jordan', 'country_Jordan' => 'Jordan',
'country_Kenya' => 'Kenya', 'country_Kenya' => 'Kenya',
'country_Korea, Democratic People\'s Republic of' => 'Korea, Democratic People\'s Republic of', 'country_Korea, Democratic People\'s Republic of' => 'Korea, Democratic People\'s Republic of',
'country_Korea, Republic of' => 'Korea, Republic of', 'country_Korea, Republic of' => 'Korea, Republic of',
'country_Kuwait' => 'Kuwait', 'country_Kuwait' => 'Kuwait',
'country_Kyrgyzstan' => 'Kyrgyzstan', 'country_Kyrgyzstan' => 'Kirgizija',
'country_Lao People\'s Democratic Republic' => 'Lao People\'s Democratic Republic', 'country_Lao People\'s Democratic Republic' => 'Lao People\'s Democratic Republic',
'country_Lebanon' => 'Lebanon', 'country_Lebanon' => 'Lebanon',
'country_Lesotho' => 'Lesotho', 'country_Lesotho' => 'Lesotho',
'country_Latvia' => 'Latvia', 'country_Latvia' => 'Latvija',
'country_Liberia' => 'Liberia', 'country_Liberia' => 'Liberia',
'country_Libya' => 'Libya', 'country_Libya' => 'Libya',
'country_Liechtenstein' => 'Liechtenstein', 'country_Liechtenstein' => 'Liechtenstein',
'country_Lithuania' => 'Lithuania', 'country_Lithuania' => 'Lietuva',
'country_Luxembourg' => 'Luxembourg', 'country_Luxembourg' => 'Luxembourg',
'country_Macao' => 'Macao', 'country_Macao' => 'Macao',
'country_Madagascar' => 'Madagascar', 'country_Madagascar' => 'Madagascar',
@ -1603,7 +1603,7 @@ $LANG = array(
'country_Peru' => 'Peru', 'country_Peru' => 'Peru',
'country_Philippines' => 'Philippines', 'country_Philippines' => 'Philippines',
'country_Pitcairn' => 'Pitcairn', 'country_Pitcairn' => 'Pitcairn',
'country_Poland' => 'Poland', 'country_Poland' => 'Lenkija',
'country_Portugal' => 'Portugal', 'country_Portugal' => 'Portugal',
'country_Guinea-Bissau' => 'Guinea-Bissau', 'country_Guinea-Bissau' => 'Guinea-Bissau',
'country_Timor-Leste' => 'Timor-Leste', 'country_Timor-Leste' => 'Timor-Leste',
@ -1611,7 +1611,7 @@ $LANG = array(
'country_Qatar' => 'Qatar', 'country_Qatar' => 'Qatar',
'country_Réunion' => 'Réunion', 'country_Réunion' => 'Réunion',
'country_Romania' => 'Romania', 'country_Romania' => 'Romania',
'country_Russian Federation' => 'Russian Federation', 'country_Russian Federation' => 'Rusija',
'country_Rwanda' => 'Rwanda', 'country_Rwanda' => 'Rwanda',
'country_Saint Barthélemy' => 'Saint Barthélemy', 'country_Saint Barthélemy' => 'Saint Barthélemy',
'country_Saint Helena, Ascension and Tristan da Cunha' => 'Saint Helena, Ascension and Tristan da Cunha', '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_Suriname' => 'Suriname',
'country_Svalbard and Jan Mayen' => 'Svalbard and Jan Mayen', 'country_Svalbard and Jan Mayen' => 'Svalbard and Jan Mayen',
'country_Swaziland' => 'Swaziland', 'country_Swaziland' => 'Swaziland',
'country_Sweden' => 'Sweden', 'country_Sweden' => 'Švedija',
'country_Switzerland' => 'Switzerland', 'country_Switzerland' => 'Šveicarija',
'country_Syrian Arab Republic' => 'Syrian Arab Republic', 'country_Syrian Arab Republic' => 'Syrian Arab Republic',
'country_Tajikistan' => 'Tajikistan', 'country_Tajikistan' => 'Tajikistan',
'country_Thailand' => 'Thailand', 'country_Thailand' => 'Thailand',
@ -1653,7 +1653,7 @@ $LANG = array(
'country_Trinidad and Tobago' => 'Trinidad and Tobago', 'country_Trinidad and Tobago' => 'Trinidad and Tobago',
'country_United Arab Emirates' => 'United Arab Emirates', 'country_United Arab Emirates' => 'United Arab Emirates',
'country_Tunisia' => 'Tunisia', 'country_Tunisia' => 'Tunisia',
'country_Turkey' => 'Turkey', 'country_Turkey' => 'Turkija',
'country_Turkmenistan' => 'Turkmenistan', 'country_Turkmenistan' => 'Turkmenistan',
'country_Turks and Caicos Islands' => 'Turks and Caicos Islands', 'country_Turks and Caicos Islands' => 'Turks and Caicos Islands',
'country_Tuvalu' => 'Tuvalu', 'country_Tuvalu' => 'Tuvalu',
@ -1689,9 +1689,9 @@ $LANG = array(
'lang_German' => 'German', 'lang_German' => 'German',
'lang_Italian' => 'Italian', 'lang_Italian' => 'Italian',
'lang_Japanese' => 'Japanese', 'lang_Japanese' => 'Japanese',
'lang_Lithuanian' => 'Lithuanian', 'lang_Lithuanian' => 'Lietuviškai',
'lang_Norwegian' => 'Norwegian', 'lang_Norwegian' => 'Norwegian',
'lang_Polish' => 'Polish', 'lang_Polish' => 'Lenkiškai',
'lang_Spanish' => 'Spanish', 'lang_Spanish' => 'Spanish',
'lang_Spanish - Spain' => 'Spanish - Spain', 'lang_Spanish - Spain' => 'Spanish - Spain',
'lang_Swedish' => 'Swedish', 'lang_Swedish' => 'Swedish',
@ -1707,7 +1707,7 @@ $LANG = array(
// Payment types // Payment types
'payment_type_Apply Credit' => 'Apply Credit', 'payment_type_Apply Credit' => 'Apply Credit',
'payment_type_Bank Transfer' => 'Bank Transfer', 'payment_type_Bank Transfer' => 'Pavedimu',
'payment_type_Cash' => 'Cash', 'payment_type_Cash' => 'Cash',
'payment_type_Debit' => 'Debit', 'payment_type_Debit' => 'Debit',
'payment_type_ACH' => 'ACH', 'payment_type_ACH' => 'ACH',
@ -1742,13 +1742,13 @@ $LANG = array(
'industry_Government' => 'Government', 'industry_Government' => 'Government',
'industry_Healthcare & Life Sciences' => 'Healthcare & Life Sciences', 'industry_Healthcare & Life Sciences' => 'Healthcare & Life Sciences',
'industry_Insurance' => 'Insurance', 'industry_Insurance' => 'Insurance',
'industry_Manufacturing' => 'Manufacturing', 'industry_Manufacturing' => 'Gamyba',
'industry_Marketing' => 'Marketing', 'industry_Marketing' => 'Marketingas',
'industry_Media' => 'Media', 'industry_Media' => 'Media',
'industry_Nonprofit & Higher Ed' => 'Nonprofit & Higher Ed', 'industry_Nonprofit & Higher Ed' => 'Nonprofit & Higher Ed',
'industry_Pharmaceuticals' => 'Pharmaceuticals', 'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting', 'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
'industry_Real Estate' => 'Real Estate', 'industry_Real Estate' => 'Nekilnojamas turtas',
'industry_Retail & Wholesale' => 'Retail & Wholesale', 'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports', 'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation', 'industry_Transportation' => 'Transportation',
@ -1757,31 +1757,31 @@ $LANG = array(
'industry_Photography' =>'Photography', 'industry_Photography' =>'Photography',
// Countries // Countries
'country_Afghanistan' => 'Afghanistan', 'country_Afghanistan' => 'Afganistanas',
'country_Albania' => 'Albania', 'country_Albania' => 'Albania',
'country_Antarctica' => 'Antarctica', 'country_Antarctica' => 'Antarktika',
'country_Algeria' => 'Algeria', 'country_Algeria' => 'Algeria',
'country_American Samoa' => 'American Samoa', 'country_American Samoa' => 'American Samoa',
'country_Andorra' => 'Andorra', 'country_Andorra' => 'Andora',
'country_Angola' => 'Angola', 'country_Angola' => 'Angola',
'country_Antigua and Barbuda' => 'Antigua and Barbuda', 'country_Antigua and Barbuda' => 'Antigua and Barbuda',
'country_Azerbaijan' => 'Azerbaijan', 'country_Azerbaijan' => 'Azerbaidžanas',
'country_Argentina' => 'Argentina', 'country_Argentina' => 'Argentina',
'country_Australia' => 'Australia', 'country_Australia' => 'Australija',
'country_Austria' => 'Austria', 'country_Austria' => 'Austrija',
'country_Bahamas' => 'Bahamas', 'country_Bahamas' => 'Bahamas',
'country_Bahrain' => 'Bahrain', 'country_Bahrain' => 'Bahrain',
'country_Bangladesh' => 'Bangladesh', 'country_Bangladesh' => 'Bangladesh',
'country_Armenia' => 'Armenia', 'country_Armenia' => 'Armėnija',
'country_Barbados' => 'Barbados', 'country_Barbados' => 'Barbados',
'country_Belgium' => 'Belgium', 'country_Belgium' => 'Belgija',
'country_Bermuda' => 'Bermuda', 'country_Bermuda' => 'Bermuda',
'country_Bhutan' => 'Bhutan', 'country_Bhutan' => 'Bhutan',
'country_Bolivia, Plurinational State of' => 'Bolivia, Plurinational State of', '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_Botswana' => 'Botswana',
'country_Bouvet Island' => 'Bouvet Island', 'country_Bouvet Island' => 'Bouvet Island',
'country_Brazil' => 'Brazil', 'country_Brazil' => 'Brazilija',
'country_Belize' => 'Belize', 'country_Belize' => 'Belize',
'country_British Indian Ocean Territory' => 'British Indian Ocean Territory', 'country_British Indian Ocean Territory' => 'British Indian Ocean Territory',
'country_Solomon Islands' => 'Solomon Islands', 'country_Solomon Islands' => 'Solomon Islands',
@ -1790,7 +1790,7 @@ $LANG = array(
'country_Bulgaria' => 'Bulgaria', 'country_Bulgaria' => 'Bulgaria',
'country_Myanmar' => 'Myanmar', 'country_Myanmar' => 'Myanmar',
'country_Burundi' => 'Burundi', 'country_Burundi' => 'Burundi',
'country_Belarus' => 'Belarus', 'country_Belarus' => 'Baltarusija',
'country_Cambodia' => 'Cambodia', 'country_Cambodia' => 'Cambodia',
'country_Cameroon' => 'Cameroon', 'country_Cameroon' => 'Cameroon',
'country_Canada' => 'Canada', 'country_Canada' => 'Canada',
@ -1810,13 +1810,13 @@ $LANG = array(
'country_Congo' => 'Congo', 'country_Congo' => 'Congo',
'country_Congo, the Democratic Republic of the' => 'Congo, the Democratic Republic of the', 'country_Congo, the Democratic Republic of the' => 'Congo, the Democratic Republic of the',
'country_Cook Islands' => 'Cook Islands', 'country_Cook Islands' => 'Cook Islands',
'country_Costa Rica' => 'Costa Rica', 'country_Costa Rica' => 'Kosta Rika',
'country_Croatia' => 'Croatia', 'country_Croatia' => 'Kroatija',
'country_Cuba' => 'Cuba', 'country_Cuba' => 'Kuba',
'country_Cyprus' => 'Cyprus', 'country_Cyprus' => 'Kipras',
'country_Czech Republic' => 'Czech Republic', 'country_Czech Republic' => 'Čekoslovakija',
'country_Benin' => 'Benin', 'country_Benin' => 'Benin',
'country_Denmark' => 'Denmark', 'country_Denmark' => 'Danija',
'country_Dominica' => 'Dominica', 'country_Dominica' => 'Dominica',
'country_Dominican Republic' => 'Dominican Republic', 'country_Dominican Republic' => 'Dominican Republic',
'country_Ecuador' => 'Ecuador', 'country_Ecuador' => 'Ecuador',
@ -1824,27 +1824,27 @@ $LANG = array(
'country_Equatorial Guinea' => 'Equatorial Guinea', 'country_Equatorial Guinea' => 'Equatorial Guinea',
'country_Ethiopia' => 'Ethiopia', 'country_Ethiopia' => 'Ethiopia',
'country_Eritrea' => 'Eritrea', 'country_Eritrea' => 'Eritrea',
'country_Estonia' => 'Estonia', 'country_Estonia' => 'Estija',
'country_Faroe Islands' => 'Faroe Islands', 'country_Faroe Islands' => 'Faroe Islands',
'country_Falkland Islands (Malvinas)' => 'Falkland Islands (Malvinas)', 'country_Falkland Islands (Malvinas)' => 'Falkland Islands (Malvinas)',
'country_South Georgia and the South Sandwich Islands' => 'South Georgia and the South Sandwich Islands', 'country_South Georgia and the South Sandwich Islands' => 'South Georgia and the South Sandwich Islands',
'country_Fiji' => 'Fiji', 'country_Fiji' => 'Fiji',
'country_Finland' => 'Finland', 'country_Finland' => 'Suomija',
'country_Åland Islands' => 'Åland Islands', 'country_Åland Islands' => 'Åland Islands',
'country_France' => 'France', 'country_France' => 'Prancūzija',
'country_French Guiana' => 'French Guiana', 'country_French Guiana' => 'French Guiana',
'country_French Polynesia' => 'French Polynesia', 'country_French Polynesia' => 'French Polynesia',
'country_French Southern Territories' => 'French Southern Territories', 'country_French Southern Territories' => 'French Southern Territories',
'country_Djibouti' => 'Djibouti', 'country_Djibouti' => 'Djibouti',
'country_Gabon' => 'Gabon', 'country_Gabon' => 'Gabon',
'country_Georgia' => 'Georgia', 'country_Georgia' => 'Gruzija',
'country_Gambia' => 'Gambia', 'country_Gambia' => 'Gambia',
'country_Palestinian Territory, Occupied' => 'Palestinian Territory, Occupied', 'country_Palestinian Territory, Occupied' => 'Palestinian Territory, Occupied',
'country_Germany' => 'Germany', 'country_Germany' => 'Germany',
'country_Ghana' => 'Ghana', 'country_Ghana' => 'Ghana',
'country_Gibraltar' => 'Gibraltar', 'country_Gibraltar' => 'Gibraltar',
'country_Kiribati' => 'Kiribati', 'country_Kiribati' => 'Kiribati',
'country_Greece' => 'Greece', 'country_Greece' => 'Graikija',
'country_Greenland' => 'Greenland', 'country_Greenland' => 'Greenland',
'country_Grenada' => 'Grenada', 'country_Grenada' => 'Grenada',
'country_Guadeloupe' => 'Guadeloupe', 'country_Guadeloupe' => 'Guadeloupe',
@ -1857,33 +1857,33 @@ $LANG = array(
'country_Holy See (Vatican City State)' => 'Holy See (Vatican City State)', 'country_Holy See (Vatican City State)' => 'Holy See (Vatican City State)',
'country_Honduras' => 'Honduras', 'country_Honduras' => 'Honduras',
'country_Hong Kong' => 'Hong Kong', 'country_Hong Kong' => 'Hong Kong',
'country_Hungary' => 'Hungary', 'country_Hungary' => 'Vengrija',
'country_Iceland' => 'Iceland', 'country_Iceland' => 'Iceland',
'country_India' => 'India', 'country_India' => 'Indija',
'country_Indonesia' => 'Indonesia', 'country_Indonesia' => 'Indonesia',
'country_Iran, Islamic Republic of' => 'Iran, Islamic Republic of', 'country_Iran, Islamic Republic of' => 'Iran, Islamic Republic of',
'country_Iraq' => 'Iraq', 'country_Iraq' => 'Irakas',
'country_Ireland' => 'Ireland', 'country_Ireland' => 'Airija',
'country_Israel' => 'Israel', 'country_Israel' => 'Izrajelis',
'country_Italy' => 'Italy', 'country_Italy' => 'Italija',
'country_Côte d\'Ivoire' => 'Côte d\'Ivoire', 'country_Côte d\'Ivoire' => 'Côte d\'Ivoire',
'country_Jamaica' => 'Jamaica', 'country_Jamaica' => 'Jamaica',
'country_Japan' => 'Japan', 'country_Japan' => 'Japonija',
'country_Kazakhstan' => 'Kazakhstan', 'country_Kazakhstan' => 'Kazachstanas',
'country_Jordan' => 'Jordan', 'country_Jordan' => 'Jordan',
'country_Kenya' => 'Kenya', 'country_Kenya' => 'Kenya',
'country_Korea, Democratic People\'s Republic of' => 'Korea, Democratic People\'s Republic of', 'country_Korea, Democratic People\'s Republic of' => 'Korea, Democratic People\'s Republic of',
'country_Korea, Republic of' => 'Korea, Republic of', 'country_Korea, Republic of' => 'Korea, Republic of',
'country_Kuwait' => 'Kuwait', 'country_Kuwait' => 'Kuwait',
'country_Kyrgyzstan' => 'Kyrgyzstan', 'country_Kyrgyzstan' => 'Kirgizija',
'country_Lao People\'s Democratic Republic' => 'Lao People\'s Democratic Republic', 'country_Lao People\'s Democratic Republic' => 'Lao People\'s Democratic Republic',
'country_Lebanon' => 'Lebanon', 'country_Lebanon' => 'Lebanon',
'country_Lesotho' => 'Lesotho', 'country_Lesotho' => 'Lesotho',
'country_Latvia' => 'Latvia', 'country_Latvia' => 'Latvija',
'country_Liberia' => 'Liberia', 'country_Liberia' => 'Liberia',
'country_Libya' => 'Libya', 'country_Libya' => 'Libya',
'country_Liechtenstein' => 'Liechtenstein', 'country_Liechtenstein' => 'Liechtenstein',
'country_Lithuania' => 'Lithuania', 'country_Lithuania' => 'Lietuva',
'country_Luxembourg' => 'Luxembourg', 'country_Luxembourg' => 'Luxembourg',
'country_Macao' => 'Macao', 'country_Macao' => 'Macao',
'country_Madagascar' => 'Madagascar', 'country_Madagascar' => 'Madagascar',
@ -1933,7 +1933,7 @@ $LANG = array(
'country_Peru' => 'Peru', 'country_Peru' => 'Peru',
'country_Philippines' => 'Philippines', 'country_Philippines' => 'Philippines',
'country_Pitcairn' => 'Pitcairn', 'country_Pitcairn' => 'Pitcairn',
'country_Poland' => 'Poland', 'country_Poland' => 'Lenkija',
'country_Portugal' => 'Portugal', 'country_Portugal' => 'Portugal',
'country_Guinea-Bissau' => 'Guinea-Bissau', 'country_Guinea-Bissau' => 'Guinea-Bissau',
'country_Timor-Leste' => 'Timor-Leste', 'country_Timor-Leste' => 'Timor-Leste',
@ -1941,7 +1941,7 @@ $LANG = array(
'country_Qatar' => 'Qatar', 'country_Qatar' => 'Qatar',
'country_Réunion' => 'Réunion', 'country_Réunion' => 'Réunion',
'country_Romania' => 'Romania', 'country_Romania' => 'Romania',
'country_Russian Federation' => 'Russian Federation', 'country_Russian Federation' => 'Rusija',
'country_Rwanda' => 'Rwanda', 'country_Rwanda' => 'Rwanda',
'country_Saint Barthélemy' => 'Saint Barthélemy', 'country_Saint Barthélemy' => 'Saint Barthélemy',
'country_Saint Helena, Ascension and Tristan da Cunha' => 'Saint Helena, Ascension and Tristan da Cunha', '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_Suriname' => 'Suriname',
'country_Svalbard and Jan Mayen' => 'Svalbard and Jan Mayen', 'country_Svalbard and Jan Mayen' => 'Svalbard and Jan Mayen',
'country_Swaziland' => 'Swaziland', 'country_Swaziland' => 'Swaziland',
'country_Sweden' => 'Sweden', 'country_Sweden' => 'Švedija',
'country_Switzerland' => 'Switzerland', 'country_Switzerland' => 'Šveicarija',
'country_Syrian Arab Republic' => 'Syrian Arab Republic', 'country_Syrian Arab Republic' => 'Syrian Arab Republic',
'country_Tajikistan' => 'Tajikistan', 'country_Tajikistan' => 'Tajikistan',
'country_Thailand' => 'Thailand', 'country_Thailand' => 'Thailand',
@ -1983,7 +1983,7 @@ $LANG = array(
'country_Trinidad and Tobago' => 'Trinidad and Tobago', 'country_Trinidad and Tobago' => 'Trinidad and Tobago',
'country_United Arab Emirates' => 'United Arab Emirates', 'country_United Arab Emirates' => 'United Arab Emirates',
'country_Tunisia' => 'Tunisia', 'country_Tunisia' => 'Tunisia',
'country_Turkey' => 'Turkey', 'country_Turkey' => 'Turkija',
'country_Turkmenistan' => 'Turkmenistan', 'country_Turkmenistan' => 'Turkmenistan',
'country_Turks and Caicos Islands' => 'Turks and Caicos Islands', 'country_Turks and Caicos Islands' => 'Turks and Caicos Islands',
'country_Tuvalu' => 'Tuvalu', 'country_Tuvalu' => 'Tuvalu',
@ -2007,16 +2007,16 @@ $LANG = array(
'country_Yemen' => 'Yemen', 'country_Yemen' => 'Yemen',
'country_Zambi' => 'Zambi', 'country_Zambi' => 'Zambi',
'view_client_portal' => 'View client portal', 'view_client_portal' => 'Rodyti kliento tinklapį',
'view_portal' => 'View Portal', 'view_portal' => 'Rodyti tinklapį',
'vendor_contacts' => 'Vendor Contacts', 'vendor_contacts' => 'Tiekėjo kontaktai',
'all' => 'All', 'all' => 'Visi',
'selected' => 'Selected', 'selected' => 'Pasirinkita',
'category' => 'Category', 'category' => 'Kategorija',
'categories' => 'Categories', 'categories' => 'Kategorijos',
'new_expense_category' => 'New Expense Category', 'new_expense_category' => 'New Expense Category',
'edit_category' => 'Edit Category', 'edit_category' => 'Keisti kategoriją',
'archive_expense_category' => 'Archive Category', 'archive_expense_category' => 'Archyvo kategorija',
'expense_categories' => 'Expense Categories', 'expense_categories' => 'Expense Categories',
'list_expense_categories' => 'List Expense Categories', 'list_expense_categories' => 'List Expense Categories',
'updated_expense_category' => 'Successfully updated expense category', 'updated_expense_category' => 'Successfully updated expense category',
@ -2025,25 +2025,89 @@ $LANG = array(
'archived_expense_categories' => 'Successfully archived :count expense category', 'archived_expense_categories' => 'Successfully archived :count expense category',
'restore_expense_category' => 'Restore expense category', 'restore_expense_category' => 'Restore expense category',
'restored_expense_category' => 'Successfully restored expense category', 'restored_expense_category' => 'Successfully restored expense category',
'apply_taxes' => 'Apply taxes', 'apply_taxes' => 'Naudoti mokesčius',
'min_to_max_users' => ':min to :max users', 'min_to_max_users' => ':min iki :max klientų',
'max_users_reached' => 'The maximum number of users has been reached.', 'max_users_reached' => 'Pasiektas maksimalus galimų vartotojų skaičius.',
'buy_now_buttons' => 'Buy Now Buttons', 'buy_now_buttons' => 'Pirkti dabar mygtukas',
'landing_page' => 'Landing Page', 'landing_page' => 'Nukreipimo puslapis',
'payment_type' => 'Payment Type', 'payment_type' => 'Mokėjimo tipas',
'form' => 'Form', 'form' => 'Forma',
'link' => 'Link', 'link' => 'Nuoroda',
'fields' => 'Fields', 'fields' => 'Laukai',
'dwolla' => 'Dwolla', 'dwolla' => 'Dwolla',
'buy_now_buttons_warning' => 'Note: client and invoice records are created even if the transaction isn\'t completed.', '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.', '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', 'enable_buy_now_buttons_help' => 'Enable support for buy now buttons',
'changes_take_effect_immediately' => 'Note: changes take effect immediately', '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.', '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.', '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', '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)<br/>Thanks for trying the Invoice Ninja Bot.<br/>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.<br/>',
'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:<br/>• Create\update\email an invoice<br/>• List products<br/>For example:<br/><i>invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent</i>',
'list_products' => 'List Products',
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>',
'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',
); );

View File

@ -507,7 +507,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal', 'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin', 'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Kunnskapsbase', 'knowledge_base' => 'Kunnskapsbase',
'partial' => 'Delvis', 'partial' => 'Partial/Deposit',
'partial_remaining' => ':delvis av :balance', 'partial_remaining' => ':delvis av :balance',
'more_fields' => 'Flere Felt', 'more_fields' => 'Flere Felt',
'less_fields' => 'Mindre Felt', 'less_fields' => 'Mindre Felt',
@ -995,7 +995,7 @@ $LANG = array(
'overdue' => 'Overdue', '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', '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', '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', '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.', '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.', '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', '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)<br/>Thanks for trying the Invoice Ninja Bot.<br/>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.<br/>',
'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:<br/>• Create\update\email an invoice<br/>• List products<br/>For example:<br/><i>invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent</i>',
'list_products' => 'List Products',
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>',
'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',
); );

View File

@ -501,7 +501,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal', 'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin', 'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Kennisbank', 'knowledge_base' => 'Kennisbank',
'partial' => 'Gedeeld', 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial / :balance', 'partial_remaining' => ':partial / :balance',
'more_fields' => 'Meer velden', 'more_fields' => 'Meer velden',
'less_fields' => 'Minder velden', 'less_fields' => 'Minder velden',
@ -986,7 +986,7 @@ $LANG = array(
'overdue' => 'Verlopen', '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', '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', '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', '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.', '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.', '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', '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)<br/>Thanks for trying the Invoice Ninja Bot.<br/>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.<br/>',
'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:<br/>• Create\update\email an invoice<br/>• List products<br/>For example:<br/><i>invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent</i>',
'list_products' => 'List Products',
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>',
'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',
); );

View File

@ -507,7 +507,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal', 'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin', 'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Baza wiedzy', 'knowledge_base' => 'Baza wiedzy',
'partial' => 'Zaliczka', 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial z :balance', 'partial_remaining' => ':partial z :balance',
'more_fields' => 'Więcej pól', 'more_fields' => 'Więcej pól',
'less_fields' => 'Mniej pól', 'less_fields' => 'Mniej pól',
@ -995,7 +995,7 @@ $LANG = array(
'overdue' => 'Zaległy', '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', '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', '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', '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.', '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.', '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', '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)<br/>Thanks for trying the Invoice Ninja Bot.<br/>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.<br/>',
'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:<br/>• Create\update\email an invoice<br/>• List products<br/>For example:<br/><i>invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent</i>',
'list_products' => 'List Products',
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>',
'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',
); );

View File

@ -501,7 +501,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal', 'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin', 'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Base de Conhecimento', 'knowledge_base' => 'Base de Conhecimento',
'partial' => 'Parcial', 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial de :balance', 'partial_remaining' => ':partial de :balance',
'more_fields' => 'Mais Campos', 'more_fields' => 'Mais Campos',
'less_fields' => 'Menos Campos', 'less_fields' => 'Menos Campos',
@ -986,7 +986,7 @@ $LANG = array(
'overdue' => 'Vencido', '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', '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', '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', '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.', '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.', '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', '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)<br/>Thanks for trying the Invoice Ninja Bot.<br/>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.<br/>',
'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:<br/>• Create\update\email an invoice<br/>• List products<br/>For example:<br/><i>invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent</i>',
'list_products' => 'List Products',
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>',
'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',
); );

View File

@ -0,0 +1,19 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];

View File

@ -0,0 +1,19 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Prapa',
'next' => 'Para &raquo;',
];

View File

@ -0,0 +1,22 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reminder Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => '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.',
];

2114
resources/lang/sq/texts.php Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,119 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| such as the size rules. Feel free to tweak each of these messages.
|
*/
'accepted' => ':attribute duhet të pranohet.',
'active_url' => ':attribute nuk është adresë e saktë.',
'after' => ':attribute duhet të jetë datë pas :date.',
'alpha' => ':attribute mund të përmbajë vetëm shkronja.',
'alpha_dash' => ':attribute mund të përmbajë vetëm shkronja, numra, dhe viza.',
'alpha_num' => ':attribute mund të përmbajë vetëm shkronja dhe numra.',
'array' => ':attribute duhet të jetë një bashkësi (array).',
'before' => ':attribute duhet të jetë datë para :date.',
'between' => [
'numeric' => ':attribute duhet të jetë midis :min - :max.',
'file' => ':attribute duhet të jetë midis :min - :max kilobajtëve.',
'string' => ':attribute duhet të jetë midis :min - :max karaktereve.',
'array' => ':attribute duhet të jetë midis :min - :max elementëve.',
],
'boolean' => 'Fusha :attribute duhet të jetë e vërtetë ose e gabuar',
'confirmed' => ':attribute konfirmimi nuk përputhet.',
'date' => ':attribute nuk është një datë e saktë.',
'date_format' => ':attribute nuk i përshtatet formatit :format.',
'different' => ':attribute dhe :other duhet të jenë të ndryshme.',
'digits' => ':attribute duhet të jetë :digits shifra.',
'digits_between' => ':attribute duhet të jetë midis :min dhe :max shifra.',
'dimensions' => 'The :attribute has invalid image dimensions.',
'distinct' => 'The :attribute field has a duplicate value.',
'email' => ':attribute formati është i pasaktë.',
'exists' => ':attribute përzgjedhur është i/e pasaktë.',
'file' => 'The :attribute must be a file.',
'filled' => 'Fusha :attribute është e kërkuar.',
'image' => ':attribute duhet të jetë imazh.',
'in' => ':attribute përzgjedhur është i/e pasaktë.',
'in_array' => 'The :attribute field does not exist in :other.',
'integer' => ':attribute duhet të jetë numër i plotë.',
'ip' => ':attribute duhet të jetë një IP adresë e saktë.',
'json' => 'The :attribute must be a valid JSON string.',
'max' => [
'numeric' => ':attribute nuk mund të jetë më tepër se :max.',
'file' => ':attribute nuk mund të jetë më tepër se :max kilobajtë.',
'string' => ':attribute nuk mund të jetë më tepër se :max karaktere.',
'array' => ':attribute nuk mund të ketë më tepër se :max elemente.',
],
'mimes' => ':attribute duhet të jetë një dokument i tipit: :values.',
'mimetypes' => ':attribute duhet të jetë një dokument i tipit: :values.',
'min' => [
'numeric' => ':attribute nuk mund të jetë më pak se :min.',
'file' => ':attribute nuk mund të jetë më pak se :min kilobajtë.',
'string' => ':attribute nuk mund të jetë më pak se :min karaktere.',
'array' => ':attribute nuk mund të ketë më pak se :min elemente.',
],
'not_in' => ':attribute përzgjedhur është i/e pasaktë.',
'numeric' => ':attribute duhet të jetë një numër.',
'present' => 'The :attribute field must be present.',
'regex' => 'Formati i :attribute është i pasaktë.',
'required' => 'Fusha :attribute është e kërkuar.',
'required_if' => 'Fusha :attribute është e kërkuar kur :other është :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => 'Fusha :attribute është e kërkuar kur :values ekziston.',
'required_with_all' => 'Fusha :attribute është e kërkuar kur :values ekziston.',
'required_without' => 'Fusha :attribute është e kërkuar kur :values nuk ekziston.',
'required_without_all' => 'Fusha :attribute është e kërkuar kur nuk ekziston asnjë nga :values.',
'same' => ':attribute dhe :other duhet të përputhen.',
'size' => [
'numeric' => ':attribute duhet të jetë :size.',
'file' => ':attribute duhet të jetë :size kilobajtë.',
'string' => ':attribute duhet të jetë :size karaktere.',
'array' => ':attribute duhet të ketë :size elemente.',
],
'string' => ':attribute duhet të jetë varg.',
'timezone' => ':attribute duhet të jetë zonë e saktë.',
'unique' => ':attribute është marrë tashmë.',
'uploaded' => 'The :attribute uploading failed.',
'url' => 'Formati i :attribute është i pasaktë.',
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
|--------------------------------------------------------------------------
|
| Here you may specify custom validation messages for attributes using the
| convention "attribute.rule" to name the lines. This makes it quick to
| specify a specific custom language line for a given attribute rule.
|
*/
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],
/*
|--------------------------------------------------------------------------
| Custom Validation Attributes
|--------------------------------------------------------------------------
|
| The following language lines are used to swap attribute place-holders
| with something more reader friendly such as E-Mail Address instead
| of "email". This simply helps us make messages a little cleaner.
|
*/
'attributes' => [
//
],
];

View File

@ -506,7 +506,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal', 'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin', 'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Knowledge Base', 'knowledge_base' => 'Knowledge Base',
'partial' => 'Partial', 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial of :balance', 'partial_remaining' => ':partial of :balance',
'more_fields' => 'More Fields', 'more_fields' => 'More Fields',
'less_fields' => 'Less Fields', 'less_fields' => 'Less Fields',
@ -994,7 +994,7 @@ $LANG = array(
'overdue' => 'Overdue', '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' => 'För att anpassa dina e-post notifieringar gå till :link', 'user_email_footer' => 'För att anpassa dina e-post notifieringar gå till :link',
'reset_password_footer' => 'Om du inte begärt en återställning av ditt lösenord så var snäll och maila vår support: :email', 'reset_password_footer' => 'Om du inte begärt en återställning av ditt lösenord så var snäll och maila vår support: :email',
'limit_users' => 'Ledsen, men du får skapa max :limit användare', 'limit_users' => 'Ledsen, men du får skapa max :limit användare',
@ -2042,7 +2042,71 @@ $LANG = array(
'payment_error_code' => 'There was an error processing your payment [:code]. Please try again later.', '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.', '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', '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)<br/>Thanks for trying the Invoice Ninja Bot.<br/>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.<br/>',
'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:<br/>• Create\update\email an invoice<br/>• List products<br/>For example:<br/><i>invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent</i>',
'list_products' => 'List Products',
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>',
'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',
); );

View File

@ -507,7 +507,7 @@ $LANG = array(
'payment_type_paypal' => 'PayPal', 'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => 'Bitcoin', 'payment_type_bitcoin' => 'Bitcoin',
'knowledge_base' => 'Knowledge Base', 'knowledge_base' => 'Knowledge Base',
'partial' => 'Partial', 'partial' => 'Partial/Deposit',
'partial_remaining' => ':partial of :balance', 'partial_remaining' => ':partial of :balance',
'more_fields' => 'More Fields', 'more_fields' => 'More Fields',
'less_fields' => 'Less Fields', 'less_fields' => 'Less Fields',
@ -995,7 +995,7 @@ $LANG = array(
'overdue' => 'Overdue', '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', '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', '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', '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.', '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.', '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', '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)<br/>Thanks for trying the Invoice Ninja Bot.<br/>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.<br/>',
'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:<br/>• Create\update\email an invoice<br/>• List products<br/>For example:<br/><i>invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent</i>',
'list_products' => 'List Products',
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>',
'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',
); );