aboutsummaryrefslogtreecommitdiff
path: root/source/xh/officecfg
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-12-08 20:14:03 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-12-08 20:14:41 +0100
commit0f6361e457a863465d8680a8fce5eb69bb03299c (patch)
tree5e5b835e2e8ce1da1f217bce7be443ba530ee5ff /source/xh/officecfg
parentced285e64bd6856c29ff97baeedf638999617b6d (diff)
update translations for 7.5.0 beta1
and force-fix errors using pocheck Change-Id: Id9f87177a20fe0832571d86c1802926b960ec1e8
Diffstat (limited to 'source/xh/officecfg')
-rw-r--r--source/xh/officecfg/registry/data/org/openoffice/Office.po14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/xh/officecfg/registry/data/org/openoffice/Office.po b/source/xh/officecfg/registry/data/org/openoffice/Office.po
index b6c6d97a48a..cbde6278e22 100644
--- a/source/xh/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/xh/officecfg/registry/data/org/openoffice/Office.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: 2022-12-07 13:12+0100\n"
+"POT-Creation-Date: 2022-12-08 19:47+0100\n"
"PO-Revision-Date: 2018-11-12 12:24+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1130,14 +1130,14 @@ msgctxt ""
msgid "OK"
msgstr "Kulungile"
-#. cHDNq
+#. 3Ax9e
#: PresentationMinimizer.xcu
msgctxt ""
"PresentationMinimizer.xcu\n"
"..PresentationMinimizer.Strings\n"
"STR_INFO_PRIMARY\n"
"value.text"
-msgid "Successfully updated the presentation '%TITLE'."
+msgid "Successfully updated the presentation “%TITLE”."
msgstr ""
#. Ud5BA
@@ -1150,14 +1150,14 @@ msgctxt ""
msgid "The file size has changed from %OLDFILESIZE MB to %NEWFILESIZE MB."
msgstr ""
-#. jGzXP
+#. 3jxzg
#: PresentationMinimizer.xcu
msgctxt ""
"PresentationMinimizer.xcu\n"
"..PresentationMinimizer.Strings\n"
"STR_INFO_SECONDARY_2\n"
"value.text"
-msgid "The file size has changed from %OLDFILESIZE MB to approximated %NEWFILESIZE MB."
+msgid "The file size has changed from %OLDFILESIZE MB to approximately %NEWFILESIZE MB."
msgstr ""
#. GshEd
@@ -1170,14 +1170,14 @@ msgctxt ""
msgid "The file size has changed to %NEWFILESIZE MB."
msgstr ""
-#. BDBjH
+#. Eks8J
#: PresentationMinimizer.xcu
msgctxt ""
"PresentationMinimizer.xcu\n"
"..PresentationMinimizer.Strings\n"
"STR_INFO_SECONDARY_4\n"
"value.text"
-msgid "The file size has changed to approximated %NEWFILESIZE MB."
+msgid "The file size has changed to approximately %NEWFILESIZE MB."
msgstr ""
#. CSfqQ
ffice-4-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc/scopetools.hxx
AgeCommit message (Collapse)Author
7 hourscid#1465236 Uncaught exceptionCaolán McNamara
and drop coverity workarounds Change-Id: If9ffc607999285b2f5b63e85c51b0289fb05750f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180531 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2022-03-06do not destroy broadcasters and then recreate again (tdf#134268)Luboš Luňák
Sorting ends tells all listeners on all the sorted cells to end listening to stop updates, then sorts the cells and starts listening again. This will cause all broadcasters for the sorted cells to temporarily stop having any listeners, so they'll be deleted and removed from the mdds vector (which may additionally cause moving large parts of the mdds vector repeatedly). And since all listeners will want to listen again after the sort, this will all need to be reconstructed. To avoid this, temporarily block this removal and then later just checks and remove any possibly left-over broadcasters that ended up with no listeners. Change-Id: Ie2d41d9acd7b657cf31a445870ce7f18d28d5ebb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131069 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>