X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fda.lang.php;h=ba43617cb428dfdf48f18c933c64f903bb5e45a9;hb=fc8a4455218bc71e17697f33c111b9dbc55f8047;hp=d5087b8df009242b02340507a5442e18b6a19dc0;hpb=53dd9ed078fdb70af2f24564145873e2346e5f28;p=timetracker.git diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index d5087b8d..ba43617c 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -138,6 +138,8 @@ $i18n_key_words = array( 'button.send' => 'Send', 'button.send_by_email' => 'Send som e-mail', 'button.create_group' => 'Lav et team', // TODO: replace "team" with "group". +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Eksporter team', // TODO: replace "team" with "group". 'button.import' => 'Importer team', // TODO: replace "team" with "group". 'button.close' => 'Luk', @@ -249,6 +251,7 @@ $i18n_key_words = array( 'label.totals_only' => 'Kun Total', 'label.quota' => 'Kvota', // TODO: translate the following. +// 'label.timesheet' => 'Timesheet', // 'label.submitted' => 'Submitted', // 'label.approved' => 'Approved', @@ -313,6 +316,10 @@ $i18n_key_words = array( 'title.add_notification' => 'Tilføj Meddelelse', 'title.edit_notification' => 'Redigér Meddelelse', 'title.delete_notification' => 'Slet Meddelelse', +// TODO: translate the following. +// 'title.add_timesheet' => 'Adding Timesheet', +// 'title.edit_timesheet' => 'Editing Timesheet', +// 'title.delete_timesheet' => 'Deleting Timesheet', 'title.monthly_quotas' => 'Månedlig Kvota', 'title.export' => 'Eksporter Team Data', // TODO: replace "team" with "group". 'title.import' => 'Importer Team Data', // TODO: replace "team" with "group". @@ -404,6 +411,9 @@ $i18n_key_words = array( 'form.reports.include_not_billable' => 'Ikke fakturerbar', 'form.reports.include_invoiced' => 'Faktureret', 'form.reports.include_not_invoiced' => 'Ikke faktureret', +// TODO: translate the following. +// 'form.reports.include_assigned' => 'assigned', +// 'form.reports.include_not_assigned' => 'not assigned', 'form.reports.select_period' => 'Vælg en periode', 'form.reports.set_period' => 'eller sæt datoer', 'form.reports.show_fields' => 'Vis felter', @@ -424,6 +434,8 @@ $i18n_key_words = array( // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php // TODO: translate the following. // form.timesheets.hint' => 'Use reports to add new timesheets.', +// 'form.timesheets.active_timesheets' => 'Active Timesheets', +// 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets', // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report).