b0553a273458ef672b5cb92dbce30f06c44be04f
[timetracker.git] / WEB-INF / resources / da.lang.php
1 <?php
2 // +----------------------------------------------------------------------+
3 // | Anuko Time Tracker
4 // +----------------------------------------------------------------------+
5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
6 // +----------------------------------------------------------------------+
7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
8 // | by anyone for any purpose, and freely redistributed alone or in
9 // | combination with other software, provided that the license is obeyed.
10 // |
11 // | There are only two ways to violate the license:
12 // |
13 // | 1. To redistribute this code in source form, with the copyright
14 // |    notice or license removed or altered. (Distributing in compiled
15 // |    forms without embedded copyright notices is permitted).
16 // |
17 // | 2. To redistribute modified versions of this code in *any* form
18 // |    that bears insufficient indications that the modifications are
19 // |    not the work of the original author(s).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
31
32 // Note to translators: Please use proper capitalization rules for your language.
33
34 $i18n_language = 'Dansk';
35 $i18n_months = array('Januar', 'Februar', 'Marts', 'April', 'Maj', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'December');
36 $i18n_weekdays = array('Søndag', 'Mandag', 'Tirsdag', 'Onsdag', 'Torsdag', 'Fredag', 'Lørdag');
37 $i18n_weekdays_short = array('Sø', 'Ma', 'Ti', 'On', 'To', 'Fr', 'Lø');
38 // format mm/dd
39 $i18n_holidays = array('01/01', '04/09', '04/10', '04/12', '04/13', '05/08', '05/21', '05/31', '06/01', '06/05', '12/24', '12/25', '12/26');
40
41 $i18n_key_words = array(
42
43 // Menus.
44 'menu.login' => 'Login',
45 'menu.logout' => 'Logout',
46 'menu.forum' => 'Forum',
47 'menu.help' => 'Hjælp',
48 'menu.create_team' => 'Lav et team',
49 'menu.profile' => 'Profil',
50 'menu.time' => 'Tid',
51 'menu.expenses' => 'Udgifter',
52 'menu.reports' => 'Rapporter',
53 // TODO: translate the following:
54 // 'menu.charts' => 'Charts',
55 'menu.projects' => 'Projekter',
56 // TODO: translate the following:
57 // 'menu.tasks' => 'Tasks', // TODO: Is "Tasks" a correct translation? Not Opgaver or something?
58 'menu.users' => 'Brugere',
59 // 'menu.teams' => 'Team', // TODO: is "Team" a correct ranslation?
60 'menu.export' => 'Eksport',
61 'menu.clients' => 'Kunder',
62 'menu.options' => 'Indstillinger',
63
64 // Footer - strings on the bottom of most pages.
65 // TODO: translate the following:
66 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
67 // 'footer.credits' => 'Credits',
68 'footer.license' => 'Licens',
69 'footer.improve' => 'Bidrag',
70
71 // Error messages.
72 'error.access_denied' => 'Adgang nægtet.',
73 // TODO: Translate the following.
74 // 'error.sys' => 'System error.',
75 'error.db' => 'Database fejl.',
76 'error.field' => 'Forkert "{0}" data.',
77 'error.empty' => 'Felt "{0}" er tom.',
78 'error.not_equal' => 'Felt "{0}" er ikke lig med "{1}".',
79 // TODO: translate the following.
80 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
81 'error.project' => 'Vælg projekt.',
82 // TODO: Translate the following.
83 // 'error.task' => 'Select task.',
84 'error.auth' => 'Forkert login eller password.',
85 // TODO: Translate the following.
86 // 'error.user_exists' => 'User with this login already exists.',
87 'error.project_exists' => 'Der eksiterer allerede et projekt med det navn.',
88 // TODO: Translate the following.
89 // 'error.task_exists' => 'Task with this name already exists.',
90 'error.client_exists' => 'Der eksisterer allerede en klient med dette navn.',
91 // TODO: Translate the following.
92 // 'error.invoice_exists' => 'Invoice with this number already exists.',
93 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
94 'error.no_login' => 'Ingen bruger med denne login.',
95 'error.no_teams' => 'Din database er tom, login som administrator og lav et nyt team.',
96 'error.upload' => 'Fil upload problem.',
97 'error.range_locked' => 'Dato interval er spærret.',
98 // 'error.mail_send' => 'Error sending mail.',
99 // 'error.no_email' => 'No email associated with this login.',
100 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
101 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
102 // 'error.overlap' => 'Time interval overlaps with existing records.',
103 // 'error.future_date' => 'Date is in future.',
104
105 // Labels for buttons.
106 'button.login' => 'Login',
107 'button.now' => 'Nu',
108 'button.save' => 'Gem',
109 // TODO: Translate the following.
110 // 'button.copy' => 'Copy',
111 'button.cancel' => 'Fortryd',
112 'button.submit' => 'Gem',
113 'button.add_user' => 'Tilføj bruger',
114 'button.add_project' => 'Tilføj project',
115 // TODO: Translate the following.
116 // 'button.add_task' => 'Add task',
117 'button.add_client' => 'Tilføj kunde',
118 // TODO: Translate the following.
119 // 'button.add_invoice' => 'Add invoice',
120 // 'button.add_option' => 'Add option',
121 'button.add' => 'Tilføj',
122 // TODO: Translate the following.
123 // 'button.generate' => 'Dan', // TODO: Is "Dan" a correct translation?
124 // 'button.reset_password' => 'Reset password',
125 'button.send' => 'Send',
126 'button.send_by_email' => 'Send som e-mail',
127 'button.create_team' => 'Lav et team',
128 'button.export' => 'Exporter team',
129 'button.import' => 'Importer team',
130 // TODO: Translate the following.
131 // 'button.close' => 'Close',
132 // 'button.stop' => 'Stop',
133
134 // Labels for controls on forms. Labels in this section are used on multiple forms.
135 'label.team_name' => 'Team navn',
136 // TODO: Translate the following.
137 // 'label.address' => 'Address',
138 'label.currency' => 'Møntfod',
139 // TODO: Translate the following.
140 // 'label.manager_name' => 'Manager name',
141 // 'label.manager_login' => 'Manager login',
142 'label.person_name' => 'Navn',
143 'label.thing_name' => 'Navn',
144 'label.login' => 'Login',
145 'label.password' => 'Adgangskode',
146 'label.confirm_password' => 'Gentag adgangskode',
147 'label.email' => 'E-mail',
148 // TODO: Translate the following.
149 // 'label.date' => 'Date',
150 // 'label.start_date' => 'Start date',
151 // 'label.end_date' => 'End date',
152 'label.user' => 'Bruger',
153 'label.users' => 'Brugere',
154 // TODO: Translate the following.
155 // 'label.client' => 'Client',
156 // 'label.clients' => 'Clients',
157 // 'label.option' => 'Option',
158 // 'label.invoice' => 'Invoice',
159 'label.project' => 'Projekt',
160 'label.projects' => 'Projekter',
161 // TODO: Translate the following.
162 // 'label.task' => 'Task',
163 // 'label.tasks' => 'Tasks',
164 // 'label.description' => 'Description',
165 // 'label.start' => 'Start',
166 // 'label.finish' => 'Finish',
167 // 'label.duration' => 'Duration',
168 // 'label.note' => 'Note',
169 // 'label.item' => 'Item',
170 // 'label.cost' => 'Cost',
171 // 'label.day_total' => 'Day total',
172 // 'label.week_total' => 'Week total',
173 // 'label.month_total' => 'Month total',
174 // 'label.today' => 'Today',
175 // 'label.total_hours' => 'Total hours',
176 // 'label.total_cost' => 'Total cost',
177 // 'label.view' => 'View',
178 'label.edit' => 'Rediger',
179 'label.delete' => 'Slet',
180 // TODO: Translate the following.
181 // 'label.configure' => 'Configure',
182 // 'label.select_all' => 'Select all',
183 // 'label.select_none' => 'Deselect all',
184 'label.id' => 'ID',
185 // TODO: Translate the following.
186 // 'label.language' => 'Language',
187 // 'label.decimal_mark' => 'Decimal mark',
188 'label.date_format' => 'Dato format',
189 'label.time_format' => 'Tids format',
190 'label.week_start' => 'Første dag i ugen',
191 // TODO: Translate the following.
192 // 'label.comment' => 'Comment',
193 // 'label.status' => 'Status',
194 // 'label.tax' => 'Tax',
195 // 'label.subtotal' => 'Subtotal',
196 // 'label.total' => 'Total',
197 // 'label.client_name' => 'Client name',
198 // 'label.client_address' => 'Client address',
199 // 'label.or' => 'or',
200 // 'label.error' => 'Error',
201 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
202 // 'label.required_fields' => '* - required fields',
203 // 'label.on_behalf' => 'on behalf of',
204 // 'label.role_manager' => '(manager)',
205 // 'label.role_comanager' => '(co-manager)',
206 // TODO: Translate the following.
207 'label.role_admin' => '(administrator)',
208 // 'label.page' => 'Page',
209 // Labels for plugins (extensions to Time Tracker that provide additional features).
210 // 'label.custom_fields' => 'Custom fields',
211 // 'label.monthly_quotas' => 'Monthly quotas',
212 // 'label.type' => 'Type',
213 // 'label.type_dropdown' => 'dropdown',
214 // 'label.type_text' => 'text',
215 // 'label.required' => 'Required',
216 'label.fav_report' => 'Favorit rapport',
217 // TODO: Translate the following.
218 // 'label.cron_schedule' => 'Cron schedule',
219 // 'label.what_is_it' => 'What is it?',
220 // 'label.expense' => 'Expense',
221 // 'label.quantity' => 'Quantity',
222
223
224 // Form titles.
225 'title.login' => 'Login',
226 // TODO: Translate the following.
227 // 'title.teams' => 'Teams',
228 // 'title.create_team' => 'Creating Team',
229 // 'title.edit_team' => 'Editing Team',
230 // 'title.delete_team' => 'Deleting Team',
231 // 'title.reset_password' => 'Resetting Password',
232 // 'title.change_password' => 'Changing Password',
233 'title.time' => 'Tid',
234 // TODO: Translate the following.
235 // 'title.edit_time_record' => 'Editing Time Record',
236 // 'title.delete_time_record' => 'Deleting Time Record',
237 // 'title.expenses' => 'Expenses',
238 // 'title.edit_expense' => 'Editing Expense Item',
239 // 'title.delete_expense' => 'Deleting Expense Item',
240 // 'title.predefined_expenses' => 'Predefined Expenses',
241 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
242 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
243 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
244 // 'title.reports' => 'Reports',
245 // 'title.report' => 'Report',
246 // 'title.send_report' => 'Sending Report',
247 // 'title.invoice' => 'Invoice',
248 // 'title.send_invoice' => 'Sending Invoice',
249 // 'title.charts' => 'Charts',
250 'title.projects' => 'Projekter',
251 // TODO: Translate the following.
252 // 'title.add_project' => 'Adding Project',
253 // 'title.edit_project' => 'Editing Project',
254 // 'title.delete_project' => 'Deleting Project',
255 // 'title.tasks' => 'Tasks',
256 // 'title.add_task' => 'Adding Task',
257 // 'title.edit_task' => 'Editing Task',
258 // 'title.delete_task' => 'Deleting Task',
259 // 'title.users' => 'Users',
260 // 'title.add_user' => 'Adding User',
261 // 'title.edit_user' => 'Editing User',
262 // 'title.delete_user' => 'Deleting User',
263 // 'title.clients' => 'Clients',
264 // 'title.add_client' => 'Adding Client',
265 // 'title.edit_client' => 'Editing Client',
266 // 'title.delete_client' => 'Deleting Client',
267 // 'title.invoices' => 'Invoices',
268 // 'title.add_invoice' => 'Adding Invoice',
269 // 'title.view_invoice' => 'Viewing Invoice',
270 // 'title.delete_invoice' => 'Deleting Invoice',
271 // 'title.notifications' => 'Notifications',
272 // 'title.add_notification' => 'Adding Notification',
273 // 'title.edit_notification' => 'Editing Notification',
274 // 'title.delete_notification' => 'Deleting Notification',
275 // 'title.monthly_quotas' => 'Monthly Quotas',
276 // 'title.export' => 'Exporting Team Data',
277 // 'title.import' => 'Importing Team Data',
278 'title.options' => 'Indstillinger',
279 // TODO: Translate the following.
280 // 'title.profile' => 'Profile',
281 // 'title.cf_custom_fields' => 'Custom Fields',
282 // 'title.cf_add_custom_field' => 'Adding Custom Field',
283 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
284 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
285 // 'title.cf_dropdown_options' => 'Dropdown Options',
286 // 'title.cf_add_dropdown_option' => 'Adding Option',
287 // 'title.cf_edit_dropdown_option' => 'Editing Option',
288 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
289 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
290 // It is also a name for the Locking plugin on the Team profile page.
291 // 'title.locking' => 'Locking',
292
293 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
294 // Strings that are used in a single form must go to the specific form section.
295 // TODO: Translate the following.
296 // 'dropdown.all' => '--- all ---',
297 // 'dropdown.no' => '--- no ---',
298 // NOTE TO TRANSLATORS: dropdown.this_day does not necessarily means "today". It means a specific ("this") day selected on calendar. See Charts.
299 // TODO: Translate the following.
300 // 'dropdown.this_day' => 'this day',
301 // 'dropdown.this_week' => 'this week',
302 // 'dropdown.last_week' => 'last week',
303 // 'dropdown.this_month' => 'this month',
304 // 'dropdown.last_month' => 'last month',
305 // 'dropdown.this_year' => 'this year',
306 // 'dropdown.all_time' => 'all time',
307 'dropdown.projects' => 'projekter',
308 // TODO: Translate the following.
309 // 'dropdown.tasks' => 'tasks',
310 // 'dropdown.clients' => 'clients',
311 // 'dropdown.select' => '--- select ---',
312 // 'dropdown.select_invoice' => '--- select invoice ---',
313 'dropdown.status_active' => 'aktive',
314 // TODO: Translate the following.
315 // 'dropdown.status_inactive' => 'inactive',
316 // 'dropdown.delete'=>'delete',
317 // 'dropdown.do_not_delete'=>'do not delete',
318
319 // Login form. See example at https://timetracker.anuko.com/login.php.
320 // TODO: Translate the following.
321 // 'form.login.forgot_password' => 'Forgot password?',
322 // 'form.login.about' =>'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.',
323
324 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
325 // TODO: Translate the following.
326 // 'form.reset_password.message' => 'Password reset request sent by email.',
327 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
328 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
329
330 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
331 // TODO: Translate the following.
332 // 'form.change_password.tip' => 'Type new password and click on Save.',
333
334 // Time form. See example at https://timetracker.anuko.com/time.php.
335 // TODO: Translate the following.
336 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
337 // 'form.time.billable' => 'Billable',
338 // 'form.time.uncompleted' => 'Uncompleted',
339 // 'form.time.remaining_quota' => 'Remaining quota',
340 // 'form.time.over_quota' => 'Over quota',
341
342 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
343 // TODO: Translate the following.
344 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
345
346 // Reports form. See example at https://timetracker.anuko.com/reports.php
347 'form.reports.save_as_favorite' => 'Gem som favorit',
348 'form.reports.confirm_delete' => 'Er du sikker på at du vil slette denne favorit rapport?',
349 // TODO: Translate the following.
350 // 'form.reports.include_records' => 'Include records',
351 // 'form.reports.include_billable' => 'billable',
352 // 'form.reports.include_not_billable' => 'not billable',
353 // 'form.reports.include_invoiced' => 'invoiced',
354 // 'form.reports.include_not_invoiced' => 'not invoiced',
355 // 'form.reports.select_period' => 'Select time period',
356 // 'form.reports.set_period' => 'or set dates',
357 // 'form.reports.show_fields' => 'Show fields',
358 // 'form.reports.group_by' => 'Group by',
359 // 'form.reports.group_by_no' => '--- no grouping ---',
360 // 'form.reports.group_by_date' => 'date',
361 'form.reports.group_by_user' => 'bruger',
362 // TODO: Translate the following.
363 // 'form.reports.group_by_client' => 'client',
364 'form.reports.group_by_project' => 'projekt',
365 // TODO: Translate the following.
366 // 'form.reports.group_by_task' => 'task',
367 // 'form.reports.totals_only' => 'Totals only',
368
369 // Report form. See example at https://timetracker.anuko.com/report.php
370 // (after generating a report at https://timetracker.anuko.com/reports.php).
371 // TODO: Translate the following.
372 // 'form.report.export' => 'Export',
373
374 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
375 // (you can get to this form after generating a report).
376 // TODO: Translate the following.
377 // 'form.invoice.number' => 'Invoice number',
378 // 'form.invoice.person' => 'Person',
379 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
380 // 'form.invoice.invoice_entries' => 'Invoice entries',
381
382 // Charts form. See example at https://timetracker.anuko.com/charts.php
383 // TODO: Translate the following.
384 // 'form.charts.interval' => 'Interval',
385 // 'form.charts.chart' => 'Chart',
386
387 // Projects form. See example at https://timetracker.anuko.com/projects.php
388 // TODO: Translate the following.
389 // 'form.projects.active_projects' => 'Active Projects',
390 // 'form.projects.inactive_projects' => 'Inactive Projects',
391
392 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
393 // TODO: Translate the following.
394 // 'form.tasks.active_tasks' => 'Active Tasks',
395 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
396
397 // Users form. See example at https://timetracker.anuko.com/users.php
398 // TODO: Translate the following.
399 // 'form.users.active_users' => 'Active Users',
400 // 'form.users.inactive_users' => 'Inactive Users',
401 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
402 // 'form.users.role' => 'Role',
403 // 'form.users.manager' => 'Manager',
404 // 'form.users.comanager' => 'Co-manager',
405 // 'form.users.rate' => 'Rate',
406 // 'form.users.default_rate' => 'Default hourly rate',
407
408 // Client delete form. See example at https://timetracker.anuko.com/client_delete.php
409 // TODO: Translate the following.
410 // 'form.client.client_to_delete' => 'Client to delete',
411 // 'form.client.client_entries' => 'Client entries',
412
413 // Clients form. See example at https://timetracker.anuko.com/clients.php
414 // TODO: Translate the following.
415 // 'form.clients.active_clients' => 'Active Clients',
416 // 'form.clients.inactive_clients' => 'Inactive Clients',
417
418 // Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
419 // TODO: Translate the following.
420 // 'form.export.hint' => 'You can export all team data into an xml file. It could be useful if you are migrating data to your own server.',
421 // 'form.export.compression' => 'Compression',
422 // 'form.export.compression_none' => 'none',
423 // 'form.export.compression_bzip' => 'bzip',
424
425 // Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
426 // TODO: Translate the following.
427 // 'form.import.hint' => 'Import team data from an xml file.',
428 // 'form.import.file' => 'Select file',
429 // 'form.import.success' => 'Import completed successfully.',
430
431 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
432 // TODO: Translate the following.
433 // 'form.teams.hint' =>  'Create a new team by creating a new team manager account.<br>You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).',
434
435 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
436 // TODO: Translate the following.
437 // 'form.profile.12_hours' => '12 hours',
438 // 'form.profile.24_hours' => '24 hours',
439 // 'form.profile.tracking_mode' => 'Tracking mode',
440 // 'form.profile.mode_time' => 'time',
441 // 'form.profile.mode_projects' => 'projects',
442 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
443 // 'form.profile.record_type' => 'Record type',
444 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
445 // 'form.profile.uncompleted_indicators_none' => 'do not show',
446 // 'form.profile.uncompleted_indicators_show' => 'show',
447 // 'form.profile.type_all' => 'all',
448 // 'form.profile.type_start_finish' => 'start and finish',
449 // 'form.profile.type_duration' => 'duration',
450 // 'form.profile.plugins' => 'Plugins',
451
452 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
453 // TODO: Translate the following.
454 // 'form.mail.from' => 'From',
455 // 'form.mail.to' => 'To',
456 // 'form.mail.cc' => 'Cc',
457 // 'form.mail.subject' => 'Subject',
458 // 'form.mail.report_subject' => 'Time Tracker Report',
459 // 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
460 // 'form.mail.report_sent' => 'Report sent.',
461 // 'form.mail.invoice_sent' => 'Invoice sent.',
462
463 // Quotas configuration form.
464 // TODO: Translate the following.
465 // 'form.quota.year' => 'Year',
466 // 'form.quota.month' => 'Month',
467 // 'form.quota.quota' => 'Quota',
468 // 'form.quota.workday_hours' => 'Hours in a work day',
469 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
470
471
472 // TODO: refactoring ongoing down form here. All these below are old string, but perhaps we can reuse some of them above...
473
474 // my time form attributes
475 "form.mytime.edit_title" => 'rediger tids post',
476 "form.mytime.del_str" => 'slet tids post',
477 // Note to translators: "form.mytime.time_form" => ' (hh:mm)', // the string must be translated
478 "form.mytime.date" => 'Dato',
479 "form.mytime.project" => 'Projekt',
480 "form.mytime.activity" => 'Aktivitet',
481 "form.mytime.start" => 'Start',
482 "form.mytime.finish" => 'Slut',
483 "form.mytime.duration" => 'Varighed',
484 "form.mytime.note" => 'Notat',
485 "form.mytime.behalf" => 'dagligt arbejde for',
486 "form.mytime.daily" => 'dagligt arbejde',
487 "form.mytime.total" => 'timer i alt: ',
488 "form.mytime.th.project" => 'projekt',
489 "form.mytime.th.activity" => 'aktivitet',
490 "form.mytime.th.start" => 'start',
491 "form.mytime.th.finish" => 'slut',
492 "form.mytime.th.duration" => 'varighed',
493 "form.mytime.th.note" => 'notat',
494 "form.mytime.th.edit" => 'rediger',
495 "form.mytime.th.delete" => 'slet',
496 "form.mytime.del_yes" => 'tids post slettet',
497 "form.mytime.no_finished_rec" => 'denne post er gemt med kun en start tid. Det er ikke nødvendigvis en fejl. Du kan nu logge af.',
498 // Note to translators: the 3 strings below are missing in the translation and need to be added
499 "form.mytime.billable" => 'Fakturerbar',
500 // "form.mytime.warn_tozero_rec" => 'this time record must be deleted because this time period is locked',
501 // "form.mytime.uncompleted" => 'uncompleted',
502
503 // profile form attributes
504 // Note to translators: we need a more accurate translation of form.profile.create_title
505 "form.profile.create_title" => 'Dan ny manager konot',
506 "form.profile.edit_title" => 'Rediger profil',
507 "form.profile.name" => 'Navn',
508 "form.profile.login" => 'Login', 
509
510 // Note to translators: the strings below are missing in the translation and need to be added
511 // "form.profile.showchart" => 'show pie charts',
512 "form.profile.lang" => 'Sprog',
513 "form.profile.custom_date_format" => "Dato format",
514 "form.profile.custom_time_format" => "Tids format",
515 // "form.profile.default_format" => "(default)",
516 "form.profile.start_week" => "Første dag i ugen",
517
518 // people form attributes
519 "form.people.ppl_str" => 'Brugere',
520 "form.people.createu_str" => 'Dan ny bruger',
521 "form.people.edit_str" => 'Rediger bruger',
522 "form.people.del_str" => 'Slet bruger',
523 "form.people.th.name" => 'Navn',
524 "form.people.th.login" => 'Login', 
525 "form.people.th.role" => 'rolle',
526 "form.people.th.edit" => 'rediger',
527 "form.people.th.del" => 'slet',
528 "form.people.th.status" => 'status',
529 "form.people.th.project" => 'projekt',
530 "form.people.th.rate" => 'rate',
531 "form.people.manager" => 'manager',
532 "form.people.comanager" => 'co-manager',
533 "form.people.empl" => 'bruger',
534 "form.people.name" => 'navn',
535 "form.people.login" => 'login', 
536
537 "form.people.rate" => 'standard tidsfaktor',
538 "form.people.comanager" => 'co-manager',
539 "form.people.projects" => 'projekter',
540
541 // projects form attributes
542 "form.project.proj_title" => 'Projekter',
543 "form.project.edit_str" => 'Rediger projekter',
544 "form.project.add_str" => 'Tilføj projekt', 
545 "form.project.del_str" => 'Slet projekt',
546 "form.project.th.name" => 'Navn',
547 "form.project.th.edit" => 'Rediger',
548 "form.project.th.del" => 'Slet',
549 "form.project.name" => 'navn',
550
551 // activities form attributes
552 "form.activity.act_title" => 'Aktiviteter',
553 "form.activity.add_title" => 'Tilføj ny aktivitet', 
554 "form.activity.edit_str" => 'Rediger aktivitet',
555 "form.activity.del_str" => 'Slet aktivitet',
556 "form.activity.name" => 'Navn',
557 "form.activity.project" => 'Projekt',
558 "form.activity.th.name" => 'Navn',
559 "form.activity.th.project" => 'Projekt',
560 "form.activity.th.edit" => 'Rediger',
561 "form.activity.th.del" => 'Slet',
562
563 // report attributes
564 "form.report.title" => 'rapport',
565 "form.report.from" => 'start dato',
566 "form.report.to"=> 'slut dato',
567 "form.report.groupby_user" => 'bruger',
568 "form.report.groupby_project" => 'projekt',
569 "form.report.groupby_activity" => 'aktivitet',
570 "form.report.duration" => 'varighed',
571 "form.report.start" => 'start',
572 "form.report.activity" => 'aktivitet',
573 "form.report.show_idle" => 'Ledig tid',
574 "form.report.finish" => 'slut',
575 "form.report.note" => 'notat',
576 "form.report.project" => 'projekt',
577 "form.report.totals_only" => 'kun totaler',
578 "form.report.total" => 'timer totalt',
579 "form.report.th.empllist" => 'bruger',
580 "form.report.th.date" => 'dato',
581 "form.report.th.project" => 'projekt',
582 "form.report.th.activity" => 'aktivitet',
583 "form.report.th.start" => 'start',
584 "form.report.th.finish" => 'slut',
585 "form.report.th.duration" => 'varighed',
586 "form.report.th.note" => 'notat',
587
588 // mail form attributes
589 "form.mail.from" => 'fra',
590 "form.mail.to" => 'til',
591 "form.mail.cc" => 'cc',
592 "form.mail.subject" => 'emne',
593 "form.mail.comment" => 'komment',
594 "form.mail.above" => 'send denne rapport pr. e-mail',
595 // Note to translators: this string needs to be translated.
596 // "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
597 "form.mail.sending_str" => '<b>E-mail sendt</b>',
598
599 // invoice attributes
600 "form.invoice.title" => 'Faktura',
601 "form.invoice.caption" => 'Faktura',
602 "form.invoice.above" => 'Yderligere information om faktura',
603 "form.invoice.select_cust" => 'Vælg kunde', 
604 "form.invoice.fillform" => 'udfyld felterne',
605 "form.invoice.date" => 'dato',
606 "form.invoice.number" => 'Faktura nummer',
607 "form.invoice.tax" => 'Moms',
608 "form.invoice.comment" => 'Kommentar',
609 "form.invoice.th.username" => 'person',
610 "form.invoice.th.time" => 'timer',
611 "form.invoice.th.rate" => 'rate',
612 "form.invoice.th.summ" => 'beløb', 
613 "form.invoice.subtotal" => 'subtotal',
614 "form.invoice.customer" => 'kunde',
615 "form.invoice.mailinv_above" => 'Send denne faktura pr. e-mail',
616 "form.invoice.sending_str" => '<b>Faktura sendt</b>',
617
618 "form.migration.zip" => 'komprimering',
619 "form.migration.file" => 'Vælg fil', 
620 "form.migration.import.title" => 'import data',
621 "form.migration.import.success" => 'import gennemført', 
622 "form.migration.import.text" => 'import team data fra en xml fil',
623 "form.migration.export.title" => 'Eksport data',
624 "form.migration.export.success" => 'Eksport gennemført', 
625 "form.migration.export.text" => 'Du kan eksporterer data til en xml fil. Dette kan være praktisk, hvis du flytter til egen server.', 
626 // Note to translators: the 3 strings below are missing in the translation and must be added
627 "form.migration.compression.none" => 'Ingen',
628 "form.migration.compression.gzip" => 'gzip',
629 "form.migration.compression.bzip" => 'bzip',
630
631 "form.client.title" => 'kunder',
632 "form.client.add_title" => 'tilføj kunde', 
633 "form.client.edit_title" => 'rediger kunde',
634 "form.client.del_title" => 'slet kunde',
635 "form.client.th.name" => 'navn',
636 "form.client.th.edit" => 'rediger',
637 "form.client.th.del" => 'slet',
638 "form.client.name" => 'naavn',
639 "form.client.tax" => 'Moms',
640 "form.client.comment" => 'kommenter ',
641
642 // miscellaneous strings
643 "forward.forgot_password" => 'Glemt adgangskode?',
644 "forward.edit" => 'rediger',
645 "forward.delete" => 'slet',
646 "forward.tocsvfile" => 'exporter data til .csv fil',
647 // Note to translators:  the string below is missing in the translation and must be added
648 "forward.toxmlfile" => 'Eksport data som xml fil',
649 "forward.geninvoice" => 'Dan faktura',
650 "forward.change" => 'Konfigurer kunder',
651
652 // strings inside contols on forms
653 "controls.select.project" => '--- vælg projekt ---',
654 "controls.select.activity" => '--- vælg aktivitet ---',
655 "controls.select.client" => '---  vælg kunde---',
656 "controls.project_bind" => '--- alle ---',
657 "controls.all" => '--- alle ---',
658 "controls.notbind" => '--- ingen ---',
659 "controls.per_tm" => 'denne mеned',
660 "controls.per_lm" => 'sidste mеned',
661 "controls.per_tw" => 'denne uge',
662 "controls.per_lw" => 'sidste uge',
663 // Note to translators: the 3 strings below are missing in the translation and must be added
664 "controls.per_td" => 'I dag',
665 "controls.per_at" => 'Total tid',
666 "controls.per_ty" => 'I år',
667 "controls.sel_period" => '--- vælg tids periode ---',
668 "controls.sel_groupby" => '--- vælg gruppe ---', 
669 // Note to translators: the 3 strings below are missing in the translation and must be added
670 "controls.inc_billable" => 'Fakturerbar',
671 "controls.inc_nbillable" => 'Ikke fakturerbar',
672 // "controls.default" => '--- default ---',
673
674 // labels
675 // Note to translators: the 3 strings below are missing in the translation and must be added
676 "label.chart.title1" => 'Bruger aktiviteter',
677 "label.chart.title2" => 'Bruger projekter',
678 // "label.chart.period" => 'chart for period',
679
680 "label.pinfo" => '%s, %s',
681 "label.pinfo2" => '%s',
682 "label.pbehalf_info" => '%s %s <b>pе vegne af %s</b>',
683 "label.pminfo" => ' (manager)',
684 "label.pcminfo" => ' (co-manager)',
685 "label.painfo" => ' (administrator)',
686 "label.time_noentry" => 'ingen input',
687 "label.today" => 'I dag',
688 "label.req_fields"=> '* krævede felter', 
689 "label.sel_project" => 'vælg projekt',
690 "label.sel_activity" => 'vælg aktivtet',
691 "label.sel_tp" => 'vælg periode',
692 "label.set_tp" => 'eller vælg datoer',
693 "label.fields" => 'Vis fleter',
694 "label.group_title" => 'gruper',
695 // Note to translators: the string below is missing in the translation and must be added
696 // "label.include_title" => 'include records',
697 "label.inv_str" => 'Faktura',
698 "label.set_empl" => 'vælg brugere',
699 "label.sel_all" => 'vælg alle',
700 "label.sel_none" => 'fravælg alle', 
701 "label.or" => 'eller',
702 "label.disable" => 'disable',
703 "label.enable" => 'enable',
704 "label.filter" => 'filtrer',
705 // Note to translators: strings below are missing in the translation and must be added
706 // "label.timeweek" => 'weekly total',
707 // "label.hrs" => 'hrs',
708 // "label.errors" => 'errors',
709 // "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
710
711 // login hello text
712 "login.hello.text" => "Anuko Time Tracker er et let anvendeligt Open Source værktøj til tidsregistrering.",
713 );