X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fda.lang.php;h=b3205646c99c3068161a65852148b24f8eb3a8ea;hb=a7e4eb9d02d8cc9eb46fa0a2bb3afd24ddeb7507;hp=65f27e7638612c2b5c1ccc74531c4a5ee1a04721;hpb=f2787a0b448c84ee7b28de80f6c2f04dfc7985ad;p=timetracker.git diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 65f27e76..b3205646 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -162,8 +162,6 @@ $i18n_key_words = array( 'label.week_total' => 'Ugens total', 'label.month_total' => 'Måneds total', 'label.today' => 'Idag', -'label.total_hours' => 'Timer total', -'label.total_cost' => 'Total pris', 'label.view' => 'Udseende', 'label.edit' => 'Rediger', 'label.delete' => 'Slet', @@ -215,6 +213,8 @@ $i18n_key_words = array( // 'label.paid_status' => 'Paid status', // 'label.paid' => 'Paid', // 'label.mark_paid' => 'Mark paid', +// 'label.week_note' => 'Week note', +// 'label.week_list' => 'Week list', // Form titles. 'title.login' => 'Login', @@ -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', @@ -368,6 +368,8 @@ $i18n_key_words = array( // (you can get to this form after generating a report). 'form.invoice.number' => 'Fakturanummer', 'form.invoice.person' => 'Person', + +// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php 'form.invoice.invoice_to_delete' => 'Faktura der skal slettes', 'form.invoice.invoice_entries' => 'Faktura emner', // TODO: translate the following. @@ -420,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',