X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffi.lang.php;h=f290ff5ba5e4006c2f5dc97085437958db6e30c9;hb=69915aba68a312fb2080c2356a482736efc254ae;hp=208c25598bfd300e9a1ea4ff24fcf58c06c83eed;hpb=220824961aa7e1d0da738de5a1feacc3c5832b7c;p=timetracker.git diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 208c2559..f290ff5b 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -59,6 +59,7 @@ $i18n_key_words = array( 'menu.users' => 'Käyttäjät', // TODO: translate the following. // 'menu.groups' => 'Groups', +// 'menu.subgroups' => 'Subgroups', 'menu.export' => 'Vie', 'menu.clients' => 'Asiakkaat', 'menu.options' => 'Optiot', @@ -157,6 +158,7 @@ $i18n_key_words = array( 'label.users' => 'Käyttäjät', // TODO: translate the following. // 'label.group' => 'Group', +// 'label.subgroups' => 'Subgroups', // 'label.roles' => 'Roles', 'label.client' => 'Asiakas', 'label.clients' => 'Asiakkaat', @@ -242,8 +244,10 @@ $i18n_key_words = array( // Form titles. 'title.login' => 'Kirjautuminen', -'title.groupd' => 'Tiimit', // TODO: change "teams" to "groups". -'title.create_group' => 'Tiimin luonti', // TODO: change "team" to "group". +'title.groups' => 'Tiimit', // TODO: change "teams" to "groups". +// TODO: translate the following. +// 'title.subgroups' => 'Subgroups', +// 'title.add_group' => 'Adding Group', 'title.edit_group' => 'Tiimin muokkaus', // TODO: change "team" to "group". 'title.delete_group' => 'Tiimin poisto', // TODO: change "team" to "group". 'title.reset_password' => 'Salasanan nollaus', @@ -295,8 +299,6 @@ $i18n_key_words = array( 'title.import' => 'Tiimitietojen tunti', // TODO: replace "team" with "group". 'title.options' => 'Optiot', 'title.profile' => 'Profiili', -// TODO: translate the following. -// 'title.group' => 'Group Settings', 'title.plugins' => 'Lisäosat', 'title.cf_custom_fields' => 'Omat kentät', 'title.cf_add_custom_field' => 'Oman kentän lisäys',