File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+
3+ return [
4+
5+ /*
6+ |--------------------------------------------------------------------------
7+ | Factuur Taal Lijnen
8+ |--------------------------------------------------------------------------
9+ */
10+
11+ 'serial ' => 'Serienummer. ' ,
12+ 'date ' => 'Factuur datum ' ,
13+ 'seller ' => 'Verkoper ' ,
14+ 'buyer ' => 'Koper ' ,
15+ 'address ' => 'Adres ' ,
16+ 'code ' => 'Code ' ,
17+ 'vat ' => 'btw nummer ' ,
18+ 'phone ' => 'Phone ' ,
19+ 'description ' => 'Omschrijving ' ,
20+ 'units ' => 'Eenheden ' ,
21+ 'quantity ' => '# ' ,
22+ 'price ' => 'Prijs ' ,
23+ 'discount ' => 'Korting ' ,
24+ 'tax ' => 'Belasting ' ,
25+ 'sub_total ' => 'Subtotaal ' ,
26+ 'total_discount ' => 'Totale korting ' ,
27+ 'taxable_amount ' => 'Belastbaar bedrag ' ,
28+ 'total_taxes ' => 'Totaal belastingen ' ,
29+ 'tax_rate ' => 'Belastingtarief ' ,
30+ 'total_amount ' => 'Totaalbedrag ' ,
31+ 'pay_until ' => 'Gelieve te betalen tot ' ,
32+ 'amount_in_words ' => 'Hoeveelheid in woorden ' ,
33+ 'notes ' => 'Opmerkingen ' ,
34+ 'shipping ' => 'Verzending ' ,
35+
36+ ];
You can’t perform that action at this time.
0 commit comments