/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef INCLUDED_FRAMEWORK_IMUTEX_HXX #define INCLUDED_FRAMEWORK_IMUTEX_HXX #include namespace framework{ /// Interface to support different mutex implementations in a generic way. class SAL_NO_VTABLE IMutex { public: /// try to register thread virtual void acquire() = 0; /// unregister thread virtual void release() = 0; protected: ~IMutex() {} }; } #endif // INCLUDED_FRAMEWORK_IMUTEX_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ bora/co-23.05'>distro/collabora/co-23.05 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2020-03-18 18:01:24 +0100
committerAndras Timar <andras.timar@collabora.com>2020-03-18 18:06:26 +0100
commit2aae293598f22fbe80a9a4d96d5f10d32cdadcfc (patch)
tree377bb8e19c233e19c7c912e525a18d1914980b9a
parent89119ed086f2739db3a70f62716f8ac625a8d305 (diff)
Change-Id: I38912c33f74b4899af4e3c678fa0256aead75b01
-rw-r--r--source/es/accessibility/messages.po2
-rw-r--r--source/es/avmedia/messages.po2
-rw-r--r--source/es/basctl/messages.po2
-rw-r--r--source/es/basic/messages.po3
-rw-r--r--source/es/chart2/messages.po167
-rw-r--r--source/es/connectivity/messages.po3
-rw-r--r--source/es/connectivity/registry/ado/org/openoffice/Office/DataAccess.po2
-rw-r--r--source/es/connectivity/registry/calc/org/openoffice/Office/DataAccess.po2
-rw-r--r--source/es/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po2
-rw-r--r--source/es/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po2
-rw-r--r--source/es/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po2
-rw-r--r--source/es/connectivity/registry/flat/org/openoffice/Office/DataAccess.po2
-rw-r--r--source/es/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po2
-rw-r--r--source/es/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po2
-rw-r--r--source/es/connectivity/registry/macab/org/openoffice/Office/DataAccess.po2
-rw-r--r--source/es/connectivity/registry/mork/org/openoffice/Office/DataAccess.po2
-rw-r--r--source/es/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po2
-rw-r--r--source/es/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po2
-rw-r--r--source/es/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po2
-rw-r--r--source/es/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po2
-rw-r--r--source/es/connectivity/registry/writer/org/openoffice/Office/DataAccess.po2
-rw-r--r--source/es/cui/messages.po394
-rw-r--r--source/es/dbaccess/messages.po2
-rw-r--r--source/es/desktop/messages.po4
-rw-r--r--source/es/dictionaries/af_ZA.po2
-rw-r--r--source/es/dictionaries/an_ES.po2
-rw-r--r--source/es/dictionaries/ar.po2
-rw-r--r--source/es/dictionaries/be_BY.po2
-rw-r--r--source/es/dictionaries/bg_BG.po2
-rw-r--r--source/es/dictionaries/bn_BD.po2
-rw-r--r--source/es/dictionaries/bo.po2
-rw-r--r--source/es/dictionaries/br_FR.po2
-rw-r--r--source/es/dictionaries/bs_BA.po2
-rw-r--r--source/es/dictionaries/ca.po2
-rw-r--r--source/es/dictionaries/cs_CZ.po2
-rw-r--r--source/es/dictionaries/da_DK.po2
-rw-r--r--source/es/dictionaries/de.po2
-rw-r--r--source/es/dictionaries/el_GR.po2
-rw-r--r--source/es/dictionaries/en.po2
-rw-r--r--source/es/dictionaries/en/dialog.po2
-rw-r--r--source/es/dictionaries/en/dialog/registry/data/org/openoffice/Office.po2
-rw-r--r--source/es/dictionaries/es.po2
-rw-r--r--source/es/dictionaries/et_EE.po2
-rw-r--r--source/es/dictionaries/fr_FR.po2
-rw-r--r--source/es/dictionaries/gd_GB.po2
-rw-r--r--source/es/dictionaries/gl.po2
-rw-r--r--source/es/dictionaries/gu_IN.po2
-rw-r--r--source/es/dictionaries/gug.po2
-rw-r--r--source/es/dictionaries/he_IL.po2
-rw-r--r--source/es/dictionaries/hi_IN.po2
-rw-r--r--source/es/dictionaries/hr_HR.po2
-rw-r--r--source/es/dictionaries/hu_HU.po2
-rw-r--r--source/es/dictionaries/hu_HU/dialog.po2
-rw-r--r--source/es/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po2
-rw-r--r--source/es/dictionaries/id.po2
-rw-r--r--source/es/dictionaries/is.po2
-rw-r--r--source/es/dictionaries/it_IT.po2
-rw-r--r--source/es/dictionaries/kmr_Latn.po2
-rw-r--r--source/es/dictionaries/lo_LA.po2
-rw-r--r--source/es/dictionaries/lt_LT.po2
-rw-r--r--source/es/dictionaries/lv_LV.po2
-rw-r--r--source/es/dictionaries/ne_NP.po2
-rw-r--r--source/es/dictionaries/nl_NL.po2
-rw-r--r--source/es/dictionaries/no.po2
-rw-r--r--source/es/dictionaries/oc_FR.po2
-rw-r--r--source/es/dictionaries/pl_PL.po2
-rw-r--r--source/es/dictionaries/pt_BR.po2
-rw-r--r--source/es/dictionaries/pt_BR/dialog.po2
-rw-r--r--source/es/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po2
-rw-r--r--source/es/dictionaries/pt_PT.po2
-rw-r--r--source/es/dictionaries/ro.po2
-rw-r--r--source/es/dictionaries/ru_RU.po2
-rw-r--r--source/es/dictionaries/ru_RU/dialog.po2
-rw-r--r--source/es/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po2
-rw-r--r--source/es/dictionaries/si_LK.po2
-rw-r--r--source/es/dictionaries/sk_SK.po2
-rw-r--r--source/es/dictionaries/sl_SI.po2
-rw-r--r--source/es/dictionaries/sq_AL.po2
-rw-r--r--source/es/dictionaries/sr.po2
-rw-r--r--source/es/dictionaries/sv_SE.po2
-rw-r--r--source/es/dictionaries/sw_TZ.po2
-rw-r--r--source/es/dictionaries/te_IN.po2
-rw-r--r--source/es/dictionaries/th_TH.po2
-rw-r--r--source/es/dictionaries/tr_TR.po2
-rw-r--r--source/es/dictionaries/uk_UA.po2
-rw-r--r--source/es/dictionaries/vi.po2
-rw-r--r--source/es/dictionaries/zu_ZA.po2
-rw-r--r--source/es/editeng/messages.po2
-rw-r--r--source/es/extensions/messages.po2
-rw-r--r--source/es/extensions/source/update/check/org/openoffice/Office.po2
-rw-r--r--source/es/extras/source/autocorr/emoji.po268
-rw-r--r--source/es/extras/source/gallery/share.po2
-rw-r--r--source/es/filter/messages.po9
-rw-r--r--source/es/filter/source/config/fragments/filters.po20
-rw-r--r--source/es/filter/source/config/fragments/internalgraphicfilters.po2
-rw-r--r--source/es/filter/source/config/fragments/types.po2
-rw-r--r--source/es/forms/messages.po2
-rw-r--r--source/es/formula/messages.po2
-rw-r--r--source/es/fpicker/messages.po2
-rw-r--r--source/es/framework/messages.po2
-rw-r--r--source/es/helpcontent2/source/auxiliary.po2
-rw-r--r--source/es/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared/01.po4
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared/03.po2
-rw-r--r--source/es/helpcontent2/source/text/scalc.po4
-rw-r--r--source/es/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/es/helpcontent2/source/text/scalc/01.po86
-rw-r--r--source/es/helpcontent2/source/text/scalc/02.po4
-rw-r--r--source/es/helpcontent2/source/text/scalc/04.po4
-rw-r--r--source/es/helpcontent2/source/text/scalc/05.po4
-rw-r--r--source/es/helpcontent2/source/text/scalc/06.po2
-rw-r--r--source/es/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/es/helpcontent2/source/text/schart.po4
-rw-r--r--source/es/helpcontent2/source/text/schart/00.po4
-rw-r--r--source/es/helpcontent2/source/text/schart/01.po4
-rw-r--r--source/es/helpcontent2/source/text/schart/02.po4
-rw-r--r--source/es/helpcontent2/source/text/schart/04.po4
-rw-r--r--source/es/helpcontent2/source/text/sdraw.po4
-rw-r--r--source/es/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--source/es/helpcontent2/source/text/sdraw/01.po4
-rw-r--r--source/es/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--source/es/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--source/es/helpcontent2/source/text/shared.po7
-rw-r--r--source/es/helpcontent2/source/text/shared/00.po172
-rw-r--r--source/es/helpcontent2/source/text/shared/01.po160
-rw-r--r--source/es/helpcontent2/source/text/shared/02.po42
-rw-r--r--source/es/helpcontent2/source/text/shared/04.po18
-rw-r--r--source/es/helpcontent2/source/text/shared/05.po10
-rw-r--r--source/es/helpcontent2/source/text/shared/06.po10
-rw-r--r--source/es/helpcontent2/source/text/shared/07.po4
-rw-r--r--source/es/helpcontent2/source/text/shared/autokorr.po4
-rw-r--r--source/es/helpcontent2/source/text/shared/autopi.po12
-rw-r--r--source/es/helpcontent2/source/text/shared/explorer/database.po40
-rw-r--r--source/es/helpcontent2/source/text/shared/guide.po8
-rw-r--r--source/es/helpcontent2/source/text/shared/help.po2
-rw-r--r--source/es/helpcontent2/source/text/shared/menu.po2
-rw-r--r--source/es/helpcontent2/source/text/shared/optionen.po24
-rw-r--r--source/es/helpcontent2/source/text/simpress.po4
-rw-r--r--source/es/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/es/helpcontent2/source/text/simpress/01.po28
-rw-r--r--source/es/helpcontent2/source/text/simpress/02.po4
-rw-r--r--source/es/helpcontent2/source/text/simpress/04.po4
-rw-r--r--source/es/helpcontent2/source/text/simpress/guide.po4
-rw-r--r--source/es/helpcontent2/source/text/smath.po4
-rw-r--r--source/es/helpcontent2/source/text/smath/00.po4
-rw-r--r--source/es/helpcontent2/source/text/smath/01.po18
-rw-r--r--source/es/helpcontent2/source/text/smath/02.po4
-rw-r--r--source/es/helpcontent2/source/text/smath/04.po4
-rw-r--r--source/es/helpcontent2/source/text/smath/06.po2
-rw-r--r--source/es/helpcontent2/source/text/smath/guide.po4
-rw-r--r--source/es/helpcontent2/source/text/swriter.po8
-rw-r--r--source/es/helpcontent2/source/text/swriter/00.po14
-rw-r--r--source/es/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/es/helpcontent2/source/text/swriter/02.po20
-rw-r--r--source/es/helpcontent2/source/text/swriter/04.po4
-rw-r--r--source/es/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--source/es/helpcontent2/source/text/swriter/librelogo.po4
-rw-r--r--source/es/helpcontent2/source/text/swriter/menu.po2
-rw-r--r--source/es/instsetoo_native/inc_openoffice/windows/msi_languages.po2
-rw-r--r--source/es/librelogo/source/pythonpath.po2
-rw-r--r--source/es/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po2
-rw-r--r--source/es/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po2
-rw-r--r--source/es/nlpsolver/src/locale.po2
-rw-r--r--source/es/officecfg/registry/data/org/openoffice.po2
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office/UI.po17
-rw-r--r--source/es/readlicense_oo/docs.po815
-rw-r--r--source/es/reportbuilder/java/org/libreoffice/report/function/metadata.po4
-rw-r--r--source/es/reportdesign/messages.po2
-rw-r--r--source/es/sc/messages.po156
-rw-r--r--source/es/scaddins/messages.po2
-rw-r--r--source/es/sccomp/messages.po2
-rw-r--r--source/es/scp2/source/activex.po2
-rw-r--r--source/es/scp2/source/base.po2
-rw-r--r--source/es/scp2/source/calc.po2
-rw-r--r--source/es/scp2/source/draw.po2
-rw-r--r--source/es/scp2/source/extensions.po2
-rw-r--r--source/es/scp2/source/gnome.po2
-rw-r--r--source/es/scp2/source/graphicfilter.po2
-rw-r--r--source/es/scp2/source/impress.po2
-rw-r--r--source/es/scp2/source/kde.po2
-rw-r--r--source/es/scp2/source/math.po2
-rw-r--r--source/es/scp2/source/onlineupdate.po4
-rw-r--r--source/es/scp2/source/ooo.po2
-rw-r--r--source/es/scp2/source/python.po2
-rw-r--r--source/es/scp2/source/quickstart.po4
-rw-r--r--source/es/scp2/source/winexplorerext.po4
-rw-r--r--source/es/scp2/source/writer.po2
-rw-r--r--source/es/scp2/source/xsltfilter.po4
-rw-r--r--source/es/sd/messages.po456
-rw-r--r--source/es/setup_native/source/mac.po2
-rw-r--r--source/es/sfx2/messages.po536
-rw-r--r--source/es/shell/source/win32/shlxthandler/res.po2
-rw-r--r--source/es/starmath/messages.po2
-rw-r--r--source/es/svl/messages.po2
-rw-r--r--source/es/svtools/messages.po27
-rw-r--r--source/es/svx/messages.po112
-rw-r--r--source/es/sw/messages.po15
-rw-r--r--source/es/swext/mediawiki/help.po2
-rw-r--r--source/es/swext/mediawiki/src.po4
-rw-r--r--source/es/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--source/es/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po2
-rw-r--r--source/es/sysui/desktop/share.po2
-rw-r--r--source/es/uui/messages.po2
-rw-r--r--source/es/vcl/messages.po80
-rw-r--r--source/es/wizards/messages.po6
-rw-r--r--source/es/wizards/source/resources.po2
-rw-r--r--source/es/writerperfect/messages.po2
-rw-r--r--source/es/xmlsecurity/messages.po2
211 files changed, 1886 insertions, 2347 deletions
diff --git a/source/es/accessibility/messages.po b/source/es/accessibility/messages.po
index b7e8b48f84e..8eec6b6752e 100644
--- a/source/es/accessibility/messages.po
+++ b/source/es/accessibility/messages.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: 2018-02-27 13:56+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2017-10-30 19:05+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/avmedia/messages.po b/source/es/avmedia/messages.po
index e924aafcf9f..550345632ef 100644
--- a/source/es/avmedia/messages.po
+++ b/source/es/avmedia/messages.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: 2018-02-27 13:56+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2017-11-23 00:03+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/basctl/messages.po b/source/es/basctl/messages.po
index 72d1eec8596..c94859d49f4 100644
--- a/source/es/basctl/messages.po
+++ b/source/es/basctl/messages.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: 2019-09-27 11:18+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2019-05-07 10:16+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/basic/messages.po b/source/es/basic/messages.po
index d9dfa4042bc..0e64d2974bd 100644
--- a/source/es/basic/messages.po
+++ b/source/es/basic/messages.po
@@ -3,10 +3,11 @@ 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: 2018-02-27 15:07+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/source/es/chart2/messages.po b/source/es/chart2/messages.po
index f69a26b2e21..4a24473c8d1 100644
--- a/source/es/chart2/messages.po
+++ b/source/es/chart2/messages.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: 2019-02-11 12:12+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2019-01-27 05:00+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1508,132 +1508,137 @@ msgctxt "sidebarelements|l"
msgid "Titles"
msgstr "Títulos"
-#: chart2/uiconfig/ui/sidebarelements.ui:102
-msgctxt "sidebarelements|checkbutton_legend|tooltip_text"
-msgid "Show Legend"
-msgstr "Mostrar leyenda"
-
-#: chart2/uiconfig/ui/sidebarelements.ui:126
+#: chart2/uiconfig/ui/sidebarelements.ui:111
msgctxt "sidebarelements|placement_label"
msgid "_Placement:"
msgstr "_Colocación:"
-#: chart2/uiconfig/ui/sidebarelements.ui:142
+#: chart2/uiconfig/ui/sidebarelements.ui:127
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Right"
msgstr "Derecha"
-#: chart2/uiconfig/ui/sidebarelements.ui:143
+#: chart2/uiconfig/ui/sidebarelements.ui:128
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Top"
msgstr "Superior"
-#: chart2/uiconfig/ui/sidebarelements.ui:144
+#: chart2/uiconfig/ui/sidebarelements.ui:129
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Bottom"
msgstr "Inferior"
-#: chart2/uiconfig/ui/sidebarelements.ui:145
+#: chart2/uiconfig/ui/sidebarelements.ui:130
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Left"
msgstr "Izquierda"
-#: chart2/uiconfig/ui/sidebarelements.ui:146
+#: chart2/uiconfig/ui/sidebarelements.ui:131
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Manual"
msgstr "Manual"
-#: chart2/uiconfig/ui/sidebarelements.ui:169
+#: chart2/uiconfig/ui/sidebarelements.ui:148
+msgctxt "sidebarelements|checkbutton_legend"
+msgid "Show legend"
+msgstr "Mostrar leyenda"
+
+#: chart2/uiconfig/ui/sidebarelements.ui:152
+msgctxt "sidebarelements|checkbutton_legend|tooltip_text"
+msgid "Show Legend"
+msgstr "Mostrar leyenda"
+
+#: chart2/uiconfig/ui/sidebarelements.ui:170
msgctxt "sidebarelements|label_legen"
msgid "Legend"
msgstr "Leyenda"
-#: chart2/uiconfig/ui/sidebarelements.ui:202
+#: chart2/uiconfig/ui/sidebarelements.ui:203
msgctxt "sidebarelements|checkbutton_x_axis"
msgid "X axis"
msgstr "Eje X"
-#: chart2/uiconfig/ui/sidebarelements.ui:217
+#: chart2/uiconfig/ui/sidebarelements.ui:218
msgctxt "sidebarelements|checkbutton_x_axis_title"
msgid "X axis title"
msgstr "Título del eje X"
-#: chart2/uiconfig/ui/sidebarelements.ui:232
+#: chart2/uiconfig/ui/sidebarelements.ui:233
msgctxt "sidebarelements|checkbutton_y_axis"
msgid "Y axis"
msgstr "Eje Y"
-#: chart2/uiconfig/ui/sidebarelements.ui:247
+#: chart2/uiconfig/ui/sidebarelements.ui:248
msgctxt "sidebarelements|checkbutton_y_axis_title"
msgid "Y axis title"
msgstr "Título del eje Y"
-#: chart2/uiconfig/ui/sidebarelements.ui:262
+#: chart2/uiconfig/ui/sidebarelements.ui:263
msgctxt "sidebarelements|checkbutton_z_axis"
msgid "Z axis"
msgstr "Eje Z"
-#: chart2/uiconfig/ui/sidebarelements.ui:277
+#: chart2/uiconfig/ui/sidebarelements.ui:278
msgctxt "sidebarelements|checkbutton_z_axis_title"
msgid "Z axis title"
msgstr "Título del eje Z"
-#: chart2/uiconfig/ui/sidebarelements.ui:292
+#: chart2/uiconfig/ui/sidebarelements.ui:293
msgctxt "sidebarelements|checkbutton_2nd_x_axis"
msgid "2nd X axis"
msgstr "2.º eje X"
-#: chart2/uiconfig/ui/sidebarelements.ui:306
+#: chart2/uiconfig/ui/sidebarelements.ui:307
msgctxt "sidebarelements|checkbutton_2nd_x_axis_title"
msgid "2nd X axis title"
msgstr "Título del 2.º eje X"
-#: chart2/uiconfig/ui/sidebarelements.ui:320
+#: chart2/uiconfig/ui/sidebarelements.ui:321
msgctxt "sidebarelements|checkbutton_2nd_y_axis"
msgid "2nd Y axis"
msgstr "2.º eje Y"
-#: chart2/uiconfig/ui/sidebarelements.ui:334
+#: chart2/uiconfig/ui/sidebarelements.ui:335
msgctxt "sidebarelements|checkbutton_2nd_y_axis_title"
msgid "2nd Y axis title"
msgstr "Título del 2.º eje Y"
-#: chart2/uiconfig/ui/sidebarelements.ui:354
+#: chart2/uiconfig/ui/sidebarelements.ui:355
msgctxt "sidebarelements|label_axes"
msgid "Axes"
msgstr "Ejes"
-#: chart2/uiconfig/ui/sidebarelements.ui:387
+#: chart2/uiconfig/ui/sidebarelements.ui:388
msgctxt "sidebarelements|checkbutton_gridline_horizontal_major"
msgid "Horizontal major"
msgstr "Principal horizontal"
-#: chart2/uiconfig/ui/sidebarelements.ui:402
+#: chart2/uiconfig/ui/sidebarelements.ui:403
msgctxt "sidebarelements|checkbutton_gridline_vertical_major"
msgid "Vertical major"
msgstr "Principal vertical"
-#: chart2/uiconfig/ui/sidebarelements.ui:417
+#: chart2/uiconfig/ui/sidebarelements.ui:418
msgctxt "sidebarelements|checkbutton_gridline_horizontal_minor"
msgid "Horizontal minor"
msgstr "Secundario horizontal"
-#: chart2/uiconfig/ui/sidebarelements.ui:432
+#: chart2/uiconfig/ui/sidebarelements.ui:433
msgctxt "sidebarelements|checkbutton_gridline_vertical_minor"
msgid "Vertical minor"
msgstr "Secundario vertical"
-#: chart2/uiconfig/ui/sidebarelements.ui:453
+#: chart2/uiconfig/ui/sidebarelements.ui:454
msgctxt "sidebarelements|label_gri"
msgid "Gridlines"
msgstr "Líneas de cuadrícula"
-#: chart2/uiconfig/ui/sidebarelements.ui:472
+#: chart2/uiconfig/ui/sidebarelements.ui:473
msgctxt "sidebarelements|text_title"
msgid "Title"
msgstr "Título"
-#: chart2/uiconfig/ui/sidebarelements.ui:482
+#: chart2/uiconfig/ui/sidebarelements.ui:483
msgctxt "sidebarelements|text_subtitle"
msgid "Subtitle"
msgstr "Subtítulo"
@@ -1798,6 +1803,106 @@ msgctxt "sidebarseries|label_series_tmpl"
msgid "Data series '%1'"
msgstr "Serie de datos «%1»"
+#: chart2/uiconfig/ui/sidebartype.ui:20
+msgctxt "sidebartype|liststore1"
+msgid "Bar"
+msgstr "Barra"
+
+#: chart2/uiconfig/ui/sidebartype.ui:23
+msgctxt "sidebartype|liststore1"
+msgid "Cylinder"
+msgstr "Cilindro"
+
+#: chart2/uiconfig/ui/sidebartype.ui:26
+msgctxt "sidebartype|liststore1"
+msgid "Cone"
+msgstr "Cono"
+
+#: chart2/uiconfig/ui/sidebartype.ui:29
+msgctxt "sidebartype|liststore1"
+msgid "Pyramid"
+msgstr "Pirámide"
+
+#: chart2/uiconfig/ui/sidebartype.ui:53
+msgctxt "sidebartype|lbl_chartType"
+msgid "Chart Type:"
+msgstr "Tipo de gráficoi:"
+
+#: chart2/uiconfig/ui/sidebartype.ui:108
+msgctxt "sidebartype|3dlook"
+msgid "_3D Look"
+msgstr "_3D"
+
+#: chart2/uiconfig/ui/sidebartype.ui:129
+msgctxt "sidebartype|3dscheme"
+msgid "Simple"
+msgstr "Simple"
+
+#: chart2/uiconfig/ui/sidebartype.ui:130
+msgctxt "sidebartype|3dscheme"
+msgid "Realistic"
+msgstr "Realista"
+
+#: chart2/uiconfig/ui/sidebartype.ui:151
+msgctxt "sidebartype|shapeft"
+msgid "Sh_ape"
+msgstr "Form_a"
+
+#: chart2/uiconfig/ui/sidebartype.ui:191
+msgctxt "sidebartype|stack"
+msgid "_Stack series"
+msgstr "_Serie apilada"
+
+#: chart2/uiconfig/ui/sidebartype.ui:216
+msgctxt "sidebartype|ontop"
+msgid "On top"
+msgstr "Arriba"
+
+#: chart2/uiconfig/ui/sidebartype.ui:232
+msgctxt "sidebartype|percent"
+msgid "Percent"
+msgstr "Porcentaje"
+
+#: chart2/uiconfig/ui/sidebartype.ui:248
+msgctxt "sidebartype|deep"
+msgid "Deep"
+msgstr "Profundidad"
+
+#: chart2/uiconfig/ui/sidebartype.ui:279
+msgctxt "sidebartype|linetypeft"
+msgid "_Line type"
+msgstr "_Tipo de línea"
+
+#: chart2/uiconfig/ui/sidebartype.ui:295
+msgctxt "sidebartype|linetype"
+msgid "Straight"
+msgstr "Recta"
+
+#: chart2/uiconfig/ui/sidebartype.ui:296
+msgctxt "sidebartype|linetype"
+msgid "Smooth"
+msgstr "Suavizado"
+
+#: chart2/uiconfig/ui/sidebartype.ui:297
+msgctxt "sidebartype|linetype"
+msgid "Stepped"
+msgstr "Escalonada"
+
+#: chart2/uiconfig/ui/sidebartype.ui:307
+msgctxt "sidebartype|properties"
+msgid "Properties..."
+msgstr "Propiedades…"
+
+#: chart2/uiconfig/ui/sidebartype.ui:326
+msgctxt "sidebartype|sort"
+msgid "_Sort by X values"
+msgstr "_Ordenar por valores de X"
+
+#: chart2/uiconfig/ui/sidebartype.ui:349
+msgctxt "sidebartype|nolinesft"
+msgid "_Number of lines"
+msgstr "_Número de líneas"
+
#: chart2/uiconfig/ui/smoothlinesdlg.ui:22
msgctxt "smoothlinesdlg|SmoothLinesDialog"
msgid "Smooth Lines"
diff --git a/source/es/connectivity/messages.po b/source/es/connectivity/messages.po
index a936bc0481a..3ce9794b59d 100644
--- a/source/es/connectivity/messages.po
+++ b/source/es/connectivity/messages.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: 2018-09-03 13:23+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2018-09-03 13:46+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -382,6 +382,7 @@ msgctxt "STR_SORT_BY_COL_ONLY"
msgid "Can only sort by table columns."
msgstr "Solo se puede ordenar por columnas de tabla."
+#. File
#: connectivity/inc/strings.hrc:101
msgctxt "STR_QUERY_COMPLEX_COUNT"
msgid "The query can not be executed. It is too complex. Only \"COUNT(*)\" is supported."
diff --git a/source/es/connectivity/registry/ado/org/openoffice/Office/DataAccess.po b/source/es/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
index 92c95d2ac8e..dc28bc38b60 100644
--- a/source/es/connectivity/registry/ado/org/openoffice/Office/DataAccess.po
+++ b/source/es/connectivity/registry/ado/org/openoffice/Office/DataAccess.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: 2013-11-20 13:01+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2012-06-13 19:01+0200\n"
"Last-Translator: Adolfo <fitoschido@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/connectivity/registry/calc/org/openoffice/Office/DataAccess.po b/source/es/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
index 664110ac1c7..1f4c1f3751a 100644
--- a/source/es/connectivity/registry/calc/org/openoffice/Office/DataAccess.po
+++ b/source/es/connectivity/registry/calc/org/openoffice/Office/DataAccess.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: 2013-11-20 13:01+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2012-06-13 19:01+0200\n"
"Last-Translator: Adolfo <fitoschido@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po b/source/es/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
index d8a8ae27b7d..90940df303f 100644
--- a/source/es/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po
+++ b/source/es/connectivity/registry/dbase/org/openoffice/Office/DataAccess.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: 2013-11-20 13:01+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2012-06-13 19:01+0200\n"
"Last-Translator: Adolfo <fitoschido@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po b/source/es/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
index 0be8cf3301c..a1d6731b6a9 100644
--- a/source/es/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
+++ b/source/es/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.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: 2013-11-20 13:01+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2012-06-13 19:01+0200\n"
"Last-Translator: Adolfo <fitoschido@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po b/source/es/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po
index 718fdc951fc..bffefdb7e2a 100644
--- a/source/es/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po
+++ b/source/es/connectivity/registry/firebird/org/openoffice/Office/DataAccess.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: 2013-11-20 13:01+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2013-12-18 09:00+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/connectivity/registry/flat/org/openoffice/Office/DataAccess.po b/source/es/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
index a15874a01e5..54544f64539 100644
--- a/source/es/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
+++ b/source/es/connectivity/registry/flat/org/openoffice/Office/DataAccess.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: 2013-11-20 13:01+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2012-06-13 19:01+0200\n"
"Last-Translator: Adolfo <fitoschido@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po b/source/es/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
index 9c1d83c515e..7b8cd9799f9 100644
--- a/source/es/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po
+++ b/source/es/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.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: 2013-11-20 13:01+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2013-11-25 14:30+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po b/source/es/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
index 89aaed9ec93..1f49ae98fe6 100644
--- a/source/es/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po
+++ b/source/es/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.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: 2013-11-20 13:01+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2012-06-13 19:02+0200\n"
"Last-Translator: Adolfo <fitoschido@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/connectivity/registry/macab/org/openoffice/Office/DataAccess.po b/source/es/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
index 458d000590a..c124fae3ae1 100644
--- a/source/es/connectivity/registry/macab/org/openoffice/Office/DataAccess.po
+++ b/source/es/connectivity/registry/macab/org/openoffice/Office/DataAccess.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: 2013-11-20 13:01+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2012-06-13 19:02+0200\n"
"Last-Translator: Adolfo <fitoschido@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/connectivity/registry/mork/org/openoffice/Office/DataAccess.po b/source/es/connectivity/registry/mork/org/openoffice/Office/DataAccess.po
index b4003ca0741..8cfb9ef2dad 100644
--- a/source/es/connectivity/registry/mork/org/openoffice/Office/DataAccess.po
+++ b/source/es/connectivity/registry/mork/org/openoffice/Office/DataAccess.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: 2018-04-23 18:10+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2018-04-24 10:56+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po b/source/es/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po
index a94d6d15bed..059af8c9f02 100644
--- a/source/es/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po
+++ b/source/es/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.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: 2018-10-21 20:58+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2018-10-22 01:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po b/source/es/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po
index 5cc3cfef31f..f2c9944dc29 100644
--- a/source/es/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po
+++ b/source/es/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.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: 2018-10-02 17:57+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2018-10-03 18:11+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po b/source/es/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
index 91d12a4d669..b1c66e43c50 100644
--- a/source/es/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po
+++ b/source/es/connectivity/registry/odbc/org/openoffice/Office/DataAccess.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: 2013-11-20 13:01+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2012-06-13 19:04+0200\n"
"Last-Translator: Adolfo <fitoschido@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po b/source/es/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
index 18fee6e1572..1bc74e2e9ca 100644
--- a/source/es/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po
+++ b/source/es/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.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: 2013-11-20 13:01+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2012-06-13 19:04+0200\n"
"Last-Translator: Adolfo <fitoschido@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/connectivity/registry/writer/org/openoffice/Office/DataAccess.po b/source/es/connectivity/registry/writer/org/openoffice/Office/DataAccess.po
index 3df053f37f7..9ad0b96b6a2 100644
--- a/source/es/connectivity/registry/writer/org/openoffice/Office/DataAccess.po
+++ b/source/es/connectivity/registry/writer/org/openoffice/Office/DataAccess.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: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2017-10-06 19:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/cui/messages.po b/source/es/cui/messages.po
index 477d657256a..cd0a76a88f6 100644
--- a/source/es/cui/messages.po
+++ b/source/es/cui/messages.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: 2019-05-02 15:43+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2019-05-07 10:18+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2420,8 +2420,8 @@ msgstr "Inclusión a_utomática"
#: cui/uiconfig/ui/acorexceptpage.ui:292
msgctxt "acorexceptpage|newdouble-atkobject"
-msgid "New words with two initial capitals"
-msgstr "Palabras nuevas con dos mayúsculas iniciales"
+msgid "New words with two initial capitals or small initial"
+msgstr "Palabras nuevas con dos mayúsculas iniciales o minúscula inicial"
#: cui/uiconfig/ui/acorexceptpage.ui:304
msgctxt "acorexceptpage|replace1"
@@ -2430,30 +2430,30 @@ msgstr "_Reemplazar"
#: cui/uiconfig/ui/acorexceptpage.ui:328
msgctxt "acorexceptpage|deldouble-atkobject"
-msgid "Delete words with two initial capitals"
-msgstr "Eliminar palabras con dos mayúsculas iniciales"
+msgid "Delete words with two initial capitals or small initial"
+msgstr "Eliminar palabras con dos mayúsculas iniciales o minúscula inicial"
#: cui/uiconfig/ui/acorexceptpage.ui:397
msgctxt "acorexceptpage|label2"
-msgid "Words With TWo INitial CApitals"
-msgstr "Palabras con DOs MAyúsculas INiciales"
+msgid "Words With TWo INitial CApitals or sMALL iNITIAL"
+msgstr "Palabras con DOs MAyúsculas INiciales o mINÚSCULA iNICIAL"
#: cui/uiconfig/ui/acorreplacepage.ui:47
msgctxt "acorreplacepage|replace"
msgid "_Replace"
msgstr "_Reemplazar"
-#: cui/uiconfig/ui/acorreplacepage.ui:170
+#: cui/uiconfig/ui/acorreplacepage.ui:173
msgctxt "acorreplacepage|label1"
msgid "Repla_ce"
msgstr "Reempla_zar"
-#: cui/uiconfig/ui/acorreplacepage.ui:190
+#: cui/uiconfig/ui/acorreplacepage.ui:193
msgctxt "acorreplacepage|label2"
msgid "_With:"
msgstr "_Por:"
-#: cui/uiconfig/ui/acorreplacepage.ui:203
+#: cui/uiconfig/ui/acorreplacepage.ui:206
msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "Solo _texto"
@@ -2913,147 +2913,152 @@ msgctxt "baselinksdialog|MANUAL"
msgid "Ma_nual"
msgstr "Ma_nual"
-#: cui/uiconfig/ui/bitmaptabpage.ui:66
+#: cui/uiconfig/ui/bitmaptabpage.ui:67
msgctxt "bitmaptabpage|BTN_IMPORT"
msgid "Add / Import"
msgstr "Añadir/importar"
-#: cui/uiconfig/ui/bitmaptabpage.ui:85
+#: cui/uiconfig/ui/bitmaptabpage.ui:86
msgctxt "bitmaptabpage|label1"
msgid "Bitmap"
msgstr "Mapa de bits"
-#: cui/uiconfig/ui/bitmaptabpage.ui:133
+#: cui/uiconfig/ui/bitmaptabpage.ui:134
msgctxt "bitmaptabpage|label3"
msgid "Style:"
msgstr "Estilo:"
-#: cui/uiconfig/ui/bitmaptabpage.ui:149
+#: cui/uiconfig/ui/bitmaptabpage.ui:150
msgctxt "bitmaptabpage|bitmapstyle"
msgid "Custom position/size"
msgstr "Posición y tamaño personalizados"
-#: cui/uiconfig/ui/bitmaptabpage.ui:150
+#: cui/uiconfig/ui/bitmaptabpage.ui:151
msgctxt "bitmaptabpage|bitmapstyle"
msgid "Tiled"
msgstr "En mosaico"
-#: cui/uiconfig/ui/bitmaptabpage.ui:151
+#: cui/uiconfig/ui/bitmaptabpage.ui:152
msgctxt "bitmaptabpage|bitmapstyle"
msgid "Stretched"
msgstr "Extendido"
-#: cui/uiconfig/ui/bitmaptabpage.ui:177
+#: cui/uiconfig/ui/bitmaptabpage.ui:178
msgctxt "bitmaptabpage|label4"
msgid "Size:"
msgstr "Tamaño:"
-#: cui/uiconfig/ui/bitmaptabpage.ui:195
+#: cui/uiconfig/ui/bitmaptabpage.ui:196
msgctxt "bitmaptabpage|label5"
msgid "Width:"
msgstr "Anchura:"
-#: cui/uiconfig/ui/bitmaptabpage.ui:226
+#: cui/uiconfig/ui/bitmaptabpage.ui:227
msgctxt "bitmaptabpage|scaletsb"
msgid "Scale"
msgstr "Escalar"
-#: cui/uiconfig/ui/bitmaptabpage.ui:249
+#: cui/uiconfig/ui/bitmaptabpage.ui:250
msgctxt "bitmaptabpage|label6"
msgid "Height:"
msgstr "Altura:"
-#: cui/uiconfig/ui/bitmaptabpage.ui:295
+#: cui/uiconfig/ui/bitmaptabpage.ui:296
msgctxt "bitmaptabpage|label7"
msgid "Position:"
msgstr "Posición:"
-#: cui/uiconfig/ui/bitmaptabpage.ui:311
+#: cui/uiconfig/ui/bitmaptabpage.ui:312
msgctxt "bitmaptabpage|positionlb"
msgid "Top Left"
msgstr "Superior izquierda"
-#: cui/uiconfig/ui/bitmaptabpage.ui:312
+#: cui/uiconfig/ui/bitmaptabpage.ui:313
msgctxt "bitmaptabpage|positionlb"
msgid "Top Center"
msgstr "Superior central"
-#: cui/uiconfig/ui/bitmaptabpage.ui:313
+#: cui/uiconfig/ui/bitmaptabpage.ui:314
msgctxt "bitmaptabpage|positionlb"
msgid "Top Right"
msgstr "Superior derecha"
-#: cui/uiconfig/ui/bitmaptabpage.ui:314
+#: cui/uiconfig/ui/bitmaptabpage.ui:315
msgctxt "bitmaptabpage|positionlb"
msgid "Center Left"
msgstr "Central izquierda"
-#: cui/uiconfig/ui/bitmaptabpage.ui:315
+#: cui/uiconfig/ui/bitmaptabpage.ui:316
msgctxt "bitmaptabpage|positionlb"
msgid "Center"
msgstr "Central"
-#: cui/uiconfig/ui/bitmaptabpage.ui:316
+#: cui/uiconfig/ui/bitmaptabpage.ui:317
msgctxt "bitmaptabpage|positionlb"
msgid "Center Right"
msgstr "Central derecha"
-#: cui/uiconfig/ui/bitmaptabpage.ui:317
+#: cui/uiconfig/ui/bitmaptabpage.ui:318
msgctxt "bitmaptabpage|positionlb"
msgid "Bottom Left"
msgstr "Inferior izquierda"
-#: cui/uiconfig/ui/bitmaptabpage.ui:318
+#: cui/uiconfig/ui/bitmaptabpage.ui:319
msgctxt "bitmaptabpage|positionlb"
msgid "Bottom Center"
msgstr "Inferior central"
-#: cui/uiconfig/ui/bitmaptabpage.ui:319
+#: cui/uiconfig/ui/bitmaptabpage.ui:320
msgctxt "bitmaptabpage|positionlb"
msgid "Bottom Right"
msgstr "Inferior derecha"
-#: cui/uiconfig/ui/bitmaptabpage.ui:345
+#: cui/uiconfig/ui/bitmaptabpage.ui:344
+msgctxt "bitmaptabpage|label2"
+msgid "Options"
+msgstr "Opciones"
+
+#: cui/uiconfig/ui/bitmaptabpage.ui:394
+msgctxt "bitmaptabpage|CTL_BITMAP_PREVIEW-atkobject"
+msgid "Example"
+msgstr "Ejemplo"
+
+#: cui/uiconfig/ui/bitmaptabpage.ui:418
msgctxt "bitmaptabpage|label9"
msgid "Tiling Position:"
msgstr "Posición de mosaico:"
-#: cui/uiconfig/ui/bitmaptabpage.ui:364
+#: cui/uiconfig/ui/bitmaptabpage.ui:437
msgctxt "bitmaptabpage|label10"
msgid "X-Offset:"
msgstr "Desplazamiento X:"
-#: cui/uiconfig/ui/bitmaptabpage.ui:402
+#: cui/uiconfig/ui/bitmaptabpage.ui:475
msgctxt "bitmaptabpage|label11"
msgid "Y-Offset:"
msgstr "Desplazamiento Y:"
-#: cui/uiconfig/ui/bitmaptabpage.ui:447
+#: cui/uiconfig/ui/bitmaptabpage.ui:520
msgctxt "bitmaptabpage|label15"
msgid "Tiling Offset:"
msgstr "Desfase entre mosaicos:"
-#: cui/uiconfig/ui/bitmaptabpage.ui:470
+#: cui/uiconfig/ui/bitmaptabpage.ui:543
msgctxt "bitmaptabpage|tileofflb"
msgid "Row"
msgstr "Fila"
-#: cui/uiconfig/ui/bitmaptabpage.ui:471
+#: cui/uiconfig/ui/bitmaptabpage.ui:544
msgctxt "bitmaptabpage|tileofflb"
msgid "Column"
msgstr "Columna"
-#: cui/uiconfig/ui/bitmaptabpage.ui:515
-msgctxt "bitmaptabpage|label2"
-msgid "Options"
-msgstr "Opciones"
-
-#: cui/uiconfig/ui/bitmaptabpage.ui:564
-msgctxt "bitmaptabpage|CTL_BITMAP_PREVIEW-atkobject"
-msgid "Example"
-msgstr "Ejemplo"
+#: cui/uiconfig/ui/bitmaptabpage.ui:558
+msgctxt "bitmaptabpage|tileoffmtr"
+msgid "0"
+msgstr ""
-#: cui/uiconfig/ui/bitmaptabpage.ui:586
+#: cui/uiconfig/ui/bitmaptabpage.ui:589
msgctxt "bitmaptabpage|label8"
msgid "Preview"
msgstr "Previsualización"
@@ -4738,237 +4743,242 @@ msgctxt "effectspage|underlinecolorft"
msgid "Underline color:"
msgstr "Color de subrayado:"
-#: cui/uiconfig/ui/effectspage.ui:152
+#: cui/uiconfig/ui/effectspage.ui:151
+msgctxt "effectspage|fonttransparencyft"
+msgid "_Transparency:"
+msgstr "_Transparencia:"
+
+#: cui/uiconfig/ui/effectspage.ui:177
msgctxt "effectspage|liststore1"
msgid "(Without)"
msgstr "(Sin)"
-#: cui/uiconfig/ui/effectspage.ui:153
+#: cui/uiconfig/ui/effectspage.ui:178
msgctxt "effectspage|liststore1"
msgid "Capitals"
msgstr "Mayúsculas"
-#: cui/uiconfig/ui/effectspage.ui:154
+#: cui/uiconfig/ui/effectspage.ui:179
msgctxt "effectspage|liststore1"
msgid "Lowercase"
msgstr "Minúsculas"
-#: cui/uiconfig/ui/effectspage.ui:155
+#: cui/uiconfig/ui/effectspage.ui:180
msgctxt "effectspage|liststore1"
msgid "Title"
msgstr "Título"
-#: cui/uiconfig/ui/effectspage.ui:156
+#: cui/uiconfig/ui/effectspage.ui:181
msgctxt "effectspage|liststore1"
msgid "Small capitals"
msgstr "Versalitas"
-#: cui/uiconfig/ui/effectspage.ui:169 cui/uiconfig/ui/effectspage.ui:213
+#: cui/uiconfig/ui/effectspage.ui:194 cui/uiconfig/ui/effectspage.ui:238
msgctxt "effectspage|liststore6"
msgid "(Without)"
msgstr "(Sin)"
-#: cui/uiconfig/ui/effectspage.ui:170 cui/uiconfig/ui/effectspage.ui:214
+#: cui/uiconfig/ui/effectspage.ui:195 cui/uiconfig/ui/effectspage.ui:239
msgctxt "effectspage|liststore6"
msgid "Single"
msgstr "Sencillo"
-#: cui/uiconfig/ui/effectspage.ui:171 cui/uiconfig/ui/effectspage.ui:215
+#: cui/uiconfig/ui/effectspage.ui:196 cui/uiconfig/ui/effectspage.ui:240
msgctxt "effectspage|liststore6"
msgid "Double"
msgstr "Doble"
-#: cui/uiconfig/ui/effectspage.ui:172 cui/uiconfig/ui/effectspage.ui:216
+#: cui/uiconfig/ui/effectspage.ui:197 cui/uiconfig/ui/effectspage.ui:241
msgctxt "effectspage|liststore6"
msgid "Bold"
msgstr "Negrita"
-#: cui/uiconfig/ui/effectspage.ui:173 cui/uiconfig/ui/effectspage.ui:217
+#: cui/uiconfig/ui/effectspage.ui:198 cui/uiconfig/ui/effectspage.ui:242
msgctxt "effectspage|liststore6"
msgid "Dotted"
msgstr "Punteado"
-#: cui/uiconfig/ui/effectspage.ui:174 cui/uiconfig/ui/effectspage.ui:218
+#: cui/uiconfig/ui/effectspage.ui:199 cui/uiconfig/ui/effectspage.ui:243
msgctxt "effectspage|liststore6"
msgid "Dotted (Bold)"
msgstr "Punteado (grueso)"
-#: cui/uiconfig/ui/effectspage.ui:175 cui/uiconfig/ui/effectspage.ui:219
+#: cui/uiconfig/ui/effectspage.ui:200 cui/uiconfig/ui/effectspage.ui:244
msgctxt "effectspage|liststore6"
msgid "Dash"
msgstr "Trazo"
-#: cui/uiconfig/ui/effectspage.ui:176 cui/uiconfig/ui/effectspage.ui:220
+#: cui/uiconfig/ui/effectspage.ui:201 cui/uiconfig/ui/effectspage.ui:245
msgctxt "effectspage|liststore6"
msgid "Dash (Bold)"
msgstr "Trazo (grueso)"
-#: cui/uiconfig/ui/effectspage.ui:177 cui/uiconfig/ui/effectspage.ui:221
+#: cui/uiconfig/ui/effectspage.ui:202 cui/uiconfig/ui/effectspage.ui:246
msgctxt "effectspage|liststore6"
msgid "Long Dash"
msgstr "Trazo largo"
-#: cui/uiconfig/ui/effectspage.ui:178 cui/uiconfig/ui/effectspage.ui:222
+#: cui/uiconfig/ui/effectspage.ui:203 cui/uiconfig/ui/effectspage.ui:247
msgctxt "effectspage|liststore6"
msgid "Long Dash (Bold)"
msgstr "Trazo largo (grueso)"
-#: cui/uiconfig/ui/effectspage.ui:179 cui/uiconfig/ui/effectspage.ui:223
+#: cui/uiconfig/ui/effectspage.ui:204 cui/uiconfig/ui/effectspage.ui:248
msgctxt "effectspage|liststore6"
msgid "Dot Dash"
msgstr "Punto trazo"
-#: cui/uiconfig/ui/effectspage.ui:180 cui/uiconfig/ui/effectspage.ui:224
+#: cui/uiconfig/ui/effectspage.ui:205 cui/uiconfig/ui/effectspage.ui:249
msgctxt "effectspage|liststore6"
msgid "Dot Dash (Bold)"
msgstr "Punto trazo (grueso)"
-#: cui/uiconfig/ui/effectspage.ui:181 cui/uiconfig/ui/effectspage.ui:225
+#: cui/uiconfig/ui/effectspage.ui:206 cui/uiconfig/ui/effectspage.ui:250
msgctxt "effectspage|liststore6"
msgid "Dot Dot Dash"
msgstr "Punto punto trazo"
-#: cui/uiconfig/ui/effectspage.ui:182 cui/uiconfig/ui/effectspage.ui:226
+#: cui/uiconfig/ui/effectspage.ui:207 cui/uiconfig/ui/effectspage.ui:251
msgctxt "effectspage|liststore6"
msgid "Dot Dot Dash (Bold)"
msgstr "Punto punto trazo (grueso)"
-#: cui/uiconfig/ui/effectspage.ui:183 cui/uiconfig/ui/effectspage.ui:227
+#: cui/uiconfig/ui/effectspage.ui:208 cui/uiconfig/ui/effectspage.ui:252
msgctxt "effectspage|liststore6"
msgid "Wave"
msgstr "Onda"
-#: cui/uiconfig/ui/effectspage.ui:184 cui/uiconfig/ui/effectspage.ui:228
+#: cui/uiconfig/ui/effectspage.ui:209 cui/uiconfig/ui/effectspage.ui:253
msgctxt "effectspage|liststore6"
msgid "Wave (Bold)"
msgstr "Ondulada (grueso)"
-#: cui/uiconfig/ui/effectspage.ui:185 cui/uiconfig/ui/effectspage.ui:229
+#: cui/uiconfig/ui/effectspage.ui:210 cui/uiconfig/ui/effectspage.ui:254
msgctxt "effectspage|liststore6"
msgid "Double Wave"
msgstr "Ondulada doble"
-#: cui/uiconfig/ui/effectspage.ui:198
+#: cui/uiconfig/ui/effectspage.ui:223
msgctxt "effectspage|liststore2"
msgid "(Without)"
msgstr "(Sin)"
-#: cui/uiconfig/ui/effectspage.ui:199
+#: cui/uiconfig/ui/effectspage.ui:224
msgctxt "effectspage|liststore2"
msgid "Embossed"
msgstr "Repujado"
-#: cui/uiconfig/ui/effectspage.ui:200
+#: cui/uiconfig/ui/effectspage.ui:225
msgctxt "effectspage|liststore2"
msgid "Engraved"
msgstr "Bajorrelieve"
-#: cui/uiconfig/ui/effectspage.ui:242
+#: cui/uiconfig/ui/effectspage.ui:267
msgctxt "effectspage|liststore5"
msgid "(Without)"
msgstr "(Sin)"
-#: cui/uiconfig/ui/effectspage.ui:243
+#: cui/uiconfig/ui/effectspage.ui:268
msgctxt "effectspage|liststore5"
msgid "Single"
msgstr "Sencillo"
-#: cui/uiconfig/ui/effectspage.ui:244
+#: cui/uiconfig/ui/effectspage.ui:269
msgctxt "effectspage|liststore5"
msgid "Double"
msgstr "Doble"
-#: cui/uiconfig/ui/effectspage.ui:245
+#: cui/uiconfig/ui/effectspage.ui:270
msgctxt "effectspage|liststore5"
msgid "Bold"
msgstr "Negrita"
-#: cui/uiconfig/ui/effectspage.ui:246
+#: cui/uiconfig/ui/effectspage.ui:271
msgctxt "effectspage|liststore5"
msgid "With /"
msgstr "Con /"
-#: cui/uiconfig/ui/effectspage.ui:247
+#: cui/uiconfig/ui/effectspage.ui:272
msgctxt "effectspage|liststore5"
msgid "With X"
msgstr "Con X"
-#: cui/uiconfig/ui/effectspage.ui:287
+#: cui/uiconfig/ui/effectspage.ui:312
msgctxt "effectspage|outlinecb"
msgid "Outline"
msgstr "Contorno"
-#: cui/uiconfig/ui/effectspage.ui:303
+#: cui/uiconfig/ui/effectspage.ui:328
msgctxt "effectspage|blinkingcb"
msgid "Blinking"
msgstr "Intermitente"
-#: cui/uiconfig/ui/effectspage.ui:319
+#: cui/uiconfig/ui/effectspage.ui:344
msgctxt "effectspage|hiddencb"
msgid "Hidden"
msgstr "Oculto"
-#: cui/uiconfig/ui/effectspage.ui:335
+#: cui/uiconfig/ui/effectspage.ui:360
msgctxt "effectspage|individualwordscb"
msgid "Individual words"
msgstr "Palabras individuales"
-#: cui/uiconfig/ui/effectspage.ui:353
+#: cui/uiconfig/ui/effectspage.ui:378
msgctxt "effectspage|liststore3"
msgid "(Without)"
msgstr "(Sin)"
-#: cui/uiconfig/ui/effectspage.ui:354
+#: cui/uiconfig/ui/effectspage.ui:379
msgctxt "effectspage|liststore3"
msgid "Dot"
msgstr "Punto"
-#: cui/uiconfig/ui/effectspage.ui:355
+#: cui/uiconfig/ui/effectspage.ui:380
msgctxt "effectspage|liststore3"
msgid "Circle"
msgstr "Círculo"
-#: cui/uiconfig/ui/effectspage.ui:356
+#: cui/uiconfig/ui/effectspage.ui:381
msgctxt "effectspage|liststore3"
msgid "Disc"
msgstr "Disco"
-#: cui/uiconfig/ui/effectspage.ui:357
+#: cui/uiconfig/ui/effectspage.ui:382
msgctxt "effectspage|liststore3"
msgid "Accent"
msgstr "Acento"
-#: cui/uiconfig/ui/effectspage.ui:370
+#: cui/uiconfig/ui/effectspage.ui:395
msgctxt "effectspage|liststore4"
msgid "Above text"
msgstr "Sobre el texto"
-#: cui/uiconfig/ui/effectspage.ui:371
+#: cui/uiconfig/ui/effectspage.ui:396
msgctxt "effectspage|liststore4"
msgid "Below text"
msgstr "Debajo del texto"
-#: cui/uiconfig/ui/effectspage.ui:383
+#: cui/uiconfig/ui/effectspage.ui:408
msgctxt "effectspage|positionft"
msgid "Position:"
msgstr "Posición:"
-#: cui/uiconfig/ui/effectspage.ui:397
+#: cui/uiconfig/ui/effectspage.ui:422
msgctxt "effectspage|emphasisft"
msgid "Emphasis mark:"
msgstr "Signo de énfasis:"
-#: cui/uiconfig/ui/effectspage.ui:409
+#: cui/uiconfig/ui/effectspage.ui:434
msgctxt "effectspage|shadowcb"
msgid "Shadow"
msgstr "Sombra"
-#: cui/uiconfig/ui/effectspage.ui:450
+#: cui/uiconfig/ui/effectspage.ui:475
msgctxt "effectspage|a11ywarning"
msgid "Accessibility option \"Use automatic font color for screen display\" is active. Font color attributes are not currently used to display text."
msgstr "La opción de accesibilidad «Utilizar color de letra automático para la visualización en pantalla» está activada. No se están utilizando los atributos de color para mostrar el texto."
-#: cui/uiconfig/ui/effectspage.ui:510
+#: cui/uiconfig/ui/effectspage.ui:535
msgctxt "effectspage|preview-atkobject"
msgid "Preview"
msgstr "Previsualización"
@@ -5354,117 +5364,137 @@ msgctxt "galleryupdateprogress|label2"
msgid "File"
msgstr "Archivo"
-#: cui/uiconfig/ui/gradientpage.ui:125
+#: cui/uiconfig/ui/gradientpage.ui:132
msgctxt "gradientpage|modify"
msgid "_Modify"
msgstr "_Modificar"
-#: cui/uiconfig/ui/gradientpage.ui:152
+#: cui/uiconfig/ui/gradientpage.ui:159
msgctxt "gradientpage|label1"
msgid "Gradient"
msgstr "Degradado"
-#: cui/uiconfig/ui/gradientpage.ui:200
+#: cui/uiconfig/ui/gradientpage.ui:207
msgctxt "gradientpage|typeft"
msgid "_Type:"
msgstr "_Tipo:"
-#: cui/uiconfig/ui/gradientpage.ui:216
+#: cui/uiconfig/ui/gradientpage.ui:223
msgctxt "gradientpage|gradienttypelb"
msgid "Linear"
msgstr "Lineal"
-#: cui/uiconfig/ui/gradientpage.ui:217
+#: cui/uiconfig/ui/gradientpage.ui:224
msgctxt "gradientpage|gradienttypelb"
msgid "Axial"
msgstr "Axial"
-#: cui/uiconfig/ui/gradientpage.ui:218
+#: cui/uiconfig/ui/gradientpage.ui:225
msgctxt "gradientpage|gradienttypelb"
msgid "Radial"
msgstr "Radial"
-#: cui/uiconfig/ui/gradientpage.ui:219
+#: cui/uiconfig/ui/gradientpage.ui:226
msgctxt "gradientpage|gradienttypelb"
msgid "Ellipsoid"
msgstr "Elipsoide"
-#: cui/uiconfig/ui/gradientpage.ui:220
+#: cui/uiconfig/ui/gradientpage.ui:227
msgctxt "gradientpage|gradienttypelb"
msgid "Quadratic"
msgstr "Cuadrático"
-#: cui/uiconfig/ui/gradientpage.ui:221
+#: cui/uiconfig/ui/gradientpage.ui:228
msgctxt "gradientpage|gradienttypelb"
msgid "Square"
msgstr "Cuadrado"
-#: cui/uiconfig/ui/gradientpage.ui:248
+#: cui/uiconfig/ui/gradientpage.ui:255
msgctxt "gradientpage|incrementft"
msgid "Increment:"
msgstr "Incremento:"
-#: cui/uiconfig/ui/gradientpage.ui:288
+#: cui/uiconfig/ui/gradientpage.ui:280
msgctxt "gradientpage|autoincrement"
msgid "A_utomatic"
msgstr "A_utomático"
-#: cui/uiconfig/ui/gradientpage.ui:320
+#: cui/uiconfig/ui/gradientpage.ui:312
msgctxt "gradientpage|centerft"
msgid "Center ( X / Y ):"
msgstr "Centro (X/Y):"
-#: cui/uiconfig/ui/gradientpage.ui:389
+#: cui/uiconfig/ui/gradientpage.ui:377
msgctxt "gradientpage|borderft"
msgid "_Border:"
msgstr "_Borde:"
-#: cui/uiconfig/ui/gradientpage.ui:444
+#: cui/uiconfig/ui/gradientpage.ui:430
msgctxt "gradientpage|angleft"
msgid "A_ngle:"
msgstr "Á_ngulo:"
-#: cui/uiconfig/ui/gradientpage.ui:485
-msgctxt "gradientpage|colortoft"
-msgid "_To Color:"
-msgstr "Color _final:"
-
-#: cui/uiconfig/ui/gradientpage.ui:526
-msgctxt "gradientpage|colorfromft"
-msgid "_From Color:"
-msgstr "Color _inicial:"
-
-#: cui/uiconfig/ui/gradientpage.ui:551
+#: cui/uiconfig/ui/gradientpage.ui:468
msgctxt "gradientpage|a11y_center_x"
msgid "Center X"
msgstr "Centro X"
-#: cui/uiconfig/ui/gradientpage.ui:565
+#: cui/uiconfig/ui/gradientpage.ui:482
msgctxt "gradientpage|a11y_center_y"
msgid "Center Y"
msgstr "Centro Y"
-#: cui/uiconfig/ui/gradientpage.ui:579
+#: cui/uiconfig/ui/gradientpage.ui:496
msgctxt "gradientpage|a11y_percentage_from"
msgid "From color percentage"
msgstr "Porcentaje de color inicial"
-#: cui/uiconfig/ui/gradientpage.ui:593
+#: cui/uiconfig/ui/gradientpage.ui:509
msgctxt "gradientpage|a11y_percentage_to"
msgid "To color percentage"
msgstr "Porcentaje de color final"
-#: cui/uiconfig/ui/gradientpage.ui:618
+#: cui/uiconfig/ui/gradientpage.ui:533
msgctxt "gradientpage|propfl"
msgid "Options"
msgstr "Opciones"
-#: cui/uiconfig/ui/gradientpage.ui:667
+#: cui/uiconfig/ui/gradientpage.ui:582
msgctxt "gradientpage|previewctl-atkobject"
msgid "Example"
msgstr "Ejemplo"
-#: cui/uiconfig/ui/gradientpage.ui:689
+#: cui/uiconfig/ui/gradientpage.ui:613
+msgctxt "gradientpage|colorfromft"
+msgid "_From Color:"
+msgstr "Color _inicial:"
+
+#: cui/uiconfig/ui/gradientpage.ui:643
+msgctxt "gradientpage|colorfrommtr"
+msgid "0"
+msgstr ""
+
+#: cui/uiconfig/ui/gradientpage.ui:644
+msgctxt "gradientpage|colorfrommtr-from"
+msgid "From color"
+msgstr "Color inicial"
+
+#: cui/uiconfig/ui/gradientpage.ui:672
+msgctxt "gradientpage|colortoft"
+msgid "_To Color:"
+msgstr "Color _final:"
+
+#: cui/uiconfig/ui/gradientpage.ui:702
+msgctxt "gradientpage|colortomtr"
+msgid "5"
+msgstr "5"
+
+#: cui/uiconfig/ui/gradientpage.ui:703
+msgctxt "gradientpage|colorfrommtr-to"
+msgid "To color"
+msgstr "Color final"
+
+#: cui/uiconfig/ui/gradientpage.ui:737
msgctxt "gradientpage|label2"
msgid "Preview"
msgstr "Previsualización"
@@ -5654,67 +5684,67 @@ msgctxt "hangulhanjaoptdialog|label2"
msgid "Options"
msgstr "Opciones"
-#: cui/uiconfig/ui/hatchpage.ui:96
+#: cui/uiconfig/ui/hatchpage.ui:97
msgctxt "hatchpage|modify"
msgid "_Modify"
msgstr "_Modificar"
-#: cui/uiconfig/ui/hatchpage.ui:123
+#: cui/uiconfig/ui/hatchpage.ui:124
msgctxt "hatchpage|label2"
msgid "Hatch"
msgstr "Trama"
-#: cui/uiconfig/ui/hatchpage.ui:164
+#: cui/uiconfig/ui/hatchpage.ui:165
msgctxt "hatchpage|distanceft"
msgid "_Spacing:"
msgstr "E_spaciado:"
-#: cui/uiconfig/ui/hatchpage.ui:191
+#: cui/uiconfig/ui/hatchpage.ui:192
msgctxt "hatchpage|angleft"
msgid "A_ngle:"
msgstr "Á_ngulo:"
-#: cui/uiconfig/ui/hatchpage.ui:244
+#: cui/uiconfig/ui/hatchpage.ui:245
msgctxt "hatchpage|linetypeft"
msgid "_Line type:"
msgstr "Tipo de _línea:"
-#: cui/uiconfig/ui/hatchpage.ui:260
+#: cui/uiconfig/ui/hatchpage.ui:261
msgctxt "hatchpage|linetypelb"
msgid "Single"
msgstr "Sencillo"
-#: cui/uiconfig/ui/hatchpage.ui:261
+#: cui/uiconfig/ui/hatchpage.ui:262
msgctxt "hatchpage|linetypelb"
msgid "Crossed"
msgstr "Cruzada"
-#: cui/uiconfig/ui/hatchpage.ui:262
+#: cui/uiconfig/ui/hatchpage.ui:263
msgctxt "hatchpage|linetypelb"
msgid "Triple"
msgstr "Triple"
-#: cui/uiconfig/ui/hatchpage.ui:275
+#: cui/uiconfig/ui/hatchpage.ui:276
msgctxt "hatchpage|linecolorft"
msgid "Line _color:"
msgstr "_Color de línea:"
-#: cui/uiconfig/ui/hatchpage.ui:306
+#: cui/uiconfig/ui/hatchpage.ui:307
msgctxt "hatchpage|backgroundcolor"
msgid "Background Color"
msgstr "Color de fondo"
-#: cui/uiconfig/ui/hatchpage.ui:352
+#: cui/uiconfig/ui/hatchpage.ui:353
msgctxt "hatchpage|propfl"
msgid "Options"
msgstr "Opciones"
-#: cui/uiconfig/ui/hatchpage.ui:402
+#: cui/uiconfig/ui/hatchpage.ui:403
msgctxt "hatchpage|previewctl-atkobject"
msgid "Example"
msgstr "Ejemplo"
-#: cui/uiconfig/ui/hatchpage.ui:424
+#: cui/uiconfig/ui/hatchpage.ui:425
msgctxt "hatchpage|label1"
msgid "Preview"
msgstr "Previsualización"
@@ -7735,31 +7765,41 @@ msgctxt "optfltrembedpage|label3"
msgid "[S]: Convert and save the object"
msgstr "[G]: Convertir y guardar el objeto"
-#: cui/uiconfig/ui/optfltrembedpage.ui:81
+#: cui/uiconfig/ui/optfltrembedpage.ui:82
msgctxt "optfltrembedpage|label1"
msgid "Embedded Objects"
msgstr "Objetos incrustados"
-#: cui/uiconfig/ui/optfltrembedpage.ui:116
+#: cui/uiconfig/ui/optfltrembedpage.ui:115
msgctxt "optfltrembedpage|label5"
msgid "Export as:"
msgstr "Exportar como:"
-#: cui/uiconfig/ui/optfltrembedpage.ui:131
+#: cui/uiconfig/ui/optfltrembedpage.ui:130
msgctxt "optfltrembedpage|highlighting"
msgid "Highlighting"
msgstr "Resalte"
-#: cui/uiconfig/ui/optfltrembedpage.ui:148
+#: cui/uiconfig/ui/optfltrembedpage.ui:147
msgctxt "optfltrembedpage|shading"
msgid "Shading"
msgstr "Sombreado"
-#: cui/uiconfig/ui/optfltrembedpage.ui:177
+#: cui/uiconfig/ui/optfltrembedpage.ui:176
msgctxt "optfltrembedpage|label4"
msgid "Character Highlighting"
msgstr "Resalte de caracteres"
+#: cui/uiconfig/ui/optfltrembedpage.ui:207
+msgctxt "optfltrembedpage|mso_lockfile"
+msgid "Create MSO lock file"
+msgstr "Crear archivo de bloqueo de MSO"
+
+#: cui/uiconfig/ui/optfltrembedpage.ui:230
+msgctxt "optfltrembedpage|label5"
+msgid "Lock files"
+msgstr "Archivos de bloqueo"
+
#: cui/uiconfig/ui/optfltrpage.ui:29
msgctxt "optfltrpage|wo_basic"
msgid "Load Basic _code"
@@ -9768,47 +9808,47 @@ msgctxt "pastespecial|label1"
msgid "Selection"
msgstr "Selección"
-#: cui/uiconfig/ui/patterntabpage.ui:82
+#: cui/uiconfig/ui/patterntabpage.ui:83
msgctxt "patterntabpage|BTN_MODIFY"
msgid "_Modify"
msgstr "_Modificar"
-#: cui/uiconfig/ui/patterntabpage.ui:109
+#: cui/uiconfig/ui/patterntabpage.ui:110
msgctxt "patterntabpage|label3"
msgid "Pattern"
msgstr "Patrón"
-#: cui/uiconfig/ui/patterntabpage.ui:156
+#: cui/uiconfig/ui/patterntabpage.ui:157
msgctxt "patterntabpage|label4"
msgid "Pattern Editor:"
msgstr "Editor de patrones:"
-#: cui/uiconfig/ui/patterntabpage.ui:187
+#: cui/uiconfig/ui/patterntabpage.ui:188
msgctxt "patterntabpage|CTL_PIXEL-atkobject"
msgid "Pattern Editor"
msgstr "Editor de patrones"
-#: cui/uiconfig/ui/patterntabpage.ui:218
-msgctxt "patterntabpage|label5"
-msgid "Foreground Color:"
-msgstr "Color de primer plano:"
-
-#: cui/uiconfig/ui/patterntabpage.ui:262
-msgctxt "patterntabpage|label6"
-msgid "Background Color:"
-msgstr "Color de fondo:"
-
-#: cui/uiconfig/ui/patterntabpage.ui:304
+#: cui/uiconfig/ui/patterntabpage.ui:217
msgctxt "patterntabpage|label1"
msgid "Options"
msgstr "Opciones"
-#: cui/uiconfig/ui/patterntabpage.ui:353
+#: cui/uiconfig/ui/patterntabpage.ui:266
msgctxt "patterntabpage|CTL_PREVIEW-atkobject"
msgid "Example"
msgstr "Ejemplo"
-#: cui/uiconfig/ui/patterntabpage.ui:375
+#: cui/uiconfig/ui/patterntabpage.ui:291
+msgctxt "patterntabpage|label5"
+msgid "Foreground Color:"
+msgstr "Color de primer plano:"
+
+#: cui/uiconfig/ui/patterntabpage.ui:335
+msgctxt "patterntabpage|label6"
+msgid "Background Color:"
+msgstr "Color de fondo:"
+
+#: cui/uiconfig/ui/patterntabpage.ui:377
msgctxt "patterntabpage|label2"
msgid "Preview"
msgstr "Previsualización"
@@ -11580,92 +11620,92 @@ msgctxt "transparencytabpage|RBT_TRANS_OFF"
msgid "_No transparency"
msgstr "Si_n transparencia"
-#: cui/uiconfig/ui/transparencytabpage.ui:94
+#: cui/uiconfig/ui/transparencytabpage.ui:93
msgctxt "transparencytabpage|RBT_TRANS_LINEAR"
msgid "_Transparency:"
msgstr "_Transparencia:"
-#: cui/uiconfig/ui/transparencytabpage.ui:114
+#: cui/uiconfig/ui/transparencytabpage.ui:112
msgctxt "transparencytabpage|RBT_TRANS_GRADIENT"
msgid "_Gradient"
msgstr "De_gradado"
-#: cui/uiconfig/ui/transparencytabpage.ui:239
+#: cui/uiconfig/ui/transparencytabpage.ui:237
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Linear"
msgstr "Lineal"
-#: cui/uiconfig/ui/transparencytabpage.ui:240
+#: cui/uiconfig/ui/transparencytabpage.ui:238
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Axial"
msgstr "Axial"
-#: cui/uiconfig/ui/transparencytabpage.ui:241
+#: cui/uiconfig/ui/transparencytabpage.ui:239
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Radial"
msgstr "Radial"
-#: cui/uiconfig/ui/transparencytabpage.ui:242
+#: cui/uiconfig/ui/transparencytabpage.ui:240
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Ellipsoid"
msgstr "Elipsoide"
-#: cui/uiconfig/ui/transparencytabpage.ui:243
+#: cui/uiconfig/ui/transparencytabpage.ui:241
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Quadratic"
msgstr "Cuadrático"
-#: cui/uiconfig/ui/transparencytabpage.ui:244
+#: cui/uiconfig/ui/transparencytabpage.ui:242
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Square"
msgstr "Cuadrado"
-#: cui/uiconfig/ui/transparencytabpage.ui:261
+#: cui/uiconfig/ui/transparencytabpage.ui:259
msgctxt "transparencytabpage|FT_TRGR_TYPE"
msgid "Ty_pe:"
msgstr "Ti_po:"
-#: cui/uiconfig/ui/transparencytabpage.ui:282
+#: cui/uiconfig/ui/transparencytabpage.ui:280
msgctxt "transparencytabpage|FT_TRGR_CENTER_X"
msgid "Center _X:"
msgstr "Centro _X:"
-#: cui/uiconfig/ui/transparencytabpage.ui:303
+#: cui/uiconfig/ui/transparencytabpage.ui:301
msgctxt "transparencytabpage|FT_TRGR_CENTER_Y"
msgid "Center _Y:"
msgstr "Centro _Y:"
-#: cui/uiconfig/ui/transparencytabpage.ui:324
+#: cui/uiconfig/ui/transparencytabpage.ui:322
msgctxt "transparencytabpage|FT_TRGR_ANGLE"
msgid "_Angle:"
msgstr "Án_gulo:"
-#: cui/uiconfig/ui/transparencytabpage.ui:345
+#: cui/uiconfig/ui/transparencytabpage.ui:343
msgctxt "transparencytabpage|FT_TRGR_BORDER"
msgid "_Border:"
msgstr "_Borde:"
-#: cui/uiconfig/ui/transparencytabpage.ui:366
+#: cui/uiconfig/ui/transparencytabpage.ui:364
msgctxt "transparencytabpage|FT_TRGR_START_VALUE"
msgid "_Start value:"
msgstr "Valor _inicial:"
-#: cui/uiconfig/ui/transparencytabpage.ui:387
+#: cui/uiconfig/ui/transparencytabpage.ui:385
msgctxt "transparencytabpage|FT_TRGR_END_VALUE"
msgid "_End value:"
msgstr "Valor _final:"
-#: cui/uiconfig/ui/transparencytabpage.ui:444
+#: cui/uiconfig/ui/transparencytabpage.ui:442
msgctxt "transparencytabpage|CTL_BITMAP_PREVIEW-atkobject"
msgid "Example"
msgstr "Ejemplo"
-#: cui/uiconfig/ui/transparencytabpage.ui:479
+#: cui/uiconfig/ui/transparencytabpage.ui:477
msgctxt "transparencytabpage|CTL_TRANS_PREVIEW-atkobject"
msgid "Example"
msgstr "Ejemplo"
-#: cui/uiconfig/ui/transparencytabpage.ui:523
+#: cui/uiconfig/ui/transparencytabpage.ui:521
msgctxt "transparencytabpage|FL_PROP"
msgid "Area Transparency Mode"
msgstr "Modo de transparencia del área"
diff --git a/source/es/dbaccess/messages.po b/source/es/dbaccess/messages.po
index 8e42d17e4c0..f0437a4268b 100644
--- a/source/es/dbaccess/messages.po
+++ b/source/es/dbaccess/messages.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: 2019-02-11 12:12+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2018-11-16 19:41+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/desktop/messages.po b/source/es/desktop/messages.po
index 62ee7ba9002..a3ee9b56d6d 100644
--- a/source/es/desktop/messages.po
+++ b/source/es/desktop/messages.po
@@ -1,9 +1,9 @@
-#. extracted from desktop/inc
+#. extracted from desktop/desktop/inc
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: 2018-11-05 17:38+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2018-11-16 19:42+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/af_ZA.po b/source/es/dictionaries/af_ZA.po
index d36dab62e64..7d0f93ba0ef 100644
--- a/source/es/dictionaries/af_ZA.po
+++ b/source/es/dictionaries/af_ZA.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:01+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:03+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/an_ES.po b/source/es/dictionaries/an_ES.po
index 7c22703d3b3..8c35b72a595 100644
--- a/source/es/dictionaries/an_ES.po
+++ b/source/es/dictionaries/an_ES.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: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2015-12-02 16:56+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/ar.po b/source/es/dictionaries/ar.po
index 62352f31908..c089697e648 100644
--- a/source/es/dictionaries/ar.po
+++ b/source/es/dictionaries/ar.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2015-12-02 18:12+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/be_BY.po b/source/es/dictionaries/be_BY.po
index 881ecd4fe6b..bf854ee0797 100644
--- a/source/es/dictionaries/be_BY.po
+++ b/source/es/dictionaries/be_BY.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: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2015-12-02 16:57+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/bg_BG.po b/source/es/dictionaries/bg_BG.po
index f2a9fec7890..8a8af44a667 100644
--- a/source/es/dictionaries/bg_BG.po
+++ b/source/es/dictionaries/bg_BG.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:01+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:05+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/bn_BD.po b/source/es/dictionaries/bn_BD.po
index 21f5d243385..b1841950047 100644
--- a/source/es/dictionaries/bn_BD.po
+++ b/source/es/dictionaries/bn_BD.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2015-12-02 16:57+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/bo.po b/source/es/dictionaries/bo.po
index c30ae3ca2cc..cccd76b0be7 100644
--- a/source/es/dictionaries/bo.po
+++ b/source/es/dictionaries/bo.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: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2017-10-06 19:52+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/br_FR.po b/source/es/dictionaries/br_FR.po
index dd3bd279224..9e9da643d6a 100644
--- a/source/es/dictionaries/br_FR.po
+++ b/source/es/dictionaries/br_FR.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2015-12-02 16:57+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/bs_BA.po b/source/es/dictionaries/bs_BA.po
index b60e9e1e162..953a884479a 100644
--- a/source/es/dictionaries/bs_BA.po
+++ b/source/es/dictionaries/bs_BA.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: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2015-12-02 16:57+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/ca.po b/source/es/dictionaries/ca.po
index 75b34b28a89..6b716dcb762 100644
--- a/source/es/dictionaries/ca.po
+++ b/source/es/dictionaries/ca.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: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2017-10-06 19:53+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/cs_CZ.po b/source/es/dictionaries/cs_CZ.po
index 340b6fc392f..db07704002e 100644
--- a/source/es/dictionaries/cs_CZ.po
+++ b/source/es/dictionaries/cs_CZ.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: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2017-10-06 19:53+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/da_DK.po b/source/es/dictionaries/da_DK.po
index 41000091f85..55540e85082 100644
--- a/source/es/dictionaries/da_DK.po
+++ b/source/es/dictionaries/da_DK.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:01+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:06+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/de.po b/source/es/dictionaries/de.po
index 9202600a42a..4bbf6b4aca6 100644
--- a/source/es/dictionaries/de.po
+++ b/source/es/dictionaries/de.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:00+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:07+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/el_GR.po b/source/es/dictionaries/el_GR.po
index ab4c3e34629..26b146c84d0 100644
--- a/source/es/dictionaries/el_GR.po
+++ b/source/es/dictionaries/el_GR.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: 2014-05-02 00:01+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:07+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/en.po b/source/es/dictionaries/en.po
index a5c01c02ff0..89f99d59c15 100644
--- a/source/es/dictionaries/en.po
+++ b/source/es/dictionaries/en.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:00+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:08+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/en/dialog.po b/source/es/dictionaries/en/dialog.po
index e5a25cfe71f..6f464026499 100644
--- a/source/es/dictionaries/en/dialog.po
+++ b/source/es/dictionaries/en/dialog.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: 2013-11-20 13:01+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2013-12-04 22:07+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/en/dialog/registry/data/org/openoffice/Office.po b/source/es/dictionaries/en/dialog/registry/data/org/openoffice/Office.po
index c5638c7ffdb..0ec97fbaafc 100644
--- a/source/es/dictionaries/en/dialog/registry/data/org/openoffice/Office.po
+++ b/source/es/dictionaries/en/dialog/registry/data/org/openoffice/Office.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: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2017-02-15 23:54+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/es.po b/source/es/dictionaries/es.po
index bc69493fbfe..4522d98cc7a 100644
--- a/source/es/dictionaries/es.po
+++ b/source/es/dictionaries/es.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2016-06-01 01:43+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/et_EE.po b/source/es/dictionaries/et_EE.po
index c4239610216..6ecd87be6ed 100644
--- a/source/es/dictionaries/et_EE.po
+++ b/source/es/dictionaries/et_EE.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:01+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:09+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/fr_FR.po b/source/es/dictionaries/fr_FR.po
index 2bd9518d030..d135ac8f6fe 100644
--- a/source/es/dictionaries/fr_FR.po
+++ b/source/es/dictionaries/fr_FR.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:01+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:09+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/gd_GB.po b/source/es/dictionaries/gd_GB.po
index dcd2f136d35..8fc72344bcb 100644
--- a/source/es/dictionaries/gd_GB.po
+++ b/source/es/dictionaries/gd_GB.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: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2017-10-06 19:53+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/gl.po b/source/es/dictionaries/gl.po
index 1c6eb88b8ab..ba7cfc4556e 100644
--- a/source/es/dictionaries/gl.po
+++ b/source/es/dictionaries/gl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:01+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:11+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/gu_IN.po b/source/es/dictionaries/gu_IN.po
index ea3ce630fe4..a72d1acf959 100644
--- a/source/es/dictionaries/gu_IN.po
+++ b/source/es/dictionaries/gu_IN.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2015-12-02 16:57+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/gug.po b/source/es/dictionaries/gug.po
index 3d04857ce98..8547d2e7cfa 100644
--- a/source/es/dictionaries/gug.po
+++ b/source/es/dictionaries/gug.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: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2017-10-06 19:54+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/he_IL.po b/source/es/dictionaries/he_IL.po
index 743767a0a41..c6d2c686497 100644
--- a/source/es/dictionaries/he_IL.po
+++ b/source/es/dictionaries/he_IL.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2015-12-02 16:57+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/hi_IN.po b/source/es/dictionaries/hi_IN.po
index 9e715f60184..8f237dd776c 100644
--- a/source/es/dictionaries/hi_IN.po
+++ b/source/es/dictionaries/hi_IN.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2015-12-02 16:57+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/hr_HR.po b/source/es/dictionaries/hr_HR.po
index 7af6c7eadf3..a0d3be3a22e 100644
--- a/source/es/dictionaries/hr_HR.po
+++ b/source/es/dictionaries/hr_HR.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:01+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:11+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/hu_HU.po b/source/es/dictionaries/hu_HU.po
index 1f03e1d0224..a9e551a2ccd 100644
--- a/source/es/dictionaries/hu_HU.po
+++ b/source/es/dictionaries/hu_HU.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:01+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-26 14:47+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/hu_HU/dialog.po b/source/es/dictionaries/hu_HU/dialog.po
index 3a8b2cc2e93..9ad12068932 100644
--- a/source/es/dictionaries/hu_HU/dialog.po
+++ b/source/es/dictionaries/hu_HU/dialog.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: 2014-05-02 00:01+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-06-20 15:47+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po b/source/es/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po
index 369f9326b1d..f812d333362 100644
--- a/source/es/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po
+++ b/source/es/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.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: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2017-02-15 23:54+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/id.po b/source/es/dictionaries/id.po
index 93dfbb9617f..c852ef3fb16 100644
--- a/source/es/dictionaries/id.po
+++ b/source/es/dictionaries/id.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: 2018-07-04 22:52+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2018-07-06 02:02+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/is.po b/source/es/dictionaries/is.po
index 1159c662265..4ccc66b44e9 100644
--- a/source/es/dictionaries/is.po
+++ b/source/es/dictionaries/is.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: 2015-11-10 19:33+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2015-11-11 18:17+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/it_IT.po b/source/es/dictionaries/it_IT.po
index a8100dcbd28..6220c3b3d73 100644
--- a/source/es/dictionaries/it_IT.po
+++ b/source/es/dictionaries/it_IT.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:00+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:12+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/kmr_Latn.po b/source/es/dictionaries/kmr_Latn.po
index 5daaa6a71c4..e61247d4150 100644
--- a/source/es/dictionaries/kmr_Latn.po
+++ b/source/es/dictionaries/kmr_Latn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2015-12-02 16:58+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/lo_LA.po b/source/es/dictionaries/lo_LA.po
index 9c8be4b25c4..bc58f57aa07 100644
--- a/source/es/dictionaries/lo_LA.po
+++ b/source/es/dictionaries/lo_LA.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: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2015-12-02 16:58+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/lt_LT.po b/source/es/dictionaries/lt_LT.po
index b856e7e16f7..3eaef5ea6ee 100644
--- a/source/es/dictionaries/lt_LT.po
+++ b/source/es/dictionaries/lt_LT.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:01+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:13+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/lv_LV.po b/source/es/dictionaries/lv_LV.po
index 6cc8b5e36b5..ad3d666b9a5 100644
--- a/source/es/dictionaries/lv_LV.po
+++ b/source/es/dictionaries/lv_LV.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:01+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:13+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/ne_NP.po b/source/es/dictionaries/ne_NP.po
index b5fb288999a..e2716ad00cd 100644
--- a/source/es/dictionaries/ne_NP.po
+++ b/source/es/dictionaries/ne_NP.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2015-12-02 18:12+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/nl_NL.po b/source/es/dictionaries/nl_NL.po
index 0392d12f0eb..583e7fb968b 100644
--- a/source/es/dictionaries/nl_NL.po
+++ b/source/es/dictionaries/nl_NL.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:01+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:13+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/no.po b/source/es/dictionaries/no.po
index 9cf9bd68fdc..36fc8269cde 100644
--- a/source/es/dictionaries/no.po
+++ b/source/es/dictionaries/no.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:00+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:14+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/oc_FR.po b/source/es/dictionaries/oc_FR.po
index 9f8c033f4d3..d9babd165ae 100644
--- a/source/es/dictionaries/oc_FR.po
+++ b/source/es/dictionaries/oc_FR.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2015-12-02 16:58+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/pl_PL.po b/source/es/dictionaries/pl_PL.po
index 30c0bdc0298..b3b83729145 100644
--- a/source/es/dictionaries/pl_PL.po
+++ b/source/es/dictionaries/pl_PL.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:01+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:15+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/pt_BR.po b/source/es/dictionaries/pt_BR.po
index 890250f4251..cd0226e6615 100644
--- a/source/es/dictionaries/pt_BR.po
+++ b/source/es/dictionaries/pt_BR.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:01+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:16+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/pt_BR/dialog.po b/source/es/dictionaries/pt_BR/dialog.po
index c4c5a50666e..2909917d3c6 100644
--- a/source/es/dictionaries/pt_BR/dialog.po
+++ b/source/es/dictionaries/pt_BR/dialog.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: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2017-02-15 23:54+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po b/source/es/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po
index 6c4f18c8a1b..f6607e8ece2 100644
--- a/source/es/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po
+++ b/source/es/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.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: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2017-02-15 23:54+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/pt_PT.po b/source/es/dictionaries/pt_PT.po
index c54505d560a..82d271677df 100644
--- a/source/es/dictionaries/pt_PT.po
+++ b/source/es/dictionaries/pt_PT.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:01+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:16+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/ro.po b/source/es/dictionaries/ro.po
index 9201c55a9fe..a068868aff7 100644
--- a/source/es/dictionaries/ro.po
+++ b/source/es/dictionaries/ro.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:01+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:17+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/ru_RU.po b/source/es/dictionaries/ru_RU.po
index ccc0b3a992c..efbecfca459 100644
--- a/source/es/dictionaries/ru_RU.po
+++ b/source/es/dictionaries/ru_RU.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:00+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:17+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/ru_RU/dialog.po b/source/es/dictionaries/ru_RU/dialog.po
index def531eabef..f2d9e8f1482 100644
--- a/source/es/dictionaries/ru_RU/dialog.po
+++ b/source/es/dictionaries/ru_RU/dialog.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: 2018-11-05 17:38+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2018-11-12 12:47+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po b/source/es/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po
index 9d78ab546e9..01ae28adeb2 100644
--- a/source/es/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po
+++ b/source/es/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.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: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2017-02-15 23:54+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/si_LK.po b/source/es/dictionaries/si_LK.po
index 81b39058255..19ad1bc8f17 100644
--- a/source/es/dictionaries/si_LK.po
+++ b/source/es/dictionaries/si_LK.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: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2015-12-01 07:29+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/sk_SK.po b/source/es/dictionaries/sk_SK.po
index 6f520e4169a..2b48ad1e7d5 100644
--- a/source/es/dictionaries/sk_SK.po
+++ b/source/es/dictionaries/sk_SK.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:01+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:18+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/sl_SI.po b/source/es/dictionaries/sl_SI.po
index 8fda1b0d26f..f079902a9f2 100644
--- a/source/es/dictionaries/sl_SI.po
+++ b/source/es/dictionaries/sl_SI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:00+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:18+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/sq_AL.po b/source/es/dictionaries/sq_AL.po
index 4d1485818a5..9956c487a74 100644
--- a/source/es/dictionaries/sq_AL.po
+++ b/source/es/dictionaries/sq_AL.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: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2017-11-25 06:43+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/sr.po b/source/es/dictionaries/sr.po
index 53e02a3846b..4499d96bdec 100644
--- a/source/es/dictionaries/sr.po
+++ b/source/es/dictionaries/sr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:01+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:19+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/sv_SE.po b/source/es/dictionaries/sv_SE.po
index 565dc867bf7..699927ad617 100644
--- a/source/es/dictionaries/sv_SE.po
+++ b/source/es/dictionaries/sv_SE.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: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2017-10-06 19:54+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/sw_TZ.po b/source/es/dictionaries/sw_TZ.po
index 1694e17ad35..344bd2d8f7d 100644
--- a/source/es/dictionaries/sw_TZ.po
+++ b/source/es/dictionaries/sw_TZ.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2015-12-02 16:58+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/te_IN.po b/source/es/dictionaries/te_IN.po
index 455b485bf54..8a53773b58e 100644
--- a/source/es/dictionaries/te_IN.po
+++ b/source/es/dictionaries/te_IN.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: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2015-12-01 07:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/th_TH.po b/source/es/dictionaries/th_TH.po
index 8de59139c8b..c1f90c23af5 100644
--- a/source/es/dictionaries/th_TH.po
+++ b/source/es/dictionaries/th_TH.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2015-12-01 07:32+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/tr_TR.po b/source/es/dictionaries/tr_TR.po
index 0782e49a593..cfcf597da1d 100644
--- a/source/es/dictionaries/tr_TR.po
+++ b/source/es/dictionaries/tr_TR.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: 2018-09-03 13:23+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2018-09-03 13:51+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/dictionaries/uk_UA.po b/source/es/dictionaries/uk_UA.po
index 93711dfa333..d8680c6cf85 100644
--- a/source/es/dictionaries/uk_UA.po
+++ b/source/es/dictionaries/uk_UA.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:01+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:25+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/vi.po b/source/es/dictionaries/vi.po
index c10c2c8217c..2afa4e92416 100644
--- a/source/es/dictionaries/vi.po
+++ b/source/es/dictionaries/vi.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2015-12-01 07:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/dictionaries/zu_ZA.po b/source/es/dictionaries/zu_ZA.po
index f4010b73167..2201f9fb72f 100644
--- a/source/es/dictionaries/zu_ZA.po
+++ b/source/es/dictionaries/zu_ZA.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:00+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2014-08-08 14:25+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
diff --git a/source/es/editeng/messages.po b/source/es/editeng/messages.po
index ff5aaef8bfc..be050feab07 100644
--- a/source/es/editeng/messages.po
+++ b/source/es/editeng/messages.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: 2018-02-27 13:56+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2019-01-21 06:15+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/extensions/messages.po b/source/es/extensions/messages.po
index 7a47ce3c75c..5523f5fd92f 100644
--- a/source/es/extensions/messages.po
+++ b/source/es/extensions/messages.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: 2019-05-02 15:44+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2019-01-21 06:15+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/extensions/source/update/check/org/openoffice/Office.po b/source/es/extensions/source/update/check/org/openoffice/Office.po
index 5f3aa549af1..88de65ce37e 100644
--- a/source/es/extensions/source/update/check/org/openoffice/Office.po
+++ b/source/es/extensions/source/update/check/org/openoffice/Office.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: 2017-04-12 14:14+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2017-04-13 19:55+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/extras/source/autocorr/emoji.po b/source/es/extras/source/autocorr/emoji.po
index 6dbc7954e29..077d0aeb05a 100644
--- a/source/es/extras/source/autocorr/emoji.po
+++ b/source/es/extras/source/autocorr/emoji.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: 2017-12-20 08:16+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2019-03-12 22:54+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -10265,7 +10265,7 @@ msgctxt ""
"FILE_CABINET\n"
"LngText.text"
msgid "cabinet"
-msgstr ""
+msgstr "archivador"
#. 🗑 (U+1F5D1), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10274,7 +10274,7 @@ msgctxt ""
"WASTEBASKET\n"
"LngText.text"
msgid "wastebasket"
-msgstr ""
+msgstr "papelera"
#. 🗝 (U+1F5DD), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10283,7 +10283,7 @@ msgctxt ""
"OLD_KEY\n"
"LngText.text"
msgid "key2"
-msgstr ""
+msgstr "llave2"
#. 🛠 (U+1F6E0), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10364,7 +10364,7 @@ msgctxt ""
"BLACK_SQUARE_FOR_STOP\n"
"LngText.text"
msgid "stop2"
-msgstr ""
+msgstr "alto2"
#. ⏺ (U+23FA), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10400,7 +10400,7 @@ msgctxt ""
"BALLOT_BOX_WITH_BOLD_SCRIPT_X\n"
"LngText.text"
msgid "checkbox4"
-msgstr ""
+msgstr "casilla4"
#. 🛉 (U+1F6C9), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10463,7 +10463,7 @@ msgctxt ""
"ONCOMING_FIRE_ENGINE\n"
"LngText.text"
msgid "fire engine2"
-msgstr ""
+msgstr "camión de bomberos2"
#. 🛦 (U+1F6E6), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10535,7 +10535,7 @@ msgctxt ""
"LEFT_WRITING_HAND\n"
"LngText.text"
msgid "writing2"
-msgstr ""
+msgstr "escritura2"
#. 🗦 (U+1F5E6), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10544,7 +10544,7 @@ msgctxt ""
"THREE_RAYS_LEFT\n"
"LngText.text"
msgid "rays"
-msgstr ""
+msgstr "rayos"
#. 🎝 (U+1F39D), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10670,7 +10670,7 @@ msgctxt ""
"SIDEWAYS_BLACK_LEFT_POINTING_INDEX\n"
"LngText.text"
msgid "left4"
-msgstr ""
+msgstr "izquierda4"
#. 🖏 (U+1F58F), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10679,7 +10679,7 @@ msgctxt ""
"TURNED_OK_HAND_SIGN\n"
"LngText.text"
msgid "ok2"
-msgstr ""
+msgstr "aceptar2"
#. 🖜 (U+1F59C), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10688,7 +10688,7 @@ msgctxt ""
"BLACK_LEFT_POINTING_BACKHAND_INDEX\n"
"LngText.text"
msgid "left5"
-msgstr ""
+msgstr "izquierda5"
#. 🗥 (U+1F5E5), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10697,7 +10697,7 @@ msgctxt ""
"THREE_RAYS_BELOW\n"
"LngText.text"
msgid "rays2"
-msgstr ""
+msgstr "rayos2"
#. 🖛 (U+1F59B), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10706,7 +10706,7 @@ msgctxt ""
"SIDEWAYS_BLACK_RIGHT_POINTING_INDEX\n"
"LngText.text"
msgid "right4"
-msgstr ""
+msgstr "derecha4"
#. 🖟 (U+1F59F), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10715,7 +10715,7 @@ msgctxt ""
"SIDEWAYS_WHITE_DOWN_POINTING_INDEX\n"
"LngText.text"
msgid "down3"
-msgstr ""
+msgstr "abajo3"
#. 🖞 (U+1F59E), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10724,7 +10724,7 @@ msgctxt ""
"SIDEWAYS_WHITE_UP_POINTING_INDEX\n"
"LngText.text"
msgid "up3"
-msgstr ""
+msgstr "arriba3"
#. 🌢 (U+1F322), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10733,7 +10733,7 @@ msgctxt ""
"BLACK_DROPLET\n"
"LngText.text"
msgid "droplet2"
-msgstr ""
+msgstr "gota2"
#. 🎘 (U+1F398), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10751,7 +10751,7 @@ msgctxt ""
"BOUQUET_OF_FLOWERS\n"
"LngText.text"
msgid "bouquet2"
-msgstr ""
+msgstr "ramo2"
#. 🎔 (U+1F394), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10760,7 +10760,7 @@ msgctxt ""
"HEART_WITH_TIP_ON_THE_LEFT\n"
"LngText.text"
msgid "heart2"
-msgstr ""
+msgstr "corazon2"
#. 🕱 (U+1F571), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10769,7 +10769,7 @@ msgctxt ""
"BLACK_SKULL_AND_CROSSBONES\n"
"LngText.text"
msgid "pirate"
-msgstr ""
+msgstr "pirata"
#. 🖀 (U+1F580), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10787,7 +10787,7 @@ msgctxt ""
"NO_PIRACY\n"
"LngText.text"
msgid "no piracy"
-msgstr ""
+msgstr "sin piratería"
#. 🕅 (U+1F545), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10796,7 +10796,7 @@ msgctxt ""
"SYMBOL_FOR_MARKS_CHAPTER\n"
"LngText.text"
msgid "marks chapter"
-msgstr ""
+msgstr "marcar capítulo"
#. 🕈 (U+1F548), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10814,7 +10814,7 @@ msgctxt ""
"WHITE_DOWN_POINTING_LEFT_HAND_INDEX\n"
"LngText.text"
msgid "down4"
-msgstr ""
+msgstr "abajo4"
#. 🖆 (U+1F586), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10841,7 +10841,7 @@ msgctxt ""
"THREE_RAYS_ABOVE\n"
"LngText.text"
msgid "rays3"
-msgstr ""
+msgstr "rayos3"
#. 🖉 (U+1F589), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10850,7 +10850,7 @@ msgctxt ""
"LOWER_LEFT_PENCIL\n"
"LngText.text"
msgid "pencil4"
-msgstr ""
+msgstr "lápiz4"
#. 🖂 (U+1F582), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10868,7 +10868,7 @@ msgctxt ""
"BLACK_PUSHPIN\n"
"LngText.text"
msgid "tack"
-msgstr ""
+msgstr "tachuela"
#. 🖄 (U+1F584), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10904,7 +10904,7 @@ msgctxt ""
"SIDEWAYS_WHITE_LEFT_POINTING_INDEX\n"
"LngText.text"
msgid "left6"
-msgstr ""
+msgstr "izquierda6"
#. 🖙 (U+1F599), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10913,7 +10913,7 @@ msgctxt ""
"SIDEWAYS_WHITE_RIGHT_POINTING_INDEX\n"
"LngText.text"
msgid "right5"
-msgstr ""
+msgstr "derecha5"
#. 🗖 (U+1F5D6), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11039,7 +11039,7 @@ msgctxt ""
"EMPTY_NOTE_PAGE\n"
"LngText.text"
msgid "empty note page"
-msgstr ""
+msgstr "página de nota vacía"
#. 🗊 (U+1F5CA), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11048,7 +11048,7 @@ msgctxt ""
"NOTE_PAD\n"
"LngText.text"
msgid "note pad"
-msgstr ""
+msgstr "bloc de notas"
#. 🗈 (U+1F5C8), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11066,7 +11066,7 @@ msgctxt ""
"EMPTY_NOTE_PAD\n"
"LngText.text"
msgid "empty note pad"
-msgstr ""
+msgstr "bloc de notas vacío"
#. 🗉 (U+1F5C9), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11075,7 +11075,7 @@ msgctxt ""
"NOTE_PAGE\n"
"LngText.text"
msgid "note page"
-msgstr ""
+msgstr "página de notas"
#. 🖸 (U+1F5B8), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11102,7 +11102,7 @@ msgctxt ""
"BLACK_RIGHT_POINTING_BACKHAND_INDEX\n"
"LngText.text"
msgid "right6"
-msgstr ""
+msgstr "derecha6"
#. 🗁 (U+1F5C1), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11201,7 +11201,7 @@ msgctxt ""
"TWO_BUTTON_MOUSE\n"
"LngText.text"
msgid "mouse4"
-msgstr ""
+msgstr "ratón4"
#. 🖳 (U+1F5B3), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11210,7 +11210,7 @@ msgctxt ""
"OLD_PERSONAL_COMPUTER\n"
"LngText.text"
msgid "pc"
-msgstr ""
+msgstr "pc"
#. 🖵 (U+1F5B5), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11336,7 +11336,7 @@ msgctxt ""
"BLACK_DOWN_POINTING_BACKHAND_INDEX\n"
"LngText.text"
msgid "down5"
-msgstr ""
+msgstr "abajo5"
#. 🖡 (U+1F5A1), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11345,7 +11345,7 @@ msgctxt ""
"SIDEWAYS_BLACK_DOWN_POINTING_INDEX\n"
"LngText.text"
msgid "down6"
-msgstr ""
+msgstr "abajo6"
#. 📾 (U+1F4FE), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11354,7 +11354,7 @@ msgctxt ""
"PORTABLE_STEREO\n"
"LngText.text"
msgid "stereo"
-msgstr ""
+msgstr "estereofónico"
#. 🏶 (U+1F3F6), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11363,7 +11363,7 @@ msgctxt ""
"BLACK_ROSETTE\n"
"LngText.text"
msgid "rosette2"
-msgstr ""
+msgstr "roseta2"
#. 🏲 (U+1F3F2), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11372,7 +11372,7 @@ msgctxt ""
"BLACK_PENNANT\n"
"LngText.text"
msgid "pennant"
-msgstr ""
+msgstr "banderín"
#. 🖠 (U+1F5A0), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11381,7 +11381,7 @@ msgctxt ""
"SIDEWAYS_BLACK_UP_POINTING_INDEX\n"
"LngText.text"
msgid "up4"
-msgstr ""
+msgstr "arriba4"
#. 🖢 (U+1F5A2), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11390,7 +11390,7 @@ msgctxt ""
"BLACK_UP_POINTING_BACKHAND_INDEX\n"
"LngText.text"
msgid "up5"
-msgstr ""
+msgstr "arriba5"
#. 🏱 (U+1F3F1), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11399,7 +11399,7 @@ msgctxt ""
"WHITE_PENNANT\n"
"LngText.text"
msgid "pennant2"
-msgstr ""
+msgstr "banderín2"
#. 🕄 (U+1F544), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11408,7 +11408,7 @@ msgctxt ""
"NOTCHED_RIGHT_SEMICIRCLE_WITH_THREE_DOTS\n"
"LngText.text"
msgid "feast2"
-msgstr ""
+msgstr "banquete2"
#. 🖓 (U+1F593), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11417,7 +11417,7 @@ msgctxt ""
"REVERSED_THUMBS_DOWN_SIGN\n"
"LngText.text"
msgid "no2"
-msgstr ""
+msgstr "no2"
#. 🖑 (U+1F591), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11426,7 +11426,7 @@ msgctxt ""
"REVERSED_RAISED_HAND_WITH_FINGERS_SPLAYED\n"
"LngText.text"
msgid "hand3"
-msgstr ""
+msgstr "mano3"
#. 🖒 (U+1F592), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11435,7 +11435,7 @@ msgctxt ""
"REVERSED_THUMBS_UP_SIGN\n"
"LngText.text"
msgid "yes2"
-msgstr ""
+msgstr "sí2"
#. 🕩 (U+1F569), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11444,7 +11444,7 @@ msgctxt ""
"RIGHT_SPEAKER_WITH_ONE_SOUND_WAVE\n"
"LngText.text"
msgid "speaker2"
-msgstr ""
+msgstr "altavoz2"
#. 🕆 (U+1F546), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11471,7 +11471,7 @@ msgctxt ""
"RIGHT_SPEAKER\n"
"LngText.text"
msgid "speaker3"
-msgstr ""
+msgstr "altavoz3"
#. 🕭 (U+1F56D), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11480,7 +11480,7 @@ msgctxt ""
"RINGING_BELL\n"
"LngText.text"
msgid "bell3"
-msgstr ""
+msgstr "campana3"
#. 🌣 (U+1F323), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11489,7 +11489,7 @@ msgctxt ""
"WHITE_SUN\n"
"LngText.text"
msgid "sun2"
-msgstr ""
+msgstr "sol2"
#. 🛇 (U+1F6C7), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11498,7 +11498,7 @@ msgctxt ""
"PROHIBITED_SIGN\n"
"LngText.text"
msgid "prohibited"
-msgstr ""
+msgstr "prohibido"
#. 🛆 (U+1F6C6), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11507,7 +11507,7 @@ msgctxt ""
"TRIANGLE_WITH_ROUNDED_CORNERS\n"
"LngText.text"
msgid "triangle3"
-msgstr ""
+msgstr "triángulo3"
#. 🗫 (U+1F5EB), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11525,7 +11525,7 @@ msgctxt ""
"RIGHT_SPEAKER_WITH_THREE_SOUND_WAVES\n"
"LngText.text"
msgid "speaker4"
-msgstr ""
+msgstr "altavoz4"
#. 🗮 (U+1F5EE), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11543,7 +11543,7 @@ msgctxt ""
"THREE_RAYS_RIGHT\n"
"LngText.text"
msgid "rays4"
-msgstr ""
+msgstr "rayos4"
#. 🗲 (U+1F5F2), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11552,7 +11552,7 @@ msgctxt ""
"LIGHTNING_MOOD\n"
"LngText.text"
msgid "lightning2"
-msgstr ""
+msgstr "relámpago2"
#. 🗰 (U+1F5F0), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11570,7 +11570,7 @@ msgctxt ""
"BALLOT_BOX_WITH_BOLD_CHECK\n"
"LngText.text"
msgid "checkbox5"
-msgstr ""
+msgstr "casilla5"
#. 🗴 (U+1F5F4), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11579,7 +11579,7 @@ msgctxt ""
"BALLOT_SCRIPT_X\n"
"LngText.text"
msgid "check mark4"
-msgstr ""
+msgstr "marca de verificación4"
#. 🗪 (U+1F5EA), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11597,7 +11597,7 @@ msgctxt ""
"BALLOT_BOLD_SCRIPT_X\n"
"LngText.text"
msgid "x4"
-msgstr ""
+msgstr "x4"
#. 🗩 (U+1F5E9), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11615,7 +11615,7 @@ msgctxt ""
"BALLOT_BOX_WITH_SCRIPT_X\n"
"LngText.text"
msgid "checkbox6"
-msgstr ""
+msgstr "casilla6"
#. 🗸 (U+1F5F8), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11624,7 +11624,7 @@ msgctxt ""
"LIGHT_CHECK_MARK\n"
"LngText.text"
msgid "check mark5"
-msgstr ""
+msgstr "marca de verificación5"
#. 🤗 (U+1F917), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11633,7 +11633,7 @@ msgctxt ""
"HUGGING_FACE\n"
"LngText.text"
msgid "hugging"
-msgstr ""
+msgstr "abrazo"
#. 🤔 (U+1F914), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11642,7 +11642,7 @@ msgctxt ""
"THINKING_FACE\n"
"LngText.text"
msgid "thinking"
-msgstr ""
+msgstr "pensando"
#. 🙄 (U+1F644), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11660,7 +11660,7 @@ msgctxt ""
"ZIPPER-MOUTH_FACE\n"
"LngText.text"
msgid "zipper"
-msgstr ""
+msgstr "cierre"
#. 🙃 (U+1F643), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11669,7 +11669,7 @@ msgctxt ""
"UPSIDE-DOWN_FACE\n"
"LngText.text"
msgid "upside-down"
-msgstr ""
+msgstr "invertido"
#. 🤑 (U+1F911), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11678,7 +11678,7 @@ msgctxt ""
"MONEY-MOUTH_FACE\n"
"LngText.text"
msgid "money3"
-msgstr ""
+msgstr "dinero3"
#. 🤒 (U+1F912), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11687,7 +11687,7 @@ msgctxt ""
"FACE_WITH_THERMOMETER\n"
"LngText.text"
msgid "thermometer2"
-msgstr ""
+msgstr "termómetro2"
#. 🤕 (U+1F915), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11696,7 +11696,7 @@ msgctxt ""
"FACE_WITH_HEAD-BANDAGE\n"
"LngText.text"
msgid "bandage"
-msgstr ""
+msgstr "vendaje"
#. 🤓 (U+1F913), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11705,7 +11705,7 @@ msgctxt ""
"NERD_FACE\n"
"LngText.text"
msgid "nerd"
-msgstr ""
+msgstr "nerd"
#. 🤖 (U+1F916), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11768,7 +11768,7 @@ msgctxt ""
"SIGN_OF_THE_HORNS\n"
"LngText.text"
msgid "horns"
-msgstr ""
+msgstr "trompetas"
#. 📿 (U+1F4FF), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11840,7 +11840,7 @@ msgctxt ""
"HOT_DOG\n"
"LngText.text"
msgid "hot dog"
-msgstr ""
+msgstr "salchicha caliente"
#. 🌮 (U+1F32E), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11867,7 +11867,7 @@ msgctxt ""
"POPCORN\n"
"LngText.text"
msgid "popcorn"
-msgstr ""
+msgstr "paloma de maíz"
#. 🍾 (U+1F37E), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11876,7 +11876,7 @@ msgctxt ""
"BOTTLE_WITH_POPPING_CORK\n"
"LngText.text"
msgid "party4"
-msgstr ""
+msgstr "fiesta4"
#. 🏺 (U+1F3FA), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11912,7 +11912,7 @@ msgctxt ""
"KAABA\n"
"LngText.text"
msgid "Kaaba"
-msgstr ""
+msgstr "Kaaba"
#. 🏐 (U+1F3D0), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11957,7 +11957,7 @@ msgctxt ""
"TABLE_TENNIS_PADDLE_AND_BALL\n"
"LngText.text"
msgid "ping pong"
-msgstr ""
+msgstr "ping pong"
#. 🏸 (U+1F3F8), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11975,7 +11975,7 @@ msgctxt ""
"BOW_AND_ARROW\n"
"LngText.text"
msgid "bow"
-msgstr ""
+msgstr "reverencia"
#. 🛐 (U+1F6D0), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -11984,7 +11984,7 @@ msgctxt ""
"PLACE_OF_WORSHIP\n"
"LngText.text"
msgid "worship"
-msgstr ""
+msgstr "rezar"
#. 🕎 (U+1F54E), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12002,7 +12002,7 @@ msgctxt ""
"ROLLING_ON_THE_FLOOR_LAUGHING\n"
"LngText.text"
msgid "lol"
-msgstr ""
+msgstr "lol"
#. 🤤 (U+1F924), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12011,7 +12011,7 @@ msgctxt ""
"DROOLING_FACE\n"
"LngText.text"
msgid "drool"
-msgstr ""
+msgstr "saliva"
#. 🤢 (U+1F922), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12020,7 +12020,7 @@ msgctxt ""
"NAUSEATED_FACE\n"
"LngText.text"
msgid "nausea"
-msgstr ""
+msgstr "náusea"
#. 🤧 (U+1F927), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12029,7 +12029,7 @@ msgctxt ""
"SNEEZING_FACE\n"
"LngText.text"
msgid "sneeze"
-msgstr ""
+msgstr "estornudo"
#. 🤠 (U+1F920), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12074,7 +12074,7 @@ msgctxt ""
"MAN_IN_TUXEDO\n"
"LngText.text"
msgid "groom"
-msgstr ""
+msgstr "novio"
#. 🤰 (U+1F930), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12092,7 +12092,7 @@ msgctxt ""
"MRS._CLAUS\n"
"LngText.text"
msgid "mrs. claus"
-msgstr ""
+msgstr "sra. claus"
#. 🤦 (U+1F926), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12119,7 +12119,7 @@ msgctxt ""
"MAN_DANCING\n"
"LngText.text"
msgid "dancer2"
-msgstr ""
+msgstr "bailarín2"
#. 🤺 (U+1F93A), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12146,7 +12146,7 @@ msgctxt ""
"PEOPLE_WRESTLING\n"
"LngText.text"
msgid "wrestling"
-msgstr ""
+msgstr "lucha"
#. 🤽 (U+1F93D), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12173,7 +12173,7 @@ msgctxt ""
"PERSON_JUGGLING\n"
"LngText.text"
msgid "juggling"
-msgstr ""
+msgstr "malabarista"
#. 🤳 (U+1F933), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12191,7 +12191,7 @@ msgctxt ""
"CROSSED_FINGERS\n"
"LngText.text"
msgid "good luck"
-msgstr ""
+msgstr "buena suerte"
#. 🤙 (U+1F919), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12200,7 +12200,7 @@ msgctxt ""
"CALL_ME_HAND\n"
"LngText.text"
msgid "call"
-msgstr ""
+msgstr "llamada"
#. 🤛 (U+1F91B), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12209,7 +12209,7 @@ msgctxt ""
"LEFT-FACING_FIST\n"
"LngText.text"
msgid "fist3"
-msgstr ""
+msgstr "puño3"
#. 🤜 (U+1F91C), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12218,7 +12218,7 @@ msgctxt ""
"RIGHT-FACING_FIST\n"
"LngText.text"
msgid "fist4"
-msgstr ""
+msgstr "puño4"
#. 🤚 (U+1F91A), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12227,7 +12227,7 @@ msgctxt ""
"RAISED_BACK_OF_HAND\n"
"LngText.text"
msgid "hand4"
-msgstr ""
+msgstr "mano4"
#. 🤝 (U+1F91D), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12236,7 +12236,7 @@ msgctxt ""
"HANDSHAKE\n"
"LngText.text"
msgid "handshake"
-msgstr ""
+msgstr "dar la mano"
#. 🖤 (U+1F5A4), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12317,7 +12317,7 @@ msgctxt ""
"OWL\n"
"LngText.text"
msgid "owl"
-msgstr ""
+msgstr "búho"
#. 🦎 (U+1F98E), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12326,7 +12326,7 @@ msgctxt ""
"LIZARD\n"
"LngText.text"
msgid "lizard"
-msgstr ""
+msgstr "lagarto"
#. 🦈 (U+1F988), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12398,7 +12398,7 @@ msgctxt ""
"POTATO\n"
"LngText.text"
msgid "potato"
-msgstr ""
+msgstr "papa"
#. 🥕 (U+1F955), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12407,7 +12407,7 @@ msgctxt ""
"CARROT\n"
"LngText.text"
msgid "carrot"
-msgstr ""
+msgstr "zanahoria"
#. 🥒 (U+1F952), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12416,7 +12416,7 @@ msgctxt ""
"CUCUMBER\n"
"LngText.text"
msgid "cucumber"
-msgstr ""
+msgstr "pepino"
#. 🥜 (U+1F95C), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12425,7 +12425,7 @@ msgctxt ""
"PEANUTS\n"
"LngText.text"
msgid "peanuts"
-msgstr ""
+msgstr "cacahuates"
#. 🥐 (U+1F950), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12443,7 +12443,7 @@ msgctxt ""
"BAGUETTE_BREAD\n"
"LngText.text"
msgid "bread2"
-msgstr ""
+msgstr "pan2"
#. 🥞 (U+1F95E), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12452,7 +12452,7 @@ msgctxt ""
"PANCAKES\n"
"LngText.text"
msgid "pancakes"
-msgstr ""
+msgstr "panqueques"
#. 🥓 (U+1F953), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12461,7 +12461,7 @@ msgctxt ""
"BACON\n"
"LngText.text"
msgid "bacon"
-msgstr ""
+msgstr "tocino"
#. 🥙 (U+1F959), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12470,7 +12470,7 @@ msgctxt ""
"STUFFED_FLATBREAD\n"
"LngText.text"
msgid "flatbread"
-msgstr ""
+msgstr "galleta"
#. 🥚 (U+1F95A), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12515,7 +12515,7 @@ msgctxt ""
"CLINKING_GLASSES\n"
"LngText.text"
msgid "party3"
-msgstr ""
+msgstr "fiesta3"
#. 🥃 (U+1F943), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12524,7 +12524,7 @@ msgctxt ""
"TUMBLER_GLASS\n"
"LngText.text"
msgid "glass3"
-msgstr ""
+msgstr "copa3"
#. 🥄 (U+1F944), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12533,7 +12533,7 @@ msgctxt ""
"SPOON\n"
"LngText.text"
msgid "spoon"
-msgstr ""
+msgstr "cuchara"
#. 🛴 (U+1F6F4), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12542,7 +12542,7 @@ msgctxt ""
"SCOOTER\n"
"LngText.text"
msgid "scooter"
-msgstr ""
+msgstr "monopatín"
#. 🛵 (U+1F6F5), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12551,7 +12551,7 @@ msgctxt ""
"MOTOR_SCOOTER\n"
"LngText.text"
msgid "scooter2"
-msgstr ""
+msgstr "monopatín2"
#. 🛑 (U+1F6D1), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12560,7 +12560,7 @@ msgctxt ""
"OCTAGONAL_SIGN\n"
"LngText.text"
msgid "stop"
-msgstr ""
+msgstr "detener"
#. 🛶 (U+1F6F6), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12569,7 +12569,7 @@ msgctxt ""
"CANOE\n"
"LngText.text"
msgid "canoe"
-msgstr ""
+msgstr "canoa"
#. 🥇 (U+1F947), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12578,7 +12578,7 @@ msgctxt ""
"1ST_PLACE_MEDAL\n"
"LngText.text"
msgid "gold"
-msgstr ""
+msgstr "oro"
#. 🥈 (U+1F948), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12587,7 +12587,7 @@ msgctxt ""
"2ND_PLACE_MEDAL\n"
"LngText.text"
msgid "silver"
-msgstr ""
+msgstr "plata"
#. 🥉 (U+1F949), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12596,7 +12596,7 @@ msgctxt ""
"3RD_PLACE_MEDAL\n"
"LngText.text"
msgid "bronze"
-msgstr ""
+msgstr "bronce"
#. 🥊 (U+1F94A), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12632,7 +12632,7 @@ msgctxt ""
"DRUM_WITH_DRUMSTICKS\n"
"LngText.text"
msgid "drum2"
-msgstr ""
+msgstr "tambor2"
#. 🛒 (U+1F6D2), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12641,7 +12641,7 @@ msgctxt ""
"SHOPPING_TROLLEY\n"
"LngText.text"
msgid "cart"
-msgstr ""
+msgstr "carretilla"
#. 🤩 (U+1F929), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12650,7 +12650,7 @@ msgctxt ""
"GRINNING_FACE_WITH_STAR_EYES\n"
"LngText.text"
msgid "excited"
-msgstr ""
+msgstr "emocionado"
#. 🤨 (U+1F928), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12659,7 +12659,7 @@ msgctxt ""
"FACE_WITH_ONE_EYEBROW_RAISED\n"
"LngText.text"
msgid "eyebrow"
-msgstr ""
+msgstr "ceja"
#. 🤯 (U+1F92F), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12668,7 +12668,7 @@ msgctxt ""
"SHOCKED_FACE_WITH_EXPLODING_HEAD\n"
"LngText.text"
msgid "shocked"
-msgstr ""
+msgstr "conmocionado"
#. 🤪 (U+1F92A), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12677,7 +12677,7 @@ msgctxt ""
"GRINNING_FACE_WITH_ONE_LARGE_AND_ONE_SMALL_EYE\n"
"LngText.text"
msgid "zany"
-msgstr ""
+msgstr "chiflado"
#. 🤬 (U+1F92C), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12686,7 +12686,7 @@ msgctxt ""
"SERIOUS_FACE_WITH_SYMBOLS_COVERING_MOUTH\n"
"LngText.text"
msgid "cursing"
-msgstr ""
+msgstr "palabrota"
#. 🤮 (U+1F92E), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12704,7 +12704,7 @@ msgctxt ""
"FACE_WITH_FINGER_COVERING_CLOSED_LIPS\n"
"LngText.text"
msgid "hush"
-msgstr ""
+msgstr "silencio"
#. 🤭 (U+1F92D), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12731,7 +12731,7 @@ msgctxt ""
"CHILD\n"
"LngText.text"
msgid "child"
-msgstr ""
+msgstr "niño"
#. 🧑 (U+1F9D1), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12740,7 +12740,7 @@ msgctxt ""
"ADULT\n"
"LngText.text"
msgid "adult"
-msgstr ""
+msgstr "adulto"
#. 🧓 (U+1F9D3), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12749,7 +12749,7 @@ msgctxt ""
"OLDER_ADULT\n"
"LngText.text"
msgid "old"
-msgstr ""
+msgstr "viejo"
#. 🧕 (U+1F9D5), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12794,7 +12794,7 @@ msgctxt ""
"FAIRY\n"
"LngText.text"
msgid "fairy"
-msgstr ""
+msgstr "hada"
#. 🧛 (U+1F9DB), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12803,7 +12803,7 @@ msgctxt ""
"VAMPIRE\n"
"LngText.text"
msgid "vampire"
-msgstr ""
+msgstr "vampiro"
#. 🧜 (U+1F9DC), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12857,7 +12857,7 @@ msgctxt ""
"PERSON_CLIMBING\n"
"LngText.text"
msgid "climber"
-msgstr ""
+msgstr "alpinista"
#. 🧘 (U+1F9D8), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12866,7 +12866,7 @@ msgctxt ""
"PERSON_IN_LOTUS_POSITION\n"
"LngText.text"
msgid "yoga"
-msgstr ""
+msgstr "yoga"
#. 🤟 (U+1F91F), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12875,7 +12875,7 @@ msgctxt ""
"I_LOVE_YOU_HAND_SIGN\n"
"LngText.text"
msgid "love2"
-msgstr ""
+msgstr "amor2"
#. 🤲 (U+1F932), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12884,7 +12884,7 @@ msgctxt ""
"PALMS_UP_TOGETHER\n"
"LngText.text"
msgid "palm2"
-msgstr ""
+msgstr "palmera2"
#. 🧠 (U+1F9E0), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12947,7 +12947,7 @@ msgctxt ""
"BILLED_CAP\n"
"LngText.text"
msgid "cap"
-msgstr ""
+msgstr "gorra"
#. 🦓 (U+1F993), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -12974,7 +12974,7 @@ msgctxt ""
"HEDGEHOG\n"
"LngText.text"
msgid "hedgehog"
-msgstr ""
+msgstr "erizo"
#. 🦕 (U+1F995), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -13010,7 +13010,7 @@ msgctxt ""
"COCONUT\n"
"LngText.text"
msgid "coconut"
-msgstr ""
+msgstr "coco"
#. 🥦 (U+1F966), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -13064,7 +13064,7 @@ msgctxt ""
"CANNED_FOOD\n"
"LngText.text"
msgid "can"
-msgstr ""
+msgstr "lata"
#. 🥟 (U+1F95F), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -13082,7 +13082,7 @@ msgctxt ""
"FORTUNE_COOKIE\n"
"LngText.text"
msgid "cookie2"
-msgstr ""
+msgstr "galleta2"
#. 🥡 (U+1F961), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
diff --git a/source/es/extras/source/gallery/share.po b/source/es/extras/source/gallery/share.po
index 3bce86f0447..c7961ce959a 100644
--- a/source/es/extras/source/gallery/share.po
+++ b/source/es/extras/source/gallery/share.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: 2018-02-27 13:56+0100\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2018-03-01 05:15+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/filter/messages.po b/source/es/filter/messages.po
index e5d3618b3dd..d72d54c0f8d 100644
--- a/source/es/filter/messages.po
+++ b/source/es/filter/messages.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: 2018-10-21 20:57+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2018-09-06 04:12+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -535,7 +535,12 @@ msgctxt "pdfgeneralpage|onlynotes"
msgid "Export onl_y notes pages"
msgstr "Exportar solo las páginas de _notas"
-#: filter/uiconfig/ui/pdfgeneralpage.ui:727
+#: filter/uiconfig/ui/pdfgeneralpage.ui:721
+msgctxt "pdfgeneralpage|singlepagesheets"
+msgid "Full-Sheet Previews"
+msgstr ""
+
+#: filter/uiconfig/ui/pdfgeneralpage.ui:742
msgctxt "pdfgeneralpage|label4"
msgid "General"
msgstr "General"
diff --git a/source/es/filter/source/config/fragments/filters.po b/source/es/filter/source/config/fragments/filters.po
index 01d8e0ea56a..349f3366fd8 100644
--- a/source/es/filter/source/config/fragments/filters.po
+++ b/source/es/filter/source/config/fragments/filters.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: 2018-07-02 00:14+0200\n"
+"POT-Creation-Date: 2020-03-18 17:32+0100\n"
"PO-Revision-Date: 2019-01-27 05:01+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1366,6 +1366,15 @@ msgctxt ""
msgid "PNG - Portable Network Graphic"
msgstr "PNG - Gráfico de red portátil"
+#: calc_svg_Export.xcu
+msgctxt ""
+"calc_svg_Export.xcu\n"
+"calc_svg_Export\n"
+"UIName\n"
+"value.text"
+msgid "SVG - Scalable Vector Graphics"
+msgstr "SVG - Gráficos vectoriales escalables"
+
#: chart8.xcu
msgctxt ""
"chart8.xcu\n"
@@ -1888,6 +1897,15 @@ msgctxt ""
msgid "PNG - Portable Network Graphic"
msgstr "PNG - Gráfico de red portátil"
+#: writer_svg_Export.xcu
+msgctxt ""
+"writer_svg_Export.xcu\n"
+"writer_svg_Export\n"
+"UIName\n"
+"value.text"
+msgid "SVG - Scalable Vector Graphics"
+msgstr "SVG - Gráficos vectoriales escalables"
+
#: writer_web_HTML_help.xcu
msgctxt ""
"writer_web_HTML_help.xcu\n"
diff --git a/source/es/filter/source/config/fragments/internalgraphicfilters.po b/source/es/filter/source/config/fragments/internalgraphicfilters.po
index 51b1815f5c2..97c5fe22722 100644
--- a/source/es/filter/source/config/fragments/internalgraphicfilters.po
+++ b/source/es/filter/source/config/fragments/internalgraphicfilters.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: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2018-09-19 11:41+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/filter/source/config/fragments/types.po b/source/es/filter/source/config/fragments/types.po
index 5abf50c4846..dcb4b67adcc 100644
--- a/source/es/filter/source/config/fragments/types.po
+++ b/source/es/filter/source/config/fragments/types.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: 2018-06-04 15:43+0200\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2019-01-27 05:01+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/forms/messages.po b/source/es/forms/messages.po
index 61ad5ce84a7..e5cc69a8616 100644
--- a/source/es/forms/messages.po
+++ b/source/es/forms/messages.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: 2018-02-27 13:56+0100\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2018-08-25 11:20+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/formula/messages.po b/source/es/formula/messages.po
index 03b7203894a..12c2809a99e 100644
--- a/source/es/formula/messages.po
+++ b/source/es/formula/messages.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: 2018-11-05 17:38+0100\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2018-12-17 20:25+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/fpicker/messages.po b/source/es/fpicker/messages.po
index b5878204869..a4fcf68fe3f 100644
--- a/source/es/fpicker/messages.po
+++ b/source/es/fpicker/messages.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: 2018-11-05 17:38+0100\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2018-06-06 08:25+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/framework/messages.po b/source/es/framework/messages.po
index 464dc9ec7c6..393eb95c4cd 100644
--- a/source/es/framework/messages.po
+++ b/source/es/framework/messages.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: 2018-02-27 13:56+0100\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2018-11-16 19:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/helpcontent2/source/auxiliary.po b/source/es/helpcontent2/source/auxiliary.po
index 89af75d572e..ae9cd7f23f3 100644
--- a/source/es/helpcontent2/source/auxiliary.po
+++ b/source/es/helpcontent2/source/auxiliary.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: 2018-07-19 13:30+0200\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2019-01-28 01:52+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/helpcontent2/source/text/sbasic/guide.po b/source/es/helpcontent2/source/text/sbasic/guide.po
index af4dbba90e6..0bd2b35edd3 100644
--- a/source/es/helpcontent2/source/text/sbasic/guide.po
+++ b/source/es/helpcontent2/source/text/sbasic/guide.po
@@ -3,13 +3,13 @@ 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: 2018-04-25 13:24+0200\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2018-07-25 01:23+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
diff --git a/source/es/helpcontent2/source/text/sbasic/shared.po b/source/es/helpcontent2/source/text/sbasic/shared.po
index c29b8b24d0d..f7a564759a9 100644
--- a/source/es/helpcontent2/source/text/sbasic/shared.po
+++ b/source/es/helpcontent2/source/text/sbasic/shared.po
@@ -3,13 +3,13 @@ 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: 2018-11-16 22:41+0100\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2018-12-18 18:58+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
diff --git a/source/es/helpcontent2/source/text/sbasic/shared/01.po b/source/es/helpcontent2/source/text/sbasic/shared/01.po
index 1b5e5c9c859..b4036da9183 100644
--- a/source/es/helpcontent2/source/text/sbasic/shared/01.po
+++ b/source/es/helpcontent2/source/text/sbasic/shared/01.po
@@ -3,13 +3,13 @@ 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: 2018-11-14 12:22+0100\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2018-11-16 05:32+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
diff --git a/source/es/helpcontent2/source/text/sbasic/shared/02.po b/source/es/helpcontent2/source/text/sbasic/shared/02.po
index 1d7fd999d02..a1c7ceaadbc 100644
--- a/source/es/helpcontent2/source/text/sbasic/shared/02.po
+++ b/source/es/helpcontent2/source/text/sbasic/shared/02.po
@@ -3,13 +3,13 @@ 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: 2017-05-12 14:35+0200\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2018-08-16 04:32+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
diff --git a/source/es/helpcontent2/source/text/sbasic/shared/03.po b/source/es/helpcontent2/source/text/sbasic/shared/03.po
index e391c48c09b..a075ae6726d 100644
--- a/source/es/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/es/helpcontent2/source/text/sbasic/shared/03.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: 2018-07-12 15:02+0200\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2018-07-13 11:46+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/helpcontent2/source/text/scalc.po b/source/es/helpcontent2/source/text/scalc.po
index b1bbd2fab70..69929ba2dc2 100644
--- a/source/es/helpcontent2/source/text/scalc.po
+++ b/source/es/helpcontent2/source/text/scalc.po
@@ -3,13 +3,13 @@ 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: 2018-10-21 20:58+0200\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2019-01-29 13:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
diff --git a/source/es/helpcontent2/source/text/scalc/00.po b/source/es/helpcontent2/source/text/scalc/00.po
index 42a3fd6b23f..e7ae1b347f7 100644
--- a/source/es/helpcontent2/source/text/scalc/00.po
+++ b/source/es/helpcontent2/source/text/scalc/00.po
@@ -3,13 +3,13 @@ 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: 2019-01-07 11:14+0100\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2019-02-19 13:57+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
@@ -1270,7 +1270,7 @@ msgctxt ""
"par_id3154574\n"
"help.text"
msgid "<variable id=\"dntezd\">Choose <emph>Data - Subtotals - 1st, 2nd, 3rd Group</emph> tabs.</variable>"
-msgstr ""
+msgstr "<variable id=\"dntezd\">Vaya a <emph>Datos ▸ Subtotales ▸</emph> pestañas <emph>1.ᵉʳ, 2.º o 3.ᵉʳ grupo</emph>.</variable>"
#: 00000412.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/scalc/01.po b/source/es/helpcontent2/source/text/scalc/01.po
index 0b5fc064590..2f311529e46 100644
--- a/source/es/helpcontent2/source/text/scalc/01.po
+++ b/source/es/helpcontent2/source/text/scalc/01.po
@@ -3,13 +3,13 @@ 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: 2019-01-07 11:14+0100\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2019-06-25 07:54+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
@@ -3526,7 +3526,7 @@ msgctxt ""
"par_id3155959\n"
"help.text"
msgid "The <emph>Array</emph> option is identical to the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>+Shift+Enter</emph> command, which is used to enter and confirm formulas in the sheet. The formula is inserted as a matrix formula indicated by two braces: <emph>{ }</emph>."
-msgstr ""
+msgstr "La opción <emph>Matriz</emph> urte el mismo efecto que oprimir <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>⌘⇧⏎</emph></caseinline><defaultinline><emph>Ctrl + Mayús + Intro</emph></defaultinline></switchinline><emph></emph>; la opción se utiliza para introducir y confirmar fórmulas en la hoja. Estas fórmulas se insertan como matriciales, lo cual se indica mediante llaves: <emph>{ }</emph>."
#: 04060000.xhp
msgctxt ""
@@ -3550,7 +3550,7 @@ msgctxt ""
"par_id3145587\n"
"help.text"
msgid "When you double-click a function, the argument input field(s) appear on the right side of the dialog. To select a cell reference as an argument, click directly into the cell, or drag across the required range on the sheet while holding down the mouse button. You can also enter numerical and other values or references directly into the corresponding fields in the dialog. When using <link href=\"text/scalc/01/04060102.xhp\" name=\"date entries\"><emph>date entries</emph></link>, make sure you use the correct format. Click <emph>OK</emph> to insert the result into the spreadsheet."
-msgstr ""
+msgstr "Al pulsar dos veces en una función, el campo o los campos de entrada de argumento aparecen a la derecha del diálogo. Para seleccionar una referencia de celda como argumento, pulse directamente en la celda o arrastre en la pertinente área de la hoja manteniendo pulsado el botón del ratón. También puede escribir valores numéricos o de otro tipo o referencias directamente en los campos correspondientes del cuadro de diálogo. Si utiliza <link href=\"text/scalc/01/04060102.xhp\" name=\"entradas de fecha\"><emph>entradas de fecha</emph></link>, hágalo en el formato correcto. Pulse en <emph>Aceptar</emph> para insertar el resultado en la hoja de cálculo."
#: 04060000.xhp
msgctxt ""
@@ -3566,7 +3566,7 @@ msgctxt ""
"par_id3155809\n"
"help.text"
msgid "As soon you enter arguments in the function, the result is calculated. This preview informs you if the calculation can be carried out with the arguments given. If the arguments result in an error, the corresponding <link href=\"text/scalc/05/02140000.xhp\" name=\"error code\"><emph>error code</emph></link> is displayed."
-msgstr ""
+msgstr "En cuanto se introducen argumentos en la función, se efectúa la operación de cálculo. La previsualización informa de si el cálculo de la función puede realizarse con los argumentos introducidos. Si los argumentos introducidos provocan un error, se muestra el <link href=\"text/scalc/05/02140000.xhp\" name=\"código de error\"><emph>código de error</emph></link> correspondiente."
#: 04060000.xhp
msgctxt ""
@@ -13910,7 +13910,7 @@ msgctxt ""
"bm_id3147273\n"
"help.text"
msgid "<bookmark_value>matrices; functions</bookmark_value><bookmark_value>Function Wizard; arrays</bookmark_value><bookmark_value>array formulas</bookmark_value><bookmark_value>inline array constants</bookmark_value><bookmark_value>formulas; arrays</bookmark_value><bookmark_value>functions; array functions</bookmark_value><bookmark_value>editing; array formulas</bookmark_value><bookmark_value>copying; array formulas</bookmark_value><bookmark_value>adjusting array ranges</bookmark_value><bookmark_value>calculating; conditional calculations</bookmark_value><bookmark_value>matrices; calculations</bookmark_value><bookmark_value>conditional calculations with arrays</bookmark_value><bookmark_value>implicit array handling</bookmark_value><bookmark_value>forced array handling</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>matrices; funciones</bookmark_value><bookmark_value>Asistente de funciones; matrices</bookmark_value><bookmark_value>fórmulas matriciales</bookmark_value><bookmark_value>constantes matriciales insertadas</bookmark_value><bookmark_value>fórmulas;matrices</bookmark_value><bookmark_value>funciones;funciones matriciales</bookmark_value><bookmark_value>editar; fórmulas matriciales</bookmark_value><bookmark_value>copiar; fórmulas matriciales</bookmark_value><bookmark_value>ajustar intervalos matriciales</bookmark_value><bookmark_value>calcular;cálculos condicionales</bookmark_value><bookmark_value>matrices; cálculos</bookmark_value><bookmark_value>cálculos condicionales con matrices</bookmark_value><bookmark_value>manejo de matrices implícitas</bookmark_value><bookmark_value>manejo de matrices forzadas</bookmark_value>"
#: 04060107.xhp
msgctxt ""
@@ -14102,7 +14102,7 @@ msgctxt ""
"par_id3158432\n"
"help.text"
msgid "To multiply the values in the individual cells by 10 in the above array, you do not need to apply a formula to each individual cell or value. Instead you just need to use a single array formula. Select a range of 3 x 3 cells on another part of the spreadsheet, enter the formula <item type=\"input\">=10*A1:C3</item> and confirm this entry using the key combination <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph> + Shift + Enter</emph>. The result is a 3 x 3 array in which the individual values in the cell range (A1:C3) are multiplied by a factor of 10."
-msgstr ""
+msgstr "Para multiplicar por 10 los valores de las celdas individuales de la matriz de arriba, no necesita aplicar una fórmula por cada celda o valor individual. En su lugar, utilice una fórmula matricial. Seleccione un rango de 3 × 3 celdas en otra parte de la hoja de cálculo, escriba la fórmula <item type=\"input\">=10*A1:C3</item> y confirme esta entrada con la combinación de teclas <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph> + Mayús + Intro</emph>. El resultado es una matriz de 3 × 3 en el cual cada valor individual en el intervalo de celdas (A1:C3) se multiplicó por un factor de 10."
#: 04060107.xhp
msgctxt ""
@@ -14182,7 +14182,7 @@ msgctxt ""
"par_id3153392\n"
"help.text"
msgid "If you enter the array formula directly into the cell, you must use the key combination <emph>Shift + </emph><switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph> + Enter</emph> instead of the <emph>Enter</emph> key. Only then does the formula become an array formula."
-msgstr ""
+msgstr "Si introduce la formula matricial directamente en la celda, debe usar la combinación de teclas<emph>Mayus + </emph><switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph> + Intro</emph> en lugar de solo la tecla <emph>Intro</emph>. Sólo entonces la fórmula se convierte en una fórmula matricial."
#: 04060107.xhp
msgctxt ""
@@ -14270,7 +14270,7 @@ msgctxt ""
"par_id6757103\n"
"help.text"
msgid "To enter this array constant, you select three cells in a row, then you type the formula <item type=\"input\">={1;2;3}</item> using the curly braces and the semicolons, then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph> + Shift + Enter</emph>."
-msgstr ""
+msgstr "Para introducir esta matriz de constantes, seleccione tres celdas en una fila, entonces escriba la formula <item type=\"input\">={1;2;3}</item> usando las llaves y los puntos y comas, enronces presione <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph> + Mayus + Intro</emph>."
#: 04060107.xhp
msgctxt ""
@@ -14334,7 +14334,7 @@ msgctxt ""
"par_id3149241\n"
"help.text"
msgid "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph> + /</emph>, where <emph>/</emph> is the <emph>Division</emph> key on the numeric keypad."
-msgstr ""
+msgstr "Seleccione el rango de celdas o la matriz que contenga la formula matricial. Para seleccionar la matriz completa, posicione el cursor de celda dentro del rango de la matriz, entonces presiones <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph> + /</emph>, donde <emph>/</emph> es la tecla <emph>División</emph> en el teclado numérico."
#: 04060107.xhp
msgctxt ""
@@ -14342,7 +14342,7 @@ msgctxt ""
"par_id3143274\n"
"help.text"
msgid "Either press <emph>F2</emph> or position the cursor in the input line. Both of these actions let you edit the formula."
-msgstr ""
+msgstr "Oprima <emph>F2</emph> o coloque el cursor en la línea de entrada. Ambas acciones permiten editar la fórmula."
#: 04060107.xhp
msgctxt ""
@@ -14350,7 +14350,7 @@ msgctxt ""
"par_id3154798\n"
"help.text"
msgid "After you have made changes, press <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph> + Shift + Enter</emph>."
-msgstr ""
+msgstr "Después de haber hecho los cambios, presione <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph> + Mayus + Intro</emph>."
#: 04060107.xhp
msgctxt ""
@@ -14382,7 +14382,7 @@ msgctxt ""
"par_id3154619\n"
"help.text"
msgid "Either press <emph>F2</emph> or position the cursor in the input line."
-msgstr ""
+msgstr "Oprima <emph>F2</emph> o coloque el cursor en la línea de entrada."
#: 04060107.xhp
msgctxt ""
@@ -14390,7 +14390,7 @@ msgctxt ""
"par_id3150994\n"
"help.text"
msgid "Copy the formula into the input line by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph> + C</emph>."
-msgstr ""
+msgstr "Copiar la fórmula en la línea de entrada pulsando<switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph> + C</emph>."
#: 04060107.xhp
msgctxt ""
@@ -14398,7 +14398,7 @@ msgctxt ""
"par_id3146787\n"
"help.text"
msgid "Select a range of cells where you want to insert the array formula and either press <emph>F2</emph> or position the cursor in the input line."
-msgstr ""
+msgstr "Seleccione el intervalo de celdas donde desea insertar la fórmula matricial y oprima <emph>F2</emph> o sitúe el cursor en la línea de entrada."
#: 04060107.xhp
msgctxt ""
@@ -14406,7 +14406,7 @@ msgctxt ""
"par_id3154419\n"
"help.text"
msgid "Paste the formula by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph> + V</emph> in the selected space and confirm it by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph> + Shift + Enter</emph>. The selected range now contains the array formula."
-msgstr ""
+msgstr "Pegue la formula presionando <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph> + V</emph> en el espacio seleccionado y confirme presionando <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph> + Mayus + Intro</emph>. El rango seleccionado ahora contiene una formula matricial."
#: 04060107.xhp
msgctxt ""
@@ -14454,7 +14454,7 @@ msgctxt ""
"par_id3146080\n"
"help.text"
msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline> key, you can create a copy of the array formula in the given range."
-msgstr ""
+msgstr "Manteniendo pulsada la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>, puede crear una copia de la formula matricial en el rango dado."
#: 04060107.xhp
msgctxt ""
@@ -14854,7 +14854,7 @@ msgctxt ""
"par_id3150403\n"
"help.text"
msgid "You can also enter the <item type=\"input\">=MUNIT(5)</item> formula in the last cell of the selected range (E5), and press <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Shift + Command + Enter</item></caseinline><defaultinline><item type=\"keycode\">Shift + Ctrl + Enter</item></defaultinline></switchinline>."
-msgstr ""
+msgstr "También puede introducir la formula <item type=\"input\">=MUNIT(5)</item> en la ultima celda del rango seleccionado(E5), y presionar <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Shift + Command + Intro</item></caseinline><defaultinline><item type=\"keycode\">Shift + Ctrl + Intro</item></defaultinline></switchinline>."
#: 04060107.xhp
msgctxt ""
@@ -14886,7 +14886,7 @@ msgctxt ""
"par_id3145777\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_HAEUFIGKEIT\">Indicates the frequency distribution in a one-column-array.</ahelp> The function counts the number of values in the <emph>Data</emph> array that are within the values given by the <emph>Classes</emph> array."
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_HAEUFIGKEIT\">Indica la distribución de frecuencias en una matriz de una columna.</ahelp> La función cuenta la cantidad de valores de la matriz <emph>Datos</emph> que se encuentran entre los valores dados por la matriz <emph>Clases</emph>."
#: 04060107.xhp
msgctxt ""
@@ -15438,7 +15438,7 @@ msgctxt ""
"par_id3159366\n"
"help.text"
msgid "In the spreadsheet, select the range in which the transposed array can appear. If the original array has n rows and m columns, your selected range must have at least m rows and n columns. Then enter the formula directly, select the original array and press <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Shift + Command + Enter</emph></caseinline><defaultinline><emph>Shift + Ctrl + Enter</emph></defaultinline></switchinline>. Or, if you are using the <emph>Function Wizard</emph>, mark the <emph>Array</emph> check box. The transposed array appears in the selected target range and is protected automatically against changes."
-msgstr ""
+msgstr "Seleccione el área de la hoja de calculo en la que debe aparecer la matriz transpuesta. Si la matriz original tiene n filas y m columnas, el área seleccionada deberá tener como mínimo m filas y n columnas. Escriba la fórmula directamente, seleccione la matriz original y pulse <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Shift+Command+Intro</emph></caseinline><defaultinline><emph>Shift+Control+Intro</emph></defaultinline></switchinline>. O, si utiliza el <emph>Asistente para funciones</emph>, marque la casilla de verificación <emph>Matriz</emph>. La matriz transpuesta aparece en el área de destino seleccionada y queda automáticamente protegida contra cambios."
#: 04060107.xhp
msgctxt ""
@@ -15462,7 +15462,7 @@ msgctxt ""
"par_id3178518\n"
"help.text"
msgid "Then <emph>make sure to enter it as matrix formula with </emph><switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Shift + Command + Enter</emph></caseinline><defaultinline><emph>Shift + Ctrl + Enter</emph></defaultinline></switchinline>. The result will be as follows:"
-msgstr ""
+msgstr "Entonces <emph>asegúrese de introducirla como fórmula matricial presionado</emph><switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Shift + Command + Intro</emph></caseinline><defaultinline><emph>Shift + Ctrl + Intro</emph></defaultinline></switchinline>. El resultado será el siguiente:"
#: 04060107.xhp
msgctxt ""
@@ -15542,7 +15542,7 @@ msgctxt ""
"par_id0811200804502261\n"
"help.text"
msgid "LINEST returns a table (array) of statistics as below and must be entered as an array formula (for example by using <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph> + Shift + Return</emph> rather than just <emph>Return</emph>)."
-msgstr ""
+msgstr "ESTIMACION.LINEAL devuelve una tabla (matriz) de estadísticas como la siguiente y debe introducirse como una fórmula matricial (por ejemplo, usando <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>+ Shift + Intro</emph> en ves de solo <emph>Intro</emph>)"
#: 04060107.xhp
msgctxt ""
@@ -16062,7 +16062,7 @@ msgctxt ""
"par_id3158106\n"
"help.text"
msgid "The formula in the <emph>Formula</emph> bar corresponds to each cell of the LINEST array <item type=\"input\">{=LINEST(C2:C8;A2:B8;1;1)}</item>."
-msgstr ""
+msgstr "La fórmula en la barra de<emph>Fórmulas</emph> corresponde a cada celda de la matriz de ESTIMACIÓN.LINEAL <item type=\"input\">{=ESTIMACIÓN.LINEAL(C2:C8;A2:B8;1;1)}</item>"
#: 04060107.xhp
msgctxt ""
@@ -16078,7 +16078,7 @@ msgctxt ""
"bm_id3158146\n"
"help.text"
msgid "<bookmark_value>slopes, see also regression lines</bookmark_value><bookmark_value>regression lines; LINEST function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>pendientes, véase también líneas de regresión</bookmark_value><bookmark_value>líneas de regresión;función ESTIMACION.LINEAL</bookmark_value>"
#: 04060107.xhp
msgctxt ""
@@ -16102,7 +16102,7 @@ msgctxt ""
"bm_id3158204\n"
"help.text"
msgid "<bookmark_value>standard errors; array functions</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>errores estándares; funciones matriciales</bookmark_value>"
#: 04060107.xhp
msgctxt ""
@@ -16254,7 +16254,7 @@ msgctxt ""
"bm_id3163286\n"
"help.text"
msgid "<bookmark_value>SUMPRODUCT function</bookmark_value><bookmark_value>scalar products</bookmark_value><bookmark_value>dot products</bookmark_value><bookmark_value>inner products</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>SUMA.PRODUCTO</bookmark_value><bookmark_value>productos escalares</bookmark_value><bookmark_value>productos de punto</bookmark_value><bookmark_value>productos internos</bookmark_value>"
#: 04060107.xhp
msgctxt ""
@@ -16278,7 +16278,7 @@ msgctxt ""
"par_id3163347\n"
"help.text"
msgid "SUMPRODUCT(Array1; Array2; ...; Array30)"
-msgstr ""
+msgstr "SUMA.PRODUCTO(Matriz1; Matriz2; ...; Matriz30)"
#: 04060107.xhp
msgctxt ""
@@ -16286,7 +16286,7 @@ msgctxt ""
"par_id3163362\n"
"help.text"
msgid "<emph>Array1, Array2; ...; Array30</emph> represent arrays whose corresponding elements are to be multiplied."
-msgstr ""
+msgstr "<emph>Matriz1, Matriz2; ...; Matriz30</emph> representan matrices cuyos elementos correspondientes se multiplicarán."
#: 04060107.xhp
msgctxt ""
@@ -16686,7 +16686,7 @@ msgctxt ""
"par_id3166196\n"
"help.text"
msgid "<emph>LinearType</emph> (optional). If LinearType = 0, then lines will be calculated through the zero point. Otherwise, offset lines will also be calculated. The default is LinearType <> 0."
-msgstr ""
+msgstr "<emph>TipoLinear</emph>(Optional). Si TipoLinear= 0, las lineas serán calculadas a través del punto cero. De lo contrario, se calcularán también las lineas alternas. El valor predeterminado es TipoLinear <> 0."
#: 04060107.xhp
msgctxt ""
@@ -16694,7 +16694,7 @@ msgctxt ""
"par_id3166245\n"
"help.text"
msgid "Select a spreadsheet range in which the trend data will appear. Select the function. Enter the output data or select it with the mouse. Mark the <emph>Array</emph> field, click <emph>OK</emph>. The trend data calculated from the output data is displayed."
-msgstr ""
+msgstr "Seleccione un intervalo de la hoja de cálculo donde mostrar los datos de tendencia. Seleccione la función. Escriba los datos de salida o selecciónelos con el ratón. Seleccione el campo <emph>Matriz</emph> y pulse en <emph>Aceptar</emph>. Se muestran los datos de tendencia calculados a partir de los datos de salida."
#: 04060107.xhp
msgctxt ""
@@ -16702,7 +16702,7 @@ msgctxt ""
"bm_id3166317\n"
"help.text"
msgid "<bookmark_value>GROWTH function</bookmark_value><bookmark_value>exponential trends in arrays</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función CRECIMIENTO</bookmark_value><bookmark_value>tendencia exponencial en matrices</bookmark_value>"
#: 04060107.xhp
msgctxt ""
@@ -16758,7 +16758,7 @@ msgctxt ""
"par_id3173817\n"
"help.text"
msgid "<emph>FunctionType</emph> (optional). If FunctionType = 0, functions in the form y = m^x will be calculated. Otherwise, y = b*m^x functions will be calculated."
-msgstr ""
+msgstr "<emph>TipoDeFunción</emph> (opcional). Si TipoDeFunción = 0, se calcularán las funciones de la forma y = m^x . De lo contrario, se calcularán las funciones y = b*m^x."
#: 04060107.xhp
msgctxt ""
@@ -16766,7 +16766,7 @@ msgctxt ""
"par_id3173852\n"
"help.text"
msgid "This function returns an array and is handled in the same way as the other array functions. Select a range where you want the answers to appear and select the function. Select <emph>DataY</emph>. Enter any other parameters, mark <emph>Array</emph> and click <emph>OK</emph>."
-msgstr ""
+msgstr "Esta función devuelve una matriz y se manipula de la misma manera que otras funciones matriciales. Seleccione un intervalo donde quiera que aparezca la respuesta y seleccione la función. Seleccione <emph>DatosY</emph>. Introduzca cualquier otro parámetro, active <emph>Matriz</emph> y pulse en <emph>Aceptar</emph>."
#: 04060108.xhp
msgctxt ""
@@ -17254,7 +17254,7 @@ msgctxt ""
"par_id3159260\n"
"help.text"
msgid "If the formula above is in cell B2 of current sheet, and the cell A1 in sheet 2 contains the value <item type=\"input\">-6</item>, you can refer indirectly to the referenced cell using a function in B2 by entering <item type=\"input\">=ABS(INDIRECT(B2))</item>. The result is the absolute value of the cell reference specified in B2, which in this case is 6."
-msgstr ""
+msgstr "Si la fórmula anterior está en la celda B2 de la hoja actual, y la celda A1 de la hoja 2 contiene el valor <item type=\"input\">-6</item>, puede hacer referencia indirectamente a la celda de referencia utilizando una función en B2 introduciendo <item type=\"input\">=ABS(INDIRECTO(B2))</item>. El resultado es el valor absoluto de la referencia de celda especificada en B2, que en este caso es 6."
#: 04060109.xhp
msgctxt ""
@@ -19094,7 +19094,7 @@ msgctxt ""
"par_id9912411\n"
"help.text"
msgid "See <link href=\"https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\" name=\"wiki.documentfoundation.org Calc/Features/JIS and ASC functions\">https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table."
-msgstr ""
+msgstr "Vea <link href=\"https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\" name=\"wiki.documentfoundation.org Calc/Features/JIS and ASC functions\">https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> para una tabla de conversión."
#: 04060110.xhp
msgctxt ""
@@ -19846,7 +19846,7 @@ msgctxt ""
"par_id1551561\n"
"help.text"
msgid "See <link href=\"https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\" name=\"wiki.documentfoundation.org Calc/Features/JIS and ASC functions\">https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table."
-msgstr ""
+msgstr "Vea <link href=\"https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\" name=\"wiki.documentfoundation.org Calc/Features/JIS and ASC functions\">https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> para una tabla de conversión."
#: 04060110.xhp
msgctxt ""
@@ -21110,7 +21110,7 @@ msgctxt ""
"par_id3145364\n"
"help.text"
msgid "See also <link href=\"text/shared/01/05020301.xhp\" name=\"Number format codes\">Number format codes</link>: custom format codes defined by the user."
-msgstr ""
+msgstr "Vea también <link href=\"text/shared/01/05020301.xhp\" name=\"Number format codes\">Códigos de formato numéricos</link>: Códigos de formato personalizados definidos por el usuario."
#: 04060110.xhp
msgctxt ""
@@ -21398,7 +21398,7 @@ msgctxt ""
"par_id3146120\n"
"help.text"
msgid "You will also find a <link href=\"text/scalc/01/04060112.xhp\">description of the $[officename] Calc add-in interface</link> in the Help. In addition, important functions and their parameters are described in the Help for the <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library</caseinline><defaultinline>$[officename] Calc add-in DLL</defaultinline></switchinline>."
-msgstr ""
+msgstr "En la ayuda encontrará también una <link href=\"text/scalc/01/04060112.xhp\">descripción de la interfaz de complementos de $[officename] Calc</link>. Asimismo, se brinda también una descripción de las funciones importantes y sus parámetros para la <switchinline select=\"sys\"><caseinline select=\"UNIX\">biblioteca compartida</caseinline><defaultinline>DLL de complementos de [officename] Calc</defaultinline></switchinline>."
#: 04060111.xhp
msgctxt ""
@@ -43358,7 +43358,7 @@ msgctxt ""
"par_id3155909\n"
"help.text"
msgid "<ahelp hid=\".\">The <emph>Conditional Formats</emph> list displays the active conditional formatting rules set in the current spreadsheet.</ahelp> Only the first rule for each cell range is listed, even if there are multiple rules defined for a given range."
-msgstr ""
+msgstr "<ahelp hid=\".\">La lista <emph>Formatos condicionales</emph> enumera las reglas de formato condicional activas que se han definido en el libro actual.</ahelp> Solo se muestra la primera regla de cada intervalo de celdas, incluso si se han definido varias reglas en un intervalo determinado."
#: 05120000.xhp
msgctxt ""
@@ -44350,7 +44350,7 @@ msgctxt ""
"par_id3145172\n"
"help.text"
msgid "<variable id=\"dokumenttext\"><ahelp hid=\".uno:ToolProtectionDocument\">Protects the sheet structure of your document from modifications. It is impossible to insert, delete, rename, move or copy sheets.</ahelp></variable> Open the <emph>Protect spreadsheet structure</emph> dialog with <emph>Tools - Protect Spreadsheet Structure</emph>. Optionally enter a password and click OK."
-msgstr ""
+msgstr "<variable id=\"dokumenttext\"><ahelp hid=\".uno:ToolProtectionDocument\">Protege la estructura de hojas del documento contra modificaciones. Imposibilita insertar, eliminar, cambiar el nombre, desplazar o copiar las hojas.</ahelp></variable> Abra el cuadro de diálogo <emph>Proteger estructura de libro</emph> yendo a <emph>Herramientas ▸ Proteger estructura de libro</emph>. Escriba una contraseña opcional y pulse en Aceptar."
#: 06060200.xhp
msgctxt ""
@@ -44358,7 +44358,7 @@ msgctxt ""
"par_id3153188\n"
"help.text"
msgid "The structure of protected spreadsheet documents can be changed only if the <emph>Protect</emph> option is disabled. On the context menus for the spreadsheet tabs at the lower graphic border, only the menu item <emph>Select All Sheets</emph> can be activated. All other menu items are deactivated. To remove the protection, call up the command <emph>Tools - Protect Spreadsheet Structure</emph> again. If no password is assigned, protection is immediately removed. If you were assigned a password, the <emph>Remove Spreadsheet Protection</emph> dialog appears, in which you must enter the password. Only then can you remove the check mark specifying that protection is active."
-msgstr ""
+msgstr "La estructura de libros protegidos no puede modificarse salvo que se desactive la opción <emph>Proteger</emph>. En los menús contextuales de las pestañas de las hojas en la parte inferior, solo puede activarse el elemento <emph>Seleccionar todas las hojas</emph>; el resto se desactiva. Para quitar la protección, utilice la prestación <emph>Herramientas ▸ Proteger estructura de libro</emph> de nuevo. Si no se asignó una contraseña, la protección se retirará de inmediato; si se asignó una, aparecerá el cuadro de diálogo <emph>Quitar protección de libro</emph>, donde deberá escribir la contraseña. Solo tras completar este procedimiento podrá desmarcar la casilla que indica el estado de protección."
#: 06060200.xhp
msgctxt ""
@@ -49582,7 +49582,7 @@ msgctxt ""
"par_id240920171003293400\n"
"help.text"
msgid "<ahelp hid=\".\">Data Entry Form is a tool to make table data entry easy in spreadsheets.</ahelp> With the Data Entry Form, you can enter, edit and delete records (or rows) of data and avoid horizontal scrolling when the table has many columns or when some columns are very wide."
-msgstr ""
+msgstr "<ahelp hid=\".\">El Formulario de entrada de datos es una herramienta para facilitar la incorporación de datos tabulares en las hojas de cálculo.</ahelp> Con el Formulario de entrada de datos es posible introducir, editar y eliminar registros (o filas) de datos, además de evitar la necesidad de desplazarse horizontalmente cuando la tabla tiene muchas columnas o algunas de estas son muy anchas."
#: data_form.xhp
msgctxt ""
@@ -58526,7 +58526,7 @@ msgctxt ""
"par_id1002150\n"
"help.text"
msgid "For more information on exponential smoothing, refer to the <link href=\"https://en.wikipedia.org/wiki/Exponential_smoothing\" name=\"English Wikipedia: Exponential smoothing\">corresponding Wikipedia article</link>."
-msgstr ""
+msgstr "Para informarse sobre el alisamiento exponencial, consulte el <link href=\"https://en.wikipedia.org/wiki/Exponential_smoothing\" name=\"Wikipedia en inglés: alisamiento exponencial\">artículo correspondiente de la Wikipedia</link>."
#: statistics.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/scalc/02.po b/source/es/helpcontent2/source/text/scalc/02.po
index b0997250a3d..beb0e225a25 100644
--- a/source/es/helpcontent2/source/text/scalc/02.po
+++ b/source/es/helpcontent2/source/text/scalc/02.po
@@ -3,13 +3,13 @@ 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: 2019-01-07 11:14+0100\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2019-01-29 13:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
diff --git a/source/es/helpcontent2/source/text/scalc/04.po b/source/es/helpcontent2/source/text/scalc/04.po
index b75cfcef96a..0862512a380 100644
--- a/source/es/helpcontent2/source/text/scalc/04.po
+++ b/source/es/helpcontent2/source/text/scalc/04.po
@@ -3,13 +3,13 @@ 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: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2019-01-29 13:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
diff --git a/source/es/helpcontent2/source/text/scalc/05.po b/source/es/helpcontent2/source/text/scalc/05.po
index 841c8afc537..658ddf07d6c 100644
--- a/source/es/helpcontent2/source/text/scalc/05.po
+++ b/source/es/helpcontent2/source/text/scalc/05.po
@@ -3,13 +3,13 @@ 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: 2018-09-07 12:46+0200\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2018-10-05 16:43+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
diff --git a/source/es/helpcontent2/source/text/scalc/06.po b/source/es/helpcontent2/source/text/scalc/06.po
index 6c6ffcf55c9..5d164b4b1e4 100644
--- a/source/es/helpcontent2/source/text/scalc/06.po
+++ b/source/es/helpcontent2/source/text/scalc/06.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: 2018-11-14 12:22+0100\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2018-05-08 19:10+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/es/helpcontent2/source/text/scalc/guide.po b/source/es/helpcontent2/source/text/scalc/guide.po
index 68458e6f555..d94b94cf7d0 100644
--- a/source/es/helpcontent2/source/text/scalc/guide.po
+++ b/source/es/helpcontent2/source/text/scalc/guide.po
@@ -3,13 +3,13 @@ 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: 2019-01-07 11:14+0100\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2019-02-24 16:43+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
@@ -1814,7 +1814,7 @@ msgctxt ""
"par_idN106C7\n"
"help.text"
msgid "To protect the structure of the document, for example the count, <link href=\"text/scalc/guide/rename_table.xhp\">names</link>, and order of the sheets, from being changed, choose <item type=\"menuitem\">Tools - Protect Spreadsheet Structure</item>."
-msgstr ""
+msgstr "Para evitar que se cambien elementos de la estructura del documento tales como el número, los <link href=\"text/scalc/guide/rename_table.xhp\">nombres</link> y el orden de las hojas, seleccione <item type=\"menuitem\">Herramientas ▸ Proteger estructura de documento</item>."
#: cell_protect.xhp
msgctxt ""
@@ -1878,7 +1878,7 @@ msgctxt ""
"par_id3149656\n"
"help.text"
msgid "Select <emph>Tools - Protect Sheet</emph> or <emph>Tools - Protect Spreadsheet Structure</emph> to remove the check mark indicating the protected status."
-msgstr ""
+msgstr "Seleccione <emph>Herramientas ▸ Proteger hoja</emph> o <emph>Herramientas ▸ Proteger estructura de hoja</emph> para retirar la marca que denota el estado de protección."
#: cell_unprotect.xhp
msgctxt ""
@@ -4846,7 +4846,7 @@ msgctxt ""
"par_idN10614\n"
"help.text"
msgid "You can use <emph>Shift</emph>+<switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>+<emph>Page Up</emph> or <emph>Page Down</emph> to select multiple sheets using the keyboard."
-msgstr ""
+msgstr "Puede utilizar <emph>Mayús</emph> + <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>⌘</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline> + <emph>Re Pág</emph> o <emph>Av Pág</emph> para seleccionar varias hojas mediante el teclado."
#: edit_multitables.xhp
msgctxt ""
@@ -5230,7 +5230,7 @@ msgctxt ""
"par_id3154733\n"
"help.text"
msgid "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key when clicking), and then activating the <emph>Format Cells</emph> dialog in <item type=\"menuitem\">Format - Cells</item>. In this dialog, you can select attributes such as shadows and backgrounds."
-msgstr ""
+msgstr "Puede asignar un formato a cualquier grupo de celdas seleccionando primero las celdas (para una selección mútiple, mantenga oprimida la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline> mientras pulsa con el ratón) y activando el cuadro de diálogo <emph>Formato de celdas</emph> en <item type=\"menuitem\">Formato ▸ Celdas</item>. En este cuadro de diálogo puede seleccionar atributos tales como sombras y fondos."
#: format_table.xhp
msgctxt ""
@@ -8390,7 +8390,7 @@ msgctxt ""
"par_id751525167435160\n"
"help.text"
msgid "Pivot chart buttons are unique to pivot charts, normal charts don't have them. The buttons shows the layout of the pivot table, which are the pivot table fields. If present, page fields are displayed in the top. Row fields are displayed on the bottom of the chart next to each other and the legend shows the buttons from column fields stacked."
-msgstr ""
+msgstr "Los botones de campo son exclusivos de los gráficos dinámicos; los gráficos normales no los tienen. Los botones muestran la disposición de la tabla dinámica, la cual corresponde a sus campos. Si existen campos de página, estos aparecen en la parte superior. Los campos de filas aparecen debajo del gráfico, colocados horizontalmente. La leyenda muestra los botones de los campos de columnas en una pila."
#: pivotchart_filter.xhp
msgctxt ""
@@ -8462,7 +8462,7 @@ msgctxt ""
"par_id331525146738273\n"
"help.text"
msgid "Choose <emph>Refresh...</emph> in the context menu of any cell in the pivot table."
-msgstr ""
+msgstr "Vaya a <emph>Recargar…</emph> en el menú contextual de cualquier celda en el gráfico."
#: print_details.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/schart.po b/source/es/helpcontent2/source/text/schart.po
index 29ffd20d2e0..20d0a0ab26c 100644
--- a/source/es/helpcontent2/source/text/schart.po
+++ b/source/es/helpcontent2/source/text/schart.po
@@ -3,13 +3,13 @@ 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: 2018-05-08 15:10+0200\n"
+"POT-Creation-Date: 2020-03-18 17:33+0100\n"
"PO-Revision-Date: 2018-05-08 16:50+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
diff --git a/source/es/helpcontent2/source/text/schart/00.po b/source/es/helpcontent2/source/text/schart/00.po