aboutsummaryrefslogtreecommitdiff
path: root/source/es/helpcontent2/source/text/sbasic
diff options
context:
space:
mode:
Diffstat (limited to 'source/es/helpcontent2/source/text/sbasic')
-rw-r--r--source/es/helpcontent2/source/text/sbasic/guide.po8
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po12
2 files changed, 10 insertions, 10 deletions
diff --git a/source/es/helpcontent2/source/text/sbasic/guide.po b/source/es/helpcontent2/source/text/sbasic/guide.po
index d1c1564ba0b..6e39cd4f767 100644
--- a/source/es/helpcontent2/source/text/sbasic/guide.po
+++ b/source/es/helpcontent2/source/text/sbasic/guide.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: 2019-11-08 19:34+0100\n"
-"PO-Revision-Date: 2021-05-12 12:37+0000\n"
+"PO-Revision-Date: 2021-10-24 17:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-7-1/textsbasicguide/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.2\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1560719923.000000\n"
#. WcTKB
@@ -482,7 +482,7 @@ msgctxt ""
"N0503\n"
"help.text"
msgid "Two different Python modules are called. They can either be embedded in the current document, either be stored on the file system. Argument type checking is skipped for clarity:"
-msgstr ""
+msgstr "Se llaman dos módulos del lenguaje de programación Python. Estos pueden o estar incrustados en el documento actual o estar almacenados en el sistema de archivos. La comprobación de los tipos de argumento se ha omitido para mayor claridad:"
#. igPCi
#: basic_2_python.xhp
@@ -878,7 +878,7 @@ msgctxt ""
"bm_id3155338\n"
"help.text"
msgid "<bookmark_value>programming examples for controls</bookmark_value> <bookmark_value>dialogs;loading (example)</bookmark_value> <bookmark_value>dialogs;displaying (example)</bookmark_value> <bookmark_value>controls;reading or editing properties (example)</bookmark_value> <bookmark_value>list boxes;removing entries from (example)</bookmark_value> <bookmark_value>list boxes;adding entries to (example)</bookmark_value> <bookmark_value>examples; programming controls</bookmark_value> <bookmark_value>dialog editor;programming examples for controls</bookmark_value> <bookmark_value>Tools;LoadDialog</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>ejemplos de programación para controles</bookmark_value><bookmark_value>diálogos;cargar (ejemplo)</bookmark_value><bookmark_value>diálogos;mostrar (ejemplo)</bookmark_value><bookmark_value>controles;leer o editar propiedades (ejemplo)</bookmark_value><bookmark_value>cuadros de lista;quitar entradas de (ejemplo)</bookmark_value><bookmark_value>cuatros de lista;añadir entradas a (ejemplo)</bookmark_value><bookmark_value>ejemplos; programar controles</bookmark_value><bookmark_value>editor de diálogos;ejemplos de programación para controles</bookmark_value><bookmark_value>Herramientas;LoadDialog</bookmark_value>"
#. XFqTD
#: sample_code.xhp
diff --git a/source/es/helpcontent2/source/text/sbasic/shared.po b/source/es/helpcontent2/source/text/sbasic/shared.po
index 4a23356e419..66a3ba28553 100644
--- a/source/es/helpcontent2/source/text/sbasic/shared.po
+++ b/source/es/helpcontent2/source/text/sbasic/shared.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: 2020-12-08 13:07+0100\n"
-"PO-Revision-Date: 2021-10-12 00:36+0000\n"
+"PO-Revision-Date: 2021-10-24 17:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-7-1/textsbasicshared/es/>\n"
"Language: es\n"
@@ -8537,7 +8537,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Print# Statement"
-msgstr ""
+msgstr "Instrucción Print#"
#. addUg
#: 03010103.xhp
@@ -8555,7 +8555,7 @@ msgctxt ""
"hd_id3147230\n"
"help.text"
msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Instrucción Print#</link></variable>"
#. ZDGAu
#: 03010103.xhp
@@ -8564,7 +8564,7 @@ msgctxt ""
"par_id3156281\n"
"help.text"
msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file."
-msgstr ""
+msgstr "Produce las cadenas o las expresiones numéricas especificadas para mostrarlas en pantalla o guardarlas en un archivo secuencial."
#. xCJRj
#: 03010103.xhp
@@ -8573,7 +8573,7 @@ msgctxt ""
"par_id461596463969009\n"
"help.text"
msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
-msgstr ""
+msgstr "Utilice la instrucción <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> para escribir datos en un archivo binario o aleatorio. Utilice la instrucción <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> para escribir datos en un archivo de texto secuencial con caracteres de delimitación."
#. AhB82
#: 03010103.xhp
@@ -8582,7 +8582,7 @@ msgctxt ""
"par_id841588605629842\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Print_statement.svg\" id=\"img_id931588605629842\"><alt id=\"alt_id931588605629842\">Print syntax</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/helpimg/sbasic/Print_statement.svg\" id=\"img_id931588605629842\"><alt id=\"alt_id931588605629842\">Sintaxis de Print</alt></image>"
#. A6QEE
#: 03010103.xhp