diff options
-rw-r--r-- | locales/pl_PL/translations.php | 45 |
1 files changed, 23 insertions, 22 deletions
diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index 767b4d3f..c6284336 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -117,7 +117,7 @@ return array( 'Add a new task' => 'Dodaj zadanie', 'The username is required' => 'Nazwa użytkownika jest wymagana', 'The maximum length is %d characters' => 'Maksymalna długość wynosi %d znaków', - 'The minimum length is %d characters' => 'Minimalny długość wynosi %d znaków', + 'The minimum length is %d characters' => 'Minimalna długość wynosi %d znaków', 'The password is required' => 'Hasło jest wymagane', 'This value must be an integer' => 'Wartość musi być liczbą całkowitą', 'The username must be unique' => 'Nazwa użytkownika musi być unikalna', @@ -251,25 +251,26 @@ return array( 'Open a closed task' => 'Otwarcie zamkniętego zadania', 'Closing a task' => 'Zamknięcie zadania', 'Assign a color to a specific user' => 'Przypisz kolor do wybranego użytkownika', - // 'Column title' => '', - // 'Position' => '', - // 'Move Up' => '', - // 'Move Down' => '', - // 'Duplicate to another project' => '', - // 'Duplicate' => '', - // 'link' => '', - // 'Update this comment' => '', - // 'Comment updated successfully.' => '', - // 'Unable to update your comment.' => '', - // 'Remove a comment' => '', - // 'Comment removed successfully.' => '', - // 'Unable to remove this comment.' => '', - // 'Do you really want to remove this comment?' => '', - // 'Only administrators or the creator of the comment can access to this page.' => '', - // 'Details' => '', - // 'Current password for the user "%s"' => '', - // 'The current password is required' => '', - // 'Wrong password' => '', - // 'Reset all tokens' => '', - // 'All tokens have been regenerated.' => '', + 'Add an action' => 'Nowa akcja', + 'Column title' => 'Tytuł kolumny', + 'Position' => 'Pozycja', + 'Move Up' => 'Przenieś wyżej', + 'Move Down' => 'Przenieś niżej', + 'Duplicate to another project' => 'Skopiuj do innego projektu', + 'Duplicate' => 'Utwórz kopię', + 'link' => 'link', + 'Update this comment' => 'Zapisz komentarz', + 'Comment updated successfully.' => 'Komentarz został zapisany.', + 'Unable to update your comment.' => 'Nie udało się zapisanie komentarza.', + 'Remove a comment' => 'Usuń komentarz', + 'Comment removed successfully.' => 'Komentarz został usunięty.', + 'Unable to remove this comment.' => 'Nie udało się usunąć komentarza.', + 'Do you really want to remove this comment?' => 'Czy na pewno usunąć ten komentarz?', + 'Only administrators or the creator of the comment can access to this page.' => 'Tylko administratorzy oraz autor komentarza ma dostęp do tej strony.', + 'Details' => 'Szczegóły', + 'Current password for the user "%s"' => 'Aktualne hasło dla użytkownika "%s"', + 'The current password is required' => 'Wymanage jest aktualne hasło', + 'Wrong password' => 'Błędne hasło', + 'Reset all tokens' => 'Zresetuj wszystkie tokeny', + 'All tokens have been regenerated.' => 'Wszystkie tokeny zostały zresetowane.', ); |