Adapt texts

This commit is contained in:
Lars Kusch 2024-03-10 16:25:57 +01:00
parent cd0884c770
commit 86039c2aed

View File

@ -5099,6 +5099,8 @@ $lang = array(
'drop_files_here' => 'Drop files here', 'drop_files_here' => 'Drop files here',
'upload_files' => 'Upload Files', 'upload_files' => 'Upload Files',
'download_e_invoice' => 'Download E-Invoice', 'download_e_invoice' => 'Download E-Invoice',
'download_e_credit' => 'Download E-Credit',
'download_e_quote' => 'Download E-Quote',
'triangular_tax_info' => 'Intra-community triangular transaction', 'triangular_tax_info' => 'Intra-community triangular transaction',
'intracommunity_tax_info' => 'Tax-free intra-community delivery', 'intracommunity_tax_info' => 'Tax-free intra-community delivery',
'reverse_tax_info' => 'Please note that this supply is subject to reverse charge', 'reverse_tax_info' => 'Please note that this supply is subject to reverse charge',
@ -5253,7 +5255,7 @@ $lang = array(
'expense_payment_type_help' => 'The default expense payment type to be used', 'expense_payment_type_help' => 'The default expense payment type to be used',
'paylater' => 'Pay in 4', 'paylater' => 'Pay in 4',
'payment_provider' => 'Payment Provider', 'payment_provider' => 'Payment Provider',
); );
return $lang; return $lang;