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