diff options
Diffstat (limited to 'po/da.po')
-rw-r--r-- | po/da.po | 35 |
1 files changed, 33 insertions, 2 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg 1.17.22\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: 2015-04-07 09:48+0200\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n" @@ -1021,6 +1021,12 @@ msgstr "%s er låst af en anden proces" msgid "unable to lock %s" msgstr "kan ikke låse %s" +#: lib/dpkg/file.c +#, fuzzy, c-format +#| msgid "cannot append to '%s'" +msgid "cannot open file %s" +msgstr "kan ikke føje til '%s'" + # bemærk at flush normalt dækker over at tømme en buffer (her til en fil) #: lib/dpkg/file.c #, fuzzy @@ -1028,6 +1034,12 @@ msgstr "kan ikke låse %s" msgid "pager to show file" msgstr "kan ikke tømme til filen '%s'" +#: lib/dpkg/file.c +#, fuzzy, c-format +#| msgid "cannot divert file '%s' to itself" +msgid "cannot write file %s into the pager" +msgstr "kan ikke omdirigere filen '%s' til sig selv" + #: lib/dpkg/log.c #, c-format msgid "could not open log '%s': %s" @@ -2684,6 +2696,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" @@ -4364,6 +4378,12 @@ msgid "admindir must be inside instdir for dpkg to work properly" msgstr "admindir skal være inden i instdir for at dpkg virker korrekt" #: 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 "kunne ikke skifte filrod til '%.250s'" @@ -4517,10 +4537,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" |