X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fno.lang.php;h=c9a4a57e4e95e3b34666d3d2156abe466fc35604;hb=cdb0911b4f72d4bb1df7cd82f2bce0d9ab1579b0;hp=150ecb7b52b1a2109fc43461d2cfdb3d5b8311b1;hpb=a94cf5b21ee9cc76ff7dda42563444011800f462;p=timetracker.git diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 150ecb7b..c9a4a57e 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -124,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', @@ -163,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? @@ -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', @@ -483,10 +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.