Added entity column on cf_custom_fields.php page.
[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
37 $i18n_key_words = array(
38
39 // Menus - short selection strings that are displayed on top of application web pages.
40 // Example: https://timetracker.anuko.com (black menu on top).
41 'menu.login' => 'Kirjaudu',
42 'menu.logout' => 'Kirjaudu ulos',
43 'menu.forum' => 'Keskustelupalsta',
44 'menu.help' => 'Apua',
45 // TODO: translate the following.
46 // 'menu.register' => 'Register',
47 'menu.profile' => 'Profiili',
48 // TODO: translate the following.
49 // 'menu.group' => 'Group',
50 'menu.plugins' => 'Lisäosat',
51 'menu.time' => 'Tunnit',
52 // TODO: translate the following.
53 // 'menu.week' => 'Week',
54 'menu.expenses' => 'Kulut',
55 'menu.reports' => 'Raportit',
56 // TODO: translate the following.
57 // 'menu.timesheets' => 'Timesheets',
58 'menu.charts' => 'Kaaviot',
59 'menu.projects' => 'Projektit',
60 'menu.tasks' => 'Tehtävät',
61 'menu.users' => 'Käyttäjät',
62 // TODO: translate the following.
63 // 'menu.groups' => 'Groups',
64 // 'menu.subgroups' => 'Subgroups',
65 'menu.export' => 'Vie',
66 'menu.clients' => 'Asiakkaat',
67 'menu.options' => 'Optiot',
68
69 // Footer - strings on the bottom of most pages.
70 'footer.contribute_msg' => 'Voit osallistua Time Tracker -sovelluksen tuotekehitykseen monin tavoin.',
71 // '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.
72 // 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.
73 'footer.credits' => 'Credits',
74 'footer.license' => 'Lisenssi',
75 'footer.improve' => 'Osallistu kehitystyöhön',
76
77 // Error messages.
78 'error.access_denied' => 'Pääsy estetty.',
79 'error.sys' => 'Järjestelmävirhe.',
80 'error.db' => 'Tietokantavirhe.',
81 // TODO: translate the following.
82 // 'error.feature_disabled' => 'Feature is disabled.',
83 'error.field' => 'Virheellinen "{0}" tieto.',
84 'error.empty' => 'Kenttä "{0}" on tyhjä.',
85 'error.not_equal' => 'Kentät "{0}" ja "{1}" eivät ole samat.',
86 'error.interval' => 'Kentän "{0}" arvon tulee olla suurempi kuin kentän "{1}".',
87 'error.project' => 'Valitse projekti.',
88 'error.task' => 'Valitse tehtävä.',
89 'error.client' => 'Valitse asiakas.',
90 'error.report' => 'Valitse raportti.',
91 // TODO: translate the following.
92 // 'error.record' => 'Select record.',
93 'error.auth' => 'Virheellinen käyttäjänimi tai salasana.',
94 'error.user_exists' => 'Tämä käyttäjänimi on jo olemassa.',
95 // TODO: translate the following.
96 // 'error.object_exists' => 'Object with this name already exists.',
97 'error.invoice_exists' => 'Tällä numerolla oleva lasku on jo olemassa.',
98 // TODO: translate the following.
99 // 'error.role_exists' => 'Role with this rank already exists.',
100 'error.no_invoiceable_items' => 'Ei laskutettavia syötteitä.',
101 // TODO: translate the following.
102 // 'error.no_records' => 'There are no records.',
103 'error.no_login' => 'Tuntematon käyttäjänimi.',
104 'error.no_groups' => 'Tietokanta on tyhjä. Kirjaudu ylläpitäjänä ja luo uusi tiimi.',  // TODO: replace "team" with "group".
105 'error.upload' => 'Virhe tiedoston lataus.',
106 'error.range_locked' => 'Aikaväli on lukittu.',
107 'error.mail_send' => 'Virhe postinlähetyksessä.',
108 // TODO: improve the translation above by adding MAIL_SMTP_DEBUG part.
109 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
110 'error.no_email' => 'Käyttäjätunnukseen ei ole liitetty sähköpostiosoitetta.',
111 'error.uncompleted_exists' => 'Kesken oleva syötetieto on jo olemassa. Sulje tai poista se.',
112 'error.goto_uncompleted' => 'Siirry kesken olevaan syötteeseen.',
113 'error.overlap' => 'Aikavälillä on päällekkäisiä syötteitä.',
114 'error.future_date' => 'Aika on tulevaisuudessa.',
115 // TODO: translate the following.
116 // 'error.xml' => 'Error in XML file at line %d: %s.',
117 // 'error.cannot_import' => 'Cannot import: %s.',
118 // 'error.format' => 'Invalid file format.',
119 // 'error.user_count' => 'Limit on user count.',
120 // 'error.expired' => 'Expiration date reached.',
121 // 'error.file_storage' => 'File storage error.',
122
123 // Warning messages.
124 // TODO: translate the following.
125 // 'warn.sure' => 'Are you sure?',
126 // 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
127
128 // Success messages.
129 // TODO: translate the following.
130 // 'msg.success' => 'Operation completed successfully.',
131
132 // Labels for buttons.
133 'button.login' => 'Kirjaudu',
134 'button.now' => 'Nyt',
135 'button.save' => 'Tallenna',
136 'button.copy' => 'Kopioi',
137 'button.cancel' => 'Keskeytä',
138 'button.submit' => 'Hyväksy',
139 'button.add' => 'Lisää',
140 'button.delete' => 'Poista',
141 'button.generate' => 'Luo',
142 'button.reset_password' => 'Nollaa salasana',
143 'button.send' => 'Lähetä',
144 'button.send_by_email' => 'Lähetä sähköpostilla',
145 'button.create_group' => 'Luo tiimi', // TODO: replace "team" with "group".
146 'button.export' => 'Vie tiimi', // TODO: replace "team" with "group".
147 'button.import' => 'Tuo tiimi', // TODO: replace "team" with "group".
148 'button.close' => 'Sulje',
149 'button.stop' => 'Lopeta',
150 // TODO: translate the following.
151 // 'button.approve' => 'Approve',
152 // 'button.disapprove' => 'Disapprove',
153
154 // Labels for controls on forms. Labels in this section are used on multiple forms.
155 'label.group_name' => 'Tiimin nimi', // TODO: replace "team" with "group".
156 'label.address' => 'Osoite',
157 'label.currency' => 'Valuutta',
158 'label.manager_name' => 'Esimies',
159 'label.manager_login' => 'Esimiehen käyttäjätunnus',
160 'label.person_name' => 'Nimi',
161 'label.thing_name' => 'Nimi',
162 'label.login' => 'Käyttäjätunnus',
163 'label.password' => 'Salasana',
164 'label.confirm_password' => 'Vahvista salasana',
165 'label.email' => 'Sähköposti',
166 'label.cc' => 'Kopio',
167 // TODO: translate the following.
168 // 'label.bcc' => 'Bcc',
169 'label.subject' => 'Aihe',
170 'label.date' => 'Päiväys',
171 'label.start_date' => 'Aloituspäivä',
172 'label.end_date' => 'Päättymispäivä',
173 'label.user' => 'Käyttäjä',
174 'label.users' => 'Käyttäjät',
175 // TODO: translate the following.
176 // 'label.group' => 'Group',
177 // 'label.subgroups' => 'Subgroups',
178 // 'label.roles' => 'Roles',
179 'label.client' => 'Asiakas',
180 'label.clients' => 'Asiakkaat',
181 'label.option' => 'Optio',
182 'label.invoice' => 'Lasku',
183 'label.project' => 'Projekti',
184 'label.projects' => 'Projektit',
185 'label.task' => 'Tehtävä',
186 'label.tasks' => 'Tehtävät',
187 'label.description' => 'Kuvaus',
188 'label.start' => 'Aloitus',
189 'label.finish' => 'Lopetus',
190 'label.duration' => 'Kesto',
191 'label.note' => 'Huom',
192 // TODO: translate the following.
193 // 'label.notes' => 'Notes',
194 'label.item' => 'Syöte',
195 'label.cost' => 'Hinta',
196 // TODO: translate the following.
197 // 'label.ip' => 'IP',
198 'label.day_total' => 'Päivä yhteensä',
199 'label.week_total' => 'Viikko yhteensä',
200 // TODO: translate the following.
201 // 'label.month_total' => 'Month total',
202 'label.today' => 'Tänään',
203 'label.view' => 'Näytä',
204 'label.edit' => 'Muokkaa',
205 'label.delete' => 'Poista',
206 'label.configure' => 'Aseta',
207 'label.select_all' => 'Valitse kaikki',
208 'label.select_none' => 'Poista kaikki valinnat',
209 // TODO: translate the following.
210 // 'label.day_view' => 'Day view',
211 // 'label.week_view' => 'Week view',
212 'label.id' => 'ID',
213 'label.language' => 'Kieli',
214 'label.decimal_mark' => 'Desimaalierotin',
215 'label.date_format' => 'Päiväyksen muoto',
216 'label.time_format' => 'Kellonajan muoto',
217 'label.week_start' => 'Viikon 1. päivä',
218 'label.comment' => 'Kommentti',
219 'label.status' => 'Tila',
220 'label.tax' => 'Vero',
221 'label.subtotal' => 'Välisumma',
222 'label.total' => 'Yhteensä',
223 'label.client_name' => 'Asiakkaan nimi',
224 'label.client_address' => 'Asiakkaan osoite',
225 'label.or' => 'tai',
226 'label.error' => 'Virhe',
227 'label.ldap_hint' => 'Syötä <b>Windows-käyttäjätunnuksesi</b> ja <b>salasanasi</b> ao. kenttiin.',
228 'label.required_fields' => '* - pakolliset kentät',
229 'label.on_behalf' => 'puolesta',
230 'label.role_manager' => '(esimies)',
231 'label.role_comanager' => '(apu-esimies)',
232 'label.role_admin' => '(ylläpitäjä)',
233 'label.page' => 'Sivu',
234 // TODO: translate the following.
235 // 'label.condition' => 'Condition',
236 // 'label.yes' => 'yes',
237 // 'label.no' => 'no',
238 // Labels for plugins (extensions to Time Tracker that provide additional features).
239 'label.custom_fields' => 'Omat kentät',
240 // TODO: translate the following.
241 // 'label.monthly_quotas' => 'Monthly quotas',
242 // TODO: translate the following.
243 // 'label.entity' => 'Entity',
244 'label.type' => 'Tyyppi',
245 'label.type_dropdown' => 'pudotusvalikko',
246 'label.type_text' => 'teksti',
247 'label.required' => 'Pakollinen',
248 'label.fav_report' => 'Raporttipohja',
249 // TODO: translate the following.
250 // 'label.schedule' => 'Schedule',
251 'label.what_is_it' => 'Mikä se on?',
252 // 'label.expense' => 'Expense',
253 // 'label.quantity' => 'Quantity',
254 // 'label.paid_status' => 'Paid status',
255 // 'label.paid' => 'Paid',
256 // 'label.mark_paid' => 'Mark paid',
257 // 'label.week_menu' => 'Week menu',
258 // 'label.week_note' => 'Week note',
259 // 'label.week_list' => 'Week list',
260 // 'label.work_units' => 'Work units',
261 // 'label.work_units_short' => 'Units',
262 'label.totals_only' => 'Vain yhteissummat',
263 // TODO: translate the following.
264 // 'label.quota' => 'Quota',
265 // 'label.timesheet' => 'Timesheet',
266 // 'label.submitted' => 'Submitted',
267 // 'label.approved' => 'Approved',
268 // 'label.approval' => 'Report approval',
269 // 'label.mark_approved' => 'Mark approved',
270 // 'label.template' => 'Template',
271 // 'label.attachments' => 'Attachments',
272 // 'label.files' => 'Files',
273 // 'label.file' => 'File',
274 // 'label.image' => 'Image',
275 // 'label.download' => 'Download',
276 'label.active_users' => 'Aktiiviset käyttäjät',
277 'label.inactive_users' => 'Ei-aktiiviset käyttäjät',
278
279 // Entity names. We use lower case (in English) because they are used in dropdowns, too.
280 // They are used to associate a custom field with an entity type.
281 // TODO: translate the following.
282 // 'entity.time' => 'time',
283 // 'entity.user' => 'user',
284 // 'entity.project' => 'project',
285
286 // Form titles.
287 'title.error' => 'Virhe',
288 // TODO: Translate the following.
289 // 'title.success' => 'Success',
290 'title.login' => 'Kirjautuminen',
291 'title.groups' => 'Tiimit', // TODO: change "teams" to "groups".
292 // TODO: translate the following.
293 // 'title.subgroups' => 'Subgroups',
294 // 'title.add_group' => 'Adding Group',
295 'title.edit_group' => 'Tiimin muokkaus', // TODO: change "team" to "group".
296 'title.delete_group' => 'Tiimin poisto', // TODO: change "team" to "group".
297 'title.reset_password' => 'Salasanan nollaus',
298 'title.change_password' => 'Salasanan vaihto',
299 'title.time' => 'Tuntien kirjaus',
300 'title.edit_time_record' => 'Tuntikirjausten muokkaus',
301 'title.delete_time_record' => 'Tuntikirjausten poisto',
302 // TODO: Translate the following.
303 // 'title.time_files' => 'Time Record Files',
304 'title.expenses' => 'Kulut',
305 'title.edit_expense' => 'Kulutietojen muokkaus',
306 'title.delete_expense' => 'Kulutiedon poisto',
307 'title.reports' => 'Raportit',
308 'title.report' => 'Raportti',
309 'title.send_report' => 'Raportin lähetys',
310 // TODO: Translate the following.
311 // 'title.timesheets' => 'Timesheets',
312 // 'title.timesheet' => 'Timesheet',
313 // 'title.timesheet_files' => 'Timesheet Files',
314 'title.invoice' => 'Lasku',
315 'title.send_invoice' => 'Laskun lähetys',
316 'title.charts' => 'Kaaviot',
317 'title.projects' => 'Projektit',
318 // TODO: translate the following.
319 // 'title.project_files' => 'Project Files',
320 'title.add_project' => 'Projektin lisäys',
321 'title.edit_project' => 'Projektin muokkaus',
322 'title.delete_project' => 'Projektin poisto',
323 'title.tasks' => 'Tehtävät',
324 'title.add_task' => 'Tehtävän lisäys',
325 'title.edit_task' => 'Tehtävän muokkaus',
326 'title.delete_task' => 'Tehtävän poisto',
327 'title.users' => 'Käyttäjät',
328 'title.add_user' => 'Käyttäjän lisäys',
329 'title.edit_user' => 'Käyttäjän muokkaus',
330 'title.delete_user' => 'Käyttäjän poisto',
331 // TODO: translate the following.
332 // 'title.roles' => 'Roles',
333 // 'title.add_role' => 'Adding Role',
334 // 'title.edit_role' => 'Editing Role',
335 // 'title.delete_role' => 'Deleting Role',
336 'title.clients' => 'Asiakkaat',
337 'title.add_client' => 'Asiakkaan lisäys',
338 'title.edit_client' => 'Asiakkaan muokkaus',
339 'title.delete_client' => 'Asiakkaan poisto',
340 'title.invoices' => 'Laskut',
341 'title.add_invoice' => 'Laskun lisäys',
342 'title.view_invoice' => 'Laskun tarkastelu',
343 'title.delete_invoice' => 'Laskun poisto',
344 'title.notifications' => 'Ilmoitukset',
345 'title.add_notification' => 'Ilmoituksen lisäys',
346 'title.edit_notification' => 'Ilmoituksen muokkaus',
347 'title.delete_notification' => 'Ilmoituksen poisto',
348 // TODO: translate the following.
349 // 'title.add_timesheet' => 'Adding Timesheet',
350 // 'title.edit_timesheet' => 'Editing Timesheet',
351 // 'title.delete_timesheet' => 'Deleting Timesheet',
352 // 'title.monthly_quotas' => 'Monthly Quotas',
353 'title.export' => 'Tiimitietojen vienti', // TODO: replace "team" with "group".
354 'title.import' => 'Tiimitietojen tunti', // TODO: replace "team" with "group".
355 'title.options' => 'Optiot',
356 // TODO: translate the following.
357 // 'title.display_options' => 'Display Options',
358 'title.profile' => 'Profiili',
359 'title.plugins' => 'Lisäosat',
360 'title.cf_custom_fields' => 'Omat kentät',
361 'title.cf_add_custom_field' => 'Oman kentän lisäys',
362 'title.cf_edit_custom_field' => 'Oman kentän muokkaus',
363 'title.cf_delete_custom_field' => 'Oman kentän poisto',
364 'title.cf_dropdown_options' => 'Pudotusvalikon vaihtoehdot',
365 'title.cf_add_dropdown_option' => 'Vaihtoehdon lisäys',
366 'title.cf_edit_dropdown_option' => 'Vaihtoehdon muokkaus',
367 'title.cf_delete_dropdown_option' => 'Vaihtoehdon poisto',
368 'title.locking' => 'Lukitus',
369 // TODO: translate the following.
370 // 'title.week_view' => 'Week View',
371 // 'title.swap_roles' => 'Swapping Roles',
372 // 'title.work_units' => 'Work Units',
373 // 'title.templates' => 'Templates',
374 // 'title.add_template' => 'Adding Template',
375 // 'title.edit_template' => 'Editing Template',
376 // 'title.delete_template' => 'Deleting Template',
377 // 'title.edit_file' => 'Editing File',
378 // 'title.delete_file' => 'Deleting File',
379 // 'title.download_file' => 'Downloading File',
380 // 'title.work' => 'Work',
381 // 'title.add_work' => 'Adding Work',
382 // 'title.edit_work' => 'Editing Work',
383 // 'title.delete_work' => 'Deleting Work',
384 // 'title.active_work' => 'Active Work', // Active work items this group outsources to other groups.
385 // 'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups.
386
387 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
388 // Strings that are used in a single form must go to the specific form section.
389 'dropdown.all' => '--- kaikki ---',
390 'dropdown.no' => '--- ei ---',
391 // TODO: translate the following.
392 // 'dropdown.current_day' => 'today',
393 // 'dropdown.previous_day' => 'yesterday',
394 'dropdown.selected_day' => 'päivä',
395 'dropdown.current_week' => 'tämä viikko',
396 'dropdown.previous_week' => 'viime viikko',
397 'dropdown.selected_week' => 'viikko',
398 'dropdown.current_month' => 'tämä kuu',
399 'dropdown.previous_month' => 'viime kuu',
400 'dropdown.selected_month' => 'kuu',
401 'dropdown.current_year' => 'tämä vuosi',
402 // TODO: translate the following.
403 // 'dropdown.previous_year' => 'previous year',
404 'dropdown.selected_year' => 'vuosi',
405 'dropdown.all_time' => 'kaikki tunnit',
406 'dropdown.projects' => 'projektit',
407 'dropdown.tasks' => 'tehtävät',
408 'dropdown.clients' => 'asiakkaat',
409 'dropdown.select' => '--- valitse ---',
410 'dropdown.select_invoice' => '--- valitse lasku ---',
411 // TODO: translate the following.
412 // 'dropdown.select_timesheet' => '--- select timesheet ---',
413 'dropdown.status_active' => 'aktiivinen',
414 'dropdown.status_inactive' => 'inaktiivinen',
415 'dropdown.delete' => 'poista',
416 'dropdown.do_not_delete' => 'älä poista',
417 // TODO: translate the following.
418 // 'dropdown.approved' => 'approved',
419 // 'dropdown.not_approved' => 'not approved',
420 // 'dropdown.paid' => 'paid',
421 // 'dropdown.not_paid' => 'not paid',
422
423 // 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.
424 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
425 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
426 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
427
428 // Login form. See example at https://timetracker.anuko.com/login.php.
429 'form.login.forgot_password' => 'Salasana unohtunut?',
430 '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.',
431
432 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
433 'form.reset_password.message' => 'Salasanan nollauspyyntöviesti lähetetty.',
434 'form.reset_password.email_subject' => 'Anuko Time Tracker -salasanan nollauspyyntö',
435 // TODO: English string has changed. "from IP added. Re-translate the beginning.
436 // '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",
437 // "IP %s" probably sounds awkward.
438 '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",
439
440 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
441 'form.change_password.tip' => 'Syötä uusi salasana ja osoita Tallenna.',
442
443 // Time form. See example at https://timetracker.anuko.com/time.php.
444 'form.time.duration_format' => '(hh:mm tai 0.0h)',
445 'form.time.billable' => 'Laskutettava',
446 'form.time.uncompleted' => 'Keskeneräinen',
447 // TODO: translate the following.
448 // 'form.time.remaining_quota' => 'Remaining quota',
449 // 'form.time.over_quota' => 'Over quota',
450 // 'form.time.remaining_balance' => 'Remaining balance',
451 // 'form.time.over_balance' => 'Over balance',
452
453 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
454 'form.time_edit.uncompleted' => 'Vain aloitusaika tallennettiin tietueeseen. Kyseessä ei ole virhe.',
455
456 // Week view form. See example at https://timetracker.anuko.com/week.php.
457 // TODO: translate the following.
458 // 'form.week.new_entry' => 'New entry',
459
460 // Reports form. See example at https://timetracker.anuko.com/reports.php
461 'form.reports.save_as_favorite' => 'Tallenna raporttipohjaksi',
462 'form.reports.confirm_delete' => 'Haluatko varmasti poistaa tämän raporttipohjan?',
463 'form.reports.include_billable' => 'laskutettavat',
464 'form.reports.include_not_billable' => 'ei-laskutettavat',
465 'form.reports.include_invoiced' => 'laskutettu',
466 'form.reports.include_not_invoiced' => 'laskuttamatta',
467 // TODO: translate the following.
468 // 'form.reports.include_assigned' => 'assigned',
469 // 'form.reports.include_not_assigned' => 'not assigned',
470 // 'form.reports.include_pending' => 'pending',
471 'form.reports.select_period' => 'Valitse ajanjakso',
472 'form.reports.set_period' => 'tai aseta päivät',
473 'form.reports.show_fields' => 'Näytä kentät',
474 'form.reports.group_by' => 'Ryhmittelyperuste',
475 'form.reports.group_by_no' => '--- ei ryhmitystä ---',
476 'form.reports.group_by_date' => 'päivä',
477 'form.reports.group_by_user' => 'käyttäjä',
478 'form.reports.group_by_client' => 'asiakas',
479 'form.reports.group_by_project' => 'projekti',
480 'form.reports.group_by_task' => 'tehtävä',
481
482 // Report form. See example at https://timetracker.anuko.com/report.php
483 // (after generating a report at https://timetracker.anuko.com/reports.php).
484 'form.report.export' => 'Vie',
485 // TODO: translate the following.
486 // 'form.report.assign_to_invoice' => 'Assign to invoice',
487 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
488
489 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
490 // TODO: translate the following.
491 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
492 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
493
494 // Templates form. See example at https://timetracker.anuko.com/templates.php
495 // TODO: translate the following.
496 // 'form.templates.active_templates' => 'Active Templates',
497 // 'form.templates.inactive_templates' => 'Inactive Templates',
498
499 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
500 // (you can get to this form after generating a report).
501 'form.invoice.number' => 'Laskun numero',
502 'form.invoice.person' => 'Henkilö',
503
504 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
505 'form.invoice.invoice_to_delete' => 'Poistettava lasku',
506 'form.invoice.invoice_entries' => 'Laskurivit',
507 // TODO: translate the following.
508 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
509
510 // Charts form. See example at https://timetracker.anuko.com/charts.php
511 'form.charts.interval' => 'Ajalta',
512 'form.charts.chart' => 'Kaavio',
513
514 // Projects form. See example at https://timetracker.anuko.com/projects.php
515 'form.projects.active_projects' => 'Aktiiviset projektit',
516 'form.projects.inactive_projects' => 'Ei-aktiiviset projektit',
517
518 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
519 'form.tasks.active_tasks' => 'Aktiiviset tehtävät',
520 'form.tasks.inactive_tasks' => 'Ei-aktiiviset tehtävät',
521
522 // Users form. See example at https://timetracker.anuko.com/users.php
523 // TODO: translate the following.
524 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
525 'form.users.role' => 'Rooli',
526 'form.users.manager' => 'Esimies',
527 'form.users.comanager' => 'Apuesimies',
528 'form.users.rate' => 'Taksa',
529 'form.users.default_rate' => 'Oletustuntitaksa',
530
531 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
532 // TODO: translate the following.
533 // 'form.user_edit.swap_roles' => 'Swap roles',
534
535 // Roles form. See example at https://timetracker.anuko.com/roles.php
536 // TODO: translate the following.
537 // 'form.roles.active_roles' => 'Active Roles',
538 // 'form.roles.inactive_roles' => 'Inactive Roles',
539 // 'form.roles.rank' => 'Rank',
540 // 'form.roles.rights' => 'Rights',
541 // 'form.roles.assigned' => 'Assigned',
542 // 'form.roles.not_assigned' => 'Not assigned',
543
544 // Clients form. See example at https://timetracker.anuko.com/clients.php
545 'form.clients.active_clients' => 'Aktiiviset asiakkaat',
546 'form.clients.inactive_clients' => 'Ei-aktiiviset asiakkaat',
547
548 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
549 'form.client.client_to_delete' => 'Poistettava asiakas',
550 'form.client.client_entries' => 'Asiakassyötteet',
551
552 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
553 // TODO: replace "team" with "group" in the string below.
554 'form.export.hint' => 'Voit viedä tiimin tiedot xml-tiedostoksi, mikä voi helpottaa tietojen siirtoa omalle palvelimelle.',
555 'form.export.compression' => 'Pakkaus',
556 'form.export.compression_none' => 'ei pakata',
557 'form.export.compression_bzip' => 'bzip',
558
559 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
560 'form.import.hint' => 'Tuo tiimitiedot xml-tiedostosta.', // TODO: replace "team" with "group".
561 'form.import.file' => 'Valitse tiedosto',
562 'form.import.success' => 'Tietojen tuonti onnistui.',
563
564 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
565 // TODO: replace "team" with "group" in the string below.
566 'form.groups.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).',
567
568 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
569 'form.group_edit.12_hours' => '12-tuntinen',
570 'form.group_edit.24_hours' => '24-tuntinen',
571 // TODO: translate the following.
572 // 'form.group_edit.display_options' => 'Display options',
573 // 'form.group_edit.holidays' => 'Holidays',
574 'form.group_edit.tracking_mode' => 'Seurantamuoto',
575 'form.group_edit.mode_time' => 'aika',
576 'form.group_edit.mode_projects' => 'projektit',
577 'form.group_edit.mode_projects_and_tasks' => 'projektit ja tehtävät',
578 'form.group_edit.record_type' => 'Tietueen tyyppi',
579 'form.group_edit.type_all' => 'kaikki',
580 'form.group_edit.type_start_finish' => 'aloitus ja lopetus',
581 'form.group_edit.type_duration' => 'kesto',
582 // TODO: translate the following.
583 // 'form.group_edit.punch_mode' => 'Punch mode',
584 // 'form.group_edit.allow_overlap' => 'Allow overlap',
585 // 'form.group_edit.future_entries' => 'Future entries',
586 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
587 // 'form.group_edit.confirm_save' => 'Confirm saving',
588 // 'form.group_edit.allow_ip' => 'Allow IP',
589 // 'form.group_edit.advanced_settings' => 'Advanced settings',
590
591 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
592 // TODO: translate the following.
593 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
594
595 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
596 'form.mail.from' => 'Lähettäjä',
597 'form.mail.to' => 'Vastaanottaja',
598 'form.mail.report_subject' => 'Time Tracker -raportti',
599 '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>.',
600 'form.mail.report_sent' => 'Raportti lähetetty.',
601 'form.mail.invoice_sent' => 'Lasku lähetetty.',
602
603 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
604 // TODO: translate the following.
605 // 'form.quota.year' => 'Year',
606 // 'form.quota.month' => 'Month',
607 // 'form.quota.workday_hours' => 'Hours in a work day',
608 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
609
610 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
611 // TODO: translate the following.
612 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
613 // 'form.swap.swap_with' => 'Swap roles with',
614
615 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
616 // TODO: translate the following.
617 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
618 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
619
620 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
621 // TODO: translate the following.
622 // 'role.user.label' => 'User',
623 // 'role.user.low_case_label' => 'user',
624 // 'role.user.description' => 'A regular member without management rights.',
625 // 'role.client.label' => 'Client',
626 // 'role.client.low_case_label' => 'client',
627 // 'role.client.description' => 'A client can view its own data.',
628 // 'role.supervisor.label' => 'Supervisor',
629 // 'role.supervisor.low_case_label' => 'supervisor',
630 // 'role.supervisor.description' => 'A person with a small set of management rights.',
631 // 'role.comanager.label' => 'Co-manager',
632 // 'role.comanager.low_case_label' => 'co-manager',
633 // 'role.comanager.description' => 'A person with a big set of management functions.',
634 // 'role.manager.label' => 'Manager',
635 // 'role.manager.low_case_label' => 'manager',
636 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
637 // 'role.top_manager.label' => 'Top manager',
638 // 'role.top_manager.low_case_label' => 'top manager',
639 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
640 // 'role.admin.label' => 'Administrator',
641 // 'role.admin.low_case_label' => 'administrator',
642 // 'role.admin.description' => 'Site adminsitrator.',
643
644 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
645 // TODO: translate the following.
646 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
647 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
648 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
649 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
650 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
651 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
652
653 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
654 // TODO: translate the following.
655 // 'form.display_options.menu' => 'Menu',
656 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
657 );