summaryrefslogtreecommitdiff
path: root/source/es/helpcontent2/source/text/sbasic/shared.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/es/helpcontent2/source/text/sbasic/shared.po')
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po24
1 files changed, 12 insertions, 12 deletions
diff --git a/source/es/helpcontent2/source/text/sbasic/shared.po b/source/es/helpcontent2/source/text/sbasic/shared.po
index d6bef4865ea..4ac92cae401 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: 2016-07-04 16:53+0200\n"
-"PO-Revision-Date: 2016-07-06 09:11+0000\n"
+"PO-Revision-Date: 2016-07-17 06:50+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1467796279.000000\n"
+"X-POOTLE-MTIME: 1468738234.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -3780,7 +3780,7 @@ msgctxt ""
"27\n"
"help.text"
msgid "In the Basic IDE, right-click the name of the module or dialog in the tabs at the bottom of the screen, choose <emph>Rename</emph> and type in the new name."
-msgstr "En el EID de Basic, pulse con el botón derecho del ratón en el nombre del módulo o del diálogo en las pestañas de la parte inferior de la pantalla, elija <emph>Cambiar nombre</emph> y escriba el nombre nuevo."
+msgstr "En el EID de Basic, pulse con el botón secundario del ratón en el nombre del módulo o del diálogo en las pestañas de la parte inferior de la pantalla, elija <emph>Cambiar nombre</emph> y escriba el nombre nuevo."
#: 01030400.xhp
msgctxt ""
@@ -8907,7 +8907,7 @@ msgctxt ""
"par_id3149262\n"
"help.text"
msgid "<emph>Mode:</emph> Keyword that specifies the file mode. Valid values: Append (append to sequential file), Binary (data can be accessed by bytes using Get and Put), Input (opens data channel for reading), Output (opens data channel for writing), and Random (edits relative files)."
-msgstr "<emph>Mode:</emph> Palabra clave que especifica el modo del archivo. Valores válidos: «Append» (añade a un archivo secuencial), «Binary» (se puede acceder a los datos por bytes mediante Get y Put), «Input» (abre el canal de datos para su lectura), «Output» (abre el canal de datos para su escritura) y «Random» (edita archivos relativos)."
+msgstr "<emph>Mode:</emph> palabra clave que especifica el modo del archivo. Valores válidos: «Append» (añade a un archivo secuencial), «Binary» (se puede acceder a los datos por bytes mediante Get y Put), «Input» (abre el canal de datos para su lectura), «Output» (abre el canal de datos para su escritura) y «Random» (edita archivos relativos)."
#: 03020103.xhp
msgctxt ""
@@ -22143,7 +22143,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Function Statement [Runtime]"
-msgstr "instrucción Function [Ejecución]"
+msgstr "Instrucción Function [Ejecución]"
#: 03090406.xhp
msgctxt ""
@@ -25553,7 +25553,7 @@ msgctxt ""
"par_id3154730\n"
"help.text"
msgid "<emph>VarName:</emph> Any variable or array name."
-msgstr "<emph>NombreVar:</emph> Cualquier nombre de variable o de matriz."
+msgstr "<emph>NombreVar:</emph> cualquier nombre de variable o de matriz."
#: 03102100.xhp
msgctxt ""
@@ -28575,7 +28575,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "HasUnoInterfaces Function [Runtime]"
-msgstr "Función HasUnoInterfaces [Ejecución]"
+msgstr "Función HasUnoInterfaces [Ejecución]"
#: 03104400.xhp
msgctxt ""
@@ -28592,7 +28592,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03104400.xhp\" name=\"HasUnoInterfaces Function [Runtime]\">HasUnoInterfaces Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03104400.xhp\" name=\"HasUnoInterfaces Function [Runtime]\">Función HasUnoInterfaces [Ejecución]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104400.xhp\" name=\"Función HasUnoInterfaces [Ejecución]\">Función HasUnoInterfaces [Ejecución]</link>"
#: 03104400.xhp
msgctxt ""
@@ -29002,7 +29002,7 @@ msgctxt ""
"par_idN10558\n"
"help.text"
msgid "Erases the contents of array elements of fixed size arrays, and releases the memory used by arrays of variable size."
-msgstr "Elimina el contenido de elementos de matriz de matrices con tamaño fijo; libera la memoria que utilizan las matrices de tamaño variable."
+msgstr "Elimina el contenido de elementos matriciales de las matrices de tamaño fijo; libera la memoria que utilizan las matrices de tamaño variable."
#: 03104700.xhp
msgctxt ""
@@ -30861,7 +30861,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Mid Function, Mid Statement [Runtime]"
-msgstr "Función Mid, Instrucción Mid [Ejecución]"
+msgstr "Función Mid e instrucción Mid [Ejecución]"
#: 03120306.xhp
msgctxt ""
@@ -34273,7 +34273,7 @@ msgctxt ""
"par_id3154923\n"
"help.text"
msgid "Addresses the active component so that its properties can be read and set. ThisComponent is used from document Basic, where it represents the document the Basic belongs to. The type of object accessed by ThisComponent depends on the document type."
-msgstr "Direcciona el componente activo para que sus propiedades puedan leerse y establecerse. ThisComponent es usado desde el documento Basic, donde muestra el documento al que pertenece Basic. El tipo de objeto accedido por ThisComponent depende en el tipo de documento."
+msgstr "Enfoca el componente activo para que sus propiedades puedan leerse y establecerse. ThisComponent se utiliza desde el documento Basic, donde muestra el documento al que pertenece el código Basic. El tipo de objeto al que accede ThisComponent depende del tipo de documento."
#: 03132200.xhp
msgctxt ""
@@ -35399,7 +35399,7 @@ msgctxt ""
"16\n"
"help.text"
msgid "Shift+F8"
-msgstr "Mayús+F8"
+msgstr "Mayús + F8"
#: keys.xhp
msgctxt ""