update translations for master/7.1.0 rc1

and force-fix errors using pocheck

Change-Id: I64d1494dbed7adfa393e79f9b798725ad8c68350
This commit is contained in:
Christian Lohmaier
2020-12-15 15:01:11 +01:00
parent b0211e02a5
commit 129365b9a8
842 changed files with 30477 additions and 24986 deletions

View File

@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-12-08 13:07+0100\n"
"PO-Revision-Date: 2020-11-21 15:36+0000\n"
"PO-Revision-Date: 2020-12-09 13:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/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.1.1\n"
"X-POOTLE-MTIME: 1542486017.000000\n"
#. yzYVt
@@ -12821,7 +12821,7 @@ msgctxt ""
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/MkDir_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">MkDir Statement diagram</alt></image>"
msgstr ""
msgstr "<image src=\"media/helpimg/sbasic/MkDir_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Diagram příkazu MkDir</alt></image>"
#. ruXou
#: 03020411.xhp
@@ -12839,7 +12839,7 @@ msgctxt ""
"par_id3155150\n"
"help.text"
msgid "MkDir path"
msgstr ""
msgstr "MkDir cesta"
#. PaEBs
#: 03020411.xhp
@@ -12848,7 +12848,7 @@ msgctxt ""
"par_id3153750\n"
"help.text"
msgid "<emph>path:</emph> Any string expression that specifies the name and path of the directory to be created. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr ""
msgstr "<emph>cesta:</emph> Řetězec určující název a cestu nového adresáře. Také je možné použít <link href=\"text/sbasic/shared/00000002.xhp\" name=\"zápis URL\">zápis URL</link>."
#. PLopZ
#: 03020411.xhp
@@ -13127,7 +13127,7 @@ msgctxt ""
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/RmDir_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">RmDir Statement diagram</alt></image>"
msgstr ""
msgstr "<image src=\"media/helpimg/sbasic/RmDir_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Diagram příkazu RmDir</alt></image>"
#. uE7FC
#: 03020413.xhp
@@ -24575,7 +24575,7 @@ msgctxt ""
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Stop_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Stop Statement diagram</alt></image>"
msgstr ""
msgstr "<image src=\"media/helpimg/sbasic/Stop_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Diagram příkazu Stop</alt></image>"
#. BsgsP
#: 03090409.xhp
@@ -24818,7 +24818,7 @@ msgctxt ""
"par_id3159158\n"
"help.text"
msgid "Sets an object as the default object. Unless another object name is declared, all properties and methods refer to the default object until the <literal>End With</literal> statement is reached."
msgstr ""
msgstr "Nastaví objekt jako výchozí objekt. Pokud není určen jiný název objektu, všechny vlastnosti a metody se odkazují k výchozímu objektu, dokud program nedosáhne příkazu <literal>End With</literal>."
#. WZgyY
#: 03090411.xhp
@@ -24827,7 +24827,7 @@ msgctxt ""
"par_id491585753339474\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/With_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">With statement diagram</alt></image>"
msgstr ""
msgstr "<image src=\"media/helpimg/sbasic/With_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Diagram příkazu With</alt></image>"
#. gnpSD
#: 03090411.xhp
@@ -24836,7 +24836,7 @@ msgctxt ""
"par_id3147560\n"
"help.text"
msgid "Use <literal>With</literal> and <literal>End With</literal> if you have several properties or methods for a single object or an extended data type definition."
msgstr ""
msgstr "<literal>With</literal> a <literal>End With</literal> použijte, pokud máte pro jeden objekt nebo definici rozšířeného datového typu několik vlastností nebo metod."
#. PzPzj
#: 03090411.xhp
@@ -24845,7 +24845,7 @@ msgctxt ""
"par_id311606839557245\n"
"help.text"
msgid "Nesting <literal>With</literal> statements helps writing and reading Basic routines."
msgstr ""
msgstr "Zanořování příkazů <literal>With</literal> napomáhá čtení a zápisu programů Basicu."
#. C8YyY
#: 03090411.xhp
@@ -24854,7 +24854,7 @@ msgctxt ""
"par_id921606840180540\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Type Statement\">Type Statement</link>"
msgstr ""
msgstr "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Příkaz Type\">Příkaz Type</link>"
#. zLuzY
#: 03090412.xhp
@@ -34070,7 +34070,7 @@ msgctxt ""
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Beep_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Beep Statement diagram</alt></image>"
msgstr ""
msgstr "<image src=\"media/helpimg/sbasic/Beep_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Diagram příkazu Beep</alt></image>"
#. 9FABw
#: 03130500.xhp