]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/pl.lang.php
Added a check for timesheet delete operation possibility.
[timetracker.git] / WEB-INF / resources / pl.lang.php
index 94a094e8f22ebe5eef322098b59035aaa12f5725..c471a0c0c6ad43b9fbe7c05a2bfc14b29998d62b 100644 (file)
@@ -99,6 +99,8 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'error.role_exists' => 'Role with this rank already exists.',
 'error.no_invoiceable_items' => 'Brak przedmiotów do faktury.',
+// TODO: translate the following.
+// 'error.no_records' => 'There are no records.',
 'error.no_login' => 'Użytkownik o takiej nazwie nie istnieje.',
 '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.',
@@ -142,8 +144,6 @@ $i18n_key_words = array(
 'button.send' => 'Wyślij',
 'button.send_by_email' => 'Wyślij e-mail',
 'button.create_group' => 'Stwórz zespół', // TODO: replace "team" with "group".
-// TODO: translate the following.
-// 'button.create_timesheet' => 'Create timesheet',
 'button.export' => 'Eksportuj zespół', // TODO: replace "team" with "group".
 'button.import' => 'Importuj zespół', // TODO: replace "team" with "group".
 'button.close' => 'Zamknij',
@@ -372,6 +372,8 @@ $i18n_key_words = array(
 'dropdown.clients' => 'klienci',
 'dropdown.select' => '--- wybierz ---',
 'dropdown.select_invoice' => '--- wybierz fakturę ---',
+// TODO: translate the following.
+// 'dropdown.select_timesheet' => '--- select timesheet ---',
 'dropdown.status_active' => 'aktywny',
 'dropdown.status_inactive' => 'nieaktywny',
 'dropdown.delete' => 'usuń',
@@ -446,6 +448,7 @@ $i18n_key_words = array(
 'form.report.export' => 'Eksport',
 // TODO: translate the following.
 // 'form.report.assign_to_invoice' => 'Assign to invoice',
+// 'form.report.assign_to_timesheet' => 'Assign to timesheet',
 
 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
 // TODO: translate the following.