diff options
Diffstat (limited to 'packaging/debian/po/es.po')
-rw-r--r-- | packaging/debian/po/es.po | 102 |
1 files changed, 89 insertions, 13 deletions
diff --git a/packaging/debian/po/es.po b/packaging/debian/po/es.po index 785bb5a9..644024e4 100644 --- a/packaging/debian/po/es.po +++ b/packaging/debian/po/es.po @@ -1,28 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the wireshark package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # # Translators: -# Francisco Javier Cuadrado <fcocuadrado@gmail.com>, 2009-2010 +# Gerald Combs <gerald@wireshark.org>, 2024 +# +#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Wireshark\n" +"Project-Id-Version: wireshark\n" "Report-Msgid-Bugs-To: wireshark@packages.debian.org\n" -"POT-Creation-Date: 2017-08-06 18:31-0400\n" -"PO-Revision-Date: 2017-09-22 06:50+0000\n" -"Last-Translator: Gerald Combs <gerald@wireshark.org>\n" -"Language-Team: Spanish (http://www.transifex.com/wireshark/wireshark/language/es/)\n" +"POT-Creation-Date: 2024-05-20 18:25+0000\n" +"PO-Revision-Date: 2024-08-12 22:31+0000\n" +"Last-Translator: Gerald Combs <gerald@wireshark.org>, 2024\n" +"Language-Team: Spanish (https://app.transifex.com/wireshark/teams/36457/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. Type: boolean #. Description #: ../templates:2001 msgid "Should non-superusers be able to capture packets?" -msgstr "¿Los usuarios sin privilegios de administración deberían poder capturar paquetes?" +msgstr "" +"¿Los usuarios sin privilegios de administración deberían poder capturar " +"paquetes?" #. Type: boolean #. Description @@ -32,23 +37,36 @@ msgid "" "system group to capture packets. This is recommended over the alternative of" " running Wireshark/Tshark directly as root, because less of the code will " "run with elevated privileges." -msgstr "Dumpcap se puede instalar de un modo que permite a los miembros del grupo «wireshark» capturar paquetes. Se recomienda usar esto en lugar de ejecutar Wireshark/Tshark directamente como administrador («root»), porque se ejecutará menos código con privilegios de administración." +msgstr "" +"Dumpcap se puede instalar de un modo que permite a los miembros del grupo " +"«wireshark» capturar paquetes. Se recomienda usar esto en lugar de ejecutar " +"Wireshark/Tshark directamente como administrador («root»), porque se " +"ejecutará menos código con privilegios de administración." #. Type: boolean #. Description -#: ../templates:2001 +#. Type: boolean +#. Description +#: ../templates:2001 ../templates:7001 msgid "" "For more detailed information please see /usr/share/doc/wireshark-" "common/README.Debian." -msgstr "Para más información, vea el archivo «/usr/share/doc/wireshark-common/README.Debian»." +msgstr "" +"Para más información, vea el archivo «/usr/share/doc/wireshark-" +"common/README.Debian»." #. Type: boolean #. Description -#: ../templates:2001 +#. Type: boolean +#. Description +#: ../templates:2001 ../templates:7001 msgid "" "Enabling this feature may be a security risk, so it is disabled by default. " "If in doubt, it is suggested to leave it disabled." -msgstr "Activar esta funcionalidad puede ser un riesgo de seguridad, por lo que de forma predeterminada está desactivada. En caso de duda, se recomienda dejarla desactivada." +msgstr "" +"Activar esta funcionalidad puede ser un riesgo de seguridad, por lo que de " +"forma predeterminada está desactivada. En caso de duda, se recomienda " +"dejarla desactivada." #. Type: error #. Description @@ -136,3 +154,61 @@ msgstr "" #: ../templates:6001 msgid "If the group is no longer needed, please remove it manually." msgstr "" + +#. Type: boolean +#. Description +#: ../templates:7001 +msgid "Should non-superusers be able to capture system calls?" +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:7001 +msgid "" +"The falcodump external capture utility (extcap) can be installed in a way " +"that allows members of the \"scap\" system group to capture system calls. " +"This is recommended over the alternative of running Logray directly as root," +" because less of the code will run with elevated privileges." +msgstr "" + +#. Type: error +#. Description +#: ../templates:8001 +msgid "Creating the \"scap\" system group failed" +msgstr "" + +#. Type: error +#. Description +#: ../templates:8001 +msgid "" +"The \"scap\" group does not exist, and creating it failed, so Logray cannot " +"be configured to capture system calls as an unprivileged user." +msgstr "" + +#. Type: error +#. Description +#: ../templates:8001 +msgid "Please create the \"scap\" system group and try configuring logray again." +msgstr "" + +#. Type: error +#. Description +#: ../templates:9001 +msgid "The \"scap\" group is a system group" +msgstr "" + +#. Type: error +#. Description +#: ../templates:9001 +msgid "" +"The \"scap\" group exists as a user group, but the preferred configuration " +"is for it to be created as a system group." +msgstr "" + +#. Type: error +#. Description +#: ../templates:9001 +msgid "" +"As a result, purging logray will not remove the \"scap\" group, but " +"everything else should work properly." +msgstr "" |