diff options
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 56 |
1 files changed, 52 insertions, 4 deletions
@@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg 1.19.1\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2018-09-26 04:22+0200\n" +"POT-Creation-Date: 2018-10-08 11:37+0200\n" "PO-Revision-Date: 2018-09-26 22:42+0200\n" "Last-Translator: Łukasz Dulny <BartekChom@poczta.onet.pl>\n" "Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n" @@ -984,9 +984,21 @@ msgid "unable to lock %s" msgstr "nie można zablokować %s" #: lib/dpkg/file.c +#, fuzzy, c-format +#| msgid "cannot open %s" +msgid "cannot open file %s" +msgstr "nie można otworzyć %s" + +#: lib/dpkg/file.c msgid "pager to show file" msgstr "program stronicujący do pokazania pliku" +#: lib/dpkg/file.c +#, fuzzy, c-format +#| msgid "cannot divert file '%s' to itself" +msgid "cannot write file %s into the pager" +msgstr "nie można ominąć pliku \"%s\" do siebie samego" + #: lib/dpkg/log.c #, c-format msgid "could not open log '%s': %s" @@ -2621,7 +2633,23 @@ msgstr "" "\n" #: src/divertcmd.c -#, c-format +#, fuzzy, c-format +#| msgid "" +#| "Options:\n" +#| " --package <package> name of the package whose copy of <file> will " +#| "not\n" +#| " be diverted.\n" +#| " --local all packages' versions are diverted.\n" +#| " --divert <divert-to> the name used by other packages' versions.\n" +#| " --rename actually move the file aside (or back).\n" +#| " --no-rename do not move the file aside (or back) " +#| "(default).\n" +#| " --admindir <directory> set the directory with the diversions file.\n" +#| " --test don't do anything, just demonstrate.\n" +#| " --quiet quiet operation, minimal output.\n" +#| " --help show this help message.\n" +#| " --version show the version.\n" +#| "\n" msgid "" "Options:\n" " --package <package> name of the package whose copy of <file> will " @@ -2632,6 +2660,8 @@ msgid "" " --rename actually move the file aside (or back).\n" " --no-rename do not move the file aside (or back) (default).\n" " --admindir <directory> set the directory with the diversions file.\n" +" --instdir <directory> set the root directory, but not the admin dir.\n" +" --root <directory> set the directory of the root filesystem.\n" " --test don't do anything, just demonstrate.\n" " --quiet quiet operation, minimal output.\n" " --help show this help message.\n" @@ -2646,7 +2676,8 @@ msgstr "" " --rename natychmiast zmienia nazwę pliku.\n" " --no-rename nie zmienia nazwy pliku (domyślnie).\n" " --admindir <katalog> ustawia katalog zawierający plik diversions.\n" -" --test nic nie robi, tylko pokazuje, co byłoby zrobione.\n" +" --test nic nie robi, tylko pokazuje, co byłoby " +"zrobione.\n" " --quiet tryb cichy, komunikaty ograniczone do minimum.\n" " --help wyświetla ten komunikat pomocy\n" " --version wyświetla informacje o wersji.\n" @@ -4243,6 +4274,12 @@ msgstr "" "admindir musi znajdować się wewnątrz instdir, aby dpkg pracował prawidłowo" #: src/script.c +msgid "" +"not enough privileges to change root directory with --force-not-root, " +"consider using --force-script-chrootless?" +msgstr "" + +#: src/script.c #, c-format msgid "failed to chroot to '%.250s'" msgstr "nie można zmienić katalogu głównego na \"%.250s\"" @@ -4392,10 +4429,21 @@ msgstr "" "\n" #: src/statcmd.c -#, c-format +#, fuzzy, c-format +#| msgid "" +#| "Options:\n" +#| " --admindir <directory> set the directory with the statoverride file.\n" +#| " --update immediately update <path> permissions.\n" +#| " --force force an action even if a sanity check fails.\n" +#| " --quiet quiet operation, minimal output.\n" +#| " --help show this help message.\n" +#| " --version show the version.\n" +#| "\n" msgid "" "Options:\n" " --admindir <directory> set the directory with the statoverride file.\n" +" --instdir <directory> set the root directory, but not the admin dir.\n" +" --root <directory> set the directory of the root filesystem.\n" " --update immediately update <path> permissions.\n" " --force force an action even if a sanity check fails.\n" " --quiet quiet operation, minimal output.\n" |