aboutsummaryrefslogtreecommitdiff
path: root/source/ta/xmlsecurity
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-01-22 14:28:02 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-01-22 14:53:24 +0100
commit37a6f521ec6303193d6057736ff414ef7c62c6d4 (patch)
treee4b094dd028d5ada504a170318979f34ac4058a5 /source/ta/xmlsecurity
parent6d4072204c5fc8d17f52a11ac01b23eba65a20f5 (diff)
update translations for master
and force-fix errors using pocheck Change-Id: Idf82bb4c2e7f863f2807524fdea1be4d11b88c2e
Diffstat (limited to 'source/ta/xmlsecurity')
-rw-r--r--source/ta/xmlsecurity/messages.po19
1 files changed, 14 insertions, 5 deletions
diff --git a/source/ta/xmlsecurity/messages.po b/source/ta/xmlsecurity/messages.po
index 8ff72ac0333..1a8e3514156 100644
--- a/source/ta/xmlsecurity/messages.po
+++ b/source/ta/xmlsecurity/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-10-14 14:32+0200\n"
+"POT-Creation-Date: 2019-12-17 14:18+0100\n"
"PO-Revision-Date: 2018-05-23 21:57+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -215,6 +215,15 @@ msgctxt "selectcertificatedialog|str_encrypt"
msgid "Encrypt"
msgstr ""
+#. FSe5D
+#: xmlsecurity/inc/strings.hrc:66
+msgctxt "STR_BROKEN_MACRO_CERTIFICATE_DATA"
+msgid ""
+"Macro security problem!\n"
+"\n"
+"Broken certificate data: %{data}"
+msgstr ""
+
#. uTxas
#: xmlsecurity/uiconfig/ui/certdetails.ui:49
msgctxt "certdetails|field"
@@ -497,25 +506,25 @@ msgid "Expiration date"
msgstr "காலாவதி தேதி"
#. xWF8D
-#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:189
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:191
msgctxt "securitytrustpage|label3"
msgid "Trusted Certificates"
msgstr "நம்பகமான சான்றிதழ்கள்"
#. zSbBE
-#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:231
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:233
msgctxt "securitytrustpage|label8"
msgid "Document macros are always executed if they have been opened from one of the following locations."
msgstr "பின்வரும் இருப்பிடங்களில் இருந்து ஆவண மேக்ரோக்கள் திறக்கப்பட்டால் அவை எப்போதும் இயக்கப்படும்."
#. TKC76
-#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:250
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:252
msgctxt "securitytrustpage|addfile"
msgid "A_dd..."
msgstr "சேர்..."
#. irXcj
-#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:348
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:352
msgctxt "securitytrustpage|label4"
msgid "Trusted File Locations"
msgstr "நம்பகமான கோப்பு இருப்பிடங்கள்"
option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/formulabuffer.hxx
AgeCommit message (Collapse)Author
2023-07-05loplugin:finalclassesNoel Grandin
Change-Id: I62b094a3bd9a4f630cebdf538c04391e2920ff2c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154064 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
Change-Id: Ia7ff651d1cbc119b36a9f8052594d03650988f59 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137848 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-09-12clang:optin.performance.Padding in scNoel Grandin
Excessive padding in 'struct ScPreviewLocationEntry' (10 padding bytes, where 2 is optimal). Excessive padding in 'struct oox::xls::FormulaBuffer::SharedFormulaDesc' (8 padding bytes, where 0 is optimal). Excessive padding in 'struct ScOrcusStyles::font' (11 padding bytes, where 3 is optimal). Excessive padding in 'struct ScOrcusFactory::CellStoreToken' (8 padding bytes, where 0 is optimal). Excessive padding in 'struct TokenPool::ExtCellRef' (10 padding bytes, where 2 is optimal). Excessive padding in 'struct TokenPool::ExtAreaRef' (10 padding bytes, where 2 is optimal). Change-Id: Ifce31c799b0f64d3c6971279345391bb74f210c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121994 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-07-29osl::Mutex->std::mutex in FormulaBufferNoel Grandin
Change-Id: Idef0cddac54da4794553394f48d3006b8145b291 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119672 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
sc, scaddins, sccomp, scripting Change-Id: Ia99fec9e238033821cb784810edd4762c09bd5db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112049 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2020-06-02inline some use-once typedefsNoel Grandin
Change-Id: I335e0c5cf7944efa487e4535a9e6a5baab2f36dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95140 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-05-09compact namespace in scNoel Grandin
Change-Id: I05ffad6b92883d3eb6d337fe75f5fc7864485861 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93860 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
This reverts commit fb1d3b580763a333bbbfe115d09e1b5cd8849675. Now that we know that making fields has negative side effects like disabling assignment operator generation. Change-Id: Ib48334ffbeb2c768896dd8ced6818aa0b9910b0b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90333 Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>