A bit more of recycling in 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 = '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' => 'Users',
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 'error.project_exists' => 'Et prosjekt med dette navnet er allerede opprettet.',
94 // TODO: translate the following.
95 // 'error.task_exists' => 'Task with this name already exists.',
96 'error.client_exists' => 'En klient med dette navnet er allerede opprettet.',
97 // TODO: translate the following.
98 // 'error.invoice_exists' => 'Invoice with this number already exists.',
99 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
100 'error.no_login' => 'Det er ingen bruker med dette brukernavnet.',
101 // TODO: translate the following.
102 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
103 'error.upload' => 'Feil med lasting av fil.',
104 // TODO: translate the following.
105 // 'error.range_locked' => 'Date range is locked.',
106 'error.mail_send' => 'Feil ved sending av e-post.',
107 'error.no_email' => 'Det er ingen e-post knyttet til dette brukernavnet.',
108 'error.uncompleted_exists' => 'Ufullført registrering finnes allerede. Lukk eller slett den.',
109 'error.goto_uncompleted' => 'Gå til ufullført registrering.',
110 // TODO: translate the following.
111 // 'error.overlap' => 'Time interval overlaps with existing records.',
112 // 'error.future_date' => 'Date is in future.',
113
114 // Labels for buttons.
115 'button.login' => 'Innlogging',
116 'button.now' => 'Nå',
117 'button.save' => 'Lagre',
118 // TODO: translate the following.
119 // 'button.copy' => 'Copy',
120 'button.cancel' => 'Avbryt',
121 // TODO: translate the following.
122 // 'button.submit' => 'Submit',
123 'button.add_user' => 'Legg til bruker',
124 'button.add_project' => 'Legg til prosjekt',
125 // TODO: translate the following.
126 // 'button.add_task' => 'Add task',
127 'button.add_client' => 'Legg til klient',
128 // TODO: translate the following.
129 // 'button.add_invoice' => 'Add invoice',
130 // 'button.add_option' => 'Add option',
131 'button.add' => 'Legg til',
132 'button.generate' => 'Generer',
133 'button.reset_password' => 'Resett passord',
134 'button.send' => 'Send',
135 'button.send_by_email' => 'Send som e-post',
136 'button.create_team' => 'Opprett team',
137 'button.export' => 'Eksport team',
138 'button.import' => 'Importer team',
139 'button.close' => 'Lukk',
140 // TODO: translate the following.
141 // 'button.stop' => 'Stop',
142
143 // Labels for controls on forms. Labels in this section are used on multiple forms.
144 // TODO: translate the following.
145 // 'label.team_name' => 'Team name',
146 // 'label.address' => 'Address',
147 'label.currency' => 'Valuta',
148 // TODO: translate the following.
149 // 'label.manager_name' => 'Manager name',
150 // 'label.manager_login' => 'Manager login',
151 'label.person_name' => 'Navn',
152 'label.thing_name' => 'Navn',
153 'label.login' => 'Innlogging', // TODO: is this correct translation for a label?
154 'label.password' => 'Passord',
155 'label.confirm_password' => 'Bekreft passord',
156 'label.email' => 'E-post',
157 // TODO: translate the following.
158 // 'label.cc' => 'Cc',
159 // 'label.bcc' => 'Bcc',
160 'label.subject' => 'Emne',
161 'label.date' => 'Dato',
162 // TODO: translate the following.
163 // 'label.start_date' => 'Start date',
164 // 'label.end_date' => 'End date',
165 'label.user' => 'Bruker',
166 'label.users' => 'Brukere',
167 // TODO: translate the following.
168 // 'label.client' => 'Client',
169 // 'label.clients' => 'Clients',
170 // 'label.option' => 'Option',
171 // 'label.invoice' => 'Invoice',
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.day_total' => 'Day total',
187 'label.week_total' => 'Uken totalt',
188 // TODO: translate the following.
189 // 'label.month_total' => 'Month total',
190 'label.today' => 'I dag',
191 // TODO: translate the following.
192 // 'label.total_hours' => 'Total hours',
193 // 'label.total_cost' => 'Total cost',
194 // 'label.view' => 'View',
195 'label.edit' => 'Endre',
196 'label.delete' => 'Slett',
197 // TODO: translate the following.
198 // 'label.configure' => 'Configure',
199 // 'label.select_all' => 'Select all',
200 // 'label.select_none' => 'Deselect all',
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 // TODO: translate the following.
214 // 'label.subtotal' => 'Subtotal',
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.cron_schedule' => 'Cron 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' => 'Deleting Team',
259 // 'title.reset_password' => 'Resetting Password',
260 // 'title.change_password' => 'Changing Password',
261 // 'title.time' => 'Time',
262 // 'title.edit_time_record' => 'Editing Time Record',
263 // 'title.delete_time_record' => 'Deleting Time Record',
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' => 'Reports',
272 // 'title.report' => 'Report',
273 // 'title.send_report' => 'Sending Report',
274 // 'title.invoice' => 'Invoice',
275 // 'title.send_invoice' => 'Sending Invoice',
276 // 'title.charts' => 'Charts',
277 'title.projects' => 'Prosjekter',
278 'title.add_project' => 'Legg til prosjekt',
279 'title.edit_project' => 'Endre prosjekt',
280 'title.delete_project' => 'Slett prosjekt',
281 // TODO: translate the following.
282 // 'title.tasks' => 'Tasks',
283 // 'title.add_task' => 'Adding Task',
284 // 'title.edit_task' => 'Editing Task',
285 // 'title.delete_task' => 'Deleting Task',
286 // 'title.users' => 'Users',
287 // 'title.add_user' => 'Adding User',
288 // 'title.edit_user' => 'Editing User',
289 // 'title.delete_user' => 'Deleting User',
290 // 'title.clients' => 'Clients',
291 // 'title.add_client' => 'Adding Client',
292 // 'title.edit_client' => 'Editing Client',
293 // 'title.delete_client' => 'Deleting Client',
294 // 'title.invoices' => 'Invoices',
295 // 'title.add_invoice' => 'Adding Invoice',
296 // 'title.view_invoice' => 'Viewing Invoice',
297 // 'title.delete_invoice' => 'Deleting Invoice',
298 // 'title.notifications' => 'Notifications',
299 // 'title.add_notification' => 'Adding Notification',
300 // 'title.edit_notification' => 'Editing Notification',
301 // 'title.delete_notification' => 'Deleting Notification',
302 // 'title.monthly_quotas' => 'Monthly Quotas',
303 // 'title.export' => 'Exporting Team Data',
304 // 'title.import' => 'Importing Team Data',
305 // 'title.options' => 'Options',
306 'title.profile' => 'Profil',
307 // TODO: translate the following.
308 // 'title.cf_custom_fields' => 'Custom Fields',
309 // 'title.cf_add_custom_field' => 'Adding Custom Field',
310 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
311 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
312 // 'title.cf_dropdown_options' => 'Dropdown Options',
313 // 'title.cf_add_dropdown_option' => 'Adding Option',
314 // 'title.cf_edit_dropdown_option' => 'Editing Option',
315 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
316 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
317 // It is also a name for the Locking plugin on the Team profile page.
318 // 'title.locking' => 'Locking',
319 // 'title.week_view' => 'Week View',
320
321 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
322 // Strings that are used in a single form must go to the specific form section.
323 // TODO: translate the following.
324 // 'dropdown.all' => '--- all ---',
325 // 'dropdown.no' => '--- no ---',
326 // 'dropdown.current_day' => 'today',
327 // 'dropdown.previous_day' => 'yesterday',
328 // 'dropdown.selected_day' => 'day',
329 // 'dropdown.current_week' => 'this week',
330 // 'dropdown.previous_week' => 'previous week',
331 // 'dropdown.selected_week' => 'week',
332 // 'dropdown.current_month' => 'this month',
333 // 'dropdown.previous_month' => 'previous month',
334 // 'dropdown.selected_month' => 'month',
335 // 'dropdown.current_year' => 'this year',
336 // 'dropdown.previous_year' => 'previous year',
337 // 'dropdown.selected_year' => 'year',
338 // 'dropdown.all_time' => 'all time',
339 'dropdown.projects' => 'prosjekter',
340 // TODO: translate the following.
341 // 'dropdown.tasks' => 'tasks',
342 // 'dropdown.clients' => 'clients',
343 // 'dropdown.select' => '--- select ---',
344 // 'dropdown.select_invoice' => '--- select invoice ---',
345 // 'dropdown.status_active' => 'active',
346 // 'dropdown.status_inactive' => 'inactive',
347 // 'dropdown.delete'=>'delete',
348 // 'dropdown.do_not_delete'=>'do not delete',
349 // 'dropdown.paid' => 'paid',
350 // 'dropdown.not_paid' => 'not paid',
351
352 // Login form. See example at https://timetracker.anuko.com/login.php.
353 'form.login.forgot_password' => 'Glemt passordet?',
354 '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.',
355
356 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
357 // TODO: translate the following.
358 // 'form.reset_password.message' => 'Password reset request sent by email.',
359 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
360 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, 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",
361
362 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
363 // TODO: translate the following.
364 // 'form.change_password.tip' => 'Type new password and click on Save.',
365
366 // Time form. See example at https://timetracker.anuko.com/time.php.
367 // TODO: translate the following.
368 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
369 'form.time.billable' => 'Fakturerbar',
370 // TODO: translate the following.
371 // 'form.time.uncompleted' => 'Uncompleted',
372 // 'form.time.remaining_quota' => 'Remaining quota',
373 // 'form.time.over_quota' => 'Over quota',
374
375 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
376 // TODO: translate the following.
377 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
378
379 // Week view form. See example at https://timetracker.anuko.com/week.php.
380 // TODO: translate the following.
381 // 'form.week.new_entry' => 'New entry',
382
383 // Reports form. See example at https://timetracker.anuko.com/reports.php
384 'form.reports.save_as_favorite' => 'Lagre som favoritt',
385 'form.reports.confirm_delete' => 'Er du sikker på at du vil slette denne favorittrapporten?',
386 'form.reports.include_billable' => 'fakturerbar',
387 'form.reports.include_not_billable' => 'ikke fakturerbar',
388 // TODO: translate the following.
389 // 'form.reports.include_invoiced' => 'invoiced',
390 // 'form.reports.include_not_invoiced' => 'not invoiced',
391 'form.reports.select_period' => 'Velg tidsperiode',
392 'form.reports.set_period' => 'eller sett dato',
393 'form.reports.show_fields' => 'Vis feltene',
394 // 'form.reports.group_by' => 'Group by',
395 // 'form.reports.group_by_no' => '--- no grouping ---',
396 'form.reports.group_by_date' => 'dato',
397 'form.reports.group_by_user' => 'bruker',
398 // TODO: translate the following.
399 // 'form.reports.group_by_client' => 'client',
400 'form.reports.group_by_project' => 'prosjekt',
401 // TODO: translate the following.
402 // 'form.reports.group_by_task' => 'task',
403 // 'form.reports.totals_only' => 'Totals only',
404
405 // Report form. See example at https://timetracker.anuko.com/report.php
406 // (after generating a report at https://timetracker.anuko.com/reports.php).
407 // TODO: translate the following.
408 // 'form.report.export' => 'Export',
409 // 'form.report.assign_to_invoice' => 'Assign to invoice',
410
411 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
412 // (you can get to this form after generating a report).
413 // TODO: translate the following.
414 // 'form.invoice.number' => 'Invoice number',
415 // 'form.invoice.person' => 'Person',
416 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
417 // 'form.invoice.invoice_entries' => 'Invoice entries',
418 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
419
420 // Charts form. See example at https://timetracker.anuko.com/charts.php
421 // TODO: translate the following.
422 // 'form.charts.interval' => 'Interval',
423 // 'form.charts.chart' => 'Chart',
424
425 // Projects form. See example at https://timetracker.anuko.com/projects.php
426 // TODO: translate the following.
427 // 'form.projects.active_projects' => 'Active Projects',
428 // 'form.projects.inactive_projects' => 'Inactive Projects',
429
430 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
431 // TODO: translate the following.
432 // 'form.tasks.active_tasks' => 'Active Tasks',
433 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
434
435
436
437 // TODO: refactoring ongoing down from here.
438
439 // password reminder form attributes
440 "form.fpass.send_pass_subj" => 'Anuko Time Tracker passordet ditt',
441 // Note to translators: strings below need to be translated.
442 // "form.fpass.send_pass_body" => "Kjære bruker,\n\nNoen, trolig deg, 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",
443 // "form.fpass.reset_comment" => "vennligst skriv inn passordet og klikk på lagre for å resette passsordet.",
444
445 // Note to translators: the strings below must be translated
446 // // administrator form
447 // "form.admin.title" => 'administrator',
448 // "form.admin.duty_text" => '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).',
449
450 // "form.admin.profile.title" => 'team',
451 // "form.admin.profile.noprofiles" => 'databasen din er tom. logg inn som admin og opprett et nytt team.',
452 // "form.admin.profile.comment" => 'slett team',
453 // "form.admin.profile.th.id" => 'id',
454 // "form.admin.profile.th.active" => 'aktiv',
455 // "form.admin.options" => 'opsjoner',
456
457 // my time form attributes
458 // Note to translators: the 2 strings below must be translated
459 // "form.mytime.title" => 'min tid',
460 // "form.mytime.edit_title" => 'endre tidsoppføringen',
461 "form.mytime.del_str" => 'slett tids oppføringen',
462 "form.mytime.time_form" => ' (tt:mm)',
463 "form.mytime.total" => 'totalt antall timer: ',
464 // Note to translators: the strings below must be translated
465 // "form.mytime.del_yes" => 'tidsoppføringen er slettet', 
466 // "form.mytime.no_finished_rec" => 'Denne oppføringen ble lagret kun med starttid. Det er ikke en feil. Logg ut om nødvendig.',
467 // "form.mytime.warn_tozero_rec" => 'Denne oppføringen må slettes fordi tidsperioden er låst',
468 // "form.mytime.uncompleted" => 'uferdig',
469
470 // profile form attributes
471 // Note to translators: we need a more accurate translation of form.profile.create_title
472 "form.profile.create_title" => 'lag ny adminkonto',
473 "form.profile.edit_title" => 'endre profil',
474
475 // Note to translators: the strings below are missing and must be added and translated
476 // "form.profile.showchart" => 'vis kakediagram',
477
478 // people form attributes
479 "form.people.ppl_str" => 'personer',
480 "form.people.createu_str" => 'legg til ny bruker',
481 "form.people.edit_str" => 'endre bruker',
482 "form.people.del_str" => 'slett bruker',
483 "form.people.th.role" => 'rolle',
484 // Note to translators: the 2 strings below are missing and must be added and translated
485 // "form.people.th.rate" => 'timesats',
486 "form.people.rate" => 'timesats',
487
488 // report attributes
489 "form.report.title" => 'rapporter',
490 "form.report.total" => 'totalt antall timer',
491
492 // mail form attributes
493 "form.mail.from" => 'fra',
494 "form.mail.to" => 'til',
495 "form.mail.above" => 'send denne rapporten som e-post',
496 // Note to translators: the strings below must be translated
497 // "form.mail.footer_str" => 'Anuko Time Tracker is et enkelt, brukervennlig tidsregistreringssystem<br>basert på åpen kildekode. Besøk <a href="https://www.anuko.com">www.anuko.com</a> for flere opplysninger.',
498 // "form.mail.sending_str" => '<b>the message has been sent</b>',
499
500 // invoice attributes
501 "form.invoice.title" => 'faktura',
502 "form.invoice.caption" => 'faktura',
503 "form.invoice.above" => 'tilleggsinformasjon for faktura',
504 // Note to translators: the strings below are missing and must be added and translated
505 // "form.invoice.select_cust" => 'velg klient',
506 // "form.invoice.fillform" => 'fyll inn i feltene',
507 "form.invoice.number" => 'fakturanummer',
508 "form.invoice.th.username" => 'person',
509 "form.invoice.th.time" => 'timer',
510 "form.invoice.th.rate" => 'sats',
511 "form.invoice.th.summ" => 'antall',
512 "form.invoice.subtotal" => 'delsum',
513 "form.invoice.customer" => 'kommentar',
514 "form.invoice.mailinv_above" => 'send denne fakturaen som e-post',
515 // Note to translators: "form.invoice.sending_str" => '<b>invoice has been sent</b>', // the string must be translated
516
517 // Note to translators: the strings below are missing and must be added and translated
518 // "form.migration.zip" => 'komprimering',
519 // "form.migration.file" => 'velg fil',
520 // "form.migration.import.title" => 'import data',
521 // "form.migration.import.success" => 'import gjennomført vellykket',
522 // "form.migration.import.text" => 'import team data fra en xml fil',
523 // "form.migration.export.title" => 'export data',
524 // "form.migration.export.success" => 'eksport gjennomført vellykket',
525 // "form.migration.export.text" => 'du kan eksportere alle team data til en XML fil. dette kan være nyttig dersom du skal migrere data til din egen server.',
526 // "form.migration.compression.none" => 'ingen',
527 // "form.migration.compression.gzip" => 'gzip',
528 // "form.migration.compression.bzip" => 'bzip',
529
530 // "form.client.title" => 'klienter',
531 // "form.client.add_title" => 'legg til klient',
532 // "form.client.edit_title" => 'endre klient',
533 // "form.client.del_title" => 'slett klient',
534
535 // miscellaneous strings
536 "forward.tocsvfile" => 'eksporter data til en .csv fil',
537 // Note to translators: the strings below are missing and must be translated and added
538 // "forward.toxmlfile" => 'eksporter data til en .xml fil',
539 // "forward.geninvoice" => 'lag faktura',
540
541 "controls.project_bind" => '--- alle ---',
542 "controls.all" => '--- alle ---',
543 // Note to translators: the strings below are missing and must be translated and added 
544 // "controls.notbind" => '--- no ---',
545 "controls.per_tm" => 'denne måneden',
546 "controls.per_lm" => 'forrige måned',
547 "controls.per_tw" => 'denne uken',
548 "controls.per_lw" => 'forrige uke',
549 // Note to translators: the strings below are missing and must be translated and added
550 // "controls.per_td" => 'i dag',
551 // "controls.per_at" => 'all tid',
552 // "controls.per_ty" => 'dette årr',
553
554 "label.inv_str" => 'faktura',
555 "label.set_empl" => 'velg brukere',
556 // Note to translators: the strings below are missing and must be translated and added
557 // "label.sel_all" => 'velg alle',
558 // "label.sel_none" => 'velg ingen',
559 // "label.disable" => 'slå av',
560 // "label.enable" => 'slå på',
561 );