d94c3c6949c9291d4008c409138e3a01231ee297
[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
120 // Labels for controls on forms. Labels in this section are used on multiple forms.
121 'label.team_name' => 'Tiimin nimi',
122 'label.address' => 'Osoite',
123 'label.currency' => 'Valuutta',
124 'label.manager_name' => 'Esimies',
125 'label.manager_login' => 'Esimiehen käyttäjätunnus',
126 'label.person_name' => 'Nimi',
127 'label.thing_name' => 'Nimi',
128 'label.login' => 'Käyttäjätunnus',
129 'label.password' => 'Salasana',
130 'label.confirm_password' => 'Vahvista salasana',
131 'label.email' => 'Sähköposti',
132 'label.date' => 'Päiväys',
133 'label.start_date' => 'Aloituspäivä',
134 'label.end_date' => 'Päättymispäivä',
135 'label.user' => 'Käyttäjä',
136 'label.users' => 'Käyttäjät',
137 'label.client' => 'Asiakas',
138 'label.clients' => 'Asiakkaat',
139 'label.option' => 'Optio',
140 'label.invoice' => 'Lasku',
141 'label.project' => 'Projekti',
142 'label.projects' => 'Projektit',
143 'label.task' => 'Tehtävä',
144 'label.tasks' => 'Tehtävät',
145 'label.description' => 'Kuvaus',
146 'label.start' => 'Aloitus',
147 'label.finish' => 'Lopetus',
148 'label.duration' => 'Kesto',
149 'label.note' => 'Huom',
150 'label.item' => 'Syöte',
151 'label.cost' => 'Hinta',
152 'label.week_total' => 'Viikko yhteensä',
153 'label.day_total' => 'Päivä yhteensä',
154 // 'label.month_total' => 'Month total',
155 // 'label.month_left' => 'Time until quota is met',
156 // 'label.month_over' => 'Over monthly quota',
157 'label.today' => 'Tänään',
158 'label.total_hours' => 'Tunnit yhteensä',
159 'label.total_cost' => 'Hinta yhteensä',
160 'label.view' => 'Näytä',
161 'label.edit' => 'Muokkaa',
162 'label.delete' => 'Poista',
163 'label.configure' => 'Aseta',
164 'label.select_all' => 'Valitse kaikki',
165 'label.select_none' => 'Poista kaikki valinnat',
166 'label.id' => 'ID',
167 'label.language' => 'Kieli',
168 'label.decimal_mark' => 'Desimaalierotin',
169 'label.date_format' => 'Päiväyksen muoto',
170 'label.time_format' => 'Kellonajan muoto',
171 'label.week_start' => 'Viikon 1. päivä',
172 'label.comment' => 'Kommentti',
173 'label.status' => 'Tila',
174 'label.tax' => 'Vero',
175 'label.subtotal' => 'Välisumma',
176 'label.total' => 'Yhteensä',
177 'label.client_name' => 'Asiakkaan nimi',
178 'label.client_address' => 'Asiakkaan osoite',
179 'label.or' => 'tai',
180 'label.error' => 'Virhe',
181 'label.ldap_hint' => 'Syötä <b>Windows-käyttäjätunnuksesi</b> ja <b>salasanasi</b> ao. kenttiin.',
182 'label.required_fields' => '* - pakolliset kentät',
183 'label.on_behalf' => 'puolesta',
184 'label.role_manager' => '(esimies)',
185 'label.role_comanager' => '(apu-esimies)',
186 'label.role_admin' => '(ylläpitäjä)',
187 'label.page' => 'Sivu',
188 // Labels for plugins (extensions to Time Tracker that provide additional features).
189 'label.custom_fields' => 'Omat kentät',
190 'label.type' => 'Tyyppi',
191 'label.type_dropdown' => 'pudotusvalikko',
192 'label.type_text' => 'teksti',
193 'label.required' => 'Pakollinen',
194 'label.fav_report' => 'Raporttipohja',
195 'label.cron_schedule' => 'Cron-ajoitus',
196 'label.what_is_it' => 'Mikä se on?',
197 // 'label.year' => 'Year',
198 // 'label.month' => 'Month',
199 // 'label.quota' => 'Quota',
200
201 // Form titles.
202 'title.login' => 'Kirjautuminen',
203 'title.teams' => 'Tiimit',
204 'title.create_team' => 'Tiimin luonti',
205 'title.edit_team' => 'Tiimin muokkaus',
206 'title.delete_team' => 'Tiimin poisto',
207 'title.reset_password' => 'Salasanan nollaus',
208 'title.change_password' => 'Salasanan vaihto',
209 'title.time' => 'Tuntien kirjaus',
210 'title.edit_time_record' => 'Tuntikirjausten muokkaus',
211 'title.delete_time_record' => 'Tuntikirjausten poisto',
212 'title.expenses' => 'Kulut',
213 'title.edit_expense' => 'Kulutietojen muokkaus',
214 'title.delete_expense' => 'Kulutiedon poisto',
215 'title.reports' => 'Raportit',
216 'title.report' => 'Raportti',
217 'title.send_report' => 'Raportin lähetys',
218 'title.invoice' => 'Lasku',
219 'title.send_invoice' => 'Laskun lähetys',
220 'title.charts' => 'Kaaviot',
221 'title.projects' => 'Projektit',
222 'title.add_project' => 'Projektin lisäys',
223 'title.edit_project' => 'Projektin muokkaus',
224 'title.delete_project' => 'Projektin poisto',
225 'title.tasks' => 'Tehtävät',
226 'title.add_task' => 'Tehtävän lisäys',
227 'title.edit_task' => 'Tehtävän muokkaus',
228 'title.delete_task' => 'Tehtävän poisto',
229 'title.users' => 'Käyttäjät',
230 'title.add_user' => 'Käyttäjän lisäys',
231 'title.edit_user' => 'Käyttäjän muokkaus',
232 'title.delete_user' => 'Käyttäjän poisto',
233 'title.clients' => 'Asiakkaat',
234 'title.add_client' => 'Asiakkaan lisäys',
235 'title.edit_client' => 'Asiakkaan muokkaus',
236 'title.delete_client' => 'Asiakkaan poisto',
237 'title.invoices' => 'Laskut',
238 'title.add_invoice' => 'Laskun lisäys',
239 'title.view_invoice' => 'Laskun tarkastelu',
240 'title.delete_invoice' => 'Laskun poisto',
241 'title.notifications' => 'Ilmoitukset',
242 'title.add_notification' => 'Ilmoituksen lisäys',
243 'title.edit_notification' => 'Ilmoituksen muokkaus',
244 'title.delete_notification' => 'Ilmoituksen poisto',
245 // 'title.monthly_quota' => 'Monthly quota',
246 'title.export' => 'Tiimitietojen vienti',
247 'title.import' => 'Tiimitietojen tunti',
248 'title.options' => 'Optiot',
249 'title.profile' => 'Profiili',
250 'title.cf_custom_fields' => 'Omat kentät',
251 'title.cf_add_custom_field' => 'Oman kentän lisäys',
252 'title.cf_edit_custom_field' => 'Oman kentän muokkaus',
253 'title.cf_delete_custom_field' => 'Oman kentän poisto',
254 'title.cf_dropdown_options' => 'Pudotusvalikon vaihtoehdot',
255 'title.cf_add_dropdown_option' => 'Vaihtoehdon lisäys',
256 'title.cf_edit_dropdown_option' => 'Vaihtoehdon muokkaus',
257 'title.cf_delete_dropdown_option' => 'Vaihtoehdon poisto',
258 'title.locking' => 'Lukitus',
259
260 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
261 // Strings that are used in a single form must go to the specific form section.
262 'dropdown.all' => '--- kaikki ---',
263 'dropdown.no' => '--- ei ---',
264 'dropdown.this_day' => 'tämä päivä',
265 'dropdown.this_week' => 'tämä viikko',
266 'dropdown.last_week' => 'viime viikko',
267 'dropdown.this_month' => 'tämä kuu',
268 'dropdown.last_month' => 'viime kuu',
269 'dropdown.this_year' => 'tämä vuosi',
270 'dropdown.all_time' => 'kaikki tunnit',
271 'dropdown.projects' => 'projektit',
272 'dropdown.tasks' => 'tehtävät',
273 'dropdown.clients' => 'asiakkaat',
274 'dropdown.select' => '--- valitse ---',
275 'dropdown.select_invoice' => '--- valitse lasku ---',
276 'dropdown.status_active' => 'aktiivinen',
277 'dropdown.status_inactive' => 'inaktiivinen',
278 'dropdown.delete'=>'poista',
279 'dropdown.do_not_delete'=>'älä poista',
280
281 // 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.
282 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
283 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
284 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
285
286 // Login form. See example at https://timetracker.anuko.com/login.php.
287 'form.login.forgot_password' => 'Salasana unohtunut?',
288 '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.',
289
290 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
291 'form.reset_password.message' => 'Salasanan nollauspyyntöviesti lähetetty.',
292 'form.reset_password.email_subject' => 'Anuko Time Tracker -salasanan nollauspyyntö',
293 '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",
294
295 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
296 'form.change_password.tip' => 'Syötä uusi salasana ja osoita Tallenna.',
297
298 // Time form. See example at https://timetracker.anuko.com/time.php.
299 'form.time.duration_format' => '(hh:mm tai 0.0h)',
300 'form.time.billable' => 'Laskutettava',
301 'form.time.uncompleted' => 'Keskeneräinen',
302
303 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
304 'form.time_edit.uncompleted' => 'Vain aloitusaika tallennettiin tietueeseen. Kyseessä ei ole virhe.',
305
306 // Reports form. See example at https://timetracker.anuko.com/reports.php
307 'form.reports.save_as_favorite' => 'Tallenna raporttipohjaksi',
308 'form.reports.confirm_delete' => 'Haluatko varmasti poistaa tämän raporttipohjan?',
309 'form.reports.include_records' => 'Sisällytä tietueet',
310 'form.reports.include_billable' => 'laskutettavat',
311 'form.reports.include_not_billable' => 'ei-laskutettavat',
312 'form.reports.include_invoiced' => 'laskutettu',
313 'form.reports.include_not_invoiced' => 'laskuttamatta',
314 'form.reports.select_period' => 'Valitse ajanjakso',
315 'form.reports.set_period' => 'tai aseta päivät',
316 'form.reports.show_fields' => 'Näytä kentät',
317 'form.reports.group_by' => 'Ryhmittelyperuste',
318 'form.reports.group_by_no' => '--- ei ryhmitystä ---',
319 'form.reports.group_by_date' => 'päivä',
320 'form.reports.group_by_user' => 'käyttäjä',
321 'form.reports.group_by_client' => 'asiakas',
322 'form.reports.group_by_project' => 'projekti',
323 'form.reports.group_by_task' => 'tehtävä',
324 'form.reports.totals_only' => 'Vain yhteissummat',
325
326 // Report form. See example at https://timetracker.anuko.com/report.php
327 // (after generating a report at https://timetracker.anuko.com/reports.php).
328 'form.report.export' => 'Vie',
329
330 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
331 // (you can get to this form after generating a report).
332 'form.invoice.number' => 'Laskun numero',
333 'form.invoice.person' => 'Henkilö',
334 'form.invoice.invoice_to_delete' => 'Poistettava lasku',
335 'form.invoice.invoice_entries' => 'Laskurivit',
336
337 // Charts form. See example at https://timetracker.anuko.com/charts.php
338 'form.charts.interval' => 'Ajalta',
339 'form.charts.chart' => 'Kaavio',
340
341 // Projects form. See example at https://timetracker.anuko.com/projects.php
342 'form.projects.active_projects' => 'Aktiiviset projektit',
343 'form.projects.inactive_projects' => 'Ei-aktiiviset projektit',
344
345 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
346 'form.tasks.active_tasks' => 'Aktiiviset tehtävät',
347 'form.tasks.inactive_tasks' => 'Ei-aktiiviset tehtävät',
348
349 // Users form. See example at https://timetracker.anuko.com/users.php
350 'form.users.active_users' => 'Aktiiviset käyttäjät',
351 'form.users.inactive_users' => 'Ei-aktiiviset käyttäjät',
352 'form.users.role' => 'Rooli',
353 'form.users.manager' => 'Esimies',
354 'form.users.comanager' => 'Apuesimies',
355 'form.users.rate' => 'Taksa',
356 'form.users.default_rate' => 'Oletustuntitaksa',
357
358 // Client delete form. See example at https://timetracker.anuko.com/client_delete.php
359 'form.client.client_to_delete' => 'Poistettava asiakas',
360 'form.client.client_entries' => 'Asiakassyötteet',
361
362 // Clients form. See example at https://timetracker.anuko.com/clients.php
363 'form.clients.active_clients' => 'Aktiiviset asiakkaat',
364 'form.clients.inactive_clients' => 'Ei-aktiiviset asiakkaat',
365
366 // Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
367 'form.export.hint' => 'Voit viedä tiimin tiedot xml-tiedostoksi, mikä voi helpottaa tietojen siirtoa omalle palvelimelle.',
368 'form.export.compression' => 'Pakkaus',
369 'form.export.compression_none' => 'ei pakata',
370 'form.export.compression_bzip' => 'bzip',
371
372 // Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
373 'form.import.hint' => 'Tuo tiimitiedot xml-tiedostosta.',
374 'form.import.file' => 'Valitse tiedosto',
375 'form.import.success' => 'Tietojen tuonti onnistui.',
376
377 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
378 '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).',
379
380 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
381 'form.profile.12_hours' => '12-tuntinen',
382 'form.profile.24_hours' => '24-tuntinen',
383 'form.profile.tracking_mode' => 'Seurantamuoto',
384 'form.profile.mode_time' => 'aika',
385 'form.profile.mode_projects' => 'projektit',
386 'form.profile.mode_projects_and_tasks' => 'projektit ja tehtävät',
387 'form.profile.record_type' => 'Tietueen tyyppi',
388 'form.profile.type_all' => 'kaikki',
389 'form.profile.type_start_finish' => 'aloitus ja lopetus',
390 'form.profile.type_duration' => 'kesto',
391 'form.profile.plugins' => 'Lisäosat',
392
393 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
394 'form.mail.from' => 'Lähettäjä',
395 'form.mail.to' => 'Vastaanottaja',
396 'form.mail.cc' => 'Kopio',
397 'form.mail.subject' => 'Aihe',
398 'form.mail.report_subject' => 'Time Tracker -raportti',
399 '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>.',
400 'form.mail.report_sent' => 'Raportti lähetetty.',
401 'form.mail.invoice_sent' => 'Lasku lähetetty.',
402 );