X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpl.lang.php;h=eaa303fdf64a382e90e67e41456c2ca4ab8120ca;hb=37a79d8c923c46dd1ffd1219d493f52fb0fc4ca1;hp=368ce6be267763dc206cb0b24d2a3b11ebc444cd;hpb=8e4807d9e83fbb282dca07744c36eb5d2cf281dd;p=timetracker.git diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 368ce6be..eaa303fd 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -65,7 +65,7 @@ $i18n_key_words = array( '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. + // This is a link to a webpage that describes how to contribute to the project. // Error messages. 'error.access_denied' => 'Odmowa dostępu.', @@ -89,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ń.', @@ -153,8 +154,12 @@ $i18n_key_words = array( 'label.note' => 'Uwagi', 'label.item' => 'Pozycja', 'label.cost' => 'Koszt', -'label.week_total' => 'W tym tygodniu', 'label.day_total' => 'Dziś', +'label.week_total' => 'W tym tygodniu', +// TODO: translate the following. +// 'label.month_total' => 'Month total', +// 'label.remaining_quota' => 'Remaining quota', +// 'label.over_quota' => 'Over quota', 'label.today' => 'Dziś', 'label.total_hours' => 'Całkowita liczba godzin', 'label.total_cost' => 'Koszt całkowity', @@ -167,7 +172,6 @@ $i18n_key_words = array( 'label.id' => 'ID', 'label.language' => 'Język', 'label.decimal_mark' => 'Znak dziesiętny', -'label.lock_interval' => 'Blokada edycji po okresie (dni)', 'label.date_format' => 'Format daty', 'label.time_format' => 'Format godziny', 'label.week_start' => 'Początek tygodnia', @@ -197,6 +201,10 @@ $i18n_key_words = array( 'label.fav_report' => 'Ulubiony raport', 'label.cron_schedule' => 'Harmonogram crona', 'label.what_is_it' => 'Co to jest?', +// 'label.year' => 'Year', +// 'label.month' => 'Month', +// 'label.quota' => 'Quota', +// 'label.workdayHours' => 'Daily working hours', // Form titles. 'title.login' => 'Logowanie', @@ -242,6 +250,7 @@ $i18n_key_words = array( 'title.add_notification' => 'Dodawanie powiadomienia', 'title.edit_notification' => 'Edytowanie powiadomienia', 'title.delete_notification' => 'Usuwanie powiadomienia', +// 'title.monthly_quota' => 'Monthly quota', 'title.export' => 'Eksport danych zespołu', 'title.import' => 'Import danych zespołu', 'title.options' => 'Opcje', @@ -254,6 +263,10 @@ $i18n_key_words = array( 'title.cf_add_dropdown_option' => 'Dodawanie opcji', '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. +// TODO: Translate the following: +// 'title.locking' => 'Locking', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section.