aboutsummaryrefslogtreecommitdiff
path: root/source/hi/cui/messages.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/hi/cui/messages.po')
-rw-r--r--source/hi/cui/messages.po8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/hi/cui/messages.po b/source/hi/cui/messages.po
index 93d34176bc0..6f8b02b347f 100644
--- a/source/hi/cui/messages.po
+++ b/source/hi/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: 2020-12-14 15:32+0100\n"
+"POT-Creation-Date: 2020-12-17 15:05+0100\n"
"PO-Revision-Date: 2018-11-14 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -9502,6 +9502,12 @@ msgctxt "formatcellsdialog|area"
msgid "Background"
msgstr "पृष्ठभूमि"
+#. 8JNHE
+#: cui/uiconfig/ui/formatcellsdialog.ui:329
+msgctxt "formatcellsdialog|shadow"
+msgid "Shadow"
+msgstr ""
+
#. dpU36
#: cui/uiconfig/ui/formatnumberdialog.ui:8
msgctxt "formatnumberdialog|FormatNumberDialog"
>feature/use-ogl-context-in-canvas LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_chart2dataprovider.mk
AgeCommit message (Collapse)Author
2022-11-16CppunitTest_sc_chart2dataprovider: inherit from UnoApiXmlTestXisco Fauli
Change-Id: I65e833ca307dec186c4a455fdb068b4242873cba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142762 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-12-22Separate core drawinglayer func. into drawinglayercore libraryTomaž Vajngerl
This separates the drawinglayer core functionallity into a separate library, to keep a strict separation what is backend dependent and what is not. More strict separation can be done at a later date. This will make it possible to push part of drawinglayer (part of processor2d) directly into VCL. Change-Id: Ibc26580067e50bf20d7cdd37fa0e44eb10200878 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127286 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-08-06use Helper_optional SCRIPTING for libs that don't exist if --disable-scriptingCaolán McNamara
Change-Id: Iec65d6395b903e13f788fe8322b60aac5b974cd4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120125 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2019-10-04add gbuild function for a common PCH and use it in sc/ and sax/Luboš Luňák
And make it simple to disable the whole feature by setting gb_DISABLE_PCH_REUSE=1, just in case. Also work around a possible BOOST_ALL_NO_LIB mismatch when using the common PCH. Change-Id: I96fd507edf1ada6242ac225026250e5a588d0193 Reviewed-on: https://gerrit.libreoffice.org/79365 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>