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