X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/c8caee8e34eec5a3fd047d679e79af149ed1e433..6fad626b400a77e2775397dc9e87960f4d53247c:/WEB-INF/resources/pl.lang.php diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index e1efcbce..3eb00a60 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -123,14 +123,14 @@ $i18n_key_words = array( 'button.reset_password' => 'Resetuj hasło', 'button.send' => 'Wyślij', 'button.send_by_email' => 'Wyślij e-mail', -'button.create_team' => 'Stwórz zespół', -'button.export' => 'Eksportuj zespół', -'button.import' => 'Importuj zespół', +'button.create_group' => 'Stwórz zespół', // TODO: replace "team" with "group". +'button.export' => 'Eksportuj zespół', // TODO: replace "team" with "group". +'button.import' => 'Importuj zespół', // TODO: replace "team" with "group". 'button.close' => 'Zamknij', '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',