aboutsummaryrefslogtreecommitdiff
path: root/source/hr/vcl/messages.po
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-07-15 16:16:00 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-07-15 16:24:24 +0200
commitd602d2af8c3cefdf159918d8a455d17318649c2b (patch)
treec030db8b25458c955739ebfd224937a4904f822f /source/hr/vcl/messages.po
parent09580786c1190b9ac378ba3077785d046afb88af (diff)
update translations for 7.0.0 rc2
and force-fix errors using pocheck Change-Id: Iba77f2ac5fdd7e4a2a33ec6e3465b362f8fa4b9c
Diffstat (limited to 'source/hr/vcl/messages.po')
-rw-r--r--source/hr/vcl/messages.po6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/hr/vcl/messages.po b/source/hr/vcl/messages.po
index 48f9d1d70e0..2905c1d881e 100644
--- a/source/hr/vcl/messages.po
+++ b/source/hr/vcl/messages.po
@@ -4,7 +4,7 @@ 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: 2020-06-08 14:52+0200\n"
-"PO-Revision-Date: 2020-03-14 17:15+0000\n"
+"PO-Revision-Date: 2020-07-15 13:16+0000\n"
"Last-Translator: Milo Ivir <mail@milotype.de>\n"
"Language-Team: Croatian <https://weblate.documentfoundation.org/projects/libo_ui-master/vclmessages/hr/>\n"
"Language: hr\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.1.1\n"
"X-POOTLE-MTIME: 1563445608.000000\n"
#. k5jTM
@@ -2275,7 +2275,7 @@ msgstr "Predprikaz sakupljanja"
#: vcl/uiconfig/ui/printdialog.ui:1194
msgctxt "printdialog|layoutexpander"
msgid "m_ore"
-msgstr "_više"
+msgstr "v_iše"
#. rCBA5
#: vcl/uiconfig/ui/printdialog.ui:1212
eoffice-3-5-6'>libreoffice-3-5-6 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-curl/DAVSessionFactory.hxx
AgeCommit message (Collapse)Author
2024-11-10com::sun::star -> cssMike Kaganski
Change-Id: I890ec73e30d3cc6b210903ecee29431f3cb5f635 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175979 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2022-03-11loplugin:constparamsNoel Grandin
Change-Id: I5f184f93dbdb414514855c85c9dc1624e7ec8636 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131337 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-12-27osl::Mutex->std::mutex in DAVSessionFactoryNoel Grandin
Change-Id: I7cca2a76b9285e66f7c54deef8a6e612fd262ab4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127541 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-11-01ucb: webdav-curl: add OpenCommandArg3 "KeepAlive" supportMichael Stahl
This is based on the following commits, which conflict everywhere, except the code in CurlSession.* is new. commit 09954fc863c8ee900f157cab4458e1dcf51493d3 Author: Thorsten Behrens <tbehrens@suse.com> AuthorDate: Tue Jan 17 04:59:56 2012 +0100 Fix UpdateCheck clog up server by keeping connection alive The update check protocol uses the webdav ucp, which uses neon, which in turn defaults to keeping the connection alive. this is nice for webdav, but disastrous for millions of clients phoning home to the same server. Using neon directly in updatefeed.cxx is not an option, due to the thread safety problems around that (see e.g. rhbz#544619) - so we had to extend it to accept connection options, and reuse the existing webdav provider. commit 29bd62fdc2792e215999e9dd0ec9a4bf1102201d Author: Thorsten Behrens <tbehrens@suse.com> AuthorDate: Tue Jan 17 11:41:14 2012 +0100 Switch flag sequence of OpenCommandArg3 to NamedValue. Based on feedback for 09954fc863c8ee900f157cab4458e1dcf51493d3, using the less-bulky NamedValue type instead of PropertyValue. Change-Id: I48e07dd4c3f189eb4445ed95a67011131d7b49f9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123174 Tested-by: Michael Stahl <michael.stahl@allotropia.de> Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-11-01ucb: copy upper level code of serf webdav ucp to webdav-curlMichael Stahl
Change-Id: Ia621e504d234d0904b40c7cd9aba49849c2ee859 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122044 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>