aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/es/cui/messages.po2
-rw-r--r--source/es/sd/messages.po2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/es/cui/messages.po b/source/es/cui/messages.po
index acbe9ae97be..e558e7455d3 100644
--- a/source/es/cui/messages.po
+++ b/source/es/cui/messages.po
@@ -9907,7 +9907,7 @@ msgstr "Cambiar nombre"
#: cui/uiconfig/ui/newtabledialog.ui:22
msgctxt "newtabledialog|NewTableDialog"
msgid "Insert Table"
-msgstr "Insertar una tabla"
+msgstr "Insertar tabla"
#. CJfAC
#: cui/uiconfig/ui/newtabledialog.ui:101
diff --git a/source/es/sd/messages.po b/source/es/sd/messages.po
index 347836f9979..f3e29992a04 100644
--- a/source/es/sd/messages.po
+++ b/source/es/sd/messages.po
@@ -1842,7 +1842,7 @@ msgstr "Restablecer disposición de diapositiva"
#: sd/inc/strings.hrc:270
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
-msgstr "Insertar una tabla"
+msgstr "Insertar tabla"
#. koDfS
#: sd/inc/strings.hrc:271
ptr LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/EmptyPanel.cxx
AgeCommit message (Expand)Author
2024-05-11loplugin:ostr in svxNoel Grandin
2022-11-22loplugin:unusedfieldsNoel Grandin
2021-03-11remove intermediate containers in sidebarsCaolán McNamara
2020-11-16tdf#123936 Formatting files in module svx with clang-formatPhilipp Hofer
2020-04-24final ctor arg of PanelLayout ctor is always true nowCaolán McNamara
2020-03-02tdf#42949 Fix IWYU warnings in svx/source/s*/*cxxGabor Kelemen
2020-01-21weld EmptyPanelCaolán McNamara
2020-01-15clang-tidy modernize-concat-nested-namespace in svxNoel Grandin
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-19make string translation loading more uniformCaolán McNamara
2016-10-12de-src empty panel placeholder widgetryCaolán McNamara
2016-10-06drop unused hids and hrcsCaolán McNamara
2016-02-09Remove excess newlinesChris Sherlock
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09vcl: some VclPtr fixes found by the new plugin codeNoel Grandin
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann