mivita/resources/lang/en/account.php
2026-02-20 17:55:06 +01:00

47 lines
2.9 KiB
PHP

<?php
return [
'BIC' => 'BIC',
'IBAN' => 'IBAN',
'VAT_ID_number' => 'tax ID number',
'VAT_copy_1' => 'Choose a small business if you do not generate more than EUR 22,000 in sales per year with your business.',
'VAT_liability' => 'VAT liability',
'account_holder' => 'account owner',
'bank_data' => 'bank details',
'btn_vat_validate' => 'Validate VAT ID number',
'delivery_address' => 'delivery adress',
'firstname_lastname' => 'first name last name',
'info_vat_numbers' => 'Note: Please provide your tax number and/or VAT ID number!*',
'invoice_address' => 'billing adress',
'my_credit' => 'my credit',
'new_vat_validate' => 'Validate new VAT ID and activate reverse charge procedure',
'phone_need_error' => 'Error: Please state telephone and/or mobile phone!*',
'phone_need_note' => 'Note: Please state telephone and/or mobile phone!*',
'required_for_commission_payments' => 'required for commission payouts',
'reverse_charge_action_1' => 'delete reverse charge procedure and VAT ID',
'reverse_charge_action_2' => 'validate VAT ID and activate reverse charge procedure',
'reverse_charge_copy_1' => 'Reversal of tax liability or deduction procedure. In this special case, the recipient of the service (consultant) and not the entrepreneur providing the service (mivita) must pay the sales tax.',
'reverse_charge_note_1' => 'When activated, the VAT ID is required and validated.',
'reverse_charge_procedure' => 'reverse charge procedure',
'tax_number' => 'tax no.',
'taxable_sales_1' => 'subject to sales tax (I submit an advance VAT declaration to the tax office every month / quarter / year)',
'taxable_sales_2' => 'not subject to sales tax (small business within the meaning of §19)',
'validator_creditcard' => 'please enter a valid credit card number',
'validator_date' => 'Please enter a valid date.',
'validator_digits' => 'Please only enter numbers.',
'validator_email' => 'Please enter a valid email address.',
'validator_equalTo' => 'Please repeat the same value.',
'validator_max' => 'Please enter a value less than or equal to {0}.',
'validator_maxlength' => 'Please enter a maximum of {0} characters.',
'validator_min' => 'Please enter a value greater than or equal to {0}.',
'validator_minlength' => 'Please enter at least {0} characters.',
'validator_number' => 'Please enter a number.',
'validator_range' => 'Please enter a value between {0} and {1}.',
'validator_rangelength' => 'Please enter at least {0} and maximum {1} characters.',
'validator_required' => 'This field is a required field.',
'validator_url' => 'Please enter a valid URL.',
'vat_data' => 'Tax data',
'language_settings' => 'Language settings',
'preferred_language' => 'Preferred language',
'language_hint' => 'This language will be used for your invoices, commission statements and delivery notes.',
];