aboutsummaryrefslogtreecommitdiff
path: root/source/cs
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-10-29 14:50:48 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-10-29 18:24:11 +0200
commit327c876f4c35127cff03b26303acd4831252ce66 (patch)
treed237757c7f5bfdb05135af9ba8b48e45b6aa48af /source/cs
parent569442292afe8da0847d542276cdddea3d1728a1 (diff)
update translations for 7.3.0 alpha1
and force-fix errors using pocheck Change-Id: I9968e128a11cee0afa01bb87dc619ee180d2209f
Diffstat (limited to 'source/cs')
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/python.po14
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/shared.po182
-rw-r--r--source/cs/helpcontent2/source/text/scalc.po6
-rw-r--r--source/cs/helpcontent2/source/text/scalc/01.po44
-rw-r--r--source/cs/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/cs/helpcontent2/source/text/shared/00.po4
-rw-r--r--source/cs/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/cs/helpcontent2/source/text/shared/guide.po1445
-rw-r--r--source/cs/helpcontent2/source/text/shared/optionen.po12
-rw-r--r--source/cs/helpcontent2/source/text/simpress/01.po22
-rw-r--r--source/cs/helpcontent2/source/text/simpress/guide.po14
-rw-r--r--source/cs/helpcontent2/source/text/swriter.po10
-rw-r--r--source/cs/helpcontent2/source/text/swriter/02.po8
-rw-r--r--source/cs/helpcontent2/source/text/swriter/guide.po18
-rw-r--r--source/cs/svx/messages.po320
-rw-r--r--source/cs/sw/messages.po32
16 files changed, 1862 insertions, 287 deletions
diff --git a/source/cs/helpcontent2/source/text/sbasic/python.po b/source/cs/helpcontent2/source/text/sbasic/python.po
index b3ef05b41dc..47a2fc43b4e 100644
--- a/source/cs/helpcontent2/source/text/sbasic/python.po
+++ b/source/cs/helpcontent2/source/text/sbasic/python.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-10-25 12:48+0200\n"
-"PO-Revision-Date: 2021-10-24 01:36+0000\n"
+"PO-Revision-Date: 2021-10-28 08:50+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1565688717.000000\n"
#. naSFZ
@@ -590,7 +590,7 @@ msgctxt ""
"N0530\n"
"help.text"
msgid "Monitoring is illustrated herewith for Basic and Python languages using object-oriented programming. Assigning <literal>OnLoad</literal> script, to the <menuitem>Open Document</menuitem> event, suffices to initiate and terminate document event monitoring. <menuitem>Tools - Customize</menuitem> menu <menuitem>Events</menuitem> tab is used to assign either scripts."
-msgstr ""
+msgstr "Sledování je níže znázorněno pro jazyky Basic a Python a objektově orientované programování. Přiřadíte-li události <menuitem>Otevřít dokument</menuitem> skript <literal>OnLoad</literal>, můžete sledovat události inicializace a zavření dokumentu. K přiřazení skriptů slouží karta <menuitem>Události</menuitem> z nabídky <menuitem>Nástroje – Přizpůsobit</menuitem>."
#. KgWvt
#: python_document_events.xhp
@@ -635,7 +635,7 @@ msgctxt ""
"N0534\n"
"help.text"
msgid "<literal>OnLoad</literal> and <literal>OnUnload</literal> events can be used to respectively set and unset Python programs path. They are described as <menuitem>Open document</menuitem> and <menuitem>Document closed</menuitem>."
-msgstr ""
+msgstr "Události <literal>OnLoad</literal> a <literal>OnUnload</literal> můžete využít k tomu, abyste nastavili, případně zrušili nastavení cesty k programům Pythonu. Tyto události jsou uváděny pod názvy <menuitem>Otevřít dokument</menuitem> a <menuitem>Dokument zavřen</menuitem>."
#. AdYNb
#: python_document_events.xhp
@@ -815,7 +815,7 @@ msgctxt ""
"N0602\n"
"help.text"
msgid "listener = UiDocument() # Initiates listening"
-msgstr ""
+msgstr "listener = UiDocument() # Inicializuje naslouchání"
#. CkJg4
#: python_document_events.xhp
@@ -887,7 +887,7 @@ msgctxt ""
"N0638\n"
"help.text"
msgid "''' Grab application-based Basic script '''"
-msgstr ""
+msgstr "''' Použije skript Basicu pro aplikaci '''"
#. 2dfeg
#: python_document_events.xhp
@@ -905,7 +905,7 @@ msgctxt ""
"N0648\n"
"help.text"
msgid "<menuitem>Start application</menuitem> and <menuitem>Close application</menuitem> events can respectively be used to set and to unset Python path for user scripts or %PRODUCTNAME scripts. In a similar fashion, document based Python libraries or modules can be loaded and released using <menuitem>Open document</menuitem> and <menuitem>Document closed</menuitem> events. Refer to <link href=\"text/sbasic/python/python_import.xhp\" name=\"Importing Python Modules\">Importing Python Modules</link> for more information."
-msgstr ""
+msgstr "Události <menuitem>Spustit aplikaci</menuitem> a <menuitem>Ukončit aplikaci</menuitem> je možné použít k tomu, abyste nastavili či zrušili nastavení cesty k Pythonu pro uživatelské skripty nebo skripty %PRODUCTNAME. Podobným způsobem, pomocí událostí <menuitem>Otevřít dokument</menuitem> a <menuitem>Dokument zavřen</menuitem>, lze načítat a uvolňovat knihovny nebo moduly Pythonu vložené v dokumentu. Další informace naleznete v části <link href=\"text/sbasic/python/python_import.xhp\" name=\"Import modulů Pythonu\">Import modulů Pythonu</link>."
#. 8pHCg
#: python_document_events.xhp
diff --git a/source/cs/helpcontent2/source/text/sbasic/shared.po b/source/cs/helpcontent2/source/text/sbasic/shared.po
index 62e3b11030b..346c16351a9 100644
--- a/source/cs/helpcontent2/source/text/sbasic/shared.po
+++ b/source/cs/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:48+0200\n"
+"POT-Creation-Date: 2021-10-29 13:13+0200\n"
"PO-Revision-Date: 2021-10-20 04:00+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/cs/>\n"
@@ -16828,6 +16828,51 @@ msgctxt ""
msgid "Assign the <emph>Nothing</emph> object to a variable to remove a previous assignment."
msgstr "Přiřazením objektu <emph>Nothing</emph> proměnné odstraníte předchozí přiřazení."
+#. 4jPFB
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id051620171114577052\n"
+"help.text"
+msgid "Print IsEmpty(sVar) ' Returns True"
+msgstr ""
+
+#. DcKaw
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id051720170824106132\n"
+"help.text"
+msgid "Print oDoc ‘ Error"
+msgstr ""
+
+#. UDTHw
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"hd_id31634909394554\n"
+"help.text"
+msgid "MsgBox Named Constants"
+msgstr ""
+
+#. CABUt
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"hd_id881634911199058\n"
+"help.text"
+msgid "GetAttr Named Constants"
+msgstr ""
+
+#. FWBQE
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"hd_id611634911996367\n"
+"help.text"
+msgid "VarType Named Constants"
+msgstr ""
+
#. Xtpvq
#: 03040000.xhp
msgctxt ""
@@ -16855,6 +16900,105 @@ msgctxt ""
msgid "The following constants are available when VBA compatibility mode is enabled"
msgstr "Následující konstanty jsou k dispozici, pokud je povolen režim kompatibility VBA"
+#. 8kxFA
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"bm_id391624288823741\n"
+"help.text"
+msgid "<bookmark_value>VBA Variable Type Named Constants</bookmark_value>"
+msgstr ""
+
+#. XSqq4
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"hd_id941628842567829\n"
+"help.text"
+msgid "VBA Color Named Constants"
+msgstr ""
+
+#. GX7VB
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id611634907471277\n"
+"help.text"
+msgid "Named constant"
+msgstr ""
+
+#. 4wBCk
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id861634907471277\n"
+"help.text"
+msgid "Red, Green, Blue<br/>composition"
+msgstr ""
+
+#. y4iia
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"hd_id941624288567829\n"
+"help.text"
+msgid "Variable Type Named Constants"
+msgstr ""
+
+#. AzBpy
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id31624288363725\n"
+"help.text"
+msgid "Named constant"
+msgstr ""
+
+#. SrPWN
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id951624288363725\n"
+"help.text"
+msgid "Decimal value"
+msgstr ""
+
+#. PVJr3
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"hd_id881634911195890\n"
+"help.text"
+msgid "FormatDateTime VBA Named Constants"
+msgstr ""
+
+#. jUhTB
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"hd_id801634912153888\n"
+"help.text"
+msgid "StrConv VBA Named Constants"
+msgstr ""
+
+#. pU993
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"hd_id131634910758620\n"
+"help.text"
+msgid "WeekDayName VBA Named Constants"
+msgstr ""
+
+#. Y5GhB
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"hd_id531634913323423\n"
+"help.text"
+msgid "Miscellaneous VBA Named Constants"
+msgstr ""
+
#. SHFCr
#: 03040000.xhp
msgctxt ""
@@ -16999,42 +17143,6 @@ msgctxt ""
msgid "VT - Vertical tab"
msgstr "VT - vertikální tabulátor"
-#. 8kxFA
-#: 03040000.xhp
-msgctxt ""
-"03040000.xhp\n"
-"bm_id391624288823741\n"
-"help.text"
-msgid "<bookmark_value>VBA Variable Type Named Constants</bookmark_value>"
-msgstr ""
-
-#. EuAqS
-#: 03040000.xhp
-msgctxt ""
-"03040000.xhp\n"
-"hd_id941624288567829\n"
-"help.text"
-msgid "VBA Variable Type Named Constants"
-msgstr ""
-
-#. AzBpy
-#: 03040000.xhp
-msgctxt ""
-"03040000.xhp\n"
-"par_id31624288363725\n"
-"help.text"
-msgid "Named constant"
-msgstr ""
-
-#. SrPWN
-#: 03040000.xhp
-msgctxt ""
-"03040000.xhp\n"
-"par_id951624288363725\n"
-"help.text"
-msgid "Decimal value"
-msgstr ""
-
#. LMbQP
#: 03050000.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/scalc.po b/source/cs/helpcontent2/source/text/scalc.po
index ec5db4168fc..ab2c8458e92 100644
--- a/source/cs/helpcontent2/source/text/scalc.po
+++ b/source/cs/helpcontent2/source/text/scalc.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-10-25 12:48+0200\n"
-"PO-Revision-Date: 2021-10-05 19:36+0000\n"
+"PO-Revision-Date: 2021-10-28 08:15+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1499368167.000000\n"
#. ZxQeC
@@ -752,7 +752,7 @@ msgctxt ""
"par_id3148798\n"
"help.text"
msgid "This submenu lists the toolbars that are available in spreadsheets. This overview describes the default toolbar configuration for %PRODUCTNAME."
-msgstr ""
+msgstr "V této podnabídce jsou uvedeny nástrojové lišty dostupné v sešitech. Tento přehled popisuje výchozí nastavení nástrojových lišt v %PRODUCTNAME."
#. XUCUB
#: main0202.xhp
diff --git a/source/cs/helpcontent2/source/text/scalc/01.po b/source/cs/helpcontent2/source/text/scalc/01.po
index f04e1ad14b9..7dd81c7f042 100644
--- a/source/cs/helpcontent2/source/text/scalc/01.po
+++ b/source/cs/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:48+0200\n"
+"POT-Creation-Date: 2021-10-29 13:13+0200\n"
"PO-Revision-Date: 2021-04-24 07:37+0000\n"
"Last-Translator: raal <raal@post.cz>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/cs/>\n"
@@ -12860,14 +12860,14 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FUNC_KUERZEN\">Truncates a number by removing decimal places.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_KUERZEN\">Odřízne z čísla desetinná místa.</ahelp>"
-#. ueYCC
+#. MNndx
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3148511\n"
"help.text"
-msgid "TRUNC(Number; Count)"
-msgstr "TRUNC(číslo; počet)"
+msgid "TRUNC(Number[; Count])"
+msgstr ""
#. TXm3Z
#: 04060106.xhp
@@ -12914,6 +12914,24 @@ msgctxt ""
msgid "<item type=\"input\">=TRUNC(-1.234999;3)</item> returns -1.234. All the 9s are lost."
msgstr "<item type=\"input\">=TRUNC(-1.234999;3)</item> vrátí -1.234. Všechny devítky budou odříznuty."
+#. wGT5E
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id441635243969504\n"
+"help.text"
+msgid "<input>=TRUNC(-45.67)</input> returns -45. The default value for <emph>Count</emph> is 0."
+msgstr ""
+
+#. gMj5a
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id151635245092041\n"
+"help.text"
+msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/TRUNC\" name=\"TRUNC_Wiki\">TRUNC</link> wiki page for more details about this function."
+msgstr ""
+
#. MQVNf
#: 04060106.xhp
msgctxt ""
@@ -13364,6 +13382,24 @@ msgctxt ""
msgid "<emph>Coefficients</emph> is a series of coefficients. For each coefficient the series sum is extended by one section."
msgstr "<emph>Koeficienty</emph> je řada koeficientů. Každý koeficient přísluší v řadě součtu jednomu sčítanci."
+#. 4od8N
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id431635251540138\n"
+"help.text"
+msgid "<input>=SERIESSUM(A1; 0; 1; {1; 2; 3})</input> calculates the value of 1+2x+3x<sup>2</sup>, where x is the value in cell A1. If A1 contains 1, the formula returns 6; if A1 contains 2, the formula returns 17; if A1 contains 3, the formula returns 34; and so on."
+msgstr ""
+
+#. i8GB7
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id881635251427220\n"
+"help.text"
+msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/SERIESSUM\" name=\"SERIESSUM_Wiki\">SERIESSUM</link> wiki page for more details about this function."
+msgstr ""
+
#. cEDZn
#: 04060106.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/sdraw/01.po b/source/cs/helpcontent2/source/text/sdraw/01.po
index 1efc60a5acd..8097f5f43e2 100644
--- a/source/cs/helpcontent2/source/text/sdraw/01.po
+++ b/source/cs/helpcontent2/source/text/sdraw/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-10-25 12:48+0200\n"
-"PO-Revision-Date: 2021-10-08 10:36+0000\n"
+"PO-Revision-Date: 2021-10-28 08:15+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw01/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1560276620.000000\n"
#. ybhKD
@@ -608,7 +608,7 @@ msgctxt ""
"par_id531623515498932\n"
"help.text"
msgid "Consolidation of lists requires attention to restore the list layout that has been affected by the position of the punctuation. This includes the case of numbering of style \"1.\", where the resulting list items are split after the dot."
-msgstr ""
+msgstr "Pozornost je třeba věnovat konsolidaci seznamů, u níž je rozvržení seznamu ovlivněno pozicí interpunkce. Například v případě číslování stylu „1.“ budou výsledné položky seznamu po tečce za číslem rozděleny."
#. VwP6B
#: consolidatetext.xhp
diff --git a/source/cs/helpcontent2/source/text/shared/00.po b/source/cs/helpcontent2/source/text/shared/00.po
index 34a345ff984..f158423e698 100644
--- a/source/cs/helpcontent2/source/text/shared/00.po
+++ b/source/cs/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: 2021-10-20 13:08+0200\n"
-"PO-Revision-Date: 2021-10-24 01:36+0000\n"
+"PO-Revision-Date: 2021-10-28 08:50+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/cs/>\n"
"Language: cs\n"
@@ -2390,7 +2390,7 @@ msgctxt ""
"par_id171622867006461\n"
"help.text"
msgid "The Han characters, Hiragana and Katakana characters, as well as Hangul characters used by these scripts are usually of square shape, and on fixed-width (monospace) display they occupy space of two Latin/ASCII characters. They are therefore called full-width characters, while the letters in Latin alphabet, digits, and punctuation marks included in ASCII character set are called half-width characters."
-msgstr ""
+msgstr "Znaky používané v čínském písmu a v písmech hiragana, katakana a hangul mají obvykle čtvercový tvar a při zobrazení s pevnou šířkou zabírají prostor dvou znaků v latince nebo ASCII. Proto se označují jako znaky s plnou šířkou, zatímco písmena latinky, číslice a interpunkce ze znakových sad ASCII se nazývají znaky s poloviční šířkou."
#. ijLBK
#: 00000005.xhp
diff --git a/source/cs/helpcontent2/source/text/shared/explorer/database.po b/source/cs/helpcontent2/source/text/shared/explorer/database.po
index 5dcae3e0d30..7ed389fa5ff 100644
--- a/source/cs/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/cs/helpcontent2/source/text/shared/explorer/database.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-10-25 12:49+0200\n"
-"PO-Revision-Date: 2021-10-05 19:36+0000\n"
+"PO-Revision-Date: 2021-10-28 08:15+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsharedexplorerdatabase/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1553926381.000000\n"
#. rw2xT
@@ -2453,7 +2453,7 @@ msgctxt ""
"bm_id1614429\n"
"help.text"
msgid "<bookmark_value>Report Builder</bookmark_value> <bookmark_value>Oracle Report Builder</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>návrhář sestav</bookmark_value><bookmark_value>Oracle Report Builder</bookmark_value>"
#. 8XCCL
#: rep_main.xhp
@@ -2732,7 +2732,7 @@ msgctxt ""
"par_id2531815\n"
"help.text"
msgid "The <link href=\"text/shared/explorer/database/rep_insertfield.xhp\" name=\"add_fields_link\">Add fields to report</link> window opens automatically and shows all fields of the selected table."
-msgstr ""
+msgstr "Automaticky se otevře okno <link href=\"text/shared/explorer/database/rep_insertfield.xhp\" name=\"Přidat pole\">Přidat pole do sestavy</link> a zobrazí všechna pole vybrané tabulky."
#. vsFKB
#: rep_main.xhp
@@ -3479,7 +3479,7 @@ msgctxt ""
"hd_id8836939\n"
"help.text"
msgid "<variable id=\"rep_prop\"><link href=\"text/shared/explorer/database/rep_prop.xhp\">Properties</link></variable>"
-msgstr ""
+msgstr "<variable id=\"rep_prop\"><link href=\"text/shared/explorer/database/rep_prop.xhp\">Vlastnosti</link></variable>"
#. ro5Tm
#: rep_prop.xhp
@@ -3524,7 +3524,7 @@ msgctxt ""
"par_id3587145\n"
"help.text"
msgid "<ahelp hid=\".\">The <link href=\"text/shared/explorer/database/rep_insertfield.xhp\" name=\"add_fields_link\">Add fields to report</link> window is shown automatically when you have selected a table in the Contents box and leave that box. You can also click the Add Field icon on the toolbar, or choose <item type=\"menuitem\">View - Add Field</item>.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Okno <link href=\"text/shared/explorer/database/rep_insertfield.xhp\" name=\"Přidate pole\">Přidat pole</link> se automaticky zobrazí, pokud vyberete tabulku v poli Obsah a toto pole opustíte. Také můžete klepnout na ikonu Přidat pole na nástrojové liště nebo použít příkaz <item type=\"menuitem\">Zobrazit - Přidat pole</item>.</ahelp>"
#. 5BJS6
#: rep_prop.xhp
diff --git a/source/cs/helpcontent2/source/text/shared/guide.po b/source/cs/helpcontent2/source/text/shared/guide.po
index a2c2d165445..0f799843332 100644
--- a/source/cs/helpcontent2/source/text/shared/guide.po
+++ b/source/cs/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2021-10-29 13:14+0200\n"
"PO-Revision-Date: 2021-05-16 21:37+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/cs/>\n"
@@ -4039,14 +4039,14 @@ msgctxt ""
msgid "<bookmark_value>filters;document conversion</bookmark_value> <bookmark_value>document conversion;filters</bookmark_value> <bookmark_value>convert-to;filters</bookmark_value> <bookmark_value>command line document conversion;filters</bookmark_value> <bookmark_value>module file filters</bookmark_value>"
msgstr ""
-#. SXahX
+#. R5bPc
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
"hd_id771554399002497\n"
"help.text"
-msgid "<link href=\"text/shared/guide/convertfilters.xhp\" name=\"conversion filter names\">File Conversion Filter Names</link>"
-msgstr "<link href=\"text/shared/guide/convertfilters.xhp\" name=\"Názvy filtrů pro převod\">Názvy filtrů pro převod souborů</link>"
+msgid "<variable id=\"convertfilters_h1\"><link href=\"text/shared/guide/convertfilters.xhp\" name=\"conversion filter names\">File Conversion Filter Names</link></variable>"
+msgstr ""
#. EoDwz
#: convertfilters.xhp
@@ -5758,6 +5758,483 @@ msgctxt ""
msgid "If you drag the text to the outline view of a presentation, it will be inserted at the cursor location."
msgstr "Pokud přetáhnete text do prezentace v pohledu s osnovou, vloží se na místo kurzor."
+#. 8tpWA
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"tit\n"
+"help.text"
+msgid "CSV Filter parameters"
+msgstr ""
+
+#. cvtJM
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"bm_id181634740978601\n"
+"help.text"
+msgid "<bookmark_value>CSV;filter options</bookmark_value> <bookmark_value>CSV;import options</bookmark_value> <bookmark_value>CSV;export options</bookmark_value> <bookmark_value>CSV;command line filter options</bookmark_value>"
+msgstr ""
+
+#. szBoK
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"hd_id551634734576194\n"
+"help.text"
+msgid "<variable id=\"csv_params_h1\"><link href=\"text/shared/guide/csv_params.xhp\" name=\"filter options\">CSV Filter Options</link></variable>"
+msgstr ""
+
+#. k8vC5
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id401634734576197\n"
+"help.text"
+msgid "The CSV filter accepts an option string containing five to twelve tokens, separated by commas. Tokens 6 to 12 are optional."
+msgstr ""
+
+#. J8rtr
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id511634735255956\n"
+"help.text"
+msgid "Token Position"
+msgstr ""
+
+#. 5rrFy
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id71634735255956\n"
+"help.text"
+msgid "Definition"
+msgstr ""
+
+#. tBx7H
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id581634735255956\n"
+"help.text"
+msgid "Meaning and Example of Token"
+msgstr ""
+
+#. FBZ5h
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id691634735255956\n"
+"help.text"
+msgid "Field Separator"
+msgstr ""
+
+#. Zgou6
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id501634735255956\n"
+"help.text"
+msgid "Field separator(s) as ASCII values. Multiple values are separated by the slash sign (\"/\"), that is, if the values are separated by semicolons and horizontal tabulators, the token would be 59/9. To treat several consecutive separators as one, then append '/MRG' to the token. If the file contains fixed width fields, then use 'FIX'. Example: 44 (,)"
+msgstr ""
+
+#. HqX6Y
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id661634735416764\n"
+"help.text"
+msgid "Text Delimiter"
+msgstr ""
+
+#. kEJpf
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id131634735421911\n"
+"help.text"
+msgid "The text delimiter as ASCII value, that is, 34 for double quotes and 39 for single quotes. Example: 34 (\")"
+msgstr ""
+
+#. 5EFCS
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id901634735627024\n"
+"help.text"
+msgid "Character Set"
+msgstr ""
+
+#. aiyF9
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id871634735631362\n"
+"help.text"
+msgid "The character set code used in the file as described in the table below. Example: 0 (System)"
+msgstr ""
+
+#. vEsX6
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id371634735705688\n"
+"help.text"
+msgid "Number of First Line"
+msgstr ""
+
+#. ARGi5
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id681634735710417\n"
+"help.text"
+msgid "3 (start from third line)"
+msgstr ""
+
+#. BeXqG
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id741634735821982\n"
+"help.text"
+msgid "Cell Format Codes for Each Column"
+msgstr ""
+
+#. FBKwB
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id481634735825359\n"
+"help.text"
+msgid "A sequence of column/formatting code, where the formatting code is given in the table below. Example: 1/5/2/1/3/1/4/1"
+msgstr ""
+
+#. Aby2C
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id831634735631362\n"
+"help.text"
+msgid "If value separators are used, the form of this token is column/format[/column/format/…] where column is the number of the column, with 1 being the leftmost column. The format is explained below."
+msgstr ""
+
+#. bMC9A
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id831635735631362\n"
+"help.text"
+msgid "If the first token is FIX it has the form start/format[/start/format/…], where start is the number of the first character for this field, with 0 being the leftmost character in a line. The format is explained below."
+msgstr ""
+
+#. ZwqfD
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id971634736857464\n"
+"help.text"
+msgid "Language identifier"
+msgstr ""
+
+#. DrnsR
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id951634736861475\n"
+"help.text"
+msgid "String expressed in decimal notation. This token is the equivalent of the \"Language\" listbox in the user interface for CSV import. If the value is 0 or omitted, the language identifier of the user interface is used. The language identifier is based on the Microsoft language identifiers."
+msgstr ""
+
+#. B8dVu
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id181634736918511\n"
+"help.text"
+msgid "CSV Import, CSV Export"
+msgstr ""
+
+#. R5gJk
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id481634736922278\n"
+"help.text"
+msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>.This token is the equivalent of the check box \"Quoted field as text\"."
+msgstr ""
+
+#. bDTPa
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id761634737057161\n"
+"help.text"
+msgid "CSV Import, CSV Export"
+msgstr ""
+
+#. SDFCG
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id41634737061097\n"
+"help.text"
+msgid "<emph>Import:</emph> String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. This token is the equivalent of the check box \"Detect special numbers\"."
+msgstr ""
+
+#. kvUjv
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id161634737264744\n"
+"help.text"
+msgid "<emph>Export:</emph> String, either false or true. Default value: <literal>true</literal>. This token has no UI equivalent. If <literal>true</literal>, the number cells are stored as numbers. If <literal>false</literal>, the numbers are stored as text, with text delimiters."
+msgstr ""
+
+#. WFedG
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id961634737712752\n"
+"help.text"
+msgid "CSV Import, CSV Export"
+msgstr ""
+
+#. 532rG
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id371634737716545\n"
+"help.text"
+msgid "<emph>Import:</emph> Not used: only 8 tokens are used."
+msgstr ""
+
+#. cLJMt
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id701634737971414\n"
+"help.text"
+msgid "<emph>Export:</emph> String, either <literal>false</literal> or <literal>true</literal>. Default value:<literal>true</literal>. This token is the equivalent of the check box \"Save cell contents as shown\"."
+msgstr ""
+
+#. 6PAT5
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id481634896761359\n"
+"help.text"
+msgid "CSV export"
+msgstr ""
+
+#. koLz5
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id411634896764659\n"
+"help.text"
+msgid "Export formulas"
+msgstr ""
+
+#. xiP4A
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id421634896890527\n"
+"help.text"
+msgid "11"
+msgstr ""
+
+#. BMakd
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id221634896896383\n"
+"help.text"
+msgid "CSV export"
+msgstr ""
+
+#. FqKCf
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id641634896897119\n"
+"help.text"
+msgid "Remove space"
+msgstr ""
+
+#. N9PMY
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id881634896966734\n"
+"help.text"
+msgid "12"
+msgstr ""
+
+#. tknnm
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id521634896971296\n"
+"help.text"
+msgid "CSV export"
+msgstr ""
+
+#. NaJRN
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id161634896971802\n"
+"help.text"
+msgid "Export the entire document to individual sheets .csv files or a specified sheet."
+msgstr ""
+
+#. X7QDK
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id341634897309489\n"
+"help.text"
+msgid "<emph>0</emph> or absent means the default behaviour, first sheet from command line, or current sheet in macro filter options, exported to sample.csv"
+msgstr ""
+
+#. mnMGx
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id381634897377753\n"
+"help.text"
+msgid "<emph>-1</emph> for all sheets, each sheet is exported to an individual file of the base file name concatenated with the sheet name, for example sample-Sheet1.csv, sample-Sheet2.csv and sample-Sheet3.csv"
+msgstr ""
+
+#. ANajZ
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id531634897438255\n"
+"help.text"
+msgid "<emph>N</emph> export the N-th sheet within the range of number of sheets. Example: to export the second sheet, set 2 here to get sample-Sheet2.csv"
+msgstr ""
+
+#. BQKWB
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id431634743318433\n"
+"help.text"
+msgid "Import from UTF-8, Language German, Comma separated, Text delimiter \", Quoted field as text. CSV file has columns formatted as date, number, number, number:"
+msgstr ""
+
+#. rdZgZ
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id281634743298078\n"
+"help.text"
+msgid "Export to Windows-1252, Field delimiter : comma, Text delimiter : quote, Save cell contents as shown:"
+msgstr ""
+
+#. HQgNe
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"hd_id181634739011588\n"
+"help.text"
+msgid "Formatting codes for Token 5"
+msgstr ""
+
+#. 3KE5V
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id31634738948892\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. kDygY
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id101634738948892\n"
+"help.text"
+msgid "Code"
+msgstr ""
+
+#. BpiaC
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id1011670216\n"
+"help.text"
+msgid "Standard"
+msgstr ""
+
+#. o2zeW
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id1605952714\n"
+"help.text"
+msgid "Text"
+msgstr ""
+
+#. pPwcP
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id5066036143\n"
+"help.text"
+msgid "MM/DD/YY"
+msgstr ""
+
+#. 6yrFg
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id6386378851\n"
+"help.text"
+msgid "DD/MM/YY"
+msgstr ""
+
+#. BrCte
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id6847541095\n"
+"help.text"
+msgid "YY/MM/DD"
+msgstr ""
+
+#. nixiA
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id7881263433\n"
+"help.text"
+msgid "Ignore field (do not import)"
+msgstr ""
+
+#. LEJDn
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"par_id6920129719\n"
+"help.text"
+msgid "US-English"
+msgstr ""
+
+#. wLth6
+#: csv_params.xhp
+msgctxt ""
+"csv_params.xhp\n"
+"hd_id591634740467955\n"
+"help.text"
+msgid "Character Set Codes for Token 3"
+msgstr ""
+
#. Ag4xM
#: ctl.xhp
msgctxt ""
@@ -16720,6 +17197,942 @@ msgctxt ""
msgid "Select the line and arrow color in the <emph>Line Color</emph> box."
msgstr "Barvu čáry a šipky vyberete v poli <emph>Barva čáry</emph>."
+#. JSTUi
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"tit\n"
+"help.text"
+msgid "Lotus, dBase and Diff filter parameters"
+msgstr ""
+
+#. vTZDY
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"bm_id561634741028649\n"
+"help.text"
+msgid "<bookmark_value>Lotus;command line filter options</bookmark_value><bookmark_value>dBase;command line filter options</bookmark_value><bookmark_value>Diff;command line filter options</bookmark_value>"
+msgstr ""
+
+#. AMfh8
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"hd_id871634727961723\n"
+"help.text"
+msgid "<variable id=\"lotusbasediff_h1\"><link href=\"text/shared/guide/lotusdbasediff.xhp\" name=\"LotusdBaseDiff\">Lotus, dBase and Diff filter parameters</link></variable>"
+msgstr ""
+
+#. GaDJ8
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id951634727961726\n"
+"help.text"
+msgid "The Lotus, dBase and Diff filters accept a string containing the numerical index of the used character set for single-byte characters, that is, 0 for the system character set. The numerical indexes assigned to the character sets are in the table below."
+msgstr ""
+
+#. DC55B
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id711634734305500\n"
+"help.text"
+msgid "To import file myLotus.wk3 with DOS/OS2-850/International (Western) character set."
+msgstr ""
+
+#. 9K3yd
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id271634732842048\n"
+"help.text"
+msgid "<literal>soffice --infilter=\"Lotus:4\" myLotus.wk3</literal>"
+msgstr ""
+
+#. vgUAD
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id941634728189424\n"
+"help.text"
+msgid "Character set"
+msgstr ""
+
+#. tgBCT
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id361634728189424\n"
+"help.text"
+msgid "Index"
+msgstr ""
+
+#. mwKC2
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id3595418994\n"
+"help.text"
+msgid "Unknown"
+msgstr ""
+
+#. t4M3L
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id6867528259\n"
+"help.text"
+msgid "Windows-1252/WinLatin 1 (Western)"
+msgstr ""
+
+#. n8WbE
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id8119642953\n"
+"help.text"
+msgid "Apple Macintosh (Western)"
+msgstr ""
+
+#. wYujo
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id463985409\n"
+"help.text"
+msgid "DOS/OS2-437/US (Western)"
+msgstr ""
+
+#. yK7oB
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id7577032620\n"
+"help.text"
+msgid "DOS/OS2-850/International (Western)"
+msgstr ""
+
+#. LDVc7
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id8394619482\n"
+"help.text"
+msgid "DOS/OS2-860/Portuguese (Western)"
+msgstr ""
+
+#. eyZPs
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id8817860061\n"
+"help.text"
+msgid "DOS/OS2-861/Icelandic (Western)"
+msgstr ""
+
+#. wMUyq
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id4921442704\n"
+"help.text"
+msgid "DOS/OS2-863/Canadian-French (Western)"
+msgstr ""
+
+#. 8ZQ69
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id7664791639\n"
+"help.text"
+msgid "DOS/OS2-865/Nordic (Western)"
+msgstr ""
+
+#. dVvsS
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id2517707917\n"
+"help.text"
+msgid "System default"
+msgstr ""
+
+#. uxJB9
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id726768156\n"
+"help.text"
+msgid "Symbol"
+msgstr ""
+
+#. MsC3b
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id9649275081\n"
+"help.text"
+msgid "ASCII/US (Western)"
+msgstr ""
+
+#. QMkdx
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id7560998407\n"
+"help.text"
+msgid "ISO-8859-1 (Western)"
+msgstr ""
+
+#. 5Coku
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id7110791405\n"
+"help.text"
+msgid "ISO-8859-2 (Central European)"
+msgstr ""
+
+#. cnoiQ
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id6569976233\n"
+"help.text"
+msgid "ISO-8859-3 (Latin 3)"
+msgstr ""
+
+#. NfYxS
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id6885689002\n"
+"help.text"
+msgid "ISO-8859-4 (Baltic)"
+msgstr ""
+
+#. FEpGp
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id9664335036\n"
+"help.text"
+msgid "ISO-8859-5 (Cyrillic)"
+msgstr ""
+
+#. jSnZ8
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id8104755630\n"
+"help.text"
+msgid "ISO-8859-6 (Arabic)"
+msgstr ""
+
+#. 3MTAK
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id5395014781\n"
+"help.text"
+msgid "ISO-8859-7 (Greek)"
+msgstr ""
+
+#. w7DLg
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id5354416572\n"
+"help.text"
+msgid "ISO-8859-8 (Hebrew)"
+msgstr ""
+
+#. nzT2W
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id3982667842\n"
+"help.text"
+msgid "ISO-8859-9 (Turkish)"
+msgstr ""
+
+#. GZMhu
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id4764337087\n"
+"help.text"
+msgid "ISO-8859-14 (Western)"
+msgstr ""
+
+#. htMTX
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id5341317667\n"
+"help.text"
+msgid "ISO-8859-15/EURO (Western)"
+msgstr ""
+
+#. iCAjC
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id8190805703\n"
+"help.text"
+msgid "DOS/OS2-737 (Greek)"
+msgstr ""
+
+#. 9xBJb
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id3299597784\n"
+"help.text"
+msgid "DOS/OS2-775 (Baltic)"
+msgstr ""
+
+#. 6hVhF
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id7018988324\n"
+"help.text"
+msgid "DOS/OS2-852 (Central European)"
+msgstr ""
+
+#. SX66i
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id9277324375\n"
+"help.text"
+msgid "DOS/OS2-855 (Cyrillic)"
+msgstr ""
+
+#. agTyE
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id138732955\n"
+"help.text"
+msgid "DOS/OS2-857 (Turkish)"
+msgstr ""
+
+#. K7Ngv
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id6163462950\n"
+"help.text"
+msgid "DOS/OS2-862 (Hebrew)"
+msgstr ""
+
+#. oBLqw
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id957523556\n"
+"help.text"
+msgid "DOS/OS2-864 (Arabic)"
+msgstr ""
+
+#. wDrHu
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id3620965595\n"
+"help.text"
+msgid "DOS/OS2-866/Russian (Cyrillic)"
+msgstr ""
+
+#. KmHiA
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id5590690561\n"
+"help.text"
+msgid "DOS/OS2-869/Modern (Greek)"
+msgstr ""
+
+#. HzHu5
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id4413925285\n"
+"help.text"
+msgid "DOS/Windows-874 (Thai)"
+msgstr ""
+
+#. ASun4
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id8678281824\n"
+"help.text"
+msgid "Windows-1250/WinLatin 2 (Central European)"
+msgstr ""
+
+#. EBPgi
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id7262965442\n"
+"help.text"
+msgid "Windows-1251 (Cyrillic)"
+msgstr ""
+
+#. dSjzb
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id349886227\n"
+"help.text"
+msgid "Windows-1253 (Greek)"
+msgstr ""
+
+#. JqWit
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id9334140001\n"
+"help.text"
+msgid "Windows-1254 (Turkish)"
+msgstr ""
+
+#. osHL5
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id198637729\n"
+"help.text"
+msgid "Windows-1255 (Hebrew)"
+msgstr ""
+
+#. AGNDB
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id1915253947\n"
+"help.text"
+msgid "Windows-1256 (Arabic)"
+msgstr ""
+
+#. yLXBd
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id3963233883\n"
+"help.text"
+msgid "Windows-1257 (Baltic)"
+msgstr ""
+
+#. 4R3tM
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id7531693853\n"
+"help.text"
+msgid "Windows-1258 (Vietnamese)"
+msgstr ""
+
+#. XCFQC
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id1467844465\n"
+"help.text"
+msgid "Apple Macintosh (Arabic)"
+msgstr ""
+
+#. BPTER
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id6024654003\n"
+"help.text"
+msgid "Apple Macintosh (Central European)"
+msgstr ""
+
+#. HD8gK
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id5126976760\n"
+"help.text"
+msgid "Apple Macintosh/Croatian (Central European)"
+msgstr ""
+
+#. 8VBmx
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id3792290000\n"
+"help.text"
+msgid "Apple Macintosh (Cyrillic)"
+msgstr ""
+
+#. YXyyc
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id9965406690\n"
+"help.text"
+msgid "Not supported: Apple Macintosh (Devanagari)"
+msgstr ""
+
+#. u4DPB
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id8871119906\n"
+"help.text"
+msgid "Not supported: Apple Macintosh (Farsi)"
+msgstr ""
+
+#. 8BsMh
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id4888972012\n"
+"help.text"
+msgid "Apple Macintosh (Greek)"
+msgstr ""
+
+#. t5ZDC
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id4238449987\n"
+"help.text"
+msgid "Not supported: Apple Macintosh (Gujarati)"
+msgstr ""
+
+#. d9zo6
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id7304430577\n"
+"help.text"
+msgid "Not supported: Apple Macintosh (Gurmukhi)"
+msgstr ""
+
+#. EdkVx
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id5620424688\n"
+"help.text"
+msgid "Apple Macintosh (Hebrew)"
+msgstr ""
+
+#. UvmYZ
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id9801830706\n"
+"help.text"
+msgid "Apple Macintosh/Icelandic (Western)"
+msgstr ""
+
+#. NUAXB
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id1158047357\n"
+"help.text"
+msgid "Apple Macintosh/Romanian (Central European)"
+msgstr ""
+
+#. VjbPQ
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id8229976184\n"
+"help.text"
+msgid "Apple Macintosh (Thai)"
+msgstr ""
+
+#. fTrd4
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id9198338282\n"
+"help.text"
+msgid "Apple Macintosh (Turkish)"
+msgstr ""
+
+#. k2DCo
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id8309681854\n"
+"help.text"
+msgid "Apple Macintosh/Ukrainian (Cyrillic)"
+msgstr ""
+
+#. LaGmk
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id8838054309\n"
+"help.text"
+msgid "Apple Macintosh (Chinese Simplified)"
+msgstr ""
+
+#. SSjQu
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id3756233214\n"
+"help.text"
+msgid "Apple Macintosh (Chinese Traditional)"
+msgstr ""
+
+#. QU5fA
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id2879385879\n"
+"help.text"
+msgid "Apple Macintosh (Japanese)"
+msgstr ""
+
+#. jExUJ
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id1036377524\n"
+"help.text"
+msgid "Apple Macintosh (Korean)"
+msgstr ""
+
+#. 4YszB
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id864841246\n"
+"help.text"
+msgid "Windows-932 (Japanese)"
+msgstr ""
+
+#. PFMie
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id2673430188\n"
+"help.text"
+msgid "Windows-936 (Chinese Simplified)"
+msgstr ""
+
+#. CCkYn
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id8091466179\n"
+"help.text"
+msgid "Windows-Wansung-949 (Korean)"
+msgstr ""
+
+#. vaegT
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id39627464\n"
+"help.text"
+msgid "Windows-950 (Chinese Traditional)"
+msgstr ""
+
+#. 9TDCJ
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id9816819191\n"
+"help.text"
+msgid "Shift-JIS (Japanese)"
+msgstr ""
+
+#. pcnRD
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id3206710481\n"
+"help.text"
+msgid "GB-2312 (Chinese Simplified)"
+msgstr ""
+
+#. ELQVE
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id4470976171\n"
+"help.text"
+msgid "GBT-12345 (Chinese Traditional)"
+msgstr ""
+
+#. iAUTD
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id4932831786\n"
+"help.text"
+msgid "GBK/GB-2312-80 (Chinese Simplified)"
+msgstr ""
+
+#. pmCaK
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id838501984\n"
+"help.text"
+msgid "BIG5 (Chinese Traditional)"
+msgstr ""
+
+#. 9UAnC
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id1029043733\n"
+"help.text"
+msgid "EUC-JP (Japanese)"
+msgstr ""
+
+#. YAg8h
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id6012776196\n"
+"help.text"
+msgid "EUC-CN (Chinese Simplified)"
+msgstr ""
+
+#. EUiHu
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id5452136920\n"
+"help.text"
+msgid "EUC-TW (Chinese Traditional)"
+msgstr ""
+
+#. kbAeV
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id3435928309\n"
+"help.text"
+msgid "ISO-2022-JP (Japanese)"
+msgstr ""
+
+#. Nk6pG
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id2502757680\n"
+"help.text"
+msgid "ISO-2022-CN (Chinese Simplified)"
+msgstr ""
+
+#. AggZE
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id1644410169\n"
+"help.text"
+msgid "KOI8-R (Cyrillic)"
+msgstr ""
+
+#. D4igh
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id5346160920\n"
+"help.text"
+msgid "Unicode (UTF-7)"
+msgstr ""
+
+#. 4mFF3
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id6945821257\n"
+"help.text"
+msgid "Unicode (UTF-8)"
+msgstr ""
+
+#. EFYkJ
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id360272883\n"
+"help.text"
+msgid "ISO-8859-10 (Central European)"
+msgstr ""
+
+#. DANdZ
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id7595099556\n"
+"help.text"
+msgid "ISO-8859-13 (Central European)"
+msgstr ""
+
+#. JDPMV
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id9690820995\n"
+"help.text"
+msgid "EUC-KR (Korean)"
+msgstr ""
+
+#. cBnEq
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id5313899602\n"
+"help.text"
+msgid "ISO-2022-KR (Korean)"
+msgstr ""
+
+#. EnC6J
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id8105979305\n"
+"help.text"
+msgid "JIS 0201 (Japanese)"
+msgstr ""
+
+#. JtyuF
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id1229669587\n"
+"help.text"
+msgid "JIS 0208 (Japanese)"
+msgstr ""
+
+#. ncHwS
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id3628381032\n"
+"help.text"
+msgid "JIS 0212 (Japanese)"
+msgstr ""
+
+#. sBZGC
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id7686777017\n"
+"help.text"
+msgid "Windows-Johab-1361 (Korean)"
+msgstr ""
+
+#. wmAKk
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id4764349313\n"
+"help.text"
+msgid "GB-18030 (Chinese Simplified)"
+msgstr ""
+
+#. fDAdA
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id3047093405\n"
+"help.text"
+msgid "BIG5-HKSCS (Chinese Traditional)"
+msgstr ""
+
+#. f89n4
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id472750950\n"
+"help.text"
+msgid "TIS 620 (Thai)"
+msgstr ""
+
+#. sMGuE
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id5498125014\n"
+"help.text"
+msgid "KOI8-U (Cyrillic)"
+msgstr ""
+
+#. TRHTM
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id7311184156\n"
+"help.text"
+msgid "ISCII Devanagari (Indian)"
+msgstr ""
+
+#. DEuFQ
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id6161848540\n"
+"help.text"
+msgid "Unicode (Java's modified UTF-8)"
+msgstr ""
+
+#. fiMu3
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id3941935297\n"
+"help.text"
+msgid "Adobe Standard"
+msgstr ""
+
+#. vbSBX
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id9054912223\n"
+"help.text"
+msgid "Adobe Symbol"
+msgstr ""
+
+#. HuPBo
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id317092561\n"
+"help.text"
+msgid "PT 154 (Windows Cyrillic Asian codepage developed in ParaType)"
+msgstr ""
+
+#. DJAEX
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id3689682515\n"
+"help.text"
+msgid "Unicode UCS4"
+msgstr ""
+
+#. VoHsG
+#: lotusdbasediff.xhp
+msgctxt ""
+"lotusdbasediff.xhp\n"
+"par_id7382215766\n"
+"help.text"
+msgid "Unicode UCS2"
+msgstr ""
+
#. F8tDM
#: macro_recording.xhp
msgctxt ""
@@ -23758,14 +25171,32 @@ msgctxt ""
msgid "If --convert-to is used more than once, last value of OutputFileExtension[:OutputFilterName[:OutputFilterParams]] is effective. If --outdir is used more than once, only its last value is effective. For example:"
msgstr ""
-#. RYx7a
+#. ir37U
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id781554408625219\n"
"help.text"
-msgid "<variable id=\"seefilters\">See the <link href=\"text/shared/guide/convertfilters.xhp\" name=\"list of document filters\">list of document filters</link> for file conversion.</variable>"
-msgstr "<variable id=\"seefilters\">Viz <link href=\"text/shared/guide/convertfilters.xhp\" name=\"seznam filtrů pro dokumenty\">seznam filtrů</link> pro převod souborů.</variable>"
+msgid "See the <link href=\"text/shared/guide/convertfilters.xhp\" name=\"list of document filters\">list of document filters</link> for file conversion."
+msgstr "Viz <link href=\"text/shared/guide/convertfilters.xhp\" name=\"seznam filtrů pro dokumenty\">seznam filtrů</link> pro převod souborů."
+
+#. t8brg
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id51634741869672\n"
+"help.text"
+msgid "The list of <link href=\"text/shared/guide/lotusdbasediff.xhp\" name=\"lotusparams\">filter options for Lotus, dBase and Diff files</link>."
+msgstr ""
+
+#. goKPf
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id1001634741874640\n"
+"help.text"
+msgid "The list of <link href=\"text/shared/guide/csv_params.xhp\" name=\"csvparams\">filter options for CSV files</link>."
+msgstr ""
#. EiUnD
#: start_parameters.xhp
diff --git a/source/cs/helpcontent2/source/text/shared/optionen.po b/source/cs/helpcontent2/source/text/shared/optionen.po
index 5c2b9a192a5..d38b947f25f 100644
--- a/source/cs/helpcontent2/source/text/shared/optionen.po
+++ b/source/cs/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: 2021-10-25 12:49+0200\n"
-"PO-Revision-Date: 2021-10-16 20:36+0000\n"
+"PO-Revision-Date: 2021-10-28 08:50+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1549360506.000000\n"
@@ -12264,7 +12264,7 @@ msgctxt ""
"bm_id3155450\n"
"help.text"
msgid "<bookmark_value>printing; drawings defaults</bookmark_value> <bookmark_value>drawings; printing defaults</bookmark_value> <bookmark_value>pages;printing page names in presentations</bookmark_value> <bookmark_value>printing; dates in presentations</bookmark_value> <bookmark_value>dates; printing in presentations</bookmark_value> <bookmark_value>times; inserting when printing presentations</bookmark_value> <bookmark_value>printing; hidden pages of presentations</bookmark_value> <bookmark_value>hidden pages; printing in presentations</bookmark_value> <bookmark_value>printing; without scaling in presentations</bookmark_value> <bookmark_value>scaling; when printing presentations</bookmark_value> <bookmark_value>printing; fitting to pages in presentations</bookmark_value> <bookmark_value>fitting to pages; print settings in presentations</bookmark_value> <bookmark_value>printing; tiling pages in presentations</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>tisk; výchozí pro kresby</bookmark_value><bookmark_value>kresby; výchozí pro tisk</bookmark_value><bookmark_value>názvy stránek; tisk v prezentaci</bookmark_value><bookmark_value>tisk; data v prezentaci</bookmark_value><bookmark_value>data; tisk v prezentaci</bookmark_value><bookmark_value>časy; vkládání při tisku prezentace</bookmark_value><bookmark_value>tisk; skryté stránky prezentace</bookmark_value><bookmark_value>skryté stránky; tisk v prezentaci</bookmark_value><bookmark_value>tisk; bez úpravy měřítka v prezentaci</bookmark_value><bookmark_value>měřítko; při tisku prezentace</bookmark_value><bookmark_value>tisk; přizpůsobení stránce v prezentaci</bookmark_value><bookmark_value>přizpůsobení stránce; nastavení tisku v prezentaci</bookmark_value><bookmark_value>tisk; uspořádání stránek v prezentaci</bookmark_value>"
#. iFJBG
#: 01070400.xhp
@@ -12390,7 +12390,7 @@ msgctxt ""
"par_id3147229\n"
"help.text"
msgid "See also <link href=\"text/shared/guide/print_blackwhite.xhp\" name=\"print_blackwhite_link\">Printing in Black and White</link>."
-msgstr ""
+msgstr "Viz také <link href=\"text/shared/guide/print_blackwhite.xhp\" name=\"Černobílý tisk\">Černobílý tisk</link>."
#. KK8qW
#: 01070400.xhp
@@ -15468,7 +15468,7 @@ msgctxt ""
"bm_id3146799\n"
"help.text"
msgid "<bookmark_value>string;conversion to number settings</bookmark_value> <bookmark_value>string conversion to number options</bookmark_value> <bookmark_value>string;conversion to date settings</bookmark_value> <bookmark_value>string conversion to date options</bookmark_value> <bookmark_value>string;conversion to reference settings</bookmark_value> <bookmark_value>string conversion to reference options</bookmark_value> <bookmark_value>string;setting in spreadsheet formulas</bookmark_value> <bookmark_value>cell reference syntax in strings;Excel R1C1</bookmark_value> <bookmark_value>cell reference syntax in strings;Excel A1</bookmark_value> <bookmark_value>cell reference syntax in strings;Calc A1</bookmark_value> <bookmark_value>Excel R1C1;cell reference syntax in strings</bookmark_value> <bookmark_value>Excel A1;cell reference syntax in strings</bookmark_value> <bookmark_value>Calc A1;cell reference syntax in strings</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>řetězec;nastavení převodu na číslo</bookmark_value><bookmark_value>řetězec;možnosti převodu na číslo</bookmark_value><bookmark_value>řetězec;nastavení převodu na datum</bookmark_value><bookmark_value>řetězec;možnosti převodu na datum</bookmark_value><bookmark_value>řetězec;nastavení převodu na adresu buňky</bookmark_value><bookmark_value>řetězec;možnosti převodu na adresu buňky</bookmark_value><bookmark_value>řetězec;nastavení ve vzorcích v sešitech</bookmark_value><bookmark_value>syntaxe odkazu na buňky v řetězcích;Excel R1C1</bookmark_value><bookmark_value>syntaxe odkazu na buňky v řetězcích;Excel A1</bookmark_value><bookmark_value>syntaxe odkazu na buňky v řetězcích;Calc A1</bookmark_value><bookmark_value>Excel R1C1;syntaxe odkazu na buňky v řetězcích</bookmark_value><bookmark_value>Excel A1;syntaxe odkazu na buňky v řetězcích</bookmark_value><bookmark_value>Calc A1;syntaxe odkazu na buňky v řetězcích</bookmark_value>"
#. jZZNb
#: detailedcalculation.xhp
@@ -15549,7 +15549,7 @@ msgctxt ""
"par_id3067110\n"
"help.text"
msgid "<emph>Convert only if unambiguous:</emph> If the text represents a valid and unambiguous numeric value, convert it. Example: <item type=\"input\">\"123.456\"</item> will generate a #VALUE! error because the text contains a separator, while <item type=\"input\">\"123456\"</item> will not.<br/>See <link href=\"text/scalc/guide/numbers_text.xhp\" name=\"numbers_text_link\">Converting Text to Numbers</link> for details."
-msgstr ""
+msgstr "<emph>Převede pouze v případě, že je to jednoznačné:</emph> Pokud text představuje platnou a jednoznačnou číselnou hodnotu, převede ji. Příklad: <item type=\"input\">\"123.456\"</item> vytvoří hodnotu #VALUE!, protože text obsahuje oddělovač, zatímco <item type=\"input\">\"123456\"</item> nikoliv.<br/>Podrobnosti naleznete v části <link href=\"text/scalc/guide/numbers_text.xhp\" name=\"numbers_text_link\">Převod textu na čísla</link>."
#. Eo47W
#: detailedcalculation.xhp
diff --git a/source/cs/helpcontent2/source/text/simpress/01.po b/source/cs/helpcontent2/source/text/simpress/01.po
index 106d7dc5838..8c82b01d5dd 100644
--- a/source/cs/helpcontent2/source/text/simpress/01.po
+++ b/source/cs/helpcontent2/source/text/simpress/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-10-25 12:49+0200\n"
-"PO-Revision-Date: 2021-10-23 00:37+0000\n"
+"PO-Revision-Date: 2021-10-28 08:50+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress01/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1561035028.000000\n"
#. mu9aV
@@ -4568,7 +4568,7 @@ msgctxt ""
"hd_id291634825392062\n"
"help.text"
msgid "Line spacing"
-msgstr ""
+msgstr "Vzdálenost čar"
#. t5Pe9
#: 05170000.xhp
@@ -4667,7 +4667,7 @@ msgctxt ""
"par_id3159205\n"
"help.text"
msgid "<ahelp hid=\".uno:NewRouting\">Resets the line skew values to the default.</ahelp> (This command is only accessible through the <link href=\"text/shared/00/00000005.xhp#contextmenu\" name=\"context menu\">context menu</link>)."
-msgstr ""
+msgstr "<ahelp hid=\".uno:NewRouting\">Vrátí nastavení zkosení čáry zpět na výchozí.</ahelp> (Tento příkaz je k dispozici pouze v <link href=\"text/shared/00/00000005.xhp#contextmenu\" name=\"místní nabídka\">místní nabídce</link>.)"
#. JLBKm
#: 05250000.xhp
@@ -6971,7 +6971,7 @@ msgctxt ""
"hd_id3154659\n"
"help.text"
msgid "<variable id=\"CustomShow_h1\"><link href=\"text/simpress/01/06100000.xhp\" name=\"CustomShow_link\">Custom Slide Shows</link></variable>"
-msgstr ""
+msgstr "<variable id=\"CustomShow_h1\"><link href=\"text/simpress/01/06100000.xhp\" name=\"Vlastní prezentace\">Vlastní prezentace</link></variable>"
#. EB558
#: 06100000.xhp
@@ -6980,7 +6980,7 @@ msgctxt ""
"par_id3149207\n"
"help.text"
msgid "<variable id=\"indipraesent\"><ahelp hid=\".uno:CustomShowDialog\">Defines a custom slide show using slides within the current presentation. You can then pick slides to meet the needs of your audience. You can create as many custom slide shows as you want.</ahelp> </variable>"
-msgstr ""
+msgstr "<variable id=\"indipraesent\"><ahelp hid=\".uno:CustomShowDialog\" >Určí snímky vlastní prezentace z aktuální prezentace. Snímky můžete vybírat tak, abyste oslovili posluchače požadovaným způsobem. Můžete vytvořit libovolný počet vlastních prezentací.</ahelp></variable>"
#. YgWfS
#: 06100000.xhp
@@ -6989,7 +6989,7 @@ msgctxt ""
"par_id641634164174393\n"
"help.text"
msgid "Read the help page <link href=\"text/simpress/guide/individual.xhp#individual\">Creating a Custom Slide Show</link> to learn more about how to set up your own custom slide shows."
-msgstr ""
+msgstr "Podrobnosti o nastavení vlastní prezentace naleznete na stránce <link href=\"text/simpress/guide/individual.xhp#individual\">Vytvoření vlastní prezentace</link>."
#. JyjJt
#: 06100000.xhp
@@ -6998,7 +6998,7 @@ msgctxt ""
"hd_id3155530\n"
"help.text"
msgid "List of custom slide shows"
-msgstr ""
+msgstr "Seznam vlastních prezentací"
#. 9WeMN
#: 06100000.xhp
@@ -7007,7 +7007,7 @@ msgctxt ""
"par_id3156449\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customslideshows/customshowlist\">Lists the custom slide shows that are available in the document.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customslideshows/customshowlist\">Zobrazuje seznam všech v dokumentu dostupných vlastních prezentací.</ahelp>"
#. T3UBF
#: 06100000.xhp
@@ -7034,7 +7034,7 @@ msgctxt ""
"par_id3153250\n"
"help.text"
msgid "Select a custom slide show from the list."
-msgstr ""
+msgstr "Vyberte vlastní prezentaci ze seznamu."
#. yFmBx
#: 06100000.xhp
@@ -7106,7 +7106,7 @@ msgctxt ""
"par_id3157907\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/customslideshows/startshow\">Runs the selected custom slide show.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/customslideshows/startshow\">Spustí vybranou vlastní prezentaci.</ahelp>"
#. u5kLV
#: 06100100.xhp
diff --git a/source/cs/helpcontent2/source/text/simpress/guide.po b/source/cs/helpcontent2/source/text/simpress/guide.po
index ae46ff10091..c2aafbadced 100644
--- a/source/cs/helpcontent2/source/text/simpress/guide.po
+++ b/source/cs/helpcontent2/source/text/simpress/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: 2021-10-25 12:49+0200\n"
-"PO-Revision-Date: 2021-10-16 20:36+0000\n"
+"PO-Revision-Date: 2021-10-28 08:15+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1547390017.000000\n"
#. S83CC
@@ -5585,7 +5585,7 @@ msgctxt ""
"bm_id5592516\n"
"help.text"
msgid "<bookmark_value>running slide shows</bookmark_value> <bookmark_value>showing;slide shows</bookmark_value> <bookmark_value>slide shows; starting</bookmark_value> <bookmark_value>presentations; starting</bookmark_value> <bookmark_value>starting; slide shows</bookmark_value> <bookmark_value>automatic slide shows</bookmark_value> <bookmark_value>slide transitions;automatic</bookmark_value> <bookmark_value>automatic slide transition</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>spouštění prezentace</bookmark_value><bookmark_value>zobrazení; prezentace</bookmark_value><bookmark_value>prezentace; spouštění</bookmark_value><bookmark_value><bookmark_value>spouštění;prezentace</bookmark_value>automatické zobrazení prezentace</bookmark_value><bookmark_value>přechody mezi snímky; automatické</bookmark_value><bookmark_value>automatické přechody mezi snímky</bookmark_value>"
#. ZwZRH
#: show.xhp
@@ -5648,7 +5648,7 @@ msgctxt ""
"par_id391634159318692\n"
"help.text"
msgid "Press <keycode>Esc</keycode> to abort the slide show before its end."
-msgstr ""
+msgstr "Stisknutím <keycode>Esc</keycode> prezentaci ukončíte před koncem."
#. yF4a5
#: show.xhp
@@ -5693,7 +5693,7 @@ msgctxt ""
"par_id9168980\n"
"help.text"
msgid "In the <emph>Advance Slide</emph> area, click <emph>After</emph> and enter a time duration."
-msgstr ""
+msgstr "V oblasti <emph>Další snímek</emph> klepněte na <emph>Po</emph> a určete čas."
#. HfVRx
#: show.xhp
@@ -5702,7 +5702,7 @@ msgctxt ""
"par_id9766533\n"
"help.text"
msgid "Click <emph>Apply Transition to All Slides</emph>."
-msgstr ""
+msgstr "Klepněte na <emph>Použít přechod na všechny snímky</emph>."
#. yfpGu
#: show.xhp
@@ -5738,7 +5738,7 @@ msgctxt ""
"par_id1336405\n"
"help.text"
msgid "In the <emph>Presentation Mode</emph> area, choose <emph>Loop and repeat after</emph> and set the duration of the pause between shows."
-msgstr ""
+msgstr "V oblasti <emph>Režim prezentace</emph> zvolte <emph>Opakovat po</emph> a nastavte dobu trvání pauzy mezi prezentacemi."
#. A4BCr
#: show.xhp
diff --git a/source/cs/helpcontent2/source/text/swriter.po b/source/cs/helpcontent2/source/text/swriter.po
index 50e85e7102b..ee7ce32d8d9 100644
--- a/source/cs/helpcontent2/source/text/swriter.po
+++ b/source/cs/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: 2021-10-25 12:49+0200\n"
-"PO-Revision-Date: 2021-10-05 19:36+0000\n"
+"PO-Revision-Date: 2021-10-28 08:15+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1547110029.000000\n"
#. x2qZ6
@@ -2462,7 +2462,7 @@ msgctxt ""
"par_id3147419\n"
"help.text"
msgid "You can also choose this setting on the <emph>Wrap</emph> tab page."
-msgstr ""
+msgstr "Toto nastavení můžete zvolit také na kartě <emph>Obtékání</emph>."
#. n8sCd
#: main0215.xhp
@@ -2480,7 +2480,7 @@ msgctxt ""
"par_id3153405\n"
"help.text"
msgid "This icon represents the <emph>Page Wrap</emph> option on the <emph>Wrap</emph> tab page."
-msgstr ""
+msgstr "Tato ikona představuje volbu <emph>Obtékání stránky</emph> na kartě <emph>Obtékání</emph>."
#. euDxv
#: main0215.xhp
@@ -2498,7 +2498,7 @@ msgctxt ""
"par_id3147799\n"
"help.text"
msgid "You can also define this setting on the <emph>Wrap</emph> tab page."
-msgstr ""
+msgstr "Toto nastavení můžete zvolit také na kartě <emph>Obtékání</emph>."
#. UcRFJ
#: main0215.xhp
diff --git a/source/cs/helpcontent2/source/text/swriter/02.po b/source/cs/helpcontent2/source/text/swriter/02.po
index 49d21859a68..d72f174d025 100644
--- a/source/cs/helpcontent2/source/text/swriter/02.po
+++ b/source/cs/helpcontent2/source/text/swriter/02.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-10-25 12:49+0200\n"
-"PO-Revision-Date: 2021-04-29 14:37+0000\n"
-"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
+"PO-Revision-Date: 2021-10-28 08:15+0000\n"
+"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriter02/cs/>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1534621522.000000\n"
#. sqxGb
@@ -869,7 +869,7 @@ msgctxt ""
"par_id261616371203225\n"
"help.text"
msgid "To restart numbering with a number greater than 1, right-click in the paragraph where you want to restart numbering, choose <menuitem>Paragraph - Paragraph - </menuitem><link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering_link\">Outline & List</link> tab, select <menuitem>Restart numbering at this paragraph</menuitem> and enter the start number in <menuitem>Start with</menuitem>."
-msgstr ""
+msgstr "Chcete-li číslování restartovat od čísla většího než 1, klepněte pravým tlačítkem na odstavec, v němž má nové číslování začínat. Zvolte kartu <menuitem>Odstavec - Odstavec - </menuitem><link href=\"text/swriter/01/05030800.xhp\" name=\"Osnova a seznam\">Osnova a seznam</link> , vyberte <menuitem>Restartovat číslování na začátku tohoto odstavce</menuitem> a v poli <menuitem>Začít číslem</menuitem> zadejte počáteční číslo."
#. qCdhk
#: 08010000.xhp
diff --git a/source/cs/helpcontent2/source/text/swriter/guide.po b/source/cs/helpcontent2/source/text/swriter/guide.po
index 607782749e9..9710e86a700 100644
--- a/source/cs/helpcontent2/source/text/swriter/guide.po
+++ b/source/cs/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: 2021-10-25 12:49+0200\n"
-"PO-Revision-Date: 2021-10-24 01:36+0000\n"
+"PO-Revision-Date: 2021-10-28 08:50+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1565688661.000000\n"
#. XAt2Y
@@ -9941,7 +9941,7 @@ msgctxt ""
"bm_id3145086\n"
"help.text"
msgid "<bookmark_value>formatting styles; importing</bookmark_value> <bookmark_value>styles; importing from other files</bookmark_value> <bookmark_value>importing;styles from other files</bookmark_value> <bookmark_value>loading;styles from other files</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>formátovací styly; importování</bookmark_value> <bookmark_value>styly; importování z jiných souborů</bookmark_value> <bookmark_value>importování;styly z jiných dokumentů</bookmark_value> <bookmark_value>načítání;styly z jiných souborů</bookmark_value>"
#. poRMw
#: load_styles.xhp
@@ -9995,7 +9995,7 @@ msgctxt ""
"par_id441529889103330\n"
"help.text"
msgid "Choose <emph>Styles - Manage Styles</emph> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline> to open the <emph>Styles</emph> sidebar deck."
-msgstr ""
+msgstr "Volbou <emph>Styly - Spravovat styly</emph> nebo <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline> otevřete na postranní liště kartu <emph>Styly</emph>."
#. mHDNg
#: load_styles.xhp
@@ -10553,7 +10553,7 @@ msgctxt ""
"bm_id3150101\n"
"help.text"
msgid "<bookmark_value>line numbers</bookmark_value> <bookmark_value>text; line numbers</bookmark_value> <bookmark_value>paragraphs;line numbers</bookmark_value> <bookmark_value>lines of text; numbering</bookmark_value> <bookmark_value>numbering; lines</bookmark_value> <bookmark_value>numbers; line numbering</bookmark_value> <bookmark_value>marginal numbers on text pages</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>čísla řádků</bookmark_value><bookmark_value>text; čísla řádků</bookmark_value><bookmark_value>odstavce;čísla řádků</bookmark_value><bookmark_value>řádky textu; číslování</bookmark_value><bookmark_value>číslování; řádky</bookmark_value><bookmark_value>čísla; číslování řádků</bookmark_value> <bookmark_value>čísla na okrajích stránek textu</bookmark_value>"
#. qVEcP
#: numbering_lines.xhp
@@ -10652,7 +10652,7 @@ msgctxt ""
"par_id3154248\n"
"help.text"
msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T </caseinline><defaultinline>F11</defaultinline></switchinline> to open the <emph>Styles</emph> window, and then click the <emph>Paragraph Styles</emph> icon."
-msgstr ""
+msgstr "Stisknutím <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline> otevřete okno <emph>Styly</emph> a poté klepněte na ikonu <emph>Styly odstavce</emph>."
#. Fwn8P
#: numbering_lines.xhp
@@ -10823,7 +10823,7 @@ msgctxt ""
"par_id3153960\n"
"help.text"
msgid "Format - Paragraph - <link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering_link\">Outline & List</link>"
-msgstr ""
+msgstr "Formát - Odstavec - <link href=\"text/swriter/01/05030800.xhp\" name=\"Osnova a seznam\">Osnova a seznam</link>"
#. foq8S
#: numbering_lines.xhp
@@ -18761,7 +18761,7 @@ msgctxt ""
"bm_id3155174\n"
"help.text"
msgid "<bookmark_value>numbering;manually/by styles</bookmark_value> <bookmark_value>list styles</bookmark_value> <bookmark_value>manual numbering in text</bookmark_value> <bookmark_value>paragraph styles;numbering</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>číslování; ručně/pomocí stylů</bookmark_value><bookmark_value>styly seznamu</bookmark_value><bookmark_value>ruční číslování v textu</bookmark_value><bookmark_value>styly odstavce;číslování</bookmark_value>"
#. FizBP
#: using_numbering.xhp
@@ -18788,7 +18788,7 @@ msgctxt ""
"par_id31616154131555\n"
"help.text"
msgid "If you want numbered headings, use <menuitem>Tools - </menuitem><link href=\"text/swriter/01/06060000.xhp\" name=\"chap_num_link\">Chapter Numbering</link>, instead of numbering manually."
-msgstr ""
+msgstr "Jestliže si přejete číslovat nadpisy, použijte místo ručního číslování <menuitem>Nástroje - </menuitem><link href=\"text/swriter/01/06060000.xhp\" name=\"Číslování kapitol\">Číslování kapitol</link>."
#. Dh8sW
#: using_numbering.xhp
diff --git a/source/cs/svx/messages.po b/source/cs/svx/messages.po
index 02a9389dd1d..e11c68d06b0 100644
--- a/source/cs/svx/messages.po
+++ b/source/cs/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2021-10-29 13:14+0200\n"
"PO-Revision-Date: 2021-10-23 04:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1559834188.000000\n"
#. 3GkZj
@@ -14438,883 +14438,883 @@ msgid "P_arallel"
msgstr "_Bez perspektivy"
#. nEw4G
-#: svx/uiconfig/ui/docking3deffects.ui:286
+#: svx/uiconfig/ui/docking3deffects.ui:291
msgctxt "docking3deffects|diagonalft"
msgid "R_ounded edges"
msgstr "_Zaoblené hrany"
#. MozLP
-#: svx/uiconfig/ui/docking3deffects.ui:300
+#: svx/uiconfig/ui/docking3deffects.ui:305
msgctxt "docking3deffects|scaleddepthft"
msgid "_Scaled depth"
msgstr "Š_kálovaná hloubka"
#. uK3Fv
-#: svx/uiconfig/ui/docking3deffects.ui:314
+#: svx/uiconfig/ui/docking3deffects.ui:319
msgctxt "docking3deffects|angleft"
msgid "_Rotation angle"
msgstr "Úhel _otočení"
#. 2YAH9
-#: svx/uiconfig/ui/docking3deffects.ui:328
+#: svx/uiconfig/ui/docking3deffects.ui:333
msgctxt "docking3deffects|depthft"
msgid "_Depth"
msgstr "_Hloubka"
#. Mk8WM
-#: svx/uiconfig/ui/docking3deffects.ui:346
+#: svx/uiconfig/ui/docking3deffects.ui:351
msgctxt "docking3deffects|extended_tip|diagonal"
msgid "Enter the amount by which you want to round the corners of the selected 3D object."
msgstr "Zadejte hodnotu, o kterou chcete zaoblit hrany vybraného 3D objektu."
#. W4Agm
-#: svx/uiconfig/ui/docking3deffects.ui:364
+#: svx/uiconfig/ui/docking3deffects.ui:369
msgctxt "docking3deffects|extended_tip|scaleddepth"
msgid "Enter the amount by which to increase or decrease the area of the front side of the selected 3D object."
msgstr "Zadejte hodnotu, o kterou chcete zvýšit nebo snížit oblast na přední straně vybraného 3D objektu."
#. zHDZb
-#: svx/uiconfig/ui/docking3deffects.ui:383
+#: svx/uiconfig/ui/docking3deffects.ui:388
msgctxt "docking3deffects|extended_tip|angle"
msgid "Enter the angle in degrees to rotate the selected 3D rotation object."
msgstr "Zadejte ve stupních úhel, o který se vybraný 3D rotační objekt otočí."
#. 8x6QY
-#: svx/uiconfig/ui/docking3deffects.ui:402
+#: svx/uiconfig/ui/docking3deffects.ui:407
msgctxt "docking3deffects|extended_tip|depth"
msgid "Enter the extrusion depth for the selected 3D object. This option is not valid for 3D rotation objects."
msgstr "Zadejte hloubku vytlačení vybraného 3D objektu. Tato volba není dostupná pro 3D rotační objekty."
#. LKo3e
-#: svx/uiconfig/ui/docking3deffects.ui:417
+#: svx/uiconfig/ui/docking3deffects.ui:422
msgctxt "docking3deffects|label1"
msgid "Geometry"
msgstr "Geometrie"
#. b7NAE
-#: svx/uiconfig/ui/docking3deffects.ui:448
+#: svx/uiconfig/ui/docking3deffects.ui:453
msgctxt "docking3deffects|label6"
msgid "_Horizontal"
msgstr "_Vodorovné"
#. 9HFzC
-#: svx/uiconfig/ui/docking3deffects.ui:462
+#: svx/uiconfig/ui/docking3deffects.ui:467
msgctxt "docking3deffects|label7"
msgid "_Vertical"
msgstr "_Svislé"
#. eECGL
-#: svx/uiconfig/ui/docking3deffects.ui:481
+#: svx/uiconfig/ui/docking3deffects.ui:486
msgctxt "docking3deffects|extended_tip|veri"
msgid "Enter the number of vertical segments to use in the selected 3D rotation object"
msgstr "Zadejte počet svislých částí, které se použijí ve vybraném 3D rotačním objektu."
#. zDoUt
-#: svx/uiconfig/ui/docking3deffects.ui:499
+#: svx/uiconfig/ui/docking3deffects.ui:504
msgctxt "docking3deffects|extended_tip|hori"
msgid "Enter the number of horizontal segments to use in the selected 3D rotation object."
msgstr "Zadejte počet vodorovných částí, které se použijí ve vybraném 3D rotačním objektu."
#. G67Pd
-#: svx/uiconfig/ui/docking3deffects.ui:514
+#: svx/uiconfig/ui/docking3deffects.ui:519
msgctxt "docking3deffects|label10"
msgid "Segments"
msgstr "Části"
#. uGbYJ
-#: svx/uiconfig/ui/docking3deffects.ui:565
+#: svx/uiconfig/ui/docking3deffects.ui:570
msgctxt "docking3deffects|objspecific|tooltip_text"
msgid "Object-Specific"
msgstr "Specifické pro objekt"
#. 6Eqby
-#: svx/uiconfig/ui/docking3deffects.ui:570
+#: svx/uiconfig/ui/docking3deffects.ui:575
msgctxt "docking3deffects|extended_tip|objspecific"
msgid "Renders the 3D surface according to the shape of the object. For example, a circular shape is rendered with a spherical surface."
msgstr "Renderuje 3D povrch podle tvaru objektu. Např. kruhový tvar se renderuje kulovitým povrchem."
#. Fc9DB
-#: svx/uiconfig/ui/docking3deffects.ui:584
+#: svx/uiconfig/ui/docking3deffects.ui:589
msgctxt "docking3deffects|flat|tooltip_text"
msgid "Flat"
msgstr "Ploché"
#. MgFbn
-#: svx/uiconfig/ui/docking3deffects.ui:589
+#: svx/uiconfig/ui/docking3deffects.ui:594
msgctxt "docking3deffects|extended_tip|flat"
msgid "Renders the 3D surface as polygons."
msgstr "Renderuje 3D povrch jako polygony."
#. aLmTz
-#: svx/uiconfig/ui/docking3deffects.ui:603
+#: svx/uiconfig/ui/docking3deffects.ui:608
msgctxt "docking3deffects|spherical|tooltip_text"
msgid "Spherical"
msgstr "Sférické"
#. Ant38
-#: svx/uiconfig/ui/docking3deffects.ui:608
+#: svx/uiconfig/ui/docking3deffects.ui:613
msgctxt "docking3deffects|extended_tip|spherical"
msgid "Renders a smooth 3D surface."
msgstr "Renderuje hladký 3D povrch."
#. a9hYr
-#: svx/uiconfig/ui/docking3deffects.ui:622
+#: svx/uiconfig/ui/docking3deffects.ui:627
msgctxt "docking3deffects|invertnormals|tooltip_text"
msgid "Invert Normals"
msgstr "Převrátit normály"
#. mbsm2
-#: svx/uiconfig/ui/docking3deffects.ui:627
+#: svx/uiconfig/ui/docking3deffects.ui:632
msgctxt "docking3deffects|extended_tip|invertnormals"
msgid "Inverts the light source."
msgstr "Převrátí zdroj světla."
#. kBScz
-#: svx/uiconfig/ui/docking3deffects.ui:641
+#: svx/uiconfig/ui/docking3deffects.ui:646
msgctxt "docking3deffects|doublesidedillum|tooltip_text"
msgid "Double-Sided Illumination"
msgstr "Oboustranné osvětlení"
#. Du7J2
-#: svx/uiconfig/ui/docking3deffects.ui:646
+#: svx/uiconfig/ui/docking3deffects.ui:651
msgctxt "docking3deffects|extended_tip|doublesidedillum"
msgid "Lights the object from the outside and the inside. To use an ambient light source, click this button, and then click the Invert Normals button."
msgstr "Osvětlí objekt zevnitř i zvenčí. Chcete-li použít okolní zdroj světla, klepněte na toto tlačítko a poté klepněte na tlačítko Převrátit normály."
#. Jq33F
-#: svx/uiconfig/ui/docking3deffects.ui:660
+#: svx/uiconfig/ui/docking3deffects.ui:665
msgctxt "docking3deffects|doublesided|tooltip_text"
msgid "Double-Sided"
msgstr "Oboustranné"
#. KhQUE
-#: svx/uiconfig/ui/docking3deffects.ui:665
+#: svx/uiconfig/ui/docking3deffects.ui:670
msgctxt "docking3deffects|extended_tip|doublesided"
msgid "Closes the shape of a 3D object that was created by extruding a freeform line (Convert - To 3D)."
msgstr "Uzavře tvar 3D objektu, který byl vytvořen z čáry od ruky (Převést - Na 3D)."
#. 2xzfy
-#: svx/uiconfig/ui/docking3deffects.ui:689
+#: svx/uiconfig/ui/docking3deffects.ui:694
msgctxt "docking3deffects|label11"
msgid "Normals"
msgstr "Normály"
#. XjqvC
-#: svx/uiconfig/ui/docking3deffects.ui:718
+#: svx/uiconfig/ui/docking3deffects.ui:723
msgctxt "docking3deffects|to3d|tooltip_text"
msgid "Convert to 3D"
msgstr "Převést na 3D"
#. jGHSC
-#: svx/uiconfig/ui/docking3deffects.ui:722
+#: svx/uiconfig/ui/docking3deffects.ui:727
msgctxt "docking3deffects|extended_tip|to3d"
msgid "Use this icon to convert a selected 2D object to a 3D object."
msgstr "Pomocí této ikony převedete vybraný dvourozměrný (2D) objekt na trojrozměrný (3D)."
#. v5fdY
-#: svx/uiconfig/ui/docking3deffects.ui:736
+#: svx/uiconfig/ui/docking3deffects.ui:741
msgctxt "docking3deffects|tolathe|tooltip_text"
msgid "Convert to Rotation Object"
msgstr "Převést na rotační objekt"
#. 3tj7D
-#: svx/uiconfig/ui/docking3deffects.ui:740
+#: svx/uiconfig/ui/docking3deffects.ui:745
msgctxt "docking3deffects|extended_tip|tolathe"
msgid "Click here to convert a selected 2D object to a 3D rotation object."
msgstr "Pomocí této ikony převedete vybraný dvourozměrný (2D) objekt na trojrozměrný (3D) rotační objekt."
#. Tk7Vb
-#: svx/uiconfig/ui/docking3deffects.ui:754
+#: svx/uiconfig/ui/docking3deffects.ui:759
msgctxt "docking3deffects|perspective|tooltip_text"
msgid "Perspective On/Off"
msgstr "Perspektiva zap/vyp"
#. S27FV
-#: svx/uiconfig/ui/docking3deffects.ui:792
+#: svx/uiconfig/ui/docking3deffects.ui:797
msgctxt "docking3deffects|preview-atkobject"
msgid "3D Preview"
msgstr "Náhled 3D"
#. snUGf
-#: svx/uiconfig/ui/docking3deffects.ui:825
+#: svx/uiconfig/ui/docking3deffects.ui:830
msgctxt "tp_3D_SceneIllumination|CTL_LIGHT_PREVIEW|tooltip_text"
msgid "Light Preview"
msgstr "Náhled osvětlení"
#. c86Xg
-#: svx/uiconfig/ui/docking3deffects.ui:830
+#: svx/uiconfig/ui/docking3deffects.ui:835
msgctxt "docking3deffects|lightpreview-atkobject"
msgid "Color Light Preview"
msgstr "Náhled barvy světla"
#. ysdwL
-#: svx/uiconfig/ui/docking3deffects.ui:917
+#: svx/uiconfig/ui/docking3deffects.ui:922
msgctxt "docking3deffects|label8"
msgid "_Mode"
msgstr "_Režim"
#. BW2hR
-#: svx/uiconfig/ui/docking3deffects.ui:932
+#: svx/uiconfig/ui/docking3deffects.ui:937
msgctxt "docking3deffects|mode"
msgid "Flat"
msgstr "Ploché"
#. 6Esbf
-#: svx/uiconfig/ui/docking3deffects.ui:933
+#: svx/uiconfig/ui/docking3deffects.ui:938
msgctxt "docking3deffects|mode"
msgid "Phong"
msgstr "Phongovo"
#. D6L7i
-#: svx/uiconfig/ui/docking3deffects.ui:934
+#: svx/uiconfig/ui/docking3deffects.ui:939
msgctxt "docking3deffects|mode"
msgid "Gouraud"
msgstr "Gouraudovo"
#. oq9Aj
-#: svx/uiconfig/ui/docking3deffects.ui:938
+#: svx/uiconfig/ui/docking3deffects.ui:943
msgctxt "docking3deffects|extended_tip|mode"
msgid "Select the shading method that you want to use. Flat shading assigns a single color to a single polygon on the surface of the object. Gouraud shading blends colors across the polygons. Phong shading averages the color of each pixel based on the pixels that surround it, and requires the most processing power."
msgstr "Vyberte metodu stínování, kterou chcete použít. Ploché stínování přiřadí jednu barvu jednomu polygonu na povrchu objektu. Gouraudovo stínování prolíná barvy mezi polygony. Phongovo stínování průměruje barvy každého pixelu v závislosti na pixelech, které jej obklopují, a vyžaduje nejvíce výpočetního výkonu."
#. fEdS2
-#: svx/uiconfig/ui/docking3deffects.ui:953
+#: svx/uiconfig/ui/docking3deffects.ui:958
msgctxt "docking3deffects|label12"
msgid "Shading"
msgstr "Stínování"
#. QiGD2
-#: svx/uiconfig/ui/docking3deffects.ui:989
+#: svx/uiconfig/ui/docking3deffects.ui:994
msgctxt "docking3deffects|extended_tip|slant"
msgid "Enter an angle from 0 to 90 degrees for casting the shadow."
msgstr "Zadejte úhel mezi 0 a 90 stupni pro vrhání stínu."
#. 4yMr6
-#: svx/uiconfig/ui/docking3deffects.ui:1008
+#: svx/uiconfig/ui/docking3deffects.ui:1013
msgctxt "docking3deffects|shadow|tooltip_text"
msgid "3D Shadowing On/Off"
msgstr "3D stín zap/vyp"
#. uPZTo
-#: svx/uiconfig/ui/docking3deffects.ui:1012
+#: svx/uiconfig/ui/docking3deffects.ui:1017
msgctxt "docking3deffects|extended_tip|shadow"
msgid "Adds or removes a shadow from the selected 3D object."
msgstr "Přidá nebo odstraní stín vybraného 3D objektu."
#. sT4FD
-#: svx/uiconfig/ui/docking3deffects.ui:1027
+#: svx/uiconfig/ui/docking3deffects.ui:1032
msgctxt "docking3deffects|slantft"
msgid "S_urface angle"
msgstr "_Sklon povrchu"
#. kczsC
-#: svx/uiconfig/ui/docking3deffects.ui:1050
+#: svx/uiconfig/ui/docking3deffects.ui:1055
msgctxt "docking3deffects|label13"
msgid "Shadow"
msgstr "Stín"
#. 84Xfy
-#: svx/uiconfig/ui/docking3deffects.ui:1087
+#: svx/uiconfig/ui/docking3deffects.ui:1092
msgctxt "docking3deffects|extended_tip|focal"
msgid "Enter the focal length of the camera, where a small value corresponds to a \"fisheye\" lens, and a large value to a telephoto lens."
msgstr "Zadejte ohniskovou vzdálenost kamery - malá hodnota odpovídá \"rybímu oku\" a velká odpovídá dálkovým objektivům."
#. QDWn9
-#: svx/uiconfig/ui/docking3deffects.ui:1105
+#: svx/uiconfig/ui/docking3deffects.ui:1110
msgctxt "docking3deffects|extended_tip|distance"
msgid "Enter the distance to leave between the camera and the center of the selected object."
msgstr "Zadejte vzdálenost mezi kamerou a středem vybraného objektu."
#. MHwmD
-#: svx/uiconfig/ui/docking3deffects.ui:1118
+#: svx/uiconfig/ui/docking3deffects.ui:1123
msgctxt "docking3deffects|label15"
msgid "_Focal length"
msgstr "_Ohnisková vzdálenost"
#. sqNyn
-#: svx/uiconfig/ui/docking3deffects.ui:1132
+#: svx/uiconfig/ui/docking3deffects.ui:1137
msgctxt "docking3deffects|label14"
msgid "_Distance"
msgstr "_Vzdálenost"
#. xVYME
-#: svx/uiconfig/ui/docking3deffects.ui:1148
+#: svx/uiconfig/ui/docking3deffects.ui:1153
msgctxt "docking3deffects|label16"
msgid "Camera"
msgstr "Kamera"
#. GDAcC
-#: svx/uiconfig/ui/docking3deffects.ui:1180
+#: svx/uiconfig/ui/docking3deffects.ui:1185
msgctxt "docking3deffects|label17"
msgid "_Light source"
msgstr "_Zdroj světla"
#. DNnED
-#: svx/uiconfig/ui/docking3deffects.ui:1204
+#: svx/uiconfig/ui/docking3deffects.ui:1209
msgctxt "docking3deffects|colorbutton1|tooltip_text"
msgid "Colors Dialog"
msgstr "Dialog barev"
#. fbmBv
-#: svx/uiconfig/ui/docking3deffects.ui:1209
+#: svx/uiconfig/ui/docking3deffects.ui:1214
msgctxt "docking3deffects|extended_tip|colorbutton1"
msgid "Select a color for the ambient light."
msgstr "Vyberte barvu ambientního osvětlení."
#. yWUfc
-#: svx/uiconfig/ui/docking3deffects.ui:1232
+#: svx/uiconfig/ui/docking3deffects.ui:1237
msgctxt "docking3deffects|extended_tip|ambientcolor"
msgid "Select a color for the ambient light."
msgstr "Vyberte barvu ambientního osvětlení."
#. nSELF
-#: svx/uiconfig/ui/docking3deffects.ui:1246
+#: svx/uiconfig/ui/docking3deffects.ui:1251
msgctxt "docking3deffects|colorbutton2|tooltip_text"
msgid "Colors Dialog"
msgstr "Dialog barev"
#. m2KFe
-#: svx/uiconfig/ui/docking3deffects.ui:1259
+#: svx/uiconfig/ui/docking3deffects.ui:1264
msgctxt "docking3deffects|label18"
msgid "_Ambient light"
msgstr "_Ambientní osvětlení"
#. m9fpD
-#: svx/uiconfig/ui/docking3deffects.ui:1281
+#: svx/uiconfig/ui/docking3deffects.ui:1286
msgctxt "docking3deffects|light1|tooltip_text"
msgid "Light Source 1"
msgstr "Zdroj světla 1"
#. 9QFz2
-#: svx/uiconfig/ui/docking3deffects.ui:1288
+#: svx/uiconfig/ui/docking3deffects.ui:1293
msgctxt "docking3deffects|extended_tip|light1"
msgid "Click twice to turn the light source on, and then select a color for the light from the list. If you want, you can also set the color of the surrounding light, by selecting a color from the Ambient light box."
msgstr "Poklepáním zdroj světla zapnete, poté zvolte barvu světla. Pokud chcete, je také možné nastavit barvu okolního světla výběrem barvy v poli Ambientní osvětlení."
#. 6VQpA
-#: svx/uiconfig/ui/docking3deffects.ui:1302
+#: svx/uiconfig/ui/docking3deffects.ui:1307
msgctxt "docking3deffects|light2|tooltip_text"
msgid "Light Source 2"
msgstr "Zdroj světla 2"
#. jwgPB
-#: svx/uiconfig/ui/docking3deffects.ui:1309
+#: svx/uiconfig/ui/docking3deffects.ui:1314
msgctxt "docking3deffects|extended_tip|light2"
msgid "Click twice to turn the light source on, and then select a color for the light from the list. If you want, you can also set the color of the surrounding light, by selecting a color from the Ambient light box."
msgstr "Poklepáním zdroj světla zapnete, poté zvolte barvu světla. Pokud chcete, je také možné nastavit barvu okolního světla výběrem barvy v poli Ambientní osvětlení."
#. H6ApW
-#: svx/uiconfig/ui/docking3deffects.ui:1323
+#: svx/uiconfig/ui/docking3deffects.ui:1328
msgctxt "docking3deffects|light3|tooltip_text"
msgid "Light Source 3"
msgstr "Zdroj světla 3"
#. sCqw6
-#: svx/uiconfig/ui/docking3deffects.ui:1330
+#: svx/uiconfig/ui/docking3deffects.ui:1335
msgctxt "docking3deffects|extended_tip|light3"
msgid "Click twice to turn the light source on, and then select a color for the light from the list. If you want, you can also set the color of the surrounding light, by selecting a color from the Ambient light box."
msgstr "Poklepáním zdroj světla zapnete, poté zvolte barvu světla. Pokud chcete, je také možné nastavit barvu okolního světla výběrem barvy v poli Ambientní osvětlení."
#. bFsp9
-#: svx/uiconfig/ui/docking3deffects.ui:1344
+#: svx/uiconfig/ui/docking3deffects.ui:1349
msgctxt "docking3deffects|light4|tooltip_text"
msgid "Light Source 4"
msgstr "Zdroj světla 4"
#. Vus8w
-#: svx/uiconfig/ui/docking3deffects.ui:1351
+#: svx/uiconfig/ui/docking3deffects.ui:1356
msgctxt "docking3deffects|extended_tip|light4"
msgid "Click twice to turn the light source on, and then select a color for the light from the list. If you want, you can also set the color of the surrounding light, by selecting a color from the Ambient light box."
msgstr "Poklepáním zdroj světla zapnete, poté zvolte barvu světla. Pokud chcete, je také možné nastavit barvu okolního světla výběrem barvy v poli Ambientní osvětlení."
#. umqpv
-#: svx/uiconfig/ui/docking3deffects.ui:1365
+#: svx/uiconfig/ui/docking3deffects.ui:1370
msgctxt "docking3deffects|light5|tooltip_text"
msgid "Light Source 5"
msgstr "Zdroj světla 5"
#. dESZk
-#: svx/uiconfig/ui/docking3deffects.ui:1372
+#: svx/uiconfig/ui/docking3deffects.ui:1377
msgctxt "docking3deffects|extended_tip|light5"
msgid "Click twice to turn the light source on, and then select a color for the light from the list. If you want, you can also set the color of the surrounding light, by selecting a color from the Ambient light box."
msgstr "Poklepáním zdroj světla zapnete, poté zvolte barvu světla. Pokud chcete, je také možné nastavit barvu okolního světla výběrem barvy v poli Ambientní osvětlení."
#. EJ5pS
-#: svx/uiconfig/ui/docking3deffects.ui:1386
+#: svx/uiconfig/ui/docking3deffects.ui:1391
msgctxt "docking3deffects|light6|tooltip_text"
msgid "Light Source 6"
msgstr "Zdroj světla 6"
#. CgMts
-#: svx/uiconfig/ui/docking3deffects.ui:1393
+#: svx/uiconfig/ui/docking3deffects.ui:1398
msgctxt "docking3deffects|extended_tip|light6"
msgid "Click twice to turn the light source on, and then select a color for the light from the list. If you want, you can also set the color of the surrounding light, by selecting a color from the Ambient light box."
msgstr "Poklepáním zdroj světla zapnete, poté zvolte barvu světla. Pokud chcete, je také možné nastavit barvu okolního světla výběrem barvy v poli Ambientní osvětlení."
#. RxBpE
-#: svx/uiconfig/ui/docking3deffects.ui:1407
+#: svx/uiconfig/ui/docking3deffects.ui:1412
msgctxt "docking3deffects|light7|tooltip_text"
msgid "Light Source 7"
msgstr "Zdroj světla 7"
#. LJ3Lp
-#: svx/uiconfig/ui/docking3deffects.ui:1414
+#: svx/uiconfig/ui/docking3deffects.ui:1419
msgctxt "docking3deffects|extended_tip|light7"
msgid "Click twice to turn the light source on, and then select a color for the light from the list. If you want, you can also set the color of the surrounding light, by selecting a color from the Ambient light box."
msgstr "Poklepáním zdroj světla zapnete, poté zvolte barvu světla. Pokud chcete, je také možné nastavit barvu okolního světla výběrem barvy v poli Ambientní osvětlení."
#. BrqqJ
-#: svx/uiconfig/ui/docking3deffects.ui:1428
+#: svx/uiconfig/ui/docking3deffects.ui:1433
msgctxt "docking3deffects|light8|tooltip_text"
msgid "Light Source 8"
msgstr "Zdroj světla 8"
#. 7GZgb
-#: svx/uiconfig/ui/docking3deffects.ui:1435
+#: svx/uiconfig/ui/docking3deffects.ui:1440
msgctxt "docking3deffects|extended_tip|light8"
msgid "Click twice to turn the light source on, and then select a color for the light from the list. If you want, you can also set the color of the surrounding light, by selecting a color from the Ambient light box."
msgstr "Poklepáním zdroj světla zapnete, poté zvolte barvu světla. Pokud chcete, je také možné nastavit barvu okolního světla výběrem barvy v poli Ambientní osvětlení."
#. FN3e6
-#: svx/uiconfig/ui/docking3deffects.ui:1460
+#: svx/uiconfig/ui/docking3deffects.ui:1465
msgctxt "docking3deffects|lightcolor1|tooltip_text"
msgid "Light 1 color"
msgstr "Barva světla 1"
#. djVxQ
-#: svx/uiconfig/ui/docking3deffects.ui:1470
+#: svx/uiconfig/ui/docking3deffects.ui:1475
msgctxt "docking3deffects|extended_tip|lightcolor1"
msgid "Select a color for the current light source."
msgstr "Vyberte barvu aktuálního zdroje světla."
#. EBVTG
-#: svx/uiconfig/ui/docking3deffects.ui:1484
+#: svx/uiconfig/ui/docking3deffects.ui:1489
msgctxt "docking3deffects|lightcolor2|tooltip_text"
msgid "Light 2 color"
msgstr "Barva světla 2"
#. wiDjj
-#: svx/uiconfig/ui/docking3deffects.ui:1503
+#: svx/uiconfig/ui/docking3deffects.ui:1508
msgctxt "docking3deffects|lightcolor3|tooltip_text"
msgid "Light 3 color"
msgstr "Barva světla 3"
#. zZSLi
-#: svx/uiconfig/ui/docking3deffects.ui:1522
+#: svx/uiconfig/ui/docking3deffects.ui:1527
msgctxt "docking3deffects|lightcolor4|tooltip_text"
msgid "Light 4 color"
msgstr "Barva světla 4"
#. bPGBH
-#: svx/uiconfig/ui/docking3deffects.ui:1541
+#: svx/uiconfig/ui/docking3deffects.ui:1546
msgctxt "docking3deffects|lightcolor5|tooltip_text"
msgid "Light 5 color"
msgstr "Barva světla 5"
#. mCg85
-#: svx/uiconfig/ui/docking3deffects.ui:1560
+#: svx/uiconfig/ui/docking3deffects.ui:1565
msgctxt "docking3deffects|lightcolor6|tooltip_text"
msgid "Light 6 color"
msgstr "Barva světla 6"
#. Lj2HV
-#: svx/uiconfig/ui/docking3deffects.ui:1579
+#: svx/uiconfig/ui/docking3deffects.ui:1584
msgctxt "docking3deffects|lightcolor7|tooltip_text"
msgid "Light 7 color"
msgstr "Barva světla 7"
#. aNZDv
-#: svx/uiconfig/ui/docking3deffects.ui:1598
+#: svx/uiconfig/ui/docking3deffects.ui:1603
msgctxt "docking3deffects|lightcolor8|tooltip_text"
msgid "Light 8 color"
msgstr "Barva světla 8"
#. HqaQ2
-#: svx/uiconfig/ui/docking3deffects.ui:1631
+#: svx/uiconfig/ui/docking3deffects.ui:1636
msgctxt "docking3deffects|label19"
msgid "Illumination"
msgstr "Osvětlení"
#. BrBDG
-#: svx/uiconfig/ui/docking3deffects.ui:1662
+#: svx/uiconfig/ui/docking3deffects.ui:1667
msgctxt "docking3deffects|label20"
msgid "_Type"
msgstr "_Typ"
#. txLj4
-#: svx/uiconfig/ui/docking3deffects.ui:1679
+#: svx/uiconfig/ui/docking3deffects.ui:1684
msgctxt "docking3deffects|label22"
msgid "_Mode"
msgstr "_Režim"
#. pPQLp
-#: svx/uiconfig/ui/docking3deffects.ui:1696
+#: svx/uiconfig/ui/docking3deffects.ui:1701
msgctxt "docking3deffects|label23"
msgid "_Projection X"
msgstr "Projekce _X"
#. xcs3h
-#: svx/uiconfig/ui/docking3deffects.ui:1714
+#: svx/uiconfig/ui/docking3deffects.ui:1719
msgctxt "docking3deffects|label24"
msgid "P_rojection Y"
msgstr "Projekce _Y"
#. bxSBA
-#: svx/uiconfig/ui/docking3deffects.ui:1732
+#: svx/uiconfig/ui/docking3deffects.ui:1737
msgctxt "docking3deffects|label25"
msgid "_Filtering"
msgstr "_Filtrování"
#. Gq2zg
-#: svx/uiconfig/ui/docking3deffects.ui:1749
+#: svx/uiconfig/ui/docking3deffects.ui:1754
msgctxt "docking3deffects|textype|tooltip_text"
msgid "Black & White"
msgstr "Černobílá"
#. S5ACF
-#: svx/uiconfig/ui/docking3deffects.ui:1757
+#: svx/uiconfig/ui/docking3deffects.ui:1762
msgctxt "docking3deffects|extended_tip|textype"
msgid "Converts the texture to black and white."
msgstr "Převede texturu na černobílou."
#. rfdVf
-#: svx/uiconfig/ui/docking3deffects.ui:1771
+#: svx/uiconfig/ui/docking3deffects.ui:1776
msgctxt "docking3deffects|texcolor|tooltip_text"
msgid "Color"
msgstr "Barevná"
#. dkTiY
-#: svx/uiconfig/ui/docking3deffects.ui:1779
+#: svx/uiconfig/ui/docking3deffects.ui:1784
msgctxt "docking3deffects|extended_tip|texcolor"
msgid "Converts the texture to color."
msgstr "Převede texturu na barevnou."
#. aqP2z
-#: svx/uiconfig/ui/docking3deffects.ui:1793
+#: svx/uiconfig/ui/docking3deffects.ui:1798
msgctxt "docking3deffects|texreplace|tooltip_text"
msgid "Only Texture"
msgstr "Pouze textura"
#. hMAv6
-#: svx/uiconfig/ui/docking3deffects.ui:1801
+#: svx/uiconfig/ui/docking3deffects.ui:1806
msgctxt "docking3deffects|extended_tip|texreplace"
msgid "Applies the texture without shading."
msgstr "Použije texturu bez stínování."
#. HCKdG
-#: svx/uiconfig/ui/docking3deffects.ui:1815
+#: svx/uiconfig/ui/docking3deffects.ui:1820
msgctxt "docking3deffects|texmodulate|tooltip_text"
msgid "Texture and Shading"
msgstr "Textura a stínování"
#. 3g4zG
-#: svx/uiconfig/ui/docking3deffects.ui:1823
+#: svx/uiconfig/ui/docking3deffects.ui:1828
msgctxt "docking3deffects|extended_tip|texmodulate"
msgid "Applies the texture with shading. To define the shading options for the texture, click the Shading button in this dialog."
msgstr "Použije texturu se stínováním. Chcete-li určit vlastnosti stínování textury, klepněte v tomto dialogovém okně na tlačítko Stínování."
#. 65J8K
-#: svx/uiconfig/ui/docking3deffects.ui:1837
+#: svx/uiconfig/ui/docking3deffects.ui:1842
msgctxt "docking3deffects|texobjx|tooltip_text"
msgid "Object-Specific"
msgstr "Specifická pro objekt"
#. y9Kai
-#: svx/uiconfig/ui/docking3deffects.ui:1845
+#: svx/uiconfig/ui/docking3deffects.ui:1850
msgctxt "docking3deffects|extended_tip|texobjx"
msgid "Automatically adjusts the texture based on the shape and size of the object."
msgstr "Automaticky upraví texturu podle tvaru a velikosti objektu."
#. iTKyD
-#: svx/uiconfig/ui/docking3deffects.ui:1859
+#: svx/uiconfig/ui/docking3deffects.ui:1864
msgctxt "docking3deffects|texparallelx|tooltip_text"
msgid "Parallel"
msgstr "Rovnoběžná"
#. SjaUF
-#: svx/uiconfig/ui/docking3deffects.ui:1867
+#: svx/uiconfig/ui/docking3deffects.ui:1872
msgctxt "docking3deffects|extended_tip|texparallelx"
msgid "Applies the texture parallel to the horizontal axis."
msgstr "Použije texturu rovnoběžně s vodorovnou osou."
#. MhgUE
-#: svx/uiconfig/ui/docking3deffects.ui:1881
+#: svx/uiconfig/ui/docking3deffects.ui:1886
msgctxt "docking3deffects|texcirclex|tooltip_text"
msgid "Circular"
msgstr "Kruhová"
#. pfLqS
-#: svx/uiconfig/ui/docking3deffects.ui:1890
+#: svx/uiconfig/ui/docking3deffects.ui:1895
msgctxt "docking3deffects|extended_tip|texcirclex"
msgid "Wraps the horizontal axis of the texture pattern around a sphere."
msgstr "Obtočí vodorovnou osu vzoru textury okolo koule."
#. E9Gy6
-#: svx/uiconfig/ui/docking3deffects.ui:1904
+#: svx/uiconfig/ui/docking3deffects.ui:1909
msgctxt "docking3deffects|texobjy|tooltip_text"
msgid "Object-Specific"
msgstr "Specifická pro objekt"
#. Li9zf
-#: svx/uiconfig/ui/docking3deffects.ui:1912
+#: svx/uiconfig/ui/docking3deffects.ui:1917
msgctxt "docking3deffects|extended_tip|texobjy"
msgid "Automatically adjusts the texture based on the shape and size of the object."
msgstr "Automaticky upraví texturu podle tvaru a velikosti objektu."
#. 5B84a
-#: svx/uiconfig/ui/docking3deffects.ui:1926
+#: svx/uiconfig/ui/docking3deffects.ui:1931
msgctxt "docking3deffects|texparallely|tooltip_text"
msgid "Parallel"
msgstr "Rovnoběžná"
#. UuRg4
-#: svx/uiconfig/ui/docking3deffects.ui:1934
+#: svx/uiconfig/ui/docking3deffects.ui:1939
msgctxt "docking3deffects|extended_tip|texparallely"
msgid "Applies the texture parallel to the vertical axis."
msgstr "Použije texturu rovnoběžně se svislou osou."
#. h5iQh
-#: svx/uiconfig/ui/docking3deffects.ui:1948
+#: svx/uiconfig/ui/docking3deffects.ui:1953
msgctxt "docking3deffects|texcircley|tooltip_text"
msgid "Circular"
msgstr "Kruhová"
#. FyRf5
-#: svx/uiconfig/ui/docking3deffects.ui:1956
+#: svx/uiconfig/ui/docking3deffects.ui:1961
msgctxt "docking3deffects|extended_tip|texcircley"
msgid "Wraps the vertical axis of the texture pattern around a sphere."
msgstr "Obtočí svislou osu vzoru textury okolo koule."
#. cKvPt
-#: svx/uiconfig/ui/docking3deffects.ui:1970
+#: svx/uiconfig/ui/docking3deffects.ui:1975
msgctxt "docking3deffects|texfilter|tooltip_text"
msgid "Filtering On/Off"
msgstr "Filtrování zap/vyp"
#. mMhpy
-#: svx/uiconfig/ui/docking3deffects.ui:1978
+#: svx/uiconfig/ui/docking3deffects.ui:1983
msgctxt "docking3deffects|extended_tip|texfilter"
msgid "Blurs the texture slightly to remove unwanted speckles."
msgstr "Mírně texturu rozmaže, aby se odstranily nežádoucí skvrny."
#. GKiZx
-#: svx/uiconfig/ui/docking3deffects.ui:2002
+#: svx/uiconfig/ui/docking3deffects.ui:2010
msgctxt "docking3deffects|label21"
msgid "Textures"
msgstr "Textury"
#. fYX37
-#: svx/uiconfig/ui/docking3deffects.ui:2033
+#: svx/uiconfig/ui/docking3deffects.ui:2041
msgctxt "docking3deffects|label26"
msgid "_Favorites"
msgstr "_Oblíbené"
#. mNa7V
-#: svx/uiconfig/ui/docking3deffects.ui:2049
+#: svx/uiconfig/ui/docking3deffects.ui:2057
msgctxt "docking3deffects|label27"
msgid "_Object color"
msgstr "Barva obje_ktu"
#. rGGJC
-#: svx/uiconfig/ui/docking3deffects.ui:2063
+#: svx/uiconfig/ui/docking3deffects.ui:2071
msgctxt "docking3deffects|label29"
msgid "_Illumination color"
msgstr "Barva o_světlení"
#. UmpFS
-#: svx/uiconfig/ui/docking3deffects.ui:2088
+#: svx/uiconfig/ui/docking3deffects.ui:2096
msgctxt "docking3deffects|extended_tip|objcolor"
msgid "Select the color that you want to apply to the object."
msgstr "Vyberte barvu, kterou chcete použít na objekt."
#. 8ufuo
-#: svx/uiconfig/ui/docking3deffects.ui:2112
+#: svx/uiconfig/ui/docking3deffects.ui:2120
msgctxt "docking3deffects|extended_tip|illumcolor"
msgid "Select the color to illuminate the object."
msgstr "Vyberte barvu osvětlení objektu."
#. EeS7C
-#: svx/uiconfig/ui/docking3deffects.ui:2126
+#: svx/uiconfig/ui/docking3deffects.ui:2134
msgctxt "docking3deffects|favorites"
msgid "User-defined"
msgstr "Definované uživatelem"
#. RcCQG
-#: svx/uiconfig/ui/docking3deffects.ui:2127
+#: svx/uiconfig/ui/docking3deffects.ui:2135
msgctxt "docking3deffects|favorites"
msgid "Metal"
msgstr "Kov"
#. JxUiT
-#: svx/uiconfig/ui/docking3deffects.ui:2128
+#: svx/uiconfig/ui/docking3deffects.ui:2136
msgctxt "docking3deffects|favorites"
msgid "Gold"
msgstr "Zlato"
#. Mnmop
-#: svx/uiconfig/ui/docking3deffects.ui:2129
+#: svx/uiconfig/ui/docking3deffects.ui:2137
msgctxt "docking3deffects|favorites"
msgid "Chrome"
msgstr "Chrom"
#. fa9bg
-#: svx/uiconfig/ui/docking3deffects.ui:2130
+#: svx/uiconfig/ui/docking3deffects.ui:2138
msgctxt "docking3deffects|favorites"
msgid "Plastic"
msgstr "Plast"
#. WGUwt
-#: svx/uiconfig/ui/docking3deffects.ui:2131
+#: svx/uiconfig/ui/docking3deffects.ui:2139
msgctxt "docking3deffects|favorites"
msgid "Wood"
msgstr "Dřevo"
#. KDxBg
-#: svx/uiconfig/ui/docking3deffects.ui:2138
+#: svx/uiconfig/ui/docking3deffects.ui:2146
msgctxt "docking3deffects|extended_tip|favorites"
msgid "Select a predefined color scheme, or select User-defined to define a custom color scheme."
msgstr "Vyberte přednastavené barevné schéma nebo zvolte Definované uživatelem a vytvořte vlastní barevné schéma."
#. AndqG
-#: svx/uiconfig/ui/docking3deffects.ui:2153
+#: svx/uiconfig/ui/docking3deffects.ui:2161
msgctxt "docking3deffects|colorbutton3|tooltip_text"
msgid "Colors Dialog"
msgstr "Dialog barev"
#. BT3GD
-#: svx/uiconfig/ui/docking3deffects.ui:2157
+#: svx/uiconfig/ui/docking3deffects.ui:2165
msgctxt "docking3deffects|extended_tip|colorbutton3"
msgid "Select the color to illuminate the object."
msgstr "Vyberte barvu osvětlení objektu."
#. tsEoC
-#: svx/uiconfig/ui/docking3deffects.ui:2171
+#: svx/uiconfig/ui/docking3deffects.ui:2179
msgctxt "docking3deffects|colorbutton4|tooltip_text"
msgid "Colors Dialog"
msgstr "Dialog barev"
#. RWxeM
-#: svx/uiconfig/ui/docking3deffects.ui:2185
+#: svx/uiconfig/ui/docking3deffects.ui:2193
msgctxt "docking3deffects|label28"
msgid "Material"
msgstr "Materiál"
#. wY3tE
-#: svx/uiconfig/ui/docking3deffects.ui:2216
+#: svx/uiconfig/ui/docking3deffects.ui:2224
msgctxt "docking3deffects|label30"
msgid "_Color"
msgstr "_Barva"
#. ngqfq
-#: svx/uiconfig/ui/docking3deffects.ui:2230
+#: svx/uiconfig/ui/docking3deffects.ui:2238
msgctxt "docking3deffects|label31"
msgid "I_ntensity"
msgstr "_Intenzita"
#. TAoRf
-#: svx/uiconfig/ui/docking3deffects.ui:2255
+#: svx/uiconfig/ui/docking3deffects.ui:2263
msgctxt "docking3deffects|extended_tip|speccolor"
msgid "Select the color that you want the object to reflect."
msgstr "Vyberte barvu, kterou má objekt odrážet."
#. 8fdJB
-#: svx/uiconfig/ui/docking3deffects.ui:2269
+#: svx/uiconfig/ui/docking3deffects.ui:2277
msgctxt "docking3deffects|colorbutton5|tooltip_text"
msgid "Colors Dialog"
msgstr "Dialog barev"
#. GjQ2i
-#: svx/uiconfig/ui/docking3deffects.ui:2273
+#: svx/uiconfig/ui/docking3deffects.ui:2281
msgctxt "docking3deffects|extended_tip|colorbutton5"
msgid "Enter the intensity of the specular effect."
msgstr "Zadejte intenzitu efektu odrazu."
#. tcm3D
-#: svx/uiconfig/ui/docking3deffects.ui:2290
+#: svx/uiconfig/ui/docking3deffects.ui:2298
msgctxt "docking3deffects|extended_tip|intensity"
msgid "Enter the intensity of the specular effect."
msgstr "Zadejte intenzitu efektu odrazu."
#. L8GqV
-#: svx/uiconfig/ui/docking3deffects.ui:2306
+#: svx/uiconfig/ui/docking3deffects.ui:2314
msgctxt "docking3deffects|label32"
msgid "Specular"
msgstr "Odraz"
#. Qkzsq
-#: svx/uiconfig/ui/docking3deffects.ui:2329
+#: svx/uiconfig/ui/docking3deffects.ui:2337
msgctxt "docking3deffects|assign|tooltip_text"
msgid "Assign"
msgstr "Přiřadit"
#. cjrJ9
-#: svx/uiconfig/ui/docking3deffects.ui:2342
+#: svx/uiconfig/ui/docking3deffects.ui:2350
msgctxt "docking3deffects|update|tooltip_text"
msgid "Update"
msgstr "Aktualizovat"
#. AgKU4
-#: svx/uiconfig/ui/docking3deffects.ui:2357
+#: svx/uiconfig/ui/docking3deffects.ui:2365
msgctxt "docking3deffects|material|tooltip_text"
msgid "Material"
msgstr "Materiál"
#. xN7Sr
-#: svx/uiconfig/ui/docking3deffects.ui:2361
+#: svx/uiconfig/ui/docking3deffects.ui:2369
msgctxt "docking3deffects|extended_tip|material"
msgid "Changes the coloring of the selected 3D object."
msgstr "Změní barevnost vybraného 3D objektu."
#. 3Av3h
-#: svx/uiconfig/ui/docking3deffects.ui:2375
+#: svx/uiconfig/ui/docking3deffects.ui:2383
msgctxt "docking3deffects|texture|tooltip_text"
msgid "Textures"
msgstr "Textury"
#. DVwWG
-#: svx/uiconfig/ui/docking3deffects.ui:2379
+#: svx/uiconfig/ui/docking3deffects.ui:2387
msgctxt "docking3deffects|extended_tip|texture"
msgid "Sets the properties of the surface texture for the selected 3D object. This feature is only available after you apply a surface texture to the selected object. To quickly apply a surface texture, open the Gallery, hold down Shift+Ctrl, and then drag an image onto the selected 3D object."
msgstr "Nastaví vlastnosti textury povrchu vybraného 3D objektu. Tato vlastnost je dostupná pouze po použití textury povrchu na vybraný povrch. Pro rychlé použití textury povrchu otevřete Galerii, stiskněte Shift+Ctrl a poté přetáhněte obrázek na vybraný 3D objekt."
#. J4WKj
-#: svx/uiconfig/ui/docking3deffects.ui:2393
+#: svx/uiconfig/ui/docking3deffects.ui:2401
msgctxt "docking3deffects|light|tooltip_text"
msgid "Illumination"
msgstr "Osvětlení"
#. 9WEJD
-#: svx/uiconfig/ui/docking3deffects.ui:2397
+#: svx/uiconfig/ui/docking3deffects.ui:2405
msgctxt "docking3deffects|extended_tip|light"
msgid "Define the light source for the selected 3D object."
msgstr "Určete zdroj světla vybraného 3D objektu."
#. ctHgb
-#: svx/uiconfig/ui/docking3deffects.ui:2411
+#: svx/uiconfig/ui/docking3deffects.ui:2419
msgctxt "docking3deffects|representation|tooltip_text"
msgid "Shading"
msgstr "Stínování"
#. HF3KP
-#: svx/uiconfig/ui/docking3deffects.ui:2415
+#: svx/uiconfig/ui/docking3deffects.ui:2423
msgctxt "docking3deffects|extended_tip|representation"
msgid "Sets the shading and shadow options for the selected 3D object."
msgstr "Nastaví možnosti stínování vybraného 3D objektu."
#. HxxSF
-#: svx/uiconfig/ui/docking3deffects.ui:2429
+#: svx/uiconfig/ui/docking3deffects.ui:2437
msgctxt "docking3deffects|geometry|tooltip_text"
msgid "Geometry"
msgstr "Geometrie"
#. h4c39
-#: svx/uiconfig/ui/docking3deffects.ui:2433
+#: svx/uiconfig/ui/docking3deffects.ui:2441
msgctxt "docking3deffects|extended_tip|geometry"
msgid "Adjusts the shape of the selected 3D object. You can only modify the shape of a 3D object that was created by converting a 2D object. To convert a 2D object to 3D, select the object, right-click, and then choose Convert - To 3D, or Convert - To 3D Rotation Object."
msgstr "Upraví tvar vybraného 3D objektu. Můžete pouze měnit tvar 3D objektu, který byl vytvořen převodem z 2D objektu. Chcete-li 2D objekt převést na 3D, objekt vyberte, klepněte na něj pravým tlačítkem a zvolte Převést - na 3D nebo Převést - na 3D rotační objekt."
#. 4D9WF
-#: svx/uiconfig/ui/docking3deffects.ui:2450
+#: svx/uiconfig/ui/docking3deffects.ui:2458
msgctxt "docking3deffects|extended_tip|Docking3DEffects"
msgid "Specifies the properties of 3D object(s) in the current document or converts a 2D object to 3D."
msgstr "Určuje vlastnosti 3D objektů v aktuálním dokumentu nebo převede 2D objekt na 3D."
@@ -19915,67 +19915,67 @@ msgid "(Without)"
msgstr "(Bez)"
#. 9VDo4
-#: svx/uiconfig/ui/textunderlinecontrol.ui:93
+#: svx/uiconfig/ui/textunderlinecontrol.ui:92
msgctxt "textunderlinecontrol|single|tooltip_text"
msgid "Single"
msgstr "Jednoduché"
#. czS3W
-#: svx/uiconfig/ui/textunderlinecontrol.ui:110
+#: svx/uiconfig/ui/textunderlinecontrol.ui:108
msgctxt "textunderlinecontrol|double|tooltip_text"
msgid "Double"
msgstr "Dvojité"
#. DBg8Y
-#: svx/uiconfig/ui/textunderlinecontrol.ui:127
+#: svx/uiconfig/ui/textunderlinecontrol.ui:124
msgctxt "textunderlinecontrol|bold|tooltip_text"
msgid "Bold"
msgstr "Tučné"
#. fNrBz
-#: svx/uiconfig/ui/textunderlinecontrol.ui:144
+#: svx/uiconfig/ui/textunderlinecontrol.ui:140
msgctxt "textunderlinecontrol|dot|tooltip_text"
msgid "Dotted"
msgstr "Tečkované"
#. JEgvk
-#: svx/uiconfig/ui/textunderlinecontrol.ui:161
+#: svx/uiconfig/ui/textunderlinecontrol.ui:156
msgctxt "textunderlinecontrol|dotbold|tooltip_text"
msgid "Dotted (Bold)"
msgstr "Tučné tečkované"
#. 46nci
-#: svx/uiconfig/ui/textunderlinecontrol.ui:178
+#: svx/uiconfig/ui/textunderlinecontrol.ui:172
msgctxt "textunderlinecontrol|dash|tooltip_text"
msgid "Dash"
msgstr "Čárkované"
#. D8gB4
-#: svx/uiconfig/ui/textunderlinecontrol.ui:195
+#: svx/uiconfig/ui/textunderlinecontrol.ui:188
msgctxt "textunderlinecontrol|dashlong|tooltip_text"
msgid "Long Dash"
msgstr "Čárkované (dlouhá čárka)"
#. gkUzu
-#: svx/uiconfig/ui/textunderlinecontrol.ui:212
+#: svx/uiconfig/ui/textunderlinecontrol.ui:204
msgctxt "textunderlinecontrol|dashdot|tooltip_text"
msgid "Dot Dash"
msgstr "Čerchované"
#. qMLxK
-#: svx/uiconfig/ui/textunderlinecontrol.ui:229
+#: svx/uiconfig/ui/textunderlinecontrol.ui:220
msgctxt "textunderlinecontrol|dashdotdot|tooltip_text"
msgid "Dot Dot Dash"
msgstr "Dvojčerchované"
#. dusMw
-#: svx/uiconfig/ui/textunderlinecontrol.ui:246
+#: svx/uiconfig/ui/textunderlinecontrol.ui:236
msgctxt "textunderlinecontrol|wave|tooltip_text"
msgid "Wave"
msgstr "Vlnité"
#. xJTZe
-#: svx/uiconfig/ui/textunderlinecontrol.ui:260
+#: svx/uiconfig/ui/textunderlinecontrol.ui:249
msgctxt "textunderlinecontrol|moreoptions"
msgid "_More Options..."
msgstr "_Další možnosti..."
diff --git a/source/cs/sw/messages.po b/source/cs/sw/messages.po
index d7c56c325e0..7f6bf46292c 100644
--- a/source/cs/sw/messages.po
+++ b/source/cs/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: 2021-10-25 12:50+0200\n"
-"PO-Revision-Date: 2021-10-21 11:33+0000\n"
+"PO-Revision-Date: 2021-10-28 08:42+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1563223676.000000\n"
#. v3oJv
@@ -20371,79 +20371,79 @@ msgstr "Sledování osnovy"
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:231
msgctxt "navigatorcontextmenu|STR_TABLE_TRACKING"
msgid "Table Tracking"
-msgstr "Sledování tabulky"
+msgstr "Sledování tabulek"
#. 7oCFa
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:239
msgctxt "navigatorcontextmenu|STR_SECTION_TRACKING"
msgid "Section Tracking"
-msgstr "Sledování sekce"
+msgstr "Sledování sekcí"
#. YmjQf
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:247
msgctxt "navigatorcontextmenu|STR_FRAME_TRACKING"
msgid "Frame Tracking"
-msgstr ""
+msgstr "Sledování rámců"
#. vhxX5
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:255
msgctxt "navigatorcontextmenu|STR_IMAGE_TRACKING"
msgid "Image Tracking"
-msgstr ""
+msgstr "Sledování obrázků"
#. mcYqZ
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:263
msgctxt "navigatorcontextmenu|STR_OLE_OBJECT_TRACKING"
msgid "OLE Object Tracking"
-msgstr ""
+msgstr "Sledování objektů OLE"
#. DRaED
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:271
msgctxt "navigatorcontextmenu|STR_BOOKMARK_TRACKING"
msgid "Bookmark Tracking"
-msgstr ""
+msgstr "Sledování záložek"
#. vpLmh
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:279
msgctxt "navigatorcontextmenu|STR_HYPERLINK_TRACKING"
msgid "Hyperlink Tracking"
-msgstr ""
+msgstr "Sledování hypertextových odkazů"
#. EvBzN
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:287
msgctxt "navigatorcontextmenu|STR_REFERENCE_TRACKING"
msgid "Reference Tracking"
-msgstr ""
+msgstr "Sledování odkazů"
#. M8Bes
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:295
msgctxt "navigatorcontextmenu|STR_INDEX_TRACKING"
msgid "Index Tracking"
-msgstr ""
+msgstr "Sledování rejstříků"
#. KBFwM
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:303
msgctxt "navigatorcontextmenu|STR_COMMENT_TRACKING"
msgid "Comment Tracking"
-msgstr ""
+msgstr "Sledování komentářů"
#. oGavB
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:311
msgctxt "navigatorcontextmenu|STR_DRAWING_OBJECT_TRACKING"
msgid "Drawing Object Tracking"
-msgstr ""
+msgstr "Sledování objektů kresby"
#. w8FTW
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:319
msgctxt "navigatorcontextmenu|STR_FIELD_TRACKING"
msgid "Field Tracking"
-msgstr ""
+msgstr "Sledování polí"
#. BoCeZ
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:327
msgctxt "navigatorcontextmenu|STR_FOOTNOTE_TRACKING"
msgid "Footnote Tracking"
-msgstr ""
+msgstr "Sledování poznámek pod čarou"
#. GyAcG
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:341
@@ -20461,7 +20461,7 @@ msgstr "Zobrazení"
#: sw/uiconfig/swriter/ui/navigatorcontextmenu.ui:375
msgctxt "navigatorcontextmenu|STR_COLLAPSE_ALL_CATEGORIES"
msgid "Collapse All Categories"
-msgstr ""
+msgstr "Sbalit všechny kategorie"
#. ba8wC
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:18