X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/0b82147f3018b14ff4967422e1a28cdd7c811c1a..ec382daafde770e5a7fd4bf9cee39f31c9931eff:/WEB-INF/resources/no.lang.php diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 68c3a689..6390b30a 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -183,7 +183,8 @@ $i18n_key_words = array( // 'label.day_total' => 'Day total', // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', -// 'label.today' => 'Today', +'label.today' => 'I dag', +// TODO: translate the following. // 'label.total_hours' => 'Total hours', // 'label.total_cost' => 'Total cost', // 'label.view' => 'View', @@ -258,6 +259,51 @@ $i18n_key_words = array( // 'title.delete_predefined_expense' => 'Deleting Predefined Expense', // 'title.reports' => 'Reports', // 'title.report' => 'Report', +// 'title.send_report' => 'Sending Report', +// 'title.invoice' => 'Invoice', +// 'title.send_invoice' => 'Sending Invoice', +// 'title.charts' => 'Charts', +// 'title.projects' => 'Projects', +// 'title.add_project' => 'Adding Project', +// 'title.edit_project' => 'Editing Project', +// 'title.delete_project' => 'Deleting Project', +// 'title.tasks' => 'Tasks', +// 'title.add_task' => 'Adding Task', +// 'title.edit_task' => 'Editing Task', +// 'title.delete_task' => 'Deleting Task', +// 'title.users' => 'Users', +// 'title.add_user' => 'Adding User', +// 'title.edit_user' => 'Editing User', +// 'title.delete_user' => 'Deleting User', +// 'title.clients' => 'Clients', +// 'title.add_client' => 'Adding Client', +// 'title.edit_client' => 'Editing Client', +// 'title.delete_client' => 'Deleting Client', +// 'title.invoices' => 'Invoices', +// 'title.add_invoice' => 'Adding Invoice', +// 'title.view_invoice' => 'Viewing Invoice', +// 'title.delete_invoice' => 'Deleting Invoice', +// 'title.notifications' => 'Notifications', +// 'title.add_notification' => 'Adding Notification', +// 'title.edit_notification' => 'Editing Notification', +// 'title.delete_notification' => 'Deleting Notification', +// 'title.monthly_quotas' => 'Monthly Quotas', +// 'title.export' => 'Exporting Team Data', +// 'title.import' => 'Importing Team Data', +// 'title.options' => 'Options', +// 'title.profile' => 'Profile', +// 'title.cf_custom_fields' => 'Custom Fields', +// 'title.cf_add_custom_field' => 'Adding Custom Field', +// 'title.cf_edit_custom_field' => 'Editing Custom Field', +// 'title.cf_delete_custom_field' => 'Deleting Custom Field', +// 'title.cf_dropdown_options' => 'Dropdown Options', +// 'title.cf_add_dropdown_option' => 'Adding Option', +// 'title.cf_edit_dropdown_option' => 'Editing Option', +// 'title.cf_delete_dropdown_option' => 'Deleting Option', +// NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). +// It is also a name for the Locking plugin on the Team profile page. +// 'title.locking' => 'Locking', +// 'title.week_view' => 'Week View', @@ -375,8 +421,6 @@ $i18n_key_words = array( "form.report.groupby_project" => 'prosjekt', "form.report.duration" => 'varighet', "form.report.start" => 'starttid', -"form.report.activity" => 'aktivitet', -"form.report.show_idle" => 'antall dager ikke aktiv', "form.report.finish" => 'ferdig', "form.report.note" => 'notat', "form.report.project" => 'prosjekt', @@ -386,7 +430,6 @@ $i18n_key_words = array( "form.report.th.empllist" => 'bruker', "form.report.th.date" => 'dato', "form.report.th.project" => 'prosjekt', -"form.report.th.activity" => 'aktivitet', "form.report.th.start" => 'starttid', "form.report.th.finish" => 'ferdig', "form.report.th.duration" => 'varighet', @@ -476,7 +519,6 @@ $i18n_key_words = array( // labels "label.pbehalf_info" => '%s %s på vegne av %s', "label.time_noentry" => 'ingen tilgang', -"label.today" => 'i dag', "label.req_fields" => '* obligatoriske felt', "label.sel_project" => 'velg prosjekt', "label.sel_activity" => 'velg aktivitet',