X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fda.lang.php;h=7b9faf3b7d69a4815dae7144fcabcd817895a529;hb=5c2ac5c8736e763fd878d619e6283b57b2d2aab0;hp=581b3056dc81141962e71a83c5811edf7c9a3316;hpb=62bebb89af9afb9c4008d799c67e24988cb3688d;p=timetracker.git diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 581b3056..7b9faf3b 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -90,9 +90,6 @@ $i18n_key_words = array( 'error.user_exists' => 'Brugernavn eksistere allerede.', // TODO: translate the following. // 'error.object_exists' => 'Object with this name already exists.', -'error.project_exists' => 'Der eksiterer allerede et projekt med det navn.', -'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.', @@ -113,6 +110,17 @@ $i18n_key_words = array( // 'error.xml' => 'Error in XML file at line %d: %s.', // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// 'error.user_count' => 'Limit on user count.', +// 'error.expired' => 'Expiration date reached.', + +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', +// 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.', + +// Success messages. +// TODO: translate the following. +// 'msg.success' => 'Operation completed successfully.', // Labels for buttons. 'button.login' => 'Log ind', @@ -237,8 +245,12 @@ $i18n_key_words = array( // 'label.work_units' => 'Work units', // 'label.work_units_short' => 'Units', 'label.totals_only' => 'Kun Total', +'label.quota' => 'Kvota', // Form titles. +'title.error' => 'Fejl', +// TODO: Translate the following. +// 'title.success' => 'Success', 'title.login' => 'Login', 'title.groups' => 'Teams', // TODO: change "teams" to "groups". // TODO: translate the following. @@ -298,8 +310,6 @@ $i18n_key_words = array( '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', @@ -368,6 +378,9 @@ $i18n_key_words = array( 'form.time.uncompleted' => 'Uafsluttet', 'form.time.remaining_quota' => 'Resterende kvota', 'form.time.over_quota' => 'Over kvota', +// TODO: translate the following. +// 'form.time.remaining_balance' => 'Remaining balance', +// 'form.time.over_balance' => 'Over balance', // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record). 'form.time_edit.uncompleted' => 'Denne post blev kun gemt med starttidspunkt. Det er ikke en fejl.', @@ -489,6 +502,7 @@ $i18n_key_words = array( // 'form.group_edit.future_entries' => 'Future entries', 'form.group_edit.uncompleted_indicators' => 'Uafsluttede indikatore', // TODO: translate the following. +// 'form.group_edit.confirm_save' => 'Confirm saving', // 'form.group_edit.allow_ip' => 'Allow IP', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php @@ -506,7 +520,6 @@ $i18n_key_words = array( // 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.',