diff options
Diffstat (limited to 'po/dpkg.pot')
-rw-r--r-- | po/dpkg.pot | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/po/dpkg.pot b/po/dpkg.pot index 43e3d17d6..2e0c8fee8 100644 --- a/po/dpkg.pot +++ b/po/dpkg.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: dpkg 1.19.1\n" +"Project-Id-Version: dpkg 1.19.2\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: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -941,9 +941,19 @@ msgid "unable to lock %s" msgstr "" #: lib/dpkg/file.c +#, c-format +msgid "cannot open file %s" +msgstr "" + +#: lib/dpkg/file.c msgid "pager to show file" msgstr "" +#: lib/dpkg/file.c +#, c-format +msgid "cannot write file %s into the pager" +msgstr "" + #: lib/dpkg/log.c #, c-format msgid "could not open log '%s': %s" @@ -2461,6 +2471,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" @@ -3786,6 +3798,12 @@ msgid "admindir must be inside instdir for dpkg to work properly" msgstr "" #: 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 "" @@ -3924,6 +3942,8 @@ msgstr "" 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" |