X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/887ff98dde2f444ef7f33b32fc7f550b5833b5e6..c370348dba4b65ae74dc2b8d5bf1b9c0ed5f19cc:/WEB-INF/resources/no.lang.php diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 442947c6..0e6da891 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -210,8 +210,8 @@ $i18n_key_words = array( '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', @@ -414,9 +414,8 @@ $i18n_key_words = array( // 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', @@ -527,12 +526,5 @@ $i18n_key_words = array( // "form.mail.sending_str" => 'the message has been sent', // 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', );