'label.comment' => 'Kommentar',
'label.status' => 'Status',
'label.tax' => 'MVA',
+'label.subtotal' => 'Delsum',
// TODO: translate the following.
-// 'label.subtotal' => 'Subtotal',
// 'label.total' => 'Total',
// 'label.client_name' => 'Client name',
// 'label.client_address' => 'Client address',
// Invoice form. See example at https://timetracker.anuko.com/invoice.php
// (you can get to this form after generating a report).
-// TODO: translate the following.
-// 'form.invoice.number' => 'Invoice number',
-// 'form.invoice.person' => 'Person',
+'form.invoice.number' => 'Fakturanummer',
+'form.invoice.person' => 'Person',
// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
// 'form.invoice.invoice_to_delete' => 'Invoice to delete',
// "form.mail.sending_str" => '<b>the message has been sent</b>',
// invoice attributes
-"form.invoice.number" => 'fakturanummer',
-"form.invoice.th.username" => 'person',
-"form.invoice.th.time" => 'timer',
-"form.invoice.th.rate" => 'sats',
-"form.invoice.th.summ" => 'antall',
-"form.invoice.subtotal" => 'delsum',
-"form.invoice.customer" => 'kommentar',
"form.invoice.mailinv_above" => 'send denne fakturaen som e-post',
);