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