Blame po/pl.po

Packit 64c699
# SOME DESCRIPTIVE TITLE.
Packit 64c699
# Copyright (C) YEAR Red Hat, Inc.
Packit 64c699
# This file is distributed under the same license as the PACKAGE package.
Packit 64c699
#
Packit 64c699
# Translators:
Packit 64c699
# Piotr Drąg <piotrdrag@gmail.com>, 2006, 2012
Packit 64c699
# Piotr Drąg <piotrdrag@gmail.com>, 2015. #zanata
Packit 64c699
# Piotr Drąg <piotrdrag@gmail.com>, 2016. #zanata
Packit 64c699
msgid ""
Packit 64c699
msgstr ""
Packit 64c699
"Project-Id-Version: passwd 0.79\n"
Packit 64c699
"Report-Msgid-Bugs-To: http://bugzilla.redhat.com/\n"
Packit 64c699
"POT-Creation-Date: 2018-04-01 02:30+0200\n"
Packit 64c699
"PO-Revision-Date: 2016-09-01 09:22-0400\n"
Packit 64c699
"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
Packit 64c699
"Language-Team: Polish <trans-pl@lists.fedoraproject.org>\n"
Packit 64c699
"Language: pl\n"
Packit 64c699
"MIME-Version: 1.0\n"
Packit 64c699
"Content-Type: text/plain; charset=UTF-8\n"
Packit 64c699
"Content-Transfer-Encoding: 8bit\n"
Packit 64c699
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
Packit 64c699
"|| n%100>=20) ? 1 : 2);\n"
Packit 64c699
"X-Generator: Zanata 3.9.6\n"
Packit 64c699
Packit 64c699
#: libuser.c:91
Packit 64c699
#, c-format
Packit 64c699
msgid "%s: libuser initialization error:"
Packit 64c699
msgstr "%s: błąd inicjowania biblioteki libuser:"
Packit 64c699
Packit 64c699
#: libuser.c:157
Packit 64c699
msgid "Warning: unlocked password would be empty."
Packit 64c699
msgstr "Ostrzeżenie: niezablokowane hasło może być puste."
Packit 64c699
Packit 64c699
#: libuser.c:203
Packit 64c699
msgid "Note: deleting a password also unlocks the password."
Packit 64c699
msgstr "Uwaga: usunięcie hasła spowoduje także jego odblokowanie."
Packit 64c699
Packit 64c699
#: libuser.c:267
Packit 64c699
msgid "Corrupted passwd entry."
Packit 64c699
msgstr "Uszkodzony wpis passwd."
Packit 64c699
Packit 64c699
#: libuser.c:284
Packit 64c699
msgid "Empty password."
Packit 64c699
msgstr "Puste hasło."
Packit 64c699
Packit 64c699
#: libuser.c:287
Packit 64c699
msgid "Password locked."
Packit 64c699
msgstr "Hasło jest zablokowane."
Packit 64c699
Packit 64c699
#: libuser.c:291
Packit 64c699
msgid "Password set, MD5 crypt."
Packit 64c699
msgstr "Hasło zostało ustawione, szyfrowane MD5."
Packit 64c699
Packit 64c699
#: libuser.c:294
Packit 64c699
msgid "Password set, blowfish crypt."
Packit 64c699
msgstr "Hasło zostało ustawione, szyfrowane blowfish."
Packit 64c699
Packit 64c699
#: libuser.c:297
Packit 64c699
msgid "Password set, SHA256 crypt."
Packit 64c699
msgstr "Hasło zostało ustawione, szyfrowane SHA256."
Packit 64c699
Packit 64c699
#: libuser.c:300
Packit 64c699
msgid "Password set, SHA512 crypt."
Packit 64c699
msgstr "Hasło zostało ustawione, szyfrowane SHA512."
Packit 64c699
Packit 64c699
#: libuser.c:302
Packit 64c699
msgid "Password set, unknown crypt variant."
Packit 64c699
msgstr "Hasło zostało ustawione, nieznany wariant szyfrowania."
Packit 64c699
Packit 64c699
#: libuser.c:305
Packit 64c699
msgid "Alternate authentication scheme in use."
Packit 64c699
msgstr "Używany jest alternatywny schemat uwierzytelniania."
Packit 64c699
Packit 64c699
#: libuser.c:310
Packit 64c699
msgid "Password set, DES crypt."
Packit 64c699
msgstr "Hasło zostało ustawione, szyfrowane DES."
Packit 64c699
Packit 64c699
#: libuser.c:323
Packit 64c699
#, c-format
Packit 64c699
msgid "No password set.\n"
Packit 64c699
msgstr "Nie ustawiono hasła.\n"
Packit 64c699
Packit 64c699
#: libuser.c:328
Packit 64c699
#, c-format
Packit 64c699
msgid "Unknown user.\n"
Packit 64c699
msgstr "Nieznany użytkownik.\n"
Packit 64c699
Packit 64c699
#: libuser.c:403
Packit 64c699
#, c-format
Packit 64c699
msgid "%s: user account has no support for password aging.\n"
Packit 64c699
msgstr "%s: konto użytkownika nie obsługuje wygasania hasła.\n"
Packit 64c699
Packit 64c699
#: passwd.c:157
Packit 64c699
msgid "keep non-expired authentication tokens"
Packit 64c699
msgstr "zatrzymuje niewygasłe tokeny uwierzytelniania"
Packit 64c699
Packit 64c699
#: passwd.c:159
Packit 64c699
msgid ""
Packit 64c699
"delete the password for the named account (root only); also removes password "
Packit 64c699
"lock if any"
Packit 64c699
msgstr ""
Packit 64c699
"usuwa hasło dla danego konta (tylko root); usuwa także blokadę hasła, jeśli "
Packit 64c699
"taka istnieje"
Packit 64c699
Packit 64c699
#: passwd.c:162
Packit 64c699
msgid "lock the password for the named account (root only)"
Packit 64c699
msgstr "zablokowuje hasło danego konta (tylko root)"
Packit 64c699
Packit 64c699
#: passwd.c:165
Packit 64c699
msgid "unlock the password for the named account (root only)"
Packit 64c699
msgstr "odblokowuje hasło danego konta (tylko root)"
Packit 64c699
Packit 64c699
#: passwd.c:168
Packit 64c699
msgid "expire the password for the named account (root only)"
Packit 64c699
msgstr "wygasza hasło dla danego konta (tylko root)"
Packit 64c699
Packit 64c699
#: passwd.c:171
Packit 64c699
msgid "force operation"
Packit 64c699
msgstr "wymusza działanie"
Packit 64c699
Packit 64c699
#: passwd.c:173
Packit 64c699
msgid "maximum password lifetime (root only)"
Packit 64c699
msgstr "maksymalny czas ważności hasła (tylko root)"
Packit 64c699
Packit 64c699
#: passwd.c:175
Packit 64c699
msgid "minimum password lifetime (root only)"
Packit 64c699
msgstr "minimalny czas ważności hasła (tylko root)"
Packit 64c699
Packit 64c699
#: passwd.c:177
Packit 64c699
msgid ""
Packit 64c699
"number of days warning users receives before password expiration (root only)"
Packit 64c699
msgstr ""
Packit 64c699
"liczba dni ostrzegania użytkownika przed wygaśnięciem hasła (tylko root)"
Packit 64c699
Packit 64c699
#: passwd.c:180
Packit 64c699
msgid ""
Packit 64c699
"number of days after password expiration when an account becomes disabled "
Packit 64c699
"(root only)"
Packit 64c699
msgstr ""
Packit 64c699
"liczba dni po wygaśnięciu hasła, kiedy konto zostanie wyłączone (tylko root)"
Packit 64c699
Packit 64c699
#: passwd.c:183
Packit 64c699
msgid "report password status on the named account (root only)"
Packit 64c699
msgstr "zgłasza stan hasła dla danego konta (tylko root)"
Packit 64c699
Packit 64c699
#: passwd.c:186
Packit 64c699
msgid "read new tokens from stdin (root only)"
Packit 64c699
msgstr "odczytuje nowe tokeny ze standardowego wejścia (tylko root)"
Packit 64c699
Packit 64c699
#: passwd.c:193
Packit 64c699
msgid "[OPTION...] <accountName>"
Packit 64c699
msgstr "[OPCJA…] <nazwaKonta>"
Packit 64c699
Packit 64c699
#: passwd.c:196
Packit 64c699
#, c-format
Packit 64c699
msgid "%s: bad argument %s: %s\n"
Packit 64c699
msgstr "%s: błędny parametr %s: %s\n"
Packit 64c699
Packit 64c699
#: passwd.c:257
Packit 64c699
#, c-format
Packit 64c699
msgid "%s: Only one of -l, -u, -d, -S may be specified.\n"
Packit 64c699
msgstr "%s: może być podany tylko jeden z -l, -u, -d lub -S.\n"
Packit 64c699
Packit 64c699
#: passwd.c:266
Packit 64c699
#, c-format
Packit 64c699
msgid "%s: Cannot mix one of -l, -u, -d, -S and one of -i, -n, -w, -x.\n"
Packit 64c699
msgstr ""
Packit 64c699
"%s: nie można łączyć jednego z -l, -u, -d i -S oraz jednego z -i, -n, -w i -"
Packit 64c699
"x.\n"
Packit 64c699
Packit 64c699
#: passwd.c:282
Packit 64c699
#, c-format
Packit 64c699
msgid "Only root can do that.\n"
Packit 64c699
msgstr "Tylko root może to zrobić.\n"
Packit 64c699
Packit 64c699
#: passwd.c:295
Packit 64c699
#, c-format
Packit 64c699
msgid "%s: Only root can specify a user name.\n"
Packit 64c699
msgstr "%s: tylko root może podać nazwę konta.\n"
Packit 64c699
Packit 64c699
#: passwd.c:304
Packit 64c699
#, c-format
Packit 64c699
msgid "%s: The user name supplied is too long.\n"
Packit 64c699
msgstr "%s: podana nazwa użytkownika jest za długa.\n"
Packit 64c699
Packit 64c699
#: passwd.c:314
Packit 64c699
#, c-format
Packit 64c699
msgid "%s: Only one user name may be specified.\n"
Packit 64c699
msgstr "%s: może zostać podana tylko jedna nazwa użytkownika.\n"
Packit 64c699
Packit 64c699
#: passwd.c:324
Packit 64c699
#, c-format
Packit 64c699
msgid "%s: This option requires a user name.\n"
Packit 64c699
msgstr "%s: ta opcja wymaga nazwy użytkownika.\n"
Packit 64c699
Packit 64c699
#: passwd.c:335
Packit 64c699
#, c-format
Packit 64c699
msgid "%s: Can not identify you!\n"
Packit 64c699
msgstr "%s: nie można zidentyfikować użytkownika.\n"
Packit 64c699
Packit 64c699
#: passwd.c:344 passwd.c:379
Packit 64c699
#, c-format
Packit 64c699
msgid "%s: Unknown user name '%s'.\n"
Packit 64c699
msgstr "%s: nieznana nazwa użytkownika „%s”.\n"
Packit 64c699
Packit 64c699
#: passwd.c:388
Packit 64c699
#, c-format
Packit 64c699
msgid "%s: SELinux denying access due to security policy.\n"
Packit 64c699
msgstr "%s: SELinux odmawia dostępu z powodu polityki bezpieczeństwa.\n"
Packit 64c699
Packit 64c699
#: passwd.c:398
Packit 64c699
#, c-format
Packit 64c699
msgid "Locking password for user %s.\n"
Packit 64c699
msgstr "Blokowanie hasła użytkownika %s.\n"
Packit 64c699
Packit 64c699
#: passwd.c:402 passwd.c:414 passwd.c:429 passwd.c:440 passwd.c:458
Packit 64c699
msgid "Success"
Packit 64c699
msgstr "Powodzenie"
Packit 64c699
Packit 64c699
#: passwd.c:402 passwd.c:417
Packit 64c699
msgid "Error (password not set?)"
Packit 64c699
msgstr "Błąd (hasło nie jest ustawione?)"
Packit 64c699
Packit 64c699
#: passwd.c:410
Packit 64c699
#, c-format
Packit 64c699
msgid "Unlocking password for user %s.\n"
Packit 64c699
msgstr "Odblokowywanie hasła użytkownika %s.\n"
Packit 64c699
Packit 64c699
#: passwd.c:416
Packit 64c699
msgid "Unsafe operation (use -f to force)"
Packit 64c699
msgstr "Niebezpieczne działanie (użycie -f wymusza)"
Packit 64c699
Packit 64c699
#: passwd.c:425
Packit 64c699
#, c-format
Packit 64c699
msgid "Expiring password for user %s.\n"
Packit 64c699
msgstr "Wygaszanie hasła użytkownika %s.\n"
Packit 64c699
Packit 64c699
#: passwd.c:429 passwd.c:440 passwd.c:458
Packit 64c699
msgid "Error"
Packit 64c699
msgstr "Błąd"
Packit 64c699
Packit 64c699
#: passwd.c:437
Packit 64c699
#, c-format
Packit 64c699
msgid "Removing password for user %s.\n"
Packit 64c699
msgstr "Usuwanie hasła użytkownika %s.\n"
Packit 64c699
Packit 64c699
#: passwd.c:455
Packit 64c699
#, c-format
Packit 64c699
msgid "Adjusting aging data for user %s.\n"
Packit 64c699
msgstr "Przystosowywanie danych wygasania użytkownika %s.\n"
Packit 64c699
Packit 64c699
#: passwd.c:471
Packit 64c699
#, c-format
Packit 64c699
msgid "Changing password for user %s.\n"
Packit 64c699
msgstr "Zmienianie hasła użytkownika %s.\n"
Packit 64c699
Packit 64c699
#: passwd.c:489
Packit 64c699
#, c-format
Packit 64c699
msgid "%s: error reading from stdin: %s\n"
Packit 64c699
msgstr "%s: błąd podczas odczytywania ze standardowego wejścia: %s\n"
Packit 64c699
Packit 64c699
#: passwd.c:496
Packit 64c699
#, c-format
Packit 64c699
msgid "%s: password too long, maximum is %zu"
Packit 64c699
msgstr ""
Packit 64c699
Packit 64c699
#: passwd.c:515
Packit 64c699
#, c-format
Packit 64c699
msgid "%s: unable to start pam: %s\n"
Packit 64c699
msgstr "%s: nie można uruchomić PAM: %s\n"
Packit 64c699
Packit 64c699
#: passwd.c:528
Packit 64c699
#, c-format
Packit 64c699
msgid "%s: unable to set tty for pam: %s\n"
Packit 64c699
msgstr "%s: nie można ustawić TTY dla PAM: %s\n"
Packit 64c699
Packit 64c699
#: passwd.c:539
Packit 64c699
#, c-format
Packit 64c699
msgid "%s: unable to set failure delay: %s\n"
Packit 64c699
msgstr "%s: nie można ustawić opóźnienia odmowy: %s\n"
Packit 64c699
Packit 64c699
#: passwd.c:553
Packit 64c699
#, c-format
Packit 64c699
msgid "%s: expired authentication tokens updated successfully.\n"
Packit 64c699
msgstr "%s: zaktualizowanie wygasłych tokenów uwierzytelniania się powiodło.\n"
Packit 64c699
Packit 64c699
#: passwd.c:556
Packit 64c699
#, c-format
Packit 64c699
msgid "%s: all authentication tokens updated successfully.\n"
Packit 64c699
msgstr ""
Packit 64c699
"%s: zaktualizowanie wszystkich tokenów uwierzytelniania się powiodło.\n"