X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpl.lang.php;h=2c1210eac2b673da191ddc625cd92c8108d628b6;hb=de05f61301a897661c702f03c1b45dd3ab5c0e8a;hp=fd599500f3928a96d88c1a44ca8d68a0a79da8f3;hpb=62b36719d92eec21e5e132811c1ec88e5f495117;p=timetracker.git diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index fd599500..2c1210ea 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -44,8 +44,11 @@ $i18n_key_words = array( 'menu.logout' => 'Wyloguj', 'menu.forum' => 'Forum', 'menu.help' => 'Pomoc', -'menu.create_team' => 'Stwórz zespół', +// TODO: translate the following. +// 'menu.create_group' => 'Create Group', 'menu.profile' => 'Profil', +// TODO: translate the following. +// 'menu.group' => 'Group', 'menu.time' => 'Czas', 'menu.expenses' => 'Wydatki', 'menu.reports' => 'Raporty', @@ -53,7 +56,8 @@ $i18n_key_words = array( 'menu.projects' => 'Projekty', 'menu.tasks' => 'Zadania', 'menu.users' => 'Użytkownicy', -'menu.teams' => 'Zespoły', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => 'Eksport', 'menu.clients' => 'Klienci', 'menu.options' => 'Opcje', @@ -95,7 +99,7 @@ $i18n_key_words = array( // 'error.role_exists' => 'Role with this rank already exists.', 'error.no_invoiceable_items' => 'Brak przedmiotów do faktury.', 'error.no_login' => 'Użytkownik o takiej nazwie nie istnieje.', -'error.no_teams' => 'Twoja baza danych jest pusta. Zaloguj się jako administrator i stwórz nowy zespół.', +'error.no_groups' => 'Twoja baza danych jest pusta. Zaloguj się jako administrator i stwórz nowy zespół.', // TODO: replace "team" with "group". 'error.upload' => 'Błąd podczas wysyłania pliku.', // TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', @@ -119,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', @@ -228,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', @@ -276,10 +280,12 @@ $i18n_key_words = array( 'title.edit_notification' => 'Edytowanie powiadomienia', 'title.delete_notification' => 'Usuwanie powiadomienia', // 'title.monthly_quotas' => 'Monthly Quotas', -'title.export' => 'Eksport danych zespołu', -'title.import' => 'Import danych zespołu', +'title.export' => 'Eksport danych zespołu', // TODO: replace "team" with "group". +'title.import' => 'Import danych zespołu', // TODO: replace "team" with "group". 'title.options' => 'Opcje', 'title.profile' => 'Profil', +// TODO: translate the following. +// 'title.group' => 'Group Settings', 'title.cf_custom_fields' => 'Pola niestandardowe', 'title.cf_add_custom_field' => 'Dodawanie pola niestandardowego', 'title.cf_edit_custom_field' => 'Edytowanie pola niestandardowego', @@ -289,7 +295,7 @@ $i18n_key_words = array( 'title.cf_edit_dropdown_option' => 'Edytowanie opcji', 'title.cf_delete_dropdown_option' => 'Usuwanie opcji', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). -// It is also a name for the Locking plugin on the Team profile page. +// It is also a name for the Locking plugin on the group settings page. // TODO: translate the following. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', @@ -438,19 +444,21 @@ $i18n_key_words = array( 'form.client.client_to_delete' => 'Klient do usunięcia', 'form.client.client_entries' => 'Wpisy dot. klienta', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'Możesz wyeksportować wszystkie dane zespołu do pliku xml. Przydatne przy migracji danych na własny serwer.', 'form.export.compression' => 'Kompresja', 'form.export.compression_none' => 'brak', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). -'form.import.hint' => 'Import danych zespołu z pliku xml.', +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +'form.import.hint' => 'Import danych zespołu z pliku xml.', // TODO: replace "team" with "group". 'form.import.file' => 'Wybierz plik', 'form.import.success' => 'Import zakończony powodzeniem.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.hint' => 'Załóż nowy zespół najpierw tworząc konto managera.
Możesz także zaimportować plik xml z danymi zespołu z innego serwera Anuko Time Tracker (nazwy loginów nie mogą się powtarzać).', +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). +// TODO: replace "team" with "group" in the string below. +'form.groups.hint' => 'Załóż nowy zespół najpierw tworząc konto managera.
Możesz także zaimportować plik xml z danymi zespołu z innego serwera Anuko Time Tracker (nazwy loginów nie mogą się powtarzać).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. @@ -472,6 +480,7 @@ $i18n_key_words = array( // 'form.profile.allow_overlap' => 'Allow overlap', // 'form.profile.future_entries' => 'Future entries', // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.profile.allow_ip' => 'Allow IP', 'form.profile.plugins' => 'Dodatkowe moduły', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.