74 lines
3.1 KiB
PHP
74 lines
3.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'adviser_id' => 'consultant ID',
|
|
'amount' => 'amount',
|
|
'amount_paid_out_gross' => 'payout amount (gross)',
|
|
'as_a_small_entrepreneur_info' => 'As a small business owner within the meaning of Section 19 Paragraph 1 UStG, no sales tax is charged.',
|
|
'credit_no' => 'credit note no.',
|
|
'credit_note' => 'CREDIT',
|
|
'credit_note_from' => 'credit',
|
|
'date' => 'date',
|
|
'delivery_date_is_invoice_date' => 'Delivery date corresponds to the invoice date.',
|
|
'delivery_note' => 'DELIVERY NOTE',
|
|
'delivery_note_no' => 'delivery note no.',
|
|
'eprice' => 'E-Price',
|
|
'invoice' => 'INVOICE',
|
|
'invoice_does_not_include_vat' => 'The invoice is made without sales tax, as the change of tax liability (reverse charge procedure) applies in this case.',
|
|
'invoice_nr' => 'invoice number',
|
|
'net' => 'net',
|
|
'net_amount' => 'net amounts',
|
|
'off' => 'from',
|
|
'order_no' => 'order no.',
|
|
'payment_type' => 'payment method',
|
|
'points' => 'points',
|
|
'points_order' => 'points order',
|
|
'points_shop' => 'points shop',
|
|
'prices_net' => 'prices net',
|
|
'reverse_charge_procedure_info' => 'Reverse charge procedure, reversal of tax liability.',
|
|
'status_of_invoice' => 'status of the invoice',
|
|
'tax_free_export_delivery' => 'tax-free export delivery',
|
|
'tax_no' => 'tax no.',
|
|
'total_incl_VAT' => 'Total including statutory VAT.',
|
|
'vat_id_of_the_recipient_of_the_service' => 'VAT ID of the benefit recipient',
|
|
'vat_is_declared_and_paid_by_recipient' => 'The sales tax must be declared and paid by the recipient of the service.',
|
|
'vat_no' => 'VAT ID number',
|
|
'vat_text' => 'VAT',
|
|
'we_are_always_there_for_questions' => 'If you have any questions, we are always there for you.',
|
|
'your_advisor' => 'your advisor',
|
|
|
|
// Copy notices for multilingual documents
|
|
'invoice_copy' => 'Invoice copy',
|
|
'delivery_copy' => 'Delivery note copy',
|
|
'credit_copy' => 'Credit note copy',
|
|
|
|
// Filenames
|
|
'contract_filename' => 'Consultant_Agreement',
|
|
|
|
// Cancellation invoices
|
|
'cancellation_invoice' => 'CANCELLATION INVOICE',
|
|
'cancellation_nr' => 'cancellation no.',
|
|
'cancellation_for' => 'Cancellation for invoice',
|
|
'from' => 'from',
|
|
'attention' => 'ATTENTION',
|
|
'cancellation_invoice_info' => 'This cancellation invoice reverses the original invoice with negative amounts. The points have been corrected accordingly.',
|
|
'cancelled' => 'Cancelled',
|
|
'cancellation_delivery' => 'CANCELLATION DELIVERY NOTE',
|
|
'cancellation_delivery_info' => 'This cancellation delivery note reverses the original delivery note.',
|
|
'cancellation_delivery_note' => 'Note: The goods do not need to be returned unless otherwise agreed.',
|
|
|
|
// Table columns
|
|
'pos' => 'Pos.',
|
|
'article' => 'Article',
|
|
'quantity' => 'Quantity',
|
|
'single_price' => 'Unit price',
|
|
'total_price' => 'Total price',
|
|
'plus' => 'plus',
|
|
'vat' => 'VAT',
|
|
'subtotal_net' => 'Subtotal (net)',
|
|
'shipping_costs' => 'Shipping costs',
|
|
'total_amount' => 'Total amount',
|
|
|
|
// Address top
|
|
'address_top' => 'mivita care gmbh • Leinfeld 2 • 87755 Kirchhaslach',
|
|
];
|