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/insmod.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/insmod.8.po')
-rw-r--r-- | po/de/man8/insmod.8.po | 181 |
1 files changed, 181 insertions, 0 deletions
diff --git a/po/de/man8/insmod.8.po b/po/de/man8/insmod.8.po new file mode 100644 index 00000000..f070a7c1 --- /dev/null +++ b/po/de/man8/insmod.8.po @@ -0,0 +1,181 @@ +# 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>, 2022. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 4.13\n" +"POT-Creation-Date: 2024-03-01 16:58+0100\n" +"PO-Revision-Date: 2022-05-08 06:27+0200\n" +"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\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" +"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 "INSMOD" +msgstr "INSMOD" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "02/09/2023" +msgstr "9. Februar 2023" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "kmod" +msgstr "kmod" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "insmod" +msgstr "insmod" + +#. ----------------------------------------------------------------- +#. * MAIN CONTENT STARTS HERE * +#. ----------------------------------------------------------------- +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "BEZEICHNUNG" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "insmod - Simple program to insert a module into the Linux Kernel" +msgstr "" +"insmod - Einfaches Programm, um ein Modul in den Linux-Kernel einzufügen" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "ÜBERSICHT" + +# FIXME insmod -h says: insmod [options] filename [args] +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<insmod> [I<filename>] [I<module\\ options>...]" +msgstr "B<insmod> [I<Dateiname>] [I<Moduloptionen>…]" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "BESCHREIBUNG" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<insmod> is a trivial program to insert a module into the kernel\\&. Most " +"users will want to use B<modprobe>(8) instead, which is more clever and can " +"handle module dependencies\\&." +msgstr "" +"B<insmod> ist ein triviales Programm, um ein Modul in den Kernel " +"einzufügen\\&. Die meisten Benutzer werden wahrscheinlich B<modprobe>(8) " +"stattdessen benutzen wollen, das geschickter ist und mit Modulabhängigkeiten " +"umgehen kann\\&." + +# FIXME the B<dmesg> → B<dmesg>(1) +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Only the most general of error messages are reported: as the work of trying " +"to link the module is now done inside the kernel, the B<dmesg> usually gives " +"more information about errors\\&." +msgstr "" +"Es werden nur die allgemeinsten Fehlermeldungen berichtet: da der Versuch, " +"das Modul zu Linken, jetzt im Kernel erfolgt, liefert B<dmesg>(1) " +"normalerweise mehr Informationen über Fehler\\&." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "COPYRIGHT" +msgstr "COPYRIGHT" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This manual page originally Copyright 2002, Rusty Russell, IBM " +"Corporation\\&. Maintained by Jon Masters and others\\&." +msgstr "" +"Diese Handbuchseite ist ursprünglich Copyright 2002, Rusty Russell, IBM " +"Corporation\\&. Betreut von Jon Masters und anderen\\&." + +#. 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 "SIEHE AUCH" + +# FIXME B<modinfo>(8) B<depmod>(8) → B<modinfo>(8), B<depmod>(8) +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<modprobe>(8), B<rmmod>(8), B<lsmod>(8), B<modinfo>(8) B<depmod>(8)" +msgstr "B<modprobe>(8), B<rmmod>(8), B<lsmod>(8), B<modinfo>(8), B<depmod>(8)" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "AUTHORS" +msgstr "AUTOREN" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<Jon Masters> E<lt>\\&jcm@jonmasters\\&.org\\&E<gt>" +msgstr "B<Jon Masters> E<lt>\\&jcm@jonmasters\\&.org\\&E<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Developer" +msgstr "Entwickler" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<Lucas De Marchi> E<lt>\\&lucas\\&.de\\&.marchi@gmail\\&.com\\&E<gt>" +msgstr "B<Lucas De Marchi> E<lt>\\&lucas\\&.de\\&.marchi@gmail\\&.com\\&E<gt>" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "12/10/2022" +msgstr "10. Dezember 2022" + +#. type: TH +#: debian-unstable +#, no-wrap +msgid "02/13/2024" +msgstr "13. Februar 2024" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "01/29/2021" +msgstr "29. Januar 2021" |