CluPilotCloud/lang/en/invoice.php

44 lines
1.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
return [
'title' => 'Invoice',
'number' => 'Invoice no.',
'date' => 'Date',
'due' => 'Due',
'customer_number' => 'Customer',
'customer_vat' => 'VAT ID',
'page' => 'Page',
'col_pos' => 'Pos',
'col_description' => 'Description',
'col_quantity' => 'Qty',
'col_unit_net' => 'Unit price net',
'col_total_net' => 'Total net',
'col_total_gross' => 'Total gross',
'discount' => 'Discount',
'surcharge' => 'Surcharge',
'col_unit_gross' => 'Unit price gross',
'subtotal' => 'Subtotal',
'adjustment' => 'Discount',
'net' => 'Net amount',
'tax' => 'VAT :rate %',
'gross' => 'Total',
'line_recurring' => 'monthly',
'line_once' => 'one-off',
'line_period' => 'Service period :from :to',
'line_prorated' => 'charged pro rata for the remainder of the period',
'line_unnamed' => 'Service as billed by the payment provider',
'salutation' => 'Dear Sir or Madam,',
'intro' => 'we are pleased to invoice the services listed below.',
'payment_default' => 'Payable in full within :days days to the account shown below.',
'reverse_charge' => 'Reverse charge: VAT is to be accounted for by the recipient of the service.',
'payment_title' => 'Payment terms',
// A cancellation. Its own document with its own number — an issued invoice
// is never edited and never deleted.
'cancellation_title' => 'Cancellation invoice',
'cancellation_intro' => 'we hereby cancel invoice :number in full.',
];