X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9d5988b5f4dd00c801dbf8b4ba5bd8d58ab93ed0..c370348dba4b65ae74dc2b8d5bf1b9c0ed5f19cc:/WEB-INF/resources/no.lang.php diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 23b843ea..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,10 @@ $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', // 'form.invoice.invoice_entries' => 'Invoice entries', // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.', @@ -525,15 +526,5 @@ $i18n_key_words = array( // "form.mail.sending_str" => 'the message has been sent', // invoice attributes -// Note to translators: the strings below are missing and must be added and translated -// "form.invoice.select_cust" => 'velg klient', -// "form.invoice.fillform" => 'fyll inn i feltene', -"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', );