X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/33fe605aa1936612a3e358102b59e411a0a30f07..a714e5ec2e7d8b4bea26e91fa07a7cc798f18da1:/WEB-INF/resources/da.lang.php diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index d1b71bad..b3205646 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -307,8 +307,8 @@ $i18n_key_words = array( 'dropdown.select_invoice' => '--- Vælg faktura ---', 'dropdown.status_active' => 'Aktive', 'dropdown.status_inactive' => 'Inaktive', -'dropdown.delete'=>'Slet', -'dropdown.do_not_delete'=>'Slet ikke', +'dropdown.delete' => 'Slet', +'dropdown.do_not_delete' => 'Slet ikke', // TODO: translate the following. // 'dropdown.paid' => 'paid', // 'dropdown.not_paid' => 'not paid', @@ -422,6 +422,8 @@ $i18n_key_words = array( // 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',