Introduced title.group into translation files.
[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 = 'Finnish (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 // TODO: translate the following.
50 // 'menu.group' => 'Group',
51 'menu.time' => 'Tunnit',
52 'menu.expenses' => 'Kulut',
53 'menu.reports' => 'Raportit',
54 'menu.charts' => 'Kaaviot',
55 'menu.projects' => 'Projektit',
56 'menu.tasks' => 'Tehtävät',
57 'menu.users' => 'Käyttäjät',
58 'menu.teams' => 'Tiimit',
59 'menu.export' => 'Vie',
60 'menu.clients' => 'Asiakkaat',
61 'menu.options' => 'Optiot',
62
63 // Footer - strings on the bottom of most pages.
64 'footer.contribute_msg' => 'Voit osallistua Time Tracker -sovelluksen tuotekehitykseen monin tavoin.',
65 // '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.
66 // 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.
67 'footer.credits' => 'Credits',
68 'footer.license' => 'Lisenssi',
69 'footer.improve' => 'Osallistu kehitystyöhön',
70
71 // Error messages.
72 'error.access_denied' => 'Pääsy estetty.',
73 'error.sys' => 'Järjestelmävirhe.',
74 'error.db' => 'Tietokantavirhe.',
75 // TODO: translate the following.
76 // 'error.feature_disabled' => 'Feature is disabled.',
77 'error.field' => 'Virheellinen "{0}" tieto.',
78 'error.empty' => 'Kenttä "{0}" on tyhjä.',
79 'error.not_equal' => 'Kentät "{0}" ja "{1}" eivät ole samat.',
80 'error.interval' => 'Kentän "{0}" arvon tulee olla suurempi kuin kentän "{1}".',
81 'error.project' => 'Valitse projekti.',
82 'error.task' => 'Valitse tehtävä.',
83 'error.client' => 'Valitse asiakas.',
84 'error.report' => 'Valitse raportti.',
85 // TODO: translate the following.
86 // 'error.record' => 'Select record.',
87 'error.auth' => 'Virheellinen käyttäjänimi tai salasana.',
88 'error.user_exists' => 'Tämä käyttäjänimi on jo olemassa.',
89 // TODO: translate the following.
90 // 'error.object_exists' => 'Object with this name already exists.',
91 'error.project_exists' => 'Tämän niminen projekti on jo olemassa.',
92 'error.task_exists' => 'Tämän niminen tehtävä on jo olemassa.',
93 'error.client_exists' => 'Tämän niminen asiakas on jo olemassa.',
94 'error.invoice_exists' => 'Tällä numerolla oleva lasku on jo olemassa.',
95 // TODO: translate the following.
96 // 'error.role_exists' => 'Role with this rank already exists.',
97 'error.no_invoiceable_items' => 'Ei laskutettavia syötteitä.',
98 'error.no_login' => 'Tuntematon käyttäjänimi.',
99 'error.no_teams' => 'Tietokanta on tyhjä. Kirjaudu ylläpitäjänä ja luo uusi tiimi.',
100 'error.upload' => 'Virhe tiedoston lataus.',
101 'error.range_locked' => 'Aikaväli on lukittu.',
102 'error.mail_send' => 'Virhe postinlähetyksessä.',
103 'error.no_email' => 'Käyttäjätunnukseen ei ole liitetty sähköpostiosoitetta.',
104 'error.uncompleted_exists' => 'Kesken oleva syötetieto on jo olemassa. Sulje tai poista se.',
105 'error.goto_uncompleted' => 'Siirry kesken olevaan syötteeseen.',
106 'error.overlap' => 'Aikavälillä on päällekkäisiä syötteitä.',
107 'error.future_date' => 'Aika on tulevaisuudessa.',
108
109 // Labels for buttons.
110 'button.login' => 'Kirjaudu',
111 'button.now' => 'Nyt',
112 'button.save' => 'Tallenna',
113 'button.copy' => 'Kopioi',
114 'button.cancel' => 'Keskeytä',
115 'button.submit' => 'Hyväksy',
116 'button.add' => 'Lisää',
117 'button.delete' => 'Poista',
118 'button.generate' => 'Luo',
119 'button.reset_password' => 'Nollaa salasana',
120 'button.send' => 'Lähetä',
121 'button.send_by_email' => 'Lähetä sähköpostilla',
122 'button.create_team' => 'Luo tiimi',
123 'button.export' => 'Vie tiimi',
124 'button.import' => 'Tuo tiimi',
125 'button.close' => 'Sulje',
126 'button.stop' => 'Lopeta',
127
128 // Labels for controls on forms. Labels in this section are used on multiple forms.
129 'label.team_name' => 'Tiimin nimi',
130 'label.address' => 'Osoite',
131 'label.currency' => 'Valuutta',
132 'label.manager_name' => 'Esimies',
133 'label.manager_login' => 'Esimiehen käyttäjätunnus',
134 'label.person_name' => 'Nimi',
135 'label.thing_name' => 'Nimi',
136 'label.login' => 'Käyttäjätunnus',
137 'label.password' => 'Salasana',
138 'label.confirm_password' => 'Vahvista salasana',
139 'label.email' => 'Sähköposti',
140 'label.cc' => 'Kopio',
141 // TODO: translate the following.
142 // 'label.bcc' => 'Bcc',
143 'label.subject' => 'Aihe',
144 'label.date' => 'Päiväys',
145 'label.start_date' => 'Aloituspäivä',
146 'label.end_date' => 'Päättymispäivä',
147 'label.user' => 'Käyttäjä',
148 'label.users' => 'Käyttäjät',
149 // TODO: translate the following.
150 // 'label.roles' => 'Roles',
151 'label.client' => 'Asiakas',
152 'label.clients' => 'Asiakkaat',
153 'label.option' => 'Optio',
154 'label.invoice' => 'Lasku',
155 'label.project' => 'Projekti',
156 'label.projects' => 'Projektit',
157 'label.task' => 'Tehtävä',
158 'label.tasks' => 'Tehtävät',
159 'label.description' => 'Kuvaus',
160 'label.start' => 'Aloitus',
161 'label.finish' => 'Lopetus',
162 'label.duration' => 'Kesto',
163 'label.note' => 'Huom',
164 // TODO: translate the following.
165 // 'label.notes' => 'Notes',
166 'label.item' => 'Syöte',
167 'label.cost' => 'Hinta',
168 // TODO: translate the following.
169 // 'label.ip' => 'IP',
170 'label.day_total' => 'Päivä yhteensä',
171 'label.week_total' => 'Viikko yhteensä',
172 // TODO: translate the following.
173 // 'label.month_total' => 'Month total',
174 'label.today' => 'Tänään',
175 'label.view' => 'Näytä',
176 'label.edit' => 'Muokkaa',
177 'label.delete' => 'Poista',
178 'label.configure' => 'Aseta',
179 'label.select_all' => 'Valitse kaikki',
180 'label.select_none' => 'Poista kaikki valinnat',
181 // TODO: translate the following.
182 // 'label.day_view' => 'Day view',
183 // 'label.week_view' => 'Week view',
184 'label.id' => 'ID',
185 'label.language' => 'Kieli',
186 'label.decimal_mark' => 'Desimaalierotin',
187 'label.date_format' => 'Päiväyksen muoto',
188 'label.time_format' => 'Kellonajan muoto',
189 'label.week_start' => 'Viikon 1. päivä',
190 'label.comment' => 'Kommentti',
191 'label.status' => 'Tila',
192 'label.tax' => 'Vero',
193 'label.subtotal' => 'Välisumma',
194 'label.total' => 'Yhteensä',
195 'label.client_name' => 'Asiakkaan nimi',
196 'label.client_address' => 'Asiakkaan osoite',
197 'label.or' => 'tai',
198 'label.error' => 'Virhe',
199 'label.ldap_hint' => 'Syötä <b>Windows-käyttäjätunnuksesi</b> ja <b>salasanasi</b> ao. kenttiin.',
200 'label.required_fields' => '* - pakolliset kentät',
201 'label.on_behalf' => 'puolesta',
202 'label.role_manager' => '(esimies)',
203 'label.role_comanager' => '(apu-esimies)',
204 'label.role_admin' => '(ylläpitäjä)',
205 'label.page' => 'Sivu',
206 // TODO: translate the following.
207 // 'label.condition' => 'Condition',
208 // 'label.yes' => 'yes',
209 // 'label.no' => 'no',
210 // Labels for plugins (extensions to Time Tracker that provide additional features).
211 'label.custom_fields' => 'Omat kentät',
212 // TODO: translate the following.
213 // 'label.monthly_quotas' => 'Monthly quotas',
214 'label.type' => 'Tyyppi',
215 'label.type_dropdown' => 'pudotusvalikko',
216 'label.type_text' => 'teksti',
217 'label.required' => 'Pakollinen',
218 'label.fav_report' => 'Raporttipohja',
219 // TODO: translate the following.
220 // 'label.schedule' => 'Schedule',
221 'label.what_is_it' => 'Mikä se on?',
222 // 'label.expense' => 'Expense',
223 // 'label.quantity' => 'Quantity',
224 // 'label.paid_status' => 'Paid status',
225 // 'label.paid' => 'Paid',
226 // 'label.mark_paid' => 'Mark paid',
227 // 'label.week_note' => 'Week note',
228 // 'label.week_list' => 'Week list',
229
230 // Form titles.
231 'title.login' => 'Kirjautuminen',
232 'title.teams' => 'Tiimit',
233 'title.create_team' => 'Tiimin luonti',
234 'title.edit_team' => 'Tiimin muokkaus',
235 'title.delete_team' => 'Tiimin poisto',
236 'title.reset_password' => 'Salasanan nollaus',
237 'title.change_password' => 'Salasanan vaihto',
238 'title.time' => 'Tuntien kirjaus',
239 'title.edit_time_record' => 'Tuntikirjausten muokkaus',
240 'title.delete_time_record' => 'Tuntikirjausten poisto',
241 'title.expenses' => 'Kulut',
242 'title.edit_expense' => 'Kulutietojen muokkaus',
243 'title.delete_expense' => 'Kulutiedon poisto',
244 'title.reports' => 'Raportit',
245 'title.report' => 'Raportti',
246 'title.send_report' => 'Raportin lähetys',
247 'title.invoice' => 'Lasku',
248 'title.send_invoice' => 'Laskun lähetys',
249 'title.charts' => 'Kaaviot',
250 'title.projects' => 'Projektit',
251 'title.add_project' => 'Projektin lisäys',
252 'title.edit_project' => 'Projektin muokkaus',
253 'title.delete_project' => 'Projektin poisto',
254 'title.tasks' => 'Tehtävät',
255 'title.add_task' => 'Tehtävän lisäys',
256 'title.edit_task' => 'Tehtävän muokkaus',
257 'title.delete_task' => 'Tehtävän poisto',
258 'title.users' => 'Käyttäjät',
259 'title.add_user' => 'Käyttäjän lisäys',
260 'title.edit_user' => 'Käyttäjän muokkaus',
261 'title.delete_user' => 'Käyttäjän poisto',
262 // TODO: translate the following.
263 // 'title.roles' => 'Roles',
264 // 'title.add_role' => 'Adding Role',
265 // 'title.edit_role' => 'Editing Role',
266 // 'title.delete_role' => 'Deleting Role',
267 'title.clients' => 'Asiakkaat',
268 'title.add_client' => 'Asiakkaan lisäys',
269 'title.edit_client' => 'Asiakkaan muokkaus',
270 'title.delete_client' => 'Asiakkaan poisto',
271 'title.invoices' => 'Laskut',
272 'title.add_invoice' => 'Laskun lisäys',
273 'title.view_invoice' => 'Laskun tarkastelu',
274 'title.delete_invoice' => 'Laskun poisto',
275 'title.notifications' => 'Ilmoitukset',
276 'title.add_notification' => 'Ilmoituksen lisäys',
277 'title.edit_notification' => 'Ilmoituksen muokkaus',
278 'title.delete_notification' => 'Ilmoituksen poisto',
279 // TODO: translate the following.
280 // 'title.monthly_quotas' => 'Monthly Quotas',
281 'title.export' => 'Tiimitietojen vienti',
282 'title.import' => 'Tiimitietojen tunti',
283 'title.options' => 'Optiot',
284 'title.profile' => 'Profiili',
285 // TODO: translate the following.
286 // 'title.group' => 'Group Settings',
287 'title.cf_custom_fields' => 'Omat kentät',
288 'title.cf_add_custom_field' => 'Oman kentän lisäys',
289 'title.cf_edit_custom_field' => 'Oman kentän muokkaus',
290 'title.cf_delete_custom_field' => 'Oman kentän poisto',
291 'title.cf_dropdown_options' => 'Pudotusvalikon vaihtoehdot',
292 'title.cf_add_dropdown_option' => 'Vaihtoehdon lisäys',
293 'title.cf_edit_dropdown_option' => 'Vaihtoehdon muokkaus',
294 'title.cf_delete_dropdown_option' => 'Vaihtoehdon poisto',
295 'title.locking' => 'Lukitus',
296 // TODO: translate the following.
297 // 'title.week_view' => 'Week View',
298 // 'title.swap_roles' => 'Swapping Roles',
299
300 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
301 // Strings that are used in a single form must go to the specific form section.
302 'dropdown.all' => '--- kaikki ---',
303 'dropdown.no' => '--- ei ---',
304 // TODO: translate the following.
305 // 'dropdown.current_day' => 'today',
306 // 'dropdown.previous_day' => 'yesterday',
307 'dropdown.selected_day' => 'päivä',
308 'dropdown.current_week' => 'tämä viikko',
309 'dropdown.previous_week' => 'viime viikko',
310 'dropdown.selected_week' => 'viikko',
311 'dropdown.current_month' => 'tämä kuu',
312 'dropdown.previous_month' => 'viime kuu',
313 'dropdown.selected_month' => 'kuu',
314 'dropdown.current_year' => 'tämä vuosi',
315 // TODO: translate the following.
316 // 'dropdown.previous_year' => 'previous year',
317 'dropdown.selected_year' => 'vuosi',
318 'dropdown.all_time' => 'kaikki tunnit',
319 'dropdown.projects' => 'projektit',
320 'dropdown.tasks' => 'tehtävät',
321 'dropdown.clients' => 'asiakkaat',
322 'dropdown.select' => '--- valitse ---',
323 'dropdown.select_invoice' => '--- valitse lasku ---',
324 'dropdown.status_active' => 'aktiivinen',
325 'dropdown.status_inactive' => 'inaktiivinen',
326 'dropdown.delete' => 'poista',
327 'dropdown.do_not_delete' => 'älä poista',
328 // TODO: translate the following.
329 // 'dropdown.paid' => 'paid',
330 // 'dropdown.not_paid' => 'not paid',
331
332 // 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.
333 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
334 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
335 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
336
337 // Login form. See example at https://timetracker.anuko.com/login.php.
338 'form.login.forgot_password' => 'Salasana unohtunut?',
339 '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.',
340
341 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
342 'form.reset_password.message' => 'Salasanan nollauspyyntöviesti lähetetty.',
343 'form.reset_password.email_subject' => 'Anuko Time Tracker -salasanan nollauspyyntö',
344 // TODO: English string has changed. "from IP added. Re-translate the beginning.
345 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
346 // "IP %s" probably sounds awkward.
347 'form.reset_password.email_body' => "Hyvä käyttäjä,\n\nJoku, IP %s, 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",
348
349 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
350 'form.change_password.tip' => 'Syötä uusi salasana ja osoita Tallenna.',
351
352 // Time form. See example at https://timetracker.anuko.com/time.php.
353 'form.time.duration_format' => '(hh:mm tai 0.0h)',
354 'form.time.billable' => 'Laskutettava',
355 'form.time.uncompleted' => 'Keskeneräinen',
356 // TODO: translate the following.
357 // 'form.time.remaining_quota' => 'Remaining quota',
358 // 'form.time.over_quota' => 'Over quota',
359
360 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
361 'form.time_edit.uncompleted' => 'Vain aloitusaika tallennettiin tietueeseen. Kyseessä ei ole virhe.',
362
363 // Week view form. See example at https://timetracker.anuko.com/week.php.
364 // TODO: translate the following.
365 // 'form.week.new_entry' => 'New entry',
366
367 // Reports form. See example at https://timetracker.anuko.com/reports.php
368 'form.reports.save_as_favorite' => 'Tallenna raporttipohjaksi',
369 'form.reports.confirm_delete' => 'Haluatko varmasti poistaa tämän raporttipohjan?',
370 'form.reports.include_billable' => 'laskutettavat',
371 'form.reports.include_not_billable' => 'ei-laskutettavat',
372 'form.reports.include_invoiced' => 'laskutettu',
373 'form.reports.include_not_invoiced' => 'laskuttamatta',
374 'form.reports.select_period' => 'Valitse ajanjakso',
375 'form.reports.set_period' => 'tai aseta päivät',
376 'form.reports.show_fields' => 'Näytä kentät',
377 'form.reports.group_by' => 'Ryhmittelyperuste',
378 'form.reports.group_by_no' => '--- ei ryhmitystä ---',
379 'form.reports.group_by_date' => 'päivä',
380 'form.reports.group_by_user' => 'käyttäjä',
381 'form.reports.group_by_client' => 'asiakas',
382 'form.reports.group_by_project' => 'projekti',
383 'form.reports.group_by_task' => 'tehtävä',
384 'form.reports.totals_only' => 'Vain yhteissummat',
385
386 // Report form. See example at https://timetracker.anuko.com/report.php
387 // (after generating a report at https://timetracker.anuko.com/reports.php).
388 'form.report.export' => 'Vie',
389 // TODO: translate the following.
390 // 'form.report.assign_to_invoice' => 'Assign to invoice',
391
392 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
393 // (you can get to this form after generating a report).
394 'form.invoice.number' => 'Laskun numero',
395 'form.invoice.person' => 'Henkilö',
396
397 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
398 'form.invoice.invoice_to_delete' => 'Poistettava lasku',
399 'form.invoice.invoice_entries' => 'Laskurivit',
400 // TODO: translate the following.
401 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
402
403 // Charts form. See example at https://timetracker.anuko.com/charts.php
404 'form.charts.interval' => 'Ajalta',
405 'form.charts.chart' => 'Kaavio',
406
407 // Projects form. See example at https://timetracker.anuko.com/projects.php
408 'form.projects.active_projects' => 'Aktiiviset projektit',
409 'form.projects.inactive_projects' => 'Ei-aktiiviset projektit',
410
411 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
412 'form.tasks.active_tasks' => 'Aktiiviset tehtävät',
413 'form.tasks.inactive_tasks' => 'Ei-aktiiviset tehtävät',
414
415 // Users form. See example at https://timetracker.anuko.com/users.php
416 'form.users.active_users' => 'Aktiiviset käyttäjät',
417 'form.users.inactive_users' => 'Ei-aktiiviset käyttäjät',
418  // TODO: translate the following.
419  // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
420 'form.users.role' => 'Rooli',
421 'form.users.manager' => 'Esimies',
422 'form.users.comanager' => 'Apuesimies',
423 'form.users.rate' => 'Taksa',
424 'form.users.default_rate' => 'Oletustuntitaksa',
425
426 // Roles form. See example at https://timetracker.anuko.com/roles.php
427 // TODO: translate the following.
428 // 'form.roles.active_roles' => 'Active Roles',
429 // 'form.roles.inactive_roles' => 'Inactive Roles',
430 // 'form.roles.rank' => 'Rank',
431 // 'form.roles.rights' => 'Rights',
432 // 'form.roles.assigned' => 'Assigned',
433 // 'form.roles.not_assigned' => 'Not assigned',
434
435 // Clients form. See example at https://timetracker.anuko.com/clients.php
436 'form.clients.active_clients' => 'Aktiiviset asiakkaat',
437 'form.clients.inactive_clients' => 'Ei-aktiiviset asiakkaat',
438
439 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
440 'form.client.client_to_delete' => 'Poistettava asiakas',
441 'form.client.client_entries' => 'Asiakassyötteet',
442
443 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
444 'form.export.hint' => 'Voit viedä tiimin tiedot xml-tiedostoksi, mikä voi helpottaa tietojen siirtoa omalle palvelimelle.',
445 'form.export.compression' => 'Pakkaus',
446 'form.export.compression_none' => 'ei pakata',
447 'form.export.compression_bzip' => 'bzip',
448
449 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
450 'form.import.hint' => 'Tuo tiimitiedot xml-tiedostosta.',
451 'form.import.file' => 'Valitse tiedosto',
452 'form.import.success' => 'Tietojen tuonti onnistui.',
453
454 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
455 '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).',
456
457 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
458 // TODO: translate the following.
459 // 'form.profile.swap_roles' => 'Swap roles',
460 'form.profile.12_hours' => '12-tuntinen',
461 'form.profile.24_hours' => '24-tuntinen',
462 // TODO: translate the following.
463 // 'form.profile.show_holidays' => 'Show holidays',
464 'form.profile.tracking_mode' => 'Seurantamuoto',
465 'form.profile.mode_time' => 'aika',
466 'form.profile.mode_projects' => 'projektit',
467 'form.profile.mode_projects_and_tasks' => 'projektit ja tehtävät',
468 'form.profile.record_type' => 'Tietueen tyyppi',
469 'form.profile.type_all' => 'kaikki',
470 'form.profile.type_start_finish' => 'aloitus ja lopetus',
471 'form.profile.type_duration' => 'kesto',
472 // TODO: translate the following.
473 // 'form.profile.punch_mode' => 'Punch mode',
474 // 'form.profile.allow_overlap' => 'Allow overlap',
475 // 'form.profile.future_entries' => 'Future entries',
476 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
477 'form.profile.plugins' => 'Lisäosat',
478
479 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
480 'form.mail.from' => 'Lähettäjä',
481 'form.mail.to' => 'Vastaanottaja',
482 'form.mail.report_subject' => 'Time Tracker -raportti',
483 '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>.',
484 'form.mail.report_sent' => 'Raportti lähetetty.',
485 'form.mail.invoice_sent' => 'Lasku lähetetty.',
486
487 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
488 // TODO: translate the following.
489 // 'form.quota.year' => 'Year',
490 // 'form.quota.month' => 'Month',
491 // 'form.quota.quota' => 'Quota',
492 // 'form.quota.workday_hours' => 'Hours in a work day',
493 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
494
495 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
496 // TODO: translate the following.
497 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
498 // 'form.swap.swap_with' => 'Swap roles with',
499
500 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
501 // TODO: translate the following.
502 // 'role.user.label' => 'User',
503 // 'role.user.low_case_label' => 'user',
504 // 'role.user.description' => 'A regular member without management rights.',
505 // 'role.client.label' => 'Client',
506 // 'role.client.low_case_label' => 'client',
507 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
508 // 'role.supervisor.label' => 'Supervisor',
509 // 'role.supervisor.low_case_label' => 'supervisor',
510 // 'role.supervisor.description' => 'A person with a small set of management rights.',
511 // 'role.comanager.label' => 'Co-manager',
512 // 'role.comanager.low_case_label' => 'co-manager',
513 // 'role.comanager.description' => 'A person with a big set of management functions.',
514 // 'role.manager.label' => 'Manager',
515 // 'role.manager.low_case_label' => 'manager',
516 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
517 // 'role.top_manager.label' => 'Top manager',
518 // 'role.top_manager.low_case_label' => 'top manager',
519 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
520 // 'role.admin.label' => 'Administrator',
521 // 'role.admin.low_case_label' => 'administrator',
522 // 'role.admin.description' => 'Site adminsitrator.',
523 );