diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /po/da/man1/sha256sum.1.po | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/da/man1/sha256sum.1.po')
-rw-r--r-- | po/da/man1/sha256sum.1.po | 440 |
1 files changed, 440 insertions, 0 deletions
diff --git a/po/da/man1/sha256sum.1.po b/po/da/man1/sha256sum.1.po new file mode 100644 index 00000000..1af1600c --- /dev/null +++ b/po/da/man1/sha256sum.1.po @@ -0,0 +1,440 @@ +# Danish translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Joe Hansen <joedalton2@yahoo.dk>, 2021 +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 4.9.2\n" +"POT-Creation-Date: 2024-02-15 18:10+0100\n" +"PO-Revision-Date: 2022-05-01 10:46+0200\n" +"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" +"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SHA256SUM" +msgstr "SHA256SUM" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "January 2024" +msgstr "januar 2024" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "GNU coreutils 9.4" +msgstr "GNU coreutils 9.4" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "User Commands" +msgstr "Brugerkommandoer" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "NAVN" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "sha256sum - compute and check SHA256 message digest" +msgstr "sha256sum - beregn og kontroller SHA256-beskedsammendrag" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "SYNOPSIS" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<sha256sum> [I<\\,OPTION\\/>]... [I<\\,FILE\\/>]..." +msgstr "B<sha256sum> [I<\\,FLAG\\/>]... [I<\\,FIL\\/>]..." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "BESKRIVELSE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Print or check SHA256 (256-bit) checksums." +msgstr "Vis eller kontroller SHA256-kontrolsummer (256-bit)." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "With no FILE, or when FILE is -, read standard input." +msgstr "Hvis ingen FIL er angivet, eller FIL er -, læses fra standard-ind." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-b>, B<--binary>" +msgstr "B<-b>, B<--binary>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "read in binary mode" +msgstr "binær læsetilstand" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-c>, B<--check>" +msgstr "B<-c>, B<--check>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "read checksums from the FILEs and check them" +msgstr "læs kontrolsummer fra FILerne og tjek dem" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--tag>" +msgstr "B<--tag>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "create a BSD-style checksum" +msgstr "beregn en kontrolsum i stil med BSD" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-t>, B<--text>" +msgstr "B<-t>, B<--text>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "read in text mode (default)" +msgstr "tekstlæsetilstand (forvalg)" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-z>, B<--zero>" +msgstr "B<-z>, B<--zero>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"end each output line with NUL, not newline, and disable file name escaping" +msgstr "" +"afslut udlinjer med NUL frem for linjeskift og slå undvigesekvenser fra i " +"filnavne" + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "The following five options are useful only when verifying checksums:" +msgstr "De følgende fem flag bruges kun ved verifikation af kontrolsummer:" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--ignore-missing>" +msgstr "B<--ignore-missing>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "don't fail or report status for missing files" +msgstr "giv ikke fejl og vis ikke status for manglende filer" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--quiet>" +msgstr "B<--quiet>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "don't print OK for each successfully verified file" +msgstr "udskriv ikke OK for hver godkendt fil" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--status>" +msgstr "B<--status>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "don't output anything, status code shows success" +msgstr "udskriv ikke noget; statuskode angiver resultat" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--strict>" +msgstr "B<--strict>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "exit non-zero for improperly formatted checksum lines" +msgstr "" +"afslut med status forskellig fra nul ved fejlformaterede kontrolsumlinjer" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-w>, B<--warn>" +msgstr "B<-w>, B<--warn>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "warn about improperly formatted checksum lines" +msgstr "advar om fejlformaterede kontrolsum-linjer" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--help>" +msgstr "B<--help>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "display this help and exit" +msgstr "vis denne hjælpetekst og afslut" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "output version information and exit" +msgstr "vis versionsinformation og afslut" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The sums are computed as described in FIPS-180-2. When checking, the input " +"should be a former output of this program. The default mode is to print a " +"line with: checksum, a space, a character indicating input mode ('*' for " +"binary, ' ' for text or where binary is insignificant), and name for each " +"FILE." +msgstr "" +"Summerne bliver beregnet som beskrevet i FIPS-180-2. Ved kontrol skal " +"inddata være tidligere uddata fra dette program. Forvalgt tilstand er at " +"udskrive en linje med kontrolsum, et mellemrum, et tegn som angiver " +"inddatatilstand (»*« for binær, mellemrum for tekst eller hvor binært er " +"uvæsentligt), og navnet på hver FIL." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Note: There is no difference between binary mode and text mode on GNU " +"systems." +msgstr "" +"Bemærk: Der er ingen forskel mellem binær tilstand og teksttilstand på GNU-" +"systemer." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "AUTHOR" +msgstr "FORFATTER" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Written by Ulrich Drepper, Scott Miller, and David Madore." +msgstr "Skrevet af Ulrich Drepper, Scott Miller og David Madore." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "REPORTING BUGS" +msgstr "FEJLRAPPORTER" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"GNU coreutils online help: E<lt>https://www.gnu.org/software/coreutils/E<gt>" +msgstr "" +"Hjælp til GNU coreutils på nettet:: E<lt>https://www.gnu.org/software/" +"coreutils/E<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Report any translation bugs to E<lt>https://translationproject.org/team/E<gt>" +msgstr "" +"Rapporter oversættelsesfejl til E<lt>https://translationproject.org/team/da." +"htmlE<gt>" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "COPYRIGHT" +msgstr "OPHAVSRET" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Copyright \\(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Ophavsret \\(co 2023 Free Software Foundation, Inc. Licens GPLv3+: GNU GPL " +"version 3 eller nyere E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This is free software: you are free to change and redistribute it. There is " +"NO WARRANTY, to the extent permitted by law." +msgstr "" +"Dette er et frit program: du kan frit ændre og videredistribuere det. Der " +"gives INGEN GARANTI, i den grad som loven tillader dette." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "SE OGSÅ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "B<cksum>(1)" +msgstr "B<cksum>(1)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Full documentation E<lt>https://www.gnu.org/software/coreutils/sha256sumE<gt>" +msgstr "" +"Fuld dokumentation E<lt>https://www.gnu.org/software/coreutils/sha256sumE<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "or available locally via: info \\(aq(coreutils) sha2 utilities\\(aq" +msgstr "" +"eller lokalt tilgængelig via: info \\(aq(coreutils) sha2 utilities\\(aq" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "September 2022" +msgstr "september 2022" + +#. type: TH +#: debian-bookworm mageia-cauldron +#, no-wrap +msgid "GNU coreutils 9.1" +msgstr "GNU coreutils 9.1" + +#. type: Plain text +#: debian-bookworm mageia-cauldron +msgid "" +"Copyright \\(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Ophavsret \\(co 2022 Free Software Foundation, Inc. Licens GPLv3+: GNU GPL " +"version 3 eller nyere E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "April 2022" +msgstr "April 2022" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "October 2021" +msgstr "oktober 2021" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "GNU coreutils 8.32" +msgstr "GNU coreutils 8.32" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "read SHA256 sums from the FILEs and check them" +msgstr "læs SHA256-summer fra FILerne og tjek dem" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"The sums are computed as described in FIPS-180-2. When checking, the input " +"should be a former output of this program. The default mode is to print a " +"line with checksum, a space, a character indicating input mode ('*' for " +"binary, \\&' ' for text or where binary is insignificant), and name for each " +"FILE." +msgstr "" +"Summerne bliver beregnet som beskrevet i FIPS-180-2. Ved kontrol skal " +"inddata være tidligere uddata fra dette program. Forvalgt tilstand er at " +"udskrive en linje med kontrolsum, et mellemrum, et tegn som angiver " +"inddatatilstand (\"*\" for binær, \\&\" \" for tekst eller hvor binært er " +"uvæsentligt), og navnet på hver FIL." + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Copyright \\(co 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Ophavsret \\(co 2020 Free Software Foundation, Inc. Licens GPLv3+: GNU GPL " +"version 3 eller nyere E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." |