Removing legacy lock interval in days - replaced by Locking plugin.
[timetracker.git] / WEB-INF / resources / pl.lang.php
index 368ce6b..b2abad4 100644 (file)
@@ -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. <br><br>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ń.',
@@ -167,7 +168,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',
@@ -254,6 +254,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.