X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/c8caee8e34eec5a3fd047d679e79af149ed1e433..10a6f13349f497f4e2e5c7c4812fcb48db65310e:/WEB-INF/resources/sk.lang.php diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index bd61c5ef..9c87c2bf 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -127,15 +127,15 @@ $i18n_key_words = array( 'button.reset_password' => 'Obnoviť heslo', 'button.send' => 'Odoslať', 'button.send_by_email' => 'Odoslať na e-mail', -'button.create_team' => 'Vytvoriť tím', -'button.export' => 'Exportovať tím', -'button.import' => 'Importovať tím', +'button.create_group' => 'Vytvoriť tím', // TODO: replace "team" with "group". +'button.export' => 'Exportovať tím', // TODO: replace "team" with "group". +'button.import' => 'Importovať tím', // TODO: replace "team" with "group". 'button.close' => 'Zatvoriť', // TODO: translate the following. // 'button.stop' => 'Stop', // Labels for controls on forms. Labels in this section are used on multiple forms. -'label.team_name' => 'Názov tímu', +'label.group_name' => 'Názov tímu', // TODO: replace "team" with "group". 'label.address' => 'Adresa', 'label.currency' => 'Mena', 'label.manager_name' => 'Meno manažéra', @@ -239,7 +239,7 @@ $i18n_key_words = array( // Form titles. 'title.login' => 'Prihlásenie', -'title.teams' => 'Tímy', +'title.groups' => 'Tímy', // TODO: change "teams" to "groups". 'title.create_team' => 'Vytváranie tímu', // TODO: translate the following. // 'title.edit_team' => 'Editing Team',