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