X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpl.lang.php;h=5dd20bd9251d07dcb608be259dc03674a85fb99f;hb=dc5d9b08bfb2e729508b02928b9d3b45e041e3a7;hp=b4ece7f7ee7bb77f321205b9ded08c4f427d1e92;hpb=8a3dcc22484e01a06a0576cd47c88d9e99e7da77;p=timetracker.git diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index b4ece7f7..5dd20bd9 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -26,7 +26,7 @@ // | https://www.anuko.com/time_tracker/credits.htm // +----------------------------------------------------------------------+ -// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option +// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. // Other characters (such as double-quotes in http links, etc.) do not have to be escaped. $i18n_language = 'Polski'; @@ -59,9 +59,13 @@ $i18n_key_words = array( 'menu.options' => 'Opcje', // Footer - strings on the bottom of most pages. -'footer.mobile_phones' => 'Time Tracker jest dostępny na urządzeniach przenośnych.', +// TODO: Translate the following: +// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', 'footer.credits' => 'Twórcy', 'footer.license' => 'Licencja', +// TODO: Translate the following: +// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language. + // This is a link to a webpage that describes how to contribute to the project. // Error messages. 'error.access_denied' => 'Odmowa dostępu.', @@ -85,7 +89,8 @@ $i18n_key_words = array( '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.upload' => 'Błąd podczas wysyłania pliku.', -'error.period_locked' => 'Nie można dokończyć operacji. Wpisy starsze niż określona liczba dni nie mogą być tworzone lub modyfikowane. Manager zespołu ustala tę liczbę w polu "Blokada edycji po okresie (dni)" na stronie "Profil". Ustaw na 0, aby wyłączyć blokowanie.

Niedokończone wpisy (z czasem trwania 0 lub pustym polem) mogą zostać usunięte.', +// TODO: Translate the following: +// 'error.range_locked' => 'Date range is locked.', 'error.mail_send' => 'Błąd podczas wysyłania wiadomości e-mail.', 'error.no_email' => 'Żaden adres e-mail nie jest skojarzony z tym loginem.', 'error.uncompleted_exists' => 'Istnieje niedokończony wpis. Zamknij go lub usuń.', @@ -395,4 +400,3 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'Wysłano raport', 'form.mail.invoice_sent' => 'Wysłano fakturę', ); -?>