Added entity column on cf_custom_fields.php page.
[timetracker.git] / WEB-INF / resources / no.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 $i18n_language = 'Norwegian (Norsk)';
33 $i18n_months = array('Januar', 'Februar', 'Mars', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Desember');
34 $i18n_weekdays = array('Søndag', 'Mandag', 'Tirsdag', 'Onsdag', 'Torsdag', 'Fredag', 'Lørdag');
35 // TODO: check translation of $i18n_weekdays_short.
36 $i18n_weekdays_short = array('Sø', 'Ma', 'Ti', 'On', 'To', 'Fr', 'Lø');
37
38 $i18n_key_words = array(
39
40 // Menus - short selection strings that are displayed on top of application web pages.
41 // Example: https://timetracker.anuko.com (black menu on top).
42 'menu.login' => 'Innlogging',
43 'menu.logout' => 'Logg ut',
44 // TODO: translate the following.
45 // 'menu.forum' => 'Forum',
46 'menu.help' => 'Hjelp',
47 // TODO: translate the following.
48 // 'menu.register' => 'Register',
49 'menu.profile' => 'Profil',
50 // TODO: translate the following.
51 // 'menu.group' => 'Group',
52 // 'menu.plugins' => 'Plugins',
53 'menu.time' => 'Tid',
54 // TODO: translate the following.
55 // 'menu.week' => 'Week',
56 // 'menu.expenses' => 'Expenses',
57 'menu.reports' => 'Rapporter',
58 // TODO: translate the following.
59 // 'menu.timesheets' => 'Timesheets',
60 'menu.charts' => 'Diagrammer',
61 'menu.projects' => 'Prosjekter',
62 // TODO: translate the following.
63 // 'menu.tasks' => 'Tasks',
64 'menu.users' => 'Brukere',
65 // TODO: translate the following.
66 // 'menu.groups' => 'Groups',
67 // 'menu.subgroups' => 'Subgroups',
68 'menu.export' => 'Eksport',
69 'menu.clients' => 'Klienter',
70 'menu.options' => 'Opsjoner',
71
72 // Footer - strings on the bottom of most pages.
73 // TODO: translate the following.
74 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
75 // 'footer.credits' => 'Credits',
76 // 'footer.license' => 'License',
77 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
78                                      // This is a link to a webpage that describes how to contribute to the project.
79
80 // Error messages.
81 // TODO: translate the following.
82 // 'error.access_denied' => 'Access denied.',
83 // 'error.sys' => 'System error.',
84 'error.db' => 'Databasefeil.',
85 // TODO: translate the following.
86 // 'error.feature_disabled' => 'Feature is disabled.',
87 'error.field' => 'Feil "{0}" data.',
88 'error.empty' => 'Feltet "{0}" er tomt.',
89 'error.not_equal' => 'Feltet "{0}" stemmer ikke med "{1}".',
90 // TODO: translate the following.
91 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
92 'error.project' => 'Velg prosjekt.',
93 // TODO: translate the following.
94 // 'error.task' => 'Select task.',
95 'error.client' => 'Velg klient.',
96 // TODO: translate the following.
97 // 'error.report' => 'Select report.',
98 // 'error.record' => 'Select record.',
99 'error.auth' => 'Feil brukernavn eller passord.',
100 'error.user_exists' => 'Bruker med et slikt brukernavn eksisterer allerede.',
101 // TODO: translate the following.
102 // 'error.object_exists' => 'Object with this name already exists.',
103 // 'error.invoice_exists' => 'Invoice with this number already exists.',
104 // 'error.role_exists' => 'Role with this rank already exists.',
105 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
106 // 'error.no_records' => 'There are no records.',
107 'error.no_login' => 'Det er ingen bruker med dette brukernavnet.',
108 'error.no_groups' => 'Databasen din er tom. Logg inn som admin og opprett et nytt team.', // TODO: replace "team" with "group".
109 'error.upload' => 'Feil med lasting av fil.',
110 // TODO: translate the following.
111 // 'error.range_locked' => 'Date range is locked.',
112 'error.mail_send' => 'Feil ved sending av e-post.',
113 // TODO: improve the translation above by adding MAIL_SMTP_DEBUG part.
114 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
115 'error.no_email' => 'Det er ingen e-post knyttet til dette brukernavnet.',
116 'error.uncompleted_exists' => 'Ufullført registrering finnes allerede. Lukk eller slett den.',
117 'error.goto_uncompleted' => 'Gå til ufullført registrering.',
118 // TODO: translate the following.
119 // 'error.overlap' => 'Time interval overlaps with existing records.',
120 // 'error.future_date' => 'Date is in future.',
121 // 'error.xml' => 'Error in XML file at line %d: %s.',
122 // 'error.cannot_import' => 'Cannot import: %s.',
123 // 'error.format' => 'Invalid file format.',
124 // 'error.user_count' => 'Limit on user count.',
125 // 'error.expired' => 'Expiration date reached.',
126 // 'error.file_storage' => 'File storage error.',
127
128 // Warning messages.
129 // TODO: translate the following.
130 // 'warn.sure' => 'Are you sure?',
131 // 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
132
133 // Success messages.
134 // TODO: translate the following.
135 // 'msg.success' => 'Operation completed successfully.',
136
137 // Labels for buttons.
138 'button.login' => 'Innlogging',
139 'button.now' => 'Nå',
140 'button.save' => 'Lagre',
141 // TODO: translate the following.
142 // 'button.copy' => 'Copy',
143 'button.cancel' => 'Avbryt',
144 // TODO: translate the following.
145 // 'button.submit' => 'Submit',
146 'button.add' => 'Legg til',
147 'button.delete' => 'Slett',
148 'button.generate' => 'Generer',
149 'button.reset_password' => 'Resett passord',
150 'button.send' => 'Send',
151 'button.send_by_email' => 'Send som e-post',
152 'button.create_group' => 'Opprett team', // TODO: replace "team" with "group".
153 'button.export' => 'Eksport team', // TODO: replace "team" with "group".
154 'button.import' => 'Importer team', // TODO: replace "team" with "group".
155 'button.close' => 'Lukk',
156 // TODO: translate the following.
157 // 'button.stop' => 'Stop',
158 // 'button.approve' => 'Approve',
159 // 'button.disapprove' => 'Disapprove',
160
161 // Labels for controls on forms. Labels in this section are used on multiple forms.
162 // TODO: translate the following.
163 // 'label.group_name' => 'Group name',
164 // 'label.address' => 'Address',
165 'label.currency' => 'Valuta',
166 // TODO: translate the following.
167 // 'label.manager_name' => 'Manager name',
168 // 'label.manager_login' => 'Manager login',
169 'label.person_name' => 'Navn',
170 'label.thing_name' => 'Navn',
171 'label.login' => 'Innlogging', // TODO: is this correct translation for a label?
172 'label.password' => 'Passord',
173 'label.confirm_password' => 'Bekreft passord',
174 'label.email' => 'E-post',
175 // TODO: translate the following.
176 // 'label.cc' => 'Cc',
177 // 'label.bcc' => 'Bcc',
178 'label.subject' => 'Emne',
179 'label.date' => 'Dato',
180 // TODO: translate the following.
181 // 'label.start_date' => 'Start date',
182 // 'label.end_date' => 'End date',
183 'label.user' => 'Bruker',
184 'label.users' => 'Brukere',
185 // TODO: translate the following.
186 // 'label.group' => 'Group',
187 // 'label.subgroups' => 'Subgroups',
188 // 'label.roles' => 'Roles',
189 'label.client' => 'Klient',
190 'label.clients' => 'Klienter',
191 'label.option' => 'Opsjon', // TODO: is this correct?
192 'label.invoice' => 'Faktura',
193 'label.project' => 'Prosjekt',
194 'label.projects' => 'Prosjekter',
195 // TODO: translate the following.
196 // 'label.task' => 'Task',
197 // 'label.tasks' => 'Tasks',
198 // 'label.description' => 'Description',
199 'label.start' => 'Starttid',
200 'label.finish' => 'Ferdig',
201 'label.duration' => 'Varighet',
202 'label.note' => 'Notat',
203 'label.notes' => 'Notater',
204 // TODO: translate the following.
205 // 'label.item' => 'Item',
206 // 'label.cost' => 'Cost',
207 // 'label.ip' => 'IP',
208 // 'label.day_total' => 'Day total',
209 'label.week_total' => 'Uken totalt',
210 // TODO: translate the following.
211 // 'label.month_total' => 'Month total',
212 'label.today' => 'I dag',
213 // TODO: translate the following.
214 // 'label.view' => 'View',
215 'label.edit' => 'Endre',
216 'label.delete' => 'Slett',
217 // TODO: translate the following.
218 // 'label.configure' => 'Configure',
219 'label.select_all' => 'Velg alle',
220 'label.select_none' => 'Velg ingen',
221 // TODO: translate the following.
222 // 'label.day_view' => 'Day view',
223 // 'label.week_view' => 'Week view',
224 'label.id' => 'ID',
225 'label.language' => 'Språk',
226 // TODO: translate the following.
227 // 'label.decimal_mark' => 'Decimal mark',
228 'label.date_format' => 'Datoformat',
229 'label.time_format' => 'Tidsformat',
230 'label.week_start' => 'Første ukedag',
231 'label.comment' => 'Kommentar',
232 'label.status' => 'Status',
233 'label.tax' => 'MVA',
234 'label.subtotal' => 'Delsum',
235 // TODO: translate the following.
236 // 'label.total' => 'Total',
237 // 'label.client_name' => 'Client name',
238 // 'label.client_address' => 'Client address',
239 'label.or' => 'eller',
240 // TODO: translate the following.
241 // 'label.error' => 'Error',
242 'label.ldap_hint' => 'Skriv din <b>Windows login</b> og <b>passord</b> i feltene nedenfor.',
243 'label.required_fields' => '* obligatoriske felt',
244 'label.on_behalf' => 'på vegne av',
245 // TODO: translate the following.
246 // 'label.role_manager' => '(manager)',
247 // 'label.role_comanager' => '(co-manager)',
248 // 'label.role_admin' => '(administrator)',
249 // 'label.page' => 'Page',
250 // 'label.condition' => 'Condition',
251 // 'label.yes' => 'yes',
252 // 'label.no' => 'no',
253 // Labels for plugins (extensions to Time Tracker that provide additional features).
254 // TODO: translate the following.
255 // 'label.custom_fields' => 'Custom fields',
256 // 'label.monthly_quotas' => 'Monthly quotas',
257 // 'label.entity' => 'Entity',
258 // 'label.type' => 'Type',
259 // 'label.type_dropdown' => 'dropdown',
260 // 'label.type_text' => 'text',
261 // 'label.required' => 'Required',
262 'label.fav_report' => 'Favoritt rapport',
263 // TODO: translate the following.
264 // 'label.schedule' => 'Schedule',
265 // 'label.what_is_it' => 'What is it?',
266 // 'label.expense' => 'Expense',
267 // 'label.quantity' => 'Quantity',
268 // 'label.paid_status' => 'Paid status',
269 // 'label.paid' => 'Paid',
270 // 'label.mark_paid' => 'Mark paid',
271 // 'label.week_menu' => 'Week menu',
272 // 'label.week_note' => 'Week note',
273 // 'label.week_list' => 'Week list',
274 // 'label.work_units' => 'Work units',
275 // 'label.work_units_short' => 'Units',
276 // 'label.totals_only' => 'Totals only',
277 // 'label.quota' => 'Quota'
278 // 'label.timesheet' => 'Timesheet',
279 // 'label.submitted' => 'Submitted',
280 // 'label.approved' => 'Approved',
281 // 'label.approval' => 'Report approval',
282 // 'label.mark_approved' => 'Mark approved',
283 // 'label.template' => 'Template',
284 // 'label.attachments' => 'Attachments',
285 // 'label.files' => 'Files',
286 // 'label.file' => 'File',
287 // 'label.image' => 'Image',
288 // 'label.download' => 'Download',
289 // 'label.active_users' => 'Active Users',
290 // 'label.inactive_users' => 'Inactive Users',
291
292 // Entity names. We use lower case (in English) because they are used in dropdowns, too.
293 // They are used to associate a custom field with an entity type.
294 // TODO: translate the following.
295 // 'entity.time' => 'time',
296 // 'entity.user' => 'user',
297 // 'entity.project' => 'project',
298
299 // Form titles.
300 // TODO: Translate the following.
301 // 'title.error' => 'Error',
302 // 'title.success' => 'Success',
303 'title.login' => 'Innlogging',
304 // TODO: translate the following.
305 // 'title.groups' => 'Groups',
306 // 'title.subgroups' => 'Subgroups',
307 // 'title.add_group' => 'Adding Group',
308 // 'title.edit_group' => 'Editing Group',
309 'title.delete_group' => 'Slett team', // TODO: change "team" to "group".
310 // TODO: translate the following.
311 // 'title.reset_password' => 'Resetting Password',
312 // 'title.change_password' => 'Changing Password',
313 'title.time' => 'Tid',
314 'title.edit_time_record' => 'Endre tids oppføringen',
315 'title.delete_time_record' => 'Slett tids oppføringen',
316 // TODO: Translate the following.
317 // 'title.time_files' => 'Time Record Files',
318 // 'title.expenses' => 'Expenses',
319 // 'title.edit_expense' => 'Editing Expense Item',
320 // 'title.delete_expense' => 'Deleting Expense Item',
321 // 'title.predefined_expenses' => 'Predefined Expenses',
322 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
323 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
324 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
325 'title.reports' => 'Rapporter',
326 'title.report' => 'Rapport',
327 // TODO: Translate the following.
328 // 'title.send_report' => 'Sending Report',
329 // 'title.timesheets' => 'Timesheets',
330 // 'title.timesheet' => 'Timesheet',
331 // 'title.timesheet_files' => 'Timesheet Files',
332 'title.invoice' => 'Faktura',
333 // TODO: translate the following.
334 // 'title.send_invoice' => 'Sending Invoice',
335 // 'title.charts' => 'Charts',
336 'title.projects' => 'Prosjekter',
337 // TODO: translate the following.
338 // 'title.project_files' => 'Project Files',
339 'title.add_project' => 'Legg til prosjekt',
340 'title.edit_project' => 'Endre prosjekt',
341 'title.delete_project' => 'Slett prosjekt',
342 // TODO: translate the following.
343 // 'title.tasks' => 'Tasks',
344 // 'title.add_task' => 'Adding Task',
345 // 'title.edit_task' => 'Editing Task',
346 // 'title.delete_task' => 'Deleting Task',
347 'title.users' => 'Brukere',
348 'title.add_user' => 'Legg til bruker',
349 'title.edit_user' => 'Endre bruker',
350 'title.delete_user' => 'Slett bruker',
351 // TODO: translate the following.
352 // 'title.roles' => 'Roles',
353 // 'title.add_role' => 'Adding Role',
354 // 'title.edit_role' => 'Editing Role',
355 // 'title.delete_role' => 'Deleting Role',
356 'title.clients' => 'Klienter',
357 'title.add_client' => 'Legg til klient',
358 'title.edit_client' => 'Endre klient',
359 'title.delete_client' => 'Slett klient',
360 'title.invoices' => 'Fakturaer',
361 // TODO: translate the following.
362 // 'title.add_invoice' => 'Adding Invoice',
363 // 'title.view_invoice' => 'Viewing Invoice',
364 // 'title.delete_invoice' => 'Deleting Invoice',
365 // 'title.notifications' => 'Notifications',
366 // 'title.add_notification' => 'Adding Notification',
367 // 'title.edit_notification' => 'Editing Notification',
368 // 'title.delete_notification' => 'Deleting Notification',
369 // 'title.add_timesheet' => 'Adding Timesheet',
370 // 'title.edit_timesheet' => 'Editing Timesheet',
371 // 'title.delete_timesheet' => 'Deleting Timesheet',
372 // 'title.monthly_quotas' => 'Monthly Quotas',
373 // 'title.export' => 'Exporting Group Data',
374 // 'title.import' => 'Importing Group Data',
375 'title.options' => 'Opsjoner',
376 // TODO: translate the following.
377 // 'title.display_options' => 'Display Options',
378 'title.profile' => 'Profil',
379 // TODO: translate the following.
380 // 'title.plugins' => 'Plugins',
381 // 'title.cf_custom_fields' => 'Custom Fields',
382 // 'title.cf_add_custom_field' => 'Adding Custom Field',
383 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
384 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
385 // 'title.cf_dropdown_options' => 'Dropdown Options',
386 // 'title.cf_add_dropdown_option' => 'Adding Option',
387 // 'title.cf_edit_dropdown_option' => 'Editing Option',
388 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
389 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
390 // It is also a name for the Locking plugin on the group settings page.
391 // 'title.locking' => 'Locking',
392 // 'title.week_view' => 'Week View',
393 // 'title.swap_roles' => 'Swapping Roles',
394 // 'title.work_units' => 'Work Units',
395 // 'title.templates' => 'Templates',
396 // 'title.add_template' => 'Adding Template',
397 // 'title.edit_template' => 'Editing Template',
398 // 'title.delete_template' => 'Deleting Template',
399 // 'title.edit_file' => 'Editing File',
400 // 'title.delete_file' => 'Deleting File',
401 // 'title.download_file' => 'Downloading File',
402 // 'title.work' => 'Work',
403 // 'title.add_work' => 'Adding Work',
404 // 'title.edit_work' => 'Editing Work',
405 // 'title.delete_work' => 'Deleting Work',
406 // 'title.active_work' => 'Active Work', // Active work items this group outsources to other groups.
407 // 'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups.
408
409 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
410 // Strings that are used in a single form must go to the specific form section.
411 'dropdown.all' => '--- alle ---',
412 'dropdown.no' => '--- nei ---',
413 'dropdown.current_day' => 'i dag',
414 'dropdown.previous_day' => 'i går',
415 'dropdown.selected_day' => 'dag',
416 'dropdown.current_week' => 'denne uken',
417 'dropdown.previous_week' => 'forrige uke',
418 'dropdown.selected_week' => 'uke',
419 'dropdown.current_month' => 'denne måneden',
420 'dropdown.previous_month' => 'forrige måned',
421 'dropdown.selected_month' => 'måned',
422 // TODO: translate the following.
423 // 'dropdown.current_year' => 'this year',
424 // 'dropdown.previous_year' => 'previous year',
425 // 'dropdown.selected_year' => 'year',
426 // 'dropdown.all_time' => 'all time',
427 'dropdown.projects' => 'prosjekter',
428 // TODO: translate the following.
429 // 'dropdown.tasks' => 'tasks',
430 'dropdown.clients' => 'klienter',
431 // TODO: translate the following.
432 // 'dropdown.select' => '--- select ---',
433 // 'dropdown.select_invoice' => '--- select invoice ---',
434 // 'dropdown.select_timesheet' => '--- select timesheet ---',
435 'dropdown.status_active' => 'aktiv',
436 'dropdown.status_inactive' => 'inaktiv',
437 // TODO: translate the following.
438 // 'dropdown.delete' => 'delete',
439 // 'dropdown.do_not_delete' => 'do not delete',
440 // 'dropdown.approved' => 'approved',
441 // 'dropdown.not_approved' => 'not approved',
442 // 'dropdown.paid' => 'paid',
443 // 'dropdown.not_paid' => 'not paid',
444
445 // Login form. See example at https://timetracker.anuko.com/login.php.
446 'form.login.forgot_password' => 'Glemt passordet?',
447 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> er et enkelt, brukervennlig tidsregistreringssystem basert på åpen kildekode.',
448
449 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
450 // TODO: translate the following.
451 // 'form.reset_password.message' => 'Password reset request sent by email.',
452 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
453 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
454 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s 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",
455 // "IP %s" probably sounds awkward.
456 'form.reset_password.email_body' => "Kjære bruker,\n\nNoen, IP %s, bad om å få ditt Anuko Time Tracker password resatt. Vær vennlig å besøk denne lenken dersom du ønsker at passordet ditt skal resettes.\n\n%s\n\nAnuko Time Tracker er et enkelt og brukervennlig system for tidsregistrering basert på åpen kildekode. Les mer på https://www.anuko.com.\n\n",
457
458 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
459 // TODO: translate the following.
460 // 'form.change_password.tip' => 'Type new password and click on Save.',
461
462 // Time form. See example at https://timetracker.anuko.com/time.php.
463 // TODO: translate the following.
464 'form.time.duration_format' => '(tt:mm eller 0.0h)',
465 'form.time.billable' => 'Fakturerbar',
466 'form.time.uncompleted' => 'Uferdig',
467 // TODO: translate the following.
468 // 'form.time.remaining_quota' => 'Remaining quota',
469 // 'form.time.over_quota' => 'Over quota',
470 // 'form.time.remaining_balance' => 'Remaining balance',
471 // 'form.time.over_balance' => 'Over balance',
472
473 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
474 'form.time_edit.uncompleted' => 'Denne oppføringen ble lagret kun med starttid. Det er ikke en feil.',
475
476 // Week view form. See example at https://timetracker.anuko.com/week.php.
477 // TODO: translate the following.
478 // 'form.week.new_entry' => 'New entry',
479
480 // Reports form. See example at https://timetracker.anuko.com/reports.php
481 'form.reports.save_as_favorite' => 'Lagre som favoritt',
482 'form.reports.confirm_delete' => 'Er du sikker på at du vil slette denne favorittrapporten?',
483 'form.reports.include_billable' => 'fakturerbar',
484 'form.reports.include_not_billable' => 'ikke fakturerbar',
485 // TODO: translate the following.
486 // 'form.reports.include_invoiced' => 'invoiced',
487 // 'form.reports.include_not_invoiced' => 'not invoiced',
488 // 'form.reports.include_assigned' => 'assigned',
489 // 'form.reports.include_not_assigned' => 'not assigned',
490 // 'form.reports.include_pending' => 'pending',
491 'form.reports.select_period' => 'Velg tidsperiode',
492 'form.reports.set_period' => 'eller sett dato',
493 'form.reports.show_fields' => 'Vis feltene',
494 // 'form.reports.group_by' => 'Group by',
495 // 'form.reports.group_by_no' => '--- no grouping ---',
496 'form.reports.group_by_date' => 'dato',
497 'form.reports.group_by_user' => 'bruker',
498 'form.reports.group_by_client' => 'klient',
499 'form.reports.group_by_project' => 'prosjekt',
500 // TODO: translate the following.
501 // 'form.reports.group_by_task' => 'task',
502
503 // Report form. See example at https://timetracker.anuko.com/report.php
504 // (after generating a report at https://timetracker.anuko.com/reports.php).
505 'form.report.export' => 'Eksporter',
506 // TODO: translate the following.
507 // 'form.report.assign_to_invoice' => 'Assign to invoice',
508 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
509
510 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
511 // TODO: translate the following.
512 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
513 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
514
515 // Templates form. See example at https://timetracker.anuko.com/templates.php
516 // TODO: translate the following.
517 // 'form.templates.active_templates' => 'Active Templates',
518 // 'form.templates.inactive_templates' => 'Inactive Templates',
519
520 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
521 // (you can get to this form after generating a report).
522 'form.invoice.number' => 'Fakturanummer',
523 'form.invoice.person' => 'Person',
524
525 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
526 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
527 // 'form.invoice.invoice_entries' => 'Invoice entries',
528 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
529
530 // Charts form. See example at https://timetracker.anuko.com/charts.php
531 // TODO: translate the following.
532 // 'form.charts.interval' => 'Interval',
533 // 'form.charts.chart' => 'Chart',
534
535 // Projects form. See example at https://timetracker.anuko.com/projects.php
536 // TODO: translate the following.
537 // 'form.projects.active_projects' => 'Active Projects',
538 // 'form.projects.inactive_projects' => 'Inactive Projects',
539
540 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
541 // TODO: translate the following.
542 // 'form.tasks.active_tasks' => 'Active Tasks',
543 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
544
545 // Users form. See example at https://timetracker.anuko.com/users.php
546 // TODO: translate the following.
547 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
548 'form.users.role' => 'Rolle',
549 // TODO: translate the following.
550 // 'form.users.manager' => 'Manager',
551 // 'form.users.comanager' => 'Co-manager',
552 // 'form.users.rate' => 'Rate',
553 // 'form.users.default_rate' => 'Default hourly rate',
554
555 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
556 // TODO: translate the following.
557 // 'form.user_edit.swap_roles' => 'Swap roles',
558
559 // Roles form. See example at https://timetracker.anuko.com/roles.php
560 // TODO: translate the following.
561 // 'form.roles.active_roles' => 'Active Roles',
562 // 'form.roles.inactive_roles' => 'Inactive Roles',
563 // 'form.roles.rank' => 'Rank',
564 // 'form.roles.rights' => 'Rights',
565 // 'form.roles.assigned' => 'Assigned',
566 // 'form.roles.not_assigned' => 'Not assigned',
567
568 // Clients form. See example at https://timetracker.anuko.com/clients.php
569 // TODO: translate the following.
570 // 'form.clients.active_clients' => 'Active Clients',
571 // 'form.clients.inactive_clients' => 'Inactive Clients',
572
573 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
574 // TODO: translate the following.
575 // 'form.client.client_to_delete' => 'Client to delete',
576 // 'form.client.client_entries' => 'Client entries',
577
578 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
579 // TODO: replace "team" with "group" in the string below.
580 'form.export.hint' => 'Du kan eksportere alle team data til en XML fil. Dette kan være nyttig dersom du skal migrere data til din egen server.',
581 'form.export.compression' => 'Komprimering',
582 'form.export.compression_none' => 'ingen',
583 'form.export.compression_bzip' => 'bzip',
584
585 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
586 'form.import.hint' => 'Import team data fra en xml fil.', // TODO: replace "team" with "group".
587 'form.import.file' => 'Velg fil',
588 'form.import.success' => 'Import gjennomført vellykket.',
589
590 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
591 // TODO: replace "team" with "group" in the string below (3 places).
592 'form.groups.hint' => 'Opprett et nytt team ved å opprette en ny team manager konto.<br>Du kan også importere team data fra en xml fil fra en annen Anuko Time Tracker server (ingen login kollisjoner er tillatt).',
593
594 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
595 // TODO: translate the following.
596 // 'form.group_edit.12_hours' => '12 hours',
597 // 'form.group_edit.24_hours' => '24 hours',
598 // 'form.group_edit.display_options' => 'Display options',
599 // 'form.group_edit.holidays' => 'Holidays',
600 // 'form.group_edit.tracking_mode' => 'Tracking mode',
601 // 'form.group_edit.mode_time' => 'time',
602 // 'form.group_edit.mode_projects' => 'projects',
603 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
604 // 'form.group_edit.record_type' => 'Record type',
605 // 'form.group_edit.type_all' => 'all',
606 // 'form.group_edit.type_start_finish' => 'start and finish',
607 // 'form.group_edit.type_duration' => 'duration',
608 // 'form.group_edit.punch_mode' => 'Punch mode',
609 // 'form.group_edit.allow_overlap' => 'Allow overlap',
610 // 'form.group_edit.future_entries' => 'Future entries',
611 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
612 // 'form.group_edit.confirm_save' => 'Confirm saving',
613 // 'form.group_edit.allow_ip' => 'Allow IP',
614 // 'form.group_edit.advanced_settings' => 'Advanced settings',
615
616 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
617 // TODO: translate the following.
618 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
619
620 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
621 'form.mail.from' => 'Fra',
622 'form.mail.to' => 'Til',
623 // TODO: translate the following.
624 // 'form.mail.report_subject' => 'Time Tracker Report',
625 // '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.',
626 // 'form.mail.report_sent' => 'Report sent.',
627 // 'form.mail.invoice_sent' => 'Invoice sent.',
628
629 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
630 // TODO: translate the following.
631 // 'form.quota.year' => 'Year',
632 // 'form.quota.month' => 'Month',
633 // 'form.quota.workday_hours' => 'Hours in work day',
634 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
635
636 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
637 // TODO: translate the following.
638 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
639 // 'form.swap.swap_with' => 'Swap roles with',
640
641 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
642 // TODO: translate the following.
643 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
644 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
645
646 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
647 // TODO: translate the following.
648 // 'role.user.label' => 'User',
649 // 'role.user.low_case_label' => 'user',
650 // 'role.user.description' => 'A regular member without management rights.',
651 // 'role.client.label' => 'Client',
652 // 'role.client.low_case_label' => 'client',
653 // 'role.client.description' => 'A client can view its own data.',
654 // 'role.supervisor.label' => 'Supervisor',
655 // 'role.supervisor.low_case_label' => 'supervisor',
656 // 'role.supervisor.description' => 'A person with a small set of management rights.',
657 // 'role.comanager.label' => 'Co-manager',
658 // 'role.comanager.low_case_label' => 'co-manager',
659 // 'role.comanager.description' => 'A person with a big set of management functions.',
660 // 'role.manager.label' => 'Manager',
661 // 'role.manager.low_case_label' => 'manager',
662 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
663 // 'role.top_manager.label' => 'Top manager',
664 // 'role.top_manager.low_case_label' => 'top manager',
665 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
666 // 'role.admin.label' => 'Administrator',
667 // 'role.admin.low_case_label' => 'administrator',
668 // 'role.admin.description' => 'Site adminsitrator.',
669
670 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
671 // TODO: translate the following.
672 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
673 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
674 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
675 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
676 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
677 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
678
679 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
680 // TODO: translate the following.
681 // 'form.display_options.menu' => 'Menu',
682 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
683 );