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