X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/b14f8b520d0ab49c06afba7617a9cf140d358c24..9992cce445a61a2f9dbe18abe2a3340ade5b615b:/WEB-INF/resources/no.lang.php diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 0dfa143d..f31969f0 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -63,8 +63,6 @@ $i18n_key_words = array( 'menu.clients' => 'Klienter', 'menu.options' => 'Opsjoner', -// TODO: refactoring ongoing down from here. - // Footer - strings on the bottom of most pages. // TODO: translate the following. // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', @@ -81,7 +79,8 @@ $i18n_key_words = array( 'error.field' => 'Feil "{0}" data.', 'error.empty' => 'Feltet "{0}" er tomt.', 'error.not_equal' => 'Feltet "{0}" stemmer ikke med "{1}".', -'error.interval' => 'Feil intervall.', +// TODO: translate the following. +// 'error.interval' => 'Field "{0}" must be greater than "{1}".', 'error.project' => 'Velg prosjekt.', // TODO: translate the following. // 'error.task' => 'Select task.', @@ -94,6 +93,13 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.task_exists' => 'Task with this name already exists.', 'error.client_exists' => 'En klient med dette navnet er allerede opprettet.', +// TODO: translate the following. +// 'error.invoice_exists' => 'Invoice with this number already exists.', + + + +// TODO: refactoring ongoing down from here. + 'error.no_login' => 'Det er ingen bruker med dette brukernavnet.', 'error.upload' => 'Feil med lasting av fil.', // TODO: translate the following.