X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fno.lang.php;h=3973be8386419cfe8c0125bc7922ffe1ea17a95c;hb=e5486346ac0574517a4fd118f03616ec455df9a9;hp=40d229547b5da9d2e4de5d4b36b4eb91c545b562;hpb=e447782c5838a9715a7443a028d403aadf52a479;p=timetracker.git diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 40d22954..3973be83 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -149,11 +149,15 @@ $i18n_key_words = array( 'button.send' => 'Send', 'button.send_by_email' => 'Send som e-post', 'button.create_group' => 'Opprett team', // TODO: replace "team" with "group". +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', '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', +// 'button.approve' => 'Approve', +// 'button.disapprove' => 'Disapprove', // Labels for controls on forms. Labels in this section are used on multiple forms. // TODO: translate the following. @@ -340,6 +344,9 @@ $i18n_key_words = array( // 'title.add_notification' => 'Adding Notification', // 'title.edit_notification' => 'Editing Notification', // 'title.delete_notification' => 'Deleting Notification', +// 'title.add_timesheet' => 'Adding Timesheet', +// 'title.edit_timesheet' => 'Editing Timesheet', +// 'title.delete_timesheet' => 'Deleting Timesheet', // 'title.monthly_quotas' => 'Monthly Quotas', // 'title.export' => 'Exporting Group Data', // 'title.import' => 'Importing Group Data', @@ -438,6 +445,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.reports.include_invoiced' => 'invoiced', // 'form.reports.include_not_invoiced' => 'not invoiced', +// 'form.reports.include_assigned' => 'assigned', +// 'form.reports.include_not_assigned' => 'not assigned', 'form.reports.select_period' => 'Velg tidsperiode', 'form.reports.set_period' => 'eller sett dato', 'form.reports.show_fields' => 'Vis feltene', @@ -459,6 +468,8 @@ $i18n_key_words = array( // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php // TODO: translate the following. // form.timesheets.hint' => 'Use reports to add new timesheets.', +// 'form.timesheets.active_timesheets' => 'Active Timesheets', +// 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets', // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). @@ -593,7 +604,7 @@ $i18n_key_words = array( // 'role.user.description' => 'A regular member without management rights.', // 'role.client.label' => 'Client', // 'role.client.low_case_label' => 'client', -// 'role.client.description' => 'A client can view its own reports, charts, and invoices.', +// 'role.client.description' => 'A client can view its own data.', // 'role.supervisor.label' => 'Supervisor', // 'role.supervisor.low_case_label' => 'supervisor', // 'role.supervisor.description' => 'A person with a small set of management rights.',