aboutsummaryrefslogtreecommitdiff
path: root/source/ast/cui
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-08-03 15:35:37 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-08-03 15:44:39 +0200
commit54cc0de67b3c948411cef3a0405c8992d80f34f3 (patch)
treed7e5e6fa1047d1041f98cd85f88c406c4e62bf75 /source/ast/cui
parent1ed5e59b7cf6a3453cf2ca2fe0eebf45b75b2e1d (diff)
update translations for master
Change-Id: If7b8b1685d00503ee3d1e84b978c8f59359a73b5
Diffstat (limited to 'source/ast/cui')
-rw-r--r--source/ast/cui/messages.po7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/ast/cui/messages.po b/source/ast/cui/messages.po
index 2ac1c2fc05c..fc202aef03c 100644
--- a/source/ast/cui/messages.po
+++ b/source/ast/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: 2018-07-07 19:04+0200\n"
+"POT-Creation-Date: 2018-07-19 13:30+0200\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"
@@ -1711,6 +1711,11 @@ msgctxt "RID_SVXSTR_SIGNATURELINE_SIGNED_BY"
msgid "Signed by: %1"
msgstr ""
+#: cui/inc/strings.hrc:387
+msgctxt "RID_SVXSTR_OPENCL_RESTART"
+msgid "For the OpenCL changes to take effect, %PRODUCTNAME must be restarted."
+msgstr ""
+
#: cui/inc/treeopt.hrc:30
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "%PRODUCTNAME"
'libreoffice-24-2-7'>libreoffice-24-2-7 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/svl/intitem.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-06-28 09:36:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-06-28 14:58:33 +0200
commit86f296e82b426364c9675f5c0fbecf7613e7d72b (patch)
tree1c4f4bbeb241e292e35a2524ddd7f64f3ae35cb5 /include/svl/intitem.hxx
parentd900a952eb2267717797c7e91326a0ce3f222063 (diff)
use more ASSERT_CHANGE_REFCOUNTED_ITEM
which did I not see when I did commit cb3c65fb706cb1c7c9224222fd16875e924a9759 Author: Noel Grandin <noel.grandin@collabora.co.uk> Date: Thu Jun 27 19:24:28 2024 +0200 assert when SfxObjectItems are modified while in a pool Change-Id: I16e2ee72eda4b3ca69f83eb70ad4f4b0a14748a2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169696 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>