X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/da1736600c488f35a9b900a79ed4fe9b53d909a5..235858d0ca557daca78f85706512dfd01fe1f77d:/WEB-INF/resources/pl.lang.php diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index ffc6d37b..d2bc47b3 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -59,6 +59,7 @@ $i18n_key_words = array( 'menu.users' => 'Użytkownicy', // TODO: translate the following. // 'menu.groups' => 'Groups', +// 'menu.subgroups' => 'Subgroups', 'menu.export' => 'Eksport', 'menu.clients' => 'Klienci', 'menu.options' => 'Opcje', @@ -115,6 +116,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.xml' => 'Error in XML file at line %d: %s.', // 'error.cannot_import' => 'Cannot import: %s.', +// 'error.format' => 'Invalid file format.', // Labels for buttons 'button.login' => 'Login', @@ -158,6 +160,7 @@ $i18n_key_words = array( 'label.users' => 'Użytkownicy', // TODO: translate the following. // 'label.group' => 'Group', +// 'label.subgroups' => 'Subgroups', // 'label.roles' => 'Roles', 'label.client' => 'Klient', 'label.clients' => 'Klienci', @@ -243,6 +246,8 @@ $i18n_key_words = array( // Form titles. 'title.login' => 'Logowanie', 'title.groups' => 'Zespoły', // TODO: change "teams" to "groups". +// TODO: translate the following. +// 'title.subgroups' => 'Subgroups', '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".