Updated Polish translations

This commit is contained in:
toomyem
2014-04-11 10:44:56 +02:00
parent 19dec249aa
commit c1019fafb3

View File

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