This commit is contained in:
denisdulici
2018-01-13 15:25:25 +03:00
parent 6b9fcad919
commit 4f3b295ac2
26 changed files with 774 additions and 1 deletions

View File

@@ -0,0 +1,41 @@
<?php
return [
'bill_number' => 'Fakturanummer',
'bill_date' => 'Fakturadato',
'total_price' => 'Totalpris',
'due_date' => 'Forfallsdato',
'order_number' => 'Ordrenummer',
'bill_from' => 'Faktura fra',
'quantity' => 'Antall',
'price' => 'Pris',
'sub_total' => 'Sum',
'tax_total' => 'Mva',
'total' => 'Totalt',
'item_name' => 'Enhetsnavn | Enhetsnavn',
'payment_due' => 'Forfallsdato',
'amount_due' => 'Forfallsbeløp',
'paid' => 'Betalt',
'histories' => 'Historikk',
'payments' => 'Betalinger',
'add_payment' => 'Legg til betaling',
'mark_received' => 'Merk som mottatt',
'download_pdf' => 'Last ned PDF',
'send_mail' => 'Send e-post',
'status' => [
'draft' => 'Utkast',
'received' => 'Mottatt',
'partial' => 'Delvis',
'paid' => 'Betalt',
],
'messages' => [
'received' => 'Faktura ble merket som mottatt.',
],
];