diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-10-29 14:50:48 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-10-29 18:24:11 +0200 |
commit | 327c876f4c35127cff03b26303acd4831252ce66 (patch) | |
tree | d237757c7f5bfdb05135af9ba8b48e45b6aa48af /source/cs/helpcontent2 | |
parent | 569442292afe8da0847d542276cdddea3d1728a1 (diff) |
update translations for 7.3.0 alpha1
and force-fix errors using pocheck
Change-Id: I9968e128a11cee0afa01bb87dc619ee180d2209f
Diffstat (limited to 'source/cs/helpcontent2')
-rw-r--r-- | source/cs/helpcontent2/source/text/sbasic/python.po | 14 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/sbasic/shared.po | 182 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/scalc.po | 6 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/scalc/01.po | 44 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/sdraw/01.po | 6 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/shared/00.po | 4 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/shared/explorer/database.po | 12 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/shared/guide.po | 1445 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/shared/optionen.po | 12 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/simpress/01.po | 22 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/simpress/guide.po | 14 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/swriter.po | 10 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/swriter/02.po | 8 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/swriter/guide.po | 18 |
14 files changed, 1686 insertions, 111 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 |