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