X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/c8caee8e34eec5a3fd047d679e79af149ed1e433..d5f3d27d84a808f8333822de5662b2cd3a2e322c:/WEB-INF/resources/no.lang.php diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 123e711b..94a0a535 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -133,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. @@ -253,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',