aboutsummaryrefslogtreecommitdiff
path: root/source/gug/helpcontent2/source/text/sbasic/python.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/gug/helpcontent2/source/text/sbasic/python.po')
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/python.po66
1 files changed, 33 insertions, 33 deletions
diff --git a/source/gug/helpcontent2/source/text/sbasic/python.po b/source/gug/helpcontent2/source/text/sbasic/python.po
index bc37c4eff58..c8c55efaf14 100644
--- a/source/gug/helpcontent2/source/text/sbasic/python.po
+++ b/source/gug/helpcontent2/source/text/sbasic/python.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-10-27 12:31+0100\n"
-"PO-Revision-Date: 2021-01-23 17:36+0000\n"
+"POT-Creation-Date: 2021-01-30 15:37+0100\n"
+"PO-Revision-Date: 2021-01-30 10:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/es/>\n"
"Language: es\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565287211.000000\n"
#. naSFZ
@@ -538,14 +538,14 @@ msgctxt ""
msgid "Listening to Document Events"
msgstr "Escucha a sucesos de documentos"
-#. tFSkv
+#. BuYwV
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0530\n"
"help.text"
-msgid "Monitoring is illustrated herewith for Basic and Python languages using object-oriented programming. Assigning <literal>OnLoad</literal> script, to the <literal>Open Document</literal> event, suffices to initiate and terminate document event monitoring. <menuitem>Tools – Customise...</menuitem> menu <menuitem>Events</menuitem> tab is used to assign either scripts."
-msgstr "Se ilustra a continuación la monitorización utilizando la programación orientada a objetos en los lenguajes Python y Basic. Basta con asignar la macro <literal>OnLoad</literal> al suceso <literal>Open Document</literal> para iniciar y terminar la monitorización de sucesos de documento. Vaya al menú <menuitem>Herramientas ▸ Personalizar</menuitem> y seleccione la pestaña <menuitem>Sucesos</menuitem> para asignar las macros."
+msgid "Monitoring is illustrated herewith for Basic and Python languages using object-oriented programming. Assigning <literal>OnLoad</literal> script, to the <literal>Open Document</literal> event, suffices to initiate and terminate document event monitoring. <menuitem>Tools - Customize</menuitem> menu <menuitem>Events</menuitem> tab is used to assign either scripts."
+msgstr ""
#. 27Dcq
#: python_document_events.xhp
@@ -824,7 +824,7 @@ msgctxt ""
"N0647\n"
"help.text"
msgid "Mind the misspelled <literal>documentEventOccured</literal> method that inherits a typo from %PRODUCTNAME Application Programming Interface (API)."
-msgstr ""
+msgstr "Preste atención al error ortográfico en el método <literal>documentEventOccured</literal>, que proviene de la interfaz de programación de aplicaciones (API, por sus siglas en inglés) de %PRODUCTNAME."
#. uGHTE
#: python_document_events.xhp
@@ -844,13 +844,13 @@ msgctxt ""
msgid "With %PRODUCTNAME Basic"
msgstr "Con %PRODUCTNAME Basic"
-#. SEw8V
+#. Hn5H4
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0650\n"
"help.text"
-msgid "The <literal>Onload</literal> script is assigned to <literal>Open document</literal> event using <menuitem>Tools – Customise...</menuitem> menu <menuitem>Events</menuitem> tab. Events monitoring starts from the moment a <literal>ConsoleLogger</literal> object is instantiated and ultimately stops when Basic engine releases it. <literal>OnLoad</literal> event loads necessary Basic libraries, while caught events are reported using <literal>Access2Base.Trace</literal> module."
+msgid "The <literal>Onload</literal> script is assigned to <literal>Open document</literal> event using <menuitem>Tools - Customize</menuitem> menu <menuitem>Events</menuitem> tab. Events monitoring starts from the moment a <literal>ConsoleLogger</literal> object is instantiated and ultimately stops when Basic engine releases it. <literal>OnLoad</literal> event loads necessary Basic libraries, while caught events are reported using <literal>Access2Base.Trace</literal> module."
msgstr ""
#. TAiMF
@@ -889,13 +889,13 @@ msgctxt ""
msgid "REM controller.ConsoleLogger class module"
msgstr ""
-#. PG65V
+#. 2jXHB
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0664\n"
"help.text"
-msgid "' ADAPTER design pattern object to be instantiated in « Open Document » event"
+msgid "' ADAPTER design pattern object to be instantiated in the \"Open Document\" event"
msgstr ""
#. 9ZNpG
@@ -959,7 +959,7 @@ msgctxt ""
"N0706\n"
"help.text"
msgid "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Document events are being logged\", _"
-msgstr ""
+msgstr "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Se están registrando los sucesos del documento\", _"
#. NkHa4
#: python_document_events.xhp
@@ -977,7 +977,7 @@ msgctxt ""
"N0717\n"
"help.text"
msgid "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Document events have been logged\", _"
-msgstr ""
+msgstr "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Se han registrado los sucesos del documento\", _"
#. uVpJf
#: python_document_events.xhp
@@ -986,7 +986,7 @@ msgctxt ""
"N0723\n"
"help.text"
msgid "' Your code for handled events goes here"
-msgstr ""
+msgstr "' Su código para la gestión de eventos va aquí"
#. AJJDf
#: python_document_events.xhp
@@ -1103,7 +1103,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Creating A Dialog Handler"
-msgstr ""
+msgstr "Crear un manipulador de diálogos"
#. WeSDk
#: python_handler.xhp
@@ -1175,7 +1175,7 @@ msgctxt ""
"N0671\n"
"help.text"
msgid "Assigning Dialog methods"
-msgstr ""
+msgstr "Asignación de métodos de Dialog"
#. 46GAC
#: python_handler.xhp
@@ -1184,7 +1184,7 @@ msgctxt ""
"N0672\n"
"help.text"
msgid "Export <literal>Access2Base</literal> <literal>dlgTrace</literal> dialog and import it into <literal>MyLib</literal> application library."
-msgstr ""
+msgstr "Exporte el cuadro de diálogo <literal>dlgTrace</literal> de <literal>Access2Base</literal> e impórtelo en la biblioteca de aplicación <literal>MyLib</literal>."
#. QKmBa
#: python_handler.xhp
@@ -1283,7 +1283,7 @@ msgctxt ""
"N0692\n"
"help.text"
msgid "\"\"\" Access2Base Console Handler \"\"\""
-msgstr ""
+msgstr "\"\"\" Manipulador de consola de Access2Base \"\"\""
#. dugqK
#: python_handler.xhp
@@ -1292,7 +1292,7 @@ msgctxt ""
"N0693\n"
"help.text"
msgid "''' adapted from « Créer un dialogue avec gestionnaire d'événements » by JM Zambon"
-msgstr ""
+msgstr "''' adaptado de «Créer un dialogue avec gestionnaire d’événements» de J.-M. Zambon"
#. 5Cysb
#: python_handler.xhp
@@ -1337,7 +1337,7 @@ msgctxt ""
"N0742\n"
"help.text"
msgid "With %PRODUCTNAME Basic"
-msgstr "Con %PRODUCTNAME BASIC"
+msgstr "Con %PRODUCTNAME Basic"
#. 5N3MV
#: python_handler.xhp
@@ -1355,7 +1355,7 @@ msgctxt ""
"N0751\n"
"help.text"
msgid "dp.Initialize(Array(ThisComponent)) ' if doc-embedded dialog"
-msgstr ""
+msgstr "dp.Initialize(Array(ThisComponent)) ' si se trata de un diálogo incrustado en el documento"
#. Cf88b
#: python_handler.xhp
@@ -1400,7 +1400,7 @@ msgctxt ""
"N0505\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03132000.xhp\" name=\"CreateUnoListener Function\">CreateUnoListener Function</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/03132000.xhp\" name=\"Función CreateUnoListener Function\">Función CreateUnoListener</link>"
#. Ur3DA
#: python_ide.xhp
@@ -1472,7 +1472,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Python : Importing Modules"
-msgstr ""
+msgstr "Python: importación de módulos"
#. gFTth
#: python_import.xhp
@@ -1490,7 +1490,7 @@ msgctxt ""
"N0462\n"
"help.text"
msgid "<variable id=\"pythonimporth1\"><link href=\"text/sbasic/python/python_import.xhp\" name=\"python imports\">Importing Python Modules</link></variable>"
-msgstr ""
+msgstr "<variable id=\"pythonimporth1\"><link href=\"text/sbasic/python/python_import.xhp\" name=\"python imports\">Importar módulos de Python</link></variable>"
#. VHAM5
#: python_import.xhp
@@ -1553,7 +1553,7 @@ msgctxt ""
"N0473\n"
"help.text"
msgid "user_lib = Session().UserPythonScripts # User scripts location"
-msgstr ""
+msgstr "user_lib = Session().UserPythonScripts # Ubicación de las secuencias de órdenes del usuario"
#. AAJUq
#: python_import.xhp
@@ -1562,7 +1562,7 @@ msgctxt ""
"N0475\n"
"help.text"
msgid "sys.path.insert(0, user_lib) # Add to search path"
-msgstr ""
+msgstr "sys.path.insert(0, user_lib) # Añadir a la ruta de búsqueda"
#. yFcur
#: python_import.xhp
@@ -1571,7 +1571,7 @@ msgctxt ""
"N0476\n"
"help.text"
msgid "import screen_io as ui # 'screen_io.py' module resides in user_lib directory"
-msgstr ""
+msgstr "import screen_io as ui # el módulo «screen_io.py» se encuentra en el directorio user_lib"
#. 6KtvD
#: python_import.xhp
@@ -1607,7 +1607,7 @@ msgctxt ""
"N0485\n"
"help.text"
msgid "sys.path.insert(0, share_lib) # Add to search path"
-msgstr ""
+msgstr "sys.path.insert(0, share_lib) # Añadir a la ruta de búsqueda"
#. zGybv
#: python_import.xhp
@@ -1616,7 +1616,7 @@ msgctxt ""
"N0486\n"
"help.text"
msgid "from IDE_utils import ScriptContext # 'IDE_utils.py' sits with shared Python scripts."
-msgstr ""
+msgstr "from IDE_utils import ScriptContext # «IDE_utils.py» se encuentra en las secuencias de órdenes Python compartidas."
#. VoPZU
#: python_import.xhp
@@ -1742,7 +1742,7 @@ msgctxt ""
"N0555\n"
"help.text"
msgid "adapted from 'Bibliothèque de fonctions' by Hubert Lambert"
-msgstr ""
+msgstr "adaptado de la «Bibliothèque de fonctions» de Hubert Lambert"
#. 8gpRJ
#: python_import.xhp
@@ -1751,7 +1751,7 @@ msgctxt ""
"N0556\n"
"help.text"
msgid "at https://forum.openoffice.org/fr/forum/viewtopic.php?p=286213 \"\"\""
-msgstr ""
+msgstr "en https://forum.openoffice.org/fr/forum/viewtopic.php?p=286213 \"\"\""
#. T6bdz
#: python_import.xhp
@@ -1760,7 +1760,7 @@ msgctxt ""
"N0558\n"
"help.text"
msgid "\"\"\" Check run time module list \"\"\""
-msgstr ""
+msgstr "\"\"\" Comprobar lista de módulos de tiempo de ejecución \"\"\""
#. EFaRv
#: python_import.xhp
@@ -1769,7 +1769,7 @@ msgctxt ""
"N0561\n"
"help.text"
msgid "\"\"\" Check PYTHON_PATH content \"\"\""
-msgstr ""
+msgstr "\"\"\" Comprobar contenido de PYTHON_PATH \"\"\""
#. fvFq9
#: python_import.xhp