Dutch translation improved.
[timetracker.git] / WEB-INF / resources / da.lang.php
index 38e9f43..8f6e8f4 100644 (file)
@@ -49,6 +49,7 @@ $i18n_key_words = array(
 'menu.profile' => 'Profil',
 // TODO: translate the following.
 // 'menu.group' => 'Group',
+'menu.plugins' => 'Plugins',
 'menu.time' => 'Tid',
 'menu.expenses' => 'Udgifter',
 'menu.reports' => 'Rapporter',
@@ -100,6 +101,8 @@ $i18n_key_words = array(
 'error.upload' => 'Fil upload problem.',
 'error.range_locked' => 'Dato interval er spærret.',
 'error.mail_send' => 'Fejl under sending af mail.',
+// TODO: improve the translation above by adding MAIL_SMTP_DEBUG part.
+// 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
 'error.no_email' => 'Der er ingen email tilknyttet dette brugernavn.',
 'error.uncompleted_exists' => 'Uafsluttet registrering eksistere allerede. Luk eller slet det.',
 'error.goto_uncompleted' => 'Gå til uafsluttet registrering.',
@@ -226,6 +229,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Kun Total',
 
 // Form titles.
 'title.login' => 'Login',
@@ -287,6 +291,7 @@ $i18n_key_words = array(
 'title.profile' => 'Profil',
 // TODO: translate the following.
 // 'title.group' => 'Group Settings',
+'title.plugins' => 'Plugins',
 'title.cf_custom_fields' => 'Brugerdefineret Felt',
 'title.cf_add_custom_field' => 'Tilføj Brugerdefineret Felt',
 'title.cf_edit_custom_field' => 'Redigér Brugerdefineret Felt',
@@ -379,7 +384,6 @@ $i18n_key_words = array(
 'form.reports.group_by_client' => 'Klient',
 'form.reports.group_by_project' => 'Projekt',
 'form.reports.group_by_task' => 'Opgave',
-'form.reports.totals_only' => 'Kun Total',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
@@ -448,7 +452,7 @@ $i18n_key_words = array(
 'form.export.compression_none' => 'Ingen',
 'form.export.compression_bzip' => 'bzip',
 
-// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
+// Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
 'form.import.hint' => 'Importer teamdata fra en xml-fil.', // TODO: replace "team" with "group".
 'form.import.file' => 'Vælg fil',
 'form.import.success' => 'Import sluttede med succes.',
@@ -477,7 +481,6 @@ $i18n_key_words = array(
 'form.group_edit.uncompleted_indicators' => 'Uafsluttede indikatore',
 // TODO: translate the following.
 // 'form.group_edit.allow_ip' => 'Allow IP',
-'form.group_edit.plugins' => 'Plugins',
 
 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
 // TODO: translate the following.