X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffi.lang.php;h=d8079aac880fb0a5b74fa79597d4f6c5557cb2ee;hb=4c32352c1c34231ff49937b751c491c4a0880328;hp=aebd958cc9d6b1b38b3cd7379f8e70e25b54f08b;hpb=8a3dcc22484e01a06a0576cd47c88d9e99e7da77;p=timetracker.git diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index aebd958c..d8079aac 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -26,16 +26,19 @@ // | https://www.anuko.com/time_tracker/credits.htm // +----------------------------------------------------------------------+ +// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. +// Other characters (such as double-quotes in http links, etc.) do not have to be escaped. + $i18n_language = 'Suomi'; $i18n_months = array('Tammikuu', 'Helmikuu', 'Maaliskuu', 'Huhtikuu', 'Toukokuu', 'Kesäkuu', 'Heinäkuu', 'Elokuu', 'Syyskuu', 'Lokakuu', 'Marraskuu', 'Joulukuu'); $i18n_weekdays = array('Sunnuntai', 'Maanantai', 'Tiistai', 'Keskiviikko', 'Torstai', 'Perjantai', 'Lauantai'); -$i18n_weekdays_short = array('su', 'ma', 'ti', 'ke', 'to', 'pe', 'la'); +$i18n_weekdays_short = array('Su', 'Ma', 'Ti', 'Ke', 'To', 'Pe', 'La'); // format mm/dd $i18n_holidays = array('01/01', '01/06', '05/01', '06/24', '12/06', '12/25', '12/26'); $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Kirjaudu', 'menu.logout' => 'Kirjaudu ulos', @@ -44,8 +47,7 @@ $i18n_key_words = array( 'menu.create_team' => 'Luo tiimi', 'menu.profile' => 'Profiili', 'menu.time' => 'Tunnit', -// TODO: translate the following string. -// 'menu.expenses' => 'Expenses', +'menu.expenses' => 'Kulut', 'menu.reports' => 'Raportit', 'menu.charts' => 'Kaaviot', 'menu.projects' => 'Projektit', @@ -57,11 +59,12 @@ $i18n_key_words = array( 'menu.options' => 'Optiot', // Footer - strings on the bottom of most pages. -'footer.mobile_phones' => 'Time Tracker on saatavana myös mobiililaitteille.', +'footer.contribute_msg' => 'Voit osallistua Time Tracker -sovelluksen tuotekehitykseen monin tavoin.', // '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. // 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. 'footer.credits' => 'Credits', 'footer.license' => 'Lisenssi', +'footer.improve' => 'Osallistu kehitystyöhön', // Error messages. 'error.access_denied' => 'Pääsy estetty.', @@ -75,6 +78,8 @@ $i18n_key_words = array( 'error.task' => 'Valitse tehtävä.', 'error.client' => 'Valitse asiakas.', 'error.report' => 'Valitse raportti.', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => 'Virheellinen käyttäjänimi tai salasana.', 'error.user_exists' => 'Tämä käyttäjänimi on jo olemassa.', 'error.project_exists' => 'Tämän niminen projekti on jo olemassa.', @@ -85,7 +90,7 @@ $i18n_key_words = array( 'error.no_login' => 'Tuntematon käyttäjänimi.', 'error.no_teams' => 'Tietokanta on tyhjä. Kirjaudu ylläpitäjänä ja luo uusi tiimi.', 'error.upload' => 'Virhe tiedoston lataus.', -'error.period_locked' => 'Toimintoa ei voi suorittaa. Liian vanhojen tietueiden päivitys tai luonti ei onnistu. Tiimin esimies asettaa "Lukitusväli päivinä" arvon "Profiili"-sivulla. Arvolla 0 lukitusta ei tehdä.

Keskeneräiset tietueet (kestona 0 tai määrittelemätön) voidaan poistaa.', +'error.range_locked' => 'Aikaväli on lukittu.', 'error.mail_send' => 'Virhe postinlähetyksessä.', 'error.no_email' => 'Käyttäjätunnukseen ei ole liitetty sähköpostiosoitetta.', 'error.uncompleted_exists' => 'Kesken oleva syötetieto on jo olemassa. Sulje tai poista se.', @@ -100,12 +105,6 @@ $i18n_key_words = array( 'button.copy' => 'Kopioi', 'button.cancel' => 'Keskeytä', 'button.submit' => 'Hyväksy', -'button.add_user' => 'Lisää käyttäjä', -'button.add_project' => 'Lisää projekti', -'button.add_task' => 'Lisää tehtävä', -'button.add_client' => 'Lisää asiakas', -'button.add_invoice' => 'Lisää lasku', -'button.add_option' => 'Lisää optio', 'button.add' => 'Lisää', 'button.generate' => 'Luo', 'button.reset_password' => 'Nollaa salasana', @@ -129,11 +128,17 @@ $i18n_key_words = array( 'label.password' => 'Salasana', 'label.confirm_password' => 'Vahvista salasana', 'label.email' => 'Sähköposti', +'label.cc' => 'Kopio', +// TODO: translate the following. +// 'label.bcc' => 'Bcc', +'label.subject' => 'Aihe', 'label.date' => 'Päiväys', 'label.start_date' => 'Aloituspäivä', 'label.end_date' => 'Päättymispäivä', 'label.user' => 'Käyttäjä', 'label.users' => 'Käyttäjät', +// TODO: translate the following. +// 'label.roles' => 'Roles', 'label.client' => 'Asiakas', 'label.clients' => 'Asiakkaat', 'label.option' => 'Optio', @@ -147,23 +152,27 @@ $i18n_key_words = array( 'label.finish' => 'Lopetus', 'label.duration' => 'Kesto', 'label.note' => 'Huom', +// TODO: translate the following. +// 'label.notes' => 'Notes', 'label.item' => 'Syöte', 'label.cost' => 'Hinta', -'label.week_total' => 'Viikko yhteensä', 'label.day_total' => 'Päivä yhteensä', +'label.week_total' => 'Viikko yhteensä', +// TODO: translate the following. +// 'label.month_total' => 'Month total', 'label.today' => 'Tänään', -'label.total_hours' => 'Tunnit yhteensä', -'label.total_cost' => 'Hinta yhteensä', 'label.view' => 'Näytä', 'label.edit' => 'Muokkaa', 'label.delete' => 'Poista', 'label.configure' => 'Aseta', 'label.select_all' => 'Valitse kaikki', 'label.select_none' => 'Poista kaikki valinnat', +// TODO: translate the following. +// 'label.day_view' => 'Day view', +// 'label.week_view' => 'Week view', 'label.id' => 'ID', 'label.language' => 'Kieli', 'label.decimal_mark' => 'Desimaalierotin', -'label.lock_interval' => 'Lukitusväli päivinä', 'label.date_format' => 'Päiväyksen muoto', 'label.time_format' => 'Kellonajan muoto', 'label.week_start' => 'Viikon 1. päivä', @@ -182,10 +191,15 @@ $i18n_key_words = array( 'label.role_manager' => '(esimies)', 'label.role_comanager' => '(apu-esimies)', 'label.role_admin' => '(ylläpitäjä)', -// Translate the following string. -// 'label.page' => 'Page', +'label.page' => 'Sivu', +// TODO: translate the following. +// 'label.condition' => 'Condition', +// 'label.yes' => 'yes', +// 'label.no' => 'no', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Omat kentät', +// Translate the following. +// 'label.monthly_quotas' => 'Monthly quotas', 'label.type' => 'Tyyppi', 'label.type_dropdown' => 'pudotusvalikko', 'label.type_text' => 'teksti', @@ -193,9 +207,13 @@ $i18n_key_words = array( 'label.fav_report' => 'Raporttipohja', 'label.cron_schedule' => 'Cron-ajoitus', 'label.what_is_it' => 'Mikä se on?', - -// TODO? missing? -'label.page' => 'Sivu', +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', +// 'label.paid' => 'Paid', +// 'label.mark_paid' => 'Mark paid', +// 'label.week_note' => 'Week note', +// 'label.week_list' => 'Week list', // Form titles. 'title.login' => 'Kirjautuminen', @@ -241,6 +259,8 @@ $i18n_key_words = array( 'title.add_notification' => 'Ilmoituksen lisäys', 'title.edit_notification' => 'Ilmoituksen muokkaus', 'title.delete_notification' => 'Ilmoituksen poisto', +// TODO: translate the following. +// 'title.monthly_quotas' => 'Monthly Quotas', 'title.export' => 'Tiimitietojen vienti', 'title.import' => 'Tiimitietojen tunti', 'title.options' => 'Optiot', @@ -253,17 +273,28 @@ $i18n_key_words = array( 'title.cf_add_dropdown_option' => 'Vaihtoehdon lisäys', 'title.cf_edit_dropdown_option' => 'Vaihtoehdon muokkaus', 'title.cf_delete_dropdown_option' => 'Vaihtoehdon poisto', +'title.locking' => 'Lukitus', +// TODO: translate the following. +// 'title.week_view' => 'Week View', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. 'dropdown.all' => '--- kaikki ---', 'dropdown.no' => '--- ei ---', -'dropdown.this_day' => 'tämä päivä', -'dropdown.this_week' => 'tämä viikko', -'dropdown.last_week' => 'viime viikko', -'dropdown.this_month' => 'tämä kuu', -'dropdown.last_month' => 'viime kuu', -'dropdown.this_year' => 'tämä vuosi', +// TODO: translate the following. +// 'dropdown.current_day' => 'today', +// 'dropdown.previous_day' => 'yesterday', +'dropdown.selected_day' => 'päivä', +'dropdown.current_week' => 'tämä viikko', +'dropdown.previous_week' => 'viime viikko', +'dropdown.selected_week' => 'viikko', +'dropdown.current_month' => 'tämä kuu', +'dropdown.previous_month' => 'viime kuu', +'dropdown.selected_month' => 'kuu', +'dropdown.current_year' => 'tämä vuosi', +// TODO: translate the following. +// 'dropdown.previous_year' => 'previous year', +'dropdown.selected_year' => 'vuosi', 'dropdown.all_time' => 'kaikki tunnit', 'dropdown.projects' => 'projektit', 'dropdown.tasks' => 'tehtävät', @@ -272,8 +303,11 @@ $i18n_key_words = array( 'dropdown.select_invoice' => '--- valitse lasku ---', 'dropdown.status_active' => 'aktiivinen', 'dropdown.status_inactive' => 'inaktiivinen', -'dropdown.delete'=>'poista', -'dropdown.do_not_delete'=>'älä poista', +'dropdown.delete' => 'poista', +'dropdown.do_not_delete' => 'älä poista', +// TODO: translate the following. +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // 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. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases @@ -281,8 +315,8 @@ $i18n_key_words = array( // Strings that are used on multiple unrelated forms should be placed in shared sections such as label., etc. // Login form. See example at https://timetracker.anuko.com/login.php. -'form.login.forgot_password' => 'Salasana hukassa?', -'form.login.about' =>'Anuko Time Tracker on yksinkertainen ja helppokäyttöinen vapaan koodin tuntiseurantaohjelmisto.', +'form.login.forgot_password' => 'Salasana unohtunut?', +'form.login.about' => 'Anuko Time Tracker on yksinkertainen ja helppokäyttöinen vapaan koodin tuntiseurantaohjelmisto.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. 'form.reset_password.message' => 'Salasanan nollauspyyntöviesti lähetetty.', @@ -296,14 +330,20 @@ $i18n_key_words = array( 'form.time.duration_format' => '(hh:mm tai 0.0h)', 'form.time.billable' => 'Laskutettava', 'form.time.uncompleted' => 'Keskeneräinen', +// TODO: translate the following. +// 'form.time.remaining_quota' => 'Remaining quota', +// 'form.time.over_quota' => 'Over quota', // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record). 'form.time_edit.uncompleted' => 'Vain aloitusaika tallennettiin tietueeseen. Kyseessä ei ole virhe.', +// Week view form. See example at https://timetracker.anuko.com/week.php. +// TODO: translate the following. +// 'form.week.new_entry' => 'New entry', + // Reports form. See example at https://timetracker.anuko.com/reports.php 'form.reports.save_as_favorite' => 'Tallenna raporttipohjaksi', 'form.reports.confirm_delete' => 'Haluatko varmasti poistaa tämän raporttipohjan?', -'form.reports.include_records' => 'Sisällytä tietueet', 'form.reports.include_billable' => 'laskutettavat', 'form.reports.include_not_billable' => 'ei-laskutettavat', 'form.reports.include_invoiced' => 'laskutettu', @@ -323,13 +363,19 @@ $i18n_key_words = array( // Report form. See example at https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). 'form.report.export' => 'Vie', +// TODO: translate the following. +// 'form.report.assign_to_invoice' => 'Assign to invoice', // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). 'form.invoice.number' => 'Laskun numero', 'form.invoice.person' => 'Henkilö', + +// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php 'form.invoice.invoice_to_delete' => 'Poistettava lasku', 'form.invoice.invoice_entries' => 'Laskurivit', +// TODO: translate the following. +// 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.', // Charts form. See example at https://timetracker.anuko.com/charts.php 'form.charts.interval' => 'Ajalta', @@ -346,37 +392,47 @@ $i18n_key_words = array( // Users form. See example at https://timetracker.anuko.com/users.php 'form.users.active_users' => 'Aktiiviset käyttäjät', 'form.users.inactive_users' => 'Ei-aktiiviset käyttäjät', + // TODO: translate the following. + // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', 'form.users.role' => 'Rooli', 'form.users.manager' => 'Esimies', 'form.users.comanager' => 'Apuesimies', 'form.users.rate' => 'Taksa', 'form.users.default_rate' => 'Oletustuntitaksa', -// Client delete form. See example at https://timetracker.anuko.com/client_delete.php -'form.client.client_to_delete' => 'Poistettava asiakas', -'form.client.client_entries' => 'Asiakassyötteet', +// Roles form. See example at https://timetracker.anuko.com/roles.php +// TODO: translate the following. +// 'form.roles.active_roles' => 'Active Roles', +// 'form.roles.inactive_roles' => 'Inactive Roles', +// 'form.roles.rights' => 'Rights', // Clients form. See example at https://timetracker.anuko.com/clients.php 'form.clients.active_clients' => 'Aktiiviset asiakkaat', 'form.clients.inactive_clients' => 'Ei-aktiiviset asiakkaat', -// Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php +'form.client.client_to_delete' => 'Poistettava asiakas', +'form.client.client_entries' => 'Asiakassyötteet', + +// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php 'form.export.hint' => 'Voit viedä tiimin tiedot xml-tiedostoksi, mikä voi helpottaa tietojen siirtoa omalle palvelimelle.', 'form.export.compression' => 'Pakkaus', 'form.export.compression_none' => 'ei pakata', 'form.export.compression_bzip' => 'bzip', -// Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Tuo tiimitiedot xml-tiedostosta.', 'form.import.file' => 'Valitse tiedosto', 'form.import.success' => 'Tietojen tuonti onnistui.', // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.hint' => 'Luo uusi tiimi luomalla ensin tiimin esimiehen käyttäjätili.
Tiimin tiedot voi myös tuoda toiselta Anuko Time Tracker -palvelimelta xml-muodossa (käyttäjänimien oltava uusia).', +'form.teams.hint' => 'Luo uusi tiimi luomalla ensin tiimin esimiehen käyttäjätili.
Tiimin tiedot voi myös tuoda toiselta Anuko Time Tracker -palvelimelta xml-muodossa (käyttäjänimien oltava uusia).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. 'form.profile.12_hours' => '12-tuntinen', 'form.profile.24_hours' => '24-tuntinen', +// TODO: translate the following. +// 'form.profile.show_holidays' => 'Show holidays', 'form.profile.tracking_mode' => 'Seurantamuoto', 'form.profile.mode_time' => 'aika', 'form.profile.mode_projects' => 'projektit', @@ -385,16 +441,26 @@ $i18n_key_words = array( 'form.profile.type_all' => 'kaikki', 'form.profile.type_start_finish' => 'aloitus ja lopetus', 'form.profile.type_duration' => 'kesto', +// TODO: translate the following. +// 'form.profile.punch_mode' => 'Punch mode', +// 'form.profile.allow_overlap' => 'Allow overlap', +// 'form.profile.future_entries' => 'Future entries', +// 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', 'form.profile.plugins' => 'Lisäosat', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'Lähettäjä', 'form.mail.to' => 'Vastaanottaja', -'form.mail.cc' => 'Kopio', -'form.mail.subject' => 'Aihe', 'form.mail.report_subject' => 'Time Tracker -raportti', 'form.mail.footer' => 'Anuko Time Tracker on yksinkertainen ja helppokäyttöinen vapaan koodin tuntiseurantaohjelmisto. Lisätietoja sivulla www.anuko.com.', 'form.mail.report_sent' => 'Raportti lähetetty.', 'form.mail.invoice_sent' => 'Lasku lähetetty.', + +// Quotas configuration form. +// TODO: translate the following. +// 'form.quota.year' => 'Year', +// 'form.quota.month' => 'Month', +// 'form.quota.quota' => 'Quota', +// 'form.quota.workday_hours' => 'Hours in a work day', +// 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', ); -?>