diff options
Diffstat (limited to 'po/da/man1/truncate.1.po')
-rw-r--r-- | po/da/man1/truncate.1.po | 367 |
1 files changed, 367 insertions, 0 deletions
diff --git a/po/da/man1/truncate.1.po b/po/da/man1/truncate.1.po new file mode 100644 index 00000000..aafa86b3 --- /dev/null +++ b/po/da/man1/truncate.1.po @@ -0,0 +1,367 @@ +# 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:14+0100\n" +"PO-Revision-Date: 2022-05-01 10:44+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 "TRUNCATE" +msgstr "TRUNCATE" + +#. 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 "truncate - shrink or extend the size of a file to the specified size" +msgstr "" +"truncate - forminsk eller udvid størrelsen for en fil til den angivne " +"størrelse " + +#. 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<truncate> I<\\,OPTION\\/>... I<\\,FILE\\/>..." +msgstr "B<truncate> 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 "Shrink or extend the size of each FILE to the specified size" +msgstr "Formindsk eller udvid størrelsen af hver FIL til den angivne størrelse" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "A FILE argument that does not exist is created." +msgstr "Et FIL-argument som ikke findes, oprettes." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If a FILE is larger than the specified size, the extra data is lost. If a " +"FILE is shorter, it is extended and the sparse extended part (hole) reads " +"as zero bytes." +msgstr "" +"Fylder en FIL mere end den angivne størrelse, vil de ekstra data gå tabt. " +"Fylder en FIL mindre, vil den blive udvidet, og den udvidede del (hullet) " +"sættes til nul-byte." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Mandatory arguments to long options are mandatory for short options too." +msgstr "" +"Obligatoriske argumenter til lange flag er også obligatoriske for de korte." + +#. 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<--no-create>" +msgstr "B<-c>, B<--no-create>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "do not create any files" +msgstr "opret ikke nogen filer" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-o>, B<--io-blocks>" +msgstr "B<-o>, B<--io-blocks>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "treat SIZE as number of IO blocks instead of bytes" +msgstr "fortolk STØR som antal IO-blokke frem for byte" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-r>, B<--reference>=I<\\,RFILE\\/>" +msgstr "B<-r>, B<--reference>=I<\\,RFIL\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "base size on RFILE" +msgstr "basér størrelsen på RFIL" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-s>, B<--size>=I<\\,SIZE\\/>" +msgstr "B<-s>, B<--size>=I<\\,STØRRELSE\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "set or adjust the file size by SIZE bytes" +msgstr "angiv eller justér filstørrelsen med STØR byte" + +#. 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-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"The SIZE argument is an integer and optional unit (example: 10K is " +"10*1024). Units are K,M,G,T,P,E,Z,Y,R,Q (powers of 1024) or KB,MB,... " +"(powers of 1000). Binary prefixes can be used, too: KiB=K, MiB=M, and so on." +msgstr "" +"Argumentet STØR er et heltal med eventuel enhed (f.eks.: 10K er 10*1024). " +"Enheder er K,M,G,T,P,E,Z,Y,R,Q (potens af 1024) eller KB,MB,... (potens af " +"1000). Binært præfiks kan også bruges: KiB=K, MiB=M og så videre." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"SIZE may also be prefixed by one of the following modifying characters: " +"\\&'+' extend by, '-' reduce by, 'E<lt>' at most, 'E<gt>' at least, \\&'/' " +"round down to multiple of, '%' round up to multiple of." +msgstr "" +"STØR kan også følge efter et af følgende ændringstegn: \\&\"+\" udvid med,\"-" +"\" formindsk med, \"E<lt>\" højst, \"E<gt>\" mindst, \\&\"/\" rund ned til " +"multiplum af, \"%\" rund op til multiplum af." + +#. 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 Padraig Brady." +msgstr "Skrevet af Padraig Brady." + +#. 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<dd>(1), B<truncate>(2), B<ftruncate>(2)" +msgstr "B<dd>(1), B<truncate>(2), B<ftruncate>(2)" + +#. 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/truncateE<gt>" +msgstr "" +"Fuld dokumentation E<lt>https://www.gnu.org/software/coreutils/truncateE<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) truncate invocation\\(aq" +msgstr "" +"eller lokalt tilgængelig via: info \\(aq(coreutils) truncate invocation\\(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 opensuse-leap-15-6 +msgid "" +"The SIZE argument is an integer and optional unit (example: 10K is " +"10*1024). Units are K,M,G,T,P,E,Z,Y (powers of 1024) or KB,MB,... (powers " +"of 1000). Binary prefixes can be used, too: KiB=K, MiB=M, and so on." +msgstr "" +"Argumentet STØR er et heltal med eventuel enhed (f.eks.: 10K er 10*1024). " +"Enheder er K,M,G,T,P,E,Z,Y (potens af 1024) eller KB,MB,... (potens af " +"1000). Binært præfiks kan også bruges: KiB=K, MiB=M og så videre." + +#. 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 "" +"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>." + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "dd(1), truncate(2), ftruncate(2)" +msgstr "dd(1), truncate(2), ftruncate(2)" |