Resuming writing remote work plugin.
[timetracker.git] / WEB-INF / resources / nl.lang.php
index ac23123..bf4f3d5 100644 (file)
@@ -245,6 +245,8 @@ $i18n_key_words = array(
 'label.image' => 'Afbeelding',
 // TODO: translate the following.
 // 'label.download' => 'Download',
+'label.active_users' => 'Actieve medewerkers',
+'label.inactive_users' => 'Inactieve medewerkers',
 
 // Form titles.
 'title.error' => 'Fout',
@@ -274,6 +276,8 @@ $i18n_key_words = array(
 'title.send_report' => 'Rapport aan het versturen',
 'title.timesheets' => 'Tijdenoverzichten',
 'title.timesheet' => 'Tijdenoverzicht',
+// TODO: Translate the following.
+// 'title.timesheet_files' => 'Timesheet Files',
 'title.invoice' => 'Factuur',
 'title.send_invoice' => 'Factuur verzenden',
 'title.charts' => 'Grafieken',
@@ -337,6 +341,12 @@ $i18n_key_words = array(
 // 'title.edit_file' => 'Editing File',
 // 'title.delete_file' => 'Deleting File',
 // 'title.download_file' => 'Downloading File',
+// 'title.work' => 'Work',
+// 'title.add_work' => 'Adding Work',
+// 'title.edit_work' => 'Editing Work',
+// 'title.delete_work' => 'Deleting Work',
+// 'title.active_work' => 'Active Work', // Active work items this group outsources to other groups.
+// 'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups.
 
 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 // Strings that are used in a single form must go to the specific form section.
@@ -460,8 +470,6 @@ $i18n_key_words = array(
 'form.tasks.inactive_tasks' => 'Inactieve taken',
 
 // Users form. See example at https://timetracker.anuko.com/users.php
-'form.users.active_users' => 'Actieve medewerkers',
-'form.users.inactive_users' => 'Inactieve medewerkers',
 'form.users.uncompleted_entry' => 'Gebruiker heeft tijd ingevoerd die niet compleet is',
 'form.users.role' => 'Rol',
 'form.users.manager' => 'Manager',