From fc22b3d6507c6745911b9dfcc68f1e665ae13dbc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:43:11 +0200 Subject: Adding upstream version 4.22.0. Signed-off-by: Daniel Baumann --- po/es/man7/ipc_namespaces.7.po | 189 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 189 insertions(+) create mode 100644 po/es/man7/ipc_namespaces.7.po (limited to 'po/es/man7/ipc_namespaces.7.po') diff --git a/po/es/man7/ipc_namespaces.7.po b/po/es/man7/ipc_namespaces.7.po new file mode 100644 index 00000000..a751fef5 --- /dev/null +++ b/po/es/man7/ipc_namespaces.7.po @@ -0,0 +1,189 @@ +# Spanish translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Marcos Fouces , 2021-2023. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 4.10.0\n" +"POT-Creation-Date: 2024-03-01 16:59+0100\n" +"PO-Revision-Date: 2023-01-11 18:32+0100\n" +"Last-Translator: Marcos Fouces \n" +"Language-Team: Spanish \n" +"Language: es\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 "ipc_namespaces" +msgstr "ipc_namespaces" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 Octubre 2023" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Páginas de manual de Linux 6.06" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "NOMBRE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "ipc_namespaces - overview of Linux IPC namespaces" +msgstr "ipc_namespaces - visión general de los nombres de espacio IPC de Linux" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPCIÓN" + +#. commit 7eafd7c74c3f2e67c27621b987b28397110d643f +#. https://lwn.net/Articles/312232/ +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"IPC namespaces isolate certain IPC resources, namely, System V IPC objects " +"(see B(7)) and (since Linux 2.6.30) POSIX message queues (see " +"B(7)). The common characteristic of these IPC mechanisms is " +"that IPC objects are identified by mechanisms other than filesystem " +"pathnames." +msgstr "" +"Los nombres de espacio IPC aislan determinados recursos. Concretamente los " +"objetos IPC de System V (consulte B(7)) y, a partir de la versión " +"2.6.30 del núcleo de Linux, también las colas de mensajes de POSIX (consulte " +"B(7)). La característica común de estos mecanismos IPC reside " +"en que los objetos IPC se identifican mediante mecanismos en lugar de " +"hacerlo mediante rutas del sistema de archivo." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Each IPC namespace has its own set of System V IPC identifiers and its own " +"POSIX message queue filesystem. Objects created in an IPC namespace are " +"visible to all other processes that are members of that namespace, but are " +"not visible to processes in other IPC namespaces." +msgstr "" +"Cada espacio de nombres IPC incluye su propio conjunto de identificadores IP " +"de System V y su propio sistema de archivo de colas de mensajes POSIX. Los " +"objetos creados en un nombre de espacio IPC son visibles para todos los " +"demás procesos miembros de este espacio de nombres pero no para los miembros " +"de otros nombres de espacio IPC." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The following I interfaces are distinct in each IPC namespace:" +msgstr "Estas interfaces I difieren en cada espacio de nombres IPC:" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "\\[bu]" +msgstr "\\[bu]" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The POSIX message queue interfaces in I." +msgstr "Interfaces de cola de mensajes POSIX en I." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The System V IPC interfaces in I, namely: I, " +"I, I, I, I, I, I, and " +"I." +msgstr "" +"Interfaces IPC de System V en I, concretamente: I, " +"I, I, I, I, I, I y " +"I." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The System V IPC interfaces in I." +msgstr "Interfaces IPC de System V en I." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When an IPC namespace is destroyed (i.e., when the last process that is a " +"member of the namespace terminates), all IPC objects in the namespace are " +"automatically destroyed." +msgstr "" +"Cuando se detruye un nombre de espacio IPC, esto es cuando finaliza el " +"último proceso miembro de dicho espacio de nombres IPC, todos los objetos de " +"ese espacio de nombres son detruidos automáticamente." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use of IPC namespaces requires a kernel that is configured with the " +"B option." +msgstr "" +"Para emplear nombres de espacio IPC, es necesario que el núcleo haya sido " +"configurado con la opción B." + +#. 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 "VÉASE TAMBIÉN" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B(1), B(1), B(2), B(2), B(2), " +"B(7), B(7), B(7)" +msgstr "" +"B(1), B(1), B(2), B(2), B(2), " +"B(7), B(7), B(7)" + +#. type: TH +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "2023-02-05" +msgstr "5 Febrero 2023" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Páginas de manual de Linux 6.03" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "Páginas de manual de Linux 6.05.01" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Linux man-pages 6.04" -- cgit v1.2.3