X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/54c7f39c93815e99c45f3f974a4ec14673fee1b2..6fad626b400a77e2775397dc9e87960f4d53247c:/WEB-INF/resources/pl.lang.php diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index fe3ba97a..3eb00a60 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -130,7 +130,7 @@ $i18n_key_words = array( 'button.stop' => 'Zatrzymaj', // Labels for controls on forms. Labels in this section are used on multiple forms. -'label.team_name' => 'Nazwa zespołu', +'label.group_name' => 'Nazwa zespołu', // TODO: replace "team" with "group". 'label.address' => 'Adres', 'label.currency' => 'Waluta', 'label.manager_name' => 'Nazwa managera', @@ -232,10 +232,10 @@ $i18n_key_words = array( // Form titles. 'title.login' => 'Logowanie', -'title.teams' => 'Zespoły', -'title.create_team' => 'Zakładanie zespołu', -'title.edit_team' => 'Edytowanie zespołu', -'title.delete_team' => 'Usuwanie zespołu', +'title.groups' => 'Zespoły', // TODO: change "teams" to "groups". +'title.create_group' => 'Zakładanie zespołu', // TODO: change "team" to "group". +'title.edit_group' => 'Edytowanie zespołu', // TODO: change "team" to "group". +'title.delete_group' => 'Usuwanie zespołu', // TODO: change "team" to "group". 'title.reset_password' => 'Resetowanie hasła', 'title.change_password' => 'Zmiana hasła', 'title.time' => 'Wybrana data',