akaunting/resources/lang/nb-NO/invoices.php

69 lines
2.2 KiB
PHP
Raw Normal View History

2018-01-13 15:25:25 +03:00
<?php
return [
'invoice_number' => 'Fakturanummer',
'invoice_date' => 'Fakturadato',
'total_price' => 'Totalpris',
'due_date' => 'Forfallsdato',
'order_number' => 'Ordrenummer',
'bill_to' => 'Faktura til',
'quantity' => 'Antall',
'price' => 'Pris',
'sub_total' => 'Sum',
2018-05-03 12:16:18 +03:00
'discount' => 'Rabatt',
2018-01-13 15:25:25 +03:00
'tax_total' => 'Totalt mva',
'total' => 'Totalt',
'item_name' => 'Enhetsnavn | Enhetsnavn',
2018-05-03 12:16:18 +03:00
'show_discount' => ':discount% rabatt',
'add_discount' => 'Legg til rabatt',
'discount_desc' => 'av delsum',
2018-01-13 15:25:25 +03:00
'payment_due' => 'Forfallsdato',
'paid' => 'Betalt',
'histories' => 'Historikk',
'payments' => 'Betalinger',
'add_payment' => 'Legg til betaling',
'mark_paid' => 'Merk som betalt',
'mark_sent' => 'Merk som sendt',
'download_pdf' => 'Last ned PDF',
'send_mail' => 'Send e-post',
2018-11-08 12:11:42 +03:00
'all_invoices' => 'Login to view all invoices',
2018-01-13 15:25:25 +03:00
'status' => [
'draft' => 'Utkast',
'sent' => 'Sendt',
'viewed' => 'Åpnet',
'approved' => 'Godkjent',
'partial' => 'Delvis',
'paid' => 'Betalt',
],
'messages' => [
2018-03-06 17:05:58 +03:00
'email_sent' => 'E-post med faktura har blitt sendt.',
'marked_sent' => 'Faktura merket som sendt.',
'email_required' => 'E-postadresse må fylles inn.',
2018-11-08 12:11:42 +03:00
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
'status' => [
'created' => 'Created on :date',
'send' => [
'draft' => 'Not sent',
'sent' => 'Sent on :date',
],
'paid' => [
'await' => 'Awaiting payment',
],
],
2018-01-13 15:25:25 +03:00
],
'notification' => [
'message' => 'Du mottar denne e-posten fordi du har en kommende faktura, pålydende :amount, til :costumer.',
'button' => 'Betal nå',
],
];