]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/no.lang.php
A bit more cleanup in translations.
[timetracker.git] / WEB-INF / resources / no.lang.php
index 442947c63ced9138512cb89616925c5cca2752aa..0e6da891664a466d2cc759ffed6bece4e9ee832f 100644 (file)
@@ -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" => '<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',
 );