Introduced menu.group into translation files.
[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 // format mm/dd
38 $i18n_holidays = array('01/01', '04/05', '04/09', '04/10', '04/12', '04/13', '05/01', '05/17', '05/21', '05/31', '06/01', '12/25', '12/26');
39
40 $i18n_key_words = array(
41
42 // Menus - short selection strings that are displayed on top of application web pages.
43 // Example: https://timetracker.anuko.com (black menu on top).
44 'menu.login' => 'Innlogging',
45 'menu.logout' => 'Logg ut',
46 // TODO: translate the following.
47 // 'menu.forum' => 'Forum',
48 'menu.help' => 'Hjelp',
49 // TODO: translate the following.
50 // 'menu.create_team' => 'Create Team',
51 'menu.profile' => 'Profil',
52 // TODO: translate the following.
53 // 'menu.group' => 'Group',
54 'menu.time' => 'Tid',
55 // TODO: translate the following.
56 // 'menu.expenses' => 'Expenses',
57 'menu.reports' => 'Rapporter',
58 'menu.charts' => 'Diagrammer',
59 'menu.projects' => 'Prosjekter',
60 // TODO: translate the following.
61 // 'menu.tasks' => 'Tasks',
62 'menu.users' => 'Brukere',
63 // 'menu.teams' => 'Teams',
64 'menu.export' => 'Eksport',
65 'menu.clients' => 'Klienter',
66 'menu.options' => 'Opsjoner',
67
68 // Footer - strings on the bottom of most pages.
69 // TODO: translate the following.
70 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
71 // 'footer.credits' => 'Credits',
72 // 'footer.license' => 'License',
73 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
74                                      // This is a link to a webpage that describes how to contribute to the project.
75
76 // Error messages.
77 // TODO: translate the following.
78 // 'error.access_denied' => 'Access denied.',
79 // 'error.sys' => 'System error.',
80 'error.db' => 'Databasefeil.',
81 // TODO: translate the following.
82 // 'error.feature_disabled' => 'Feature is disabled.',
83 'error.field' => 'Feil "{0}" data.',
84 'error.empty' => 'Feltet "{0}" er tomt.',
85 'error.not_equal' => 'Feltet "{0}" stemmer ikke med "{1}".',
86 // TODO: translate the following.
87 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
88 'error.project' => 'Velg prosjekt.',
89 // TODO: translate the following.
90 // 'error.task' => 'Select task.',
91 'error.client' => 'Velg klient.',
92 // TODO: translate the following.
93 // 'error.report' => 'Select report.',
94 // 'error.record' => 'Select record.',
95 'error.auth' => 'Feil brukernavn eller passord.',
96 'error.user_exists' => 'Bruker med et slikt brukernavn eksisterer allerede.',
97 // TODO: translate the following.
98 // 'error.object_exists' => 'Object with this name already exists.',
99 'error.project_exists' => 'Et prosjekt med dette navnet er allerede opprettet.',
100 // TODO: translate the following.
101 // 'error.task_exists' => 'Task with this name already exists.',
102 'error.client_exists' => 'En klient med dette navnet er allerede opprettet.',
103 // TODO: translate the following.
104 // 'error.invoice_exists' => 'Invoice with this number already exists.',
105 // 'error.role_exists' => 'Role with this rank already exists.',
106 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
107 'error.no_login' => 'Det er ingen bruker med dette brukernavnet.',
108 'error.no_teams' => 'Databasen din er tom. Logg inn som admin og opprett et nytt team.',
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 'error.no_email' => 'Det er ingen e-post knyttet til dette brukernavnet.',
114 'error.uncompleted_exists' => 'Ufullført registrering finnes allerede. Lukk eller slett den.',
115 'error.goto_uncompleted' => 'Gå til ufullført registrering.',
116 // TODO: translate the following.
117 // 'error.overlap' => 'Time interval overlaps with existing records.',
118 // 'error.future_date' => 'Date is in future.',
119
120 // Labels for buttons.
121 'button.login' => 'Innlogging',
122 'button.now' => 'Nå',
123 'button.save' => 'Lagre',
124 // TODO: translate the following.
125 // 'button.copy' => 'Copy',
126 'button.cancel' => 'Avbryt',
127 // TODO: translate the following.
128 // 'button.submit' => 'Submit',
129 'button.add' => 'Legg til',
130 'button.delete' => 'Slett',
131 'button.generate' => 'Generer',
132 'button.reset_password' => 'Resett passord',
133 'button.send' => 'Send',
134 'button.send_by_email' => 'Send som e-post',
135 'button.create_team' => 'Opprett team',
136 'button.export' => 'Eksport team',
137 'button.import' => 'Importer team',
138 'button.close' => 'Lukk',
139 // TODO: translate the following.
140 // 'button.stop' => 'Stop',
141
142 // Labels for controls on forms. Labels in this section are used on multiple forms.
143 // TODO: translate the following.
144 // 'label.team_name' => 'Team name',
145 // 'label.address' => 'Address',
146 'label.currency' => 'Valuta',
147 // TODO: translate the following.
148 // 'label.manager_name' => 'Manager name',
149 // 'label.manager_login' => 'Manager login',
150 'label.person_name' => 'Navn',
151 'label.thing_name' => 'Navn',
152 'label.login' => 'Innlogging', // TODO: is this correct translation for a label?
153 'label.password' => 'Passord',
154 'label.confirm_password' => 'Bekreft passord',
155 'label.email' => 'E-post',
156 // TODO: translate the following.
157 // 'label.cc' => 'Cc',
158 // 'label.bcc' => 'Bcc',
159 'label.subject' => 'Emne',
160 'label.date' => 'Dato',
161 // TODO: translate the following.
162 // 'label.start_date' => 'Start date',
163 // 'label.end_date' => 'End date',
164 'label.user' => 'Bruker',
165 'label.users' => 'Brukere',
166 // TODO: translate the following.
167 // 'label.roles' => 'Roles',
168 'label.client' => 'Klient',
169 'label.clients' => 'Klienter',
170 'label.option' => 'Opsjon', // TODO: is this correct?
171 'label.invoice' => 'Faktura',
172 'label.project' => 'Prosjekt',
173 'label.projects' => 'Prosjekter',
174 // TODO: translate the following.
175 // 'label.task' => 'Task',
176 // 'label.tasks' => 'Tasks',
177 // 'label.description' => 'Description',
178 'label.start' => 'Starttid',
179 'label.finish' => 'Ferdig',
180 'label.duration' => 'Varighet',
181 'label.note' => 'Notat',
182 'label.notes' => 'Notater',
183 // TODO: translate the following.
184 // 'label.item' => 'Item',
185 // 'label.cost' => 'Cost',
186 // 'label.ip' => 'IP',
187 // 'label.day_total' => 'Day total',
188 'label.week_total' => 'Uken totalt',
189 // TODO: translate the following.
190 // 'label.month_total' => 'Month total',
191 'label.today' => 'I dag',
192 // TODO: translate the following.
193 // 'label.view' => 'View',
194 'label.edit' => 'Endre',
195 'label.delete' => 'Slett',
196 // TODO: translate the following.
197 // 'label.configure' => 'Configure',
198 'label.select_all' => 'Velg alle',
199 'label.select_none' => 'Velg ingen',
200 // TODO: translate the following.
201 // 'label.day_view' => 'Day view',
202 // 'label.week_view' => 'Week view',
203 'label.id' => 'ID',
204 'label.language' => 'Språk',
205 // TODO: translate the following.
206 // 'label.decimal_mark' => 'Decimal mark',
207 'label.date_format' => 'Datoformat',
208 'label.time_format' => 'Tidsformat',
209 'label.week_start' => 'Første ukedag',
210 'label.comment' => 'Kommentar',
211 'label.status' => 'Status',
212 'label.tax' => 'MVA',
213 'label.subtotal' => 'Delsum',
214 // TODO: translate the following.
215 // 'label.total' => 'Total',
216 // 'label.client_name' => 'Client name',
217 // 'label.client_address' => 'Client address',
218 'label.or' => 'eller',
219 // TODO: translate the following.
220 // 'label.error' => 'Error',
221 'label.ldap_hint' => 'Skriv din <b>Windows login</b> og <b>passord</b> i feltene nedenfor.',
222 'label.required_fields' => '* obligatoriske felt',
223 'label.on_behalf' => 'på vegne av',
224 // TODO: translate the following.
225 // 'label.role_manager' => '(manager)',
226 // 'label.role_comanager' => '(co-manager)',
227 // 'label.role_admin' => '(administrator)',
228 // 'label.page' => 'Page',
229 // 'label.condition' => 'Condition',
230 // 'label.yes' => 'yes',
231 // 'label.no' => 'no',
232 // Labels for plugins (extensions to Time Tracker that provide additional features).
233 // TODO: translate the following.
234 // 'label.custom_fields' => 'Custom fields',
235 // 'label.monthly_quotas' => 'Monthly quotas',
236 // 'label.type' => 'Type',
237 // 'label.type_dropdown' => 'dropdown',
238 // 'label.type_text' => 'text',
239 // 'label.required' => 'Required',
240 'label.fav_report' => 'Favoritt rapport',
241 // TODO: translate the following.
242 // 'label.schedule' => 'Schedule',
243 // 'label.what_is_it' => 'What is it?',
244 // 'label.expense' => 'Expense',
245 // 'label.quantity' => 'Quantity',
246 // 'label.paid_status' => 'Paid status',
247 // 'label.paid' => 'Paid',
248 // 'label.mark_paid' => 'Mark paid',
249 // 'label.week_note' => 'Week note',
250 // 'label.week_list' => 'Week list',
251
252 // Form titles.
253 'title.login' => 'Innlogging',
254 // TODO: translate the following.
255 // 'title.teams' => 'Teams',
256 // 'title.create_team' => 'Creating Team',
257 // 'title.edit_team' => 'Editing Team',
258 'title.delete_team' => 'Slett team',
259 // TODO: translate the following.
260 // 'title.reset_password' => 'Resetting Password',
261 // 'title.change_password' => 'Changing Password',
262 'title.time' => 'Tid',
263 'title.edit_time_record' => 'Endre tids oppføringen',
264 'title.delete_time_record' => 'Slett tids oppføringen',
265 // TODO: translate the following.
266 // 'title.expenses' => 'Expenses',
267 // 'title.edit_expense' => 'Editing Expense Item',
268 // 'title.delete_expense' => 'Deleting Expense Item',
269 // 'title.predefined_expenses' => 'Predefined Expenses',
270 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
271 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
272 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
273 'title.reports' => 'Rapporter',
274 'title.report' => 'Rapport',
275 // 'title.send_report' => 'Sending Report',
276 'title.invoice' => 'Faktura',
277 // TODO: translate the following.
278 // 'title.send_invoice' => 'Sending Invoice',
279 // 'title.charts' => 'Charts',
280 'title.projects' => 'Prosjekter',
281 'title.add_project' => 'Legg til prosjekt',
282 'title.edit_project' => 'Endre prosjekt',
283 'title.delete_project' => 'Slett prosjekt',
284 // TODO: translate the following.
285 // 'title.tasks' => 'Tasks',
286 // 'title.add_task' => 'Adding Task',
287 // 'title.edit_task' => 'Editing Task',
288 // 'title.delete_task' => 'Deleting Task',
289 'title.users' => 'Brukere',
290 'title.add_user' => 'Legg til bruker',
291 'title.edit_user' => 'Endre bruker',
292 'title.delete_user' => 'Slett bruker',
293 // TODO: translate the following.
294 // 'title.roles' => 'Roles',
295 // 'title.add_role' => 'Adding Role',
296 // 'title.edit_role' => 'Editing Role',
297 // 'title.delete_role' => 'Deleting Role',
298 'title.clients' => 'Klienter',
299 'title.add_client' => 'Legg til klient',
300 'title.edit_client' => 'Endre klient',
301 'title.delete_client' => 'Slett klient',
302 'title.invoices' => 'Fakturaer',
303 // TODO: translate the following.
304 // 'title.add_invoice' => 'Adding Invoice',
305 // 'title.view_invoice' => 'Viewing Invoice',
306 // 'title.delete_invoice' => 'Deleting Invoice',
307 // 'title.notifications' => 'Notifications',
308 // 'title.add_notification' => 'Adding Notification',
309 // 'title.edit_notification' => 'Editing Notification',
310 // 'title.delete_notification' => 'Deleting Notification',
311 // 'title.monthly_quotas' => 'Monthly Quotas',
312 // 'title.export' => 'Exporting Team Data',
313 // 'title.import' => 'Importing Team Data',
314 'title.options' => 'Opsjoner',
315 'title.profile' => 'Profil',
316 // TODO: translate the following.
317 // 'title.cf_custom_fields' => 'Custom Fields',
318 // 'title.cf_add_custom_field' => 'Adding Custom Field',
319 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
320 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
321 // 'title.cf_dropdown_options' => 'Dropdown Options',
322 // 'title.cf_add_dropdown_option' => 'Adding Option',
323 // 'title.cf_edit_dropdown_option' => 'Editing Option',
324 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
325 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
326 // It is also a name for the Locking plugin on the Team profile page.
327 // 'title.locking' => 'Locking',
328 // 'title.week_view' => 'Week View',
329 // 'title.swap_roles' => 'Swapping Roles',
330
331 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
332 // Strings that are used in a single form must go to the specific form section.
333 'dropdown.all' => '--- alle ---',
334 'dropdown.no' => '--- nei ---',
335 'dropdown.current_day' => 'i dag',
336 'dropdown.previous_day' => 'i går',
337 'dropdown.selected_day' => 'dag',
338 'dropdown.current_week' => 'denne uken',
339 'dropdown.previous_week' => 'forrige uke',
340 'dropdown.selected_week' => 'uke',
341 'dropdown.current_month' => 'denne måneden',
342 'dropdown.previous_month' => 'forrige måned',
343 'dropdown.selected_month' => 'måned',
344 // TODO: translate the following.
345 // 'dropdown.current_year' => 'this year',
346 // 'dropdown.previous_year' => 'previous year',
347 // 'dropdown.selected_year' => 'year',
348 // 'dropdown.all_time' => 'all time',
349 'dropdown.projects' => 'prosjekter',
350 // TODO: translate the following.
351 // 'dropdown.tasks' => 'tasks',
352 'dropdown.clients' => 'klienter',
353 // TODO: translate the following.
354 // 'dropdown.select' => '--- select ---',
355 // 'dropdown.select_invoice' => '--- select invoice ---',
356 'dropdown.status_active' => 'aktiv',
357 'dropdown.status_inactive' => 'inaktiv',
358 // TODO: translate the following.
359 // 'dropdown.delete' => 'delete',
360 // 'dropdown.do_not_delete' => 'do not delete',
361 // 'dropdown.paid' => 'paid',
362 // 'dropdown.not_paid' => 'not paid',
363
364 // Login form. See example at https://timetracker.anuko.com/login.php.
365 'form.login.forgot_password' => 'Glemt passordet?',
366 '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.',
367
368 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
369 // TODO: translate the following.
370 // 'form.reset_password.message' => 'Password reset request sent by email.',
371 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
372 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
373 // '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",
374 // "IP %s" probably sounds awkward.
375 '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",
376
377 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
378 // TODO: translate the following.
379 // 'form.change_password.tip' => 'Type new password and click on Save.',
380
381 // Time form. See example at https://timetracker.anuko.com/time.php.
382 // TODO: translate the following.
383 'form.time.duration_format' => '(tt:mm eller 0.0h)',
384 'form.time.billable' => 'Fakturerbar',
385 'form.time.uncompleted' => 'Uferdig',
386 // TODO: translate the following.
387 // 'form.time.remaining_quota' => 'Remaining quota',
388 // 'form.time.over_quota' => 'Over quota',
389
390 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
391 'form.time_edit.uncompleted' => 'Denne oppføringen ble lagret kun med starttid. Det er ikke en feil.',
392
393 // Week view form. See example at https://timetracker.anuko.com/week.php.
394 // TODO: translate the following.
395 // 'form.week.new_entry' => 'New entry',
396
397 // Reports form. See example at https://timetracker.anuko.com/reports.php
398 'form.reports.save_as_favorite' => 'Lagre som favoritt',
399 'form.reports.confirm_delete' => 'Er du sikker på at du vil slette denne favorittrapporten?',
400 'form.reports.include_billable' => 'fakturerbar',
401 'form.reports.include_not_billable' => 'ikke fakturerbar',
402 // TODO: translate the following.
403 // 'form.reports.include_invoiced' => 'invoiced',
404 // 'form.reports.include_not_invoiced' => 'not invoiced',
405 'form.reports.select_period' => 'Velg tidsperiode',
406 'form.reports.set_period' => 'eller sett dato',
407 'form.reports.show_fields' => 'Vis feltene',
408 // 'form.reports.group_by' => 'Group by',
409 // 'form.reports.group_by_no' => '--- no grouping ---',
410 'form.reports.group_by_date' => 'dato',
411 'form.reports.group_by_user' => 'bruker',
412 'form.reports.group_by_client' => 'klient',
413 'form.reports.group_by_project' => 'prosjekt',
414 // TODO: translate the following.
415 // 'form.reports.group_by_task' => 'task',
416 // 'form.reports.totals_only' => 'Totals only',
417
418 // Report form. See example at https://timetracker.anuko.com/report.php
419 // (after generating a report at https://timetracker.anuko.com/reports.php).
420 'form.report.export' => 'Eksporter',
421 // TODO: translate the following.
422 // 'form.report.assign_to_invoice' => 'Assign to invoice',
423
424 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
425 // (you can get to this form after generating a report).
426 'form.invoice.number' => 'Fakturanummer',
427 'form.invoice.person' => 'Person',
428
429 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
430 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
431 // 'form.invoice.invoice_entries' => 'Invoice entries',
432 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
433
434 // Charts form. See example at https://timetracker.anuko.com/charts.php
435 // TODO: translate the following.
436 // 'form.charts.interval' => 'Interval',
437 // 'form.charts.chart' => 'Chart',
438
439 // Projects form. See example at https://timetracker.anuko.com/projects.php
440 // TODO: translate the following.
441 // 'form.projects.active_projects' => 'Active Projects',
442 // 'form.projects.inactive_projects' => 'Inactive Projects',
443
444 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
445 // TODO: translate the following.
446 // 'form.tasks.active_tasks' => 'Active Tasks',
447 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
448
449 // Users form. See example at https://timetracker.anuko.com/users.php
450 // TODO: translate the following.
451 // 'form.users.active_users' => 'Active Users',
452 // 'form.users.inactive_users' => 'Inactive Users',
453 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
454 'form.users.role' => 'Rolle',
455 // TODO: translate the following.
456 // 'form.users.manager' => 'Manager',
457 // 'form.users.comanager' => 'Co-manager',
458 // 'form.users.rate' => 'Rate',
459 // 'form.users.default_rate' => 'Default hourly rate',
460
461 // Roles form. See example at https://timetracker.anuko.com/roles.php
462 // TODO: translate the following.
463 // 'form.roles.active_roles' => 'Active Roles',
464 // 'form.roles.inactive_roles' => 'Inactive Roles',
465 // 'form.roles.rank' => 'Rank',
466 // 'form.roles.rights' => 'Rights',
467 // 'form.roles.assigned' => 'Assigned',
468 // 'form.roles.not_assigned' => 'Not assigned',
469
470 // Clients form. See example at https://timetracker.anuko.com/clients.php
471 // TODO: translate the following.
472 // 'form.clients.active_clients' => 'Active Clients',
473 // 'form.clients.inactive_clients' => 'Inactive Clients',
474
475 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
476 // TODO: translate the following.
477 // 'form.client.client_to_delete' => 'Client to delete',
478 // 'form.client.client_entries' => 'Client entries',
479
480 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
481 '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.',
482 'form.export.compression' => 'Komprimering',
483 'form.export.compression_none' => 'ingen',
484 'form.export.compression_bzip' => 'bzip',
485
486 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
487 'form.import.hint' => 'Import team data fra en xml fil.',
488 'form.import.file' => 'Velg fil',
489 'form.import.success' => 'Import gjennomført vellykket.',
490
491 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
492 'form.teams.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).',
493
494 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
495 // TODO: translate the following.
496 // 'form.profile.swap_roles' => 'Swap roles',
497 // 'form.profile.12_hours' => '12 hours',
498 // 'form.profile.24_hours' => '24 hours',
499 // 'form.profile.show_holidays' => 'Show holidays',
500 // 'form.profile.tracking_mode' => 'Tracking mode',
501 // 'form.profile.mode_time' => 'time',
502 // 'form.profile.mode_projects' => 'projects',
503 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
504 // 'form.profile.record_type' => 'Record type',
505 // 'form.profile.type_all' => 'all',
506 // 'form.profile.type_start_finish' => 'start and finish',
507 // 'form.profile.type_duration' => 'duration',
508 // 'form.profile.punch_mode' => 'Punch mode',
509 // 'form.profile.allow_overlap' => 'Allow overlap',
510 // 'form.profile.future_entries' => 'Future entries',
511 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
512 // 'form.profile.plugins' => 'Plugins',
513
514 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
515 'form.mail.from' => 'Fra',
516 'form.mail.to' => 'Til',
517 // TODO: translate the following.
518 // 'form.mail.report_subject' => 'Time Tracker Report',
519 // '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.',
520 // 'form.mail.report_sent' => 'Report sent.',
521 // 'form.mail.invoice_sent' => 'Invoice sent.',
522
523 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
524 // TODO: translate the following.
525 // 'form.quota.year' => 'Year',
526 // 'form.quota.month' => 'Month',
527 // 'form.quota.quota' => 'Quota',
528 // 'form.quota.workday_hours' => 'Hours in work day',
529 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
530
531 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
532 // TODO: translate the following.
533 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
534 // 'form.swap.swap_with' => 'Swap roles with',
535
536 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
537 // TODO: translate the following.
538 // 'role.user.label' => 'User',
539 // 'role.user.low_case_label' => 'user',
540 // 'role.user.description' => 'A regular member without management rights.',
541 // 'role.client.label' => 'Client',
542 // 'role.client.low_case_label' => 'client',
543 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
544 // 'role.supervisor.label' => 'Supervisor',
545 // 'role.supervisor.low_case_label' => 'supervisor',
546 // 'role.supervisor.description' => 'A person with a small set of management rights.',
547 // 'role.comanager.label' => 'Co-manager',
548 // 'role.comanager.low_case_label' => 'co-manager',
549 // 'role.comanager.description' => 'A person with a big set of management functions.',
550 // 'role.manager.label' => 'Manager',
551 // 'role.manager.low_case_label' => 'manager',
552 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
553 // 'role.top_manager.label' => 'Top manager',
554 // 'role.top_manager.low_case_label' => 'top manager',
555 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
556 // 'role.admin.label' => 'Administrator',
557 // 'role.admin.low_case_label' => 'administrator',
558 // 'role.admin.description' => 'Site adminsitrator.',
559 );