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