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/de/man8/delpart.8.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/de/man8/delpart.8.po')
-rw-r--r-- | po/de/man8/delpart.8.po | 162 |
1 files changed, 162 insertions, 0 deletions
diff --git a/po/de/man8/delpart.8.po b/po/de/man8/delpart.8.po new file mode 100644 index 00000000..eea13deb --- /dev/null +++ b/po/de/man8/delpart.8.po @@ -0,0 +1,162 @@ +# German translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Helge Kreutzmann <debian@helgefjell.de>, 2014. +# Mario Blättermann <mario.blaettermann@gmail.com>, 2015, 2021. +msgid "" +msgstr "" +"Project-Id-Version: manpages-de\n" +"POT-Creation-Date: 2023-08-27 16:54+0200\n" +"PO-Revision-Date: 2021-05-31 19:03+0200\n" +"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n" +"Language-Team: German <debian-l10n-german@lists.debian.org>\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 21.04.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. type: TH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "DELPART" +msgstr "DELPART" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2022-05-11" +msgstr "11. Mai 2022" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "util-linux 2.38.1" +msgstr "util-linux 2.38.1" + +#. type: TH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "System Administration" +msgstr "System-Administration" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "NAME" +msgstr "BEZEICHNUNG" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "delpart - tell the kernel to forget about a partition" +msgstr "delpart - den Kernel anweisen, eine angegebene Partition zu entfernen" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "ÜBERSICHT" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<delpart> I<device partition>" +msgstr "B<delpart> I<Gerät Partition>" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "DESCRIPTION" +msgstr "BESCHREIBUNG" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"B<delpart> asks the Linux kernel to forget about the specified I<partition> " +"(a number) on the specified I<device>. The command is a simple wrapper " +"around the \"del partition\" ioctl." +msgstr "" +"B<delpart> weist den Kernel an, eine I<Partition> anhand deren Nummer vom " +"angegebenen I<Gerät> zu entfernen (zu »vergessen«). Der Befehl ist ein " +"einfacher Wrapper für den »Partition löschen«-Ioctl." + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "This command doesn\\(cqt manipulate partitions on a block device." +msgstr "" +"Dieser Befehl verändert keine Partitionen auf einem blockorientierten Gerät." + +#. type: SH +#: debian-bookworm +#, no-wrap +msgid "OPTIONS" +msgstr "OPTIONEN" + +#. type: Plain text +#: debian-bookworm +msgid "B<-h>, B<--help>" +msgstr "B<-h>, B<--help>" + +#. type: Plain text +#: debian-bookworm +msgid "Display help text and exit." +msgstr "zeigt einen Hilfetext an und beendet das Programm." + +#. type: Plain text +#: debian-bookworm +msgid "B<-V>, B<--version>" +msgstr "B<-V>, B<--version>" + +#. type: Plain text +#: debian-bookworm +msgid "Print version and exit." +msgstr "zeigt die Versionsnummer an und beendet das Programm." + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "SEE ALSO" +msgstr "SIEHE AUCH" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<addpart>(8), B<fdisk>(8), B<parted>(8), B<partprobe>(8), B<partx>(8)" +msgstr "B<addpart>(8), B<fdisk>(8), B<parted>(8), B<partprobe>(8), B<partx>(8)" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "REPORTING BUGS" +msgstr "FEHLER MELDEN" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "For bug reports, use the issue tracker at" +msgstr "Verwenden Sie zum Melden von Fehlern das Fehlererfassungssystem auf" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "AVAILABILITY" +msgstr "VERFÜGBARKEIT" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The B<delpart> command is part of the util-linux package which can be " +"downloaded from" +msgstr "" +"Der Befehl B<delpart> ist Teil des Pakets util-linux, welches " +"heruntergeladen werden kann von:" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "2022-02-14" +msgstr "14. Februar 2022" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "util-linux 2.37.4" +msgstr "util-linux 2.37.4" |