# This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. #!/bin/bash for ns in accessibility basegfx chart com css cppu comphelper connectivity formula dbtools editeng rtl sfx2 svt osl oox sax_fastparser sal sd ucbhelper utl vcl xmloff; do echo "Searching for namespace: $ns"; # search in cxx files, excluding URE headers, plus some files with false positives for file in $(git grep -l "^\s*using :*$ns::" *hxx *cxx \ ':!include/com/' \ ':!include/cppu/' \ ':!include/cppuhelper/' \ ':!include/osl/' \ ':!include/rtl/' \ ':!include/sal/' \ ':!include/salhelper/' \ ':!include/systools/' \ ':!include/typelib/' \ ':!include/uno/' \ ':!include/sfx2/stbitem.hxx' \ ':!sw/source/uibase/inc/maildispatcher.hxx' ) ; do for class in $(git grep -h "using :*$ns::" "$file" | rev | cut -d : -f -1 | rev | cut -d " " -f 1 | tr -d ";") ; do if [ "$ns" == "com" ] ; then # com namespace may be mentioned in relevant header name too if [[ $(grep -c "$class" "$file") -eq 1 || $(grep -c "$class" "$file") -le 2 && $(grep -c -e "$class".hpp -e "$class".hxx -e "$class".h "$file") -eq 1 ]]; then echo "$file"; echo "Class name in above file is mentioned once or twice: $class"; fi else if [ $(grep -c -F "$class" "$file") -eq 1 ]; then echo "$file"; echo "Class name in above file is mentioned once: $class"; fi fi done done done # vim: set noet sw=4 ts=4: /collabora/cp-4.2'>distro/collabora/cp-4.2 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-05-03 14:02:20 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-05-03 14:07:13 +0200
commit3446fe8d0d839dc721237de12d294794e285ea1a (patch)
tree059115d7ba39f94439fe58a69cbae8e2de9004b9
parenteebc5e77e3094a9da9c3af11784270f389b288e4 (diff)
update translations for 7.4.7 rc2 libreoffice-7-4-7
and force-fix errors using pocheck Change-Id: I5489943fe7ad1c7ca848e29853183cc47e64c297 (cherry picked from commit 91b3354f452db7b03a84fb9ad22d89ca90851baa)
Diffstat
-rw-r--r--source/af/chart2/messages.po8
-rw-r--r--source/af/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po8
-rw-r--r--source/af/cui/messages.po6
-rw-r--r--source/af/extensions/messages.po8
-rw-r--r--source/af/forms/messages.po8
-rw-r--r--source/af/sc/messages.po6
-rw-r--r--source/af/sd/messages.po18
-rw-r--r--source/af/svtools/messages.po10
-rw-r--r--source/af/svx/messages.po6
-rw-r--r--source/af/sw/messages.po16
-rw-r--r--source/an/dbaccess/messages.po4
-rw-r--r--source/an/dictionaries/en/dialog.po8
-rw-r--r--source/an/dictionaries/hu_HU/dialog.po8
-rw-r--r--source/an/dictionaries/pt_BR/dialog.po8
-rw-r--r--source/an/filter/messages.po4
-rw-r--r--source/an/fpicker/messages.po4
-rw-r--r--source/an/sc/messages.po5
-rw-r--r--source/an/sfx2/messages.po7
-rw-r--r--source/an/sw/messages.po8
-rw-r--r--source/ast/connectivity/messages.po8
-rw-r--r--source/ast/cui/messages.po4
-rw-r--r--source/ast/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--source/ast/helpcontent2/source/text/sbasic/shared/03.po6
-rw-r--r--source/ast/helpcontent2/source/text/sdatabase.po4
-rw-r--r--source/ast/helpcontent2/source/text/shared/optionen.po4
-rw-r--r--source/ast/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/ast/helpcontent2/source/text/swriter.po4
-rw-r--r--source/ast/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office/UI.po13
-rw-r--r--source/ast/sc/messages.po8
-rw-r--r--source/ast/sd/messages.po9
-rw-r--r--source/ast/svx/messages.po15
-rw-r--r--source/ast/sw/messages.po35
-rw-r--r--source/bg/extensions/messages.po8
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared/03.po8
-rw-r--r--source/bg/helpcontent2/source/text/shared/02.po8
-rw-r--r--source/bg/helpcontent2/source/text/swriter/01.po30
-rw-r--r--source/bg/helpcontent2/source/text/swriter/02.po6
-rw-r--r--source/bg/helpcontent2/source/text/swriter/guide.po8
-rw-r--r--source/bg/sw/messages.po18
-rw-r--r--source/ca/cui/messages.po4
-rw-r--r--source/ca/dbaccess/messages.po8
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared.po7
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared/03.po4
-rw-r--r--source/ca/helpcontent2/source/text/schart/01.po4
-rw-r--r--source/ca/helpcontent2/source/text/shared/00.po4
-rw-r--r--source/ca/helpcontent2/source/text/shared/01.po8
-rw-r--r--source/ca/helpcontent2/source/text/shared/optionen.po4
-rw-r--r--source/ca/helpcontent2/source/text/smath/01.po5
-rw-r--r--source/ca/helpcontent2/source/text/swriter/01.po4
-rw-r--r--source/ca/helpcontent2/source/text/swriter/guide.po6
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice.po16
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--source/ca/sd/messages.po6
-rw-r--r--source/ca/sw/messages.po8
-rw-r--r--source/de/basctl/messages.po6
-rw-r--r--source/de/cui/messages.po6
-rw-r--r--source/de/forms/messages.po6
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared/03.po10
-rw-r--r--source/de/helpcontent2/source/text/scalc/01.po4
-rw-r--r--source/de/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/de/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/de/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/de/helpcontent2/source/text/swriter/librelogo.po8
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--source/de/sc/messages.po20
-rw-r--r--source/de/sd/messages.po18
-rw-r--r--source/de/sw/messages.po10
-rw-r--r--source/de/wizards/messages.po6
-rw-r--r--source/dsb/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/dsb/sw/messages.po6
-rw-r--r--source/es/dbaccess/messages.po10
-rw-r--r--source/es/filter/messages.po6
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared/03.po6
-rw-r--r--source/es/helpcontent2/source/text/scalc/01.po8
-rw-r--r--source/es/helpcontent2/source/text/schart/01.po4
-rw-r--r--source/es/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--source/es/helpcontent2/source/text/shared/00.po4
-rw-r--r--source/es/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/es/helpcontent2/source/text/shared/guide.po8
-rw-r--r--source/es/helpcontent2/source/text/shared/optionen.po4
-rw-r--r--source/es/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/es/helpcontent2/source/text/swriter/guide.po12
-rw-r--r--source/es/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--source/es/sc/messages.po6
-rw-r--r--source/es/sd/messages.po8
-rw-r--r--source/es/svx/messages.po4
-rw-r--r--source/es/sw/messages.po10
-rw-r--r--source/fa/dictionaries/ckb.po12
-rw-r--r--source/fa/editeng/messages.po16
-rw-r--r--source/fi/cui/messages.po6
-rw-r--r--source/fi/filter/messages.po4
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office/UI.po3
-rw-r--r--source/fi/svx/messages.po6
-rw-r--r--source/gl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po8
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/shared/03.po6
-rw-r--r--source/gug/helpcontent2/source/text/scalc/01.po8
-rw-r--r--source/gug/helpcontent2/source/text/schart/01.po4
-rw-r--r--source/gug/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--source/gug/helpcontent2/source/text/shared/00.po4
-rw-r--r--source/gug/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/gug/helpcontent2/source/text/shared/guide.po8
-rw-r--r--source/gug/helpcontent2/source/text/shared/optionen.po4
-rw-r--r--source/gug/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/gug/helpcontent2/source/text/swriter/guide.po12
-rw-r--r--source/he/basctl/messages.po14
-rw-r--r--source/he/cui/messages.po1081
-rw-r--r--source/he/filter/messages.po19
-rw-r--r--source/he/filter/source/config/fragments/filters.po49
-rw-r--r--source/he/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--source/he/officecfg/registry/data/org/openoffice/Office.po24
-rw-r--r--source/he/sd/messages.po30
-rw-r--r--source/he/svx/messages.po44
-rw-r--r--source/he/vcl/messages.po52
-rw-r--r--source/he/xmlsecurity/messages.po22
-rw-r--r--source/hsb/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/hsb/sc/messages.po10
-rw-r--r--source/hsb/sw/messages.po6
-rw-r--r--source/id/connectivity/messages.po8
-rw-r--r--source/id/cui/messages.po10
-rw-r--r--source/id/dbaccess/messages.po14
-rw-r--r--source/id/dictionaries/pt_BR/dialog.po8
-rw-r--r--source/id/editeng/messages.po6
-rw-r--r--source/id/filter/messages.po4
-rw-r--r--source/id/formula/messages.po4
-rw-r--r--source/id/instsetoo_native/inc_openoffice/windows/msi_languages.po4
-rw-r--r--source/id/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/id/sc/messages.po56
-rw-r--r--source/id/sccomp/messages.po8
-rw-r--r--source/id/sd/messages.po10
-rw-r--r--source/id/svx/messages.po24
-rw-r--r--source/id/sw/messages.po56
-rw-r--r--source/id/wizards/source/resources.po26
-rw-r--r--source/it/helpcontent2/source/text/shared/01.po260
-rw-r--r--source/it/helpcontent2/source/text/shared/05.po152
-rw-r--r--source/it/helpcontent2/source/text/shared/06.po50
-rw-r--r--source/it/helpcontent2/source/text/shared/07.po16
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/ja/svx/messages.po12
-rw-r--r--source/ja/sw/messages.po10
-rw-r--r--source/kok/connectivity/registry/ado/org/openoffice/Office/DataAccess.po15
-rw-r--r--source/kok/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po12
-rw-r--r--source/kok/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/kok/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/kok/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/kok/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/kok/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/kok/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/kok/dictionaries/ckb.po12
-rw-r--r--source/kok/dictionaries/eo.po12
-rw-r--r--source/kok/dictionaries/si_LK.po12
-rw-r--r--source/kok/extensions/source/update/check/org/openoffice/Office.po10
-rw-r--r--source/nl/cui/messages.po6
-rw-r--r--source/nl/dictionaries/nl_NL.po12
-rw-r--r--source/nl/extensions/messages.po4
-rw-r--r--source/nl/extras/source/autocorr/emoji.po6
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office/UI.po24
-rw-r--r--source/nl/sd/messages.po6
-rw-r--r--source/nl/svx/messages.po8
-rw-r--r--source/nl/sw/messages.po4
-rw-r--r--source/nl/vcl/messages.po8
-rw-r--r--source/nl/xmlsecurity/messages.po8
-rw-r--r--source/nn/formula/messages.po8
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/nn/helpcontent2/source/text/scalc/01.po88
-rw-r--r--source/nn/helpcontent2/source/text/sdatabase.po4
-rw-r--r--source/nn/helpcontent2/source/text/shared/guide.po4
-rw-r--r--source/nn/helpcontent2/source/text/simpress/guide.po10
-rw-r--r--source/nn/helpcontent2/source/text/smath/guide.po8
-rw-r--r--source/pl/cui/messages.po52
-rw-r--r--source/pl/filter/messages.po10
-rw-r--r--source/pl/helpcontent2/source/text/scalc/00.po4
-rw-r--r--source/pl/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/pl/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/pl/helpcontent2/source/text/shared/01.po946
-rw-r--r--source/pl/helpcontent2/source/text/shared/06.po6
-rw-r--r--source/pl/helpcontent2/source/text/shared/guide.po34
-rw-r--r--source/pl/helpcontent2/source/text/shared/optionen.po16
-rw-r--r--source/pl/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/pl/helpcontent2/source/text/simpress/04.po4
-rw-r--r--source/pl/helpcontent2/source/text/simpress/guide.po4
-rw-r--r--source/pl/helpcontent2/source/text/smath/guide.po8
-rw-r--r--source/pl/helpcontent2/source/text/swriter.po6
-rw-r--r--source/pl/helpcontent2/source/text/swriter/01.po4
-rw-r--r--source/pl/helpcontent2/source/text/swriter/guide.po6
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/pl/readlicense_oo/docs.po12
-rw-r--r--source/pl/sc/messages.po14
-rw-r--r--source/pl/sd/messages.po8
-rw-r--r--source/pl/svx/messages.po4
-rw-r--r--source/pl/sw/messages.po14
-rw-r--r--source/pt-BR/cui/messages.po6
-rw-r--r--source/pt-BR/sc/messages.po4
-rw-r--r--source/pt-BR/sfx2/messages.po8
-rw-r--r--source/pt/connectivity/messages.po21
-rw-r--r--source/ru/cui/messages.po4
-rw-r--r--source/ru/svx/messages.po6
-rw-r--r--source/ru/sw/messages.po4
-rw-r--r--source/sv/cui/messages.po10
-rw-r--r--source/th/sc/messages.po1114
-rw-r--r--source/uk/dictionaries/en/dialog.po10
-rw-r--r--source/zh-TW/sc/messages.po8
206 files changed, 2643 insertions, 3105 deletions
diff --git a/source/af/chart2/messages.po b/source/af/chart2/messages.po
index 93c44026f84..ab24ea77fe0 100644
--- a/source/af/chart2/messages.po
+++ b/source/af/chart2/messages.po
@@ -4,16 +4,16 @@ 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-01-31 18:18+0100\n"
-"PO-Revision-Date: 2021-09-14 10:10+0000\n"
+"PO-Revision-Date: 2023-04-23 05:34+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
-"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/chart2messages/af/>\n"
+"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-7-4/chart2messages/af/>\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1560927888.000000\n"
#. NCRDD
@@ -2201,7 +2201,7 @@ msgstr "Asiatiese Tipografie"
#: chart2/uiconfig/ui/paradialog.ui:279
msgctxt "paradialog|labelTP_TABULATOR"
msgid "Tabs"
-msgstr "Inkeping"
+msgstr "Tab-oortjies"
#. jEDem
#: chart2/uiconfig/ui/sidebaraxis.ui:24
diff --git a/source/af/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po b/source/af/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
index 830163cd667..80e3f6dde9e 100644
--- a/source/af/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
+++ b/source/af/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
@@ -4,16 +4,16 @@ 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-11 18:38+0200\n"
-"PO-Revision-Date: 2020-07-28 12:34+0000\n"
+"PO-Revision-Date: 2023-04-23 05:34+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
-"Language-Team: Afrikaans <https://weblate.documentfoundation.org/projects/libo_ui-master/connectivityregistryevoab2orgopenofficeofficedataaccess/af/>\n"
+"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-7-4/connectivityregistryevoab2orgopenofficeofficedataaccess/af/>\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1547811033.000000\n"
#. vCwUq
@@ -44,4 +44,4 @@ msgctxt ""
"DriverTypeDisplayName\n"
"value.text"
msgid "Groupwise"
-msgstr "\"Groupwise\""
+msgstr "Groepsgewys"
diff --git a/source/af/cui/messages.po b/source/af/cui/messages.po
index cec0336851a..1f29a5ec5ae 100644
--- a/source/af/cui/messages.po
+++ b/source/af/cui/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: 2022-12-14 12:12+0100\n"
-"PO-Revision-Date: 2023-02-23 17:17+0000\n"
+"PO-Revision-Date: 2023-04-23 05:34+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-7-4/cuimessages/af/>\n"
"Language: af\n"
@@ -14514,7 +14514,7 @@ msgstr "Voer uit as:"
#: cui/uiconfig/ui/optfltrembedpage.ui:236
msgctxt "optfltrembedpage|highlighting"
msgid "Highlighting"
-msgstr "Teks merking"
+msgstr "Teks beklemtoon"
#. qBuyX
#: cui/uiconfig/ui/optfltrembedpage.ui:245
@@ -19310,7 +19310,7 @@ msgstr "Asiatiese Tipografie"
#: cui/uiconfig/ui/searchformatdialog.ui:521
msgctxt "searchformatdialog|background"
msgid "Highlighting"
-msgstr "Teks Merking"
+msgstr "Teks beklemtoon"
#. nVjsf
#: cui/uiconfig/ui/securityoptionsdialog.ui:8
diff --git a/source/af/extensions/messages.po b/source/af/extensions/messages.po
index c2fe58d5ad1..acbc5f784f7 100644
--- a/source/af/extensions/messages.po
+++ b/source/af/extensions/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: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2023-03-12 10:34+0000\n"
+"PO-Revision-Date: 2023-04-23 05:34+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-7-4/extensionsmessages/af/>\n"
"Language: af\n"
@@ -2005,7 +2005,7 @@ msgstr "Indiening"
#: extensions/inc/strings.hrc:225
msgctxt "RID_STR_BINDING_NAME"
msgid "Binding"
-msgstr "Binding"
+msgstr "Virbinding"
#. iFT5m
#: extensions/inc/strings.hrc:226
@@ -3508,7 +3508,7 @@ msgstr ""
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:42
msgctxt "selecttypepage|evolution"
msgid "Evolution"
-msgstr "Evolution"
+msgstr "Evolusie"
#. Xsfrc
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:51
@@ -3520,7 +3520,7 @@ msgstr "Kies hierdie opsie as u reeds 'n adresboek in Evolution het."
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:62
msgctxt "selecttypepage|groupwise"
msgid "Groupwise"
-msgstr "Groupwise"
+msgstr "Groepsgewys"
#. eB6AA
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:71
diff --git a/source/af/forms/messages.po b/source/af/forms/messages.po
index aa6b01e71d9..a4f3b0b48d3 100644
--- a/source/af/forms/messages.po
+++ b/source/af/forms/messages.po
@@ -4,16 +4,16 @@ 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: 2021-09-10 23:11+0200\n"
-"PO-Revision-Date: 2021-01-26 17:37+0000\n"
+"PO-Revision-Date: 2023-04-23 05:34+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
-"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/formsmessages/af/>\n"
+"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-7-4/formsmessages/af/>\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1547621679.000000\n"
#. naBgZ
@@ -360,7 +360,7 @@ msgstr "Die string '$1' voldoen nie aan die regex '$2' uitdrukking nie."
#: forms/inc/strings.hrc:83
msgctxt "RID_STR_XFORMS_BINDING_UI_NAME"
msgid "Binding"
-msgstr "Binding"
+msgstr "Virbinding"
#. AGvgC
#: forms/inc/strings.hrc:84
diff --git a/source/af/sc/messages.po b/source/af/sc/messages.po
index 4a547239aba..0376dbcf662 100644
--- a/source/af/sc/messages.po
+++ b/source/af/sc/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: 2022-12-14 12:13+0100\n"
-"PO-Revision-Date: 2023-02-23 17:17+0000\n"
+"PO-Revision-Date: 2023-04-23 05:34+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-7-4/scmessages/af/>\n"
"Language: af\n"
@@ -19405,7 +19405,7 @@ msgstr "Posisie"
#: sc/uiconfig/scalc/ui/chardialog.ui:279
msgctxt "chardialog|background"
msgid "Highlighting"
-msgstr "Beklemtoning"
+msgstr "Teks beklemtoon"
#. CCjUa
#: sc/uiconfig/scalc/ui/checkwarningdialog.ui:11
@@ -27267,7 +27267,7 @@ msgstr "Asiatiese Tipografie"
#: sc/uiconfig/scalc/ui/paradialog.ui:280
msgctxt "paradialog|labelTP_TABULATOR"
msgid "Tabs"
-msgstr "Tab-stoppe"
+msgstr "Tab-oortjies"
#. py7L6
#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:8
diff --git a/source/af/sd/messages.po b/source/af/sd/messages.po
index 56a30542ff2..803fbb1b34a 100644
--- a/source/af/sd/messages.po
+++ b/source/af/sd/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: 2022-07-04 18:05+0200\n"
-"PO-Revision-Date: 2023-02-15 15:30+0000\n"
+"PO-Revision-Date: 2023-04-23 05:34+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-7-4/sdmessages/af/>\n"
"Language: af\n"
@@ -3442,7 +3442,7 @@ msgstr "Posisie"
#: sd/uiconfig/sdraw/ui/drawchardialog.ui:279
msgctxt "drawchardialog|RID_SVXPAGE_BKG"
msgid "Highlighting"
-msgstr "Beklemtoning"
+msgstr "Teks beklemtoon"
#. 7FuBt
#: sd/uiconfig/sdraw/ui/drawpagedialog.ui:8
@@ -3496,7 +3496,7 @@ msgstr "Asiatiese Tipografie"
#: sd/uiconfig/sdraw/ui/drawparadialog.ui:231
msgctxt "drawparadialog|labelTP_TABULATOR"
msgid "Tabs"
-msgstr "Oortjies"
+msgstr "Tab-oortjies"
#. QSCGY
#: sd/uiconfig/sdraw/ui/drawparadialog.ui:279
@@ -3730,13 +3730,13 @@ msgstr "Asiatiese tipografie"
#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:809
msgctxt "drawprtldialog|RID_SVXPAGE_TABULATOR"
msgid "Tabs"
-msgstr "Oortjies"
+msgstr "Tab-oortjies"
#. oeBGf
#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:857
msgctxt "drawprtldialog|RID_SVXPAGE_BKG"
msgid "Highlighting"
-msgstr "Beklemtoning"
+msgstr "Teks beklemtoon"
#. w9EdD
#: sd/uiconfig/sdraw/ui/insertlayer.ui:8
@@ -9902,7 +9902,7 @@ msgstr "Teksanimasie"
#: sd/uiconfig/simpress/ui/templatedialog.ui:631
msgctxt "templatedialog|dimensioning"
msgid "Dimensioning"
-msgstr "Dimensielyn"
+msgstr "Dimensie-lyn"
#. fcsTP
#: sd/uiconfig/simpress/ui/templatedialog.ui:679
@@ -9920,16 +9920,16 @@ msgstr "Belyning"
#: sd/uiconfig/simpress/ui/templatedialog.ui:775
msgctxt "templatedialog|asiantypo"
msgid "Asian Typography"
-msgstr "Asiatiese tipografie"
+msgstr "Asiatiese Tipografie"
#. RKvWz
#: sd/uiconfig/simpress/ui/templatedialog.ui:823
msgctxt "templatedialog|tabs"
msgid "Tabs"
-msgstr "Oortjies"
+msgstr "Tab-oortjies"
#. WtrUB
#: sd/uiconfig/simpress/ui/templatedialog.ui:871
msgctxt "templatedialog|background"
msgid "Highlighting"
-msgstr "Teksmerking"
+msgstr "Teks beklemtoon"
diff --git a/source/af/svtools/messages.po b/source/af/svtools/messages.po
index 4d01f2e70ec..fac7e91cb64 100644
--- a/source/af/svtools/messages.po
+++ b/source/af/svtools/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: 2022-12-14 12:13+0100\n"
-"PO-Revision-Date: 2023-02-06 23:34+0000\n"
+"PO-Revision-Date: 2023-04-23 05:34+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-7-4/svtoolsmessages/af/>\n"
"Language: af\n"
@@ -274,7 +274,7 @@ msgstr "StarObject Paint-objek"
#: include/svtools/strings.hrc:69
msgctxt "STR_FORMAT_ID_HTML"
msgid "HyperText Markup Language (HTML)"
-msgstr "HyperText Markup Language (HTML)"
+msgstr "HiperTeks Merktaal (HTML)"
#. DoLZM
#: include/svtools/strings.hrc:70
@@ -310,7 +310,7 @@ msgstr "Dynamic Data Exchange (DDE-skakel)"
#: include/svtools/strings.hrc:75
msgctxt "STR_FORMAT_ID_DIF"
msgid "Data Interchange Format (DIF)"
-msgstr "Data Interchange Format (DIF)"
+msgstr "Data-Uitruilformaat(DIF)"
#. XTiAV
#: include/svtools/strings.hrc:76
@@ -3342,7 +3342,7 @@ msgstr "Serwies, Latyn"
#: svtools/inc/langtab.hrc:160
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sidama"
-msgstr "Sidama"
+msgstr "Sidaamu Afoo"
#. 66wdH
#: svtools/inc/langtab.hrc:161
@@ -3792,7 +3792,7 @@ msgstr "Suid-Sotho"
#: svtools/inc/langtab.hrc:235
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Swazi"
-msgstr "Swazi"
+msgstr "Siswati"
#. GFCYC
#: svtools/inc/langtab.hrc:236
diff --git a/source/af/svx/messages.po b/source/af/svx/messages.po
index e76f30891e4..7d9efd7b038 100644
--- a/source/af/svx/messages.po
+++ b/source/af/svx/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: 2023-03-02 16:55+0100\n"
-"PO-Revision-Date: 2023-03-27 19:33+0000\n"
+"PO-Revision-Date: 2023-04-23 05:34+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-7-4/svxmessages/af/>\n"
"Language: af\n"
@@ -7294,7 +7294,7 @@ msgstr "Attribuut"
#: include/svx/strings.hrc:1306
msgctxt "RID_STR_BINDING"
msgid "Binding"
-msgstr "Binding"
+msgstr "Virbinding"
#. iFARB
#: include/svx/strings.hrc:1307
@@ -20125,7 +20125,7 @@ msgstr "Asiatiese Tipografie"
#: svx/uiconfig/ui/textcontrolparadialog.ui:280
msgctxt "textcontrolparadialog|labelTP_TABULATOR"
msgid "Tabs"
-msgstr "Tabel stoppe"
+msgstr "Tab-oortjies"
#. hHwzA
#: svx/uiconfig/ui/textunderlinecontrol.ui:75
diff --git a/source/af/sw/messages.po b/source/af/sw/messages.po
index 307fd9ad610..6bdd1e72416 100644
--- a/source/af/sw/messages.po
+++ b/source/af/sw/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: 2022-12-14 12:13+0100\n"
-"PO-Revision-Date: 2023-02-23 17:17+0000\n"
+"PO-Revision-Date: 2023-04-23 05:34+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-7-4/swmessages/af/>\n"
"Language: af\n"
@@ -11944,7 +11944,7 @@ msgstr "Hiperskakel"
#: sw/uiconfig/swriter/ui/characterproperties.ui:399
msgctxt "characterproperties|background"
msgid "Highlighting"
-msgstr "Teksmerking"
+msgstr "Teks beklemtoon"
#. fJhsz
#: sw/uiconfig/swriter/ui/characterproperties.ui:447
@@ -12694,7 +12694,7 @@ msgstr "Skakel tabel om na teks"
#: sw/uiconfig/swriter/ui/converttexttable.ui:107
msgctxt "converttexttable|tabs"
msgid "Tabs"
-msgstr "Kepe"
+msgstr "Tab-oortjies"
#. 9aKdG
#: sw/uiconfig/swriter/ui/converttexttable.ui:116
@@ -23077,7 +23077,7 @@ msgstr "Spesifiseer dat nie-brekende spasies vertoon word met 'n grys agtergrond
#: sw/uiconfig/swriter/ui/optformataidspage.ui:110
msgctxt "optformataidspage|tabs"
msgid "Tabs"
-msgstr "Oortjies"
+msgstr "Tab-oortjies"
#. GM6S5
#: sw/uiconfig/swriter/ui/optformataidspage.ui:118
@@ -23183,7 +23183,7 @@ msgstr "Voeg by:"
#: sw/uiconfig/swriter/ui/optformataidspage.ui:433
msgctxt "optformataidspage|filltab"
msgid "Tabs"
-msgstr "Oortjies"
+msgstr "Tab-oortjies"
#. CgFKr
#: sw/uiconfig/swriter/ui/optformataidspage.ui:434
@@ -24765,7 +24765,7 @@ msgstr "Stel skema-vlak, lys styl en reël nommering vir die paragraaf."
#: sw/uiconfig/swriter/ui/paradialog.ui:402
msgctxt "paradialog|labelTP_TABULATOR"
msgid "Tabs"
-msgstr "Kepe"
+msgstr "Tab-oortjies"
#. GHrCB
#: sw/uiconfig/swriter/ui/paradialog.ui:450
@@ -26965,7 +26965,7 @@ msgstr "Rigting"
#: sw/uiconfig/swriter/ui/sortdialog.ui:686
msgctxt "sortdialog|tabs"
msgid "Tabs"
-msgstr "Kepe"
+msgstr "Tab-oortjies"
#. dE3Av
#: sw/uiconfig/swriter/ui/sortdialog.ui:695
@@ -27913,7 +27913,7 @@ msgstr "Teks beklemtoon"
#: sw/uiconfig/swriter/ui/templatedialog2.ui:647
msgctxt "templatedialog2|tabs"
msgid "Tabs"
-msgstr "Kepe"
+msgstr "Tab-oortjies"
#. D26TP
#: sw/uiconfig/swriter/ui/templatedialog2.ui:695
diff --git a/source/an/dbaccess/messages.po b/source/an/dbaccess/messages.po
index f660ec4d17f..2ceaa5410a5 100644
--- a/source/an/dbaccess/messages.po
+++ b/source/an/dbaccess/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: 2022-12-14 12:12+0100\n"
-"PO-Revision-Date: 2023-04-17 21:32+0000\n"
+"PO-Revision-Date: 2023-04-20 18:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-7-4/dbaccessmessages/an/>\n"
"Language: an\n"
@@ -2563,7 +2563,7 @@ msgstr ""
#: dbaccess/inc/templwin.hrc:47
msgctxt "STRARY_SVT_DOCINFO"
msgid "Type"
-msgstr ""
+msgstr "Tipo"
#. hokZy
#: dbaccess/inc/templwin.hrc:48
diff --git a/source/an/dictionaries/en/dialog.po b/source/an/dictionaries/en/dialog.po
index 2aeab93d9c3..063a45b1268 100644
--- a/source/an/dictionaries/en/dialog.po
+++ b/source/an/dictionaries/en/dialog.po
@@ -4,16 +4,16 @@ 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-11 18:38+0200\n"
-"PO-Revision-Date: 2021-10-01 05:36+0000\n"
+"PO-Revision-Date: 2023-04-24 06:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/dictionariesendialog/an/>\n"
+"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-7-4/dictionariesendialog/an/>\n"
"Language: an\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1369347432.000000\n"
#. fyB4s
@@ -266,7 +266,7 @@ msgctxt ""
"apostrophe\n"
"property.text"
msgid "Apostrophe"
-msgstr "Apostrofe"
+msgstr "Apostrofo"
#. aPGQH
#: en_en_US.properties
diff --git a/source/an/dictionaries/hu_HU/dialog.po b/source/an/dictionaries/hu_HU/dialog.po
index 7cc6fbfc12e..b100f859f53 100644
--- a/source/an/dictionaries/hu_HU/dialog.po
+++ b/source/an/dictionaries/hu_HU/dialog.po
@@ -4,16 +4,16 @@ 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-11 18:38+0200\n"
-"PO-Revision-Date: 2021-10-01 05:36+0000\n"
+"PO-Revision-Date: 2023-04-24 06:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/dictionarieshu_hudialog/an/>\n"
+"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-7-4/dictionarieshu_hudialog/an/>\n"
"Language: an\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1371934598.000000\n"
#. jFVKx
@@ -194,7 +194,7 @@ msgctxt ""
"apost\n"
"property.text"
msgid "Apostrophe"
-msgstr "Apostrofe"
+msgstr "Apostrofo"
#. kcfut
#: hu_HU_en_US.properties
diff --git a/source/an/dictionaries/pt_BR/dialog.po b/source/an/dictionaries/pt_BR/dialog.po
index f45f30132d8..fee58d31e93 100644
--- a/source/an/dictionaries/pt_BR/dialog.po
+++ b/source/an/dictionaries/pt_BR/dialog.po
@@ -4,16 +4,16 @@ 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: 2021-09-10 23:11+0200\n"
-"PO-Revision-Date: 2021-10-01 05:36+0000\n"
+"PO-Revision-Date: 2023-04-24 06:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/dictionariespt_brdialog/an/>\n"
+"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-7-4/dictionariespt_brdialog/an/>\n"
"Language: an\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1389968873.000000\n"
#. Bshz7
@@ -286,7 +286,7 @@ msgctxt ""
"apostrophe\n"
"property.text"
msgid "Apostrophes"
-msgstr ""
+msgstr "Apostrofos"
#. MEi4w
#: pt_BR_en_US.properties
diff --git a/source/an/filter/messages.po b/source/an/filter/messages.po
index 4ffa7c0a2b7..fcbda641abb 100644
--- a/source/an/filter/messages.po
+++ b/source/an/filter/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: 2022-06-15 22:28+0200\n"
-"PO-Revision-Date: 2023-04-17 21:32+0000\n"
+"PO-Revision-Date: 2023-04-20 18:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-7-4/filtermessages/an/>\n"
"Language: an\n"
@@ -1798,7 +1798,7 @@ msgstr "Nombre"
#: filter/uiconfig/ui/xmlfiltersettings.ui:123
msgctxt "xmlfiltersettings|header_type"
msgid "Type"
-msgstr ""
+msgstr "Tipo"
#. A6qWH
#: filter/uiconfig/ui/xmlfiltersettings.ui:134
diff --git a/source/an/fpicker/messages.po b/source/an/fpicker/messages.po
index 306b996d53e..627b257a3db 100644
--- a/source/an/fpicker/messages.po
+++ b/source/an/fpicker/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: 2022-06-09 11:50+0200\n"
-"PO-Revision-Date: 2023-04-03 15:34+0000\n"
+"PO-Revision-Date: 2023-04-20 18:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-7-4/fpickermessages/an/>\n"
"Language: an\n"
@@ -209,7 +209,7 @@ msgstr "Nombre"
#: fpicker/uiconfig/ui/explorerfiledialog.ui:385
msgctxt "explorerfiledialog|type"
msgid "Type"
-msgstr ""
+msgstr "Tipo"
#. wDiXd
#: fpicker/uiconfig/ui/explorerfiledialog.ui:399
diff --git a/source/an/sc/messages.po b/source/an/sc/messages.po
index c606eedf961..968f853ac7d 100644
--- a/source/an/sc/messages.po
+++ b/source/an/sc/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: 2022-12-14 12:13+0100\n"
-"PO-Revision-Date: 2023-04-18 10:34+0000\n"
+"PO-Revision-Date: 2023-04-20 18:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-7-4/scmessages/an/>\n"
"Language: an\n"
@@ -14053,10 +14053,9 @@ msgstr ""
#. fYNDT
#: sc/inc/scfuncs.hrc:3012
-#, fuzzy
msgctxt "SC_OPCODE_T_TEST"
msgid "Type"
-msgstr "tipo"
+msgstr "Tipo"
#. cKsJd
#: sc/inc/scfuncs.hrc:3013
diff --git a/source/an/sfx2/messages.po b/source/an/sfx2/messages.po
index 0ac6cb906a0..85e800d3c5f 100644
--- a/source/an/sfx2/messages.po
+++ b/source/an/sfx2/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: 2022-09-21 11:43+0200\n"
-"PO-Revision-Date: 2023-04-17 21:33+0000\n"
+"PO-Revision-Date: 2023-04-20 18:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-7-4/sfx2messages/an/>\n"
"Language: an\n"
@@ -2740,7 +2740,7 @@ msgstr ""
#: sfx2/uiconfig/ui/autoredactdialog.ui:135
msgctxt "autoredactdialog|description"
msgid "Type"
-msgstr ""
+msgstr "Tipo"
#. udcn4
#: sfx2/uiconfig/ui/autoredactdialog.ui:148
@@ -2883,7 +2883,6 @@ msgstr ""
#. CEnTA
#: sfx2/uiconfig/ui/cmisline.ui:44
-#, fuzzy
msgctxt "cmisline|type"
msgid "Type"
msgstr "Tipo"
@@ -3112,7 +3111,7 @@ msgstr ""
#: sfx2/uiconfig/ui/developmenttool.ui:474
msgctxt "developmenttool|type"
msgid "Type"
-msgstr ""
+msgstr "Tipo"
#. zpXuY
#: sfx2/uiconfig/ui/developmenttool.ui:488
diff --git a/source/an/sw/messages.po b/source/an/sw/messages.po
index 62eaf5c759f..5b830c5fb87 100644
--- a/source/an/sw/messages.po
+++ b/source/an/sw/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: 2022-12-14 12:13+0100\n"
-"PO-Revision-Date: 2023-04-17 21:32+0000\n"
+"PO-Revision-Date: 2023-04-20 18:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-7-4/swmessages/an/>\n"
"Language: an\n"
@@ -9395,7 +9395,7 @@ msgstr "Pachina "
#: sw/inc/strings.hrc:1290
msgctxt "STR_PAGE_COUNT"
msgid "Page %1 of %2"
-msgstr ""
+msgstr "Pachina %1 de %2"
#. HSbzS
#: sw/inc/strings.hrc:1291
@@ -20000,7 +20000,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:218
msgctxt "mmresultemaildialog|liststore1"
msgid "HTML Message"
-msgstr ""
+msgstr "Mensache HTML"
#. eCCZz
#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:219
@@ -26932,7 +26932,7 @@ msgstr "Nombre"
#: sw/uiconfig/swriter/ui/selecttabledialog.ui:149
msgctxt "selecttabledialog|column2"
msgid "Type"
-msgstr ""
+msgstr "Tipo"
#. GoUkf
#: sw/uiconfig/swriter/ui/selecttabledialog.ui:160
diff --git a/source/ast/connectivity/messages.po b/source/ast/connectivity/messages.po
index 22e647cf4c6..76197e8d84d 100644
--- a/source/ast/connectivity/messages.po
+++ b/source/ast/connectivity/messages.po
@@ -4,16 +4,16 @@ 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-07-06 20:18+0200\n"
-"PO-Revision-Date: 2022-08-02 21:51+0000\n"
+"PO-Revision-Date: 2023-04-20 18:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/connectivitymessages/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-4/connectivitymessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1535974914.000000\n"
#. 9KHB8
@@ -381,7 +381,7 @@ msgstr "Nun pue abrise la llibreta de señes d'Evolution."
#: connectivity/inc/strings.hrc:86
msgctxt "STR_SORT_BY_COL_ONLY"
msgid "Can only sort by table columns."
-msgstr "Namái se pue ordenar poles columnes de la tabla."
+msgstr "Namái se pue ordenar peles columnes de la tabla."
#. 7R6eC
#. File
diff --git a/source/ast/cui/messages.po b/source/ast/cui/messages.po
index 0cac8eed207..586b8359284 100644
--- a/source/ast/cui/messages.po
+++ b/source/ast/cui/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: 2022-12-14 12:12+0100\n"
-"PO-Revision-Date: 2023-04-17 21:32+0000\n"
+"PO-Revision-Date: 2023-04-20 18:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-4/cuimessages/ast/>\n"
"Language: ast\n"
@@ -21360,7 +21360,7 @@ msgstr "Testu"
#: cui/uiconfig/ui/textdialog.ui:183
msgctxt "textdialog|RID_SVXPAGE_TEXTANIMATION"
msgid "Text Animation"
-msgstr "Animación de testu"
+msgstr "Animación del testu"
#. iq2Cq
#: cui/uiconfig/ui/textdialog.ui:231
diff --git a/source/ast/helpcontent2/source/text/sbasic/shared.po b/source/ast/helpcontent2/source/text/sbasic/shared.po
index 304e5239cbd..f6f2335e35a 100644
--- a/source/ast/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ast/helpcontent2/source/text/sbasic/shared.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: 2022-07-04 18:04+0200\n"
-"PO-Revision-Date: 2023-04-09 03:34+0000\n"
+"PO-Revision-Date: 2023-04-21 07:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-7-4/textsbasicshared/ast/>\n"
"Language: ast\n"
@@ -1913,7 +1913,7 @@ msgctxt ""
"par_id3148797\n"
"help.text"
msgid "<emph>Sub</emph> is the short form of <emph>subroutine</emph>, that is used to handle a certain task within a program. Subs are used to split a task into individual procedures. Splitting a program into procedures and sub-procedures enhances readability and reduces the error-proneness. A sub possibly takes some arguments as parameters but does not return any values back to the calling sub or function, for example:"
-msgstr "<emph>Sub</emph> ye la contraición de <emph>subrutina</emph>, que s'utiliza pa remanar una xera concreta dientro d'un programa. Les Sub utilizar pa estremar una xera en procedimientos individuales. Estremar un programa en procedimientos y subprocedimientos ameyora'l so legibilidad y amenorga la posibilidá de fallos. Una sub pue tomar dellos argumentos como parámetros, pero nun devuelve nengún valor a la sub o función que la hai llamáu, por exemplu:"
+msgstr "<emph>Sub</emph> ye la contraición de <emph>subroutine</emph>, que s'utiliza pa remanar una xera concreta dientro d'un programa. Les sub estremen una xera en procedimientos individuales. Estremar un programa en procedimientos y soprocedimientos ameyora la so comprensibilidá y amenorga la posibilidá de fallos. Una sub pue tomar dellos argumentos como parámetros, pero nun devuelve nengún valor a la sub o función que la llamó, por exemplu:"
#. ovUK9
#: 01010210.xhp
diff --git a/source/ast/helpcontent2/source/text/sbasic/shared/03.po b/source/ast/helpcontent2/source/text/sbasic/shared/03.po
index 11505638a6a..b0ed3cc9a34 100644
--- a/source/ast/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/ast/helpcontent2/source/text/sbasic/shared/03.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: 2022-07-04 18:04+0200\n"
-"PO-Revision-Date: 2023-03-31 20:34+0000\n"
+"PO-Revision-Date: 2023-05-02 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-7-4/textsbasicshared03/ast/>\n"
"Language: ast\n"
@@ -275,7 +275,7 @@ msgctxt ""
"par_id131613947858931\n"
"help.text"
msgid "User Interface"
-msgstr ""
+msgstr "Interfaz d'usuariu"
#. dAomL
#: lib_ScriptForge.xhp
@@ -10436,7 +10436,7 @@ msgctxt ""
"pyc_id841620225235377\n"
"help.text"
msgid "# ... process the controls actual values"
-msgstr ""
+msgstr "# … procesar los valores reales de los controles"
#. 2PPv4
#: sf_dialogcontrol.xhp
diff --git a/source/ast/helpcontent2/source/text/sdatabase.po b/source/ast/helpcontent2/source/text/sdatabase.po
index b041d060174..1e5a2e5d1d6 100644
--- a/source/ast/helpcontent2/source/text/sdatabase.po
+++ b/source/ast/helpcontent2/source/text/sdatabase.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: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2023-04-03 04:33+0000\n"
+"PO-Revision-Date: 2023-04-21 07:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-7-4/textsdatabase/ast/>\n"
"Language: ast\n"
@@ -11155,7 +11155,7 @@ msgctxt ""
"par_idN10556\n"
"help.text"
msgid "Sort by"
-msgstr ""
+msgstr "Ordenar per"
#. CRtP3
#: querywizard02.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/optionen.po b/source/ast/helpcontent2/source/text/shared/optionen.po
index 3051acb05dc..ed41de8ea9d 100644
--- a/source/ast/helpcontent2/source/text/shared/optionen.po
+++ b/source/ast/helpcontent2/source/text/shared/optionen.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: 2022-07-04 18:04+0200\n"
-"PO-Revision-Date: 2023-04-17 22:33+0000\n"
+"PO-Revision-Date: 2023-05-02 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-7-4/textsharedoptionen/ast/>\n"
"Language: ast\n"
@@ -13829,7 +13829,7 @@ msgctxt ""
"par_idN10681\n"
"help.text"
msgid "User interface"
-msgstr "Interfaz del usuariu"
+msgstr "Interfaz d'usuariu"
#. KxwTu
#: 01140000.xhp
diff --git a/source/ast/helpcontent2/source/text/smath/01.po b/source/ast/helpcontent2/source/text/smath/01.po
index 03f836d7e34..2bb64495a6b 100644
--- a/source/ast/helpcontent2/source/text/smath/01.po
+++ b/source/ast/helpcontent2/source/text/smath/01.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: 2022-04-11 15:28+0200\n"
-"PO-Revision-Date: 2023-04-09 03:34+0000\n"
+"PO-Revision-Date: 2023-04-28 06:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-7-4/textsmath01/ast/>\n"
"Language: ast\n"
@@ -2813,7 +2813,7 @@ msgctxt ""
"par_id3149320\n"
"help.text"
msgid "nth Root"
-msgstr "Raigañu n"
+msgstr "Raíz n"
#. gqW4K
#: 03090400.xhp
@@ -9032,7 +9032,7 @@ msgctxt ""
"par_id3165402\n"
"help.text"
msgid "n-th root of x"
-msgstr "raigañu n de x"
+msgstr "Raíz n de x"
#. CGCrv
#: 03091504.xhp
@@ -9041,7 +9041,7 @@ msgctxt ""
"par_id3151502\n"
"help.text"
msgid "<image id=\"img_id3151509\" src=\"media/helpimg/starmath/fu21509.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151509\">Icon Sine</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151509\" src=\"media/helpimg/starmath/fu21509.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151509\">Iconu Senu</alt></image>"
#. nAEE2
#: 03091504.xhp
diff --git a/source/ast/helpcontent2/source/text/swriter.po b/source/ast/helpcontent2/source/text/swriter.po
index 948fbc4dee2..aa1546181c7 100644
--- a/source/ast/helpcontent2/source/text/swriter.po
+++ b/source/ast/helpcontent2/source/text/swriter.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: 2022-07-04 18:05+0200\n"
-"PO-Revision-Date: 2023-04-09 03:34+0000\n"
+"PO-Revision-Date: 2023-04-30 15:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-7-4/textswriter/ast/>\n"
"Language: ast\n"
@@ -2273,7 +2273,7 @@ msgctxt ""
"hd_id0821200911015962\n"
"help.text"
msgid "Digital Signature"
-msgstr "Firma dixital"
+msgstr "Robla dixital"
#. HYMp2
#: main0208.xhp
diff --git a/source/ast/helpcontent2/source/text/swriter/01.po b/source/ast/helpcontent2/source/text/swriter/01.po
index cad81597b5c..4247794f231 100644
--- a/source/ast/helpcontent2/source/text/swriter/01.po
+++ b/source/ast/helpcontent2/source/text/swriter/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-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-07-04 18:05+0200\n"
-"PO-Revision-Date: 2023-04-18 19:34+0000\n"
+"PO-Revision-Date: 2023-04-24 09:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-7-4/textswriter01/ast/>\n"
"Language: ast\n"
@@ -7889,7 +7889,7 @@ msgctxt ""
"par_id757469\n"
"help.text"
msgid "The \"Number\" format inserts the number of the heading or numbered paragraph. The superior levels are included depending on the context, as necessary."
-msgstr "El formatu de \"Númberu\" inxerta'l númberu de la testera o párrafu numberáu. Niveles cimeros tán incluyíu dependiendo nel contestu, según necesidá."
+msgstr "El formatu «Númberu» inxerta'l númberu del títulu o párrafu numberáu. Los niveles cimeros inclúyense dependiendo del contestu, según necesidá."
#. B9MSu
#: 04090002.xhp
@@ -13920,7 +13920,7 @@ msgctxt ""
"hd_id3154470\n"
"help.text"
msgid "Sort by"
-msgstr "Ordenar según"
+msgstr "Ordenar per"
#. AMZeh
#: 04120227.xhp
diff --git a/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
index 1a0fa8107b9..448857e2d78 100644
--- a/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ast/officecfg/registry/data/org/openoffice/Office/UI.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: 2022-06-09 11:50+0200\n"
-"PO-Revision-Date: 2023-04-04 21:33+0000\n"
+"PO-Revision-Date: 2023-04-23 05:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-4/officecfgregistrydataorgopenofficeofficeui/ast/>\n"
"Language: ast\n"
@@ -23550,7 +23550,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Text Animation"
-msgstr "Animación de testu"
+msgstr "Animación del testu"
#. UjbXz
#: GenericCommands.xcu
@@ -29527,36 +29527,33 @@ msgstr "Páxina"
#. E9FJB
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.PanelList.SdLayoutsPanel\n"
"Title\n"
"value.text"
msgid "Layouts"
-msgstr "Diseños"
+msgstr "Distribuciones"
#. RXZGB
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.PanelList.SdUsedMasterPagesPanel\n"
"Title\n"
"value.text"
msgid "Used in This Presentation"
-msgstr "Usáu nesta presentación"
+msgstr "Usaes nesta presentación"
#. wdioB
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.PanelList.SdRecentMasterPagesPanel\n"
"Title\n"
"value.text"
msgid "Recently Used"
-msgstr "Usaos recientemente"
+msgstr "Usaes de recién"
#. CBBgf
#: Sidebar.xcu
diff --git a/source/ast/sc/messages.po b/source/ast/sc/messages.po
index ee6f7b240bf..edce2949450 100644
--- a/source/ast/sc/messages.po
+++ b/source/ast/sc/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: 2022-12-14 12:13+0100\n"
-"PO-Revision-Date: 2023-04-17 21:32+0000\n"
+"PO-Revision-Date: 2023-04-20 18:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-4/scmessages/ast/>\n"
"Language: ast\n"
@@ -16756,7 +16756,6 @@ msgstr "Estilos aplicaos"
#. gHBtK
#: sc/inc/scstyles.hrc:32
-#, fuzzy
msgctxt "RID_CELLSTYLEFAMILY"
msgid "Custom Styles"
msgstr "Estilos personalizaos"
@@ -16776,7 +16775,6 @@ msgstr "Estilos anubríos"
#. jQvqy
#: sc/inc/scstyles.hrc:40
-#, fuzzy
msgctxt "RID_PAGESTYLEFAMILY"
msgid "Custom Styles"
msgstr "Estilos personalizaos"
@@ -16786,7 +16784,7 @@ msgstr "Estilos personalizaos"
#: sc/inc/strings.hrc:27
msgctxt "SCSTR_LONG_SCDOC_NAME"
msgid "%PRODUCTNAME Spreadsheet format (calc6)"
-msgstr ""
+msgstr "Formatu de fueya de cálculu de %PRODUCTNAME (calc6)"
#. cZ6cB
#: sc/inc/strings.hrc:28
@@ -17808,7 +17806,7 @@ msgstr "<ermu>"
#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
-msgstr "Ensin proteicion"
+msgstr "Ensin proteición"
#. 3TDDs
#: sc/inc/strings.hrc:208
diff --git a/source/ast/sd/messages.po b/source/ast/sd/messages.po
index fad20a4ea8c..82852c75fd7 100644
--- a/source/ast/sd/messages.po
+++ b/source/ast/sd/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: 2022-07-04 18:05+0200\n"
-"PO-Revision-Date: 2023-04-09 20:32+0000\n"
+"PO-Revision-Date: 2023-04-23 05:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-4/sdmessages/ast/>\n"
"Language: ast\n"
@@ -1811,14 +1811,13 @@ msgstr "Distribuciones"
#: sd/inc/strings.hrc:259
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
-msgstr ""
+msgstr "Estilos de dibuxu"
#. tR4CL
#: sd/inc/strings.hrc:260
-#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
-msgstr "Opciones de presentación"
+msgstr "Estilos de presentación"
#. oyUYa
#: sd/inc/strings.hrc:261
@@ -10107,7 +10106,7 @@ msgstr "Animación del testu"
#: sd/uiconfig/simpress/ui/templatedialog.ui:631
msgctxt "templatedialog|dimensioning"
msgid "Dimensioning"
-msgstr "Dimensionamientu"
+msgstr "Acotación"
#. fcsTP
#: sd/uiconfig/simpress/ui/templatedialog.ui:679
diff --git a/source/ast/svx/messages.po b/source/ast/svx/messages.po
index c9e3bed59e8..76676dd4351 100644
--- a/source/ast/svx/messages.po
+++ b/source/ast/svx/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: 2023-03-02 16:55+0100\n"
-"PO-Revision-Date: 2023-04-17 21:32+0000\n"
+"PO-Revision-Date: 2023-05-03 05:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-4/svxmessages/ast/>\n"
"Language: ast\n"
@@ -6221,10 +6221,9 @@ msgstr ""
#. uDT6G
#: include/svx/strings.hrc:1115
-#, fuzzy
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
-msgstr "Por autor"
+msgstr "Per autor"
#. q2Le9
#: include/svx/strings.hrc:1116
@@ -13086,27 +13085,25 @@ msgstr ""
#: svx/uiconfig/ui/addconditiondialog.ui:8
msgctxt "addconditiondialog|AddConditionDialog"
msgid "Add Condition"
-msgstr ""
+msgstr "Amestar una condición"
#. zVZ7P
#: svx/uiconfig/ui/addconditiondialog.ui:88
-#, fuzzy
msgctxt "addconditiondialog|label1"
msgid "_Condition:"
-msgstr "_Condición"
+msgstr "_Condición:"
#. CBWg9
#: svx/uiconfig/ui/addconditiondialog.ui:114
msgctxt "addconditiondialog|extended_tip|condition"
msgid "Enter a condition."
-msgstr ""
+msgstr "Introduz una condición."
#. GztAA
#: svx/uiconfig/ui/addconditiondialog.ui:144
-#, fuzzy
msgctxt "addconditiondialog|label2"
msgid "_Result:"
-msgstr "Resultáu"
+msgstr "_Resultáu:"
#. 2aknP
#: svx/uiconfig/ui/addconditiondialog.ui:156
diff --git a/source/ast/sw/messages.po b/source/ast/sw/messages.po
index 46c5812ee56..a68b16003f9 100644
--- a/source/ast/sw/messages.po
+++ b/source/ast/sw/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: 2022-12-14 12:13+0100\n"
-"PO-Revision-Date: 2023-04-17 21:32+0000\n"
+"PO-Revision-Date: 2023-04-24 06:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-4/swmessages/ast/>\n"
"Language: ast\n"
@@ -383,10 +383,9 @@ msgstr "Estilos personalizaos"
#. ZnprF
#: sw/inc/cnttab.hrc:29
-#, fuzzy
msgctxt "RES_SRCTYPES"
msgid "%PRODUCTNAME Math"
-msgstr "%PRODUCTNAME %s"
+msgstr "Math de %PRODUCTNAME"
#. wg2Rx
#: sw/inc/cnttab.hrc:30
@@ -690,13 +689,13 @@ msgstr "Númberu de párrafos"
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_CHAR_DIRECTFORMAT"
msgid "Character Direct Formatting"
-msgstr ""
+msgstr "Formatu direutu de caráuter"
#. fYAUc
#: sw/inc/inspectorproperties.hrc:32
msgctxt "RID_PARA_DIRECTFORMAT"
msgid "Paragraph Direct Formatting"
-msgstr ""
+msgstr "Formatu direutu de párrafu"
#. YUbUQ
#. Format names
@@ -3396,31 +3395,31 @@ msgstr "Ensin llista"
#: sw/inc/strings.hrc:215
msgctxt "STR_POOLNUMRULE_NUM1"
msgid "Numbering 123"
-msgstr ""
+msgstr "Numberación 123"
#. AW8tm
#: sw/inc/strings.hrc:216
msgctxt "STR_POOLNUMRULE_NUM2"
msgid "Numbering ABC"
-msgstr ""
+msgstr "Numberación ABC"
#. k2FEN
#: sw/inc/strings.hrc:217
msgctxt "STR_POOLNUMRULE_NUM3"
msgid "Numbering abc"
-msgstr ""
+msgstr "Numberación abc"
#. 4Cgku
#: sw/inc/strings.hrc:218
msgctxt "STR_POOLNUMRULE_NUM4"
msgid "Numbering IVX"
-msgstr ""
+msgstr "Numberación IVX"
#. TgZ6E
#: sw/inc/strings.hrc:219
msgctxt "STR_POOLNUMRULE_NUM5"
msgid "Numbering ivx"
-msgstr ""
+msgstr "Numberación ivx"
#. M3j9C
#. Bullet \u2022
@@ -3496,10 +3495,9 @@ msgstr ""
#. fCbrD
#: sw/inc/strings.hrc:238
-#, fuzzy
msgctxt "STR_PARAGRAPHSTYLEFAMILY"
msgid "Paragraph Styles"
-msgstr "Estilos de _párrafu"
+msgstr "Estilos de párrafu"
#. D9yAi
#: sw/inc/strings.hrc:239
@@ -3509,31 +3507,27 @@ msgstr "Estilos de caráuter"
#. vpotA
#: sw/inc/strings.hrc:240
-#, fuzzy
msgctxt "STR_FRAMESTYLEFAMILY"
msgid "Frame Styles"
-msgstr "Estilu del marcu"
+msgstr "Estilos de marcu"
#. KJ9Ct
#: sw/inc/strings.hrc:241
-#, fuzzy
msgctxt "STR_PAGESTYLEFAMILY"
msgid "Page Styles"
-msgstr "Estilu de páxina"
+msgstr "Estilos de páxina"
#. StGfs
#: sw/inc/strings.hrc:242
-#, fuzzy
msgctxt "STR_LISTSTYLEFAMILY"
msgid "List Styles"
msgstr "Estilos de llista"
#. uYnHh
#: sw/inc/strings.hrc:243
-#, fuzzy
msgctxt "STR_TABLESTYLEFAMILY"
msgid "Table Styles"
-msgstr "Estilu de páxina"
+msgstr "Estilos de páxina"
#. 6VBtB
#: sw/inc/strings.hrc:244
@@ -4080,10 +4074,9 @@ msgstr "Marcu de %PRODUCTNAME Writer"
#. gEGv8
#: sw/inc/strings.hrc:342
-#, fuzzy
msgctxt "STR_CAPTION_GRAPHIC"
msgid "%PRODUCTNAME Writer Image"
-msgstr "Marcu de %PRODUCTNAME Writer"
+msgstr "Imaxe de Writer de %PRODUCTNAME"
#. k8kLw
#: sw/inc/strings.hrc:343
diff --git a/source/bg/extensions/messages.po b/source/bg/extensions/messages.po
index 86083f4b58f..bdeb145bb9c 100644
--- a/source/bg/extensions/messages.po
+++ b/source/bg/extensions/messages.po
@@ -4,16 +4,16 @@ 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-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-10 13:19+0000\n"
+"PO-Revision-Date: 2023-04-25 07:34+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
-"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/extensionsmessages/bg/>\n"
+"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-7-4/extensionsmessages/bg/>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1562351698.000000\n"
#. cBx8W
@@ -4420,7 +4420,7 @@ msgstr "Това са полетата – контроли, които мога
#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:166
msgctxt "labelselectiondialog|noassignment"
msgid "_No assignment"
-msgstr "Без назначение"
+msgstr "Без присвояване"
#. 8EkFC
#: extensions/uiconfig/spropctrlr/ui/multiline.ui:73
diff --git a/source/bg/helpcontent2/source/text/sbasic/shared/03.po b/source/bg/helpcontent2/source/text/sbasic/shared/03.po
index f844aecc784..531b6271f2a 100644
--- a/source/bg/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/bg/helpcontent2/source/text/sbasic/shared/03.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: 2022-07-04 18:04+0200\n"
-"PO-Revision-Date: 2023-03-12 04:33+0000\n"
+"PO-Revision-Date: 2023-04-24 09:34+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-7-4/textsbasicshared03/bg/>\n"
"Language: bg\n"
@@ -15305,7 +15305,7 @@ msgctxt ""
"par_id141613001281573\n"
"help.text"
msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets."
-msgstr ""
+msgstr "За да узнаете повече за имената на знаковите набори, посетете страницата <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">Character Sets</link> на IANA. Имайте предвид, че %PRODUCTNAME не поддържа всички съществуващи знакови набори."
#. DVGxr
#: sf_filesystem.xhp
@@ -19859,7 +19859,7 @@ msgctxt ""
"par_id141613001281573\n"
"help.text"
msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets."
-msgstr ""
+msgstr "За да узнаете повече за имената на знаковите набори, посетете страницата <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">Character Sets</link> на IANA. Имайте предвид, че %PRODUCTNAME не поддържа всички съществуващи знакови набори."
#. 3ApdD
#: sf_l10n.xhp
@@ -27050,7 +27050,7 @@ msgctxt ""
"par_id141613001281573\n"
"help.text"
msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets."
-msgstr ""
+msgstr "За да узнаете повече за имената на знаковите набори, посетете страницата <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">Character Sets</link> на IANA. Имайте предвид, че %PRODUCTNAME не поддържа всички съществуващи знакови набори."
#. hKJkD
#: sf_textstream.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/02.po b/source/bg/helpcontent2/source/text/shared/02.po
index 3d0eae6deaa..417dd067830 100644
--- a/source/bg/helpcontent2/source/text/shared/02.po
+++ b/source/bg/helpcontent2/source/text/shared/02.po
@@ -4,16 +4,16 @@ 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-06-09 11:50+0200\n"
-"PO-Revision-Date: 2022-07-06 16:22+0000\n"
+"PO-Revision-Date: 2023-04-24 09:34+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
-"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/bg/>\n"
+"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-7-4/textshared02/bg/>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: Weblate 4.15.2\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1562357690.000000\n"
@@ -3291,7 +3291,7 @@ msgctxt ""
"par_id3154512\n"
"help.text"
msgid "<ahelp hid=\"modules/spropctrlr/ui/labelselectiondialog/LabelSelectionDialog\">Check the <emph>No assignment</emph> box to remove the link between a control and the assigned label field.</ahelp>"
-msgstr "<ahelp hid=\"modules/spropctrlr/ui/labelselectiondialog/LabelSelectionDialog\">Отметнете полето <emph>Без назначение</emph>, за да премахнете връзката между контрола и приписаното ѝ поле за етикет.</ahelp>"
+msgstr "<ahelp hid=\"modules/spropctrlr/ui/labelselectiondialog/LabelSelectionDialog\">Отметнете полето <emph>Без присвояване</emph>, за да премахнете връзката между контрола и присвоеното ѝ поле за етикет.</ahelp>"
#. 49HyB
#: 01170101.xhp
diff --git a/source/bg/helpcontent2/source/text/swriter/01.po b/source/bg/helpcontent2/source/text/swriter/01.po
index 7ddf9ec0985..4044ceb34a2 100644
--- a/source/bg/helpcontent2/source/text/swriter/01.po
+++ b/source/bg/helpcontent2/source/text/swriter/01.po
@@ -4,16 +4,16 @@ 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-07-04 18:05+0200\n"
-"PO-Revision-Date: 2022-07-19 20:03+0000\n"
+"PO-Revision-Date: 2023-04-26 17:33+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
-"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/bg/>\n"
+"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-7-4/textswriter01/bg/>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: Weblate 4.15.2\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1562351067.000000\n"
@@ -1986,7 +1986,7 @@ msgctxt ""
"par_id3154330\n"
"help.text"
msgid "The entries largely correspond to those in the <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link> selection box. You can also select other jump destinations. An example are the reminders, which you can set with the <emph>Set Reminder</emph> icon in the Navigator. You can select an object from among the following options on the <emph>Navigation</emph> toolbar: table, frame, graphics, OLE object, page, headings, reminder, drawing object, control field, section, bookmark, selection, footnote, note, index entry, table formula, wrong table formula."
-msgstr "Елементите съответстват предимно на тези от полето за избиране в <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Навигатора</link>. Можете да избирате и други местоназначения, например напомнянията, които можете да поставяте чрез иконата <emph>Задаване на напомняне</emph> в „Навигатора“. В лентата с инструменти <emph>Навигация</emph> можете да избирате измежду следните елементи: таблица, рамка, графика, OLE обект, страница, заглавия, напомняне, рисунка, поле на контрола, раздел, показалец, селекция, бележка под линия, бележка, запис за указател, таблична формула, погрешна таблична формула."
+msgstr "Елементите съответстват предимно на тези от полето за избиране в <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Навигатора</link>. Можете да избирате и други местоназначения, например напомнянията, които можете да поставяте чрез иконата <emph>Задаване на напомняне</emph> в „Навигатора“. В лентата с инструменти <emph>Навигация</emph> можете да избирате измежду следните елементи: таблица, рамка, графика, OLE обект, страница, заглавия, напомняне, рисунка, поле на контрола, раздел, показалец, селекция, бележка под линия, бележка, елемент от указател, таблична формула, погрешна таблична формула."
#. gVFCS
#: 02110100.xhp
@@ -3714,7 +3714,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Edit Index Entry"
-msgstr "Редактиране на запис за указател"
+msgstr "Редактиране на елемент от указател"
#. REcEC
#: 02160000.xhp
@@ -3723,7 +3723,7 @@ msgctxt ""
"hd_id3154567\n"
"help.text"
msgid "Edit Index Entry"
-msgstr "Редактиране на запис за указател"
+msgstr "Редактиране на елемент от указател"
#. ZBGHN
#: 02160000.xhp
@@ -3741,7 +3741,7 @@ msgctxt ""
"par_id3155896\n"
"help.text"
msgid "To insert an index entry, select a word in the document, and then choose <link href=\"text/swriter/01/04120100.xhp\" name=\"Insert - Table of Contents and Index - Index Entry\"><item type=\"menuitem\">Insert - Table of Contents and Index - Index Entry</item></link>."
-msgstr "За да вмъкнете запис за указател, изберете дума от документа, после изберете <link href=\"text/swriter/01/04120100.xhp\" name=\"Insert - Table of Contents and Index - Index Entry\"><item type=\"menuitem\">Вмъкване - Съдържание и указател - Запис</item></link>."
+msgstr "За да вмъкнете елемент от указател, изберете дума от документа, после изберете <link href=\"text/swriter/01/04120100.xhp\" name=\"Insert - Table of Contents and Index - Index Entry\"><item type=\"menuitem\">Вмъкване - Съдържание и указател - Запис</item></link>."
#. qnnFh
#: 02160000.xhp
@@ -3759,7 +3759,7 @@ msgctxt ""
"par_id3149486\n"
"help.text"
msgid "Edits the selected index entry."
-msgstr "Тук се редактира избраният запис за указател."
+msgstr "Тук се редактира избраният елемент от указател."
#. qiCQX
#: 02160000.xhp
@@ -3795,7 +3795,7 @@ msgctxt ""
"par_id3149823\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/indexentry/entryed\">Edit the index entry if necessary. When you modify the index entry, the new text only appears in the index, and not at the index entry anchor in the document. </ahelp> For example, you can enter an index with comments such as \"Basics, see also General\"."
-msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/entryed\">Редактирайте записа за указател, ако е необходимо. Когато променяте запис за указател, новият текст се появява само в указателя, но не и в неговата котва в документа. </ahelp> Например, можете да въведете елемент с коментар като „Основни понятия, виж също Общ преглед“."
+msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/entryed\">Редактирайте елемента от указател, ако е необходимо. Когато променяте елемент от указател, новият текст се появява само в указателя, но не и в неговата котва в документа. </ahelp> Например, можете да въведете елемент с коментар като „Основни понятия, виж също Общ преглед“."
#. c7wua
#: 02160000.xhp
@@ -3813,7 +3813,7 @@ msgctxt ""
"par_id3153631\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/indexentry/key1cb\">To create a multilevel index, type the name of the first level index entry, or select a name from the list. The current index entry is added below this name.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/key1cb\">За да създадете указател с няколко нива, въведете името на записа за указател от първо ниво или изберете име от списъка. Текущият запис за указател се прибавя под това име.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/key1cb\">За да създадете указател с няколко нива, въведете името на елемента от първо ниво на указателя или изберете име от списъка. Текущият елемент от указателя се добавя под това име.</ahelp>"
#. sHesC
#: 02160000.xhp
@@ -3831,7 +3831,7 @@ msgctxt ""
"par_id3145758\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/indexentry/key2cb\">Type the name of the second level index entry, or select a name from the list. The current index entry is added below this name.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/key2cb\">Въведете името на запис за указател от второ ниво или изберете име от списъка. Текущият запис за указател се прибавя под това име.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/key2cb\">Въведете името на елемента от второ ниво на указателя или изберете име от списъка. Текущият елемент от указателя се добавя под това име.</ahelp>"
#. TKyE4
#: 02160000.xhp
@@ -3885,7 +3885,7 @@ msgctxt ""
"par_id3155869\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/indexentry/first\">Jumps to the first index entry of the same type in the document.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/first\">Преминава към първия запис за указател от същия тип в документа.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/first\">Преминава към първия елемент от указател от същия тип в документа.</ahelp>"
#. y9w7C
#: 02160000.xhp
@@ -3921,7 +3921,7 @@ msgctxt ""
"par_id3149829\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/indexentry/last\">Jumps to the last index entry of the same type in the document.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/last\">Преминава към последния запис за указател от същия тип в документа.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/last\">Преминава към последния елемент от указател от същия тип в документа.</ahelp>"
#. UmFvL
#: 02160000.xhp
@@ -3957,7 +3957,7 @@ msgctxt ""
"par_id3154327\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/indexentry/previous\">Jumps to the previous index entry of the same type in the document.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/previous\">Преминава към предишния запис за указател от същия тип в документа.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/previous\">Преминава към предишния елемент от указател от същия тип в документа.</ahelp>"
#. sbfHD
#: 02160000.xhp
@@ -3993,7 +3993,7 @@ msgctxt ""
"par_id3154633\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/indexentry/next\">Jumps to the next index entry of the same type in the document.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/next\">Преминава към следващия запис за указател от същия тип в документа.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/next\">Преминава към следващия елемент от указател от същия тип в документа.</ahelp>"
#. 3nZVK
#: 02160000.xhp
diff --git a/source/bg/helpcontent2/source/text/swriter/02.po b/source/bg/helpcontent2/source/text/swriter/02.po
index bc19f96e4ff..bc56b26b93d 100644
--- a/source/bg/helpcontent2/source/text/swriter/02.po
+++ b/source/bg/helpcontent2/source/text/swriter/02.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: 2022-05-10 20:16+0200\n"
-"PO-Revision-Date: 2023-02-02 12:38+0000\n"
+"PO-Revision-Date: 2023-04-26 17:33+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-7-4/textswriter02/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1547852096.000000\n"
#. sqxGb
@@ -3218,7 +3218,7 @@ msgctxt ""
"hd_id3155861\n"
"help.text"
msgid "<link href=\"text/swriter/01/04120100.xhp\" name=\"Insert Index Marker\">Entry</link>"
-msgstr "<link href=\"text/swriter/01/04120100.xhp\" name=\"Вмъкване на запис за указател\">Запис</link>"
+msgstr "<link href=\"text/swriter/01/04120100.xhp\" name=\"Insert Index Marker\">Елемент</link>"
#. nzTGs
#: 18030000.xhp
diff --git a/source/bg/helpcontent2/source/text/swriter/guide.po b/source/bg/helpcontent2/source/text/swriter/guide.po
index 50503c26d87..348ef9db571 100644
--- a/source/bg/helpcontent2/source/text/swriter/guide.po
+++ b/source/bg/helpcontent2/source/text/swriter/guide.po
@@ -4,16 +4,16 @@ 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-07-04 18:05+0200\n"
-"PO-Revision-Date: 2022-07-06 16:22+0000\n"
+"PO-Revision-Date: 2023-04-26 17:33+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
-"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/bg/>\n"
+"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-7-4/textswriterguide/bg/>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1564897611.000000\n"
#. XAt2Y
@@ -8087,7 +8087,7 @@ msgctxt ""
"par_id3155893\n"
"help.text"
msgid "To cycle through the index entries in your document, click the next or the previous arrows in the <link href=\"text/swriter/01/02160000.xhp\" name=\"Edit Index Entry dialog\"><emph>Edit Index Entry</emph> dialog</link>."
-msgstr "За да обхождате записите за указател в документа, щракайте върху стрелките \"предишен\" и \"следващ\" в диалоговия прозорец <link href=\"text/swriter/01/02160000.xhp\" name=\"Редактиране на запис за указател\"><emph>Редактиране на запис за указател</emph></link>."
+msgstr "За да обхождате елементите от указател в документа, щракайте върху стрелките „предишен“ и „следващ“ в диалоговия прозорец <link href=\"text/swriter/01/02160000.xhp\" name=\"Edit Index Entry dialog\"><emph>Редактиране на елемент от указател</emph></link>."
#. 3hNnR
#: indices_edit.xhp
diff --git a/source/bg/sw/messages.po b/source/bg/sw/messages.po
index 23374cbb1ca..ce9cbb30f75 100644
--- a/source/bg/sw/messages.po
+++ b/source/bg/sw/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: 2022-12-14 12:13+0100\n"
-"PO-Revision-Date: 2023-01-30 09:57+0000\n"
+"PO-Revision-Date: 2023-04-28 06:34+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-7-4/swmessages/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1562504032.000000\n"
#. v3oJv
@@ -6766,13 +6766,13 @@ msgstr "Локално копие"
#: sw/inc/strings.hrc:810
msgctxt "STR_IDXMRK_EDIT"
msgid "Edit Index Entry"
-msgstr "Редактиране на запис за указател"
+msgstr "Редактиране на елемент от указател"
#. EHTHH
#: sw/inc/strings.hrc:811
msgctxt "STR_IDXMRK_INSERT"
msgid "Insert Index Entry"
-msgstr "Вмъкване на запис за указател"
+msgstr "Вмъкване на елемент от указател"
#. D2gkA
#: sw/inc/strings.hrc:812
@@ -8726,7 +8726,7 @@ msgstr "Повторно търсене"
#: sw/inc/strings.hrc:1191
msgctxt "ST_INDEX_ENTRY"
msgid "Index entry"
-msgstr "Запис за указател"
+msgstr "Елемент от указател"
#. sfmff
#: sw/inc/strings.hrc:1192
@@ -16634,7 +16634,7 @@ msgstr "Предишен запис"
#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
-msgstr "Преминава към предишния запис за указател от същия тип в документа."
+msgstr "Преминава към предишния елемент от указател от същия тип в документа."
#. VsuQU
#: sw/uiconfig/swriter/ui/indexentry.ui:557
@@ -16646,7 +16646,7 @@ msgstr "Следващ запис"
#: sw/uiconfig/swriter/ui/indexentry.ui:560
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
-msgstr "Преминава към следващия запис за указател от същия тип в документа."
+msgstr "Преминава към следващия елемент от указател от същия тип в документа."
#. KnhCr
#: sw/uiconfig/swriter/ui/indexentry.ui:578
@@ -16658,7 +16658,7 @@ msgstr "Предишен запис (същото име)"
#: sw/uiconfig/swriter/ui/indexentry.ui:581
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
-msgstr "Преминава към предишния запис за указател от същия тип и със същото име в документа."
+msgstr "Преминава към предишния елемент от указател от същия тип и със същото име в документа."
#. 2mkMr
#: sw/uiconfig/swriter/ui/indexentry.ui:599
@@ -16670,7 +16670,7 @@ msgstr "Следващ запис (същото име)"
#: sw/uiconfig/swriter/ui/indexentry.ui:602
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
-msgstr "Преминава към следващия запис за указател от същия тип и със същото име в документа."
+msgstr "Преминава към следващия елемент от указател от същия тип и със същото име в документа."
#. dLE2B
#: sw/uiconfig/swriter/ui/indexentry.ui:630
diff --git a/source/ca/cui/messages.po b/source/ca/cui/messages.po
index 46eff87ffab..662b9dc8271 100644
--- a/source/ca/cui/messages.po
+++ b/source/ca/cui/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: 2022-12-14 12:12+0100\n"
-"PO-Revision-Date: 2023-04-17 21:32+0000\n"
+"PO-Revision-Date: 2023-04-20 18:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-7-4/cuimessages/ca/>\n"
"Language: ca\n"
@@ -21134,7 +21134,7 @@ msgstr "Text"
#: cui/uiconfig/ui/textdialog.ui:183
msgctxt "textdialog|RID_SVXPAGE_TEXTANIMATION"
msgid "Text Animation"
-msgstr "Animació de text"
+msgstr "Animació del text"
#. iq2Cq
#: cui/uiconfig/ui/textdialog.ui:231
diff --git a/source/ca/dbaccess/messages.po b/source/ca/dbaccess/messages.po
index 19f597d3a82..cc8210463fd 100644
--- a/source/ca/dbaccess/messages.po
+++ b/source/ca/dbaccess/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: 2022-12-14 12:12+0100\n"
-"PO-Revision-Date: 2022-10-24 11:13+0000\n"
+"PO-Revision-Date: 2023-05-03 05:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-7-4/dbaccessmessages/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1562301145.000000\n"
#. BiN6g
@@ -3514,7 +3514,7 @@ msgstr "L'auxiliar de bases de dades crea un fitxer de base de dades que conté
#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:39
msgctxt "generalspecialjdbcdetailspage|label2"
msgid "_Host name:"
-msgstr "_Nom del servidor:"
+msgstr "_Nom de l'amfitrió:"
#. NmRqx
#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:53
@@ -5236,7 +5236,7 @@ msgstr "Drets d'accés per a l'usuari seleccionat"
#: dbaccess/uiconfig/ui/userdetailspage.ui:40
msgctxt "userdetailspage|hostnameft"
msgid "_Host name:"
-msgstr "_Nom del servidor:"
+msgstr "_Nom de l'amfitrió:"
#. eDvjr
#: dbaccess/uiconfig/ui/userdetailspage.ui:56
diff --git a/source/ca/helpcontent2/source/text/sbasic/shared.po b/source/ca/helpcontent2/source/text/sbasic/shared.po
index 4176a2b04b5..1b6a0ce1c35 100644
--- a/source/ca/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ca/helpcontent2/source/text/sbasic/shared.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: 2022-07-04 18:04+0200\n"
-"PO-Revision-Date: 2023-03-13 17:33+0000\n"
+"PO-Revision-Date: 2023-04-21 07:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-4/textsbasicshared/ca/>\n"
"Language: ca\n"
@@ -1914,7 +1914,7 @@ msgctxt ""
"par_id3148797\n"
"help.text"
msgid "<emph>Sub</emph> is the short form of <emph>subroutine</emph>, that is used to handle a certain task within a program. Subs are used to split a task into individual procedures. Splitting a program into procedures and sub-procedures enhances readability and reduces the error-proneness. A sub possibly takes some arguments as parameters but does not return any values back to the calling sub or function, for example:"
-msgstr "<emph>Sub</emph> és la forma abreujada de <emph>subrutina</emph>, que s'utilitza per gestionar una tasca determinada dins d'un programa. Les subs s'utilitzen per dividir tasques en procediments individuals. La divisió d'un programa en procediments i subprocediments millora la llegibilitat i redueix la possibilitat d'error. Una sub possiblement pren alguns arguments com a paràmetres però no torna cap valor a la sub o funció de crida, per exemple:"
+msgstr "<emph>Sub</emph> és la forma abreujada de <emph>subrutina</emph>, que s'utilitza per a gestionar una tasca determinada dins d'un programa. Les subs s'utilitzen per a dividir tasques en procediments individuals. La divisió d'un programa en procediments i subprocediments millora la comprensibilitat i redueix la possibilitat d'error. Una sub possiblement pren alguns arguments com a paràmetres però no torna cap valor a la sub o funció de crida, per exemple:"
#. ovUK9
#: 01010210.xhp
@@ -25356,13 +25356,12 @@ msgstr "Defineix un o més identificadors com a constants."
#. 4sYHn
#: 03100700.xhp
-#, fuzzy
msgctxt ""
"03100700.xhp\n"
"par_id3147264\n"
"help.text"
msgid "A constant is a variable that helps to improve the readability of a program. Constants are not defined as a specific type of variable, but rather are used as placeholders in the code. You can only define a constant once and it cannot be modified."
-msgstr "Una constant és una variable que ajuda a millorar la llegibilitat d'un programa. Les constants no es defineixen com un tipus específic de variable sinó que s'utilitzen com a marcadors en el codi. Només podeu definir una constant una vegada i no es pot modificar."
+msgstr "Una constant és una variable que ajuda a millorar la comprensibilitat d'un programa. Les constants no es defineixen com un tipus específic de variable, sinó que s'utilitzen com a espais reservats al codi. Només es pot definir una constant un cop i no és possible modificar-la."
#. ucqd6
#: 03100700.xhp
diff --git a/source/ca/helpcontent2/source/text/sbasic/shared/03.po b/source/ca/helpcontent2/source/text/sbasic/shared/03.po
index e72d8b29a67..d3a9996746b 100644
--- a/source/ca/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/ca/helpcontent2/source/text/sbasic/shared/03.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: 2022-07-04 18:04+0200\n"
-"PO-Revision-Date: 2023-03-31 20:34+0000\n"
+"PO-Revision-Date: 2023-04-23 20:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-4/textsbasicshared03/ca/>\n"
"Language: ca\n"
@@ -10436,7 +10436,7 @@ msgctxt ""
"pyc_id841620225235377\n"
"help.text"
msgid "# ... process the controls actual values"
-msgstr ""
+msgstr "# ... processa els valors reals dels controls"
#. 2PPv4
#: sf_dialogcontrol.xhp
diff --git a/source/ca/helpcontent2/source/text/schart/01.po b/source/ca/helpcontent2/source/text/schart/01.po
index 09b2955031b..1abec146cf3 100644
--- a/source/ca/helpcontent2/source/text/schart/01.po
+++ b/source/ca/helpcontent2/source/text/schart/01.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: 2021-09-10 23:11+0200\n"
-"PO-Revision-Date: 2023-04-03 04:34+0000\n"
+"PO-Revision-Date: 2023-04-21 07:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-4/textschart01/ca/>\n"
"Language: ca\n"
@@ -654,7 +654,7 @@ msgctxt ""
"par_id1106200812112531\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies whether the legend should overlap the chart.</ahelp> Turning off this option is useful if you want to display the legend above an empty part of the chart area instead of beside it. This way the drawing area can fill the whole chart area, increasing its readability."
-msgstr "<ahelp hid=\".\">Especifica si la llegenda s'ha de superposar al diagrama.</ahelp> Si s'inhabilita aquesta opció podreu mostrar la llegenda per sobre d'una part buida del diagrama, en lloc de a un costat. D'aquesta manera, l'àrea de dibuix pot emplenar la totalitat del diagrama, la qual cosa n'augmenta la llegibilitat."
+msgstr "<ahelp hid=\".\">Especifica si la llegenda s'ha de superposar al diagrama.</ahelp> Si s'inhabilita aquesta opció podreu mostrar la llegenda per sobre d'una part buida del diagrama, en lloc de a un costat. D'aquesta manera, l'àrea de dibuix pot emplenar la totalitat del diagrama, la qual cosa n'augmenta la intel·ligibilitat."
#. WXyyt
#: 04030000.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/00.po b/source/ca/helpcontent2/source/text/shared/00.po
index 11db0554253..515af48a311 100644
--- a/source/ca/helpcontent2/source/text/shared/00.po
+++ b/source/ca/helpcontent2/source/text/shared/00.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: 2022-07-04 18:04+0200\n"
-"PO-Revision-Date: 2023-03-04 13:33+0000\n"
+"PO-Revision-Date: 2023-04-30 15:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-4/textshared00/ca/>\n"
"Language: ca\n"
@@ -3867,7 +3867,7 @@ msgctxt ""
"hd_id3148556\n"
"help.text"
msgid "Importing and Exporting Spreadsheet Files"
-msgstr "Importar i exportar fitxers de full de càlcul"
+msgstr "Importació i exportació de fitxers de full de càlcul"
#. Cdej5
#: 00000020.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/01.po b/source/ca/helpcontent2/source/text/shared/01.po
index 70b633f02b3..2011f9dd76f 100644
--- a/source/ca/helpcontent2/source/text/shared/01.po
+++ b/source/ca/helpcontent2/source/text/shared/01.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: 2022-07-04 18:04+0200\n"
-"PO-Revision-Date: 2023-04-17 22:33+0000\n"
+"PO-Revision-Date: 2023-04-21 07:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-4/textshared01/ca/>\n"
"Language: ca\n"
@@ -43202,7 +43202,7 @@ msgctxt ""
"par_id981514310786648\n"
"help.text"
msgid "<emph>Insert Separator</emph>: Add a separator mark to improve menu readability and to group commands by subject."
-msgstr "<emph>Insereix un separador</emph>: afegeix una marca separadora per a millorar la llegibilitat del menú i per a agrupar les ordres per tema."
+msgstr "<emph>Insereix un separador</emph>: afegeix una marca separadora per a millorar la comprensibilitat del menú i per a agrupar les ordres per tema."
#. EyEkZ
#: 06140100.xhp
@@ -43861,7 +43861,7 @@ msgctxt ""
"par_id981514310786648\n"
"help.text"
msgid "<emph>Insert Separator</emph>: Add a separator mark to improve menu readability and to group commands by subject."
-msgstr "<emph>Insereix un separador</emph>: afegeix una marca separadora per a millorar la llegibilitat del menú i per a agrupar les ordres per tema."
+msgstr "<emph>Insereix un separador</emph>: afegeix una marca separadora per a millorar la comprensibilitat del menú i per a agrupar les ordres per tema."
#. vmmJm
#: 06140300.xhp
@@ -44196,7 +44196,7 @@ msgctxt ""
"par_id981514310786648\n"
"help.text"
msgid "<emph>Insert Separator</emph>: Add a separator mark to improve toolbar readability and to group commands by subject."
-msgstr "<emph>Insereix un separador</emph>: afegeix una marca separadora per a millorar la llegibilitat de la barra d'eines i per a agrupar les ordres per tema."
+msgstr "<emph>Insereix un separador</emph>: afegeix una marca separadora per a millorar la comprensibilitat de la barra d'eines i per a agrupar les ordres per tema."
#. ZPoWt
#: 06140400.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/optionen.po b/source/ca/helpcontent2/source/text/shared/optionen.po
index 6d47df8de17..4a49ccc7916 100644
--- a/source/ca/helpcontent2/source/text/shared/optionen.po
+++ b/source/ca/helpcontent2/source/text/shared/optionen.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: 2022-07-04 18:04+0200\n"
-"PO-Revision-Date: 2023-04-04 11:33+0000\n"
+"PO-Revision-Date: 2023-04-21 07:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-4/textsharedoptionen/ca/>\n"
"Language: ca\n"
@@ -5430,7 +5430,7 @@ msgctxt ""
"par_id3145673\n"
"help.text"
msgid "<ahelp hid=\".\">Use the spin buttons <emph>Size 1</emph> to <emph>Size 7</emph> to define the respective font sizes for the HTML <font size=1> to <font size=7> tags.</ahelp>"
-msgstr "<help hid=\".\">Usa els botons de gir <emph>Mida 1</emph> a <emph>Mida 7</emph> per definir les mides de lletra respectives per a les etiquetes HTML <font size=1> a <font size=7>.</ahelp>"
+msgstr "<ahelp hid=\".\">Useu els botons de selecció de valors <emph>Mida 1</emph> a <emph>Mida 7</emph> per a definir les respectives mides de lletra de les etiquetes HTML <font size=1> a <font size=7>.</ahelp>"
#. gBDtB
#: 01030500.xhp
diff --git a/source/ca/helpcontent2/source/text/smath/01.po b/source/ca/helpcontent2/source/text/smath/01.po
index cf0dff50c0d..d67746979b4 100644
--- a/source/ca/helpcontent2/source/text/smath/01.po
+++ b/source/ca/helpcontent2/source/text/smath/01.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: 2022-04-11 15:28+0200\n"
-"PO-Revision-Date: 2023-03-13 17:33+0000\n"
+"PO-Revision-Date: 2023-04-28 06:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-4/textsmath01/ca/>\n"
"Language: ca\n"
@@ -9199,13 +9199,12 @@ msgstr "Arrel enèsima d'x"
#. CGCrv
#: 03091504.xhp
-#, fuzzy
msgctxt ""
"03091504.xhp\n"
"par_id3151502\n"
"help.text"
msgid "<image id=\"img_id3151509\" src=\"media/helpimg/starmath/fu21509.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151509\">Icon Sine</alt></image>"
-msgstr "<unk>GA<alt id=\"altid3151509\">Icona Sine</alt></image>"
+msgstr "<image id=\"img_id3151509\" src=\"media/helpimg/starmath/fu21509.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151509\">Icona Sinus</alt></image>"
#. nAEE2
#: 03091504.xhp
diff --git a/source/ca/helpcontent2/source/text/swriter/01.po b/source/ca/helpcontent2/source/text/swriter/01.po
index b000e465d49..682a053963d 100644
--- a/source/ca/helpcontent2/source/text/swriter/01.po
+++ b/source/ca/helpcontent2/source/text/swriter/01.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: 2022-07-04 18:05+0200\n"
-"PO-Revision-Date: 2023-04-18 19:34+0000\n"
+"PO-Revision-Date: 2023-04-24 09:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-4/textswriter01/ca/>\n"
"Language: ca\n"
@@ -7951,7 +7951,7 @@ msgctxt ""
"par_id757469\n"
"help.text"
msgid "The \"Number\" format inserts the number of the heading or numbered paragraph. The superior levels are included depending on the context, as necessary."
-msgstr "El format \"Número\" insereix el número de l'encapçalament o del paràgraf numerat. Els nivells superiors s'inclouen en funció del context, si és necessari."
+msgstr "El format «Número» insereix el número de l'encapçalament o del paràgraf numerat. Els nivells superiors s'inclouen en funció del context, si és necessari."
#. B9MSu
#: 04090002.xhp
diff --git a/source/ca/helpcontent2/source/text/swriter/guide.po b/source/ca/helpcontent2/source/text/swriter/guide.po
index 11cc928f291..265ba656d12 100644
--- a/source/ca/helpcontent2/source/text/swriter/guide.po
+++ b/source/ca/helpcontent2/source/text/swriter/guide.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: 2022-07-04 18:05+0200\n"
-"PO-Revision-Date: 2023-04-17 22:33+0000\n"
+"PO-Revision-Date: 2023-04-28 06:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-4/textswriterguide/ca/>\n"
"Language: ca\n"
@@ -222,7 +222,7 @@ msgctxt ""
"hd_id341653868751593\n"
"help.text"
msgid "Moving an Anchor"
-msgstr ""
+msgstr "Moviment d'una àncora"
#. 6DYVe
#: anchor_object.xhp
@@ -240,7 +240,7 @@ msgctxt ""
"hd_id841653869348328\n"
"help.text"
msgid "Changing an Anchor"
-msgstr ""
+msgstr "Canvi d'una àncora"
#. iWVDA
#: anchor_object.xhp
diff --git a/source/ca/officecfg/registry/data/org/openoffice.po b/source/ca/officecfg/registry/data/org/openoffice.po
index d12452080af..0a9f0fb27c9 100644
--- a/source/ca/officecfg/registry/data/org/openoffice.po
+++ b/source/ca/officecfg/registry/data/org/openoffice.po
@@ -4,16 +4,16 @@ 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-11 18:38+0200\n"
-"PO-Revision-Date: 2018-03-02 13:08+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2023-05-03 11:51+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-7-4/officecfgregistrydataorgopenoffice/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1519996114.000000\n"
#. foAxC
@@ -44,7 +44,7 @@ msgctxt ""
"ooSetupFactoryUIName\n"
"value.text"
msgid "Base: Relation Design"
-msgstr "Base: disseny de relació"
+msgstr "Base: disseny de relacions"
#. uEmjY
#: Setup.xcu
@@ -54,7 +54,7 @@ msgctxt ""
"ooSetupFactoryUIName\n"
"value.text"
msgid "Base: Query Design"
-msgstr "Base: disseny de consulta"
+msgstr "Base: disseny de consultes"
#. X5S6E
#: Setup.xcu
@@ -64,7 +64,7 @@ msgctxt ""
"ooSetupFactoryUIName\n"
"value.text"
msgid "Base: View Design"
-msgstr "Base: disseny de visualització"
+msgstr "Base: disseny de visualitzacions"
#. Lsw4Y
#: Setup.xcu
diff --git a/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po
index efe1a7eab2e..ad9b57fa61d 100644
--- a/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ca/officecfg/registry/data/org/openoffice/Office/UI.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: 2022-06-09 11:50+0200\n"
-"PO-Revision-Date: 2023-04-03 15:34+0000\n"
+"PO-Revision-Date: 2023-04-20 18:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-7-4/officecfgregistrydataorgopenofficeofficeui/ca/>\n"
"Language: ca\n"
@@ -23326,7 +23326,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Text Animation"
-msgstr "Animació de text"
+msgstr "Animació del text"
#. UjbXz
#: GenericCommands.xcu
diff --git a/source/ca/sd/messages.po b/source/ca/sd/messages.po
index 133f08a2eb7..331b80717e0 100644
--- a/source/ca/sd/messages.po
+++ b/source/ca/sd/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: 2022-07-04 18:05+0200\n"
-"PO-Revision-Date: 2023-03-31 22:33+0000\n"
+"PO-Revision-Date: 2023-04-20 18:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-7-4/sdmessages/ca/>\n"
"Language: ca\n"
@@ -845,7 +845,7 @@ msgstr "Diapositiva %1 de %2 (%3)"
#: sd/inc/strings.hrc:98
msgctxt "STR_ALL_SUPPORTED_FORMATS"
msgid "All supported formats"
-msgstr "Totes les formats compatibles"
+msgstr "Tots els formats compatibles"
#. F8m2G
#: sd/inc/strings.hrc:99
@@ -9896,7 +9896,7 @@ msgstr "Text"
#: sd/uiconfig/simpress/ui/templatedialog.ui:583
msgctxt "templatedialog|animation"
msgid "Text Animation"
-msgstr "Animació de text"
+msgstr "Animació del text"
#. dyjNi
#: sd/uiconfig/simpress/ui/templatedialog.ui:631
diff --git a/source/ca/sw/messages.po b/source/ca/sw/messages.po
index 109c4e02828..40170d01e1f 100644
--- a/source/ca/sw/messages.po
+++ b/source/ca/sw/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: 2022-12-14 12:13+0100\n"
-"PO-Revision-Date: 2023-04-17 21:32+0000\n"
+"PO-Revision-Date: 2023-05-03 05:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-7-4/swmessages/ca/>\n"
"Language: ca\n"
@@ -679,13 +679,13 @@ msgstr "Paràgrafs numerats"
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_CHAR_DIRECTFORMAT"
msgid "Character Direct Formatting"
-msgstr "Format directe de caràcters"
+msgstr "Formatació directa de caràcters"
#. fYAUc
#: sw/inc/inspectorproperties.hrc:32
msgctxt "RID_PARA_DIRECTFORMAT"
msgid "Paragraph Direct Formatting"
-msgstr "Format directe dels paràgrafs"
+msgstr "Formatació directa de paràgrafs"
#. YUbUQ
#. Format names
@@ -3422,7 +3422,7 @@ msgstr "Pic •"
#: sw/inc/strings.hrc:223
msgctxt "STR_POOLNUMRULE_BUL2"
msgid "Bullet –"
-msgstr "Pics –"
+msgstr "Pic –"
#. hDdJw
#. Bullet \uE4C4
diff --git a/source/de/basctl/messages.po b/source/de/basctl/messages.po
index f999a3bf691..60503ac5c98 100644
--- a/source/de/basctl/messages.po
+++ b/source/de/basctl/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: 2022-07-06 20:18+0200\n"
-"PO-Revision-Date: 2023-01-23 12:18+0000\n"
+"PO-Revision-Date: 2023-04-23 05:34+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-7-4/basctlmessages/de/>\n"
"Language: de\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1555473992.000000\n"
#. fniWp
@@ -986,7 +986,7 @@ msgstr "Als BASIC-Bibliothek exportieren"
#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:8
msgctxt "gotolinedialog|GotoLineDialog"
msgid "Go to Line"
-msgstr "Zu Zeilennummer wechseln"
+msgstr "Wechseln zu Zeilennummer"
#. GbpSc
#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:88
diff --git a/source/de/cui/messages.po b/source/de/cui/messages.po
index 9b6d0444968..b8376f27fe9 100644
--- a/source/de/cui/messages.po
+++ b/source/de/cui/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: 2022-12-14 12:12+0100\n"
-"PO-Revision-Date: 2023-02-23 17:17+0000\n"
+"PO-Revision-Date: 2023-04-24 06:33+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-7-4/cuimessages/de/>\n"
"Language: de\n"
@@ -3157,7 +3157,7 @@ msgstr "Um in Calc eine zufällige, auf verschiedenen Verteilungen basierende Re
#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
-msgstr "Sie können Folien in Impress umbenennen, um einfacher Aktionen wie \"Gehe zu Folie\" zu definieren und um eine verständlichere Zusammenfassung als Folie 1, Folie 2 und so weiter zu haben."
+msgstr "Sie können Folien in Impress umbenennen, um einfacher Aktionen wie \"Wechseln zu Folie\" zu definieren und um eine verständlichere Zusammenfassung als Folie 1, Folie 2 und so weiter zu haben."
#. JBgEb
#: cui/inc/tipoftheday.hrc:213
@@ -19060,7 +19060,7 @@ msgstr "Datensatznummer"
#: cui/uiconfig/ui/recordnumberdialog.ui:81
msgctxt "recordnumberdialog|label2"
msgid "go to record"
-msgstr "gehe zu Datensatz"
+msgstr "Wechseln zu Datensatz"
#. aEKBj
#: cui/uiconfig/ui/rotationtabpage.ui:53
diff --git a/source/de/forms/messages.po b/source/de/forms/messages.po
index 2b4a3a9e599..084b4f7967d 100644
--- a/source/de/forms/messages.po
+++ b/source/de/forms/messages.po
@@ -4,8 +4,8 @@ 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: 2021-09-10 23:11+0200\n"
-"PO-Revision-Date: 2023-04-08 19:33+0000\n"
-"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
+"PO-Revision-Date: 2023-05-03 05:34+0000\n"
+"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-7-4/formsmessages/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -300,7 +300,7 @@ msgstr "Dezimal"
#: forms/inc/strings.hrc:73
msgctxt "RID_STR_DATATYPE_FLOAT"
msgid "Floating point"
-msgstr "Fließkomma"
+msgstr "Single-Variable"
#. kGdUi
#: forms/inc/strings.hrc:74
diff --git a/source/de/helpcontent2/source/text/sbasic/shared/03.po b/source/de/helpcontent2/source/text/sbasic/shared/03.po
index 0387305aaf5..e8dcfbceddf 100644
--- a/source/de/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/de/helpcontent2/source/text/sbasic/shared/03.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: 2022-07-04 18:04+0200\n"
-"PO-Revision-Date: 2022-12-10 08:24+0000\n"
+"PO-Revision-Date: 2023-04-21 07:34+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-4/textsbasicshared03/de/>\n"
"Language: de\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1565407061.000000\n"
#. ViEWM
@@ -10436,7 +10436,7 @@ msgctxt ""
"pyc_id841620225235377\n"
"help.text"
msgid "# ... process the controls actual values"
-msgstr "# ... die aktuellen Werte der Steuerung verarbeiten"
+msgstr "# … die aktuellen Werte der Steuerung verarbeiten"
#. 2PPv4
#: sf_dialogcontrol.xhp
@@ -20093,7 +20093,7 @@ msgctxt ""
"par_id311614361926844\n"
"help.text"
msgid "The <literal>msgid</literal> string may contain any number of placeholders (%1 %2 %3 ...) for dynamically modifying the string at runtime."
-msgstr "<literal>msgid</literal> kann beliebig viele Platzhalter (%1 %2 %3 ...) enthalten, um die Zeichenfolgen zur Laufzeit dynamisch zu verändern."
+msgstr "<literal>msgid</literal> kann beliebig viele Platzhalter (%1 %2 %3 …) enthalten, um die Zeichenfolgen zur Laufzeit dynamisch zu verändern."
#. ioGmP
#: sf_l10n.xhp
@@ -20291,7 +20291,7 @@ msgctxt ""
"par_id291614365296959\n"
"help.text"
msgid "A list of arguments may be specified to replace the placeholders (%1, %2, ...) in the string."
-msgstr "Eine Liste von Argumenten kann angegeben werden, um die Platzhalter (%1, %2, ...) in der Zeichenfolge zu ersetzen."
+msgstr "Eine Liste von Argumenten kann angegeben werden, um die Platzhalter (%1, %2, …) in der Zeichenfolge zu ersetzen."
#. 9DBFa
#: sf_l10n.xhp
diff --git a/source/de/helpcontent2/source/text/scalc/01.po b/source/de/helpcontent2/source/text/scalc/01.po
index 2c7a5249aad..cf672f5391f 100644
--- a/source/de/helpcontent2/source/text/scalc/01.po
+++ b/source/de/helpcontent2/source/text/scalc/01.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: 2022-07-04 18:04+0200\n"
-"PO-Revision-Date: 2023-04-16 05:33+0000\n"
+"PO-Revision-Date: 2023-04-21 07:34+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-4/textscalc01/de/>\n"
"Language: de\n"
@@ -10724,7 +10724,7 @@ msgctxt ""
"par_id3153570\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_NICHT\">Complements (inverts) a logical value.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_NICHT\">Komplementiert (invertiert) einen logischen Wert..</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_NICHT\">Komplementiert (invertiert) einen logischen Wert.</ahelp>"
#. CDMvz
#: 04060105.xhp
diff --git a/source/de/helpcontent2/source/text/scalc/guide.po b/source/de/helpcontent2/source/text/scalc/guide.po
index 7b881429a86..ac64c12be01 100644
--- a/source/de/helpcontent2/source/text/scalc/guide.po
+++ b/source/de/helpcontent2/source/text/scalc/guide.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: 2022-07-04 18:04+0200\n"
-"PO-Revision-Date: 2023-04-01 21:32+0000\n"
+"PO-Revision-Date: 2023-04-21 07:34+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-4/textscalcguide/de/>\n"
"Language: de\n"
@@ -6377,7 +6377,7 @@ msgctxt ""
"par_id3152596\n"
"help.text"
msgid "0.0,, \"Million\""
-msgstr "0,0.. \"Million(en)\""
+msgstr "0,0‥ \"Million(en)\""
#. tRigu
#: format_value_userdef.xhp
@@ -6413,7 +6413,7 @@ msgctxt ""
"par_id3154757\n"
"help.text"
msgid ".#,, \"Million\""
-msgstr "0,#.. \"Million(en)\""
+msgstr "0,#‥ \"Million(en)\""
#. ZDWJV
#: format_value_userdef.xhp
@@ -6422,7 +6422,7 @@ msgctxt ""
"par_id3147338\n"
"help.text"
msgid "0.0,, \"Million\""
-msgstr "0,0.. \"Million(en)\""
+msgstr "0,0‥ \"Million(en)\""
#. F3THi
#: format_value_userdef.xhp
@@ -6431,7 +6431,7 @@ msgctxt ""
"par_id3146920\n"
"help.text"
msgid "#,, \"Million\""
-msgstr "#.. \"Million(en)\""
+msgstr "#‥ \"Million(en)\""
#. CWvSi
#: format_value_userdef.xhp
diff --git a/source/de/helpcontent2/source/text/shared/04.po b/source/de/helpcontent2/source/text/shared/04.po
index b0743b43c09..856ff6f0cfc 100644
--- a/source/de/helpcontent2/source/text/shared/04.po
+++ b/source/de/helpcontent2/source/text/shared/04.po
@@ -4,8 +4,8 @@ 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-03-21 12:31+0100\n"
-"PO-Revision-Date: 2023-03-18 18:32+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"PO-Revision-Date: 2023-05-03 11:52+0000\n"
+"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-4/textshared04/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -842,7 +842,7 @@ msgctxt ""
"par_id631612398592490\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F10</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Befehl</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+Shift+F10</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Befehl</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+Umschalt+F10</keycode>"
#. QFqB4
#: 01010000.xhp
diff --git a/source/de/helpcontent2/source/text/shared/optionen.po b/source/de/helpcontent2/source/text/shared/optionen.po
index ddd25d5ae1e..e760116489c 100644
--- a/source/de/helpcontent2/source/text/shared/optionen.po
+++ b/source/de/helpcontent2/source/text/shared/optionen.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: 2022-07-04 18:04+0200\n"
-"PO-Revision-Date: 2023-03-13 17:33+0000\n"
+"PO-Revision-Date: 2023-04-21 07:34+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-4/textsharedoptionen/de/>\n"
"Language: de\n"
@@ -986,7 +986,7 @@ msgctxt ""
"par_id3147176\n"
"help.text"
msgid "../images/img.jpg"
-msgstr "../images/img.jpg"
+msgstr "‥/images/img.jpg"
#. ZZ63n
#: 01010200.xhp
@@ -995,7 +995,7 @@ msgctxt ""
"par_id3145652\n"
"help.text"
msgid "../images/img.jpg"
-msgstr "../images/img.jpg"
+msgstr "‥/images/img.jpg"
#. CpEFG
#: 01010200.xhp
@@ -5099,7 +5099,7 @@ msgctxt ""
"par_id3153255\n"
"help.text"
msgid "<ahelp hid=\".\">Defines the security options for saving documents, for web connections, and for opening documents that contain macros.</ahelp>"
-msgstr "<ahelp hid=\".\">Legt die Sicherheitsoptionen für das Sichern eines Dokuments, für Webverbindungen und für das Öffnen von Dokumenten mit Makros fest..</ahelp>"
+msgstr "<ahelp hid=\".\">Legt die Sicherheitsoptionen für das Sichern eines Dokuments, für Webverbindungen und für das Öffnen von Dokumenten mit Makros fest.</ahelp>"
#. R3Xf2
#: 01030300.xhp
diff --git a/source/de/helpcontent2/source/text/swriter/librelogo.po b/source/de/helpcontent2/source/text/swriter/librelogo.po
index 46c5df3c3f5..5e1e9e9e2e7 100644
--- a/source/de/helpcontent2/source/text/swriter/librelogo.po
+++ b/source/de/helpcontent2/source/text/swriter/librelogo.po
@@ -4,8 +4,8 @@ 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-07-04 18:05+0200\n"
-"PO-Revision-Date: 2022-12-10 08:23+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"PO-Revision-Date: 2023-05-03 11:52+0000\n"
+"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-4/textswriterlibrelogo/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1541671752.000000\n"
#. kypzs
@@ -167,7 +167,7 @@ msgctxt ""
"par_345\n"
"help.text"
msgid "The “magic wand” icon sets 2-page layout for program editing, expands and converts to uppercase the abbreviated, lowercase Logo commands in the Writer document. Change the language of the document (<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages - Western</menuitem>) and click on this icon to translate the Logo program to the selected language."
-msgstr "Das Icon mit dem Zauberstab setzt ein doppelseitiges Layout für die Programmbearbeitung, erweitert abgekürzte Logo-Befehle und konvertiert Logo-Befehle innerhalb eines Writer-Dokuments in Großbuchstaben. Wechseln Sie die Sprache des Dokuments (wählen Sie <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME – Einstellungen</menuitem></caseinline><defaultinline><menuitem>Extras – Optionen…</menuitem></defaultinline></switchinline><menuitem> – Spracheinstellungen – Sprache – Westlich</menuitem>) und klicken Sie auf diese Schaltfläche, um den Logo-Programmcode in die gewählte Sprache zu übersetzen."
+msgstr "Die Schaltfläche mit dem Zauberstab setzt ein doppelseitiges Layout für die Programmbearbeitung, erweitert abgekürzte Logo-Befehle und konvertiert Logo-Befehle innerhalb eines Writer-Dokuments in Großbuchstaben. Wechseln Sie die Sprache des Dokuments (wählen Sie <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME – Einstellungen</menuitem></caseinline><defaultinline><menuitem>Extras – Optionen…</menuitem></defaultinline></switchinline><menuitem> – Spracheinstellungen – Sprache – Westlich</menuitem>) und klicken Sie auf diese Schaltfläche, um den Logo-Programmcode in die gewählte Sprache zu übersetzen."
#. UXKqW
#: LibreLogo.xhp
diff --git a/source/de/officecfg/registry/data/org/openoffice/Office.po b/source/de/officecfg/registry/data/org/openoffice/Office.po
index 94c2611c5fc..dab0182e67c 100644
--- a/source/de/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/de/officecfg/registry/data/org/openoffice/Office.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: 2022-07-04 18:05+0200\n"
-"PO-Revision-Date: 2022-12-12 16:12+0000\n"
+"PO-Revision-Date: 2023-04-24 06:33+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-7-4/officecfgregistrydataorgopenofficeoffice/de/>\n"
"Language: de\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1548393448.000000\n"
#. HhMVS
@@ -2044,7 +2044,7 @@ msgctxt ""
"Right\n"
"value.text"
msgid "Go to that slide"
-msgstr "Zur angegebenen Folie springen"
+msgstr "Wechseln zur angegebenen Folie"
#. bTQBv
#: PresenterScreen.xcu
diff --git a/source/de/officecfg/registry/data/org/openoffice/Office/UI.po b/source/de/officecfg/registry/data/org/openoffice/Office/UI.po
index 6afb1989db6..849f5546534 100644
--- a/source/de/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/de/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,8 +4,8 @@ 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-06-09 11:50+0200\n"
-"PO-Revision-Date: 2023-03-19 05:32+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"PO-Revision-Date: 2023-05-03 05:34+0000\n"
+"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-7-4/officecfgregistrydataorgopenofficeofficeui/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -84,7 +84,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Go to Line..."
-msgstr "~Gehen zur Zeile…"
+msgstr "~Wechseln zu Zeile…"
#. zBWhV
#: BasicIDECommands.xcu
@@ -1254,7 +1254,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Go to Sheet..."
-msgstr "~Zu Tabelle…"
+msgstr "Wechseln ~zu Tabelle…"
#. 79aNB
#: CalcCommands.xcu
@@ -8614,7 +8614,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Duplicate ~Slide"
-msgstr "Folie do~ppeln"
+msgstr "Folie du~plizieren"
#. jouok
#: DrawImpressCommands.xcu
diff --git a/source/de/sc/messages.po b/source/de/sc/messages.po
index 4a6adad114a..df4f40f4445 100644
--- a/source/de/sc/messages.po
+++ b/source/de/sc/messages.po
@@ -4,8 +4,8 @@ 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-14 12:13+0100\n"
-"PO-Revision-Date: 2023-04-16 04:34+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"PO-Revision-Date: 2023-05-03 05:34+0000\n"
+"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-7-4/scmessages/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -2337,13 +2337,13 @@ msgstr "Datenbankbereich auswählen"
#: sc/inc/globstr.hrc:400
msgctxt "STR_NAME_INPUT_ROW"
msgid "Go To Row"
-msgstr "Gehe zu Zeile"
+msgstr "Wechseln zu Zeile"
#. fF3Qb
#: sc/inc/globstr.hrc:401
msgctxt "STR_NAME_INPUT_SHEET"
msgid "Go To Sheet"
-msgstr "Gehe zu Tabelle"
+msgstr "Wechseln zu Tabelle"
#. xEAo2
#: sc/inc/globstr.hrc:402
@@ -16953,7 +16953,7 @@ msgstr "Tabellen auswählen"
#: sc/inc/strings.hrc:90
msgctxt "STR_DLG_SELECTTABLE_TITLE"
msgid "Go to Sheet"
-msgstr "Zu Tabelle"
+msgstr "Wechseln zu Tabelle"
#. iHTDF
#: sc/inc/strings.hrc:91
@@ -20065,7 +20065,7 @@ msgstr "Datum ist"
#: sc/uiconfig/scalc/ui/conditionalentry.ui:526
msgctxt "conditionalentry|iconsettype"
msgid "3 Arrows"
-msgstr "3 Pfeile"
+msgstr "3 farbige Pfeile"
#. uC7X4
#: sc/uiconfig/scalc/ui/conditionalentry.ui:527
@@ -20113,7 +20113,7 @@ msgstr "3 Symbole 2"
#: sc/uiconfig/scalc/ui/conditionalentry.ui:534
msgctxt "conditionalentry|iconsettype"
msgid "3 Smileys"
-msgstr "3 Smileys"
+msgstr "3 gelbe Smileys"
#. FEg5s
#: sc/uiconfig/scalc/ui/conditionalentry.ui:535
@@ -20137,7 +20137,7 @@ msgstr "3 farbige Smileys"
#: sc/uiconfig/scalc/ui/conditionalentry.ui:538
msgctxt "conditionalentry|iconsettype"
msgid "4 Arrows"
-msgstr "4 Pfeile"
+msgstr "4 farbige Pfeile"
#. 4kGKQ
#: sc/uiconfig/scalc/ui/conditionalentry.ui:539
@@ -20167,7 +20167,7 @@ msgstr "4 Ampeln"
#: sc/uiconfig/scalc/ui/conditionalentry.ui:543
msgctxt "conditionalentry|iconsettype"
msgid "5 Arrows"
-msgstr "5 Pfeile"
+msgstr "5 farbige Pfeile"
#. 7EuvV
#: sc/uiconfig/scalc/ui/conditionalentry.ui:544
@@ -23491,7 +23491,7 @@ msgstr "Öffnet einen Dialog, in dem Sie eine Gleichung mit einer Variablen aufl
#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
msgctxt "gotosheetdialog|GoToSheetDialog"
msgid "Go to Sheet"
-msgstr "Zu Tabelle"
+msgstr "Wechseln zu Tabelle"
#. ybsRg
#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
diff --git a/source/de/sd/messages.po b/source/de/sd/messages.po
index 37a6f83560c..a7e8959b6a5 100644
--- a/source/de/sd/messages.po
+++ b/source/de/sd/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: 2022-07-04 18:05+0200\n"
-"PO-Revision-Date: 2023-01-23 12:18+0000\n"
+"PO-Revision-Date: 2023-04-24 06:33+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-7-4/sdmessages/de/>\n"
"Language: de\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1562386789.000000\n"
#. WDjkB
@@ -1069,37 +1069,37 @@ msgstr "Keine Aktion"
#: sd/inc/strings.hrc:133
msgctxt "STR_CLICK_ACTION_PREVPAGE"
msgid "Go to previous slide"
-msgstr "Sprung zur vorhergehenden Folie"
+msgstr "Wechseln zur vorhergehenden Folie"
#. MafdG
#: sd/inc/strings.hrc:134
msgctxt "STR_CLICK_ACTION_NEXTPAGE"
msgid "Go to next slide"
-msgstr "Sprung zur nächsten Folie"
+msgstr "Wechseln zur nächsten Folie"
#. s5NSC
#: sd/inc/strings.hrc:135
msgctxt "STR_CLICK_ACTION_FIRSTPAGE"
msgid "Go to first slide"
-msgstr "Sprung zur ersten Folie"
+msgstr "Wechseln zur ersten Folie"
#. 6orJ5
#: sd/inc/strings.hrc:136
msgctxt "STR_CLICK_ACTION_LASTPAGE"
msgid "Go to last slide"
-msgstr "Sprung zur letzten Folie"
+msgstr "Wechseln zur letzten Folie"
#. ddBWz
#: sd/inc/strings.hrc:137
msgctxt "STR_CLICK_ACTION_BOOKMARK"
msgid "Go to page or object"
-msgstr "Sprung zu Seite oder Objekt"
+msgstr "Wechseln zu Seite oder Objekt"
#. TMn3K
#: sd/inc/strings.hrc:138
msgctxt "STR_CLICK_ACTION_DOCUMENT"
msgid "Go to document"
-msgstr "Sprung zu Dokument"
+msgstr "Wechseln zu Dokument"
#. 3h9F4
#: sd/inc/strings.hrc:139
@@ -9482,7 +9482,7 @@ msgstr "Benutzerdefiniert"
#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:12
msgctxt "slidecontextmenu|goto"
msgid "_Go to Slide"
-msgstr "_Gehe zu Folie"
+msgstr "_Wechseln zu Folie"
#. rCXNj
#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:38
diff --git a/source/de/sw/messages.po b/source/de/sw/messages.po
index 490da11ac81..57516bce710 100644
--- a/source/de/sw/messages.po
+++ b/source/de/sw/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: 2022-12-14 12:13+0100\n"
-"PO-Revision-Date: 2023-04-02 08:34+0000\n"
+"PO-Revision-Date: 2023-04-24 06:33+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-7-4/swmessages/de/>\n"
"Language: de\n"
@@ -7753,13 +7753,13 @@ msgstr "a b c"
#: sw/inc/strings.hrc:1007
msgctxt "FMT_NUM_ABC_N"
msgid "A .. AA .. AAA"
-msgstr "A .. AA .. AAA"
+msgstr "A ‥ AA ‥ AAA"
#. m84Fb
#: sw/inc/strings.hrc:1008
msgctxt "FMT_NUM_SABC_N"
msgid "a .. aa .. aaa"
-msgstr "a .. aa .. aaa"
+msgstr "a ‥ aa ‥ aaa"
#. d9YtB
#: sw/inc/strings.hrc:1009
@@ -17204,7 +17204,7 @@ msgstr "Lesezeichen:"
#: sw/uiconfig/swriter/ui/insertbookmark.ui:335
msgctxt "insertbookmark|goto"
msgid "Go to"
-msgstr "Gehe zu"
+msgstr "Wechseln zu"
#. AfRGE
#: sw/uiconfig/swriter/ui/insertbookmark.ui:349
@@ -20420,7 +20420,7 @@ msgstr "Gliederung an die Zwischenablage senden"
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:34
msgctxt "navigatorcontextmenu|STR_GOTO"
msgid "Go to"
-msgstr "Gehe zu"
+msgstr "Wechseln zu"
#. VCmAZ
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:43
diff --git a/source/de/wizards/messages.po b/source/de/wizards/messages.po
index c03b2870393..9fb9973e4dc 100644
--- a/source/de/wizards/messages.po
+++ b/source/de/wizards/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: 2021-01-19 13:14+0100\n"
-"PO-Revision-Date: 2023-01-23 12:18+0000\n"
+"PO-Revision-Date: 2023-04-23 05:34+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-7-4/wizardsmessages/de/>\n"
"Language: de\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1557207162.000000\n"
#. gbiMx
@@ -758,7 +758,7 @@ msgstr "Dieser Assistent erstellt eine Dokumentvorlage, mit der Sie mehrere Faxe
#: wizards/com/sun/star/wizards/common/strings.hrc:164
msgctxt "RID_FAXWIZARDDIALOG_START_24"
msgid "To create another new fax out of the template, go to the location where you saved the template and double-click the file."
-msgstr "Um ein weiteres Fax mit dieser Dokumentvorlage zu erstellen, gehen Sie zum Speicherort der Dokumentvorlage und doppelklicken Sie auf die Datei."
+msgstr "Um ein weiteres Fax mit dieser Dokumentvorlage zu erstellen, wechseln Sie zum Speicherort der Dokumentvorlage und doppelklicken Sie auf die Datei."
#. keXXU
#: wizards/com/sun/star/wizards/common/strings.hrc:165
diff --git a/source/dsb/officecfg/registry/data/org/openoffice/Office.po b/source/dsb/officecfg/registry/data/org/openoffice/Office.po
index 23829aff7d1..a00c4b84456 100644
--- a/source/dsb/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/dsb/officecfg/registry/data/org/openoffice/Office.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: 2022-07-04 18:05+0200\n"
-"PO-Revision-Date: 2022-12-10 11:03+0000\n"
+"PO-Revision-Date: 2023-05-03 05:34+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-7-4/officecfgregistrydataorgopenofficeoffice/dsb/>\n"
"Language: dsb\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1547386603.000000\n"
#. HhMVS
@@ -204,7 +204,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "~Labels"
-msgstr "~Pópisanja"
+msgstr "~Etikety"
#. fD6ro
#: Common.xcu
diff --git a/source/dsb/sw/messages.po b/source/dsb/sw/messages.po
index 1cc4dea74fc..85341e29090 100644
--- a/source/dsb/sw/messages.po
+++ b/source/dsb/sw/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: 2022-12-14 12:13+0100\n"
-"PO-Revision-Date: 2023-04-11 03:33+0000\n"
+"PO-Revision-Date: 2023-05-03 05:34+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-7-4/swmessages/dsb/>\n"
"Language: dsb\n"
@@ -18106,7 +18106,7 @@ msgstr "Zasajźujo tabelu do dokumenta. Móžośo teke na šypku kliknuś, śěg
#: sw/uiconfig/swriter/ui/labeldialog.ui:8
msgctxt "labeldialog|LabelDialog"
msgid "Labels"
-msgstr "Pópisanja"
+msgstr "Etikety"
#. jnQsV
#: sw/uiconfig/swriter/ui/labeldialog.ui:25
@@ -18124,7 +18124,7 @@ msgstr "Napórajo nowy dokument za wobźěłowanje."
#: sw/uiconfig/swriter/ui/labeldialog.ui:144
msgctxt "labeldialog|labels"
msgid "Labels"
-msgstr "Pópisanja"
+msgstr "Etikety"
#. G378Z
#: sw/uiconfig/swriter/ui/labeldialog.ui:192
diff --git a/source/es/dbaccess/messages.po b/source/es/dbaccess/messages.po
index c2ab5f8befe..b57b444836d 100644
--- a/source/es/dbaccess/messages.po
+++ b/source/es/dbaccess/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: 2022-12-14 12:12+0100\n"
-"PO-Revision-Date: 2023-04-11 03:33+0000\n"
+"PO-Revision-Date: 2023-05-03 05:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-7-4/dbaccessmessages/es/>\n"
"Language: es\n"
@@ -1929,7 +1929,7 @@ msgstr "Archivo de base de datos de Microsoft Access"
#: dbaccess/inc/strings.hrc:338
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
-msgstr "No se necesitan más parámetros. Para comprobar que la conexión funcione, pulse el botón «%test»."
+msgstr "No se necesitan más parámetros. Para comprobar que la conexión funcione, pulse en el botón «%test»."
#. DDLwe
#: dbaccess/inc/strings.hrc:339
@@ -1941,7 +1941,7 @@ msgstr "Proporcione aquí la cadena de conexión específica del DBMS o controla
#: dbaccess/inc/strings.hrc:340
msgctxt "STR_HOSTNAME"
msgid "~Host name"
-msgstr "Nombre del ~servidor"
+msgstr "~Nombre de anfitrión"
#. Gdbjz
#: dbaccess/inc/strings.hrc:341
@@ -3516,7 +3516,7 @@ msgstr "El Asistente para bases de datos crea un archivo de base de datos que co
#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:39
msgctxt "generalspecialjdbcdetailspage|label2"
msgid "_Host name:"
-msgstr "Nombre del _servidor:"
+msgstr "_Nombre de anfitrión:"
#. NmRqx
#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:53
@@ -5238,7 +5238,7 @@ msgstr "Privilegios de acceso del usuario seleccionado"
#: dbaccess/uiconfig/ui/userdetailspage.ui:40
msgctxt "userdetailspage|hostnameft"
msgid "_Host name:"
-msgstr "Nombre del _servidor:"
+msgstr "_Nombre de anfitrión:"
#. eDvjr
#: dbaccess/uiconfig/ui/userdetailspage.ui:56
diff --git a/source/es/filter/messages.po b/source/es/filter/messages.po
index bce57f11119..13658c8818c 100644
--- a/source/es/filter/messages.po
+++ b/source/es/filter/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: 2022-06-15 22:28+0200\n"
-"PO-Revision-Date: 2023-03-13 11:33+0000\n"
+"PO-Revision-Date: 2023-05-03 11:51+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-7-4/filtermessages/es/>\n"
"Language: es\n"
@@ -658,7 +658,7 @@ msgstr "_Formato para envío:"
#: filter/uiconfig/ui/pdfgeneralpage.ui:657
msgctxt "pdfgeneralpage|pdfa"
msgid "Archive (P_DF/A, ISO 19005)"
-msgstr "Archivador (P_DF/A, ISO 19005)"
+msgstr "Archivística (P_DF/A, ISO 19005)"
#. qQjPA
#: filter/uiconfig/ui/pdfgeneralpage.ui:661
@@ -742,7 +742,7 @@ msgstr "Seleccione esta opción para exportar los comentarios en documentos de W
#: filter/uiconfig/ui/pdfgeneralpage.ui:862
msgctxt "pdfgeneralpage|emptypages"
msgid "Exp_ort automatically inserted blank pages"
-msgstr "Exp_ortar páginas vacías insertadas automáticamente"
+msgstr "Exportar páginas vacías _insertadas automáticamente"
#. Drp3w
#: filter/uiconfig/ui/pdfgeneralpage.ui:871
diff --git a/source/es/helpcontent2/source/text/sbasic/shared.po b/source/es/helpcontent2/source/text/sbasic/shared.po
index 72d04ca8f2d..c4b3367fef4 100644
--- a/source/es/helpcontent2/source/text/sbasic/shared.po
+++ b/source/es/helpcontent2/source/text/sbasic/shared.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: 2022-07-04 18:04+0200\n"
-"PO-Revision-Date: 2023-03-07 17:33+0000\n"
+"PO-Revision-Date: 2023-05-02 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-7-4/textsbasicshared/es/>\n"
"Language: es\n"
@@ -1913,7 +1913,7 @@ msgctxt ""
"par_id3148797\n"
"help.text"
msgid "<emph>Sub</emph> is the short form of <emph>subroutine</emph>, that is used to handle a certain task within a program. Subs are used to split a task into individual procedures. Splitting a program into procedures and sub-procedures enhances readability and reduces the error-proneness. A sub possibly takes some arguments as parameters but does not return any values back to the calling sub or function, for example:"
-msgstr "<emph>Sub</emph> es la contracción de <emph>subrutina</emph>, que se utiliza para manejar una tarea concreta dentro de un programa. Las Sub se utilizan para dividir una tarea en procedimientos individuales. Dividir un programa en procedimientos y subprocedimientos mejora su legibilidad y reduce la posibilidad de errores. Una sub puede tomar algunos argumentos como parámetros, pero no devuelve ningún valor a la sub o función que la ha llamado, por ejemplo:"
+msgstr "<emph>Sub</emph> es la contracción de <emph>subrutina</emph>, que se utiliza para manejar una tarea concreta dentro de un programa. Las sub se utilizan para dividir una tarea en procedimientos individuales. Dividir un programa en procedimientos y subprocedimientos mejora su comprensibilidad y reduce la posibilidad de errores. Una sub puede tomar algunos argumentos como parámetros, pero no devuelve ningún valor a la sub o función que la ha llamado, por ejemplo:"
#. ovUK9
#: 01010210.xhp
@@ -25178,7 +25178,7 @@ msgctxt ""
"par_id3147264\n"
"help.text"
msgid "A constant is a variable that helps to improve the readability of a program. Constants are not defined as a specific type of variable, but rather are used as placeholders in the code. You can only define a constant once and it cannot be modified."
-msgstr "Una constante es una variable que ayuda a mejorar la legibilidad de un programa. Las constantes no se definen como un tipo de variable específico, sino como sustitutivos en el código. Puede definir las constantes solamente una vez y no es posible modificarlas."
+msgstr "Una constante es una variable que ayuda a mejorar la comprensibilidad de un programa. Las constantes no se definen como un tipo de variable específico, sino como sustitutivos en el código. Puede definir las constantes solamente una vez y no es posible modificarlas."
#. ucqd6
#: 03100700.xhp
@@ -29660,7 +29660,7 @@ msgctxt ""
"par_id231641251937406\n"
"help.text"
msgid "Dates are converted into locale-dependent strings."
-msgstr ""
+msgstr "Las fechas se convierten en cadenas dependientes de la configuración regional."
#. NEAum
#: 03120103.xhp
diff --git a/source/es/helpcontent2/source/text/sbasic/shared/03.po b/source/es/helpcontent2/source/text/sbasic/shared/03.po
index 295fe9c2f48..408f34270b6 100644
--- a/source/es/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/es/helpcontent2/source/text/sbasic/shared/03.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: 2022-07-04 18:04+0200\n"
-"PO-Revision-Date: 2023-04-01 21:32+0000\n"
+"PO-Revision-Date: 2023-05-03 11:52+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-7-4/textsbasicshared03/es/>\n"
"Language: es\n"
@@ -10438,7 +10438,7 @@ msgctxt ""
"pyc_id841620225235377\n"
"help.text"
msgid "# ... process the controls actual values"
-msgstr ""
+msgstr "# … procesar los valores reales de los controles"
#. 2PPv4
#: sf_dialogcontrol.xhp
@@ -19546,7 +19546,7 @@ msgctxt ""
"par_id721623369245475\n"
"help.text"
msgid "To run Python scripts from a separate process, you need to start %PRODUCTNAME with a few additional options that specify the hostname and port through which the external process will communicate with the %PRODUCTNAME component process."
-msgstr ""
+msgstr "Para ejecutar las secuencias Python desde un proceso separado, es necesario iniciar %PRODUCTNAME con algunas opciones adicionales que especifican el nombre de anfitrión y el puerto a través del cual el proceso externo se comunicará con el proceso del componente de %PRODUCTNAME."
#. mfbEM
#: sf_intro.xhp
diff --git a/source/es/helpcontent2/source/text/scalc/01.po b/source/es/helpcontent2/source/text/scalc/01.po
index b3967ec5e93..28d85285842 100644
--- a/source/es/helpcontent2/source/text/scalc/01.po
+++ b/source/es/helpcontent2/source/text/scalc/01.po