Configirable option whether to show Week menu.
[timetracker.git] / WEB-INF / resources / da.lang.php
index f3a29fe..07a6ecd 100644 (file)
@@ -51,6 +51,8 @@ $i18n_key_words = array(
 // 'menu.group' => 'Group',
 'menu.plugins' => 'Plugins',
 'menu.time' => 'Tid',
+// TODO: translate the following.
+// 'menu.week' => 'Week',
 'menu.expenses' => 'Udgifter',
 'menu.reports' => 'Rapporter',
 // TODO: translate the following.
@@ -266,6 +268,8 @@ $i18n_key_words = array(
 // 'label.file' => 'File',
 // 'label.image' => 'Image',
 // 'label.download' => 'Download',
+'label.active_users' => 'Aktive Brugere',
+'label.inactive_users' => 'Inaktive Brugere',
 
 // Form titles.
 'title.error' => 'Fejl',
@@ -366,6 +370,11 @@ $i18n_key_words = array(
 // '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.
@@ -498,8 +507,6 @@ $i18n_key_words = array(
 'form.tasks.inactive_tasks' => 'Inaktive Opgaver',
 
 // Users form. See example at https://timetracker.anuko.com/users.php
-'form.users.active_users' => 'Aktive Brugere',
-'form.users.inactive_users' => 'Inaktive Brugere',
 'form.users.uncompleted_entry' => 'Bruger har en uafsluttet tidsregistrering',
 'form.users.role' => 'Rolle',
 'form.users.manager' => 'Manager',
@@ -630,6 +637,7 @@ $i18n_key_words = array(
 
 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
 // TODO: translate the following.
+// 'form.display_options.menu' => 'Menu',
 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
 );