aboutsummaryrefslogtreecommitdiff
path: root/source/gug/helpcontent2/source/text/sbasic
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-02-23 12:41:58 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-02-23 12:42:27 +0100
commite32fb9dee61f405ded4fe47ea33c0272e91ae5a8 (patch)
tree4a327375a8128827303f7cd05828871960adee07 /source/gug/helpcontent2/source/text/sbasic
parent194801068adbae2b8c84754b5d67f5b3ab298bb4 (diff)
update translations for 7.3.1 rc2
and force-fix errors using pocheck Change-Id: I152885b2e8291a05aafc17ca5b494011d0b9af92
Diffstat (limited to 'source/gug/helpcontent2/source/text/sbasic')
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/guide.po22
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/python.po8
2 files changed, 15 insertions, 15 deletions
diff --git a/source/gug/helpcontent2/source/text/sbasic/guide.po b/source/gug/helpcontent2/source/text/sbasic/guide.po
index 1b4b65b512d..2c1039f07bf 100644
--- a/source/gug/helpcontent2/source/text/sbasic/guide.po
+++ b/source/gug/helpcontent2/source/text/sbasic/guide.po
@@ -4,9 +4,9 @@ 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: 2021-10-20 13:08+0200\n"
-"PO-Revision-Date: 2022-01-09 15:38+0000\n"
+"PO-Revision-Date: 2022-02-22 17:22+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicguide/es/>\n"
+"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-7-3/textsbasicguide/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
@@ -671,7 +671,7 @@ msgctxt ""
"bm_id171559140731329\n"
"help.text"
msgid "<bookmark_value>Basic;programming examples</bookmark_value>"
-msgstr "<bookmark_value>Basic;ejemplos de programación</bookmark_value>"
+msgstr "<bookmark_value>BASIC;ejemplos de programación</bookmark_value>"
#. DdPKY
#: basic_examples.xhp
@@ -707,7 +707,7 @@ msgctxt ""
"par_id461630536347127\n"
"help.text"
msgid "By using Basic or Python programming languages it is possible to write macros that apply formats to ranges of cells in Calc."
-msgstr ""
+msgstr "Es posible utilizar los lenguajes de programación BASIC y Python para escribir macros que apliquen formatos a intervalos de celdas en Calc."
#. 7FCuQ
#: calc_borders.xhp
@@ -977,7 +977,7 @@ msgctxt ""
"par_id671630539478101\n"
"help.text"
msgid "Dash dot"
-msgstr ""
+msgstr "Trazo-punto"
#. a4wFd
#: calc_borders.xhp
@@ -986,7 +986,7 @@ msgctxt ""
"par_id701630539484498\n"
"help.text"
msgid "Dash dot dot"
-msgstr ""
+msgstr "Trazo-punto-punto"
#. A9PVK
#: calc_borders.xhp
@@ -1031,7 +1031,7 @@ msgctxt ""
"bas_id191630543332073\n"
"help.text"
msgid "' Defines the new line format"
-msgstr ""
+msgstr "' Define el nuevo formato de línea"
#. hSdDm
#: calc_borders.xhp
@@ -1283,7 +1283,7 @@ msgctxt ""
"par_id191633214565965\n"
"help.text"
msgid "All examples presented in this page can be implemented both in Basic and Python."
-msgstr ""
+msgstr "Todos los ejemplos presentados en esta página pueden ser implementados tanto en BASIC como en Python."
#. LfNCy
#: read_write_values.xhp
@@ -1436,7 +1436,7 @@ msgctxt ""
"par_id371633216672570\n"
"help.text"
msgid "The previous examples used only the active sheet to perform operations. It is possible to access cell ranges in different sheets by their indices or names."
-msgstr ""
+msgstr "Los ejemplos anteriores usaban la hoja activa únicamente para efectuar operaciones. Es posible acceder a intervalos de celdas de diferentes hojas por sus índices o sus nombres."
#. c3yhF
#: read_write_values.xhp
@@ -1490,7 +1490,7 @@ msgctxt ""
"hd_id451633265241066\n"
"help.text"
msgid "Using the ScriptForge Library"
-msgstr ""
+msgstr "Uso de la biblioteca ScriptForge"
#. 8CkSe
#: read_write_values.xhp
@@ -1544,7 +1544,7 @@ msgctxt ""
"par_id251633265634883\n"
"help.text"
msgid "With the Calc service, getting and setting cell values can be done with a single line of code. The example below gets the value from cell \"A1\" and shows it on a message box."
-msgstr ""
+msgstr "Con el servicio Calc, es posible efectuar la obtención y definición de valores de celdas en una sola línea de código. El ejemplo siguiente obtiene el valor de la celda «A1» y la muestra en un diálogo de mensaje."
#. NzUg4
#: read_write_values.xhp
diff --git a/source/gug/helpcontent2/source/text/sbasic/python.po b/source/gug/helpcontent2/source/text/sbasic/python.po
index ec191bad31a..7c72d5aab3e 100644
--- a/source/gug/helpcontent2/source/text/sbasic/python.po
+++ b/source/gug/helpcontent2/source/text/sbasic/python.po
@@ -4,7 +4,7 @@ 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: 2021-12-20 13:20+0100\n"
-"PO-Revision-Date: 2022-01-27 17:38+0000\n"
+"PO-Revision-Date: 2022-02-12 18:39+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-7-3/textsbasicpython/es/>\n"
"Language: es\n"
@@ -428,7 +428,7 @@ msgctxt ""
"N0339\n"
"help.text"
msgid "The examples below open <literal>Access2Base Trace</literal> console or the imported <literal>TutorialsDialog</literal> dialog with <menuitem>Tools - Macros - Run Macro</menuitem> menu:"
-msgstr ""
+msgstr "Los ejemplos siguientes abre la consola <literal>Access2Base Trace</literal> o el cuadro de diálogo importado <literal>TutorialsDialog</literal> a través del menú <menuitem>Herramientas ▸ Macros ▸ Ejecutar macro</menuitem>:"
#. ChW9B
#: python_dialogs.xhp
@@ -500,7 +500,7 @@ msgctxt ""
"par_id641630582314861\n"
"help.text"
msgid "Listening to document events can help in the following situations:"
-msgstr ""
+msgstr "Escuchar los sucesos del documento puede ser útil en situaciones como las siguientes:"
#. NEQoZ
#: python_document_events.xhp
@@ -734,7 +734,7 @@ msgctxt ""
"N0583\n"
"help.text"
msgid "Console.log(\"INFO\", \"Document events have been logged\", True)"
-msgstr ""
+msgstr "Console.log(\"INFO\", \"Se han registrado los sucesos del documento\", True)"
#. utJGT
#: python_document_events.xhp