X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fno.lang.php;h=a6dc6b798b528d70ce05f372745c10aae74b38fd;hb=139889a67699143cce59a4f3136b3158058b9ce2;hp=ca05af0a4379ed3ad8bfb37a2a8ba679459d34a2;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index ca05af0a..a6dc6b79 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.', @@ -75,8 +89,8 @@ $i18n_key_words = array( 'error.client_exists' => 'En klient med dette navnet er allerede opprettet.', 'error.no_login' => 'Det er ingen bruker med dette brukernavnet.', 'error.upload' => 'Feil med lasting av fil.', -// TODO: translate error.period_locked. -// 'error.period_locked' => 'can\\\'t complete the operation. records older than a certain number of days cannot be created or modified. team manager defines this in the "Lock interval in days" value on the "Profile" page. set it to 0 to remove locking.

uncompleted records (with 0 or empty duration) can be deleted.', +// TODO: Translate the following: +// 'error.range_locked' => 'Date range is locked.', 'error.mail_send' => 'Feil ved sending av e-post.', 'error.no_email' => 'Det er ingen e-post knyttet til dette brukernavnet.', 'error.uncompleted_exists' => 'Ufullført registrering finnes allerede. Lukk eller slett den.', @@ -120,6 +134,11 @@ $i18n_key_words = array( 'label.confirm_password' => 'Bekreft passord', // 'label.email' => 'email', 'label.total' => 'totalt', +// Translate the following string. +// 'label.page' => 'Page', + +// Form titles. +// TODO: the entire title section is missing here. See the English file. // TODO: Please check the translation against the current English file as many things are being refactored. For example, many labels have been added after label.email. @@ -155,9 +174,7 @@ $i18n_key_words = array( // "form.admin.profile.th.edit" => 'endre', // "form.admin.profile.th.del" => 'slett', // "form.admin.profile.th.active" => 'aktiv', -// "form.admin.lock.period" => 'lås intervallet i antall dager', // "form.admin.options" => 'opsjoner', -// "form.admin.lang_default" => 'sidens språk', // "form.admin.custom_date_format" => "datoformat", // "form.admin.custom_time_format" => "tidsformat", // "form.admin.start_week" => "første ukedag", @@ -303,10 +320,6 @@ $i18n_key_words = array( "form.invoice.date" => 'dato', "form.invoice.number" => 'fakturanummer', "form.invoice.tax" => 'MVA', -// Note to translators: the strings below are missing and must be added and translated -// "form.invoice.daily_subtotals" => 'daglige delbeløp', -"form.invoice.yourcoo" => 'ditt navn
og adresse', -"form.invoice.custcoo" => 'kundens navn
og adresse', "form.invoice.comment" => 'notat', "form.invoice.th.username" => 'person', "form.invoice.th.time" => 'timer', @@ -339,9 +352,6 @@ $i18n_key_words = array( // "form.client.th.del" => 'slett', // "form.client.name" => 'navn', // "form.client.tax" => 'avgift', -// "form.client.daily_subtotals" => 'daglige delbeløp', -// "form.client.yourcoo" => 'ditt navn
og adresse i faktura', -// "form.client.custcoo" => 'adresse', // "form.client.comment" => 'kommentar ', // miscellaneous strings @@ -421,4 +431,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