X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fno.lang.php;h=e8bf378bf6e02624ebb911370f31c42c801d6dff;hb=96dec36d5b4864edb6fd5be524806c3b9c332dfb;hp=ace020940a2c29e79db3fc7abcd75016b1469f89;hpb=664fe935d85316a57f2285dba5ecd42c66f4982e;p=timetracker.git diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index ace02094..e8bf378b 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -39,32 +39,32 @@ $i18n_holidays = array('01/01', '04/05', '04/09', '04/10', '04/12', '04/13', '05 $i18n_key_words = array( -// Menus. +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Innlogging', 'menu.logout' => 'Logg ut', -// TODO: translate the following: +// TODO: translate the following. // 'menu.forum' => 'Forum', 'menu.help' => 'Hjelp', -// Note to translators: menu.create_team needs an improved translation. -'menu.create_team' => 'Lag ny adminkonto', +// TODO: translate the following. +// 'menu.create_team' => 'Create Team', 'menu.profile' => 'Profil', 'menu.time' => 'Tid', -// TODO: translate the following: +// TODO: translate the following. // 'menu.expenses' => 'Expenses', 'menu.reports' => 'Rapporter', 'menu.charts' => 'Diagrammer', 'menu.projects' => 'Prosjekter', -// TODO: translate the following: +// TODO: translate the following. // 'menu.tasks' => 'Tasks', // 'menu.users' => 'Users', -// Note to translators: check translation of menu.teams. This is for a list of teams in the time tracker for admin. -// 'menu.teams' => 'team', +// 'menu.teams' => 'Teams', 'menu.export' => 'Eksport', 'menu.clients' => 'Klienter', 'menu.options' => 'Opsjoner', // Footer - strings on the bottom of most pages. -// TODO: translate the following: +// TODO: translate the following. // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', // 'footer.credits' => 'Credits', // 'footer.license' => 'License', @@ -72,22 +72,33 @@ $i18n_key_words = array( // This is a link to a webpage that describes how to contribute to the project. // Error messages. -// TODO: translate the following: +// TODO: translate the following. // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', 'error.db' => 'Databasefeil.', '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.', -'error.activity' => 'Velg aktivitet.', +// TODO: translate the following. +// 'error.task' => 'Select task.', +// 'error.client' => 'Select client.', +// 'error.report' => 'Select report.', +// 'error.record' => 'Select record.', 'error.auth' => 'Feil brukernavn eller passord.', 'error.user_exists' => 'Bruker med et slikt brukernavn eksisterer allerede.', 'error.project_exists' => 'Et prosjekt med dette navnet er allerede opprettet.', -'error.activity_exists' => 'En aktivitet med dette navnet er allerede opprettet.', +// 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.', +// 'error.no_invoiceable_items' => 'There are no invoiceable items.', 'error.no_login' => 'Det er ingen bruker med dette brukernavnet.', +// TODO: translate the following. +// 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.', 'error.upload' => 'Feil med lasting av fil.', // TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', @@ -95,48 +106,99 @@ $i18n_key_words = array( 'error.no_email' => 'Det er ingen e-post knyttet til dette brukernavnet.', 'error.uncompleted_exists' => 'Ufullført registrering finnes allerede. Lukk eller slett den.', 'error.goto_uncompleted' => 'Gå til ufullført registrering.', +// TODO: translate the following. +// 'error.overlap' => 'Time interval overlaps with existing records.', +// 'error.future_date' => 'Date is in future.', // Labels for buttons. 'button.login' => 'Innlogging', 'button.now' => 'Nå', -// 'button.set' => 'Sette', 'button.save' => 'Lagre', +// TODO: translate the following. +// 'button.copy' => 'Copy', 'button.cancel' => 'Avbryt', -// TODO: check translation of button.submit. It is used on several pages, including https://timetracker.anuko.com/time.php. -// 'button.submit' => 'Registrer', +// TODO: translate the following. +// 'button.submit' => 'Submit', 'button.add_user' => 'Legg til bruker', 'button.add_project' => 'Legg til prosjekt', -'button.add_activity' => 'Legg til aktivitet', +// TODO: translate the following. +// 'button.add_task' => 'Add task', 'button.add_client' => 'Legg til klient', +// TODO: translate the following. +// 'button.add_invoice' => 'Add invoice', +// 'button.add_option' => 'Add option', 'button.add' => 'Legg til', 'button.generate' => 'Generer', 'button.reset_password' => 'Resett passord', 'button.send' => 'Send', 'button.send_by_email' => 'Send som e-post', -'button.save_as_new' => 'Lagre som ny', 'button.create_team' => 'Opprett team', 'button.export' => 'Eksport team', 'button.import' => 'Importer team', -// 'button.apply' => 'bruk', -// TODO: translate button.close. +// TODO: translate the following. // 'button.close' => 'Close', +// 'button.stop' => 'Stop', // Labels for controls on forms. Labels in this section are used on multiple forms. -// TODO: translate label.team_name +// TODO: translate the following. // 'label.team_name' => 'Team name', +// 'label.address' => 'Address', 'label.currency' => 'Valuta', -// TODO: translate these strings. -// 'label.manager_name' => 'manager name', -// 'label.manager_login' => 'manager login', +// TODO: translate the following. +// 'label.manager_name' => 'Manager name', +// 'label.manager_login' => 'Manager login', // 'label.person_name' => 'Name', // 'label.thing_name' => 'Name', +// 'label.login' => 'Login', 'label.password' => 'Passord', 'label.confirm_password' => 'Bekreft passord', -// 'label.email' => 'email', +'label.email' => 'E-post', +// TODO: translate the following. +// 'label.cc' => 'Cc', +// 'label.bcc' => 'Bcc', +'label.subject' => 'Emne', +// TODO: translate the following. +// 'label.date' => 'Date', +// 'label.start_date' => 'Start date', +// 'label.end_date' => 'End date', +// 'label.user' => 'User', +// 'label.users' => 'Users', +// 'label.client' => 'Client', +// 'label.clients' => 'Clients', +// 'label.option' => 'Option', +// 'label.invoice' => 'Invoice', +// 'label.project' => 'Project', +// 'label.projects' => 'Projects', +// 'label.task' => 'Task', +// 'label.tasks' => 'Tasks', +// 'label.description' => 'Description', +// 'label.start' => 'Start', +// 'label.finish' => 'Finish', +// 'label.duration' => 'Duration', +// 'label.note' => 'Note', +// 'label.notes' => 'Notes', +// 'label.item' => 'Item', +// 'label.cost' => 'Cost', +// 'label.day_total' => 'Day total', +// 'label.week_total' => 'Week total', +// 'label.month_total' => 'Month total', +// 'label.today' => 'Today', +// 'label.total_hours' => 'Total hours', +// 'label.total_cost' => 'Total cost', +// 'label.view' => 'View', +// 'label.edit' => 'Edit', +// 'label.delete' => 'Delete', + + + +// TODO: refactoring ongoing down from here. + 'label.total' => 'totalt', // TODO: translate the following. // 'label.page' => 'Page', // 'label.condition' => 'Condition', +// 'label.yes' => 'yes', +// 'label.no' => 'no', // Form titles. // TODO: the entire title section is missing here. See the English file. @@ -303,8 +365,6 @@ $i18n_key_words = array( // mail form attributes "form.mail.from" => 'fra', "form.mail.to" => 'til', -"form.mail.cc" => 'cc', -"form.mail.subject" => 'emne', "form.mail.comment" => 'kommentar', "form.mail.above" => 'send denne rapporten som e-post', // Note to translators: the strings below must be translated