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