aboutsummaryrefslogtreecommitdiff
path: root/source/es/helpcontent2
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-02-22 18:45:57 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-02-22 18:50:08 +0100
commitff06bb650ac32a415815345a1fd4184a8fc311d4 (patch)
treefa8d385dda4d72766f0747d25cb00bbcfb934f9e /source/es/helpcontent2
parent71f0c6a4724fa28a2a2d72b0547aa0370c287fcf (diff)
update translations for master
and force-fix errors using pocheck Change-Id: Ic293be102c0ddce522e0c4a919cb40368b7d9a7b
Diffstat (limited to 'source/es/helpcontent2')
-rw-r--r--source/es/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared/03.po80
-rw-r--r--source/es/helpcontent2/source/text/scalc/01.po20
-rw-r--r--source/es/helpcontent2/source/text/shared/00.po12
-rw-r--r--source/es/helpcontent2/source/text/shared/01.po6
-rw-r--r--source/es/helpcontent2/source/text/shared/guide.po8
-rw-r--r--source/es/helpcontent2/source/text/simpress/guide.po24
-rw-r--r--source/es/helpcontent2/source/text/swriter/00.po20
-rw-r--r--source/es/helpcontent2/source/text/swriter/01.po178
-rw-r--r--source/es/helpcontent2/source/text/swriter/02.po27
-rw-r--r--source/es/helpcontent2/source/text/swriter/guide.po14
12 files changed, 191 insertions, 218 deletions
diff --git a/source/es/helpcontent2/source/text/sbasic/python.po b/source/es/helpcontent2/source/text/sbasic/python.po
index 4ce30cc641e..4282112cbdd 100644
--- a/source/es/helpcontent2/source/text/sbasic/python.po
+++ b/source/es/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: 2021-02-17 15:58+0100\n"
-"PO-Revision-Date: 2021-02-11 00:36+0000\n"
+"POT-Creation-Date: 2021-02-22 17:17+0100\n"
+"PO-Revision-Date: 2021-02-18 20: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"
@@ -23,7 +23,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Python Scripts"
-msgstr "Macros en Python"
+msgstr "Secuencias de órdenes en Python"
#. 9RJv6
#: main0000.xhp
@@ -79,13 +79,13 @@ msgctxt ""
msgid "You can execute Python scripts choosing <menuitem>Tools - Macros - Run Macro</menuitem>. Editing scripts can be done with your preferred text editor. Python scripts are present in various locations detailed hereafter. You can refer to Programming examples for macros illustrating how to run the Python interactive console from %PRODUCTNAME."
msgstr "Pueden ejecutarse secuencias de órdenes en Python a través de <menuitem>Herramientas ▸ Macros ▸ Ejecutar macro</menuitem>. Es posible editar las secuencias de órdenes con el editor de texto que prefiera. Las secuencias de órdenes en Python están presentes en varios lugares, los cuales se describen a continuación. Puede consultar los ejemplos de programación de macros que ilustran cómo ejecutar la consola interactiva de Python desde %PRODUCTNAME."
-#. bb68x
+#. g2dUC
#: main0000.xhp
msgctxt ""
"main0000.xhp\n"
"par_id131568902936659\n"
"help.text"
-msgid "The %PRODUCTNAME scripting framework for Python is optional on some GNU/Linux distributions. If it is installed, selecting <menuitem>Tools - Macros - Run Macro...</menuitem> and checking <literal>%PRODUCTNAME Macros</literal> for the presence of <literal>HelloWorld – HelloWorldPython</literal> macro is sufficient. If absent, please refer to your distribution documentation in order to install the %PRODUCTNAME scripting framework for Python."
+msgid "The %PRODUCTNAME scripting framework for Python is optional on some GNU/Linux distributions. If it is installed, selecting <menuitem>Tools - Macros - Run Macro</menuitem> and checking <literal>%PRODUCTNAME Macros</literal> for the presence of <literal>HelloWorld – HelloWorldPython</literal> macro is sufficient. If absent, please refer to your distribution documentation in order to install the %PRODUCTNAME scripting framework for Python."
msgstr ""
#. naZBV
@@ -151,13 +151,13 @@ msgctxt ""
msgid "<literal>Xray</literal> calls interrupting Python script execution to help inspect variables."
msgstr "interrupción de la ejecución de la secuencia escrita en Python por llamada a <literal>Xray</literal> para examinar las variables."
-#. YdsBj
+#. fDXhz
#: python_2_basic.xhp
msgctxt ""
"python_2_basic.xhp\n"
"N0336\n"
"help.text"
-msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, provided that they represent primitive data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
+msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and forth across calls, provided that they represent primitive data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
msgstr ""
#. Gn9Bv
diff --git a/source/es/helpcontent2/source/text/sbasic/shared.po b/source/es/helpcontent2/source/text/sbasic/shared.po
index 5d18ba4e20e..071b9f85aea 100644
--- a/source/es/helpcontent2/source/text/sbasic/shared.po
+++ b/source/es/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ 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: 2021-02-17 15:58+0100\n"
+"POT-Creation-Date: 2021-02-22 17:17+0100\n"
"PO-Revision-Date: 2021-02-17 15:04+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/es/>\n"
@@ -529,13 +529,13 @@ msgctxt ""
msgid "Transparent white"
msgstr "Blanco transparente"
-#. sdV2V
+#. aGCSR
#: 00000003.xhp
msgctxt ""
"00000003.xhp\n"
"par_id631529990528928\n"
"help.text"
-msgid "Open <item type=\"menuitem\">Tools - Macros - Organize dialogs...</item> and select <item type=\"menuitem\">%PRODUCTNAME Dialogs</item> container."
+msgid "Open <item type=\"menuitem\">Tools - Macros - Organize Dialogs</item> and select <item type=\"menuitem\">%PRODUCTNAME Dialogs</item> container."
msgstr ""
#. C3yvQ
diff --git a/source/es/helpcontent2/source/text/sbasic/shared/03.po b/source/es/helpcontent2/source/text/sbasic/shared/03.po
index bcb3b091ba4..e7901c50423 100644
--- a/source/es/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/es/helpcontent2/source/text/sbasic/shared/03.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: 2021-02-17 15:58+0100\n"
-"PO-Revision-Date: 2021-02-17 15:04+0000\n"
+"POT-Creation-Date: 2021-02-22 17:17+0100\n"
+"PO-Revision-Date: 2021-02-21 17:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/es/>\n"
"Language: es\n"
@@ -23,7 +23,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "ScriptForge Libraries"
-msgstr ""
+msgstr "Bibliotecas ScriptForge"
#. NXPBo
#: lib_ScriptForge.xhp
@@ -68,7 +68,7 @@ msgctxt ""
"par_id891606153700196\n"
"help.text"
msgid "Services from external libraries can be registered with the <literal>RegisterScriptServices(...)</literal> method in order to extend the set of available services."
-msgstr ""
+msgstr "Es posible registrar servicios provenientes de bibliotecas externas a través del método <literal>RegisterScriptServices(...)</literal> para así ampliar el conjunto de servicios disponibles."
#. ErFP9
#: lib_ScriptForge.xhp
@@ -77,7 +77,7 @@ msgctxt ""
"par_id851605659675843\n"
"help.text"
msgid "The <literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
-msgstr ""
+msgstr "La biblioteca <literal>ScriptForge</literal> de Basic está disponible a partir de la versión 7.1 de %PRODUCTNAME."
#. acPUv
#: lib_ScriptForge.xhp
@@ -86,7 +86,7 @@ msgctxt ""
"par_id891611613601554\n"
"help.text"
msgid "Services provided by the ScriptForge library"
-msgstr ""
+msgstr "Servicios que brinda la biblioteca ScriptForge"
#. 6gvZc
#: lib_ScriptForge.xhp
@@ -4451,7 +4451,7 @@ msgctxt ""
"hd_id651583668365757\n"
"help.text"
msgid "Properties"
-msgstr ""
+msgstr "Propiedades"
#. zVLEC
#: sf_dialog.xhp
@@ -4460,7 +4460,7 @@ msgctxt ""
"par_id871583668386455\n"
"help.text"
msgid "Name"
-msgstr ""
+msgstr "Nombre"
#. FBCFG
#: sf_dialog.xhp
@@ -4964,7 +4964,7 @@ msgctxt ""
"hd_id581582885621841\n"
"help.text"
msgid "Service invocation"
-msgstr ""
+msgstr "Invocación del servicio"
#. jKixF
#: sf_dialogcontrol.xhp
@@ -7997,7 +7997,7 @@ msgctxt ""
"hd_id581582885621841\n"
"help.text"
msgid "Service invocation"
-msgstr ""
+msgstr "Invocación del servicio"
#. ms88h
#: sf_filesystem.xhp
@@ -8033,7 +8033,7 @@ msgctxt ""
"hd_id651583668365757\n"
"help.text"
msgid "Properties"
-msgstr ""
+msgstr "Propiedades"
#. QFtWW
#: sf_filesystem.xhp
@@ -8042,7 +8042,7 @@ msgctxt ""
"par_id871583668386455\n"
"help.text"
msgid "Name"
-msgstr ""
+msgstr "Nombre"
#. iXYjt
#: sf_filesystem.xhp
@@ -9815,7 +9815,7 @@ msgctxt ""
"bas_id341582725374064\n"
"help.text"
msgid "' The function should return an instance of a Basic object class implementing the service"
-msgstr ""
+msgstr "' La función debe devolver un ejemplar de una clase de objetos de Basic que implemente el servicio"
#. iwekv
#: sf_services.xhp
@@ -9932,7 +9932,7 @@ msgctxt ""
"bas_id951595857355198\n"
"help.text"
msgid "' The function should return an instance of a Basic object class implementing the service"
-msgstr ""
+msgstr "' La función debe devolver un ejemplar de una clase de objetos de Basic que implemente el servicio"
#. QPDMC
#: sf_services.xhp
@@ -9995,7 +9995,7 @@ msgctxt ""
"bas_id521596299279373\n"
"help.text"
msgid "' The function should return an instance of a Basic object class implementing the service"
-msgstr ""
+msgstr "' La función debe devolver un ejemplar de una clase de objetos de Basic que implemente el servicio"
#. LCVem
#: sf_session.xhp
@@ -10004,7 +10004,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "ScriptForge.Session service"
-msgstr ""
+msgstr "Servicio ScriptForge.Session"
#. c4YAM
#: sf_session.xhp
@@ -10015,13 +10015,13 @@ msgctxt ""
msgid "<variable id=\"SessionService\"><link href=\"text/sbasic/shared/03/sf_session.xhp\" name=\"Session service\"><literal>ScriptForge</literal>.<literal>Session</literal> service</link></variable>"
msgstr ""
-#. QzFdU
+#. yTgFK
#: sf_session.xhp
msgctxt ""
"sf_session.xhp\n"
"par_id861582814720987\n"
"help.text"
-msgid "The <literal>Session</literal> service gathers various general purpose methods about:"
+msgid "The <literal>Session</literal> service gathers various general-purpose methods about:"
msgstr ""
#. a2DCM
@@ -10031,7 +10031,7 @@ msgctxt ""
"par_id34158281472051\n"
"help.text"
msgid "the installation or execution environment"
-msgstr ""
+msgstr "la instalación o el entorno de ejecución"
#. cf5WG
#: sf_session.xhp
@@ -10040,7 +10040,7 @@ msgctxt ""
"par_id411582814720361\n"
"help.text"
msgid "UNO introspection"
-msgstr ""
+msgstr "Introspección de UNO"
#. fBApv
#: sf_session.xhp
@@ -10049,7 +10049,7 @@ msgctxt ""
"par_id321582814720863\n"
"help.text"
msgid "the invocation of external scripts or programs"
-msgstr ""
+msgstr "la invocación de secuencias de órdenes o programas externos"
#. 63uDb
#: sf_session.xhp
@@ -10058,7 +10058,7 @@ msgctxt ""
"hd_id91582814720116\n"
"help.text"
msgid "Service invocation"
-msgstr ""
+msgstr "Invocación del servicio"
#. 8BEnm
#: sf_session.xhp
@@ -10067,7 +10067,7 @@ msgctxt ""
"hd_id291582814720762\n"
"help.text"
msgid "Constants"
-msgstr ""
+msgstr "Constantes"
#. BuuCB
#: sf_session.xhp
@@ -10085,15 +10085,15 @@ msgctxt ""
"par_id9158281472045\n"
"help.text"
msgid "Value"
-msgstr ""
+msgstr "Valor"
-#. XYSMr
+#. Wd88w
#: sf_session.xhp
msgctxt ""
"sf_session.xhp\n"
"par_id241582814720636\n"
"help.text"
-msgid "Where to find the library ?"
+msgid "Where to find the library?"
msgstr ""
#. k58kN
@@ -10103,7 +10103,7 @@ msgctxt ""
"par_id361582814720116\n"
"help.text"
msgid "Applicable"
-msgstr ""
+msgstr "Se aplica"
#. DJspw
#: sf_session.xhp
@@ -10112,7 +10112,7 @@ msgctxt ""
"par_id451582814720105\n"
"help.text"
msgid "in the document"
-msgstr ""
+msgstr "en el documento"
#. Q2KtM
#: sf_session.xhp
@@ -10121,7 +10121,7 @@ msgctxt ""
"par_id73158281472032\n"
"help.text"
msgid "in any shared library"
-msgstr ""
+msgstr "en cualquier biblioteca compartida"
#. E7meg
#: sf_session.xhp
@@ -10130,7 +10130,7 @@ msgctxt ""
"par_id391582814720487\n"
"help.text"
msgid "in My Macros"
-msgstr ""
+msgstr "en Mis macros"
#. MiuWT
#: sf_session.xhp
@@ -10139,7 +10139,7 @@ msgctxt ""
"par_id56158281472073\n"
"help.text"
msgid "in an extension installed for the current user"
-msgstr ""
+msgstr "en una extensión instalada para la cuenta de usuario actual"
#. SAMnM
#: sf_session.xhp
@@ -10148,7 +10148,7 @@ msgctxt ""
"par_id21582814720997\n"
"help.text"
msgid "in %PRODUCTNAME macros"
-msgstr ""
+msgstr "en macros de %PRODUCTNAME"
#. LnKrt
#: sf_session.xhp
@@ -10157,7 +10157,7 @@ msgctxt ""
"par_id981582814720125\n"
"help.text"
msgid "in an extension installed for all users"
-msgstr ""
+msgstr "en una extensión instalada para todos los usuarios"
#. gCi9j
#: sf_session.xhp
@@ -10166,7 +10166,7 @@ msgctxt ""
"par_id93158281472047\n"
"help.text"
msgid "in an extension but the installation parameters are unknown"
-msgstr ""
+msgstr "en una extensión cuyos parámetros de instalación, empero, se desconocen"
#. mLURi
#: sf_session.xhp
@@ -10175,7 +10175,7 @@ msgctxt ""
"par_id891611613601554\n"
"help.text"
msgid "List of Methods in the Session Service"
-msgstr ""
+msgstr "Lista de métodos en el servicio Session"
#. V4BCf
#: sf_session.xhp
@@ -10202,7 +10202,7 @@ msgctxt ""
"par_id921600856780901\n"
"help.text"
msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
-msgstr ""
+msgstr "Si la secuencia de órdenes no se encuentra o no devuelve nada, el valor devuelto será <literal>Empty</literal>."
#. QqRGF
#: sf_session.xhp
@@ -10265,7 +10265,7 @@ msgctxt ""
"bas_id61582815407231\n"
"help.text"
msgid "' Xray returns no value"
-msgstr ""
+msgstr "' Xray no devuelve ningún valor"
#. Yr22N
#: sf_session.xhp
@@ -10346,7 +10346,7 @@ msgctxt ""
"par_id71600856817410\n"
"help.text"
msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
-msgstr ""
+msgstr "Si la secuencia de órdenes no se encuentra o no devuelve nada, el valor devuelto será <literal>Empty</literal>."
#. yxEDA
#: sf_session.xhp
@@ -10913,7 +10913,7 @@ msgctxt ""
"par_id771582821057374\n"
"help.text"
msgid "<emph>URI</emph>: URI text of the web service."
-msgstr ""
+msgstr "<emph>URI</emph>: texto del URI del servicio web."
#. hJFL3
#: sf_session.xhp
@@ -11228,7 +11228,7 @@ msgctxt ""
"hd_id201586594659135\n"
"help.text"
msgid "Service invocation"
-msgstr ""
+msgstr "Invocación del servicio"
#. 4WFve
#: sf_string.xhp
diff --git a/source/es/helpcontent2/source/text/scalc/01.po b/source/es/helpcontent2/source/text/scalc/01.po
index a37295dcfa3..8842a41b985 100644
--- a/source/es/helpcontent2/source/text/scalc/01.po
+++ b/source/es/helpcontent2/source/text/scalc/01.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-02-17 15:58+0100\n"
-"PO-Revision-Date: 2021-02-15 15:36+0000\n"
+"PO-Revision-Date: 2021-02-18 20:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/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: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1564682427.000000\n"
#. sZfWF
@@ -19148,7 +19148,7 @@ msgctxt ""
"par_id151612978320063\n"
"help.text"
msgid "Element"
-msgstr ""
+msgstr "Elemento"
#. BcKD5
#: 04060109.xhp
@@ -19157,7 +19157,7 @@ msgctxt ""
"par_id711612450364379\n"
"help.text"
msgid "Hydrogen"
-msgstr ""
+msgstr "Hidrógeno"
#. ACHPj
#: 04060109.xhp
@@ -19166,7 +19166,7 @@ msgctxt ""
"par_id681612450364379\n"
"help.text"
msgid "Helium"
-msgstr ""
+msgstr "Helio"
#. 7YEmL
#: 04060109.xhp
@@ -19175,7 +19175,7 @@ msgctxt ""
"par_id531612453345232\n"
"help.text"
msgid "Lithium"
-msgstr ""
+msgstr "Litio"
#. Y3c6z
#: 04060109.xhp
@@ -19184,7 +19184,7 @@ msgctxt ""
"par_id571612453039430\n"
"help.text"
msgid "Oganesson"
-msgstr ""
+msgstr "Oganesón"
#. 4H4fa
#: 04060109.xhp
@@ -19193,7 +19193,7 @@ msgctxt ""
"par_id341612978329327\n"
"help.text"
msgid "Symbol"
-msgstr ""
+msgstr "Símbolo"
#. jVBoy
#: 04060109.xhp
@@ -19202,7 +19202,7 @@ msgctxt ""
"par_id601612978601591\n"
"help.text"
msgid "Atomic Number"
-msgstr ""
+msgstr "Número atómico"
#. WjrrE
#: 04060109.xhp
@@ -19211,7 +19211,7 @@ msgctxt ""
"par_id751612978603374\n"
"help.text"
msgid "Relative Atomic Mass"
-msgstr ""
+msgstr "Peso atómico"
#. Cb3HA
#: 04060109.xhp
diff --git a/source/es/helpcontent2/source/text/shared/00.po b/source/es/helpcontent2/source/text/shared/00.po
index e835e613086..8362128c62b 100644
--- a/source/es/helpcontent2/source/text/shared/00.po
+++ b/source/es/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ 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: 2021-02-17 15:58+0100\n"
+"POT-Creation-Date: 2021-02-22 17:17+0100\n"
"PO-Revision-Date: 2021-02-11 00:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/es/>\n"
@@ -8323,14 +8323,14 @@ msgctxt ""
msgid "<variable id=\"makro\">Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+F11 (if not assigned by your system).</variable>"
msgstr "<variable id=\"makro\">Vaya a <emph>Herramientas ▸ Macros ▸ Organizar macros ▸ %PRODUCTNAME Basic</emph> u oprima <switchinline select=\"sys\"><caseinline select=\"MAC\">⌥F11</caseinline><defaultinline>Alt + F11</defaultinline></switchinline> (si el sistema no ha asignado esta combinación).</variable>"
-#. mxkvw
+#. igagv
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3151386\n"
"help.text"
-msgid "<variable id=\"selectmakro\">Choose <emph>Tools - Macros - Run Macros</emph>.</variable>"
-msgstr "<variable id=\"selectmakro\">Vaya a <emph>Herramientas ▸ Macros ▸ Ejecutar macros</emph>.</variable>"
+msgid "<variable id=\"selectmakro\">Choose <emph>Tools - Macros - Run Macro</emph>.</variable>"
+msgstr ""
#. oTQwa
#: 00000406.xhp
@@ -13543,13 +13543,13 @@ msgctxt ""
msgid "Choose <menuitem>Format - Cells - Numbers</menuitem> tab."
msgstr "Vaya a <menuitem>Formato ▸ Celdas ▸</menuitem> pestaña <menuitem>Números</menuitem>."
-#. KdbT6
+#. Dkn29
#: 00040503.xhp
msgctxt ""
"00040503.xhp\n"
"par_id3152349\n"
"help.text"
-msgid "Choose <menuitem>View - Styles</menuitem> (F11) - open context menu and choose <emph>Modify/New - Numbers</emph> tab."
+msgid "Choose <menuitem>View - Styles</menuitem> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>(Command+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline> - open context menu and choose <emph>Modify/New - Numbers</emph> tab."
msgstr ""
#. hadQp
diff --git a/source/es/helpcontent2/source/text/shared/01.po b/source/es/helpcontent2/source/text/shared/01.po
index 409db747ed8..8bb7b4bfe07 100644
--- a/source/es/helpcontent2/source/text/shared/01.po
+++ b/source/es/helpcontent2/source/text/shared/01.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-02-17 15:58+0100\n"
-"PO-Revision-Date: 2021-02-17 15:04+0000\n"
+"PO-Revision-Date: 2021-02-18 20:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/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: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1563740777.000000\n"
#. 3u8hR
@@ -4109,7 +4109,7 @@ msgctxt ""
"par_id3155377\n"
"help.text"
msgid "Choose <menuitem>Tools - Address Book Source</menuitem>."
-msgstr ""
+msgstr "Vaya a <menuitem>Herramientas ▸ Origen de libreta de direcciones</menuitem>."
#. 46kw3
#: 01110101.xhp
diff --git a/source/es/helpcontent2/source/text/shared/guide.po b/source/es/helpcontent2/source/text/shared/guide.po
index 550742f6f7e..0cbc51bd777 100644
--- a/source/es/helpcontent2/source/text/shared/guide.po
+++ b/source/es/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ 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: 2021-02-17 15:59+0100\n"
+"POT-Creation-Date: 2021-02-22 17:17+0100\n"
"PO-Revision-Date: 2021-02-17 15:04+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/es/>\n"
@@ -4867,14 +4867,14 @@ msgctxt ""
msgid "ClarisWorks/AppleWorks Document"
msgstr "Documento de ClarisWorks/AppleWorks"
-#. hRrns
+#. ZiqHV
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
"par_draw9\n"
"help.text"
-msgid "Corel Draw"
-msgstr "CorelDRAW"
+msgid "CorelDRAW"
+msgstr ""
#. rTQKQ
#: convertfilters.xhp
diff --git a/source/es/helpcontent2/source/text/simpress/guide.po b/source/es/helpcontent2/source/text/simpress/guide.po
index 8773411c47f..4bbab208034 100644
--- a/source/es/helpcontent2/source/text/simpress/guide.po
+++ b/source/es/helpcontent2/source/text/simpress/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: 2021-02-17 15:59+0100\n"
-"PO-Revision-Date: 2021-01-25 14:07+0000\n"
+"PO-Revision-Date: 2021-02-18 20:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/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: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1538695430.000000\n"
#. S83CC
@@ -1148,7 +1148,7 @@ msgctxt ""
"par_id3150757\n"
"help.text"
msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Bitmap</emph> list."
-msgstr ""
+msgstr "Para utilizar una imagen personalizada para el fondo de la <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">diapositiva</caseinline><defaultinline>página</defaultinline></switchinline>, pulse en el botón <emph>Importar</emph>. Localice la imagen y pulse en <widget>Abrir</widget>. Al volver a la pestaña <emph>Fondo</emph>, la imagen importada figurará en la lista <emph>Mapa de bits</emph>."
#. 24cCs
#: background.xhp
@@ -1886,7 +1886,7 @@ msgctxt ""
"par_id3146313\n"
"help.text"
msgid "In the place where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline> <defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
-msgstr ""
+msgstr "En el sitio donde quiera insertar el texto, elija <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Diapositiva ▸ Insertar diapositiva desde archivo</menuitem></caseinline><defaultinline><menuitem>Página ▸ Insertar página desde archivo</menuitem></defaultinline></switchinline>."
#. NCRij
#: html_import.xhp
@@ -2516,7 +2516,7 @@ msgctxt ""
"par_id3150249\n"
"help.text"
msgid "Under <emph>Existing Slides</emph>, select the slides to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of consecutive slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple individual slides."
-msgstr ""
+msgstr "En <emph>Diapositivas existentes</emph>, seleccione las diapositivas para añadir a su pase de diapositivas y, luego, pulse en el botón <widget>>></widget>. Mantenga presionada <keycode>Mayús</keycode> para seleccionar un intervalo de diapositivas consecutivas, o <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>⌘</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> para seleccionar varias diapositivas individuales."
#. KyDj4
#: individual.xhp
@@ -2525,7 +2525,7 @@ msgctxt ""
"par_id3153916\n"
"help.text"
msgid "You can change the order of the slides in your custom slide show, by dragging and dropping the slides under <emph>Selected Slides</emph>."
-msgstr "Para cambiar el orden de las diapositivas en la presentación, arrástrelas y suéltelas dentro de <emph>Presentación personalizada</emph>."
+msgstr "Para cambiar el orden de las diapositivas en el pase, arrástrelas y suéltelas dentro de <emph>Diapositivas seleccionadas</emph>."
#. NrBDE
#: individual.xhp
@@ -2534,7 +2534,7 @@ msgctxt ""
"hd_id3151387\n"
"help.text"
msgid "To start a custom slide show:"
-msgstr "Para iniciar una presentación personalizada:"
+msgstr "Para iniciar un pase de diapositivas personalizado:"
#. E3sst
#: individual.xhp
@@ -2543,7 +2543,7 @@ msgctxt ""
"par_id3147403\n"
"help.text"
msgid "Choose <emph>Slide Show - Custom Slide Show</emph>."
-msgstr "Vaya a <emph>Presentación ▸ Presentación personalizada</emph>."
+msgstr "Vaya a <emph>Pase de diapositivas ▸ Presentación personalizada</emph>."
#. KhAEp
#: individual.xhp
@@ -2939,7 +2939,7 @@ msgctxt ""
"par_id3155987\n"
"help.text"
msgid "Use the arrow keys to navigate to the slide that you want to move, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>."
-msgstr ""
+msgstr "Utilice las teclas de flecha para navegar a la diapositiva que quiere mover y, luego, presione <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>⌘X</keycode></caseinline><defaultinline><keycode>Ctrl + X</keycode></defaultinline></switchinline>."
#. CRsNL
#: keyboard.xhp
@@ -2948,7 +2948,7 @@ msgctxt ""
"par_id3147171\n"
"help.text"
msgid "Position the cursor where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
-msgstr ""
+msgstr "Coloque el cursor allá donde quiera mover la diapositiva y presione <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>⌘V</keycode></caseinline><defaultinline><keycode>Ctrl + V</keycode></defaultinline></switchinline>."
#. LUhAj
#: keyboard.xhp
@@ -4505,7 +4505,7 @@ msgctxt ""
"par_id3155437\n"
"help.text"
msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Formato - Relleno</link>"
+msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Formato - Área\">Formato ▸ Área</link>"
#. vf3R9
#: photo_album.xhp
@@ -4622,7 +4622,7 @@ msgctxt ""
"par_id221120161524594919\n"
"help.text"
msgid "If several images are in the same folder, you can select a group of photos using the <keycode>Shift</keycode> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> keys while clicking on their filenames."
-msgstr ""
+msgstr "Si hay varias imágenes en la misma carpeta, puede seleccionar un grupo de fotos si presiona la tecla <keycode>Mayús</keycode> o <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>⌘</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> a la vez que pulsa en cada nombre de archivo."
#. z7nPC
#: photo_album.xhp
diff --git a/source/es/helpcontent2/source/text/swriter/00.po b/source/es/helpcontent2/source/text/swriter/00.po
index a4c82bc6294..bf3ddde4e2a 100644
--- a/source/es/helpcontent2/source/text/swriter/00.po
+++ b/source/es/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ 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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-22 17:17+0100\n"
"PO-Revision-Date: 2021-01-22 16:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/es/>\n"
@@ -628,14 +628,14 @@ msgctxt ""
msgid "<variable id=\"feldbefehlseitennummer\">Choose <menuitem>Insert - Field - Page Number</menuitem></variable>"
msgstr "<variable id=\"feldbefehlseitennummer\">Vaya a <menuitem>Insertar ▸ Campo ▸ Número de página</menuitem></variable>"
-#. yZFgD
+#. DFTjZ
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149356\n"
"help.text"
-msgid "<variable id=\"feldbefehlseitenanzahl\">Choose <menuitem>Insert - Field - Page Count</menuitem></variable>"
-msgstr "<variable id=\"feldbefehlseitenanzahl\">Vaya a <menuitem>Insertar ▸ Campo ▸ Recuento de páginas</menuitem></variable>"
+msgid "<variable id=\"pagecount_field\">Choose <menuitem>Insert - Field - Page Count</menuitem></variable>"
+msgstr ""
#. 6qzDS
#: 00000404.xhp
@@ -1474,14 +1474,14 @@ msgctxt ""
msgid "Choose <emph>Edit - Find & Replace - Format - Text Flow</emph> tab."
msgstr "Vaya a <emph>Editar ▸ Buscar y reemplazar ▸ Formato ▸</emph> pestaña <emph>Flujo del texto</emph>."
-#. ihtMU
+#. YBRyA
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_idN10715\n"
"help.text"
-msgid "Right-click a paragraph with style <item type=\"literal\">Text body</item>. Choose <emph>Edit Paragraph Style - Condition</emph> tab."
-msgstr "Con el botón secundario del ratón, pulse en un párrafo con estilo <item type=\"literal\">Cuerpo de texto</item>. Seleccione <emph>Editar estilo de párrafo ▸</emph> pestaña <emph>Condición</emph>."
+msgid "Right-click a paragraph with style <literal>Text body</literal>. Choose <menuitem>Paragraph - Edit Style - Condition</menuitem> tab."
+msgstr ""
#. 8fkUm
#: 00000405.xhp
@@ -2851,14 +2851,14 @@ msgctxt ""
msgid "The styles menu"
msgstr "El menú Estilos"
-#. VK5GG
+#. iteqY
#: stylesmenu.xhp
msgctxt ""
"stylesmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"ses\">Choose <emph>Styles - Edit Styles...</emph></variable>."
-msgstr "<variable id=\"ses\">Vaya a <emph>Estilos ▸ Editar estilos</emph></variable>."
+msgid "<variable id=\"ses\">Choose <emph>Styles - Edit Styles</emph></variable>."
+msgstr ""
#. fCjG9
#: stylesmenu.xhp
diff --git a/source/es/helpcontent2/source/text/swriter/01.po b/source/es/helpcontent2/source/text/swriter/01.po
index c4119d4bebd..77f461b4a34 100644
--- a/source/es/helpcontent2/source/text/swriter/01.po
+++ b/source/es/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ 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: 2021-02-17 15:59+0100\n"
+"POT-Creation-Date: 2021-02-22 17:17+0100\n"
"PO-Revision-Date: 2021-02-17 15:04+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/es/>\n"
@@ -16173,14 +16173,14 @@ msgctxt ""
msgid "Numbering Style"
msgstr "Estilo de numeración"
-#. db43r
+#. WGB2B
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3155178\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link> window (F11) if you click the <emph>List Styles</emph> icon."
-msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">Seleccione el <link href=\"text/swriter/01/05130004.xhp\" name=\"Estilo de numeración\">estilo de numeración</link> que quiera aplicar en el párrafo.</ahelp> Encontrará estos estilos también en el panel <link href=\"text/swriter/01/05140000.xhp\" name=\"Estilos\">Estilos</link> (F11) al pulsar en el icono <emph>Estilos de lista</emph>."
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link> window <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>(Command+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline> if you click the <emph>List Styles</emph> icon."
+msgstr ""
#. MycJD
#: 05030800.xhp
@@ -17226,14 +17226,14 @@ msgctxt ""
msgid "Spin button own format"
msgstr "Campo giratorio Formato propio"
-#. CUxDr
+#. rKJPu
#: 05040700.xhp
msgctxt ""
"05040700.xhp\n"
"par_id3147092\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/footnotesendnotestabpage/ftnnumviewbox\" visibility=\"visible\">Select the numbering style for the footnotes.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/footnotesendnotestabpage/ftnnumviewbox\" visibility=\"visible\">Seleccione el estilo de numeración para las notas al pie.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnotesendnotestabpage/ftnnumviewbox\" visibility=\"visible\">Select the numbering scheme for the footnotes.</ahelp>"
+msgstr ""
#. 5BXNk
#: 05040700.xhp
@@ -17361,14 +17361,14 @@ msgctxt ""
msgid "Spin button own format"
msgstr "Campo giratorio Formato propio"
-#. 2cAqR
+#. b9guG
#: 05040700.xhp
msgctxt ""
"05040700.xhp\n"
"par_id3150123\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/footnotesendnotestabpage/endnumviewbox\" visibility=\"visible\">Select the numbering style for the endnotes.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/footnotesendnotestabpage/endnumviewbox\" visibility=\"visible\">Seleccione el estilo de numeración para las notas finales.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnotesendnotestabpage/endnumviewbox\" visibility=\"visible\">Select the numbering scheme for the endnotes.</ahelp>"
+msgstr ""
#. sQDZt
#: 05040700.xhp
@@ -22059,14 +22059,14 @@ msgctxt ""
msgid "Styles in Writer"
msgstr "Estilos en Writer"
-#. Sh2EF
+#. dxEPD
#: 05130000.xhp
msgctxt ""
"05130000.xhp\n"
"bm_id4005249\n"
"help.text"
-msgid "<bookmark_value>styles;categories</bookmark_value><bookmark_value>character styles;style categories</bookmark_value><bookmark_value>paragraph styles;style categories</bookmark_value><bookmark_value>frames; styles</bookmark_value><bookmark_value>page styles;style categories</bookmark_value><bookmark_value>numbering;style categories</bookmark_value>"
-msgstr "<bookmark_value>estilos;categorías</bookmark_value><bookmark_value>estilos de caracteres;categorías de estilo</bookmark_value><bookmark_value>estilos de párrafos;categorías de estilo</bookmark_value><bookmark_value>marcos;estilos</bookmark_value><bookmark_value>estilos de páginas;categorías de estilo</bookmark_value><bookmark_value>estilos de numeración;categorías de estilo</bookmark_value>"
+msgid "<bookmark_value>styles;categories</bookmark_value><bookmark_value>character styles;style categories</bookmark_value><bookmark_value>paragraph styles;style categories</bookmark_value><bookmark_value>frames; styles</bookmark_value><bookmark_value>page styles;style categories</bookmark_value><bookmark_value>list styles;style categories</bookmark_value>"
+msgstr ""
#. UwTh8
#: 05130000.xhp
@@ -22212,14 +22212,14 @@ msgctxt ""
msgid "List Styles"
msgstr "Estilos de listas"
-#. rFiNG
+#. cSJFe
#: 05130000.xhp
msgctxt ""
"05130000.xhp\n"
"par_id3149298\n"
"help.text"
-msgid "Use List Styles to format numbered or bulleted lists."
-msgstr "Utilice estilos de listas para dar formato a listas numeradas o viñetadas."
+msgid "Use List Styles to format ordered or unordered lists."
+msgstr ""
#. 7BYTz
#: 05130000.xhp
@@ -22374,14 +22374,14 @@ msgctxt ""
msgid "List Styles"
msgstr "Estilos de listas"
-#. fCbDe
+#. yZ2QG
#: 05130000.xhp
msgctxt ""
"05130000.xhp\n"
"par_id3149568\n"
"help.text"
-msgid "Displays formatting styles for numbered or bulleted lists."
-msgstr "Muestra estilos de formateado para las listas numeradas o con viñetas."
+msgid "Displays formatting styles for ordered or unordered lists."
+msgstr ""
#. t7Gy3
#: 05130000.xhp
@@ -22734,14 +22734,14 @@ msgctxt ""
msgid "Context"
msgstr "Contexto"
-#. NAbBY
+#. MUyEh
#: 05130100.xhp
msgctxt ""
"05130100.xhp\n"
"par_id3147530\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/conditionpage/links\">Here you can see the $[officename] predefined contexts, including outline levels 1 to 10, numbering/bullets levels 1 to 10, table header, table contents, section, border, footnote, header and footer.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/conditionpage/links\">Se pueden ver los contextos predefinidos de $[officename], incluidos niveles de esquema de 1 a 10, niveles de numeración y viñetas de 1 a 10, encabezado de tabla, contenido de tablas, sección, borde, nota al pie, encabezado y pie de página.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/conditionpage/links\">Here you can see the $[officename] predefined contexts, including outline levels 1 to 10, list levels 1 to 10, table header, table contents, section, border, footnote, header and footer.</ahelp>"
+msgstr ""
#. PdECE
#: 05130100.xhp
@@ -25164,13 +25164,13 @@ msgctxt ""
msgid "Numbering"
msgstr "Numerar"
-#. R2sxP
+#. agAFp
#: 06080100.xhp
msgctxt ""
"06080100.xhp\n"
"par_id3150568\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/numberinglb\">Select the numbering style that you want to use.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/numberinglb\">Select the numbering scheme that you want to use.</ahelp>"
msgstr ""
#. cqBBB
@@ -25191,6 +25191,24 @@ msgctxt ""
msgid "Description"
msgstr "Descripción"
+#. BoqBZ
+#: 06080100.xhp
+msgctxt ""
+"06080100.xhp\n"
+"par_id3150981\n"
+"help.text"
+msgid "1, 2, 3"
+msgstr "1, 2, 3"
+
+#. ECZ4S
+#: 06080100.xhp
+msgctxt ""
+"06080100.xhp\n"
+"par_id3154569\n"
+"help.text"
+msgid "Arabic numerals"
+msgstr "Cifras arábigas"
+
#. oEuGf
#: 06080100.xhp
msgctxt ""
@@ -25263,24 +25281,6 @@ msgctxt ""
msgid "Roman numerals (lower case)"
msgstr "Cifras romanas (minúsculas)"
-#. BoqBZ
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150981\n"
-"help.text"
-msgid "1, 2, 3"
-msgstr "1, 2, 3"
-
-#. ECZ4S
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3154569\n"
-"help.text"
-msgid "Arabic numerals"
-msgstr "Cifras arábigas"
-
#. P9ob7
#: 06080100.xhp
msgctxt ""
@@ -25407,24 +25407,6 @@ msgctxt ""
msgid "Numbers the footnotes in the document sequentially."
msgstr "Numera secuencialmente las notas al pie de un documento."
-#. s8xS8
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"hd_id3149167\n"
-"help.text"
-msgid "Start at"
-msgstr "Empezar en"
-
-#. vBBcE
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3156268\n"
-"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/offsetnf\">Enter the number for the first footnote in the document. This option is only available if you selected \"Per Document\" in the <emph>Counting </emph>box.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/offsetnf\">Escriba el número de la primera nota al pie del documento. Esta opción solo está disponible si selecciona «Por documento» en el cuadro <emph>Contar</emph>.</ahelp>"
-
#. Vofmb
#: 06080100.xhp
msgctxt ""
@@ -25461,14 +25443,32 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/suffix\">Enter the text that you want to display after the footnote number in the note text.</ahelp> For example, type \")\" to display \"1)\"."
msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/suffix\">Escriba el texto que quiera que aparezca después del número de la nota al pie en el texto de la nota.</ahelp> Por ejemplo, escriba «)» para que aparezca «1)»."
-#. ZUp7X
+#. u4B7E
#: 06080100.xhp
msgctxt ""
"06080100.xhp\n"
"par_id334242345\n"
"help.text"
-msgid "Footnote numbers are left aligned by default in the footnote area. For right aligned footnote numbers first edit the paragraph style <emph>Footnote</emph>. Press <item type=\"keycode\">F11</item> to open <emph>Styles</emph> dialog and select <emph>Footnote</emph> from the list of paragraph styles. Open the local menu with right click and choose <emph>Modify</emph>. Go to the <emph>Indents & Spacing</emph> tab page and set indent to 0 before and after the paragraph, including the first line. On <emph>Tabs</emph> tab page create a tab of right type at 12pt and a tab of left type at 14pt. Then in <emph>Footnotes/Endnotes Settings</emph> dialog enter <item type=\"input\">\\t</item> into the <emph>Before</emph> and <emph>After</emph> edit boxes."
-msgstr "Los números de las notas al pie se alinean a la izquierda de manera predeterminada. Para alinearlos a la derecha, edite el estilo de párrafo <emph>Nota al pie</emph>. Oprima la tecla <item type=\"keycode\">F11</item> para abrir la ventana <emph>Estilos</emph> y, en la lista de estilos de párrafo, seleccione <emph>Nota al pie</emph>. Pulse con el botón secundario del ratón en el área de las notas al pie y elija <emph>Modificar</emph> en el menú. Vaya a la pestaña <emph>Sangría y espaciado</emph> y defina una sangría de 0 antes y después del párrafo, el primer renglón incluido. En la pestaña <emph>Tabuladores</emph> cree una tabulación derecha a 12 pt y otra izquierda a 14 pt. Luego, en <emph>Opciones de notas al pie/finales</emph> escriba <item type=\"input\">\\t</item> en los cuadros <emph>Antes</emph> y <emph>Después</emph>."
+msgid "Footnote numbers are left aligned by default in the footnote area. For right aligned footnote numbers first edit the paragraph style <emph>Footnote</emph>. Press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline> to open <emph>Styles</emph> dialog and select <emph>Footnote</emph> from the list of paragraph styles. Open the local menu with right click and choose <emph>Modify</emph>. Go to the <emph>Indents & Spacing</emph> tab page and set indent to 0 before and after the paragraph, including the first line. On <emph>Tabs</emph> tab page create a tab of right type at 12pt and a tab of left type at 14pt. Then in <emph>Footnotes/Endnotes Settings</emph> dialog enter <item type=\"input\">\\t</item> into the <emph>Before</emph> and <emph>After</emph> edit boxes."
+msgstr ""
+
+#. s8xS8
+#: 06080100.xhp
+msgctxt ""
+"06080100.xhp\n"
+"hd_id3149167\n"
+"help.text"
+msgid "Start at"
+msgstr "Empezar en"
+
+#. vBBcE
+#: 06080100.xhp
+msgctxt ""
+"06080100.xhp\n"
+"par_id3156268\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/offsetnf\">Enter the number for the first footnote in the document. This option is only available if you selected \"Per Document\" in the <emph>Counting </emph>box.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/offsetnf\">Escriba el número de la primera nota al pie del documento. Esta opción solo está disponible si selecciona «Por documento» en el cuadro <emph>Contar</emph>.</ahelp>"
#. Ffb7D
#: 06080100.xhp
@@ -25524,14 +25524,14 @@ msgctxt ""
msgid "Styles"
msgstr "Estilos"
-#. VbWRX
+#. xge57
#: 06080100.xhp
msgctxt ""
"06080100.xhp\n"
"par_id3150695\n"
"help.text"
-msgid "To ensure a uniform appearance for the footnotes in your document, assign a paragraph style to the footnotes."
-msgstr "Para asegurarse de la apariencia uniforme de las notas al pie en un documento, asígneles un estilo de párrafo."
+msgid "To ensure a uniform appearance for the footnotes in your document, assign a paragraph style to the footnote text, and assign character styles to the footnote anchor number and the number in the footnote area."
+msgstr ""
#. srKcC
#: 06080100.xhp
@@ -25578,24 +25578,6 @@ msgctxt ""
msgid "This option is only available if the <emph>End of Document</emph> check box is selected in the <emph>Position</emph> area."
msgstr "Esta opción solo está disponible si la casilla de verificación <emph>Final de documento</emph> está seleccionada en el apartado <emph>Posición</emph>."
-#. gvSXz
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"hd_id3147742\n"
-"help.text"
-msgid "Character Styles"
-msgstr "Estilos de carácter"
-
-#. tVDLB
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3146335\n"
-"help.text"
-msgid "You can assign styles to footnote anchors and text. You can use the predefined footnote styles, or use a different style."
-msgstr "Puede asignar estilos al ancla de las notas al pie y al texto. Puede usar los estilos predefinidos de las notas al pie o usar un estilo diferente."
-
#. t8msz
#: 06080100.xhp
msgctxt ""
@@ -25776,13 +25758,13 @@ msgctxt ""
msgid "Styles"
msgstr "Estilos"
-#. 7BMFG
+#. rhLJp
#: 06080200.xhp
msgctxt ""
"06080200.xhp\n"
"par_id3150970\n"
"help.text"
-msgid "To ensure a uniform appearance for the endnotes in your document, assign a paragraph style."
+msgid "To ensure a uniform appearance for the endnotes in your document, assign a paragraph style, and assign character styles to the endnote anchor number and the number in the endnote area."
msgstr ""
#. TGC8v
@@ -25821,24 +25803,6 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/endnotepage/pagestylelb\">Select the page style that you want to use for endnotes.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/endnotepage/pagestylelb\">Seleccione el estilo de página que quiera usar para las notas finales.</ahelp>"
-#. dwpvX
-#: 06080200.xhp
-msgctxt ""
-"06080200.xhp\n"
-"hd_id3155901\n"
-"help.text"
-msgid "Character Styles"
-msgstr "Estilos de carácter"
-
-#. mjFjR
-#: 06080200.xhp
-msgctxt ""
-"06080200.xhp\n"
-"par_id3149692\n"
-"help.text"
-msgid "You can assign styles to endnote anchors and text. You can use the predefined endnote styles, or use a different style."
-msgstr "Puede asignar estilos al ancla de las notas finales y al texto. Puede usar los estilos predefinidos de las notas finales o usar un estilo diferente."
-
#. DKN6W
#: 06080200.xhp
msgctxt ""
@@ -26730,14 +26694,14 @@ msgctxt ""
msgid "Format"
msgstr "Formato"
-#. 9p2nA
+#. kpwgF
#: 06180000.xhp
msgctxt ""
"06180000.xhp\n"
"par_id3145246\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/linenumbering/formatdropdown\">Select the numbering style that you want to use.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/linenumbering/formatdropdown\">Seleccione el estilo de numeración que desee utilizar.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/linenumbering/formatdropdown\">Select the numbering scheme that you want to use.</ahelp>"
+msgstr ""
#. yAovb
#: 06180000.xhp
diff --git a/source/es/helpcontent2/source/text/swriter/02.po b/source/es/helpcontent2/source/text/swriter/02.po
index 999fd23f25e..5449b1d8856 100644
--- a/source/es/helpcontent2/source/text/swriter/02.po
+++ b/source/es/helpcontent2/source/text/swriter/02.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: 2021-02-17 15:59+0100\n"
-"PO-Revision-Date: 2021-02-04 20:36+0000\n"
+"POT-Creation-Date: 2021-02-22 17:17+0100\n"
+"PO-Revision-Date: 2021-02-18 20:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter02/es/>\n"
"Language: es\n"
@@ -86,7 +86,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Link Frames"
-msgstr ""
+msgstr "Enlazar marcos"
#. YvD8B
#: 03210000.xhp
@@ -95,7 +95,7 @@ msgctxt ""
"hd_id3148869\n"
"help.text"
msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link Frames</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/02/03210000.xhp\" name=\"Enlazar\">Enlazar marcos</link>"
#. HhxBu
#: 03210000.xhp
@@ -113,7 +113,7 @@ msgctxt ""
"par_id721613395973296\n"
"help.text"
msgid "Choose <menuitem>Format - Frame and Object - Link Frames</menuitem>."
-msgstr ""
+msgstr "Vaya a <menuitem>Formato ▸ Marco y objeto ▸ Enlazar marcos</menuitem>."
#. VTeFM
#: 03210000.xhp
@@ -122,7 +122,7 @@ msgctxt ""
"par_id531613396047070\n"
"help.text"
msgid "On the <emph>Format</emph> bar, click the <emph>Link Frames</emph> icon."
-msgstr ""
+msgstr "En la barra <emph>Formato</emph>, pulse en el icono <emph>Enlazar marcos</emph>."
#. BA5Cn
#: 03210000.xhp
@@ -3283,14 +3283,23 @@ msgctxt ""
msgid "<ahelp hid=\".uno:InsertPageCountField\">Inserts as a field the total number of pages in the document.</ahelp>"
msgstr "<ahelp hid=\".uno:InsertPageCountField\">Inserta el número total de páginas del documento como un campo.</ahelp>"
-#. Ld9fD
+#. pkgeA
#: 18030400.xhp
msgctxt ""
"18030400.xhp\n"
"par_id3149294\n"
"help.text"
-msgid "If you wish to have the page number formatted with a different numbering style, choose <emph>Insert - Field - More Fields</emph> to insert the required field, and specify the settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Field\"><emph>Field</emph></link> dialog. The format of the field inserted using the <emph>Page Number</emph> command can also be modified using the <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Field\"><emph>Edit - Field</emph></link> command."
-msgstr "Para darle un formato diferente al número de página mediante un estilo de numeración, vaya a <emph>Insertar ▸ Campo ▸ Más campos</emph> para insertar el campo y modificar las opciones deseadas en el cuadro de diálogo <link href=\"text/swriter/01/04090000.xhp\" name=\"Field\"><emph>Campo</emph></link>. Además, el formato del campo insertado mediante la orden <emph>Número de página</emph> se puede modificar con la orden <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Field\"><emph>Editar ▸ Campo</emph></link>."
+msgid "The format of the field inserted using the <emph>Page Count</emph> command can be modified using the <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Field\"><menuitem>Edit - Fields</menuitem></link> command."
+msgstr ""
+
+#. iqoa4
+#: 18030400.xhp
+msgctxt ""
+"18030400.xhp\n"
+"par_id291613751393995\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04090001.xhp\" name=\"Document\">Document Statistics Fields</link>"
+msgstr ""
#. GRfFZ
#: 18030500.xhp
diff --git a/source/es/helpcontent2/source/text/swriter/guide.po b/source/es/helpcontent2/source/text/swriter/guide.po
index 1f409ebeecd..e502db0d5b5 100644
--- a/source/es/helpcontent2/source/text/swriter/guide.po
+++ b/source/es/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ 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: 2021-02-17 15:59+0100\n"
+"POT-Creation-Date: 2021-02-22 17:17+0100\n"
"PO-Revision-Date: 2021-02-17 15:04+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/es/>\n"
@@ -11131,14 +11131,14 @@ msgctxt ""
msgid "To Change the Page Background"
msgstr "Para cambiar el fondo de la página"
-#. gsKDm
+#. gH7qW
#: pagebackground.xhp
msgctxt ""
"pagebackground.xhp\n"
"par_idN10827\n"
"help.text"
-msgid "Choose <menuitem>View - Styles</menuitem> (F11)."
-msgstr "Vaya a <menuitem>Ver ▸ Estilos</menuitem> (F11)."
+msgid "Choose <menuitem>View - Styles</menuitem> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>(Command+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline>."
+msgstr ""
#. ER3fT
#: pagebackground.xhp
@@ -11239,14 +11239,14 @@ msgctxt ""
msgid "Before you begin, ensure that you have created a page style that uses a page background. See <link href=\"text/swriter/guide/pagebackground.xhp#define\">To Change the Page Background</link> for details."
msgstr "Antes de comenzar, compruebe que haya creado un estilo de página que utiliza un fondo de página. Si desea más información, consulte <link href=\"text/swriter/guide/pagebackground.xhp#define\">Para cambiar el fondo de la página</link>."
-#. zrFB3
+#. M3FVe
#: pagebackground.xhp
msgctxt ""
"pagebackground.xhp\n"
"par_idN10892\n"
"help.text"
-msgid "Choose <menuitem>View - Styles</menuitem> (F11)."
-msgstr "Vaya a <menuitem>Ver ▸ Estilos</menuitem> (F11)."
+msgid "Choose <menuitem>View - Styles</menuitem> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>(Command+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline>."
+msgstr ""
#. Pr9iF
#: pagebackground.xhp