Dutch translation improved.
[timetracker.git] / WEB-INF / resources / da.lang.php
index b5ec4b2..8f6e8f4 100644 (file)
@@ -29,7 +29,7 @@
 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
 
-$i18n_language = 'Dansk';
+$i18n_language = 'Danish (Dansk)';
 $i18n_months = array('Januar', 'Februar', 'Marts', 'April', 'Maj', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'December');
 $i18n_weekdays = array('Søndag', 'Mandag', 'Tirsdag', 'Onsdag', 'Torsdag', 'Fredag', 'Lørdag');
 $i18n_weekdays_short = array('Sø', 'Ma', 'Ti', 'On', 'To', 'Fr', 'Lø');
@@ -44,8 +44,12 @@ $i18n_key_words = array(
 'menu.logout' => 'Log ud',
 'menu.forum' => 'Forum',
 'menu.help' => 'Hjælp',
-'menu.create_team' => 'Lav et team',
+// TODO: translate the following.
+// 'menu.create_group' => 'Create Group',
 'menu.profile' => 'Profil',
+// TODO: translate the following.
+// 'menu.group' => 'Group',
+'menu.plugins' => 'Plugins',
 'menu.time' => 'Tid',
 'menu.expenses' => 'Udgifter',
 'menu.reports' => 'Rapporter',
@@ -53,7 +57,8 @@ $i18n_key_words = array(
 'menu.projects' => 'Projekter',
 'menu.tasks' => 'Opgaver',
 'menu.users' => 'Brugere',
-'menu.teams' => 'Teams',
+// TODO: translate the following.
+// 'menu.groups' => 'Groups',
 'menu.export' => 'Eksport',
 'menu.clients' => 'Kunder',
 'menu.options' => 'Indstillinger',
@@ -68,6 +73,8 @@ $i18n_key_words = array(
 'error.access_denied' => 'Adgang nægtet.',
 'error.sys' => 'System fejl.',
 'error.db' => 'Database fejl.',
+// TODO: translate the following.
+// 'error.feature_disabled' => 'Feature is disabled.',
 'error.field' => 'Forkert "{0}" data.',
 'error.empty' => 'Felt "{0}" er tom.',
 'error.not_equal' => 'Felt "{0}" er ikke lig med "{1}".',
@@ -86,12 +93,16 @@ $i18n_key_words = array(
 'error.task_exists' => 'Opgavenavn eksistere allerede.',
 'error.client_exists' => 'Der eksistere allerede en klient med dette navn.',
 'error.invoice_exists' => 'Fakturanummer eksistere allerede.',
+// TODO: translate the following.
+// 'error.role_exists' => 'Role with this rank already exists.',
 'error.no_invoiceable_items' => 'Der er ingen fakturerbar emner.',
 'error.no_login' => 'Der finde ingen bruger med dette brugernavn.',
-'error.no_teams' => 'Din database er tom, log ind som administrator og lav et nyt team.',
+'error.no_groups' => 'Din database er tom, log ind som administrator og lav et nyt team.', // TODO: replace "team" with "group".
 '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.',
@@ -106,18 +117,19 @@ $i18n_key_words = array(
 'button.cancel' => 'Fortryd',
 'button.submit' => 'Gem',
 'button.add' => 'Tilføj',
+'button.delete' => 'Slet',
 'button.generate' => 'Generer',
 'button.reset_password' => 'Nulstil adgangskode',
 'button.send' => 'Send',
 'button.send_by_email' => 'Send som e-mail',
-'button.create_team' => 'Lav et team',
-'button.export' => 'Eksporter team',
-'button.import' => 'Importer team',
+'button.create_group' => 'Lav et team', // TODO: replace "team" with "group".
+'button.export' => 'Eksporter team', // TODO: replace "team" with "group".
+'button.import' => 'Importer team', // TODO: replace "team" with "group".
 'button.close' => 'Luk',
 'button.stop' => 'Stop',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => 'Team navn',
+'label.group_name' => 'Team navn', // TODO: replace "team" with "group".
 'label.address' => 'Adresse',
 'label.currency' => 'Valuta',
 'label.manager_name' => 'Manager navn',
@@ -156,6 +168,8 @@ $i18n_key_words = array(
 // 'label.notes' => 'Notes',
 'label.item' => 'Emne',
 'label.cost' => 'Pris',
+// TODO: translate the following.
+// 'label.ip' => 'IP',
 'label.day_total' => 'Dagens total',
 'label.week_total' => 'Ugens total',
 'label.month_total' => 'Måneds total',
@@ -203,7 +217,7 @@ $i18n_key_words = array(
 'label.type_text' => 'Tekst',
 'label.required' => 'Required',
 'label.fav_report' => 'Favorit rapport',
-'label.cron_schedule' => 'Cron tidsplan',
+'label.schedule' => 'Tidsplan',
 'label.what_is_it' => 'Hvad er det?',
 'label.expense' => 'Udgift',
 'label.quantity' => 'Mængde',
@@ -213,13 +227,16 @@ $i18n_key_words = array(
 // 'label.mark_paid' => 'Mark paid',
 // 'label.week_note' => 'Week note',
 // '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',
-'title.teams' => 'Teams',
-'title.create_team' => 'Opret Team',
-'title.edit_team' => 'Redigér Team',
-'title.delete_team' => 'Slet Team',
+'title.groups' => 'Teams', // TODO: change "teams" to "groups".
+'title.create_gtoup' => 'Opret Team', // TODO: change "team" to "group".
+'title.edit_group' => 'Redigér Team', // TODO: change "team" to "group".
+'title.delete_group' => 'Slet Team', // TODO: change "team" to "group".
 'title.reset_password' => 'Nulstilling af Adgangskode',
 'title.change_password' => 'Skift af Adgangskode',
 'title.time' => 'Tid',
@@ -268,10 +285,13 @@ $i18n_key_words = array(
 'title.edit_notification' => 'Redigér Meddelelse',
 'title.delete_notification' => 'Slet Meddelelse',
 'title.monthly_quotas' => 'Månedlig Kvota',
-'title.export' => 'Eksporter Team Data',
-'title.import' => 'Importer Team Data',
+'title.export' => 'Eksporter Team Data', // TODO: replace "team" with "group".
+'title.import' => 'Importer Team Data', // TODO: replace "team" with "group".
 'title.options' => 'Indstillinger',
 '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',
@@ -283,6 +303,8 @@ $i18n_key_words = array(
 'title.locking' => 'Lås Registring',
 // TODO: translate the following.
 // 'title.week_view' => 'Week View',
+// 'title.swap_roles' => 'Swapping Roles',
+// 'title.work_units' => 'Work Units',
 
 // 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.
@@ -323,7 +345,10 @@ $i18n_key_words = array(
 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
 'form.reset_password.message' => 'Nulstilling af adgangskode er sendt på email.',
 'form.reset_password.email_subject' => 'Anuko Time Tracker - Anmodning om nulstilling af adgangskode',
-'form.reset_password.email_body' => "Hej\n\nNogen, formodentlig dig, har bedt om at få nulstillet din adgangskode. Tryk på linket hvis du vil have nulstillet din adgangskode.\n\n%s\n\nAnuko Time Tracker er et nemt, let at bruge, open source tidsregistrerings system. Besøg https://www.anuko.com for mere information.\n\n",
+// TODO: English string has changed. "from IP added. Re-translate the beginning.
+// 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
+// "IP %s" probably sounds awkward.
+'form.reset_password.email_body' => "Hej\n\nNogen, IP %s, har bedt om at få nulstillet din adgangskode. Tryk på linket hvis du vil have nulstillet din adgangskode.\n\n%s\n\nAnuko Time Tracker er et nemt, let at bruge, open source tidsregistrerings system. Besøg https://www.anuko.com for mere information.\n\n",
 
 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
 'form.change_password.tip' => 'Skriv en ny adgangskode og tryk Gem.',
@@ -359,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).
@@ -400,11 +424,18 @@ $i18n_key_words = array(
 'form.users.rate' => 'Sats',
 'form.users.default_rate' => 'Standard Time Sats',
 
+// Editing User form. See example at https://timetracker.anuko.com/user_edit.php
+// TODO: translate the following.
+// 'form.user_edit.swap_roles' => 'Swap roles',
+
 // Roles form. See example at https://timetracker.anuko.com/roles.php
 // TODO: translate the following.
 // 'form.roles.active_roles' => 'Active Roles',
 // 'form.roles.inactive_roles' => 'Inactive Roles',
+// 'form.roles.rank' => 'Rank',
 // 'form.roles.rights' => 'Rights',
+// 'form.roles.assigned' => 'Assigned',
+// 'form.roles.not_assigned' => 'Not assigned',
 
 // Clients form. See example at https://timetracker.anuko.com/clients.php
 'form.clients.active_clients' => 'Aktive Klienter',
@@ -414,39 +445,46 @@ $i18n_key_words = array(
 'form.client.client_to_delete' => 'Klient der skal slettes',
 'form.client.client_entries' => 'Klient indlæg',
 
-// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
+// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
+// TODO: replace "team" with "group" in the string below.
 'form.export.hint' => 'Du kan eksportere alle Teamdata til en xml-fil. Det kan være nyttigt, hvis du migrerer data til din egen server.',
 'form.export.compression' => 'Komprimering',
 'form.export.compression_none' => 'Ingen',
 'form.export.compression_bzip' => 'bzip',
 
-// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
-'form.import.hint' => 'Importer teamdata fra en xml-fil.',
+// 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.',
 
-// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
-'form.teams.hint' => 'Opret et nyt team ved at oprette en ny teamadministrator konto. <br> Du kan også importere teamdata fra en xml-fil fra en anden Anuko Time Tracker-server (eksisterende brugernavne er ikke tilladt).',
-
-// Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
-'form.profile.12_hours' => '12 timers',
-'form.profile.24_hours' => '24 timers',
-// TODO: translate the following.
-// 'form.profile.show_holidays' => 'Show holidays',
-'form.profile.tracking_mode' => 'Registrerings tilstand',
-'form.profile.mode_time' => 'Tid',
-'form.profile.mode_projects' => 'Projekter',
-'form.profile.mode_projects_and_tasks' => 'Projekter og opgaver',
-'form.profile.record_type' => 'Registrerings type',
-'form.profile.type_all' => 'Alle',
-'form.profile.type_start_finish' => 'Start og slut',
-'form.profile.type_duration' => 'Varighed',
-// TODO: translate the following.
-// 'form.profile.punch_mode' => 'Punch mode',
-// 'form.profile.allow_overlap' => 'Allow overlap',
-// 'form.profile.future_entries' => 'Future entries',
-'form.profile.uncompleted_indicators' => 'Uafsluttede indikatore',
-'form.profile.plugins' => 'Plugins',
+// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
+// TODO: replace "team" with "group" in the string below.
+'form.groups.hint' => 'Opret et nyt team ved at oprette en ny teamadministrator konto. <br> Du kan også importere teamdata fra en xml-fil fra en anden Anuko Time Tracker-server (eksisterende brugernavne er ikke tilladt).',
+
+// Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
+'form.group_edit.12_hours' => '12 timers',
+'form.group_edit.24_hours' => '24 timers',
+// TODO: translate the following.
+// 'form.group_edit.show_holidays' => 'Show holidays',
+'form.group_edit.tracking_mode' => 'Registrerings tilstand',
+'form.group_edit.mode_time' => 'Tid',
+'form.group_edit.mode_projects' => 'Projekter',
+'form.group_edit.mode_projects_and_tasks' => 'Projekter og opgaver',
+'form.group_edit.record_type' => 'Registrerings type',
+'form.group_edit.type_all' => 'Alle',
+'form.group_edit.type_start_finish' => 'Start og slut',
+'form.group_edit.type_duration' => 'Varighed',
+// TODO: translate the following.
+// 'form.group_edit.punch_mode' => 'Punch mode',
+// 'form.group_edit.allow_overlap' => 'Allow overlap',
+// 'form.group_edit.future_entries' => 'Future entries',
+'form.group_edit.uncompleted_indicators' => 'Uafsluttede indikatore',
+// TODO: translate the following.
+// 'form.group_edit.allow_ip' => 'Allow IP',
+
+// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
+// TODO: translate the following.
+// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
 
 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
 'form.mail.from' => 'Fra',
@@ -456,13 +494,23 @@ $i18n_key_words = array(
 'form.mail.report_sent' => 'Rapport sendt.',
 'form.mail.invoice_sent' => 'Faktura sendt.',
 
-// Quotas configuration form.
+// Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
 'form.quota.year' => 'År',
 'form.quota.month' => 'Måned',
 'form.quota.quota' => 'Kvota',
 'form.quota.workday_hours' => 'Timer på en arbejdsdag',
 'form.quota.hint' => 'Hvis værdierne er tomme, beregnes kvoter automatisk baseret på arbejdsdage og helligdage.',
 
+// Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
+// TODO: translate the following.
+// 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
+// 'form.swap.swap_with' => 'Swap roles with',
+
+// Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
+// TODO: translate the following.
+// 'form.work_units.minutes_in_unit' => 'Minutes in unit',
+// 'form.work_units.1st_unit_threshold' => '1st unit threshold',
+
 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
 // TODO: translate the following.
 // 'role.user.label' => 'User',