X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fno.lang.php;h=c9a4a57e4e95e3b34666d3d2156abe466fc35604;hb=cdb0911b4f72d4bb1df7cd82f2bce0d9ab1579b0;hp=bd42ca20efeb34b36aa8131fb37aad5c18769e5f;hpb=7658ab94a01fcdc894c8e4e5541b2c10efcd5799;p=timetracker.git diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index bd42ca20..c9a4a57e 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -98,8 +98,7 @@ $i18n_key_words = array( // '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.no_teams' => 'Databasen din er tom. Logg inn som admin og opprett et nytt team.', 'error.upload' => 'Feil med lasting av fil.', // TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', @@ -125,9 +124,6 @@ $i18n_key_words = array( // 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', @@ -164,6 +160,8 @@ $i18n_key_words = array( // 'label.end_date' => 'End date', 'label.user' => 'Bruker', 'label.users' => 'Brukere', +// TODO: translate the following. +// 'label.roles' => 'Roles', 'label.client' => 'Klient', 'label.clients' => 'Klienter', 'label.option' => 'Opsjon', // TODO: is this correct? @@ -198,7 +196,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.day_view' => 'Day view', // 'label.week_view' => 'Week view', -// 'label.id' => 'ID', +'label.id' => 'ID', 'label.language' => 'Språk', // TODO: translate the following. // 'label.decimal_mark' => 'Decimal mark', @@ -253,12 +251,14 @@ $i18n_key_words = array( // 'title.teams' => 'Teams', // 'title.create_team' => 'Creating Team', // 'title.edit_team' => 'Editing Team', -// 'title.delete_team' => 'Deleting Team', +'title.delete_team' => 'Slett team', +// TODO: translate the following. // 'title.reset_password' => 'Resetting Password', // 'title.change_password' => 'Changing Password', -// 'title.time' => 'Time', -// 'title.edit_time_record' => 'Editing Time Record', -// 'title.delete_time_record' => 'Deleting Time Record', +'title.time' => 'Tid', +'title.edit_time_record' => 'Endre tids oppføringen', +'title.delete_time_record' => 'Slett tids oppføringen', +// TODO: translate the following. // 'title.expenses' => 'Expenses', // 'title.edit_expense' => 'Editing Expense Item', // 'title.delete_expense' => 'Deleting Expense Item', @@ -343,8 +343,9 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.select' => '--- select ---', // 'dropdown.select_invoice' => '--- select invoice ---', -// 'dropdown.status_active' => 'active', -// 'dropdown.status_inactive' => 'inactive', +'dropdown.status_active' => 'aktiv', +'dropdown.status_inactive' => 'inaktiv', +// TODO: translate the following. // 'dropdown.delete' => 'delete', // 'dropdown.do_not_delete' => 'do not delete', // 'dropdown.paid' => 'paid', @@ -352,7 +353,7 @@ $i18n_key_words = array( // Login form. See example at https://timetracker.anuko.com/login.php. 'form.login.forgot_password' => 'Glemt passordet?', -'form.login.about' =>'Anuko Time Tracker er et enkelt, brukervennlig tidsregistreringssystem basert på åpen kildekode.', +'form.login.about' => 'Anuko Time Tracker er et enkelt, brukervennlig tidsregistreringssystem basert på åpen kildekode.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. // TODO: translate the following. @@ -366,7 +367,7 @@ $i18n_key_words = array( // Time form. See example at https://timetracker.anuko.com/time.php. // TODO: translate the following. -// 'form.time.duration_format' => '(hh:mm or 0.0h)', +'form.time.duration_format' => '(tt:mm eller 0.0h)', 'form.time.billable' => 'Fakturerbar', 'form.time.uncompleted' => 'Uferdig', // TODO: translate the following. @@ -374,8 +375,7 @@ $i18n_key_words = array( // 'form.time.over_quota' => 'Over quota', // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record). -// TODO: translate the following. -// 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.', +'form.time_edit.uncompleted' => 'Denne oppføringen ble lagret kun med starttid. Det er ikke en feil.', // Week view form. See example at https://timetracker.anuko.com/week.php. // TODO: translate the following. @@ -396,8 +396,7 @@ $i18n_key_words = array( // 'form.reports.group_by_no' => '--- no grouping ---', 'form.reports.group_by_date' => 'dato', 'form.reports.group_by_user' => 'bruker', -// TODO: translate the following. -// 'form.reports.group_by_client' => 'client', +'form.reports.group_by_client' => 'klient', 'form.reports.group_by_project' => 'prosjekt', // TODO: translate the following. // 'form.reports.group_by_task' => 'task', @@ -446,6 +445,12 @@ $i18n_key_words = array( // 'form.users.rate' => 'Rate', // 'form.users.default_rate' => 'Default hourly rate', +// Roles form. See example at https://timetracker.anuko.com/roles.php +// TODO: translate the following. +// 'form.roles.active_roles' => 'Active Roles', +// 'form.roles.inactive_roles' => 'Inactive Roles', +// 'form.roles.rights' => 'Rights', + // Clients form. See example at https://timetracker.anuko.com/clients.php // TODO: translate the following. // 'form.clients.active_clients' => 'Active Clients', @@ -474,6 +479,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.profile.12_hours' => '12 hours', // 'form.profile.24_hours' => '24 hours', +// 'form.profile.show_holidays' => 'Show holidays', // 'form.profile.tracking_mode' => 'Tracking mode', // 'form.profile.mode_time' => 'time', // 'form.profile.mode_projects' => 'projects', @@ -482,9 +488,10 @@ $i18n_key_words = array( // 'form.profile.type_all' => 'all', // 'form.profile.type_start_finish' => 'start and finish', // 'form.profile.type_duration' => 'duration', +// 'form.profile.punch_mode' => 'Punch mode', +// 'form.profile.allow_overlap' => 'Allow overlap', +// 'form.profile.future_entries' => 'Future entries', // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', -// 'form.profile.uncompleted_indicators_none' => 'do not show', -// 'form.profile.uncompleted_indicators_show' => 'show', // 'form.profile.plugins' => 'Plugins', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. @@ -503,26 +510,4 @@ $i18n_key_words = array( // 'form.quota.quota' => 'Quota', // 'form.quota.workday_hours' => 'Hours in work day', // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', - - - -// TODO: refactoring ongoing down from here. - -// "form.admin.profile.title" => 'team', -// "form.admin.profile.noprofiles" => 'databasen din er tom. logg inn som admin og opprett et nytt team.', -// "form.admin.profile.comment" => 'slett team', -// "form.admin.profile.th.id" => 'id', -// "form.admin.profile.th.active" => 'aktiv', - -// my time form attributes -// Note to translators: the 2 strings below must be translated -// "form.mytime.title" => 'min tid', -// "form.mytime.edit_title" => 'endre tidsoppføringen', -"form.mytime.del_str" => 'slett tids oppføringen', -"form.mytime.time_form" => ' (tt:mm)', -// Note to translators: the strings below must be translated -// "form.mytime.no_finished_rec" => 'Denne oppføringen ble lagret kun med starttid. Det er ikke en feil. Logg ut om nødvendig.', - -// people form attributes -"form.people.rate" => 'timesats', );