aboutsummaryrefslogtreecommitdiff
path: root/source/th/sw
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-07-31 13:25:48 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-07-31 14:08:11 +0200
commite3fccbeb1e87be9671d1358771961728fe38429b (patch)
tree9ae5cc14c3b24a1b04c054935d8266ec27055ab2 /source/th/sw
parenta6f6a9d0e6a98029f2cadfc5278d2b304e3028c6 (diff)
update translations for 6.3.0 rc3
and force-fix errors using pocheck Change-Id: I19893b4702ce96c8850c43ee4aa0c2665a971e9f (cherry picked from commit f7fd1330c8cfdefab2a8a61f0a53f171f7f2f130)
Diffstat (limited to 'source/th/sw')
-rw-r--r--source/th/sw/messages.po4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/th/sw/messages.po b/source/th/sw/messages.po
index 502dbbb910c..21cbb1d745e 100644
--- a/source/th/sw/messages.po
+++ b/source/th/sw/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-07-03 20:22+0200\n"
+"POT-Creation-Date: 2019-07-30 19:49+0200\n"
"PO-Revision-Date: 2018-11-14 11:46+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8734,7 +8734,7 @@ msgctxt "dropdownfielddialog|DropdownFieldDialog"
msgid "Choose Item: "
msgstr "เลือกจากรายการ: "
-#: sw/uiconfig/swriter/ui/dropdownfielddialog.ui:207
+#: sw/uiconfig/swriter/ui/dropdownfielddialog.ui:210
msgctxt "dropdownfielddialog|label1"
msgid "Edit"
msgstr "แก้ไข"
reoffice-24-2-7'>libreoffice-24-2-7 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unotest/Module_unotest.mk
AgeCommit message (Collapse)Author
2024-02-28Fold InternalUnoApi_embindtest into UnoApi_udkapiStephan Bergmann
80d3f33876a2ad4ce32d3c6183131984e8c6b5da "Library_embindtest should use comprehensive InternalUnoApi_embindtest" was an attempt at making type information about that library available at runtime. Which worked for cases where code directly called one of the types' cppu_detail_getUnoType function. But it would still fail for cases where code indirectly wants to obtain one of the types' information by type name---which is what upcoming code will do that changes the Embind'ing of UNO sequences. So InternalUnoApi_embindtest would need to become a UnoApi_embindtest whose instdir/program/types/embindtest.rdb would be available at runtime. But I'm too dumb to convince gbuild to create that new UnoApi_embindtest. So instead just tack the embindtest UNOIDL entities onto the existing UnoApi_udkapi for the EMSCRIPTEN-ENABLE_DBGUTIL case. (Which requires that the single embindtest.idl is split into individual per-entity files, sigh.) Change-Id: Ie189b17213ac5b2de7a61ac5f97a143fa097337f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164057 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2024-02-22Framework for some UNOIDL to test the Embind UNO binding withStephan Bergmann
It is only built for --enable-dbgutil builds. Load instdir/program/qt_soffice.html in a browser and see "Running embindtest" in its console. For now, it only contains a Test singleton with an empty XTest interface, which is meant to grow additional methods over time. (The code needs to reside in the unotest rather than in the static module, or else the wasm build would run into cyclic dependencies.) Change-Id: I6f65f0c904648a4fd96fc6215c8d59a1544f48a2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163693 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2020-09-11Fix the minimal build-tools targetJan-Marek Glogowski
The revert commits change the build-tools target for a DESKTOP build to build the complete LO. This restores the original, minimal one and also adds a whitelist of allowd build types. OpenCL needs a configure switch, as it's status is also stored in a config header, so preventing the build is not enough. This also reverts: - commit 802161a505272732566210e9ebbd8fe1b23fb86d - commit 02d931a59e2966d0c2736db8dee7be3e3dcd6bae Change-Id: Ibfcb0c54e72da1b7c2e63c082ea6586520a787fa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102480 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>