mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Updated version
This commit is contained in:
parent
eed345cff6
commit
7542cb479f
@ -417,7 +417,7 @@ if (!defined('CONTACT_EMAIL')) {
|
||||
define('NINJA_GATEWAY_CONFIG', 'NINJA_GATEWAY_CONFIG');
|
||||
define('NINJA_WEB_URL', 'https://www.invoiceninja.com');
|
||||
define('NINJA_APP_URL', 'https://app.invoiceninja.com');
|
||||
define('NINJA_VERSION', '2.4.5');
|
||||
define('NINJA_VERSION', '2.4.6');
|
||||
define('NINJA_DATE', '2000-01-01');
|
||||
|
||||
define('NINJA_FROM_EMAIL', 'maildelivery@invoiceninja.com');
|
||||
|
@ -882,6 +882,32 @@
|
||||
|
||||
'payment' => 'Payment',
|
||||
'system' => 'System',
|
||||
'signature' => 'Email Signature',
|
||||
'default_messages' => 'Default Messages',
|
||||
'quote_terms' => 'Quote Terms',
|
||||
'default_quote_terms' => 'Default Quote Terms',
|
||||
'default_invoice_terms' => 'Default Invoice Terms',
|
||||
'default_invoice_footer' => 'Default Invoice Footer',
|
||||
'quote_footer' => 'Quote Footer',
|
||||
'free' => 'Free',
|
||||
|
||||
'quote_is_approved' => 'This quote is approved',
|
||||
'apply_credit' => 'Apply Credit',
|
||||
'system_settings' => 'System Settings',
|
||||
'archive_token' => 'Archive Token',
|
||||
'archived_token' => 'Successfully archived token',
|
||||
'archive_user' => 'Archive User',
|
||||
'archived_user' => 'Successfully archived user',
|
||||
'archive_account_gateway' => 'Archive Gateway',
|
||||
'archived_account_gateway' => 'Successfully archived gateway',
|
||||
'archive_recurring_invoice' => 'Archive Recurring Invoice',
|
||||
'archived_recurring_invoice' => 'Successfully archived recurring invoice',
|
||||
'delete_recurring_invoice' => 'Delete Recurring Invoice',
|
||||
'deleted_recurring_invoice' => 'Successfully deleted recurring invoice',
|
||||
'restore_recurring_invoice' => 'Restore Recurring Invoice',
|
||||
'restored_recurring_invoice' => 'Successfully restored recurring invoice',
|
||||
'archived' => 'Archived',
|
||||
'untitled_account' => 'Untitled Company',
|
||||
|
||||
|
||||
);
|
||||
|
@ -891,5 +891,24 @@ return array(
|
||||
'default_invoice_terms' => 'Standard-Rechnungsbedingungen',
|
||||
'default_invoice_footer' => 'Standard-Rechnungsfußzeile',
|
||||
'quote_footer' => 'Angebots-Fußzeile',
|
||||
'free' => 'Free',
|
||||
|
||||
'quote_is_approved' => 'This quote is approved',
|
||||
'apply_credit' => 'Apply Credit',
|
||||
'system_settings' => 'System Settings',
|
||||
'archive_token' => 'Archive Token',
|
||||
'archived_token' => 'Successfully archived token',
|
||||
'archive_user' => 'Archive User',
|
||||
'archived_user' => 'Successfully archived user',
|
||||
'archive_account_gateway' => 'Archive Gateway',
|
||||
'archived_account_gateway' => 'Successfully archived gateway',
|
||||
'archive_recurring_invoice' => 'Archive Recurring Invoice',
|
||||
'archived_recurring_invoice' => 'Successfully archived recurring invoice',
|
||||
'delete_recurring_invoice' => 'Delete Recurring Invoice',
|
||||
'deleted_recurring_invoice' => 'Successfully deleted recurring invoice',
|
||||
'restore_recurring_invoice' => 'Restore Recurring Invoice',
|
||||
'restored_recurring_invoice' => 'Successfully restored recurring invoice',
|
||||
'archived' => 'Archived',
|
||||
'untitled_account' => 'Untitled Company',
|
||||
|
||||
);
|
||||
|
@ -860,6 +860,32 @@ return array(
|
||||
|
||||
'payment' => 'pago',
|
||||
'system' => 'Sistema',
|
||||
'signature' => 'Email Signature',
|
||||
'default_messages' => 'Default Messages',
|
||||
'quote_terms' => 'Quote Terms',
|
||||
'default_quote_terms' => 'Default Quote Terms',
|
||||
'default_invoice_terms' => 'Default Invoice Terms',
|
||||
'default_invoice_footer' => 'Default Invoice Footer',
|
||||
'quote_footer' => 'Quote Footer',
|
||||
'free' => 'Free',
|
||||
|
||||
'quote_is_approved' => 'This quote is approved',
|
||||
'apply_credit' => 'Apply Credit',
|
||||
'system_settings' => 'System Settings',
|
||||
'archive_token' => 'Archive Token',
|
||||
'archived_token' => 'Successfully archived token',
|
||||
'archive_user' => 'Archive User',
|
||||
'archived_user' => 'Successfully archived user',
|
||||
'archive_account_gateway' => 'Archive Gateway',
|
||||
'archived_account_gateway' => 'Successfully archived gateway',
|
||||
'archive_recurring_invoice' => 'Archive Recurring Invoice',
|
||||
'archived_recurring_invoice' => 'Successfully archived recurring invoice',
|
||||
'delete_recurring_invoice' => 'Delete Recurring Invoice',
|
||||
'deleted_recurring_invoice' => 'Successfully deleted recurring invoice',
|
||||
'restore_recurring_invoice' => 'Restore Recurring Invoice',
|
||||
'restored_recurring_invoice' => 'Successfully restored recurring invoice',
|
||||
'archived' => 'Archived',
|
||||
'untitled_account' => 'Untitled Company',
|
||||
|
||||
|
||||
);
|
||||
|
@ -881,5 +881,31 @@ return array(
|
||||
|
||||
'payment' => 'Payment',
|
||||
'system' => 'System',
|
||||
'signature' => 'Email Signature',
|
||||
'default_messages' => 'Default Messages',
|
||||
'quote_terms' => 'Quote Terms',
|
||||
'default_quote_terms' => 'Default Quote Terms',
|
||||
'default_invoice_terms' => 'Default Invoice Terms',
|
||||
'default_invoice_footer' => 'Default Invoice Footer',
|
||||
'quote_footer' => 'Quote Footer',
|
||||
'free' => 'Free',
|
||||
|
||||
'quote_is_approved' => 'This quote is approved',
|
||||
'apply_credit' => 'Apply Credit',
|
||||
'system_settings' => 'System Settings',
|
||||
'archive_token' => 'Archive Token',
|
||||
'archived_token' => 'Successfully archived token',
|
||||
'archive_user' => 'Archive User',
|
||||
'archived_user' => 'Successfully archived user',
|
||||
'archive_account_gateway' => 'Archive Gateway',
|
||||
'archived_account_gateway' => 'Successfully archived gateway',
|
||||
'archive_recurring_invoice' => 'Archive Recurring Invoice',
|
||||
'archived_recurring_invoice' => 'Successfully archived recurring invoice',
|
||||
'delete_recurring_invoice' => 'Delete Recurring Invoice',
|
||||
'deleted_recurring_invoice' => 'Successfully deleted recurring invoice',
|
||||
'restore_recurring_invoice' => 'Restore Recurring Invoice',
|
||||
'restored_recurring_invoice' => 'Successfully restored recurring invoice',
|
||||
'archived' => 'Archived',
|
||||
'untitled_account' => 'Untitled Company',
|
||||
|
||||
);
|
||||
|
@ -875,5 +875,31 @@ return array(
|
||||
|
||||
'payment' => 'Payment',
|
||||
'system' => 'System',
|
||||
'signature' => 'Email Signature',
|
||||
'default_messages' => 'Default Messages',
|
||||
'quote_terms' => 'Quote Terms',
|
||||
'default_quote_terms' => 'Default Quote Terms',
|
||||
'default_invoice_terms' => 'Default Invoice Terms',
|
||||
'default_invoice_footer' => 'Default Invoice Footer',
|
||||
'quote_footer' => 'Quote Footer',
|
||||
'free' => 'Free',
|
||||
|
||||
'quote_is_approved' => 'This quote is approved',
|
||||
'apply_credit' => 'Apply Credit',
|
||||
'system_settings' => 'System Settings',
|
||||
'archive_token' => 'Archive Token',
|
||||
'archived_token' => 'Successfully archived token',
|
||||
'archive_user' => 'Archive User',
|
||||
'archived_user' => 'Successfully archived user',
|
||||
'archive_account_gateway' => 'Archive Gateway',
|
||||
'archived_account_gateway' => 'Successfully archived gateway',
|
||||
'archive_recurring_invoice' => 'Archive Recurring Invoice',
|
||||
'archived_recurring_invoice' => 'Successfully archived recurring invoice',
|
||||
'delete_recurring_invoice' => 'Delete Recurring Invoice',
|
||||
'deleted_recurring_invoice' => 'Successfully deleted recurring invoice',
|
||||
'restore_recurring_invoice' => 'Restore Recurring Invoice',
|
||||
'restored_recurring_invoice' => 'Successfully restored recurring invoice',
|
||||
'archived' => 'Archived',
|
||||
'untitled_account' => 'Untitled Company',
|
||||
|
||||
);
|
||||
|
@ -875,5 +875,31 @@ return array(
|
||||
|
||||
'payment' => 'Payment',
|
||||
'system' => 'System',
|
||||
'signature' => 'Email Signature',
|
||||
'default_messages' => 'Default Messages',
|
||||
'quote_terms' => 'Quote Terms',
|
||||
'default_quote_terms' => 'Default Quote Terms',
|
||||
'default_invoice_terms' => 'Default Invoice Terms',
|
||||
'default_invoice_footer' => 'Default Invoice Footer',
|
||||
'quote_footer' => 'Quote Footer',
|
||||
'free' => 'Free',
|
||||
|
||||
'quote_is_approved' => 'This quote is approved',
|
||||
'apply_credit' => 'Apply Credit',
|
||||
'system_settings' => 'System Settings',
|
||||
'archive_token' => 'Archive Token',
|
||||
'archived_token' => 'Successfully archived token',
|
||||
'archive_user' => 'Archive User',
|
||||
'archived_user' => 'Successfully archived user',
|
||||
'archive_account_gateway' => 'Archive Gateway',
|
||||
'archived_account_gateway' => 'Successfully archived gateway',
|
||||
'archive_recurring_invoice' => 'Archive Recurring Invoice',
|
||||
'archived_recurring_invoice' => 'Successfully archived recurring invoice',
|
||||
'delete_recurring_invoice' => 'Delete Recurring Invoice',
|
||||
'deleted_recurring_invoice' => 'Successfully deleted recurring invoice',
|
||||
'restore_recurring_invoice' => 'Restore Recurring Invoice',
|
||||
'restored_recurring_invoice' => 'Successfully restored recurring invoice',
|
||||
'archived' => 'Archived',
|
||||
'untitled_account' => 'Untitled Company',
|
||||
|
||||
);
|
||||
|
@ -877,5 +877,31 @@ return array(
|
||||
|
||||
'payment' => 'Payment',
|
||||
'system' => 'System',
|
||||
'signature' => 'Email Signature',
|
||||
'default_messages' => 'Default Messages',
|
||||
'quote_terms' => 'Quote Terms',
|
||||
'default_quote_terms' => 'Default Quote Terms',
|
||||
'default_invoice_terms' => 'Default Invoice Terms',
|
||||
'default_invoice_footer' => 'Default Invoice Footer',
|
||||
'quote_footer' => 'Quote Footer',
|
||||
'free' => 'Free',
|
||||
|
||||
'quote_is_approved' => 'This quote is approved',
|
||||
'apply_credit' => 'Apply Credit',
|
||||
'system_settings' => 'System Settings',
|
||||
'archive_token' => 'Archive Token',
|
||||
'archived_token' => 'Successfully archived token',
|
||||
'archive_user' => 'Archive User',
|
||||
'archived_user' => 'Successfully archived user',
|
||||
'archive_account_gateway' => 'Archive Gateway',
|
||||
'archived_account_gateway' => 'Successfully archived gateway',
|
||||
'archive_recurring_invoice' => 'Archive Recurring Invoice',
|
||||
'archived_recurring_invoice' => 'Successfully archived recurring invoice',
|
||||
'delete_recurring_invoice' => 'Delete Recurring Invoice',
|
||||
'deleted_recurring_invoice' => 'Successfully deleted recurring invoice',
|
||||
'restore_recurring_invoice' => 'Restore Recurring Invoice',
|
||||
'restored_recurring_invoice' => 'Successfully restored recurring invoice',
|
||||
'archived' => 'Archived',
|
||||
'untitled_account' => 'Untitled Company',
|
||||
|
||||
);
|
||||
|
@ -884,6 +884,32 @@ return array(
|
||||
|
||||
'payment' => 'Payment',
|
||||
'system' => 'System',
|
||||
'signature' => 'Email Signature',
|
||||
'default_messages' => 'Default Messages',
|
||||
'quote_terms' => 'Quote Terms',
|
||||
'default_quote_terms' => 'Default Quote Terms',
|
||||
'default_invoice_terms' => 'Default Invoice Terms',
|
||||
'default_invoice_footer' => 'Default Invoice Footer',
|
||||
'quote_footer' => 'Quote Footer',
|
||||
'free' => 'Free',
|
||||
|
||||
'quote_is_approved' => 'This quote is approved',
|
||||
'apply_credit' => 'Apply Credit',
|
||||
'system_settings' => 'System Settings',
|
||||
'archive_token' => 'Archive Token',
|
||||
'archived_token' => 'Successfully archived token',
|
||||
'archive_user' => 'Archive User',
|
||||
'archived_user' => 'Successfully archived user',
|
||||
'archive_account_gateway' => 'Archive Gateway',
|
||||
'archived_account_gateway' => 'Successfully archived gateway',
|
||||
'archive_recurring_invoice' => 'Archive Recurring Invoice',
|
||||
'archived_recurring_invoice' => 'Successfully archived recurring invoice',
|
||||
'delete_recurring_invoice' => 'Delete Recurring Invoice',
|
||||
'deleted_recurring_invoice' => 'Successfully deleted recurring invoice',
|
||||
'restore_recurring_invoice' => 'Restore Recurring Invoice',
|
||||
'restored_recurring_invoice' => 'Successfully restored recurring invoice',
|
||||
'archived' => 'Archived',
|
||||
'untitled_account' => 'Untitled Company',
|
||||
|
||||
);
|
||||
|
||||
|
@ -882,5 +882,31 @@ return array(
|
||||
|
||||
'payment' => 'Payment',
|
||||
'system' => 'System',
|
||||
'signature' => 'Email Signature',
|
||||
'default_messages' => 'Default Messages',
|
||||
'quote_terms' => 'Quote Terms',
|
||||
'default_quote_terms' => 'Default Quote Terms',
|
||||
'default_invoice_terms' => 'Default Invoice Terms',
|
||||
'default_invoice_footer' => 'Default Invoice Footer',
|
||||
'quote_footer' => 'Quote Footer',
|
||||
'free' => 'Free',
|
||||
|
||||
'quote_is_approved' => 'This quote is approved',
|
||||
'apply_credit' => 'Apply Credit',
|
||||
'system_settings' => 'System Settings',
|
||||
'archive_token' => 'Archive Token',
|
||||
'archived_token' => 'Successfully archived token',
|
||||
'archive_user' => 'Archive User',
|
||||
'archived_user' => 'Successfully archived user',
|
||||
'archive_account_gateway' => 'Archive Gateway',
|
||||
'archived_account_gateway' => 'Successfully archived gateway',
|
||||
'archive_recurring_invoice' => 'Archive Recurring Invoice',
|
||||
'archived_recurring_invoice' => 'Successfully archived recurring invoice',
|
||||
'delete_recurring_invoice' => 'Delete Recurring Invoice',
|
||||
'deleted_recurring_invoice' => 'Successfully deleted recurring invoice',
|
||||
'restore_recurring_invoice' => 'Restore Recurring Invoice',
|
||||
'restored_recurring_invoice' => 'Successfully restored recurring invoice',
|
||||
'archived' => 'Archived',
|
||||
'untitled_account' => 'Untitled Company',
|
||||
|
||||
);
|
@ -877,5 +877,31 @@ return array(
|
||||
|
||||
'payment' => 'Payment',
|
||||
'system' => 'System',
|
||||
'signature' => 'Email Signature',
|
||||
'default_messages' => 'Default Messages',
|
||||
'quote_terms' => 'Quote Terms',
|
||||
'default_quote_terms' => 'Default Quote Terms',
|
||||
'default_invoice_terms' => 'Default Invoice Terms',
|
||||
'default_invoice_footer' => 'Default Invoice Footer',
|
||||
'quote_footer' => 'Quote Footer',
|
||||
'free' => 'Free',
|
||||
|
||||
'quote_is_approved' => 'This quote is approved',
|
||||
'apply_credit' => 'Apply Credit',
|
||||
'system_settings' => 'System Settings',
|
||||
'archive_token' => 'Archive Token',
|
||||
'archived_token' => 'Successfully archived token',
|
||||
'archive_user' => 'Archive User',
|
||||
'archived_user' => 'Successfully archived user',
|
||||
'archive_account_gateway' => 'Archive Gateway',
|
||||
'archived_account_gateway' => 'Successfully archived gateway',
|
||||
'archive_recurring_invoice' => 'Archive Recurring Invoice',
|
||||
'archived_recurring_invoice' => 'Successfully archived recurring invoice',
|
||||
'delete_recurring_invoice' => 'Delete Recurring Invoice',
|
||||
'deleted_recurring_invoice' => 'Successfully deleted recurring invoice',
|
||||
'restore_recurring_invoice' => 'Restore Recurring Invoice',
|
||||
'restored_recurring_invoice' => 'Successfully restored recurring invoice',
|
||||
'archived' => 'Archived',
|
||||
'untitled_account' => 'Untitled Company',
|
||||
|
||||
);
|
||||
|
@ -887,5 +887,21 @@ return array(
|
||||
'free' => 'Grátis',
|
||||
|
||||
'quote_is_approved' => 'Orçamento aprovado.',
|
||||
'apply_credit' => 'Apply Credit',
|
||||
'system_settings' => 'System Settings',
|
||||
'archive_token' => 'Archive Token',
|
||||
'archived_token' => 'Successfully archived token',
|
||||
'archive_user' => 'Archive User',
|
||||
'archived_user' => 'Successfully archived user',
|
||||
'archive_account_gateway' => 'Archive Gateway',
|
||||
'archived_account_gateway' => 'Successfully archived gateway',
|
||||
'archive_recurring_invoice' => 'Archive Recurring Invoice',
|
||||
'archived_recurring_invoice' => 'Successfully archived recurring invoice',
|
||||
'delete_recurring_invoice' => 'Delete Recurring Invoice',
|
||||
'deleted_recurring_invoice' => 'Successfully deleted recurring invoice',
|
||||
'restore_recurring_invoice' => 'Restore Recurring Invoice',
|
||||
'restored_recurring_invoice' => 'Successfully restored recurring invoice',
|
||||
'archived' => 'Archived',
|
||||
'untitled_account' => 'Untitled Company',
|
||||
|
||||
);
|
||||
|
@ -880,5 +880,31 @@ return array(
|
||||
|
||||
'payment' => 'Payment',
|
||||
'system' => 'System',
|
||||
'signature' => 'Email Signature',
|
||||
'default_messages' => 'Default Messages',
|
||||
'quote_terms' => 'Quote Terms',
|
||||
'default_quote_terms' => 'Default Quote Terms',
|
||||
'default_invoice_terms' => 'Default Invoice Terms',
|
||||
'default_invoice_footer' => 'Default Invoice Footer',
|
||||
'quote_footer' => 'Quote Footer',
|
||||
'free' => 'Free',
|
||||
|
||||
'quote_is_approved' => 'This quote is approved',
|
||||
'apply_credit' => 'Apply Credit',
|
||||
'system_settings' => 'System Settings',
|
||||
'archive_token' => 'Archive Token',
|
||||
'archived_token' => 'Successfully archived token',
|
||||
'archive_user' => 'Archive User',
|
||||
'archived_user' => 'Successfully archived user',
|
||||
'archive_account_gateway' => 'Archive Gateway',
|
||||
'archived_account_gateway' => 'Successfully archived gateway',
|
||||
'archive_recurring_invoice' => 'Archive Recurring Invoice',
|
||||
'archived_recurring_invoice' => 'Successfully archived recurring invoice',
|
||||
'delete_recurring_invoice' => 'Delete Recurring Invoice',
|
||||
'deleted_recurring_invoice' => 'Successfully deleted recurring invoice',
|
||||
'restore_recurring_invoice' => 'Restore Recurring Invoice',
|
||||
'restored_recurring_invoice' => 'Successfully restored recurring invoice',
|
||||
'archived' => 'Archived',
|
||||
'untitled_account' => 'Untitled Company',
|
||||
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user