X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpl.lang.php;h=39e7c9f57e54f672e3684b4105be02f06549802b;hb=3fe430d82ad416d1766b9f0cd558e2e1f26900a9;hp=9e8e4c76123e4b032c783dbd32409b7a980b17ce;hpb=92dd94c462e142e8a5f7aae9594dd75b5b5a7afa;p=timetracker.git diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 9e8e4c76..39e7c9f5 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -49,7 +49,7 @@ $i18n_key_words = array( 'menu.profile' => 'Profil', // TODO: translate the following. // 'menu.group' => 'Group', -// 'menu.plugins' => 'Plugins', +'menu.plugins' => 'Moduły', 'menu.time' => 'Czas', 'menu.expenses' => 'Wydatki', 'menu.reports' => 'Raporty', @@ -105,11 +105,17 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', 'error.mail_send' => 'Błąd podczas wysyłania wiadomości e-mail.', +// TODO: improve the translation above by adding MAIL_SMTP_DEBUG part. +// 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.', 'error.no_email' => 'Żaden adres e-mail nie jest skojarzony z tym loginem.', 'error.uncompleted_exists' => 'Istnieje niedokończony wpis. Zamknij go lub usuń.', 'error.goto_uncompleted' => 'Przejdź do niedokończonego wpisu.', 'error.overlap' => 'Okres czasowy nakłada się z istniejącymi wpisami.', 'error.future_date' => 'Data jest w przyszłości.', +// 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', @@ -152,6 +158,7 @@ $i18n_key_words = array( 'label.user' => 'Użytkownik', 'label.users' => 'Użytkownicy', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Klient', 'label.clients' => 'Klienci', @@ -290,6 +297,7 @@ $i18n_key_words = array( 'title.profile' => 'Profil', // TODO: translate the following. // 'title.group' => 'Group Settings', +'title.plugins' => 'Dodatkowe moduły', 'title.cf_custom_fields' => 'Pola niestandardowe', 'title.cf_add_custom_field' => 'Dodawanie pola niestandardowego', 'title.cf_edit_custom_field' => 'Edytowanie pola niestandardowego', @@ -487,7 +495,6 @@ $i18n_key_words = array( // 'form.group_edit.future_entries' => 'Future entries', // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', // 'form.group_edit.allow_ip' => 'Allow IP', -'form.group_edit.plugins' => 'Dodatkowe moduły', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following.