aboutsummaryrefslogtreecommitdiff
path: root/source/mk/officecfg/registry/data
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-04-27 22:03:03 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-04-27 22:03:03 +0200
commitbb3db75014e836ce6af4573bb8576c575a620efe (patch)
treeec158003e47346d9fd8905964ad5e745dde40507 /source/mk/officecfg/registry/data
parentbd22a155b84999d3a2e75cca0e1c735993971064 (diff)
update translations for master
and force-fix errors using pocheck Change-Id: I84abc5c49dc5bf2d198feb58356298e6fb2d1a96
Diffstat (limited to 'source/mk/officecfg/registry/data')
-rw-r--r--source/mk/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/mk/officecfg/registry/data/org/openoffice/Office/UI.po12
2 files changed, 22 insertions, 2 deletions
diff --git a/source/mk/officecfg/registry/data/org/openoffice.po b/source/mk/officecfg/registry/data/org/openoffice.po
index 22c45a8464d..c5b5ba7d813 100644
--- a/source/mk/officecfg/registry/data/org/openoffice.po
+++ b/source/mk/officecfg/registry/data/org/openoffice.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-07-11 18:38+0200\n"
+"POT-Creation-Date: 2023-04-27 12:14+0200\n"
"PO-Revision-Date: 2018-02-27 14:54+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -36,6 +36,16 @@ msgctxt ""
msgid "Base: Report Design"
msgstr ""
+#. UDTcx
+#: Setup.xcu
+msgctxt ""
+"Setup.xcu\n"
+"..Setup.Office.Factories.com.sun.star.xforms.XMLFormDocument\n"
+"ooSetupFactoryUIName\n"
+"value.text"
+msgid "XML Form Document"
+msgstr ""
+
#. GwFDf
#: Setup.xcu
msgctxt ""
diff --git a/source/mk/officecfg/registry/data/org/openoffice/Office/UI.po b/source/mk/officecfg/registry/data/org/openoffice/Office/UI.po
index 1da7b40b3f4..f64216a18aa 100644
--- a/source/mk/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/mk/officecfg/registry/data/org/openoffice/Office/UI.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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-04-27 12:14+0200\n"
"PO-Revision-Date: 2019-12-24 17:04+0000\n"
"Last-Translator: Сашко Тодоров <sasetodorov@gmail.com>\n"
"Language-Team: Macedonian <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/mk/>\n"
@@ -31207,6 +31207,16 @@ msgctxt ""
msgid "Show Up to Outline Level..."
msgstr ""
+#. CFeE5
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:HighlightCharDF\n"
+"Label\n"
+"value.text"
+msgid "Spotlight Character Direct Formatting"
+msgstr ""
+
#. C5mHk
#: WriterCommands.xcu
msgctxt ""
office-4-3-7'>libreoffice-4-3-7 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_check_data_pilot_table.mk
AgeCommit message (Collapse)Author
2022-11-07sc: factor out common code in make filesXisco Fauli
I had to rename some .cxx files to follow the same patterns. The renaming cause clang-format to be triggered for those files CppunitTest_sc_functionlistobj fails with xindexaccess.cxx:26:Assertion Test name: sc_apitest::ScFunctionListObj::testGetCount equality assertion failed - Expected: 395 - Actual : 508 if it doesn't use gb_CppunitTest_use_components Change-Id: I7c929512bbf05293118bc54b343a59c8bbee5538 Change-Id: I21971773f1e2d4bc7a6f33e4c392b20abf8d54de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142387 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2019-12-07Fix more new dependencies on boost_headersStephan Bergmann
Same as 97b3e455802cfc08568ec5e8379c509efe3e47b1 "Fix some new dependencies on boost_headers" Change-Id: I0f10374650847f4c50a8cff530c15e65906865ad Reviewed-on: https://gerrit.libreoffice.org/84672 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>