diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
commit | 2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch) | |
tree | 65cf431f40b7481d81ae2dfce9576342686448f7 /po/es/man2/init_module.2.po | |
parent | Releasing progress-linux version 4.22.0-1~progress7.99u1. (diff) | |
download | manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/es/man2/init_module.2.po')
-rw-r--r-- | po/es/man2/init_module.2.po | 132 |
1 files changed, 116 insertions, 16 deletions
diff --git a/po/es/man2/init_module.2.po b/po/es/man2/init_module.2.po index 839e1277..1869976a 100644 --- a/po/es/man2/init_module.2.po +++ b/po/es/man2/init_module.2.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" -"POT-Creation-Date: 2024-03-09 15:37+0100\n" +"POT-Creation-Date: 2024-06-01 05:56+0200\n" "PO-Revision-Date: 1998-02-20 19:53+0200\n" "Last-Translator: Vicente Pastor Gómez <vpastorg@santandersupernet.com>\n" "Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n" @@ -25,16 +25,16 @@ msgid "init_module" msgstr "finit_module()" #. type: TH -#: archlinux fedora-40 fedora-rawhide +#: archlinux debian-unstable opensuse-tumbleweed #, no-wrap -msgid "2023-10-31" -msgstr "31 Octubre 2023" +msgid "2024-05-02" +msgstr "2 Mayo 2024" #. type: TH -#: archlinux fedora-40 fedora-rawhide +#: archlinux debian-unstable #, no-wrap -msgid "Linux man-pages 6.06" -msgstr "Páginas de manual de Linux 6.06" +msgid "Linux man-pages 6.8" +msgstr "Páginas de Manual de Linux 6.8" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -146,7 +146,7 @@ msgstr "" #: opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "I<name>[B<=>I<value>[B<,>I<value>...]]" -msgid "I<name>[ B<=>I<value> [B<,> I<value>...]]" +msgid "I<name>[ B<=>I<value>[B<,>I<value>...]]" msgstr "I<nombre>[B<=>I<valor>[B<,>I<valor>...]]" #. type: Plain text @@ -216,6 +216,19 @@ msgstr "B<MODULE_INIT_IGNORE_VERMAGIC>" msgid "Ignore kernel version magic." msgstr "" +#. type: TP +#: archlinux debian-unstable opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<ENOKEY> (since Linux 3.7)" +msgid "B<MODULE_INIT_COMPRESSED_FILE> (since Linux 5.17)" +msgstr "B<ENOKEY> (desde Linux 3.7)" + +#. commit b1ae6dc41eaaa98bb75671e0f3665bfda248c3e7 +#. type: Plain text +#: archlinux debian-unstable opensuse-tumbleweed +msgid "Use in-kernel module decompression." +msgstr "" + #. http://www.tldp.org/HOWTO/Module-HOWTO/basekerncompat.html #. is dated, but informative #. type: Plain text @@ -248,6 +261,54 @@ msgid "" "modules." msgstr "" +#. type: Plain text +#: archlinux debian-unstable opensuse-tumbleweed +msgid "" +"If the kernel was build with B<CONFIG_MODULE_DECOMPRESS>, the in-kernel " +"decompression feature can be used. User-space code can check if the kernel " +"supports decompression by reading the I</sys/module/compression> attribute. " +"If the kernel supports decompression, the compressed file can directly be " +"passed to B<finit_module>() using the B<MODULE_INIT_COMPRESSED_FILE> flag. " +"The in-kernel module decompressor supports the following compression " +"algorithms:" +msgstr "" + +#. type: IP +#: archlinux debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "\\[bu]" +msgstr "\\[bu]" + +#. type: Plain text +#: archlinux debian-unstable opensuse-tumbleweed +#, fuzzy +#| msgid "B<ENOKEY> (since Linux 3.7)" +msgid "I<gzip> (since Linux 5.17)" +msgstr "B<ENOKEY> (desde Linux 3.7)" + +#. type: Plain text +#: archlinux debian-unstable opensuse-tumbleweed +#, fuzzy +#| msgid "B<ENOKEY> (since Linux 3.7)" +msgid "I<xz> (since Linux 5.17)" +msgstr "B<ENOKEY> (desde Linux 3.7)" + +#. commit 169a58ad824d896b9e291a27193342616e651b82 +#. type: Plain text +#: archlinux debian-unstable opensuse-tumbleweed +#, fuzzy +#| msgid "I<pgrotated> (since Linux 2.6.0)" +msgid "I<zstd> (since Linux 6.2)" +msgstr "I<pgrotated> (desde Linux 2.6.0)" + +#. type: Plain text +#: archlinux debian-unstable opensuse-tumbleweed +msgid "" +"The kernel only implements a single decompression method. This is selected " +"during module generation accordingly to the compression method chosen in the " +"kernel configuration." +msgstr "" + #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed @@ -469,12 +530,33 @@ msgid "I<flags> is invalid." msgstr "" #. type: Plain text +#: archlinux debian-unstable opensuse-tumbleweed +msgid "" +"The decompressor sanity checks failed, while loading a compressed module " +"with flag B<MODULE_INIT_COMPRESSED_FILE> set." +msgstr "" + +#. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed msgid "I<fd> does not refer to an open file." msgstr "" #. type: TP +#: archlinux debian-unstable opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<ENOKEY> (since Linux 3.7)" +msgid "B<EOPNOTSUPP> (since Linux 5.17)" +msgstr "B<ENOKEY> (desde Linux 3.7)" + +#. type: Plain text +#: archlinux debian-unstable opensuse-tumbleweed +msgid "" +"The flag B<MODULE_INIT_COMPRESSED_FILE> is set to load a compressed module, " +"and the kernel was built without B<CONFIG_MODULE_DECOMPRESS>." +msgstr "" + +#. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap @@ -742,7 +824,7 @@ msgstr "4 Diciembre 2022" #: debian-bookworm #, no-wrap msgid "Linux man-pages 6.03" -msgstr "Páginas de manual de Linux 6.03" +msgstr "Páginas de Manual de Linux 6.03" #. type: SH #: debian-bookworm @@ -761,19 +843,37 @@ msgid "B<init_module>() and B<finit_module>() are Linux-specific." msgstr "" #. type: TH -#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: fedora-40 fedora-rawhide #, no-wrap -msgid "2023-03-30" -msgstr "30 Marzo 2023" +msgid "2023-10-31" +msgstr "31 Octubre 2023" + +#. type: TH +#: fedora-40 +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Páginas de Manual de Linux 6.06" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-rawhide #, no-wrap -msgid "Linux man-pages 6.05.01" -msgstr "Páginas de manual de Linux 6.05.01" +msgid "Linux man-pages 6.7" +msgstr "Páginas de Manual de Linux 6.7" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "2023-03-30" +msgstr "30 Marzo 2023" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "Linux man-pages 6.04" -msgstr "Linux man-pages 6.04" +msgstr "Páginas de Manual de Linux 6.04" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages (unreleased)" +msgstr "Páginas de Manual de Linux (no publicadas)" |