Finished refactoring Chinese Traditional translation.
[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' => '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 '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 'label.client' => 'Klient',
168 'label.clients' => 'Klienter',
169 'label.option' => 'Opsjon', // TODO: is this correct?
170 'label.invoice' => 'Faktura',
171 'label.project' => 'Prosjekt',
172 'label.projects' => 'Prosjekter',
173 // TODO: translate the following.
174 // 'label.task' => 'Task',
175 // 'label.tasks' => 'Tasks',
176 // 'label.description' => 'Description',
177 'label.start' => 'Starttid',
178 'label.finish' => 'Ferdig',
179 'label.duration' => 'Varighet',
180 'label.note' => 'Notat',
181 'label.notes' => 'Notater',
182 // TODO: translate the following.
183 // 'label.item' => 'Item',
184 // 'label.cost' => 'Cost',
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.cron_schedule' => 'Cron 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' => 'Deleting Team',
257 // 'title.reset_password' => 'Resetting Password',
258 // 'title.change_password' => 'Changing Password',
259 // 'title.time' => 'Time',
260 // 'title.edit_time_record' => 'Editing Time Record',
261 // 'title.delete_time_record' => 'Deleting Time Record',
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 'title.clients' => 'Klienter',
290 'title.add_client' => 'Legg til klient',
291 'title.edit_client' => 'Endre klient',
292 'title.delete_client' => 'Slett klient',
293 'title.invoices' => 'Fakturaer',
294 // TODO: translate the following.
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' => 'Opsjoner',
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 'dropdown.all' => '--- alle ---',
324 'dropdown.no' => '--- nei ---',
325 'dropdown.current_day' => 'i dag',
326 'dropdown.previous_day' => 'i går',
327 'dropdown.selected_day' => 'dag',
328 'dropdown.current_week' => 'denne uken',
329 'dropdown.previous_week' => 'forrige uke',
330 'dropdown.selected_week' => 'uke',
331 'dropdown.current_month' => 'denne måneden',
332 'dropdown.previous_month' => 'forrige måned',
333 'dropdown.selected_month' => 'måned',
334 // TODO: translate the following.
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' => 'klienter',
343 // TODO: translate the following.
344 // 'dropdown.select' => '--- select ---',
345 // 'dropdown.select_invoice' => '--- select invoice ---',
346 // 'dropdown.status_active' => 'active',
347 // 'dropdown.status_inactive' => 'inactive',
348 // 'dropdown.delete' => 'delete',
349 // 'dropdown.do_not_delete' => 'do not delete',
350 // 'dropdown.paid' => 'paid',
351 // 'dropdown.not_paid' => 'not paid',
352
353 // Login form. See example at https://timetracker.anuko.com/login.php.
354 'form.login.forgot_password' => 'Glemt passordet?',
355 '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.',
356
357 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
358 // TODO: translate the following.
359 // 'form.reset_password.message' => 'Password reset request sent by email.',
360 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
361 'form.reset_password.email_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",
362
363 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
364 // TODO: translate the following.
365 // 'form.change_password.tip' => 'Type new password and click on Save.',
366
367 // Time form. See example at https://timetracker.anuko.com/time.php.
368 // TODO: translate the following.
369 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
370 'form.time.billable' => 'Fakturerbar',
371 'form.time.uncompleted' => 'Uferdig',
372 // TODO: translate the following.
373 // 'form.time.remaining_quota' => 'Remaining quota',
374 // 'form.time.over_quota' => 'Over quota',
375
376 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
377 // TODO: translate the following.
378 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
379
380 // Week view form. See example at https://timetracker.anuko.com/week.php.
381 // TODO: translate the following.
382 // 'form.week.new_entry' => 'New entry',
383
384 // Reports form. See example at https://timetracker.anuko.com/reports.php
385 'form.reports.save_as_favorite' => 'Lagre som favoritt',
386 'form.reports.confirm_delete' => 'Er du sikker på at du vil slette denne favorittrapporten?',
387 'form.reports.include_billable' => 'fakturerbar',
388 'form.reports.include_not_billable' => 'ikke fakturerbar',
389 // TODO: translate the following.
390 // 'form.reports.include_invoiced' => 'invoiced',
391 // 'form.reports.include_not_invoiced' => 'not invoiced',
392 'form.reports.select_period' => 'Velg tidsperiode',
393 'form.reports.set_period' => 'eller sett dato',
394 'form.reports.show_fields' => 'Vis feltene',
395 // 'form.reports.group_by' => 'Group by',
396 // 'form.reports.group_by_no' => '--- no grouping ---',
397 'form.reports.group_by_date' => 'dato',
398 'form.reports.group_by_user' => 'bruker',
399 // TODO: translate the following.
400 // 'form.reports.group_by_client' => 'client',
401 'form.reports.group_by_project' => 'prosjekt',
402 // TODO: translate the following.
403 // 'form.reports.group_by_task' => 'task',
404 // 'form.reports.totals_only' => 'Totals only',
405
406 // Report form. See example at https://timetracker.anuko.com/report.php
407 // (after generating a report at https://timetracker.anuko.com/reports.php).
408 'form.report.export' => 'Eksporter',
409 // TODO: translate the following.
410 // 'form.report.assign_to_invoice' => 'Assign to invoice',
411
412 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
413 // (you can get to this form after generating a report).
414 'form.invoice.number' => 'Fakturanummer',
415 'form.invoice.person' => 'Person',
416
417 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
418 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
419 // 'form.invoice.invoice_entries' => 'Invoice entries',
420 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
421
422 // Charts form. See example at https://timetracker.anuko.com/charts.php
423 // TODO: translate the following.
424 // 'form.charts.interval' => 'Interval',
425 // 'form.charts.chart' => 'Chart',
426
427 // Projects form. See example at https://timetracker.anuko.com/projects.php
428 // TODO: translate the following.
429 // 'form.projects.active_projects' => 'Active Projects',
430 // 'form.projects.inactive_projects' => 'Inactive Projects',
431
432 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
433 // TODO: translate the following.
434 // 'form.tasks.active_tasks' => 'Active Tasks',
435 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
436
437 // Users form. See example at https://timetracker.anuko.com/users.php
438 // TODO: translate the following.
439 // 'form.users.active_users' => 'Active Users',
440 // 'form.users.inactive_users' => 'Inactive Users',
441 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
442 'form.users.role' => 'Rolle',
443 // TODO: translate the following.
444 // 'form.users.manager' => 'Manager',
445 // 'form.users.comanager' => 'Co-manager',
446 // 'form.users.rate' => 'Rate',
447 // 'form.users.default_rate' => 'Default hourly rate',
448
449 // Clients form. See example at https://timetracker.anuko.com/clients.php
450 // TODO: translate the following.
451 // 'form.clients.active_clients' => 'Active Clients',
452 // 'form.clients.inactive_clients' => 'Inactive Clients',
453
454 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
455 // TODO: translate the following.
456 // 'form.client.client_to_delete' => 'Client to delete',
457 // 'form.client.client_entries' => 'Client entries',
458
459 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
460 '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.',
461 'form.export.compression' => 'Komprimering',
462 'form.export.compression_none' => 'ingen',
463 'form.export.compression_bzip' => 'bzip',
464
465 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
466 'form.import.hint' => 'Import team data fra en xml fil.',
467 'form.import.file' => 'Velg fil',
468 'form.import.success' => 'Import gjennomført vellykket.',
469
470 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
471 '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).',
472
473 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
474 // TODO: translate the following.
475 // 'form.profile.12_hours' => '12 hours',
476 // 'form.profile.24_hours' => '24 hours',
477 // 'form.profile.tracking_mode' => 'Tracking mode',
478 // 'form.profile.mode_time' => 'time',
479 // 'form.profile.mode_projects' => 'projects',
480 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
481 // 'form.profile.record_type' => 'Record type',
482 // 'form.profile.type_all' => 'all',
483 // 'form.profile.type_start_finish' => 'start and finish',
484 // 'form.profile.type_duration' => 'duration',
485 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
486 // 'form.profile.uncompleted_indicators_none' => 'do not show',
487 // 'form.profile.uncompleted_indicators_show' => 'show',
488 // 'form.profile.plugins' => 'Plugins',
489
490 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
491 'form.mail.from' => 'Fra',
492 'form.mail.to' => 'Til',
493 // TODO: translate the following.
494 // 'form.mail.report_subject' => 'Time Tracker Report',
495 // '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.',
496 // 'form.mail.report_sent' => 'Report sent.',
497 // 'form.mail.invoice_sent' => 'Invoice sent.',
498
499 // Quotas configuration form.
500 // TODO: translate the following.
501 // 'form.quota.year' => 'Year',
502 // 'form.quota.month' => 'Month',
503 // 'form.quota.quota' => 'Quota',
504 // 'form.quota.workday_hours' => 'Hours in work day',
505 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
506
507
508
509 // TODO: refactoring ongoing down from here.
510
511 // "form.admin.profile.title" => 'team',
512 // "form.admin.profile.noprofiles" => 'databasen din er tom. logg inn som admin og opprett et nytt team.',
513 // "form.admin.profile.comment" => 'slett team',
514 // "form.admin.profile.th.id" => 'id',
515 // "form.admin.profile.th.active" => 'aktiv',
516
517 // my time form attributes
518 // Note to translators: the 2 strings below must be translated
519 // "form.mytime.title" => 'min tid',
520 // "form.mytime.edit_title" => 'endre tidsoppføringen',
521 "form.mytime.del_str" => 'slett tids oppføringen',
522 "form.mytime.time_form" => ' (tt:mm)',
523 // Note to translators: the strings below must be translated
524 // "form.mytime.no_finished_rec" => 'Denne oppføringen ble lagret kun med starttid. Det er ikke en feil. Logg ut om nødvendig.',
525
526 // profile form attributes
527 // Note to translators: we need a more accurate translation of form.profile.create_title
528 "form.profile.create_title" => 'lag ny adminkonto',
529 "form.profile.edit_title" => 'endre profil',
530
531 // Note to translators: the strings below are missing and must be added and translated
532 // "form.profile.showchart" => 'vis kakediagram',
533
534 // people form attributes
535 "form.people.rate" => 'timesats',
536 );