X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/eb14c12d3be2cd31e20988b6abf7585f6af0b34d..8dffcfd89ea175ef9276f043ae7a82bde4ad8d78:/WEB-INF/resources/da.lang.php diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index f5129ea2..a74d98a0 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -131,8 +131,10 @@ $i18n_key_words = array( 'label.password' => 'Adgangskode', 'label.confirm_password' => 'Gentag adgangskode', 'label.email' => 'E-mail', +'label.cc' => 'Cc', // TODO: translate the following. // 'label.bcc' => 'Bcc', +'label.subject' => 'Emne', 'label.date' => 'Dato', 'label.start_date' => 'Start dato', 'label.end_date' => 'Slut dato', @@ -270,6 +272,8 @@ $i18n_key_words = array( 'dropdown.no' => '--- Ingen ---', // NOTE TO TRANSLATORS: dropdown.this_day does not necessarily means "today". It means a specific ("this") day selected on calendar. See Charts. 'dropdown.this_day' => 'Denne dag', +// TODO: translate the following. +// 'dropdown.last_day' => 'last day', 'dropdown.this_week' => 'Denne uge', 'dropdown.last_week' => 'Sidste uge', 'dropdown.this_month' => 'Denne måned', @@ -402,8 +406,6 @@ $i18n_key_words = array( // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'Fra', 'form.mail.to' => 'Til', -'form.mail.cc' => 'Cc', -'form.mail.subject' => 'Emne', 'form.mail.report_subject' => 'Tidsregistrerings Rapport', 'form.mail.footer' => 'Anuko Time Tracker er et simpelt, let at bruge, open source
tidsregistrerings system. Besøg www.anuko.com for mere information.', 'form.mail.report_sent' => 'Rapport sendt.',