X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fno.lang.php;h=94a0a535dadce33a3f2e3f6e8f5ae1d53bb95c3a;hb=d5f3d27d84a808f8333822de5662b2cd3a2e322c;hp=4d178534b9ce3270c35396887c855bc641a230a9;hpb=182ed39acb3600d991ff4742848a75c5ed2ba728;p=timetracker.git diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 4d178534..94a0a535 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -47,8 +47,10 @@ $i18n_key_words = array( // 'menu.forum' => 'Forum', 'menu.help' => 'Hjelp', // TODO: translate the following. -// 'menu.create_team' => 'Create Team', +// 'menu.create_group' => 'Create Group', 'menu.profile' => 'Profil', +// TODO: translate the following. +// 'menu.group' => 'Group', 'menu.time' => 'Tid', // TODO: translate the following. // 'menu.expenses' => 'Expenses', @@ -58,7 +60,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'menu.tasks' => 'Tasks', 'menu.users' => 'Brukere', -// 'menu.teams' => 'Teams', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => 'Eksport', 'menu.clients' => 'Klienter', 'menu.options' => 'Opsjoner', @@ -76,6 +79,8 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', 'error.db' => 'Databasefeil.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Feil "{0}" data.', 'error.empty' => 'Feltet "{0}" er tomt.', 'error.not_equal' => 'Feltet "{0}" stemmer ikke med "{1}".', @@ -101,7 +106,7 @@ $i18n_key_words = array( // 'error.role_exists' => 'Role with this rank already exists.', // 'error.no_invoiceable_items' => 'There are no invoiceable items.', 'error.no_login' => 'Det er ingen bruker med dette brukernavnet.', -'error.no_teams' => 'Databasen din er tom. Logg inn som admin og opprett et nytt team.', +'error.no_groups' => 'Databasen din er tom. Logg inn som admin og opprett et nytt team.', // TODO: replace "team" with "group". 'error.upload' => 'Feil med lasting av fil.', // TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', @@ -128,16 +133,16 @@ $i18n_key_words = array( 'button.reset_password' => 'Resett passord', 'button.send' => 'Send', 'button.send_by_email' => 'Send som e-post', -'button.create_team' => 'Opprett team', -'button.export' => 'Eksport team', -'button.import' => 'Importer team', +'button.create_group' => 'Opprett team', // TODO: replace "team" with "group". +'button.export' => 'Eksport team', // TODO: replace "team" with "group". +'button.import' => 'Importer team', // TODO: replace "team" with "group". 'button.close' => 'Lukk', // TODO: translate the following. // 'button.stop' => 'Stop', // Labels for controls on forms. Labels in this section are used on multiple forms. // TODO: translate the following. -// 'label.team_name' => 'Team name', +// 'label.group_name' => 'Group name', // 'label.address' => 'Address', 'label.currency' => 'Valuta', // TODO: translate the following. @@ -248,10 +253,10 @@ $i18n_key_words = array( // Form titles. 'title.login' => 'Innlogging', // TODO: translate the following. -// 'title.teams' => 'Teams', -// 'title.create_team' => 'Creating Team', -// 'title.edit_team' => 'Editing Team', -'title.delete_team' => 'Slett team', +// 'title.groups' => 'Groups', +// 'title.create_group' => 'Creating Group', +// 'title.edit_group' => 'Editing Group', +'title.delete_group' => 'Slett team', // TODO: change "team" to "group". // TODO: translate the following. // 'title.reset_password' => 'Resetting Password', // 'title.change_password' => 'Changing Password', @@ -310,6 +315,7 @@ $i18n_key_words = array( 'title.options' => 'Opsjoner', 'title.profile' => 'Profil', // TODO: translate the following. +// 'title.group' => 'Group Settings', // 'title.cf_custom_fields' => 'Custom Fields', // 'title.cf_add_custom_field' => 'Adding Custom Field', // 'title.cf_edit_custom_field' => 'Editing Custom Field', @@ -505,6 +511,7 @@ $i18n_key_words = array( // 'form.profile.allow_overlap' => 'Allow overlap', // 'form.profile.future_entries' => 'Future entries', // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.profile.allow_ip' => 'Allow IP', // 'form.profile.plugins' => 'Plugins', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.