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