X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffi.lang.php;h=b90e0ce1df1a12d9fbc2fa0c24a36ced60bf1a24;hb=54c7f39c93815e99c45f3f974a4ec14673fee1b2;hp=d722106d45d04800ec975de082ec9f225ffa48af;hpb=9eee35c738a83c870e8d6dfda19d859bd063b233;p=timetracker.git diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index d722106d..b90e0ce1 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -44,8 +44,11 @@ $i18n_key_words = array( 'menu.logout' => 'Kirjaudu ulos', 'menu.forum' => 'Keskustelupalsta', 'menu.help' => 'Apua', -'menu.create_team' => 'Luo tiimi', +// TODO: translate the following. +// 'menu.create_group' => 'Create Group', 'menu.profile' => 'Profiili', +// TODO: translate the following. +// 'menu.group' => 'Group', 'menu.time' => 'Tunnit', 'menu.expenses' => 'Kulut', 'menu.reports' => 'Raportit', @@ -53,7 +56,8 @@ $i18n_key_words = array( 'menu.projects' => 'Projektit', 'menu.tasks' => 'Tehtävät', 'menu.users' => 'Käyttäjät', -'menu.teams' => 'Tiimit', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => 'Vie', 'menu.clients' => 'Asiakkaat', 'menu.options' => 'Optiot', @@ -70,6 +74,8 @@ $i18n_key_words = array( 'error.access_denied' => 'Pääsy estetty.', 'error.sys' => 'Järjestelmävirhe.', 'error.db' => 'Tietokantavirhe.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Virheellinen "{0}" tieto.', 'error.empty' => 'Kenttä "{0}" on tyhjä.', 'error.not_equal' => 'Kentät "{0}" ja "{1}" eivät ole samat.', @@ -92,7 +98,7 @@ $i18n_key_words = array( // 'error.role_exists' => 'Role with this rank already exists.', 'error.no_invoiceable_items' => 'Ei laskutettavia syötteitä.', 'error.no_login' => 'Tuntematon käyttäjänimi.', -'error.no_teams' => 'Tietokanta on tyhjä. Kirjaudu ylläpitäjänä ja luo uusi tiimi.', +'error.no_groups' => 'Tietokanta on tyhjä. Kirjaudu ylläpitäjänä ja luo uusi tiimi.', // TODO: replace "team" with "group". 'error.upload' => 'Virhe tiedoston lataus.', 'error.range_locked' => 'Aikaväli on lukittu.', 'error.mail_send' => 'Virhe postinlähetyksessä.', @@ -115,9 +121,9 @@ $i18n_key_words = array( 'button.reset_password' => 'Nollaa salasana', 'button.send' => 'Lähetä', 'button.send_by_email' => 'Lähetä sähköpostilla', -'button.create_team' => 'Luo tiimi', -'button.export' => 'Vie tiimi', -'button.import' => 'Tuo tiimi', +'button.create_group' => 'Luo tiimi', // TODO: replace "team" with "group". +'button.export' => 'Vie tiimi', // TODO: replace "team" with "group". +'button.import' => 'Tuo tiimi', // TODO: replace "team" with "group". 'button.close' => 'Sulje', 'button.stop' => 'Lopeta', @@ -278,6 +284,8 @@ $i18n_key_words = array( 'title.import' => 'Tiimitietojen tunti', 'title.options' => 'Optiot', 'title.profile' => 'Profiili', +// TODO: translate the following. +// 'title.group' => 'Group Settings', 'title.cf_custom_fields' => 'Omat kentät', 'title.cf_add_custom_field' => 'Oman kentän lisäys', 'title.cf_edit_custom_field' => 'Oman kentän muokkaus', @@ -449,6 +457,8 @@ $i18n_key_words = array( '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. +// TODO: translate the following. +// 'form.profile.swap_roles' => 'Swap roles', 'form.profile.12_hours' => '12-tuntinen', 'form.profile.24_hours' => '24-tuntinen', // TODO: translate the following. @@ -466,6 +476,7 @@ $i18n_key_words = array( // 'form.profile.allow_overlap' => 'Allow overlap', // 'form.profile.future_entries' => 'Future entries', // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.profile.allow_ip' => 'Allow IP', 'form.profile.plugins' => 'Lisäosat', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. @@ -486,6 +497,7 @@ $i18n_key_words = array( // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php. // TODO: translate the following. +// 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.', // 'form.swap.swap_with' => 'Swap roles with', // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.