X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fno.lang.php;h=fe4b0d22ccf050511d14d3b97d07ad5c48dd6760;hb=d76ad24052b5d1fd647938e1941628e295769b4b;hp=a751b58cbf1e398972206a60194af8e8c8eefe05;hpb=8a3dcc22484e01a06a0576cd47c88d9e99e7da77;p=timetracker.git diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index a751b58c..fe4b0d22 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -26,7 +26,7 @@ // | https://www.anuko.com/time_tracker/credits.htm // +----------------------------------------------------------------------+ -// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option +// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. // Other characters (such as double-quotes in http links, etc.) do not have to be escaped. $i18n_language = 'Norsk'; @@ -39,28 +39,42 @@ $i18n_holidays = array('01/01', '04/05', '04/09', '04/10', '04/12', '04/13', '05 $i18n_key_words = array( -// menu entries +// Menus. 'menu.login' => 'Innlogging', 'menu.logout' => 'Logg ut', -'menu.feedback' => 'Tilbakemelding', +// 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', -'menu.edit_profile' => 'Endre profil', -'menu.my_time' => 'Min tid', +'menu.profile' => 'Profil', +'menu.time' => 'Tid', +// TODO: translate the following: +// 'menu.expenses' => 'Expenses', 'menu.reports' => 'Rapporter', 'menu.charts' => 'Diagrammer', 'menu.projects' => 'Prosjekter', -'menu.activities' => 'Aktiviteter', -'menu.people' => 'Personer', +// 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.export' => 'Eksport', 'menu.clients' => 'Klienter', 'menu.options' => 'Opsjoner', -'menu.admin' => 'Admin', + +// Footer - strings on the bottom of most pages. +// TODO: translate the following: +// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', +// 'footer.credits' => 'Credits', +// 'footer.license' => 'License', +// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language. + // This is a link to a webpage that describes how to contribute to the project. // Error messages. +// 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.', @@ -423,4 +437,3 @@ $i18n_key_words = array( // login hello text // "login.hello.text" => "Anuko Time Tracker er et enkelt, brukervennlig tidsregistreringssystem basert på åpen kildekode.", ); -?> \ No newline at end of file