c88cd45d853c002b5f6a59e370da3128a5473c94
[timetracker.git] / WEB-INF / resources / fi.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 = 'Suomi';
33 $i18n_months = array('Tammikuu', 'Helmikuu', 'Maaliskuu', 'Huhtikuu', 'Toukokuu', 'Kesäkuu', 'Heinäkuu', 'Elokuu', 'Syyskuu', 'Lokakuu', 'Marraskuu', 'Joulukuu');
34 $i18n_weekdays = array('Sunnuntai', 'Maanantai', 'Tiistai', 'Keskiviikko', 'Torstai', 'Perjantai', 'Lauantai');
35 $i18n_weekdays_short = array('Su', 'Ma', 'Ti', 'Ke', 'To', 'Pe', 'La');
36 // format mm/dd
37 $i18n_holidays = array('01/01', '01/06', '05/01', '06/24', '12/06', '12/25', '12/26');
38
39 $i18n_key_words = array(
40
41 // Menus - short selection strings that are displayed on top of application web pages.
42 // Example: https://timetracker.anuko.com (black menu on top).
43 'menu.login' => 'Kirjaudu',
44 'menu.logout' => 'Kirjaudu ulos',
45 'menu.forum' => 'Keskustelupalsta',
46 'menu.help' => 'Apua',
47 'menu.create_team' => 'Luo tiimi',
48 'menu.profile' => 'Profiili',
49 'menu.time' => 'Tunnit',
50 'menu.expenses' => 'Kulut',
51 'menu.reports' => 'Raportit',
52 'menu.charts' => 'Kaaviot',
53 'menu.projects' => 'Projektit',
54 'menu.tasks' => 'Tehtävät',
55 'menu.users' => 'Käyttäjät',
56 'menu.teams' => 'Tiimit',
57 'menu.export' => 'Vie',
58 'menu.clients' => 'Asiakkaat',
59 'menu.options' => 'Optiot',
60
61 // Footer - strings on the bottom of most pages.
62 'footer.contribute_msg' => 'Voit osallistua Time Tracker -sovelluksen tuotekehitykseen monin tavoin.',
63 // 'Credits' is a bit difficult to translate, the exact literal term might be 'Ansiot' or 'Antaa tunnustus' but that's not widely used in this meaning.
64 // The term that is used is something like 'We are thanking' ('Kiitämme') but that does not sound good, either. So I just let it be as it was for time being as everybody (?) understands the meaning anyway.
65 'footer.credits' => 'Credits',
66 'footer.license' => 'Lisenssi',
67 'footer.improve' => 'Osallistu kehitystyöhön',
68
69 // Error messages.
70 'error.access_denied' => 'Pääsy estetty.',
71 'error.sys' => 'Järjestelmävirhe.',
72 'error.db' => 'Tietokantavirhe.',
73 'error.field' => 'Virheellinen "{0}" tieto.',
74 'error.empty' => 'Kenttä "{0}" on tyhjä.',
75 'error.not_equal' => 'Kentät "{0}" ja "{1}" eivät ole samat.',
76 'error.interval' => 'Kentän "{0}" arvon tulee olla suurempi kuin kentän "{1}".',
77 'error.project' => 'Valitse projekti.',
78 'error.task' => 'Valitse tehtävä.',
79 'error.client' => 'Valitse asiakas.',
80 'error.report' => 'Valitse raportti.',
81 // TODO: translate the following.
82 // 'error.record' => 'Select record.',
83 'error.auth' => 'Virheellinen käyttäjänimi tai salasana.',
84 'error.user_exists' => 'Tämä käyttäjänimi on jo olemassa.',
85 'error.project_exists' => 'Tämän niminen projekti on jo olemassa.',
86 'error.task_exists' => 'Tämän niminen tehtävä on jo olemassa.',
87 'error.client_exists' => 'Tämän niminen asiakas on jo olemassa.',
88 'error.invoice_exists' => 'Tällä numerolla oleva lasku on jo olemassa.',
89 'error.no_invoiceable_items' => 'Ei laskutettavia syötteitä.',
90 'error.no_login' => 'Tuntematon käyttäjänimi.',
91 'error.no_teams' => 'Tietokanta on tyhjä. Kirjaudu ylläpitäjänä ja luo uusi tiimi.',
92 'error.upload' => 'Virhe tiedoston lataus.',
93 'error.range_locked' => 'Aikaväli on lukittu.',
94 'error.mail_send' => 'Virhe postinlähetyksessä.',
95 'error.no_email' => 'Käyttäjätunnukseen ei ole liitetty sähköpostiosoitetta.',
96 'error.uncompleted_exists' => 'Kesken oleva syötetieto on jo olemassa. Sulje tai poista se.',
97 'error.goto_uncompleted' => 'Siirry kesken olevaan syötteeseen.',
98 'error.overlap' => 'Aikavälillä on päällekkäisiä syötteitä.',
99 'error.future_date' => 'Aika on tulevaisuudessa.',
100
101 // Labels for buttons.
102 'button.login' => 'Kirjaudu',
103 'button.now' => 'Nyt',
104 'button.save' => 'Tallenna',
105 'button.copy' => 'Kopioi',
106 'button.cancel' => 'Keskeytä',
107 'button.submit' => 'Hyväksy',
108 'button.add_user' => 'Lisää käyttäjä',
109 'button.add_project' => 'Lisää projekti',
110 'button.add_task' => 'Lisää tehtävä',
111 'button.add_client' => 'Lisää asiakas',
112 'button.add_invoice' => 'Lisää lasku',
113 'button.add_option' => 'Lisää optio',
114 'button.add' => 'Lisää',
115 'button.generate' => 'Luo',
116 'button.reset_password' => 'Nollaa salasana',
117 'button.send' => 'Lähetä',
118 'button.send_by_email' => 'Lähetä sähköpostilla',
119 'button.create_team' => 'Luo tiimi',
120 'button.export' => 'Vie tiimi',
121 'button.import' => 'Tuo tiimi',
122 'button.close' => 'Sulje',
123 'button.stop' => 'Lopeta',
124
125 // Labels for controls on forms. Labels in this section are used on multiple forms.
126 'label.team_name' => 'Tiimin nimi',
127 'label.address' => 'Osoite',
128 'label.currency' => 'Valuutta',
129 'label.manager_name' => 'Esimies',
130 'label.manager_login' => 'Esimiehen käyttäjätunnus',
131 'label.person_name' => 'Nimi',
132 'label.thing_name' => 'Nimi',
133 'label.login' => 'Käyttäjätunnus',
134 'label.password' => 'Salasana',
135 'label.confirm_password' => 'Vahvista salasana',
136 'label.email' => 'Sähköposti',
137 'label.cc' => 'Kopio',
138 // TODO: translate the following.
139 // 'label.bcc' => 'Bcc',
140 'label.subject' => 'Aihe',
141 'label.date' => 'Päiväys',
142 'label.start_date' => 'Aloituspäivä',
143 'label.end_date' => 'Päättymispäivä',
144 'label.user' => 'Käyttäjä',
145 'label.users' => 'Käyttäjät',
146 // TODO: translate the following.
147 // 'label.roles' => 'Roles',
148 'label.client' => 'Asiakas',
149 'label.clients' => 'Asiakkaat',
150 'label.option' => 'Optio',
151 'label.invoice' => 'Lasku',
152 'label.project' => 'Projekti',
153 'label.projects' => 'Projektit',
154 'label.task' => 'Tehtävä',
155 'label.tasks' => 'Tehtävät',
156 'label.description' => 'Kuvaus',
157 'label.start' => 'Aloitus',
158 'label.finish' => 'Lopetus',
159 'label.duration' => 'Kesto',
160 'label.note' => 'Huom',
161 // TODO: translate the following.
162 // 'label.notes' => 'Notes',
163 'label.item' => 'Syöte',
164 'label.cost' => 'Hinta',
165 'label.day_total' => 'Päivä yhteensä',
166 'label.week_total' => 'Viikko yhteensä',
167 // TODO: translate the following.
168 // 'label.month_total' => 'Month total',
169 'label.today' => 'Tänään',
170 'label.view' => 'Näytä',
171 'label.edit' => 'Muokkaa',
172 'label.delete' => 'Poista',
173 'label.configure' => 'Aseta',
174 'label.select_all' => 'Valitse kaikki',
175 'label.select_none' => 'Poista kaikki valinnat',
176 // TODO: translate the following.
177 // 'label.day_view' => 'Day view',
178 // 'label.week_view' => 'Week view',
179 'label.id' => 'ID',
180 'label.language' => 'Kieli',
181 'label.decimal_mark' => 'Desimaalierotin',
182 'label.date_format' => 'Päiväyksen muoto',
183 'label.time_format' => 'Kellonajan muoto',
184 'label.week_start' => 'Viikon 1. päivä',
185 'label.comment' => 'Kommentti',
186 'label.status' => 'Tila',
187 'label.tax' => 'Vero',
188 'label.subtotal' => 'Välisumma',
189 'label.total' => 'Yhteensä',
190 'label.client_name' => 'Asiakkaan nimi',
191 'label.client_address' => 'Asiakkaan osoite',
192 'label.or' => 'tai',
193 'label.error' => 'Virhe',
194 'label.ldap_hint' => 'Syötä <b>Windows-käyttäjätunnuksesi</b> ja <b>salasanasi</b> ao. kenttiin.',
195 'label.required_fields' => '* - pakolliset kentät',
196 'label.on_behalf' => 'puolesta',
197 'label.role_manager' => '(esimies)',
198 'label.role_comanager' => '(apu-esimies)',
199 'label.role_admin' => '(ylläpitäjä)',
200 'label.page' => 'Sivu',
201 // TODO: translate the following.
202 // 'label.condition' => 'Condition',
203 // 'label.yes' => 'yes',
204 // 'label.no' => 'no',
205 // Labels for plugins (extensions to Time Tracker that provide additional features).
206 'label.custom_fields' => 'Omat kentät',
207 // Translate the following.
208 // 'label.monthly_quotas' => 'Monthly quotas',
209 'label.type' => 'Tyyppi',
210 'label.type_dropdown' => 'pudotusvalikko',
211 'label.type_text' => 'teksti',
212 'label.required' => 'Pakollinen',
213 'label.fav_report' => 'Raporttipohja',
214 'label.cron_schedule' => 'Cron-ajoitus',
215 'label.what_is_it' => 'Mikä se on?',
216 // 'label.expense' => 'Expense',
217 // 'label.quantity' => 'Quantity',
218 // 'label.paid_status' => 'Paid status',
219 // 'label.paid' => 'Paid',
220 // 'label.mark_paid' => 'Mark paid',
221 // 'label.week_note' => 'Week note',
222 // 'label.week_list' => 'Week list',
223
224 // Form titles.
225 'title.login' => 'Kirjautuminen',
226 'title.teams' => 'Tiimit',
227 'title.create_team' => 'Tiimin luonti',
228 'title.edit_team' => 'Tiimin muokkaus',
229 'title.delete_team' => 'Tiimin poisto',
230 'title.reset_password' => 'Salasanan nollaus',
231 'title.change_password' => 'Salasanan vaihto',
232 'title.time' => 'Tuntien kirjaus',
233 'title.edit_time_record' => 'Tuntikirjausten muokkaus',
234 'title.delete_time_record' => 'Tuntikirjausten poisto',
235 'title.expenses' => 'Kulut',
236 'title.edit_expense' => 'Kulutietojen muokkaus',
237 'title.delete_expense' => 'Kulutiedon poisto',
238 'title.reports' => 'Raportit',
239 'title.report' => 'Raportti',
240 'title.send_report' => 'Raportin lähetys',
241 'title.invoice' => 'Lasku',
242 'title.send_invoice' => 'Laskun lähetys',
243 'title.charts' => 'Kaaviot',
244 'title.projects' => 'Projektit',
245 'title.add_project' => 'Projektin lisäys',
246 'title.edit_project' => 'Projektin muokkaus',
247 'title.delete_project' => 'Projektin poisto',
248 'title.tasks' => 'Tehtävät',
249 'title.add_task' => 'Tehtävän lisäys',
250 'title.edit_task' => 'Tehtävän muokkaus',
251 'title.delete_task' => 'Tehtävän poisto',
252 'title.users' => 'Käyttäjät',
253 'title.add_user' => 'Käyttäjän lisäys',
254 'title.edit_user' => 'Käyttäjän muokkaus',
255 'title.delete_user' => 'Käyttäjän poisto',
256 'title.clients' => 'Asiakkaat',
257 'title.add_client' => 'Asiakkaan lisäys',
258 'title.edit_client' => 'Asiakkaan muokkaus',
259 'title.delete_client' => 'Asiakkaan poisto',
260 'title.invoices' => 'Laskut',
261 'title.add_invoice' => 'Laskun lisäys',
262 'title.view_invoice' => 'Laskun tarkastelu',
263 'title.delete_invoice' => 'Laskun poisto',
264 'title.notifications' => 'Ilmoitukset',
265 'title.add_notification' => 'Ilmoituksen lisäys',
266 'title.edit_notification' => 'Ilmoituksen muokkaus',
267 'title.delete_notification' => 'Ilmoituksen poisto',
268 // TODO: translate the following.
269 // 'title.monthly_quotas' => 'Monthly Quotas',
270 'title.export' => 'Tiimitietojen vienti',
271 'title.import' => 'Tiimitietojen tunti',
272 'title.options' => 'Optiot',
273 'title.profile' => 'Profiili',
274 'title.cf_custom_fields' => 'Omat kentät',
275 'title.cf_add_custom_field' => 'Oman kentän lisäys',
276 'title.cf_edit_custom_field' => 'Oman kentän muokkaus',
277 'title.cf_delete_custom_field' => 'Oman kentän poisto',
278 'title.cf_dropdown_options' => 'Pudotusvalikon vaihtoehdot',
279 'title.cf_add_dropdown_option' => 'Vaihtoehdon lisäys',
280 'title.cf_edit_dropdown_option' => 'Vaihtoehdon muokkaus',
281 'title.cf_delete_dropdown_option' => 'Vaihtoehdon poisto',
282 'title.locking' => 'Lukitus',
283 // TODO: translate the following.
284 // 'title.week_view' => 'Week View',
285
286 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
287 // Strings that are used in a single form must go to the specific form section.
288 'dropdown.all' => '--- kaikki ---',
289 'dropdown.no' => '--- ei ---',
290 // TODO: translate the following.
291 // 'dropdown.current_day' => 'today',
292 // 'dropdown.previous_day' => 'yesterday',
293 'dropdown.selected_day' => 'päivä',
294 'dropdown.current_week' => 'tämä viikko',
295 'dropdown.previous_week' => 'viime viikko',
296 'dropdown.selected_week' => 'viikko',
297 'dropdown.current_month' => 'tämä kuu',
298 'dropdown.previous_month' => 'viime kuu',
299 'dropdown.selected_month' => 'kuu',
300 'dropdown.current_year' => 'tämä vuosi',
301 // TODO: translate the following.
302 // 'dropdown.previous_year' => 'previous year',
303 'dropdown.selected_year' => 'vuosi',
304 'dropdown.all_time' => 'kaikki tunnit',
305 'dropdown.projects' => 'projektit',
306 'dropdown.tasks' => 'tehtävät',
307 'dropdown.clients' => 'asiakkaat',
308 'dropdown.select' => '--- valitse ---',
309 'dropdown.select_invoice' => '--- valitse lasku ---',
310 'dropdown.status_active' => 'aktiivinen',
311 'dropdown.status_inactive' => 'inaktiivinen',
312 'dropdown.delete' => 'poista',
313 'dropdown.do_not_delete' => 'älä poista',
314 // TODO: translate the following.
315 // 'dropdown.paid' => 'paid',
316 // 'dropdown.not_paid' => 'not paid',
317
318 // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here.
319 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
320 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
321 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
322
323 // Login form. See example at https://timetracker.anuko.com/login.php.
324 'form.login.forgot_password' => 'Salasana unohtunut?',
325 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> on yksinkertainen ja helppokäyttöinen vapaan koodin tuntiseurantaohjelmisto.',
326
327 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
328 'form.reset_password.message' => 'Salasanan nollauspyyntöviesti lähetetty.',
329 'form.reset_password.email_subject' => 'Anuko Time Tracker -salasanan nollauspyyntö',
330 'form.reset_password.email_body' => "Hyvä käyttäjä,\n\nJoku, mahdollisesti sinä itse, on pyytänyt nollaamaan Anuko Time Tracker -ohjelman salasanasi. Jos haluat nollata salasanasi, käy sivulla \n\n%s\n\nAnuko Time Tracker on yksinkertainen ja helppokäyttöinen vapaan koodin tuntiseurantaohjelmisto. Lisätietoja sivulla https://www.anuko.com.\n\n",
331
332 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
333 'form.change_password.tip' => 'Syötä uusi salasana ja osoita Tallenna.',
334
335 // Time form. See example at https://timetracker.anuko.com/time.php.
336 'form.time.duration_format' => '(hh:mm tai 0.0h)',
337 'form.time.billable' => 'Laskutettava',
338 'form.time.uncompleted' => 'Keskeneräinen',
339 // TODO: translate the following.
340 // 'form.time.remaining_quota' => 'Remaining quota',
341 // 'form.time.over_quota' => 'Over quota',
342
343 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
344 'form.time_edit.uncompleted' => 'Vain aloitusaika tallennettiin tietueeseen. Kyseessä ei ole virhe.',
345
346 // Week view form. See example at https://timetracker.anuko.com/week.php.
347 // TODO: translate the following.
348 // 'form.week.new_entry' => 'New entry',
349
350 // Reports form. See example at https://timetracker.anuko.com/reports.php
351 'form.reports.save_as_favorite' => 'Tallenna raporttipohjaksi',
352 'form.reports.confirm_delete' => 'Haluatko varmasti poistaa tämän raporttipohjan?',
353 'form.reports.include_billable' => 'laskutettavat',
354 'form.reports.include_not_billable' => 'ei-laskutettavat',
355 'form.reports.include_invoiced' => 'laskutettu',
356 'form.reports.include_not_invoiced' => 'laskuttamatta',
357 'form.reports.select_period' => 'Valitse ajanjakso',
358 'form.reports.set_period' => 'tai aseta päivät',
359 'form.reports.show_fields' => 'Näytä kentät',
360 'form.reports.group_by' => 'Ryhmittelyperuste',
361 'form.reports.group_by_no' => '--- ei ryhmitystä ---',
362 'form.reports.group_by_date' => 'päivä',
363 'form.reports.group_by_user' => 'käyttäjä',
364 'form.reports.group_by_client' => 'asiakas',
365 'form.reports.group_by_project' => 'projekti',
366 'form.reports.group_by_task' => 'tehtävä',
367 'form.reports.totals_only' => 'Vain yhteissummat',
368
369 // Report form. See example at https://timetracker.anuko.com/report.php
370 // (after generating a report at https://timetracker.anuko.com/reports.php).
371 'form.report.export' => 'Vie',
372 // TODO: translate the following.
373 // 'form.report.assign_to_invoice' => 'Assign to invoice',
374
375 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
376 // (you can get to this form after generating a report).
377 'form.invoice.number' => 'Laskun numero',
378 'form.invoice.person' => 'Henkilö',
379
380 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
381 'form.invoice.invoice_to_delete' => 'Poistettava lasku',
382 'form.invoice.invoice_entries' => 'Laskurivit',
383 // TODO: translate the following.
384 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
385
386 // Charts form. See example at https://timetracker.anuko.com/charts.php
387 'form.charts.interval' => 'Ajalta',
388 'form.charts.chart' => 'Kaavio',
389
390 // Projects form. See example at https://timetracker.anuko.com/projects.php
391 'form.projects.active_projects' => 'Aktiiviset projektit',
392 'form.projects.inactive_projects' => 'Ei-aktiiviset projektit',
393
394 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
395 'form.tasks.active_tasks' => 'Aktiiviset tehtävät',
396 'form.tasks.inactive_tasks' => 'Ei-aktiiviset tehtävät',
397
398 // Users form. See example at https://timetracker.anuko.com/users.php
399 'form.users.active_users' => 'Aktiiviset käyttäjät',
400 'form.users.inactive_users' => 'Ei-aktiiviset käyttäjät',
401  // TODO: translate the following.
402  // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
403 'form.users.role' => 'Rooli',
404 'form.users.manager' => 'Esimies',
405 'form.users.comanager' => 'Apuesimies',
406 'form.users.rate' => 'Taksa',
407 'form.users.default_rate' => 'Oletustuntitaksa',
408
409 // Roles form. See example at https://timetracker.anuko.com/roles.php
410 // TODO: translate the following.
411 // 'form.roles.active_roles' => 'Active Roles',
412 // 'form.roles.inactive_roles' => 'Inactive Roles',
413
414 // Clients form. See example at https://timetracker.anuko.com/clients.php
415 'form.clients.active_clients' => 'Aktiiviset asiakkaat',
416 'form.clients.inactive_clients' => 'Ei-aktiiviset asiakkaat',
417
418 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
419 'form.client.client_to_delete' => 'Poistettava asiakas',
420 'form.client.client_entries' => 'Asiakassyötteet',
421
422 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
423 'form.export.hint' => 'Voit viedä tiimin tiedot xml-tiedostoksi, mikä voi helpottaa tietojen siirtoa omalle palvelimelle.',
424 'form.export.compression' => 'Pakkaus',
425 'form.export.compression_none' => 'ei pakata',
426 'form.export.compression_bzip' => 'bzip',
427
428 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
429 'form.import.hint' => 'Tuo tiimitiedot xml-tiedostosta.',
430 'form.import.file' => 'Valitse tiedosto',
431 'form.import.success' => 'Tietojen tuonti onnistui.',
432
433 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
434 'form.teams.hint' => 'Luo uusi tiimi luomalla ensin tiimin esimiehen käyttäjätili.<br>Tiimin tiedot voi myös tuoda toiselta Anuko Time Tracker -palvelimelta xml-muodossa (käyttäjänimien oltava uusia).',
435
436 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
437 'form.profile.12_hours' => '12-tuntinen',
438 'form.profile.24_hours' => '24-tuntinen',
439 // TODO: translate the following.
440 // 'form.profile.show_holidays' => 'Show holidays',
441 'form.profile.tracking_mode' => 'Seurantamuoto',
442 'form.profile.mode_time' => 'aika',
443 'form.profile.mode_projects' => 'projektit',
444 'form.profile.mode_projects_and_tasks' => 'projektit ja tehtävät',
445 'form.profile.record_type' => 'Tietueen tyyppi',
446 'form.profile.type_all' => 'kaikki',
447 'form.profile.type_start_finish' => 'aloitus ja lopetus',
448 'form.profile.type_duration' => 'kesto',
449 // TODO: translate the following.
450 // 'form.profile.punch_mode' => 'Punch mode',
451 // 'form.profile.allow_overlap' => 'Allow overlap',
452 // 'form.profile.future_entries' => 'Future entries',
453 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
454 'form.profile.plugins' => 'Lisäosat',
455
456 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
457 'form.mail.from' => 'Lähettäjä',
458 'form.mail.to' => 'Vastaanottaja',
459 'form.mail.report_subject' => 'Time Tracker -raportti',
460 'form.mail.footer' => 'Anuko Time Tracker on yksinkertainen ja helppokäyttöinen vapaan koodin tuntiseurantaohjelmisto. Lisätietoja sivulla <a href="https://www.anuko.com">www.anuko.com</a>.',
461 'form.mail.report_sent' => 'Raportti lähetetty.',
462 'form.mail.invoice_sent' => 'Lasku lähetetty.',
463
464 // Quotas configuration form.
465 // TODO: translate the following.
466 // 'form.quota.year' => 'Year',
467 // 'form.quota.month' => 'Month',
468 // 'form.quota.quota' => 'Quota',
469 // 'form.quota.workday_hours' => 'Hours in a work day',
470 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
471 );