diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-03-30 18:31:40 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-03-30 18:40:10 +0200 |
commit | 7b43a13473ab1c692d33577af1ec191179e9079a (patch) | |
tree | 56ede03f882794ba911a3733e2f4b165693f59a2 /source/cs/helpcontent2 | |
parent | 943a62baf90a015aac8846f3b8d88c8a49787fe7 (diff) |
update translations for master
and force-fix errors using pocheck
Change-Id: I84eb112a5f299d0c0ec33a280ab490cf22ae6d46
Diffstat (limited to 'source/cs/helpcontent2')
19 files changed, 2191 insertions, 2353 deletions
diff --git a/source/cs/helpcontent2/source/text/sbasic/shared.po b/source/cs/helpcontent2/source/text/sbasic/shared.po index 956b46a8c98..4991940169a 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-03-19 17:31+0100\n" +"POT-Creation-Date: 2021-03-29 16:02+0200\n" "PO-Revision-Date: 2021-03-21 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/textsbasicshared/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.4.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1542486017.000000\n" #. yzYVt @@ -1987,14 +1987,14 @@ msgctxt "" msgid "Using Variables" msgstr "Použití proměnných" -#. TjAJy +#. Wdrgx #: 01020100.xhp msgctxt "" "01020100.xhp\n" "bm_id3149346\n" "help.text" -msgid "<bookmark_value>names of variables</bookmark_value> <bookmark_value>variables; using</bookmark_value> <bookmark_value>types of variables</bookmark_value> <bookmark_value>declaring variables</bookmark_value> <bookmark_value>values;of variables</bookmark_value> <bookmark_value>literals;integer</bookmark_value> <bookmark_value>literals;hexadecimal</bookmark_value> <bookmark_value>literals;integer</bookmark_value> <bookmark_value>literals;octal</bookmark_value> <bookmark_value>literals;&h notation</bookmark_value> <bookmark_value>literals;&o notation</bookmark_value> <bookmark_value>literals;floating-point</bookmark_value> <bookmark_value>constants</bookmark_value> <bookmark_value>arrays;declaring</bookmark_value> <bookmark_value>defining;constants</bookmark_value>" -msgstr "<bookmark_value>názvy proměnných</bookmark_value> <bookmark_value>proměnné; používání</bookmark_value> <bookmark_value>typy proměnných</bookmark_value> <bookmark_value>deklarace proměnných; proměnné</bookmark_value> <bookmark_value>hodnoty;proměnné</bookmark_value> <bookmark_value>literály;celá čísla</bookmark_value> <bookmark_value>literály;šestnáctkové</bookmark_value> <bookmark_value>literály;osmičkové</bookmark_value> <bookmark_value>literály;notace &h</bookmark_value> <bookmark_value>literály; notace &o</bookmark_value> <bookmark_value>literály;desetinná čísla</bookmark_value> <bookmark_value>konstanty</bookmark_value> <bookmark_value>pole;deklarace</bookmark_value> <bookmark_value>definování;konstanty</bookmark_value>" +msgid "<bookmark_value>names of variables</bookmark_value> <bookmark_value>variables; using</bookmark_value> <bookmark_value>types of variables</bookmark_value> <bookmark_value>declaring variables</bookmark_value> <bookmark_value>values;of variables</bookmark_value> <bookmark_value>literals;date</bookmark_value> <bookmark_value>literals;integer</bookmark_value> <bookmark_value>literals;hexadecimal</bookmark_value> <bookmark_value>literals;integer</bookmark_value> <bookmark_value>literals;octal</bookmark_value> <bookmark_value>literals;&h notation</bookmark_value> <bookmark_value>literals;&o notation</bookmark_value> <bookmark_value>literals;floating-point</bookmark_value> <bookmark_value>constants</bookmark_value> <bookmark_value>arrays;declaring</bookmark_value> <bookmark_value>defining;constants</bookmark_value>" +msgstr "" #. VAkCC #: 01020100.xhp @@ -2482,6 +2482,60 @@ msgctxt "" msgid "Date variables can only contain dates and time values stored in an internal format. Values assigned to Date variables with <link href=\"text/sbasic/shared/03030101.xhp\" name=\"Dateserial\"><emph>Dateserial</emph></link>, <link href=\"text/sbasic/shared/03030102.xhp\" name=\"Datevalue\"><emph>Datevalue</emph></link>, <link href=\"text/sbasic/shared/03030205.xhp\" name=\"Timeserial\"><emph>Timeserial</emph></link> or <link href=\"text/sbasic/shared/03030206.xhp\" name=\"Timevalue\"><emph>Timevalue</emph></link> are automatically converted to the internal format. Date-variables are converted to normal numbers by using the <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> or the <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> function. The internal format enables a comparison of date/time values by calculating the difference between two numbers. These variables can only be declared with the key word <emph>Date</emph>." msgstr "Proměnné typu Date mohou obsahovat jen data nebo časy uložené v interním formátu. Hodnoty přiřazené proměnným Date pomocí <link href=\"text/sbasic/shared/03030101.xhp\" name=\"Dateserial\"><emph>Dateserial</emph></link>, <link href=\"text/sbasic/shared/03030102.xhp\" name=\"Datevalue\"><emph>Datevalue</emph></link>, <link href=\"text/sbasic/shared/03030205.xhp\" name=\"Timeserial\"><emph>Timeserial</emph></link> nebo <link href=\"text/sbasic/shared/03030206.xhp\" name=\"Timevalue\"><emph>Timevalue</emph></link> se automaticky převedou na interní formát. Datové proměnné převedete na normální čísla pomocí funkcí <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> nebo <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link>. Interní formát umožňuje porovnání dvou datových/časových hodnot pomocí výpočtu rozdílu mezi čísly. Tyto proměnné lze deklarovat jen klíčovým slovem <emph>Date</emph>." +#. x883R +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"hd_DateLiterals\n" +"help.text" +msgid "Literals for Dates" +msgstr "" + +#. 5FGDA +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"par_id151616083357363\n" +"help.text" +msgid "Date literals allow to specify unambiguous date variables that are independent from the current language. Literals are enclosed between hash signs <literal>#</literal>. Possible formats are:" +msgstr "" + +#. 6nnHF +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"par_id41616083766108\n" +"help.text" +msgid "#<literal>yyyy-mm-dd</literal>#" +msgstr "" + +#. oRsER +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"par_id271616083874773\n" +"help.text" +msgid "<literal>#mm/dd/yyyy#</literal>" +msgstr "" + +#. targE +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"bas_id201616314705492\n" +"help.text" +msgid "zeroDay = #12/30/1899#" +msgstr "" + +#. DZK5o +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"bas_id616163714705267\n" +"help.text" +msgid "dob = #2010-09-28#" +msgstr "" + #. kGGKi #: 01020100.xhp msgctxt "" @@ -14461,32 +14515,23 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03030110.xhp\">DateAdd Function</link>" msgstr "<link href=\"text/sbasic/shared/03030110.xhp\">Funkce DateAdd</link>" -#. R9EVm +#. HhA3U #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN10558\n" "help.text" -msgid "Adds a date interval to a given date a number of times and returns the resulting date." -msgstr "Přidá k určenému datu interval (se zadaným počtem opakování) a vrátí výsledné datum." - -#. 32PPG -#: 03030110.xhp -msgctxt "" -"03030110.xhp\n" -"par_idN1055B\n" -"help.text" -msgid "Syntax:" -msgstr "Syntaxe:" +msgid "Adds a date or time interval to a given date a number of times and returns the resulting date." +msgstr "" -#. DJGhH +#. YAQVF #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN1055F\n" "help.text" -msgid "DateAdd (Add, Count, Date)" -msgstr "DateAdd (Add, Count, Date)" +msgid "DateAdd (interval As String, number As Long, date As Date) As Date" +msgstr "" #. Gt9cm #: 03030110.xhp @@ -14506,32 +14551,23 @@ msgctxt "" msgid "A Variant containing a date." msgstr "Proměnná typu Variant, která obsahuje datum." -#. pMyfk -#: 03030110.xhp -msgctxt "" -"03030110.xhp\n" -"par_idN10625\n" -"help.text" -msgid "Parameters:" -msgstr "Parametry:" - -#. ifRp8 +#. q4zev #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN10629\n" "help.text" -msgid "<emph>Add</emph> - A string expression from the following table, specifying the date interval." -msgstr "<emph>Add</emph> - Řetězec z následující tabulky, který určuje interval." +msgid "<emph>interval</emph> - A string expression from the following table, specifying the date or time interval." +msgstr "" -#. XG5fJ +#. yKYH5 #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN10636\n" "help.text" -msgid "Add (string value)" -msgstr "Add (řetězec)" +msgid "interval (string value)" +msgstr "" #. BrkDy #: 03030110.xhp @@ -14722,32 +14758,23 @@ msgctxt "" msgid "Second" msgstr "Sekunda" -#. 7CC9B +#. heZE2 #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN106C1\n" "help.text" -msgid "<emph>Count</emph> - A numerical expression specifying how often the Add interval will be added (Count is positive) or subtracted (Count is negative)." -msgstr "<emph>Count</emph> - Číselný výraz, který určuje, kolikrát se má interval přidat (Count je kladné) nebo odebrat (Count je záporné)." +msgid "<emph>number</emph> - A numerical expression specifying how often the <literal>interval</literal> value will be added when positive or subtracted when negative." +msgstr "" -#. fxLyq +#. 5LaBf #: 03030110.xhp msgctxt "" "03030110.xhp\n" "par_idN106C4\n" "help.text" -msgid "<emph>Date</emph> - A given date or the name of a Variant variable containing a date. The Add value will be added Count times to this value." -msgstr "<emph>Date</emph> - Datum nebo název proměnné typu Variant obsahující datum. K této hodnotě se přidá určený počet intervalů." - -#. fEW8A -#: 03030110.xhp -msgctxt "" -"03030110.xhp\n" -"par_idN106C7\n" -"help.text" -msgid "Example:" -msgstr "Příklad:" +msgid "<emph>date</emph> - A given date or the name of a Variant variable containing a date. The <literal>interval</literal> value will be added <literal>number</literal> times to this date." +msgstr "" #. kvCPX #: 03030111.xhp @@ -15370,32 +15397,23 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03030120.xhp\">DateDiff Function</link>" msgstr "<link href=\"text/sbasic/shared/03030120.xhp\">Funkce DateDiff</link>" -#. MsJG6 +#. kAC7A #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10546\n" "help.text" -msgid "Returns the number of date intervals between two given date values." -msgstr "Vrátí počet intervalů mezi dvěma daty." - -#. jwneU -#: 03030120.xhp -msgctxt "" -"03030120.xhp\n" -"par_idN10549\n" -"help.text" -msgid "Syntax:" -msgstr "Syntaxe:" +msgid "Returns the number of date or time intervals between two given date values." +msgstr "" -#. 23hun +#. AzmeS #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10648\n" "help.text" -msgid "DateDiff (Add, Date1, Date2 [, Week_start [, Year_start]])" -msgstr "DateDiff (Add, Date1, Date2 [, Week_start [, Year_start]])" +msgid "DateDiff (interval As String, date1 As Date, date2 As Date [, firstDayOfWeek As Integer [, firstWeekOfYear As Integer]]) As Double" +msgstr "" #. BPDH8 #: 03030120.xhp @@ -15415,50 +15433,41 @@ msgctxt "" msgid "A number." msgstr "Číslo." -#. PhvCn -#: 03030120.xhp -msgctxt "" -"03030120.xhp\n" -"par_idN10652\n" -"help.text" -msgid "Parameters:" -msgstr "Parametry:" - -#. VPj7H +#. pnAQD #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10656\n" "help.text" -msgid "<emph>Add</emph> - A string expression from the following table, specifying the date interval." -msgstr "<emph>Add</emph> - Řětezec z následující tabulky, který určuje interval." +msgid "<emph>interval</emph> - A string expression from the following table, specifying the date or time interval." +msgstr "" -#. DDkPg +#. Exz6j #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN10664\n" "help.text" -msgid "<emph>Date1, Date2</emph> - The two date values to be compared." -msgstr "<emph>Date1, Date2</emph> - Dvě data k porovnání." +msgid "<emph>date1, date2</emph> - The two date values to be compared." +msgstr "" -#. pxADB +#. yVo8Q #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN1066A\n" "help.text" -msgid "<emph>Week_start</emph> - An optional parameter that specifies the starting day of a week." -msgstr "<emph>Week_start</emph> - Nepovinný parametr, který určuje první den v týdnu." +msgid "<emph>firstDayOfWeek</emph> - An optional parameter that specifies the starting day of a week." +msgstr "" -#. NtgAZ +#. dDoRU #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN1067A\n" "help.text" -msgid "Week_start value" -msgstr "Hodnota Week_start" +msgid "firstDayOfWeek value" +msgstr "" #. gmaR8 #: 03030120.xhp @@ -15613,23 +15622,23 @@ msgctxt "" msgid "Saturday" msgstr "Sobota" -#. sVAum +#. BLhqf #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN106EB\n" "help.text" -msgid "<emph>Year_start</emph> - An optional parameter that specifies the starting week of a year." -msgstr "<emph>Year_start</emph> - Nepovinný parametr, který určuje první týden v roce." +msgid "<emph>firstWeekOfYear</emph> - An optional parameter that specifies the starting week of a year." +msgstr "" -#. rKUUc +#. KGncd #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN106FB\n" "help.text" -msgid "Year_start value" -msgstr "Hodnota Year_start" +msgid "firstWeekOfYear value" +msgstr "" #. zAFFS #: 03030120.xhp @@ -15712,15 +15721,6 @@ msgctxt "" msgid "Week 1 is the first week containing only days of the new year" msgstr "První týden je ten, který obsahuje pouze dny z nového roku" -#. fpPpz -#: 03030120.xhp -msgctxt "" -"03030120.xhp\n" -"par_idN10738\n" -"help.text" -msgid "Example:" -msgstr "Příklad:" - #. pA2jY #: 03030130.xhp msgctxt "" @@ -15757,23 +15757,14 @@ msgctxt "" msgid "The DatePart function returns a specified part of a date." msgstr "Funkce DatePart vrací určenou část data." -#. FKbf2 -#: 03030130.xhp -msgctxt "" -"03030130.xhp\n" -"par_idN10549\n" -"help.text" -msgid "Syntax:" -msgstr "Syntaxe:" - -#. GaBLY +#. GWMCJ #: 03030130.xhp msgctxt "" "03030130.xhp\n" "par_idN105E8\n" "help.text" -msgid "DatePart (Add, Date [, Week_start [, Year_start]])" -msgstr "DatePart (Add, Date [, Week_start [, Year_start]])" +msgid "DatePart (interval As String, date As Date [, firstDayOfWeek As Integer [, firstWeekOfYear As Integer]]) As Long" +msgstr "" #. wi5B9 #: 03030130.xhp @@ -15784,50 +15775,32 @@ msgctxt "" msgid "Return value:" msgstr "Návratová hodnota:" -#. rL6eH +#. V53FC #: 03030130.xhp msgctxt "" "03030130.xhp\n" "par_idN105EF\n" "help.text" -msgid "A Variant containing a date." -msgstr "Proměnná typu Variant, která obsahuje datum." - -#. uFBWR -#: 03030130.xhp -msgctxt "" -"03030130.xhp\n" -"par_idN105F2\n" -"help.text" -msgid "Parameters:" -msgstr "Parametry:" +msgid "The extracted part for the given date." +msgstr "" -#. zrGbe +#. fT65v #: 03030130.xhp msgctxt "" "03030130.xhp\n" "par_idN105F6\n" "help.text" -msgid "<emph>Add</emph> - A string expression from the following table, specifying the date interval." -msgstr "<emph>Add</emph> - Řětezec z následující tabulky, který určuje interval." +msgid "<emph>interval</emph> - A string expression from the following table, specifying the date interval." +msgstr "" -#. rDG6m +#. CFxRq #: 03030130.xhp msgctxt "" "03030130.xhp\n" "par_idN10604\n" "help.text" -msgid "<emph>Date</emph> - The date from which the result is calculated." -msgstr "<emph>Date</emph> - Datum, ze kterého chcete vypočítat výsledek." - -#. 9DCFV -#: 03030130.xhp -msgctxt "" -"03030130.xhp\n" -"par_idN10611\n" -"help.text" -msgid "Example:" -msgstr "Příklad:" +msgid "<emph>date</emph> - The date from which the result is calculated." +msgstr "" #. tzm8A #: 03030200.xhp diff --git a/source/cs/helpcontent2/source/text/sbasic/shared/03.po b/source/cs/helpcontent2/source/text/sbasic/shared/03.po index 8b5c898159a..dfaa9064ee6 100644 --- a/source/cs/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/cs/helpcontent2/source/text/sbasic/shared/03.po @@ -3,8 +3,8 @@ 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-03-23 11:44+0100\n" -"PO-Revision-Date: 2021-03-11 15:36+0000\n" +"POT-Creation-Date: 2021-03-30 18:07+0200\n" +"PO-Revision-Date: 2021-03-28 08:37+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/cs/>\n" "Language: cs\n" @@ -23,7 +23,7 @@ msgctxt "" "tit\n" "help.text" msgid "(Un)Available since release" -msgstr "" +msgstr "K dispozici od vydání" #. CeSww #: avail_release.xhp @@ -32,7 +32,7 @@ msgctxt "" "not_BasMeth\n" "help.text" msgid "This method is not available in Basic." -msgstr "" +msgstr "Tato metoda není k dispozici v jazyce Basic." #. LDXQx #: avail_release.xhp @@ -41,7 +41,7 @@ msgctxt "" "not_BasProp\n" "help.text" msgid "This property is not available in Basic." -msgstr "" +msgstr "Tato vlastnost není k dispozici v jazyce Basic." #. 4GDXo #: avail_release.xhp @@ -50,7 +50,7 @@ msgctxt "" "not_PycMeth\n" "help.text" msgid "This method is not available in Python." -msgstr "" +msgstr "Tato metoda není k dispozici v jazyce Python." #. 3ZUdq #: avail_release.xhp @@ -59,7 +59,7 @@ msgctxt "" "not_PycProp\n" "help.text" msgid "This property is not available in Python." -msgstr "" +msgstr "Tato vlastnost není k dispozici v jazyce Python." #. GXE45 #: avail_release.xhp @@ -68,7 +68,7 @@ msgctxt "" "par_id281613660174140\n" "help.text" msgid "These methods are available from %PRODUCTNAME 7.2 onwards." -msgstr "" +msgstr "Tyto metody jsou k dispozici od verze %PRODUCTNAME 7.2." #. qjuHF #: avail_release.xhp @@ -77,7 +77,7 @@ msgctxt "" "par_id981613655373210\n" "help.text" msgid "This control is available from %PRODUCTNAME 7.2 onwards." -msgstr "" +msgstr "Tento ovládací prvek je dispozici od verze %PRODUCTNAME 7.2." #. bAYUN #: avail_release.xhp @@ -86,7 +86,7 @@ msgctxt "" "par_id831613654401663\n" "help.text" msgid "These event properties are available from %PRODUCTNAME 7.2 onwards." -msgstr "" +msgstr "Tyto vlastnosti události jsou k dispozici od verze %PRODUCTNAME 7.2." #. kVj8c #: avail_release.xhp @@ -95,7 +95,7 @@ msgctxt "" "par_id201613654395537\n" "help.text" msgid "This property is available from %PRODUCTNAME 7.2 onwards." -msgstr "" +msgstr "Tato vlastnost je k dispozici od verze %PRODUCTNAME 7.2." #. EziC4 #: lib_ScriptForge.xhp @@ -5947,15 +5947,6 @@ msgctxt "" msgid "The <literal>DialogControl</literal> service is available for these control types:" msgstr "" -#. ScLTk -#: sf_dialogcontrol.xhp -msgctxt "" -"sf_dialogcontrol.xhp\n" -"par_id171612698897514\n" -"help.text" -msgid "TreeControl" -msgstr "" - #. 7xddb #: sf_dialogcontrol.xhp msgctxt "" @@ -6019,15 +6010,6 @@ msgctxt "" msgid "No" msgstr "" -#. jqpFz -#: sf_dialogcontrol.xhp -msgctxt "" -"sf_dialogcontrol.xhp\n" -"par_id231598538847029\n" -"help.text" -msgid "Button" -msgstr "" - #. aTyMC #: sf_dialogcontrol.xhp msgctxt "" @@ -6631,15 +6613,6 @@ msgctxt "" msgid "UNO<br/>object" msgstr "" -#. 3Dmwo -#: sf_dialogcontrol.xhp -msgctxt "" -"sf_dialogcontrol.xhp\n" -"par_id25161269944611\n" -"help.text" -msgid "TreeControl" -msgstr "" - #. 7XckG #: sf_dialogcontrol.xhp msgctxt "" @@ -6685,15 +6658,6 @@ msgctxt "" msgid "Description" msgstr "" -#. kfK2B -#: sf_dialogcontrol.xhp -msgctxt "" -"sf_dialogcontrol.xhp\n" -"par_id271598543254590\n" -"help.text" -msgid "Boolean" -msgstr "" - #. jEyx9 #: sf_dialogcontrol.xhp msgctxt "" @@ -6721,15 +6685,6 @@ msgctxt "" msgid "0, False: not checked<br/>1, True: checked<br/>2: grayed, don't know" msgstr "" -#. EKHtH -#: sf_dialogcontrol.xhp -msgctxt "" -"sf_dialogcontrol.xhp\n" -"par_id781598543254887\n" -"help.text" -msgid "String" -msgstr "" - #. nZVA5 #: sf_dialogcontrol.xhp msgctxt "" @@ -6748,24 +6703,6 @@ msgctxt "" msgid "Numeric" msgstr "" -#. DoCfT -#: sf_dialogcontrol.xhp -msgctxt "" -"sf_dialogcontrol.xhp\n" -"par_id401598543254743\n" -"help.text" -msgid "Date" -msgstr "" - -#. XzBhY -#: sf_dialogcontrol.xhp -msgctxt "" -"sf_dialogcontrol.xhp\n" -"par_id731598543254544\n" -"help.text" -msgid "String" -msgstr "" - #. kgfXR #: sf_dialogcontrol.xhp msgctxt "" @@ -6811,15 +6748,6 @@ msgctxt "" msgid "Numeric" msgstr "" -#. CCkkF -#: sf_dialogcontrol.xhp -msgctxt "" -"sf_dialogcontrol.xhp\n" -"par_id81598543254625\n" -"help.text" -msgid "String" -msgstr "" - #. YvPAp #: sf_dialogcontrol.xhp msgctxt "" @@ -6838,15 +6766,6 @@ msgctxt "" msgid "Must be within the predefined bounds" msgstr "" -#. veFie -#: sf_dialogcontrol.xhp -msgctxt "" -"sf_dialogcontrol.xhp\n" -"par_id561598543254115\n" -"help.text" -msgid "Boolean" -msgstr "" - #. ZragT #: sf_dialogcontrol.xhp msgctxt "" @@ -6874,15 +6793,6 @@ msgctxt "" msgid "Must be within the predefined bounds" msgstr "" -#. 5VuCQ -#: sf_dialogcontrol.xhp -msgctxt "" -"sf_dialogcontrol.xhp\n" -"par_id751598543254299\n" -"help.text" -msgid "String" -msgstr "" - #. a9AMF #: sf_dialogcontrol.xhp msgctxt "" @@ -6892,15 +6802,6 @@ msgctxt "" msgid "The text appearing in the field" msgstr "" -#. wGGjL -#: sf_dialogcontrol.xhp -msgctxt "" -"sf_dialogcontrol.xhp\n" -"par_id341598543254600\n" -"help.text" -msgid "Date" -msgstr "" - #. CABLr #: sf_dialogcontrol.xhp msgctxt "" @@ -7414,22 +7315,22 @@ msgctxt "" msgid "This method may be called before displaying the dialog box to build the initial tree. It may also be called from a dialog or control event." msgstr "" -#. t5Kcc +#. BSnCr #: sf_dialogcontrol.xhp msgctxt "" "sf_dialogcontrol.xhp\n" "par_id541613670199211\n" "help.text" -msgid "One argument out of <literal>DisplayValue</literal>or <literal>DataValue</literal> must be specified. If both present, one match is sufficient to select the node." +msgid "One argument out of <literal>DisplayValue</literal> or <literal>DataValue</literal> must be specified. If both present, one match is sufficient to select the node." msgstr "" -#. KMPVF +#. fYkEn #: sf_dialogcontrol.xhp msgctxt "" "sf_dialogcontrol.xhp\n" "par_id591612781589560\n" "help.text" -msgid "<emph>DisplayValue</emph>: The pattern to be matched. See the <link href=\"text/sbasic/shared/03/sf_string.xhp#IsLike\" name=\"Sting service IsLike() method\"><literal>SF_String.IsLike()</literal></link> method. When equal to the zero-length string (default), this display value is not searched for." +msgid "<emph>DisplayValue</emph>: The pattern to be matched. See the <link href=\"text/sbasic/shared/03/sf_string.xhp#IsLike\" name=\"String service IsLike() method\"><literal>SF_String.IsLike()</literal></link> method. When equal to the zero-length string (default), this display value is not searched for." msgstr "" #. CF4o6 @@ -7486,13 +7387,13 @@ msgctxt "" msgid "An error is raised if the actual control is not of the type <literal>TextField</literal> or is not multiline." msgstr "" -#. AKiEA +#. jmBh7 #: sf_dialogcontrol.xhp msgctxt "" "sf_dialogcontrol.xhp\n" "par_id1001584541257789\n" "help.text" -msgid "<emph>Line</emph>: The string to insert. Default is an empty line." +msgid "<emph>Line</emph>: The string to insert. Default is an empty line." msgstr "" #. opNus @@ -10366,15 +10267,6 @@ msgctxt "" msgid "<emph>Filter</emph>: A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of files (default = \"\")." msgstr "" -#. HJ9vL -#: sf_filesystem.xhp -msgctxt "" -"sf_filesystem.xhp\n" -"bas_id451583944327508\n" -"help.text" -msgid "filesList = FSO.Files(\"/home/user/\", \"*.txt\")" -msgstr "" - #. zG7ec #: sf_filesystem.xhp msgctxt "" @@ -10699,13 +10591,13 @@ msgctxt "" msgid "<emph>Destination</emph>: If <literal>Source</literal> is a <literal>FileName</literal> then this parameter indicates the new path and file name of the moved file." msgstr "" -#. E7BHq +#. E4opD #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id31613063334246\n" "help.text" -msgid "If the move operation involves multiple files, then Destination must be a folder name. If it does not exist, it is created." +msgid "If the move operation involves multiple files, then <literal>Destination</literal> must be a folder name. If it does not exist, it is created." msgstr "" #. BvhBP @@ -10780,13 +10672,13 @@ msgctxt "" msgid "<emph>Destination</emph>: If the move operation involves a single folder, then <literal>Destination</literal> is the name and path of the moved folder and it must not exist." msgstr "" -#. upwt8 +#. rNbq3 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id11613072890641\n" "help.text" -msgid "If multiple folders are being moved, then <literal>Destination</literal> designates where the folders in <literal>Source</literal> will be moved into. If <literal>Source</literal> does not exist, it is created." +msgid "If multiple folders are being moved, then <literal>Destination</literal> designates where the folders in <literal>Source</literal> will be moved into. If <literal>Destination</literal> does not exist, it is created." msgstr "" #. DFBsa @@ -11230,15 +11122,6 @@ msgctxt "" msgid "The example below specifies the folder containing the PO files. Because the locale is not defined, the service instance will use the current %PRODUCTNAME locale settings." msgstr "" -#. RmYkJ -#: sf_l10n.xhp -msgctxt "" -"sf_l10n.xhp\n" -"bas_id451614358683971\n" -"help.text" -msgid "Set myPO = CreateScriptService(\"L10N\", \"C:\\myPOFiles\\\")" -msgstr "" - #. Ab7iH #: sf_l10n.xhp msgctxt "" @@ -11275,15 +11158,6 @@ msgctxt "" msgid "It is recommended to free resources after use:" msgstr "" -#. M9GLd -#: sf_l10n.xhp -msgctxt "" -"sf_l10n.xhp\n" -"bm_id871614359551930\n" -"help.text" -msgid "<bookmark_value>L10N service;Folder</bookmark_value> <bookmark_value>L10N service;Languages</bookmark_value> <bookmark_value>L10N service;Locale</bookmark_value>" -msgstr "" - #. 6mcLb #: sf_l10n.xhp msgctxt "" @@ -11608,31 +11482,13 @@ msgctxt "" msgid "Consider the following code is running on a %PRODUCTNAME installation with locale set to \"es-ES\". Additionally, there is a file \"es-ES.po\" inside the specified folder that translates the string passed to the <literal>GetText</literal> method:" msgstr "" -#. Kz4S7 -#: sf_l10n.xhp -msgctxt "" -"sf_l10n.xhp\n" -"bas_id171614366110835\n" -"help.text" -msgid "myPO = CreateScriptService(\"L10N\", \"c:\\MyPOFolder\\\")" -msgstr "" - -#. EcBzr -#: sf_l10n.xhp -msgctxt "" -"sf_l10n.xhp\n" -"bas_id1001586166834936\n" -"help.text" -msgid "' \"¡Bienvenido John! Espero que disfrutes de este programa\"" -msgstr "" - -#. H4aXx +#. zJaES #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id301613075694148\n" "help.text" -msgid "<link href=\"text/sbasic/guide/translation.xhp\" name=\"Controls Translation\"> Translation of Controls in the Dialog Editor</link>" +msgid "<link href=\"text/sbasic/guide/translation.xhp\" name=\"Controls Translation\">Translation of Controls in the Dialog Editor</link>" msgstr "" #. Ah5Gj @@ -11680,13 +11536,13 @@ msgctxt "" msgid "Operating system information (OS type, release, version, etc)" msgstr "" -#. uPLtj +#. 6sN8Q #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" "par_id67160078807676\n" "help.text" -msgid "The LibreOffice version" +msgid "The %PRODUCTNAME version" msgstr "" #. BrEr7 @@ -11815,13 +11671,13 @@ msgctxt "" msgid "Yes" msgstr "" -#. g5EUJ +#. v3N6U #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" "par_id541600788076645\n" "help.text" -msgid "The number of central processor units." +msgid "The number of central processing units." msgstr "" #. 89Lo8 @@ -11869,13 +11725,13 @@ msgctxt "" msgid "Yes" msgstr "" -#. 9uRw8 +#. WLRju #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" "par_id521600788076371\n" "help.text" -msgid "The actual LibreOffice version expressed as<br/>'<literal>LibreOffice w.x.y.z (The Document Foundation)</literal>'." +msgid "The actual %PRODUCTNAME version expressed as<br/>' <literal>%PRODUCTNAME w.x.y.z (The Document Foundation)</literal>'." msgstr "" #. 4bpcJ @@ -12166,13 +12022,13 @@ msgctxt "" msgid "Called to register a library event manager by <literal>RegisterScriptServices</literal>." msgstr "" -#. VC4em +#. sZBHB #: sf_services.xhp msgctxt "" "sf_services.xhp\n" "par_id741582712156448\n" "help.text" -msgid "Called by user scripts to get an object giving access to the service given as argument. <br/>All services should be invoked thru the <literal>CreateScriptService</literal> method." +msgid "Called by user scripts to get an object giving access to the service given as argument. <br/>All services should be invoked through the <literal>CreateScriptService</literal> method." msgstr "" #. 9Geac @@ -12229,24 +12085,6 @@ msgctxt "" msgid "or a set of methods and properties gathered in a Basic class module." msgstr "" -#. tR7ys -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"hd_id431582714020044\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>" -msgstr "" - -#. SpGFT -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"hd_id251582714020044\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>" -msgstr "" - #. VuLrG #: sf_services.xhp msgctxt "" @@ -12265,15 +12103,6 @@ msgctxt "" msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service. <br/>If the first argument refers to an event manager, then arg0 is mandatory and must be the UNO object representing the event provided as argument to the user macro." msgstr "" -#. imGjJ -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"hd_id91582714020046\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>" -msgstr "" - #. wuR7S #: sf_services.xhp msgctxt "" @@ -12400,15 +12229,6 @@ msgctxt "" msgid "\"LibraryName.ModuleName.FunctionName\" ' String" msgstr "" -#. 8QWvK -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"hd_id351582722979618\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>" -msgstr "" - #. uej6R #: sf_services.xhp msgctxt "" @@ -12481,24 +12301,6 @@ msgctxt "" msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully." msgstr "" -#. hm3aY -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"hd_id701595857355894\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>" -msgstr "" - -#. 7U5MA -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"hd_id1159585735573\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>" -msgstr "" - #. ELGxD #: sf_services.xhp msgctxt "" @@ -12517,15 +12319,6 @@ msgctxt "" msgid "<emph>ServiceReference</emph>: A service reference is either:" msgstr "" -#. EnhtA -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"hd_id481595857355966\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>" -msgstr "" - #. cmHCE #: sf_services.xhp msgctxt "" @@ -12553,24 +12346,6 @@ msgctxt "" msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully." msgstr "" -#. hXBCv -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"hd_id151596299279417\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>" -msgstr "" - -#. biZdX -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"hd_id421596299279275\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>" -msgstr "" - #. Ky8rX #: sf_services.xhp msgctxt "" @@ -12589,15 +12364,6 @@ msgctxt "" msgid "<emph>ServiceReference</emph>: A string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance.:" msgstr "" -#. 3DmHk -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"hd_id631596299279349\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>" -msgstr "" - #. FKFAC #: sf_services.xhp msgctxt "" @@ -12814,24 +12580,6 @@ msgctxt "" msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>." msgstr "" -#. QqRGF -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id931582815407230\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>" -msgstr "" - -#. DSXJQ -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id491582815407231\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>" -msgstr "" - #. bWiEa #: sf_session.xhp msgctxt "" @@ -12859,15 +12607,6 @@ msgctxt "" msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script." msgstr "" -#. sMGpX -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id831582815407231\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>" -msgstr "" - #. bvuhY #: sf_session.xhp msgctxt "" @@ -12886,24 +12625,6 @@ msgctxt "" msgid "Execute a Calc function using its English name and based on the given arguments. <br/>If the arguments are arrays, the function is executed as an <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">array formula</link>." msgstr "" -#. njbYK -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id391582816585182\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>" -msgstr "" - -#. BDHmP -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id711582816585182\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>" -msgstr "" - #. gG7vu #: sf_session.xhp msgctxt "" @@ -12922,15 +12643,6 @@ msgctxt "" msgid "<emph>arg0, ...</emph>: The arguments to provide to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types." msgstr "" -#. 8bZb8 -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id891582816585184\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>" -msgstr "" - #. XMfUD #: sf_session.xhp msgctxt "" @@ -12958,24 +12670,6 @@ msgctxt "" msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>." msgstr "" -#. yxEDA -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id741582818023245\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>" -msgstr "" - -#. oCchM -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id81582818023246\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>" -msgstr "" - #. JsjbE #: sf_session.xhp msgctxt "" @@ -13039,15 +12733,6 @@ msgctxt "" msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script." msgstr "" -#. CBkpV -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id141582818023247\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>" -msgstr "" - #. Lv4iA #: sf_session.xhp msgctxt "" @@ -13057,24 +12742,6 @@ msgctxt "" msgid "Returns <literal>True</literal> if an UNO object contains the given method. Returns <literal>False</literal> when the method is not found or when an argument is invalid." msgstr "" -#. KfxYm -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id381587477335874\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>" -msgstr "" - -#. mgr64 -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id471587477335769\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>" -msgstr "" - #. AmYDH #: sf_session.xhp msgctxt "" @@ -13093,15 +12760,6 @@ msgctxt "" msgid "<emph>MethodName</emph>: the method as a case-sensitive string" msgstr "" -#. BQT9v -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id601587477335985\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>" -msgstr "" - #. gDBRB #: sf_session.xhp msgctxt "" @@ -13111,24 +12769,6 @@ msgctxt "" msgid "Returns <literal>True</literal> if a UNO object has the given property. Returns <literal>False</literal> when the property is not found or when an argument is invalid." msgstr "" -#. XrebG -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id761587477832670\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>" -msgstr "" - -#. CJ3LD -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id531587477832125\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>" -msgstr "" - #. 4Sgnh #: sf_session.xhp msgctxt "" @@ -13147,15 +12787,6 @@ msgctxt "" msgid "<emph>PropertyName</emph>: the property as a case-sensitive string" msgstr "" -#. Akcut -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id511587477832273\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>" -msgstr "" - #. QWaTF #: sf_session.xhp msgctxt "" @@ -13165,24 +12796,6 @@ msgctxt "" msgid "Open a Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) in the default browser." msgstr "" -#. 5HDfw -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id121601129640417\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>" -msgstr "" - -#. JQgBi -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id861601129640232\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>" -msgstr "" - #. JD25Y #: sf_session.xhp msgctxt "" @@ -13192,15 +12805,6 @@ msgctxt "" msgid "<emph>URL</emph>: The URL to open." msgstr "" -#. GrJkD -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id521601129640783\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>" -msgstr "" - #. hmMBt #: sf_session.xhp msgctxt "" @@ -13210,24 +12814,6 @@ msgctxt "" msgid "Executes an arbitrary system command and returns <literal>True </literal> if it was launched successfully." msgstr "" -#. ME7P8 -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id751582819697897\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>" -msgstr "" - -#. gwrTf -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id531582819697898\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>" -msgstr "" - #. QgJxa #: sf_session.xhp msgctxt "" @@ -13246,15 +12832,6 @@ msgctxt "" msgid "<emph>Parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command." msgstr "" -#. xhTtd -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id511582819697899\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>" -msgstr "" - #. 2hTM7 #: sf_session.xhp msgctxt "" @@ -13264,24 +12841,6 @@ msgctxt "" msgid "Send a message - with optional attachments - to recipients from the user's mail client. The message may be edited by the user before sending or, alternatively, be sent immediately." msgstr "" -#. FnAQD -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id881601030349531\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>" -msgstr "" - -#. NNCCH -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id351601030349768\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>" -msgstr "" - #. qdmqa #: sf_session.xhp msgctxt "" @@ -13336,22 +12895,13 @@ msgctxt "" msgid "<emph>FileNames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation." msgstr "" -#. TDLGA +#. k3Ssx #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id161601032784063\n" "help.text" -msgid "<emph>EditMessage</emph>: When True (default), the message is edited before being sent." -msgstr "" - -#. RyBiX -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id761601030349355\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>" +msgid "<emph>EditMessage</emph>: When <literal>True</literal> (default), the message is edited before being sent." msgstr "" #. HtzHP @@ -13363,24 +12913,6 @@ msgctxt "" msgid "Returns a list of the methods callable from an UNO object. The list is a zero-based array of strings and may be empty." msgstr "" -#. vACC5 -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id701587478024912\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>" -msgstr "" - -#. LtvTX -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id751587478024878\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>" -msgstr "" - #. C7NYy #: sf_session.xhp msgctxt "" @@ -13390,15 +12922,6 @@ msgctxt "" msgid "<emph>UnoObject</emph>: The object to inspect." msgstr "" -#. Ltj9y -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id961587478024752\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>" -msgstr "" - #. sL6Ri #: sf_session.xhp msgctxt "" @@ -13408,24 +12931,6 @@ msgctxt "" msgid "Returns a list of the properties of an UNO object. The list is a zero-based array of strings and may be empty." msgstr "" -#. 29XiU -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id871587478343121\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>" -msgstr "" - -#. CipCt -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id511587478343219\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>" -msgstr "" - #. FfvFC #: sf_session.xhp msgctxt "" @@ -13435,15 +12940,6 @@ msgctxt "" msgid "<emph>UnoObject</emph>: The object to inspect." msgstr "" -#. jnwET -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id42158747834340\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>" -msgstr "" - #. Cm4eK #: sf_session.xhp msgctxt "" @@ -13453,24 +12949,6 @@ msgctxt "" msgid "Identify the type of a UNO object as a string." msgstr "" -#. MBEmJ -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id571582820251348\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>" -msgstr "" - -#. 237PZ -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id21582820251349\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>" -msgstr "" - #. SudxH #: sf_session.xhp msgctxt "" @@ -13480,15 +12958,6 @@ msgctxt "" msgid "<emph>UnoObject</emph>: The object to identify." msgstr "" -#. 4wB2f -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id51582820251350\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>" -msgstr "" - #. UAy4i #: sf_session.xhp msgctxt "" @@ -13498,24 +12967,6 @@ msgctxt "" msgid "Get some web content from a URI." msgstr "" -#. g4PxN -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id661582821057373\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>" -msgstr "" - -#. BA7gi -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id591582821057374\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>" -msgstr "" - #. C2AxK #: sf_session.xhp msgctxt "" @@ -13525,15 +12976,6 @@ msgctxt "" msgid "<emph>URI</emph>: URI text of the web service." msgstr "" -#. hJFL3 -#: sf_session.xhp -msgctxt "" -"sf_session.xhp\n" -"hd_id711582821057375\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>" -msgstr "" - #. gn6AM #: sf_string.xhp msgctxt "" @@ -13741,15 +13183,6 @@ msgctxt "" msgid "ASCII number" msgstr "" -#. RDZhY -#: sf_string.xhp -msgctxt "" -"sf_string.xhp\n" -"par_id771611948706049\n" -"help.text" -msgid "\\n <br/> \\r <br/> \\t" -msgstr "" - #. fS24a #: sf_string.xhp msgctxt "" @@ -13759,13 +13192,13 @@ msgctxt "" msgid "Line feed<br/> Carriage return<br/> Horizontal tab" msgstr "" -#. 6cwNJ +#. wAbkt #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id251611949474763\n" "help.text" -msgid "To have the escape sequence \"\\n\" interpreted as an actual string, simply use \"\\\\n\" instead of \"\\\" & Chr(10)." +msgid "To have the escape sequence \"\\n\" interpreted as an actual string, simply use \"\\\\n\" instead of <literal>\"\\\" & Chr(10).</literal>" msgstr "" #. AYQbH @@ -14029,24 +13462,6 @@ msgctxt "" msgid "<emph>InputStr</emph>: The string to be capitalized." msgstr "" -#. YLZDS -#: sf_string.xhp -msgctxt "" -"sf_string.xhp\n" -"bm_id421582384432626\n" -"help.text" -msgid "<bookmark_value>String service;Count</bookmark_value>" -msgstr "" - -#. Uf2TJ -#: sf_string.xhp -msgctxt "" -"sf_string.xhp\n" -"hd_id1001582384527265\n" -"help.text" -msgid "Count" -msgstr "" - #. DB982 #: sf_string.xhp msgctxt "" @@ -14299,13 +13714,13 @@ msgctxt "" msgid "<emph>Regex</emph>: The regular expression" msgstr "" -#. 5dD3S +#. vBGPG #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id881579876394584\n" "help.text" -msgid "<emph>Start</emph>: The position in the string where the search will begin. This parameter is passed by reference, so after execution the value of Start will point to the first character of the found substring. If no matching substring is found, Start will be set to 0." +msgid "<emph>Start</emph>: The position in the string where the search will begin. This parameter is passed by reference, so after execution the value of <literal>Start</literal> will point to the first character of the found substring. If no matching substring is found, <literal>Start</literal> will be set to 0." msgstr "" #. 8ACCG @@ -14326,13 +13741,13 @@ msgctxt "" msgid "<emph>Forward</emph>: Determines the direction of the search. If <literal>True</literal>, search moves forward. If <literal>False</literal> search moves backwards (Default = <literal>True</literal>)" msgstr "" -#. 6Qzy2 +#. 24fyo #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id451612309155653\n" "help.text" -msgid "At the first iteration, if <literal>Forward = True</literal>, then Start should be equal to 1, whereas if <literal>Forward = False</literal> then Start should be equal to <literal>Len(InputStr)</literal>" +msgid "At the first iteration, if <literal>Forward = True</literal>, then <literal>Start</literal> should be equal to 1, whereas if <literal>Forward = False</literal> then <literal>Start</literal> should be equal to <literal>Len(InputStr)</literal>" msgstr "" #. gv3oo @@ -14497,13 +13912,13 @@ msgctxt "" msgid "Alphabetic characters are those characters defined in the <link href=\"https://unicode.org/reports/tr44/\" name=\"Unicode documentation\">Unicode Character Database</link> as <literal>Letter</literal>." msgstr "" -#. CLTDC +#. VMZud #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id11579881691826\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. KaLGv @@ -15505,15 +14920,6 @@ msgctxt "" msgid "<emph>QuoteChar</emph> : Either the single (') or double (\") quote." msgstr "" -#. dVPPE -#: sf_string.xhp -msgctxt "" -"sf_string.xhp\n" -"bas_id351612388312049\n" -"help.text" -msgid "' a = Array(\"abc\", \"\"\"def\\\"\",ghi\"\"\")" -msgstr "" - #. 6Q2tJ #: sf_string.xhp msgctxt "" @@ -15829,15 +15235,6 @@ msgctxt "" msgid "The file must be closed with the <literal>CloseFile</literal> method after all read or write operations have been executed:" msgstr "" -#. uCC2B -#: sf_textstream.xhp -msgctxt "" -"sf_textstream.xhp\n" -"bas_id91613599192241\n" -"help.text" -msgid "myFile.CloseFile()" -msgstr "" - #. zNveN #: sf_textstream.xhp msgctxt "" @@ -15847,15 +15244,6 @@ msgctxt "" msgid "Optionally, the resources used by the <literal>TextStream</literal> instance can be released using the <literal>Dispose</literal> method:" msgstr "" -#. LnYGk -#: sf_textstream.xhp -msgctxt "" -"sf_textstream.xhp\n" -"bas_id761613599333614\n" -"help.text" -msgid "Set myFile = myFile.Dispose()" -msgstr "" - #. nsGCZ #: sf_textstream.xhp msgctxt "" @@ -15874,15 +15262,6 @@ msgctxt "" msgid "Properties" msgstr "" -#. aZttT -#: sf_textstream.xhp -msgctxt "" -"sf_textstream.xhp\n" -"bm_id1001613600572485\n" -"help.text" -msgid "<bookmark_value>TextStream service;AtEndOfStream</bookmark_value> <bookmark_value>TextStream service;Encoding</bookmark_value> <bookmark_value>TextStream service;FileName</bookmark_value> <bookmark_value>TextStream service;IOMode</bookmark_value> <bookmark_value>TextStream service;Line</bookmark_value> <bookmark_value>TextStream service;NewLine</bookmark_value>" -msgstr "" - #. aN9zM #: sf_textstream.xhp msgctxt "" @@ -16117,33 +15496,6 @@ msgctxt "" msgid "'Opens the text file with the names to be read" msgstr "" -#. fArny -#: sf_textstream.xhp -msgctxt "" -"sf_textstream.xhp\n" -"bas_id651613595641754\n" -"help.text" -msgid "Set inputFile = FSO.OpenTextFile(\"~/Documents/Students.txt\")" -msgstr "" - -#. 9sFB5 -#: sf_textstream.xhp -msgctxt "" -"sf_textstream.xhp\n" -"bas_id81613595642474\n" -"help.text" -msgid "Dim allData as String" -msgstr "" - -#. a9b3r -#: sf_textstream.xhp -msgctxt "" -"sf_textstream.xhp\n" -"bas_id191613595642766\n" -"help.text" -msgid "allData = inputFile.ReadAll()" -msgstr "" - #. 7Fq9E #: sf_textstream.xhp msgctxt "" @@ -16324,13 +15676,13 @@ msgctxt "" msgid "The <literal>Timer</literal> service measures the amount of time it takes to run user scripts." msgstr "" -#. kNcKc +#. qDa8E #: sf_timer.xhp msgctxt "" "sf_timer.xhp\n" "par_id181582733781323\n" "help.text" -msgid "A Timer measures <emph>durations</emph>. It can be:" +msgid "A <literal>Timer</literal> measures <emph>durations</emph>. It can be:" msgstr "" #. ErpLm @@ -16360,13 +15712,13 @@ msgctxt "" msgid "Resumed, to continue tracking running time after the Timer has been suspended." msgstr "" -#. zvNdv +#. DVCBM #: sf_timer.xhp msgctxt "" "sf_timer.xhp\n" "par_id31582733781344\n" "help.text" -msgid "Restarted, which will cancel previous measurements and start the Timer at zero." +msgid "Restarted, which will cancel previous measurements and start the <literal>Timer</literal> at zero." msgstr "" #. dm7yA @@ -16603,13 +15955,13 @@ msgctxt "" msgid "Returned value" msgstr "" -#. C2QQ4 +#. 6DJTP #: sf_timer.xhp msgctxt "" "sf_timer.xhp\n" "par_id301582734180676\n" "help.text" -msgid "Resumes the Timer if it has been suspended" +msgid "Resumes the <literal>Timer</literal> if it has been suspended" msgstr "" #. ixF7A @@ -16621,13 +15973,13 @@ msgctxt "" msgid "<literal>False</literal> if the timer is not suspended" msgstr "" -#. nkUs3 +#. AAozF #: sf_timer.xhp msgctxt "" "sf_timer.xhp\n" "par_id821582734649305\n" "help.text" -msgid "Terminates the timer and discard its current property values, restarting as a new clean Timer" +msgid "Terminates the <literal>Timer</literal> and discards its current property values, restarting as a new clean <literal>Timer</literal>" msgstr "" #. UtCTT @@ -16693,15 +16045,6 @@ msgctxt "" msgid "<literal>False</literal> if the timer is neither started nor suspended" msgstr "" -#. Axxez -#: sf_timer.xhp -msgctxt "" -"sf_timer.xhp\n" -"hd_id651582735695110\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>" -msgstr "" - #. UgBnC #: sf_timer.xhp msgctxt "" @@ -16909,15 +16252,6 @@ msgctxt "" msgid "Definitions" msgstr "" -#. o4Eq6 -#: sf_ui.xhp -msgctxt "" -"sf_ui.xhp\n" -"hd_id761587913266887\n" -"help.text" -msgid "WindowName" -msgstr "" - #. L8Ate #: sf_ui.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/scalc/01.po b/source/cs/helpcontent2/source/text/scalc/01.po index 1504f3ea2f3..83f5fc0716e 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-03-23 11:44+0100\n" +"POT-Creation-Date: 2021-03-29 16:02+0200\n" "PO-Revision-Date: 2021-01-05 07:36+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/cs/>\n" @@ -4400,14 +4400,14 @@ msgctxt "" msgid "Database Functions" msgstr "Databázové funkce" -#. fFN63 +#. ASfzE #: 04060101.xhp msgctxt "" "04060101.xhp\n" "bm_id3148946\n" "help.text" -msgid "<bookmark_value>Function Wizard; databases</bookmark_value> <bookmark_value>functions; database functions</bookmark_value> <bookmark_value>databases; functions in $[officename] Calc</bookmark_value>" -msgstr "<bookmark_value>Průvodce funkcí; databáze</bookmark_value> <bookmark_value>funkce; databázové funkce</bookmark_value> <bookmark_value>databáze; funkce v $[officename] Calcu</bookmark_value>" +msgid "<bookmark_value>Function Wizard; databases</bookmark_value> <bookmark_value>functions; database functions</bookmark_value> <bookmark_value>databases; functions in $[officename] Calc</bookmark_value>" +msgstr "" #. BX97Y #: 04060101.xhp @@ -4418,446 +4418,833 @@ msgctxt "" msgid "Database Functions" msgstr "Databázové funkce" -#. qLyAL +#. v9KEM +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"hd_id721616440441374\n" +"help.text" +msgid "Overview" +msgstr "" + +#. RGkxy #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3145173\n" "help.text" -msgid "<variable id=\"datenbanktext\">This section deals with functions used with data organized as one row of data for one record.</variable>" -msgstr "<variable id=\"datenbanktext\">Tato sekce se zabývá funkcemi pro práci s daty uspořádanými tak, že každý řádek má význam jednoho záznamu.</variable>" +msgid "<variable id=\"datenbanktext\">The twelve functions in the Database category help you to analyze a simple database that occupies a rectangular spreadsheet area comprising columns and rows, with the data organized as one row for each record.</variable> The header cell of each column displays the name of the column and that name usually reflects the contents of each cell in that column." +msgstr "" -#. yT4m3 +#. 8NQZ9 #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3154016\n" +"par_id631615842419413\n" "help.text" -msgid "The Database category may be confused with a database integrated in $[officename]. However, there is no connection between a database in $[officename] and the Database category in $[officename] Calc." -msgstr "Kategorie Databáze může být zaměňována s databází integrovanou v $[officename]. Mezi databází v $[officename] a kategorií Databáze v $[officename] Calcu ovšem není žádná spojitost." +msgid "The functions in the Database category take three arguments as follows:" +msgstr "" -#. jEaEF +#. pmE4Y #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"hd_id3150329\n" +"par_id761615842549780\n" "help.text" -msgid "Example Data:" -msgstr "Ukázková data:" +msgid "<emph>Database</emph>. The cell range of the database." +msgstr "" -#. CTcsw +#. nw3ya #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3153713\n" +"par_id601615842657372\n" "help.text" -msgid "The following data will be used in some of the function description examples:" -msgstr "Následující údaje budou použity v některých příkladech a popisech funkcí:" +msgid "<emph>DatabaseField</emph>. The column containing the data to be used in the function’s calculations." +msgstr "" -#. rxm7X +#. D5P4G #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3155766\n" +"par_id471615842721059\n" "help.text" -msgid "The range A1:E10 lists the children invited to Joe's birthday party. The following information is given for each entry: column A shows the name, B the grade, then age in years, distance to school in meters and weight in kilograms." -msgstr "Rozsah A1:E10 obsahuje děti pozvané na Janův narozeninový večírek. V každém záznamu jsou uvedeny tyto informace: jméno (sloupec A), třída (sloupec B), věk (počet roků), vzdálenost od školy v metrech a váha v kilogramech." +msgid "<emph>SearchCriteria</emph>. The cell range of a separate area of the spreadsheet containing search criteria." +msgstr "" -#. bD6uT +#. RT3mc #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3145232\n" +"par_id101615842794525\n" "help.text" -msgid "A" -msgstr "A" +msgid "These arguments are described more fully below." +msgstr "" -#. H97m2 +#. ykxDt #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3146316\n" +"par_id241615842810077\n" "help.text" -msgid "B" -msgstr "B" +msgid "All functions have the same outline concept of operation. The first logical step is to use the specified <emph>SearchCriteria</emph> to identify the subset of records in the <emph>Database</emph> that are to be used during subsequent calculations. The second step is to extract the data values and perform the calculations associated with the specific function (average, sum, product, and so on). The values processed are those in the <emph>DatabaseField</emph> column of the selected records." +msgstr "" -#. AFfUx +#. oErum #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3150297\n" +"par_id981615978852310\n" "help.text" -msgid "C" -msgstr "C" +msgid "Calc treats dates and logical values (TRUE and FALSE) as numeric when calculating with these functions." +msgstr "" -#. teF2d +#. qZFoo #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3150344\n" +"hd_id911615888814785\n" "help.text" -msgid "D" -msgstr "D" +msgid "Database Function Arguments" +msgstr "" -#. ZCffn +#. XzUDg #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3150785\n" +"par_id911615888833104\n" "help.text" -msgid "E" -msgstr "E" +msgid "The following argument definitions apply for all functions in the Database category:" +msgstr "" -#. vcyaR +#. EHkEz #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3150090\n" +"par_id21615889071992\n" "help.text" -msgid "1" -msgstr "1" +msgid "<emph>Database argument</emph>" +msgstr "" + +#. fxMgf +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id31615889105463\n" +"help.text" +msgid "<emph>Database</emph> specifies the range of cells occupied by the database table. The first row of the range contains the field names, and subsequent rows are records with corresponding field values." +msgstr "" + +#. zpzi9 +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id521615889152497\n" +"help.text" +msgid "One way of defining the range of cells is to enter the cell reference for the upper left-hand cell, followed by a colon (:), and then the lower right-hand cell reference. An example might be A1:E10." +msgstr "" + +#. WD55p +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id761615889163416\n" +"help.text" +msgid "The <emph>Database</emph> argument may also be specified by passing the name of a named range or database range. Using a meaningful name to define the cell range can enhance formula readability and document maintenance. If the name does not match the name of a defined range, Calc reports a #NAME? error." +msgstr "" + +#. 7L4XM +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id601615889176137\n" +"help.text" +msgid "Other errors that might be reported as a result of an invalid <emph>Database</emph> argument are #VALUE! and Err:504 (error in parameter list)." +msgstr "" + +#. rsj3e +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id201615889390777\n" +"help.text" +msgid "<emph>DatabaseField argument</emph>" +msgstr "" + +#. 7Eorp +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id431615889426480\n" +"help.text" +msgid "<emph>DatabaseField</emph> specifies the column which the function will use for its calculations after the search criteria have been applied and the data rows have been selected. It is not related to the search criteria." +msgstr "" + +#. Z9Qfp +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id661615889458032\n" +"help.text" +msgid "Specify the <emph>DatabaseField</emph> argument in any of the following ways:" +msgstr "" + +#. RMwzE +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id981615889517841\n" +"help.text" +msgid "By entering a reference to a header cell within the <emph>Database</emph> area. Alternatively, if the cell has been given a meaningful name as a named range or database range, enter that name. If the name does not match the name of a defined range, Calc reports a #NAME? error. If the name is valid but does not correspond to one cell only, Calc reports Err:504 (error in parameter list)." +msgstr "" + +#. 6EGoq +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id551615889661457\n" +"help.text" +msgid "By entering a number to specify the column within the <emph>Database</emph> area, starting with 1. For example, if a <emph>Database</emph> occupied the cell range D6:H123, then enter 3 to indicate the header cell at F6. Calc expects an integer value that lies between 1 and the number of columns defined within <emph>Database</emph> and ignores any digits after a decimal point. If the value is less than 1, Calc reports Err:504 (error in parameter list). If the value is greater than the number of columns in <emph>Database</emph>, Calc reports a #VALUE! error." +msgstr "" + +#. qSkvo +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id561615889738472\n" +"help.text" +msgid "By entering the literal column header name from the first row of the <emph>Database</emph> range, placing quotation marks around the header name. For example, “Distance to School”. If the string does not match one of the <emph>Database</emph> area’s column headings, Calc reports Err:504 (error in parameter list). You can also provide a reference to an arbitrary cell (not within the <emph>Database</emph> and <emph>SearchCriteria</emph> areas) that contains the required string." +msgstr "" + +#. AUEy6 +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id181615889841279\n" +"help.text" +msgid "The <emph>DatabaseField</emph> argument is optional for the DCOUNT and DCOUNTA functions but it is required for the other ten Database functions." +msgstr "" + +#. Af4va +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id841615891322513\n" +"help.text" +msgid "<emph>SearchCriteria argument</emph>" +msgstr "" + +#. 9eBBv +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id351615891337585\n" +"help.text" +msgid "<emph>SearchCriteria</emph> specifies the range of cells containing search criteria. Like <emph>Database</emph>, its first row is also field names, and subsequent rows are conditions for related fields. The <emph>Database</emph> and <emph>SearchCriteria</emph> areas need not be adjacent, or even on the same sheet." +msgstr "" + +#. iuFJF +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id401615891342289\n" +"help.text" +msgid "One way of defining the range of cells is to enter the cell reference for the upper left-hand cell, followed by a colon (:), and then the lower right-hand cell reference. For example, A13:B14. The cell range may also be specified by passing the name of a defined named range or database range. If the name does not match the name of a defined range, Calc reports a #NAME? error." +msgstr "" + +#. 2BE4W +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id861615891345281\n" +"help.text" +msgid "Err:504 (error in parameter list) may also be reported as a result of an invalid <emph>SearchCriteria</emph> argument." +msgstr "" + +#. D6TBP +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id901615891349688\n" +"help.text" +msgid "The contents of the <emph>SearchCriteria</emph> area are described in more detail in the next section." +msgstr "" + +#. vj96q +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"hd_id481615892281210\n" +"help.text" +msgid "Defining Search Criteria" +msgstr "" + +#. zTQX5 +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id691615892329680\n" +"help.text" +msgid "The number of columns occupied by the <emph>SearchCriteria</emph> area need not be the same as the width of the <emph>Database</emph> area. All headings that appear in the first row of <emph>SearchCriteria</emph> must be identical to headings in the first row of <emph>Database</emph>. However, not all headings in <emph>Database</emph> need appear in the first row of <emph>SearchCriteria</emph>, while a heading in <emph>Database</emph> can appear multiple times in the first row of <emph>SearchCriteria</emph>." +msgstr "" + +#. AeGHn +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id541615892358897\n" +"help.text" +msgid "Search criteria are entered into the cells of the second and subsequent rows of the <emph>SearchCriteria</emph> area, below the row containing headings. Blank cells within the <emph>SearchCriteria</emph> area are ignored." +msgstr "" + +#. MddCQ +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id151615892882441\n" +"help.text" +msgid "Create criteria in the cells of the <emph>SearchCriteria</emph> area using the comparison operators <, <=, =, <>, >=, and >. = is assumed if a cell is not empty but does not start with a comparison operator." +msgstr "" + +#. 4NDMd +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id561615893059337\n" +"help.text" +msgid "If you write several criteria in one row, they are connected by AND. If you write several criteria in different rows, they are connected by OR." +msgstr "" + +#. xymRZ +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id401615893095178\n" +"help.text" +msgid "Criteria can be created using wildcards, providing that wildcards have been enabled via the <menuitem>Enable wildcards in formulas</menuitem> option on the <link href=\"text/shared/optionen/01060500.xhp\" name=\"Spreadsheet - Calculate\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Calculate</menuitem></link> dialog. When interoperability with Microsoft Excel is important for your spreadsheet, this option should be enabled." +msgstr "" + +#. darZG +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id921615893158111\n" +"help.text" +msgid "Even more powerful criteria can be created using regular expressions, providing that regular expressions have been enabled via the <menuitem>Enable regular expressions in formulas</menuitem> option on the <link href=\"text/shared/optionen/01060500.xhp\" name=\"Spreadsheet - Calculate\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Calculate</menuitem></link> dialog." +msgstr "" + +#. YkSzL +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id881615893236930\n" +"help.text" +msgid "Another setting that affects how the search criteria are handled is the <menuitem>Search criteria = and <> must apply to whole cells</menuitem> option on the <link href=\"text/shared/optionen/01060500.xhp\" name=\"Spreadsheet - Calculate\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Calculate</menuitem></link> dialog. This option controls whether the search criteria you set for the Database functions must match the whole cell exactly. When interoperability with Microsoft Excel is important for your spreadsheet, this option should be enabled." +msgstr "" -#. QMBdD +#. 4sbmh +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"hd_id3150329\n" +"help.text" +msgid "Examples of Database Function Use" +msgstr "" + +#. hyFuY +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id3153713\n" +"help.text" +msgid "The following table provides an example database table that is utilized to demonstrate how to use the functions in the Database category. The cell range A1:E10 contains fictitious information about the guests invited to Joe's birthday party. The following information is given for each guest - name, school grade, age in years, distance to school in meters, and weight in kilograms." +msgstr "" + +#. Y2HFt #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3152992\n" "help.text" -msgid "<item type=\"input\">Name</item>" -msgstr "<item type=\"input\">Název</item>" +msgid "<emph>Name</emph>" +msgstr "" -#. QPBrB +#. ChBDv #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3155532\n" "help.text" -msgid "<item type=\"input\">Grade</item>" -msgstr "<item type=\"input\">Třída</item>" +msgid "<emph>Grade</emph>" +msgstr "" -#. Pm46W +#. mt5xM #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3156448\n" "help.text" -msgid "<item type=\"input\">Age</item>" -msgstr "<item type=\"input\">Věk</item>" +msgid "<emph>Age</emph>" +msgstr "" -#. 78ZeE +#. Svp8Q #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3154486\n" "help.text" -msgid "<item type=\"input\">Distance to School</item>" -msgstr "<item type=\"input\">Vzdálenost do školy</item>" +msgid "<emph>Distance</emph>" +msgstr "" -#. dnu9K +#. BShmH #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3152899\n" "help.text" -msgid "<item type=\"input\">Weight</item>" -msgstr "<item type=\"input\">Váha</item>" +msgid "<emph>Weight</emph>" +msgstr "" -#. FnT35 +#. FUGeA #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3151240\n" "help.text" -msgid "<item type=\"input\">Andy</item>" -msgstr "<item type=\"input\">Aleš</item>" +msgid "Andy" +msgstr "" -#. cAc3y +#. eQx2T #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3152870\n" "help.text" -msgid "<item type=\"input\">Betty</item>" -msgstr "<item type=\"input\">Běta</item>" +msgid "Betty" +msgstr "" -#. AFNrM +#. HKBAA #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3155596\n" "help.text" -msgid "<item type=\"input\">Charles</item>" -msgstr "<item type=\"input\">David</item>" +msgid "Charles" +msgstr "" -#. JZYTT +#. WCaYH #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3147296\n" "help.text" -msgid "<item type=\"input\">Daniel</item>" -msgstr "<item type=\"input\">Daniel</item>" +msgid "Daniel" +msgstr "" -#. 3ADGE +#. L3gMx #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3150456\n" "help.text" -msgid "<item type=\"input\">Eva</item>" -msgstr "<item type=\"input\">Eva</item>" +msgid "Eva" +msgstr "" -#. EBQHZ +#. bwR2v #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3145826\n" "help.text" -msgid "<item type=\"input\">Frank</item>" -msgstr "<item type=\"input\">Franta</item>" +msgid "Frank" +msgstr "" -#. LBimT +#. TwrgJ #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3146137\n" "help.text" -msgid "<item type=\"input\">Greta</item>" -msgstr "<item type=\"input\">Greta</item>" +msgid "Greta" +msgstr "" -#. o28cC +#. TmomQ #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3153078\n" "help.text" -msgid "<item type=\"input\">Harry</item>" -msgstr "<item type=\"input\">Jindřich</item>" +msgid "Harry" +msgstr "" -#. yyNPe +#. qBHps #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3148761\n" "help.text" -msgid "<item type=\"input\">Irene</item>" -msgstr "<item type=\"input\">Irena</item>" +msgid "Irene" +msgstr "" -#. 3QgTw +#. UDuZW #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3153544\n" +"par_id221616245476190\n" "help.text" -msgid "<item type=\"input\">Name</item>" -msgstr "<item type=\"input\">Název</item>" +msgid "The following six examples use the database table above, combined with different search criteria areas." +msgstr "" -#. rZnhU +#. sPtvb #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3158414\n" +"hd_id861616245631924\n" "help.text" -msgid "<item type=\"input\">Grade</item>" -msgstr "<item type=\"input\">Třída</item>" +msgid "Example 1" +msgstr "" -#. KKHzB +#. cEWAG #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3152820\n" +"par_id891616245640933\n" "help.text" -msgid "<item type=\"input\">Age</item>" -msgstr "<item type=\"input\">Věk</item>" +msgid "<emph>Name</emph>" +msgstr "" -#. RAMzS +#. AsoFd #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3154866\n" +"par_id451616245640933\n" +"help.text" +msgid "<emph>Grade</emph>" +msgstr "" + +#. Dw3a2 +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id151616245818988\n" "help.text" -msgid "<item type=\"input\">Distance to School</item>" -msgstr "<item type=\"input\">Vzdálenost do školy</item>" +msgid "<emph>Age</emph>" +msgstr "" -#. eQCiE +#. TdY66 #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3150471\n" +"par_id481616245878460\n" "help.text" -msgid "<item type=\"input\">Weight</item>" -msgstr "<item type=\"input\">Váha</item>" +msgid "<emph>Distance</emph>" +msgstr "" -#. vqwJP +#. ggUUj #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3163823\n" +"par_id741616245891772\n" "help.text" -msgid "<item type=\"input\">DCOUNT</item>" -msgstr "<item type=\"input\">DCOUNT</item>" +msgid "<emph>Weight</emph>" +msgstr "" -#. bLCC5 +#. BdjTH #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3149282\n" +"par_id41616246075884\n" "help.text" -msgid "The formula in cell B16 is =DCOUNT(A1:E10;D1;A13:E14)" -msgstr "Vzorec v buňce B16 je =DCOUNT(A1:E10;D1;A13:E14)" +msgid ">600" +msgstr "" -#. hk3qQ +#. 4SkNQ #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"hd_id3150962\n" +"par_id451616246535763\n" "help.text" -msgid "Database Function Parameters:" -msgstr "Parametry databázových funkcí:" +msgid "As in this simple example, it is sometimes desirable (but not essential) to place the search criteria area directly under the database table, with the columns of the two areas vertically aligned. Blank entries in the search criteria area are ignored. With the above example database table and this search criteria area, insert the formula <item type=\"input\">=DCOUNT(A1:E10;;A12:E14)</item> into an empty cell elsewhere in the sheet to count how many of Joe’s guests travel further than 600 meters to school. The value 5 is returned (counting Betty, Daniel, Eva, Harry, and Irene)." +msgstr "" -#. Ruyj7 +#. bBHFr #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3155837\n" +"par_id731616246561901\n" "help.text" -msgid "The following items are the parameter definitions for all database functions:" -msgstr "Následuje definice parametrů pro všechny databázové funkce:" +msgid "Note also that the formula <item type=\"input\">=DCOUNT(A1:E10;;D12:D13)</item> returns exactly the same value, demonstrating that it is only necessary for the search criteria area to contain relevant column headings." +msgstr "" -#. GJ7fw +#. VyrBb #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3149453\n" +"hd_id191616246773750\n" "help.text" -msgid "<emph>Database</emph> is the cell range defining the database. The first row of the range contains the field names, and following rows are records with corresponding field values." -msgstr "<emph>Databáze</emph> je oblast buněk určující databázi. První řádek oblasti obsahuje názvy polí, následující řádky představují záznamy s odpovídajícími hodnotami polí." +msgid "Example 2" +msgstr "" -#. aZFWB +#. V4PCC #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3151272\n" +"par_id71616246804093\n" "help.text" -msgid "<emph>DatabaseField</emph> specifies the column where the function operates on after the search criteria of the first parameter is applied and the data rows are selected. It is not related to the search criteria itself. <variable id=\"quotes\">For the DatabaseField parameter you can enter a reference to a header cell or a number to specify the column within the Database area, starting with 1. To reference a column by means of the literal column header name (from the first row of <emph>Database</emph> range), place quotation marks around the header name.</variable>" -msgstr "<emph>Pole databáze</emph> určuje sloupec, kde funkce pracuje, poté co se použijí vyhledávací kritéria prvního parametru a jsou vybrány řádky dat. Nevztahuje se k vlastním výběrovým kritériím. <variable id=\"quotes\">Parametr Pole databáze lze zadat jako odkaz na buňku záhlaví nebo číslo od 1 určující sloupec v rámci oblasti Databáze. Chcete-li se odkazovat na sloupec pomocí jeho názvu v záhlaví (v prvním řádku oblasti <emph>Databáze</emph>), zapište název v uvozovkách.</variable>" +msgid "<emph>Age</emph>" +msgstr "" -#. UwQMN +#. KjH3p #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3147083\n" +"par_id41616250394431\n" "help.text" -msgid "<emph>SearchCriteria</emph> is the cell range containing search criteria. Like <emph>Database</emph>, its first row is also field names, and following rows are conditions for related fields. If you write several criteria in one row they are connected by AND. If you write the criteria in different rows they are connected by OR. Empty cells in the search criteria range will be ignored." -msgstr "<emph>Kritéria vyhledávání</emph> je oblast buněk obsahující kritéria vyhledávání. Stejně jako u oblasti <emph>Databáze</emph> představuje první řádek názvy polí a další řádky podmínky, které se k těmto polím vztahují. Jestliže zapíšete několik kritérií do jednoho řádku, budou spojena pomocí AND (A). Jestliže zapíšete kritéria na různé řádky, budou spojena pomocí OR (NEBO). Prázdné buňky v oblasti kritérií vyhledávání budou ignorovány." +msgid "<emph>Grade</emph>" +msgstr "" -#. k58yy +#. FsLvK #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3151188\n" +"par_id71616250414319\n" "help.text" -msgid "Choose <link href=\"text/shared/optionen/01060500.xhp\" name=\"Spreadsheet - Calculate\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Calculate</menuitem></link> to define how $[officename] Calc acts when searching for identical entries." -msgstr "Volbou <link href=\"text/shared/optionen/01060500.xhp\" name=\"Sešit - Výpočty\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Předvolby</menuitem></caseinline><defaultinline><menuitem>Nástroje - Možnosti</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Výpočty</menuitem></link> určíte, jak se má $[officename] Calc chovat při vyhledávání stejných položek." +msgid ">7" +msgstr "" -#. GCPCd +#. hfPeb #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3882869\n" +"par_id361616251794063\n" "help.text" -msgid "See also the Wiki page about <link href=\"https://wiki.documentfoundation.org/Documentation/How_Tos/Conditional_Counting_and_Summation\" name=\"wiki.documentfoundation.org Documentation/HowTo/Calc/Conditional Counting and Summation\">Conditional Counting and Summation</link>." -msgstr "Na Wiki stránce naleznete další informace o <link href=\"https://wiki.documentfoundation.org/Documentation/How_Tos/Conditional_Counting_and_Summation\" name=\"wiki.documentfoundation.org Documentation/HowTo/Calc/Conditional Counting and Summation\">Podmíněné počítání a součet</link>." +msgid "In this example the search criteria area contains only two headings and these are not vertically aligned with the corresponding headings in the example database table. Since there are two conditions in the same row, these are connected by AND. With the above example database table and this search criteria area, insert the formula <item type=\"input\">=DCOUNT(A1:E10;;B12:C13)</item> into an empty cell elsewhere in the sheet to count how many of Joe’s guests are in grade 2 and greater than 7 years old. The value 2 is returned (counting Eva and Irene)." +msgstr "" -#. JFBkY +#. 6Tfyk #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"bm_id3150882\n" +"hd_id221616251986854\n" "help.text" -msgid "<bookmark_value>DCOUNT function</bookmark_value> <bookmark_value>counting rows;with numeric values</bookmark_value>" -msgstr "<bookmark_value>DCOUNT</bookmark_value> <bookmark_value>počítání řádků;s číselnými hodnotami</bookmark_value>" +msgid "Example 3" +msgstr "" -#. DLGGD +#. kAXbc #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"hd_id3150882\n" +"par_id141616251871487\n" "help.text" -msgid "DCOUNT" -msgstr "DCOUNT" +msgid "<emph>Age</emph>" +msgstr "" -#. HVBLr +#. CQA2G #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3156133\n" +"par_id351616252313215\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_DBANZAHL\">DCOUNT counts the number of rows (records) in a database that match the specified search criteria and contain numerical values in the DatabaseField column.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_DBANZAHL\">DCOUNT počítá v databázi počet řádků (záznamů), které odpovídají kritériím vyhledávání a obsahují ve sloupci Pole databáze číselné hodnoty.</ahelp>" +msgid "In this example the search criteria area contains only one heading. Since there are two conditions in consecutive rows, these are connected by OR. With the above example database table and this search criteria area, insert the formula <item type=\"input\">=DCOUNT(A1:E10;;B12:B14)</item> into an empty cell elsewhere in the sheet to count how many of Joe’s guests are either 9 or 10 years old. The value 4 is returned (counting Andy, Betty, Charles, and Harry)." +msgstr "" -#. EetM7 +#. GFADM #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3153218\n" +"hd_id71616252395407\n" "help.text" -msgid "DCOUNT(Database; [DatabaseField]; SearchCriteria)" -msgstr "DCOUNT(Databáze; [Pole databáze]; Kritéria vyhledávání)" +msgid "Example 4" +msgstr "" -#. uSA7w +#. kNw3F #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3153273\n" +"par_id451616252413665\n" "help.text" -msgid "If the DatabaseField argument is omitted, DCOUNT returns the count of all records that satisfy Criteria. <embedvar href=\"text/scalc/01/04060101.xhp#quotes\"/>" -msgstr "Je-li argument Pole databáze vynechán, DCOUNT vrátí počet všech záznamů splňujících Kritéria.<embedvar href=\"text/scalc/01/04060101.xhp#quotes\"/>" +msgid "<emph>Age</emph>" +msgstr "" + +#. QPqDb +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id431616252540783\n" +"help.text" +msgid "<emph>Age</emph>" +msgstr "" + +#. 5zWEA +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id411616252568693\n" +"help.text" +msgid ">=8" +msgstr "" + +#. ceFqk +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id441616252573495\n" +"help.text" +msgid "<=10" +msgstr "" -#. ckYe4 +#. 6Dk9D #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id301587321851330\n" +"par_id991616252981928\n" "help.text" -msgid "If you choose to omit the DatabaseField argument, your formula should be of the form =DCOUNT(Database; ; SearchCriteria)." -msgstr "Rozhodnete-li se vynechat argument Pole databáze, vzorec by měl být ve tvaru =DCOUNT(Databáze; ; Kritéria vyhledávání)." +msgid "In this example the search criteria area contains two occurrences of the same heading. Since there are two conditions in the same row, these are connected by AND. With the above example database table and this search criteria area, insert the formula <item type=\"input\">=DCOUNT(A1:E10;;B12:C13)</item> into an empty cell elsewhere in the sheet to count how many of Joe’s guests are aged between 8 and 10 (inclusive). The value 6 is returned (counting Andy, Betty, Charles, Eva, Harry, and Irene)." +msgstr "" + +#. vgeRe +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"hd_id561616253067881\n" +"help.text" +msgid "Example 5" +msgstr "" -#. F7cy4 +#. yvXQo +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id301616253073598\n" +"help.text" +msgid "<emph>Name</emph>" +msgstr "" + +#. uDvpq +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id251616253264022\n" +"help.text" +msgid "F*" +msgstr "" + +#. qBB4C +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id91616253394127\n" +"help.text" +msgid "This simple example shows the use of wildcards. For this example to work as intended, select to enable wildcards at <link href=\"text/shared/optionen/01060500.xhp\" name=\"Spreadsheet - Calculate\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Calculate</menuitem></link>. With the above example database table and this search criteria area, insert the formula <item type=\"input\">=DCOUNT(A1:E10;;A12:A13)</item> into an empty cell elsewhere in the sheet to count how many of Joe’s guests have names that begin with the letter “F”. The value 1 is returned (counting Frank)." +msgstr "" + +#. BAnVJ +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"hd_id121616253593255\n" +"help.text" +msgid "Example 6" +msgstr "" + +#. 3RcET +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id731616253599063\n" +"help.text" +msgid "<emph>Name</emph>" +msgstr "" + +#. PJCE2 +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id761616253649791\n" +"help.text" +msgid "[ABC].*" +msgstr "" + +#. NyqFV +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id631616253692350\n" +"help.text" +msgid "This simple example shows the use of regular expressions. For this example to work as intended, select to enable regular expressions at <link href=\"text/shared/optionen/01060500.xhp\" name=\"Spreadsheet - Calculate\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Calculate</menuitem></link>. With the above example database table and this search criteria area, insert the formula <item type=\"input\">=DCOUNT(A1:E10;;A12:A13)</item> into an empty cell elsewhere in the sheet to count how many of Joe’s guests have names that begin with the letters “A”, “B”, or “C”. The value 3 is returned (counting Andy, Betty, and Charles)." +msgstr "" + +#. jLLao +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"bm_id3150882\n" +"help.text" +msgid "<bookmark_value>DCOUNT function</bookmark_value> <bookmark_value>counting rows;with numeric values</bookmark_value>" +msgstr "" + +#. DLGGD +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"hd_id3150882\n" +"help.text" +msgid "DCOUNT" +msgstr "DCOUNT" + +#. RAGuV +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id3156133\n" +"help.text" +msgid "<ahelp hid=\"HID_FUNC_DBANZAHL\">DCOUNT counts the number of cells (fields) of the specified column that contain numeric values, for all rows (database records) that match the specified search criteria.</ahelp> However, if no column is specified, DCOUNT returns the count of all records that match the specified search criteria irrespective of their contents." +msgstr "" + +#. EetM7 +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id3153218\n" +"help.text" +msgid "DCOUNT(Database; [DatabaseField]; SearchCriteria)" +msgstr "DCOUNT(Databáze; [Pole databáze]; Kritéria vyhledávání)" + +#. KYvAJ #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3153623\n" "help.text" -msgid "In the example above (scroll up, please), we want to know how many children have to travel more than 600 meters to school. The result is to be stored in cell B16. Set the cursor in cell B16. Enter the formula <item type=\"input\">=DCOUNT(A1:E10;D1;A13:E14)</item> in B16. The <emph>Function Wizard</emph> helps you to input ranges." -msgstr "V příkladu výše chceme zjistit, kolik dětí musí chodit do školy dál než 600 metrů. Výsledek by měl být uložen v buňce B16. Nastavte kurzor na buňku B16. Vložte do ní vzorec <item type=\"input\">=DCOUNT(A1:E10;D1;A13:E14)</item>. Vložení vstupních oblastí usnadní <emph>Průvodce funkcí</emph>." +msgid "The example database table giving information about the guests invited to Joe’s birthday party (described above) should occupy cells A1:E10. The content of cells A12:E12 should be identical to the header labels for the database table in cells A1:E1. Make sure that cells A13:E13 are blank, except for cell D13 which should contain \">600\" (this search criterion will match records in the database table that have a value greater than 600 in the Distance column)." +msgstr "" -#. D8qKE +#. kVciZ #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3149142\n" +"par_id441616368480646\n" "help.text" -msgid "<emph>Database</emph> is the range of data to be evaluated, including its headers: in this case A1:E10. <emph>DatabaseField</emph> specifies the column for the search criteria: in this case, the column with the numerical distance values. <emph>SearchCriteria</emph> is the range where you can enter the search parameters: in this case, A13:E14." -msgstr "<emph>Databáze</emph> je oblast dat, která se mají vyhodnotit, včetně jejich záhlaví: v tomto případě je to A1:E10. <emph>Pole databáze</emph> určuje sloupec pro kritéria vyhledávání: v tomto případě sloupec s číselnými hodnotami vzdáleností. <emph>Kritéria vyhledávání</emph> je oblast, kam je možné vložit parametry vyhledávání: v tomto případě A13:E14." +msgid "Insert the formula <input>=DCOUNT(A1:E10;; A12:E13)</input> into an empty cell elsewhere in the sheet to calculate how many of Joe’s party guests travel further than 600 meters to school. The value 5 is returned." +msgstr "" -#. 7rvXg +#. UZFcp #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3145652\n" +"par_id361616368488119\n" "help.text" -msgid "To learn how many children in second grade are over 7 years of age, delete the entry >600 in cell D14 and enter <item type=\"input\">2</item> in cell B14 under Grade, and enter <item type=\"input\">>7</item> in cell C14 to the right. The result is 2. Two children are in second grade and over 7 years of age. As both criteria are in the same row, they are connected by AND." -msgstr "Abyste se dozvěděli, kolik dětí ve druhé třídě je starší než 7 let, smažte údaj >600 v buňce D14 a vložte <item type=\"input\">2</item> do buňky B14 pod Třída, a vložte <item type=\"input\">>7</item> do buňky C14. Výsledek je 2. Dvěma dětem z druhé třídy je více než 7 let. Protože jsou obě kritéria na stejném řádku, jsou spojena pomocí A." +msgid "The same result is obtained if you use the formula <input>=DCOUNT(A1:E10; \"Distance\"; A12:E13)</input>, because all entries in the Distance column are numeric. However, if you use the formula <input>=DCOUNT(A1:E10; \"Name\"; A12:E13)</input>, the value 0 is returned because all entries in the Name column are non-numeric." +msgstr "" -#. G2Eds +#. m4a6A #: 04060101.xhp msgctxt "" "04060101.xhp\n" "bm_id3156123\n" "help.text" -msgid "<bookmark_value>DCOUNTA function</bookmark_value> <bookmark_value>records;counting in Calc databases</bookmark_value> <bookmark_value>counting rows;with numeric or alphanumeric values</bookmark_value>" -msgstr "<bookmark_value>DCOUNTA</bookmark_value> <bookmark_value>záznamy; počítání v databázích Calcu</bookmark_value> <bookmark_value>počítání řádků; s numerickými nebo alfanumerickými hodnotami</bookmark_value>" +msgid "<bookmark_value>DCOUNTA function</bookmark_value> <bookmark_value>records;counting in Calc databases</bookmark_value> <bookmark_value>counting rows;with numeric or alphanumeric values</bookmark_value>" +msgstr "" #. aJdyL #: 04060101.xhp @@ -4868,14 +5255,14 @@ msgctxt "" msgid "DCOUNTA" msgstr "DCOUNTA" -#. AXuF5 +#. T7ebL #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3156110\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_DBANZAHL2\">DCOUNTA counts the number of rows (records) in a database that match the specified search conditions, and contain numeric or alphanumeric values.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_DBANZAHL2\">Funkce DCOUNTA vrací počet řádků (záznamů) v databázi, které vyhovují kritériím vyhledávání a obsahují číselné či alfanumerické hodnoty.</ahelp>" +msgid "<ahelp hid=\"HID_FUNC_DBANZAHL2\">DCOUNTA counts the number of cells (fields) of the specified column that are not blank, for all rows (database records) that match the specified search criteria.</ahelp> Blank cells of the specified column are not counted. However, if no column is specified, DCOUNTA returns the count of all records that match the specified search criteria irrespective of their contents." +msgstr "" #. CxWGV #: 04060101.xhp @@ -4886,41 +5273,41 @@ msgctxt "" msgid "DCOUNTA(Database; [DatabaseField]; SearchCriteria)" msgstr "DCOUNTA(Databáze; [Pole databáze]; Kritéria vyhledávání)" -#. EnTi8 +#. dLvi2 #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3153274\n" +"par_id3153982\n" "help.text" -msgid "If the DatabaseField argument is omitted, DCOUNTA returns the count of all records that satisfy Criteria. <embedvar href=\"text/scalc/01/04060101.xhp#quotes\"/>" -msgstr "Je-li argument Pole databáze vynechán, DCOUNTA vrátí počet všech záznamů splňujících Kritéria. <embedvar href=\"text/scalc/01/04060101.xhp#quotes\"/>" +msgid "The example database table giving information about the guests invited to Joe’s birthday party (described above) should occupy cells A1:E10. The content of cells A12:E12 should be identical to the header labels for the database table in cells A1:E1. Make sure that cells A13:E13 are blank, except for cell D13 which should contain \">600\" (this search criterion will match records in the database table that have a value greater than 600 in the Distance column)." +msgstr "" -#. ESpfH +#. SSD7D #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id31587322048553\n" +"par_id61616368616093\n" "help.text" -msgid "If you choose to omit the DatabaseField argument, your formula should be of the form =DCOUNTA(Database; ; SearchCriteria)." -msgstr "Rozhodnete-li se vynechat argument Pole databáze, vzorec by měl být ve tvaru =DCOUNT(Databáze; ; Kritéria vyhledávání)." +msgid "Insert the formula <input>=DCOUNTA(A1:E10;; A12:E13)</input> into an empty cell elsewhere in the sheet to calculate how many of Joe’s party guests travel further than 600 meters to school. The value 5 is returned." +msgstr "" -#. xX6ve +#. WyEGc #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3153982\n" +"par_id841616368623207\n" "help.text" -msgid "In the example above (scroll up, please), you can search for the number of children whose name starts with an E or a subsequent letter. Edit the formula in B16 to read <item type=\"input\">=DCOUNTA(A1:E10;\"Name\";A13:E14)</item>. Delete the old search criteria and enter <item type=\"input\">>=E</item> under Name in field A14. The result is 5. If you now delete all number values for Greta in row 8, the result changes to 4. Row 8 is no longer included in the count because it does not contain any values. The name Greta is text, not a value. Note that the DatabaseField parameter must point to a column that can contain values." -msgstr "V příkladu výše můžete zjistit počet dětí, jejichž jméno začíná písmenem E nebo jiným v abecedě následujícím písmenem. Upravte vzorec v buňce B16 na <item type=\"input\">=DCOUNTA(A1:E10;\"Name\";A13:E14)</item>. Smažte staré kritérium vyhledávání a zadejte pod Název do pole A14 <item type=\"input\">>=E</item>. Výsledek je 5. Jestliže nyní smažete všechny číselné hodnoty pro Gretu na řádku 8, výsledek se změní na 4. Řádek 8 se už nebude započítávat, protože neobsahuje žádné hodnoty. Jméno Greta je text, ne hodnota. Pamatujte na to, že parametr Pole databáze musí ukazovat na sloupec, který může obsahovat hodnoty." +msgid "The same result is obtained if you use the formula <input>=DCOUNTA(A1:E10; \"Distance\"; A12:E13)</input> or the formula <input>=DCOUNTA(A1:E10; \"Name\"; A12:E13)</input>. The latter case reflects that in contrast to DCOUNT, DCOUNTA counts both numeric and alphanumeric values in the column indicated by the <emph>DatabaseField</emph> argument." +msgstr "" -#. eBniZ +#. ZFJzE #: 04060101.xhp msgctxt "" "04060101.xhp\n" "bm_id3147256\n" "help.text" -msgid "<bookmark_value>DGET function</bookmark_value> <bookmark_value>cell contents;searching in Calc databases</bookmark_value> <bookmark_value>searching;cell contents in Calc databases</bookmark_value>" -msgstr "<bookmark_value>DGET</bookmark_value> <bookmark_value>obsah buňky;vyhledávání v databázích Calcu</bookmark_value> <bookmark_value>vyhledávání;obsah buňky v databázích Calcu</bookmark_value>" +msgid "<bookmark_value>DGET function</bookmark_value> <bookmark_value>cell contents;searching in Calc databases</bookmark_value> <bookmark_value>searching;cell contents in Calc databases</bookmark_value>" +msgstr "" #. wj7ck #: 04060101.xhp @@ -4931,14 +5318,23 @@ msgctxt "" msgid "DGET" msgstr "DGET" -#. 33Sss +#. WwRCV #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3152801\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_DBAUSZUG\">DGET returns the contents of the referenced cell in a database which matches the specified search criteria.</ahelp> In case of an error, the function returns either #VALUE! for no row found, or Err502 for more than one cell found." -msgstr "<ahelp hid=\"HID_FUNC_DBAUSZUG\">Funkce DGET vrací obsah odkazovaných buněk v databázi, které vyhovují zadaným kritériím.</ahelp> V případě chyby funkce vrací buď #VALUE! pokud není řádek nalezen, nebo Err502 je-li nalezena více než jedna buňka." +msgid "<ahelp hid=\"HID_FUNC_DBAUSZUG\">DGET returns the contents of the cell (field) of the specified column, for the single row (database record) that matches the specified search criteria.</ahelp>" +msgstr "" + +#. GxBWY +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id171616180137385\n" +"help.text" +msgid "Calc reports Err:502 (invalid argument) if multiple matches are found, or a #VALUE! error (wrong data type) if no matches are found. A #VALUE! error is also reported if a single match is found but the relevant cell is empty." +msgstr "" #. oFi8J #: 04060101.xhp @@ -4949,68 +5345,41 @@ msgctxt "" msgid "DGET(Database; DatabaseField; SearchCriteria)" msgstr "DGET(Databáze;Pole databáze;Kritéria vyhledávání)" -#. weNSC +#. G2EsJ #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3155388\n" "help.text" -msgid "In the above example (scroll up, please), we want to determine what grade a child is in, whose name was entered in cell A14. The formula is entered in cell B16 and differs slightly from the earlier examples because only one column (one database field) can be entered for <emph>DatabaseField</emph>. Enter the following formula:" -msgstr "Ve výše uvedeném příkladu chceme určit, jakou třídu navštěvuje dítě, jehož jméno bylo zadáno do buňky A14. Vzorec je zadán do buňky B16 a od předchozích se liší jen nepatrně, protože do <emph>Pole databáze</emph> může být zadán pouze jeden sloupec (jedna položka databáze). Zadejte následující vzorec:" +msgid "The example database table giving information about the guests invited to Joe’s birthday party (described above) should occupy cells A1:E10. The content of cells A12:E12 should be identical to the header labels for the database table in cells A1:E1. Make sure that cells A13:E13 are blank, except for cell C13 which should contain \"11\" (this search criterion will match records in the database table that have a value of 11 in the Age column)." +msgstr "" -#. jVr8U +#. A942C #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3153096\n" "help.text" -msgid "<item type=\"input\">=DGET(A1:E10;\"Grade\";A13:E14)</item>" -msgstr "<item type=\"input\">=DGET(A1:E10;\"Třída\";A13:E14)</item>" +msgid "Insert the formula <input>=DGET(A1:E10; \"Name\"; A12:E13)</input> into an empty cell elsewhere in the sheet to find the name of Joe’s party guest who is age 11. The name Daniel is returned." +msgstr "" -#. nAfKt +#. 6AKoj #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3150524\n" "help.text" -msgid "Enter the name <item type=\"input\">Frank</item> in A14, and you see the result 2. Frank is in second grade. Enter <item type=\"input\">\"Age\"</item> instead of \"Grade\" and you will get Frank's age." -msgstr "Do buňky A14 zadejte jméno <item type=\"input\">Franta</item>, dostanete výsledek 2. Franta chodí do druhé třídy. Místo \"Třída\" zadejte <item type=\"input\">\"Věk\"</item> a dostanete Frantův věk." - -#. pZx2V -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3148833\n" -"help.text" -msgid "Or enter the value <item type=\"input\">11</item> in cell C14 only, and delete the other entries in this row. Edit the formula in B16 as follows:" -msgstr "Dále je možné zadat hodnotu <item type=\"input\">11</item> do buňky C14 a odstranit ostatní hodnoty na tomto řádku. Upravte vzorec v buňce B16 následujícím způsobem:" - -#. mG8tC -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3149912\n" -"help.text" -msgid "<item type=\"input\">=DGET(A1:E10;\"Name\";A13:E14)</item>" -msgstr "<item type=\"input\">=DGET(A1:E10;\"Jméno\";A13:E14)</item>" - -#. fRPeY -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3148813\n" -"help.text" -msgid "Instead of the grade, the name is queried. The answer appears at once: Daniel is the only child aged 11." -msgstr "Místo třídy se vyhledá jméno. Výsledek se zobrazí vzápětí: jediným dítětem ve věku 11 let je Daniel." +msgid "If you change the value in cell C13 to “10”, then the formula <input>=DGET(A1:E10; \"Name\"; A12:E13)</input> returns an invalid argument error (Err:502). The reflects that multiple records match the specified criterion (both Betty and Charles are age 10)." +msgstr "" -#. 8VqRF +#. umeGw #: 04060101.xhp msgctxt "" "04060101.xhp\n" "bm_id3149766\n" "help.text" -msgid "<bookmark_value>DMAX function</bookmark_value> <bookmark_value>maximum values in Calc databases</bookmark_value> <bookmark_value>searching;maximum values in columns</bookmark_value>" -msgstr "<bookmark_value>DMAX</bookmark_value> <bookmark_value>maximální hodnoty v databázích Calcu</bookmark_value> <bookmark_value>vyhledávání;maximální hodnoty ve sloupcích</bookmark_value>" +msgid "<bookmark_value>DMAX function</bookmark_value> <bookmark_value>maximum values in Calc databases</bookmark_value> <bookmark_value>searching;maximum values in columns</bookmark_value>" +msgstr "" #. MDBf2 #: 04060101.xhp @@ -5021,14 +5390,23 @@ msgctxt "" msgid "DMAX" msgstr "DMAX" -#. VWvHG +#. 9ek2J #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3154903\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_DBMAX\">DMAX returns the maximum content of a cell (field) in a database (all records) that matches the specified search conditions.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_DBMAX\">Funkce DMAX vrací nejvyšší hodnotu buňky (položky) v databázi (všechny záznamy), která vyhovuje zadaným kriteriím.</ahelp>" +msgid "<ahelp hid=\"HID_FUNC_DBMAX\">DMAX calculates the maximum value across the cells (fields) of the specified column that contain numeric values, for all rows (database records) that match the specified search criteria.</ahelp> Blank cells or cells containing non-numeric characters are not included." +msgstr "" + +#. pUGwd +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id51616180409281\n" +"help.text" +msgid "Returns 0 if no matches are found, or if there are no non-zero numeric values in the cells of the specified column for the matching records." +msgstr "" #. ho2GW #: 04060101.xhp @@ -5039,41 +5417,32 @@ msgctxt "" msgid "DMAX(Database; DatabaseField; SearchCriteria)" msgstr "DMAX(Databáze;Pole databáze;Kritéria vyhledávání)" -#. 7XFbM +#. S57iG #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3148442\n" "help.text" -msgid "To find out how much the heaviest child in each grade weighed in the above example (scroll up, please), enter the following formula in B16:" -msgstr "Pro zjištění, kolik váží nejtěžší dítě v každé třídě v příkladu výše, vložte následující vzorec do B16:" +msgid "The example database table giving information about the guests invited to Joe’s birthday party (described above) should occupy cells A1:E10. The content of cells A12:E12 should be identical to the header labels for the database table in cells A1:E1. Make sure that cells A13:E13 are blank, except for cell D13 which should contain \">0\" (this search criterion is intended to match all records in the database table)." +msgstr "" -#. dbBD3 +#. Mqocw #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3148804\n" "help.text" -msgid "<item type=\"input\">=DMAX(A1:E10;\"Weight\";A13:E14)</item>" -msgstr "<item type=\"input\">=DMAX(A1:E10;\"Váha\";A13:E14)</item>" - -#. FyUsB -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3150510\n" -"help.text" -msgid "Under Grade, enter <item type=\"input\">1, 2, 3,</item> and so on, one after the other. After entering a grade number, the weight of the heaviest child in that grade appears." -msgstr "Pod 'Třídou' vložte <item type=\"input\">1, 2, 3,</item> a tak dále jednu za druhou. Po vložení čísla třídy se objeví váha nejtěžšího dítěte ve třídě." +msgid "Insert the formula <input>=DMAX(A1:E10; \"Distance\"; A12:E13)</input> into an empty cell elsewhere in the sheet to find the maximum distance in meters that any of Joe’s party guests travel to school. The value 1200 is returned." +msgstr "" -#. A9voG +#. 5cyyS #: 04060101.xhp msgctxt "" "04060101.xhp\n" "bm_id3159141\n" "help.text" -msgid "<bookmark_value>DMIN function</bookmark_value> <bookmark_value>minimum values in Calc databases</bookmark_value> <bookmark_value>searching;minimum values in columns</bookmark_value>" -msgstr "<bookmark_value>DMIN</bookmark_value> <bookmark_value>minimální hodnoty v databázích Calcu</bookmark_value> <bookmark_value>vyhledávání;minimální hodnoty ve sloupcích</bookmark_value>" +msgid "<bookmark_value>DMIN function</bookmark_value> <bookmark_value>minimum values in Calc databases</bookmark_value> <bookmark_value>searching;minimum values in columns</bookmark_value>" +msgstr "" #. iGV4a #: 04060101.xhp @@ -5084,14 +5453,23 @@ msgctxt "" msgid "DMIN" msgstr "DMIN" -#. YPGYd +#. kv5Gb #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3154261\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_DBMIN\">DMIN returns the minimum content of a cell (field) in a database that matches the specified search criteria.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_DBMIN\">DMIN vrátí minimální obsah buňky (pole) v záznamech databáze, které odpovídají kritériím vyhledávání.</ahelp>" +msgid "<ahelp hid=\"HID_FUNC_DBMIN\">DMIN calculates the minimum value across the cells (fields) of the specified column that contain numeric values, for all rows (database records) that match the specified search criteria.</ahelp> Blank cells or cells containing non-numeric characters are not included." +msgstr "" + +#. yYJTa +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id901616180605426\n" +"help.text" +msgid "Returns 0 if no matches are found, or if there are no non-zero numeric values in the cells of the specified column for the matching records." +msgstr "" #. QxBsV #: 04060101.xhp @@ -5102,41 +5480,32 @@ msgctxt "" msgid "DMIN(Database; DatabaseField; SearchCriteria)" msgstr "DMIN(Databáze;Pole databáze;Kritéria vyhledávání)" -#. eVzZu +#. p4YQB #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3148925\n" "help.text" -msgid "To find the shortest distance to school for the children in each grade in the above example (scroll up, please), enter the following formula in B16:" -msgstr "Pro nalezení nejkratší vzdálenosti od školy pro děti v každé třídě, v příkladu výše, vložte následující vzorec do B16:" +msgid "The example database table giving information about the guests invited to Joe’s birthday party (described above) should occupy cells A1:E10. The content of cells A12:E12 should be identical to the header labels for the database table in cells A1:E1. Make sure that cells A13:E13 are blank, except for cell D13 which should contain \">0\" (this search criterion is intended to match all records in the database table)." +msgstr "" -#. wvi9R +#. LrfjC #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3149161\n" "help.text" -msgid "<item type=\"input\">=DMIN(A1:E10;\"Distance to School\";A13:E14)</item>" -msgstr "<item type=\"input\">=DMIN(A1:E10;\"Vzdálenost do školy\";A13:E14)</item>" - -#. Jtw7m -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3148917\n" -"help.text" -msgid "In row 14, under Grade, enter <item type=\"input\">1, 2, 3,</item> and so on, one after the other. The shortest distance to school for each grade appears." -msgstr "Na řádku 14 pod 'Třídou' vložte <item type=\"input\">1, 2, 3,</item> a tak dále jednu za druhou. Objeví se nejkratší vzdálenost od školy pro každou třídu." +msgid "Insert the formula <input>=DMIN(A1:E10; \"Distance\"; A12:E13)</input> into an empty cell elsewhere in the sheet to find the minimum distance in meters that any of Joe’s party guests travel to school. The value 150 is returned." +msgstr "" -#. RCFqd +#. WppQu #: 04060101.xhp msgctxt "" "04060101.xhp\n" "bm_id3154274\n" "help.text" -msgid "<bookmark_value>DAVERAGE function</bookmark_value> <bookmark_value>averages; in Calc databases</bookmark_value> <bookmark_value>calculating;averages in Calc databases</bookmark_value>" -msgstr "<bookmark_value>DAVERAGE</bookmark_value> <bookmark_value>průměry; v databázích Calcu</bookmark_value> <bookmark_value>výpočty;průměry v databázích Calcu</bookmark_value>" +msgid "<bookmark_value>DAVERAGE function</bookmark_value> <bookmark_value>averages; in Calc databases</bookmark_value> <bookmark_value>calculating;averages in Calc databases</bookmark_value>" +msgstr "" #. dQciw #: 04060101.xhp @@ -5147,59 +5516,59 @@ msgctxt "" msgid "DAVERAGE" msgstr "DAVERAGE" -#. bb43d +#. Y7wdv #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3166453\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_DBMITTELWERT\">DAVERAGE returns the average of the values of all cells (fields) in all rows (database records) that match the specified search criteria.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_DBMITTELWERT\">DAVERAGE vrátí průměr hodnot všech buněk (polí) ve všech řádcích (databázových záznamech), které odpovídají zadaným kritériím vyhledávání.</ahelp>" +msgid "<ahelp hid=\"HID_FUNC_DBMITTELWERT\">DAVERAGE calculates the average of the numeric values in the cells (fields) of the specified column, for all rows (database records) that match the specified search criteria.</ahelp> Non-numeric values in those cells are ignored." +msgstr "" -#. PPkBD +#. 87qxe #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3150710\n" +"par_id31615978739452\n" "help.text" -msgid "DAVERAGE(Database; DatabaseField; SearchCriteria)" -msgstr "DAVERAGE(Databáze;Pole databáze;Kritéria vyhledávání)" +msgid "Returns a #DIV/0! error if no records match the specified search criteria, or if there are no numeric values in the cells of the specified column for the matching records." +msgstr "" -#. x8oHK +#. PPkBD #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3149104\n" +"par_id3150710\n" "help.text" -msgid "To find the average weight of all children of the same age in the above example (scroll up, please), enter the following formula in B16:" -msgstr "Pro nalezení průměrné váhy dětí stejného věku, v příkladu výše, vložte následující vzorec do B16:" +msgid "DAVERAGE(Database; DatabaseField; SearchCriteria)" +msgstr "DAVERAGE(Databáze;Pole databáze;Kritéria vyhledávání)" -#. 4SN7D +#. PcjTP #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3153688\n" +"par_id3149104\n" "help.text" -msgid "<item type=\"input\">=DAVERAGE(A1:E10;\"Weight\";A13:E14)</item>" -msgstr "<item type=\"input\">=DAVERAGE(A1:E10;\"Váha\";A13:E14)</item>" +msgid "The example database table giving information about the guests invited to Joe’s birthday party (described above) should occupy cells A1:E10. The content of cells A12:E12 should be identical to the header labels for the database table in cells A1:E1. Make sure that cells A13:E13 are blank, except for cell D13 which should contain \">0\" (this search criterion is intended to match all records in the database table)." +msgstr "" -#. ETJh3 +#. CjTGB #: 04060101.xhp msgctxt "" "04060101.xhp\n" -"par_id3155587\n" +"par_id201616368312277\n" "help.text" -msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The average weight of all children of the same age appears." -msgstr "Na řádku 14 pod 'Věkem' vložte <item type=\"input\">7, 8, 9,</item> a tak dále jeden za druhým. Objeví se průměrná váha dětí daného věku." +msgid "Insert the formula <input>=DAVERAGE(A1:E10; \"Distance\"; A12:E13)</input> into an empty cell elsewhere in the sheet to calculate the average distance in meters travelled to school by Joe’s party guests. The value 666.67 is returned." +msgstr "" -#. brDoK +#. B6fYC #: 04060101.xhp msgctxt "" "04060101.xhp\n" "bm_id3159269\n" "help.text" -msgid "<bookmark_value>DPRODUCT function</bookmark_value> <bookmark_value>multiplying;cell contents in Calc databases</bookmark_value>" -msgstr "<bookmark_value>DPRODUCT</bookmark_value> <bookmark_value>násobení;obsah buňky v databázích Calcu</bookmark_value>" +msgid "<bookmark_value>DPRODUCT function</bookmark_value> <bookmark_value>multiplying;cell contents in Calc databases</bookmark_value>" +msgstr "" #. gvW9Q #: 04060101.xhp @@ -5210,14 +5579,23 @@ msgctxt "" msgid "DPRODUCT" msgstr "DPRODUCT" -#. V8GCj +#. oJApo #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3152879\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_DBPRODUKT\">DPRODUCT multiplies all cells of a data range where the cell contents match the search criteria.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_DBPRODUKT\">DPRODUCT násobí všechny buňky oblasti dat, kde obsah buněk odpovídá kritériím vyhledávání.</ahelp>" +msgid "<ahelp hid=\"HID_FUNC_DBPRODUKT\">DPRODUCT calculates the product of all numeric values in the cells (fields) of the specified column, for all rows (database records) that match the specified search criteria.</ahelp> Blank cells or cells containing non-numeric characters are not included." +msgstr "" + +#. oUsZD +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id741616180868336\n" +"help.text" +msgid "Returns 0 if no matches are found, or if there are no numeric values in the cells of the specified column for the matching records." +msgstr "" #. PgAsj #: 04060101.xhp @@ -5228,23 +5606,32 @@ msgctxt "" msgid "DPRODUCT(Database; DatabaseField; SearchCriteria)" msgstr "DPRODUCT(Databáze;Pole databáze;Kritéria vyhledávání)" -#. jcTBE +#. oGQtm #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3148986\n" "help.text" -msgid "With the birthday party example above (scroll up, please), there is no meaningful application of this function." -msgstr "V příkladu narozeninového večírku nahoře nelze tuto funkci smysluplně použít." +msgid "The example database table giving information about the guests invited to Joe’s birthday party (described above) should occupy cells A1:E10. The content of cells A12:E12 should be identical to the header labels for the database table in cells A1:E1. Make sure that cells A13:E13 are blank, except for cell C13 which should contain \">0\" (this search criterion is intended to match all records in the database table)." +msgstr "" -#. 3oyGS +#. iaoUA +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id91616368981807\n" +"help.text" +msgid "Insert the formula <input>=DPRODUCT(A1:E10; \"Age\"; A12:E13)</input> into an empty cell elsewhere in the sheet to calculate the product of the ages in years of Joe’s party guests. The value 279417600 is returned." +msgstr "" + +#. QGMit #: 04060101.xhp msgctxt "" "04060101.xhp\n" "bm_id3148462\n" "help.text" -msgid "<bookmark_value>DSTDEV function</bookmark_value> <bookmark_value>standard deviations in databases;based on a sample</bookmark_value>" -msgstr "<bookmark_value>DSTDEV</bookmark_value> <bookmark_value>směrodatné odchylky v databázích;založené na výběru</bookmark_value>" +msgid "<bookmark_value>DSTDEV function</bookmark_value> <bookmark_value>standard deviations in databases;based on a sample</bookmark_value>" +msgstr "" #. EvGNP #: 04060101.xhp @@ -5255,14 +5642,32 @@ msgctxt "" msgid "DSTDEV" msgstr "DSTDEV" -#. mcwAC +#. 56CsG #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3154605\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_DBSTDABW\">DSTDEV calculates the standard deviation of a population based on a sample, using the numbers in a database column that match the given conditions.</ahelp> The records are treated as a sample of data. That means that the children in the example represent a cross section of all children. Note that a representative result can not be obtained from a sample of less than one thousand." -msgstr "<ahelp hid=\"HID_FUNC_DBSTDABW\">DSTDEV vypočítá směrodatnou odchylku základního souboru na základě výběru, použijí se čísla v záznamech databáze, které odpovídají daným podmínkám.</ahelp> Záznamy jsou chápány jako výběr dat. To znamená, že děti v příkladu reprezentují výběr všech dětí. Reprezentativní výsledek nelze získat z výběru menšího než jeden tisíc." +msgid "<ahelp hid=\"HID_FUNC_DBSTDABW\">DSTDEV calculates the sample standard deviation based on the numeric values in the cells (fields) of the specified column, for all rows (database records) that match the specified search criteria.</ahelp> Non-numeric values are ignored." +msgstr "" + +#. RACag +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id121616181037440\n" +"help.text" +msgid "Returns a #NUM! error if exactly one record matches the specified search criteria, or if there is only one numeric value in the cells of the specified column for the matching records." +msgstr "" + +#. r6onB +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id931616181041535\n" +"help.text" +msgid "Returns 0 if no matches are found, or if there are no numeric values in the cells of the specified column for the matching records." +msgstr "" #. GgdKD #: 04060101.xhp @@ -5273,41 +5678,32 @@ msgctxt "" msgid "DSTDEV(Database; DatabaseField; SearchCriteria)" msgstr "DSTDEV(Databáze;Pole databáze;Kritéria vyhledávání)" -#. CwkrB +#. q4kzs #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3149934\n" "help.text" -msgid "To find the standard deviation of the weight for all children of the same age in the example (scroll up, please), enter the following formula in B16:" -msgstr "Pro nalezení směrodatné odchylky váhy všech dětí stejného věku v příkladu výše vložte následující vzorec do B16:" +msgid "The example database table giving information about the guests invited to Joe’s birthday party (described above) should occupy cells A1:E10. The content of cells A12:E12 should be identical to the header labels for the database table in cells A1:E1. Make sure that cells A13:D13 are blank and that cell E13 contains \">0\" (this search criterion is intended to match all records in the database table)." +msgstr "" -#. 2fFkp +#. SXqfH #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3150630\n" "help.text" -msgid "<item type=\"input\">=DSTDEV(A1:E10;\"Weight\";A13:E14)</item>" -msgstr "<item type=\"input\">=DSTDEV(A1:E10;\"Váha\";A13:E14)</item>" - -#. cApCx -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3153536\n" -"help.text" -msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The result shown is the standard deviation of the weight of all children of this age." -msgstr "Na řádku 14 pod 'Věkem' vložte <item type=\"input\">7, 8, 9,</item> a tak dále jeden za druhým. Výsledkem bude směrodatná odchylka váhy všech dětí v daném věku." +msgid "Insert the formula <input>=DSTDEV(A1:E10; \"Weight\"; A12:E13)</input> into an empty cell elsewhere in the sheet to calculate the sample standard deviation of the weights in kg of Joe’s party guests. The value 5.5 is returned." +msgstr "" -#. hkC4r +#. A72yR #: 04060101.xhp msgctxt "" "04060101.xhp\n" "bm_id3150429\n" "help.text" -msgid "<bookmark_value>DSTDEVP function</bookmark_value> <bookmark_value>standard deviations in databases;based on populations</bookmark_value>" -msgstr "<bookmark_value>DSTDEVP</bookmark_value> <bookmark_value>směrodatné odchylky v databázích;založené na základním souboru</bookmark_value>" +msgid "<bookmark_value>DSTDEVP function</bookmark_value> <bookmark_value>standard deviations in databases;based on populations</bookmark_value>" +msgstr "" #. FpESx #: 04060101.xhp @@ -5318,14 +5714,23 @@ msgctxt "" msgid "DSTDEVP" msgstr "DSTDEVP" -#. DCq49 +#. Cfkn3 #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3145598\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_DBSTDABWN\">DSTDEVP calculates the standard deviation of a population based on all cells of a data range which match the search criteria.</ahelp> The records from the example are treated as the whole population." -msgstr "<ahelp hid=\"HID_FUNC_DBSTDABWN\">DSTDEVP vypočítá směrodatnou odchylku základního souboru na základě všech buněk v oblasti dat, která odpovídá kritériím vyhledávání.</ahelp> Záznamy v příkladu jsou chápány jako kompletní základní soubor." +msgid "<ahelp hid=\"HID_FUNC_DBSTDABWN\">DSTDEVP calculates the population standard deviation based on the numeric values in the cells (fields) of the specified column, for all rows (database records) that match the specified search criteria.</ahelp> Non-numeric values are ignored." +msgstr "" + +#. TjThw +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id541616181205698\n" +"help.text" +msgid "Returns a #NUM! error if no records match the specified search criteria, or if there are no numeric values in the cells of the specified column for the matching records." +msgstr "" #. uGaWp #: 04060101.xhp @@ -5336,41 +5741,32 @@ msgctxt "" msgid "DSTDEVP(Database; DatabaseField; SearchCriteria)" msgstr "DSTDEVP(Databáze;Pole databáze;Kritéria vyhledávání)" -#. GAj3B +#. jm7Bx #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3155431\n" "help.text" -msgid "To find the standard deviation of the weight for all children of the same age at Joe's birthday party (scroll up, please), enter the following formula in B16:" -msgstr "Pro nalezení směrodatné odchylky váhy všech dětí stejného věku v příkladu výše vložte následující vzorec do B16:" +msgid "The example database table giving information about the guests invited to Joe’s birthday party (described above) should occupy cells A1:E10. The content of cells A12:E12 should be identical to the header labels for the database table in cells A1:E1. Make sure that cells A13:D13 are blank and that cell E13 contains \">0\" (this search criterion is intended to match all records in the database table)." +msgstr "" -#. J4DhB +#. 6eisL #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3148411\n" "help.text" -msgid "<item type=\"input\">=DSTDEVP(A1:E10;\"Weight\";A13:E14)</item>" -msgstr "<item type=\"input\">=DSTDEVP(A1:E10;\"Váha\";A13:E14)</item>" - -#. gBZGK -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3143271\n" -"help.text" -msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The result is the standard deviation of the weight for all same-aged children whose weight was checked." -msgstr "Na řádku 14 pod 'Věkem' vložte <item type=\"input\">7, 8, 9,</item> a tak dále jeden za druhým. Výsledkem bude směrodatná odchylka váhy všech dětí v daném věku, jejichž váha byla kontrolována." +msgid "Insert the formula <input>=DSTDEVP(A1:E10; \"Weight\"; A12:E13)</input> into an empty cell elsewhere in the sheet to calculate the population standard deviation of the weights in kg of Joe’s party guests. The value 5.18545 is returned." +msgstr "" -#. fA3Lj +#. gXoTJ #: 04060101.xhp msgctxt "" "04060101.xhp\n" "bm_id3154794\n" "help.text" -msgid "<bookmark_value>DSUM function</bookmark_value> <bookmark_value>calculating;sums in Calc databases</bookmark_value> <bookmark_value>sums;cells in Calc databases</bookmark_value>" -msgstr "<bookmark_value>DSUM</bookmark_value> <bookmark_value>výpočty;součty v databázích Calcu</bookmark_value> <bookmark_value>součty;buňky v databázích Calcu</bookmark_value>" +msgid "<bookmark_value>DSUM function</bookmark_value> <bookmark_value>calculating;sums in Calc databases</bookmark_value> <bookmark_value>sums;cells in Calc databases</bookmark_value>" +msgstr "" #. ybMg9 #: 04060101.xhp @@ -5381,14 +5777,23 @@ msgctxt "" msgid "DSUM" msgstr "DSUM" -#. CBcVo +#. pqV9N #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3149591\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_DBSUMME\">DSUM returns the total of all cells in a database field in all rows (records) that match the specified search criteria.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_DBSUMME\">DSUM vrátí součet všech buněk v databázovém poli ve všech řádcích (záznamech), které odpovídají kritériím vyhledávání.</ahelp>" +msgid "<ahelp hid=\"HID_FUNC_DBSUMME\">DSUM calculates the sum of all numeric values in the cells (fields) of the specified column, for all rows (database records) that match the specified search criteria.</ahelp> Blank cells or cells containing non-numeric characters are not included." +msgstr "" + +#. PEAvG +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id691616181332088\n" +"help.text" +msgid "Returns 0 if no matches are found, or if there are no numeric values in the cells of the specified column for the matching records." +msgstr "" #. LD8jB #: 04060101.xhp @@ -5399,41 +5804,32 @@ msgctxt "" msgid "DSUM(Database; DatabaseField; SearchCriteria)" msgstr "DSUM(Databáze;Pole databáze;Kritéria vyhledávání)" -#. eqDCU +#. G9FsG #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3152766\n" "help.text" -msgid "To find the length of the combined distance to school of all children at Joe's birthday party (scroll up, please) who are in second grade, enter the following formula in B16:" -msgstr "Pro nalezení celkové vzdálenosti od školy pro všechny děti z druhé třídy na narozeninovém večírku v příkladu výše, vložte následující vzorec do B16:" +msgid "The example database table giving information about the guests invited to Joe’s birthday party (described above) should occupy cells A1:E10. The content of cells A12:E12 should be identical to the header labels for the database table in cells A1:E1. Make sure that cells A13:E13 are blank, except for cell D13 which should contain \">0\" (this search criterion is intended to match all records in the database table)." +msgstr "" -#. ErLuv +#. riVB4 #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3151312\n" "help.text" -msgid "<item type=\"input\">=DSUM(A1:E10;\"Distance to School\";A13:E14)</item>" -msgstr "<item type=\"input\">=DSUM(A1:E10;\"Vzdálenost do školy\";A13:E14)</item>" - -#. z7LF6 -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3150596\n" -"help.text" -msgid "Enter <item type=\"input\">2</item> in row 14 under Grade. The sum (1950) of the distances to school of all the children who are in second grade is displayed." -msgstr "Vložte <item type=\"input\">2</item> v řádku 14 pod \"Třídou\". Zobrazí se součet (1950) vzdáleností od školy pro všechny děti z druhé třídy." +msgid "Insert the formula <input>=DSUM(A1:E10; \"Distance\"; A12:E13)</input> into an empty cell elsewhere in the sheet to find the total distance in meters that all of Joe’s party guests travel to school. The value 6000 is returned." +msgstr "" -#. ZFAu8 +#. fbsJf #: 04060101.xhp msgctxt "" "04060101.xhp\n" "bm_id3155614\n" "help.text" -msgid "<bookmark_value>DVAR function</bookmark_value> <bookmark_value>variances;based on samples</bookmark_value>" -msgstr "<bookmark_value>DVAR</bookmark_value> <bookmark_value>rozptyly;založené na výběru</bookmark_value>" +msgid "<bookmark_value>DVAR function</bookmark_value> <bookmark_value>variances;based on samples</bookmark_value>" +msgstr "" #. G6ZBW #: 04060101.xhp @@ -5444,14 +5840,32 @@ msgctxt "" msgid "DVAR" msgstr "DVAR" -#. qPBM4 +#. QN7LU #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3154418\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_DBVARIANZ\">DVAR returns the variance of all cells of a database field in all records that match the specified search criteria.</ahelp> The records from the example are treated as a sample of data. A representative result cannot be obtained from a sample population of less than one thousand." -msgstr "<ahelp hid=\"HID_FUNC_DBVARIANZ\">DVAR vrátí rozptyl všech buněk v poli databáze ve všech záznamech, které odpovídají kritériím vyhledávání.</ahelp> Záznamy v příkladu jsou chápány jako výběr dat. Reprezentativní výsledek nelze získat z výběru menšího než jeden tisíc." +msgid "<ahelp hid=\"HID_FUNC_DBVARIANZ\">DVAR calculates the sample variance based on the numeric values in the cells (fields) of the specified column, for all rows (database records) that match the specified search criteria.</ahelp> Non-numeric values are ignored." +msgstr "" + +#. yytCQ +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id301616181465164\n" +"help.text" +msgid "Returns a #NUM! error if exactly one record matches the specified search criteria, or if there is only one numeric value in the cells of the specified column for the matching records." +msgstr "" + +#. gW4LZ +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id741616181469136\n" +"help.text" +msgid "Returns 0 if no matches are found, or if there are no numeric values in the cells of the specified column for the matching records." +msgstr "" #. hLSuf #: 04060101.xhp @@ -5462,41 +5876,32 @@ msgctxt "" msgid "DVAR(Database; DatabaseField; SearchCriteria)" msgstr "DVAR(Databáze;Pole databáze;Kritéria vyhledávání)" -#. CKayC +#. TyAAP #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3153701\n" "help.text" -msgid "To find the variance of the weight of all children of the same age of the above example (scroll up, please), enter the following formula in B16:" -msgstr "Pro nalezení rozptylu váhy všech dětí stejného věku v příkladu výše vložte následující vzorec do B16:" +msgid "The example database table giving information about the guests invited to Joe’s birthday party (described above) should occupy cells A1:E10. The content of cells A12:E12 should be identical to the header labels for the database table in cells A1:E1. Make sure that cells A13:E13 are blank, except for cell D13 which should contain \">0\" (this search criterion is intended to match all records in the database table)." +msgstr "" -#. DWkzL +#. bRDWF #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3153676\n" "help.text" -msgid "<item type=\"input\">=DVAR(A1:E10;\"Weight\";A13:E14)</item>" -msgstr "<item type=\"input\">=DVAR(A1:E10;\"Váha\";A13:E14)</item>" - -#. D6bmo -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3153798\n" -"help.text" -msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. You will see as a result the variance of the weight values for all children of this age." -msgstr "Na řádku 14 pod 'Věkem' vložte <item type=\"input\">7, 8, 9,</item> a tak dále jeden za druhým. Výsledkem bude rozptyl váhy všech dětí v daném věku." +msgid "Insert the formula <input>=DVAR(A1:E10; \"Distance\"; A12:E13)</input> into an empty cell elsewhere in the sheet to find the sample variance of the distances in meters that Joe’s party guests travel to school. The value 193125 is returned." +msgstr "" -#. hEbwx +#. sGiDz #: 04060101.xhp msgctxt "" "04060101.xhp\n" "bm_id3153880\n" "help.text" -msgid "<bookmark_value>DVARP function</bookmark_value> <bookmark_value>variances;based on populations</bookmark_value>" -msgstr "<bookmark_value>DVARP</bookmark_value> <bookmark_value>rozptyly;založené na základním souboru</bookmark_value>" +msgid "<bookmark_value>DVARP function</bookmark_value> <bookmark_value>variances;based on populations</bookmark_value>" +msgstr "" #. XpcPC #: 04060101.xhp @@ -5507,14 +5912,23 @@ msgctxt "" msgid "DVARP" msgstr "DVARP" -#. f9qMk +#. nfgrg #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3155119\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_DBVARIANZEN\">DVARP calculates the variance of all cell values in a database field in all records that match the specified search criteria.</ahelp> The records are from the example are treated as an entire population." -msgstr "<ahelp hid=\"HID_FUNC_DBVARIANZEN\">DVARP vypočítá rozptyl všech buněk v poli databáze ve všech záznamech, které odpovídají kritériím vyhledávání.</ahelp> Záznamy v příkladu jsou chápány jako kompletní základní soubor." +msgid "<ahelp hid=\"HID_FUNC_DBVARIANZEN\">DVARP calculates the population variation based on the numeric values in the cells (fields) of the specified column, for all rows (database records) that match the specified search criteria.</ahelp> Non-numeric values are ignored." +msgstr "" + +#. ERRmG +#: 04060101.xhp +msgctxt "" +"04060101.xhp\n" +"par_id301616181648263\n" +"help.text" +msgid "Returns a #NUM! error if no records match the specified search criteria, or if there are no numeric values in the cells of the specified column for the matching records." +msgstr "" #. BygUf #: 04060101.xhp @@ -5525,32 +5939,23 @@ msgctxt "" msgid "DVARP(Database; DatabaseField; SearchCriteria)" msgstr "DVARP(Databáze;Pole databáze;Kritéria vyhledávání)" -#. MvqGc +#. STcMa #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3147099\n" "help.text" -msgid "To find the variance of the weight for all children of the same age at Joe's birthday party (scroll up, please), enter the following formula in B16:" -msgstr "Pro nalezení rozptylu váhy všech dětí stejného věku v příkladu narozeninového večírku výše vložte následující vzorec do B16:" +msgid "The example database table giving information about the guests invited to Joe’s birthday party (described above) should occupy cells A1:E10. The content of cells A12:E12 should be identical to the header labels for the database table in cells A1:E1. Make sure that cells A13:E13 are blank, except for cell D13 which should contain \">0\" (this search criterion is intended to match all records in the database table)." +msgstr "" -#. zGf8r +#. 8puR2 #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3147322\n" "help.text" -msgid "<item type=\"input\">=DVARP(A1:E10;\"Weight\";A13:E14)</item>" -msgstr "<item type=\"input\">=DVARP(A1:E10;\"Váha\";A13:E14)</item>" - -#. vAunu -#: 04060101.xhp -msgctxt "" -"04060101.xhp\n" -"par_id3146902\n" -"help.text" -msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The variance of the weight values for all children of this age attending Joe's birthday party appears." -msgstr "Na řádku 14 pod 'Věkem' vložte <item type=\"input\">7, 8, 9,</item> a tak dále jeden za druhým. Zobrazí se výsledný rozptyl váhy všech dětí v daném věku, které přišli na narozeninový večírek." +msgid "Insert the formula <input>=DVARP(A1:E10; \"Distance\"; A12:E13)</input> into an empty cell elsewhere in the sheet to find the population variance of the distances in meters that Joe’s party guests travel to school. The value 171666.67 is returned." +msgstr "" #. n99gx #: 04060102.xhp @@ -5912,6 +6317,15 @@ msgctxt "" msgid "<input>=AMORDEGRC(2000; \"2020-02-01\"; \"2020-12-31\"; 10; 4; 0.1; 0)</input> returns a depreciation amount of 163 currency units." msgstr "" +#. AvpDv +#: 04060103.xhp +msgctxt "" +"04060103.xhp\n" +"par_id851616615176815\n" +"help.text" +msgid "Beware that Basis 2 is not supported by Microsoft Excel. Hence, if you use Basis 2 and export your document to XLSX format, it will return an error when opened in Excel." +msgstr "" + #. UCPgp #: 04060103.xhp msgctxt "" @@ -13859,15 +14273,6 @@ msgctxt "" msgid "SUM(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>)" msgstr "SUM(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>)" -#. fsBfG -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id151567608802604\n" -"help.text" -msgid "SUM ignores any text or empty cell within a range or array. If you suspect wrong results of the SUM function, look for text in the data ranges. Use the <link href=\"text/scalc/01/03080000.xhp\" name=\"value highlight\">value highlighting</link> feature to highlight the text contents in the range that may represent a number." -msgstr "Funkce SUM ignoruje jakýkoli text nebo prázdnou buňku v oblasti nebo matici. Pokud máte podezření na nesprávné výsledky funkce SUM, hledejte v oblastech dat text. Textový obsah v oblasti, která má představovat čísla, zvýrazníte pomocí funkce <link href=\"text/scalc/01/03080000.xhp\" name=\"zvýrazňování hodnot\">zvýrazňování hodnot</link>." - #. VRBzD #: 04060106.xhp msgctxt "" @@ -53459,6 +53864,15 @@ msgctxt "" msgid "Example" msgstr "Příklad" +#. STMGF +#: common_func.xhp +msgctxt "" +"common_func.xhp\n" +"par_id301616845402409\n" +"help.text" +msgid "This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the <link href=\"text/scalc/01/03080000.xhp\" name=\"value highlight\">value highlighting</link> feature." +msgstr "" + #. GAPGX #: common_func_workdaysintl.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/scalc/guide.po b/source/cs/helpcontent2/source/text/scalc/guide.po index 3320cbfde99..801d4fd3c25 100644 --- a/source/cs/helpcontent2/source/text/scalc/guide.po +++ b/source/cs/helpcontent2/source/text/scalc/guide.po @@ -3,8 +3,8 @@ 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-02-17 15:58+0100\n" -"PO-Revision-Date: 2021-02-01 16:24+0000\n" +"POT-Creation-Date: 2021-03-29 16:02+0200\n" +"PO-Revision-Date: 2021-03-28 08:37+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/cs/>\n" "Language: cs\n" @@ -2822,7 +2822,7 @@ msgctxt "" "par_id3159156\n" "help.text" msgid "Using the menu command <emph>Format - Conditional - Condition</emph>, the dialog allows you to define conditions per cell, which must be met in order for the selected cells to have a particular format." -msgstr "" +msgstr "Pomocí příkazu nabídky <emph>Formát - Podmíněný - Podmínka</emph> zobrazíte dialogové okno, který umožňuje nadefinovat pro buňky podmínky, které musí být splněny, aby byly vybrané buňky formátovány určitým způsobem." #. SbhJy #: cellstyle_conditional.xhp @@ -2867,7 +2867,7 @@ msgctxt "" "par_id3155603\n" "help.text" msgid "Choose <emph>Format - Conditional - Condition</emph>." -msgstr "" +msgstr "Zvolte <emph>Formát - Podmíněný - Podmínka</emph>." #. nFqJG #: cellstyle_conditional.xhp @@ -2912,7 +2912,7 @@ msgctxt "" "par_id3155337\n" "help.text" msgid "First of all, create a table in which a few different values occur. For your test you can create tables with any random numbers:" -msgstr "" +msgstr "Nejprve vytvořte tabulku s několika různými hodnotami. Pro náš pokus vystačíme s tabulkou náhodných čísel:" #. A66qh #: cellstyle_conditional.xhp @@ -2975,7 +2975,7 @@ msgctxt "" "par_id3155529\n" "help.text" msgid "In the <emph>Format Cells</emph> dialog on the <emph>Background</emph> tab, click the <emph>Color</emph> button and then select a background color. Click <emph>OK</emph>." -msgstr "" +msgstr "V dialogovém okně <emph>Formát buněk</emph> zvolte kartu <emph>Pozadí</emph>, klepněte na tlačítko <emph>Barva</emph> a poté vyberte barvu pozadí. Klepněte na <emph>OK</emph>." #. AwUDA #: cellstyle_conditional.xhp @@ -2984,7 +2984,7 @@ msgctxt "" "par_id3154484\n" "help.text" msgid "In the Styles deck of the Sidebar, click the <emph>New Style from Selection</emph> icon. Enter the name of the new style. For this example, name the style \"Above\"." -msgstr "" +msgstr "Na kartě Styly na postranní liště klepněte na ikonu <emph>Nový styl z výběru</emph>. Zadejte název nového stylu, v tomto příkladu jej nazvěte \"Nad\"." #. 4bRZa #: cellstyle_conditional.xhp @@ -3029,7 +3029,7 @@ msgctxt "" "par_id3156016\n" "help.text" msgid "Select the AVERAGE function. Use the mouse to select all your random numbers. If you cannot see the entire range, because the Function Wizard is obscuring it, you can temporarily shrink the dialog using the <link href=\"text/shared/00/00000001.xhp#eingabesymbol\" name=\"Shrink or Maximize\"><item type=\"menuitem\">Shrink</item></link> icon." -msgstr "" +msgstr "Vyberte funkci AVERAGE. Myší vyberte všechna náhodná čísla. Pokud nevidíte celou jejich oblast, protože tomu vadí okno Průvodce funkcí, můžete toto dialogové okno dočasně zmenšit pomocí ikony <link href=\"text/shared/00/00000001.xhp#eingabesymbol\" name=\"Zmenšit nebo maximalizovat\"><item type=\"menuitem\">Zmenšit</item></link>." #. YEqsh #: cellstyle_conditional.xhp @@ -3065,7 +3065,7 @@ msgctxt "" "par_id3150049\n" "help.text" msgid "Select all cells with the random numbers." -msgstr "Označte všechny buňky s náhodnými čísly jako blok." +msgstr "Vyberte všechny buňky s náhodnými čísly jako blok." #. p7dEG #: cellstyle_conditional.xhp @@ -3074,7 +3074,7 @@ msgctxt "" "par_id3153801\n" "help.text" msgid "Choose the <emph>Format - Conditional - Condition</emph> command to open the corresponding dialog." -msgstr "" +msgstr "Příkazem <emph>Formát - Podmíněný - Podmínka</emph> otevřete příslušné dialogové okno." #. oaUQo #: cellstyle_conditional.xhp @@ -3137,7 +3137,7 @@ msgctxt "" "par_id3147298\n" "help.text" msgid "Choose <emph>Edit - Paste Special - Paste Special</emph>. The <emph>Paste Special</emph> dialog appears." -msgstr "" +msgstr "Zvolte <emph>Úpravy - Vložit jinak - Vložit jinak</emph>. Zobrazí se dialogové okno <emph>Vložit jinak</emph>." #. KEnNM #: cellstyle_conditional.xhp @@ -3146,7 +3146,7 @@ msgctxt "" "par_id3166465\n" "help.text" msgid "In the <emph>Paste</emph> area, check only the <emph>Formats</emph> box. All other boxes must be unchecked. Click <emph>OK</emph>. Or you can click the <emph>Formats only</emph> button instead." -msgstr "" +msgstr "V části <emph>Vložit</emph> zaškrtněte pouze pole <emph>Formáty</emph>. Všechny ostatní položky musí být nezaškrtnuté. Klepněte na <emph>OK</emph>. Místo toho můžete také klepnout na tlačítko <emph>Pouze formáty</emph>." #. YMDKA #: cellstyle_conditional.xhp @@ -3155,7 +3155,7 @@ msgctxt "" "par_id3159123\n" "help.text" msgid "<link href=\"text/scalc/01/05120000.xhp\" name=\"Format - Conditional formatting\">Format - Conditional - Condition</link>" -msgstr "" +msgstr "<link href=\"text/scalc/01/05120000.xhp\" name=\"Formát - Podmíněný - Podmínka\">Formát - Podmíněný - Podmínka</link>" #. HFoKB #: cellstyle_minusvalue.xhp @@ -3227,7 +3227,7 @@ msgctxt "" "image_anc\n" "help.text" msgid "Changing Image Anchor in Calc" -msgstr "" +msgstr "Změna ukotvení obrázku v Calcu" #. Vwqvb #: change_image_anchor.xhp @@ -3236,7 +3236,7 @@ msgctxt "" "bm_id471607970579914\n" "help.text" msgid "<bookmark_value>anchor;image</bookmark_value><bookmark_value>image anchor;in Calc</bookmark_value><bookmark_value>image anchor in Calc;changing</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>ukotvení;obrázek</bookmark_value><bookmark_value>ukotvení obrázku;v Calcu</bookmark_value><bookmark_value>ukotvení obrázku v Calcu;změna</bookmark_value>" #. t3pgZ #: change_image_anchor.xhp @@ -3245,7 +3245,7 @@ msgctxt "" "par_id851607971999527\n" "help.text" msgid "<variable id=\"anchor_image\"><link href=\"text/scalc/guide/change_image_anchor.xhp\" name=\"Changing Anchor of Image\">Changing the Anchor of an Image</link> </variable>" -msgstr "" +msgstr "<variable id=\"anchor_image\"><link href=\"text/scalc/guide/change_image_anchor.xhp\" name=\"Změna ukotvení obrázku\">Změna ukotvení obrázku</link></variable>" #. BoMUp #: change_image_anchor.xhp @@ -3254,7 +3254,7 @@ msgctxt "" "par_id881607972030094\n" "help.text" msgid "Images are inserted in a Calc spreadsheet anchored to cells by default and do not resize when the cell is moved." -msgstr "" +msgstr "Ve výchozím nastavení se obrázky v sešitech Calcu vkládají ukotvené k buňkám a při přesunu buňky se nemění jejich velikost." #. gFthU #: change_image_anchor.xhp @@ -3263,7 +3263,7 @@ msgctxt "" "par_id741607810664944\n" "help.text" msgid "Images can be anchored in three different ways:" -msgstr "" +msgstr "Obrázky je možné ukotvit třemi různými způsoby:" #. WFaiX #: change_image_anchor.xhp @@ -3272,15 +3272,15 @@ msgctxt "" "par_id351607809926451\n" "help.text" msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells above and on the left of the cell holding the anchor." -msgstr "" +msgstr "<emph>K buňce:</emph> obrázek se bude přesouvat spolu s buňkou, pokud dojde ke kopírování, řazení, vkládání nebo mazání buněk nad buňkou či nalevo od buňky, ke které je obrázek ukotven." -#. 99BBj +#. aFqrk #: change_image_anchor.xhp msgctxt "" "change_image_anchor.xhp\n" "par_id871607809971823\n" "help.text" -msgid "<emph>To Cell(resize with cell):</emph> the image will move along with the cell. In addition, the image height and width will be resized if the cell holding the anchor is later resized. The aspect ratio of the image follows the later aspect ratio of the cell holding the anchor." +msgid "<emph>To Cell (resize with cell):</emph> the image will move along with the cell. In addition, the image height and width will be resized if the cell holding the anchor is later resized. The aspect ratio of the image follows the later aspect ratio of the cell holding the anchor." msgstr "" #. DGAiK @@ -3290,7 +3290,7 @@ msgctxt "" "par_id551607810008215\n" "help.text" msgid "<emph>To Page:</emph> the image position in the page is not affected by cells ordering or cells movements." -msgstr "" +msgstr "<emph>Ke stránce:</emph> na umístění obrázku na stránce nebude mít řazení a přesun buněk vliv." #. 97qEg #: change_image_anchor.xhp @@ -3299,7 +3299,7 @@ msgctxt "" "hd_id151607809776222\n" "help.text" msgid "To Change the anchor of an image" -msgstr "" +msgstr "Změna ukotvení obrázku" #. t5B8m #: change_image_anchor.xhp @@ -3308,15 +3308,15 @@ msgctxt "" "par_id41607978764613\n" "help.text" msgid "Select the image and choose <menuitem>Format - Anchor</menuitem>, or, on the context menu of the image choose <menuitem>Anchor</menuitem>" -msgstr "" +msgstr "Vyberte obrázek a zvolte <menuitem>Formát - Ukotvit</menuitem> nebo zvolte <menuitem>Ukotvit</menuitem> v místní nabídce obrázku." -#. pSQWf +#. HUHPb #: change_image_anchor.xhp msgctxt "" "change_image_anchor.xhp\n" "par_id761607809520625\n" "help.text" -msgid "The original size of the image and cell is preserved while pasting the entire row or entire column for both <emph>To Cell</emph> and <emph>To Cell(resize with cell)</emph> options." +msgid "The original size of the image and cell is preserved while pasting the entire row or entire column for both <emph>To Cell</emph> and <emph>To Cell (resize with cell)</emph> options." msgstr "" #. G5Dfz @@ -4604,7 +4604,7 @@ msgctxt "" "par_id3147264\n" "help.text" msgid "Choose <emph>Insert - Pivot Table</emph>. The <emph>Select Source</emph> dialog appears. Choose <emph>Current selection</emph> and confirm with <emph>OK</emph>. The table headings are shown as buttons in the <emph>Pivot Table</emph> dialog. Drag these buttons as required and drop them into the layout areas \"Filters\", \"Column Fields\", \"Row Fields\" and \"Data Fields\"." -msgstr "" +msgstr "Zvolte <emph>Vložit - Kontingenční tabulka</emph>. Zobrazí se dialogové okno <emph>Výběr zdroje</emph>. Zvolte <emph>Současný výběr</emph> a klepněte na <emph>OK</emph>. V dialogovém okně <emph>Kontingenční tabulka</emph> se objeví tlačítka s popisky sloupců. Přesuňte je podle potřeby do \"Filtry\", \"Pole řádku\", \"Pole sloupce\" a \"Datová pole\"." #. XR8Sd #: datapilot_createtable.xhp @@ -4622,7 +4622,7 @@ msgctxt "" "par_id7599414\n" "help.text" msgid "Drag a button to the <emph>Filters</emph> area to create a button and a listbox on top of the generated pivot table. The listbox can be used to filter the pivot table by the contents of the selected item. You can use drag-and-drop within the generated pivot table to use another page field as a filter." -msgstr "" +msgstr "Přetáhnutím do <emph>Filtry</emph> se nad vytvořenou kontingenční tabulkou vytvoří tlačítko a pole se seznamem. Toto pole se používá na filtrování kontingenční tabulky podle obsahu aktuálního pole. Ve vytvořené kontingenční tabulce lze metodou táhni a pusť přesouvat i další pole a tím vytvářet filtry." #. vFX84 #: datapilot_createtable.xhp @@ -4685,7 +4685,7 @@ msgctxt "" "par_id3154020\n" "help.text" msgid "Exit the Pivot Table dialog by pressing OK. A <emph>Filter</emph> button will now be inserted, or a page button for every data field that you dropped in the <emph>Filters</emph> area. The pivot table is inserted further down." -msgstr "" +msgstr "Uzavřete dialogové okno Kontingenční tabulka klepnutím na OK. Zobrazí se tlačítko <emph>Filtr</emph> a tlačítko pro každé pole, které jste přetáhli do oblasti <emph>Filtry</emph>. Kontingenční tabulka je vložena pod nimi." #. dJsd8 #: datapilot_deletetable.xhp @@ -4784,7 +4784,7 @@ msgctxt "" "par_id1648915\n" "help.text" msgid "In the Pivot Table dialog, you can drag a button to the <emph>Filters</emph> area to create a button and a listbox on top of the pivot table. The listbox can be used to filter the pivot table by the contents of the selected item. You can use drag-and-drop within the pivot table to use another page field as a filter." -msgstr "" +msgstr "Přetáhnutím tlačítka do <emph>Filtry</emph> se nad vytvořenou kontingenční tabulkou vytvoří tlačítko a pole se seznamem. Toto pole se používá na filtrování tabulky podle obsahu aktuálního pole. Ve vytvořené tabulce lze přetažením přesouvat i další pole a tím vytvářet filtry." #. AeGto #: datapilot_edittable.xhp @@ -9599,7 +9599,7 @@ msgctxt "" "par_id751525167435160\n" "help.text" msgid "Pivot chart buttons are unique to pivot charts, normal charts don't have them. The buttons shows the layout of the pivot table, which are the pivot table fields. If present, filters are displayed in the top. Row fields are displayed on the bottom of the chart next to each other and the legend shows the buttons from column fields stacked." -msgstr "" +msgstr "Tlačítka kontingenčního grafu jsou jedinečná pro kontingenční grafy, běžné grafy je nemají. Tlačítka zobrazují rozvržení kontingenční tabulky, které odpovídá polím kontingenční tabulky. Jsou-li použity, zobrazují se v horní části filtry. V dolní části grafu se vedle sebe zobrazují pole řádku a u legendy se nad sebou zobrazují pole sloupce." #. HiBfg #: pivotchart_filter.xhp @@ -9626,7 +9626,7 @@ msgctxt "" "par_id401525167457977\n" "help.text" msgid "Existing filters shows what is filtered: when nothing is filtered \"- all -\" is shown, when some data is filtered, then \"- multiple -\" is shown and when only one value is not filtered, the value is shown." -msgstr "" +msgstr "Stávající filtry zobrazují to, co je filtrováno: když se nic nefiltruje, zobrazí se \"- vše -\", když jsou filtrovány některé údaje, zobrazí se \"- vícenásobné -\", a pokud je filtrována jen jedna hodnota, zobrazí se tato hodnota." #. Qprys #: pivotchart_update.xhp @@ -11471,7 +11471,7 @@ msgctxt "" "par_id3153142\n" "help.text" msgid "Once you have created a filter matrix, select the sheet ranges to be filtered. Open the <emph>Advanced Filter</emph> dialog by choosing <menuitem>Data - More Filters - Advanced Filter</menuitem>, and define the filter conditions." -msgstr "" +msgstr "Po vytvoření matice filtru vyberte oblast listu, na kterou chcete filtr použít. Volbou <menuitem>Data - Další filtry - Rozšířený filtr</menuitem> otevřete dialogové okno <emph>Rozšířený filtr</emph>, kde je možné definovat parametry filtru." #. 2F7wd #: specialfilter.xhp @@ -11480,7 +11480,7 @@ msgctxt "" "par_id3153726\n" "help.text" msgid "Then click OK, and you will see that only the rows from the original sheet whose contents have met the search criteria are still visible. All other rows are temporarily hidden and can be made to reappear with the <menuitem>Format - Rows - Show</menuitem> command." -msgstr "" +msgstr "Po klepnutím na OK se zobrazí pouze ty řádky z původního listu, které odpovídají parametrům filtru. Ostatní řádky jsou dočasně skryty a je možné je zobrazit volbou <menuitem>Formát - Řádky - Zobrazit</menuitem>." #. Sn4mJ #: specialfilter.xhp @@ -11489,7 +11489,7 @@ msgctxt "" "par_id3149664\n" "help.text" msgid "Example" -msgstr "" +msgstr "Příklad" #. UFqRd #: specialfilter.xhp @@ -11498,7 +11498,7 @@ msgctxt "" "par_id3147427\n" "help.text" msgid "Load a spreadsheet with a large number of records. We are using a fictional <emph>Turnover</emph> document, but you can just as easily use any other document. The document has the following layout:" -msgstr "Otevřete sešit s velkým počtem řádků. Použijme fiktivní dokument <emph>Obrat</emph>, ale lze použít jakýkoliv jiný. Náš dokument vypadá takto:" +msgstr "Otevřete sešit s velkým počtem záznamů. Jako příklad poslouží fiktivní dokument <emph>Obrat</emph>, ale lze místo něj použít jakýkoliv jiný. Dokument má následující rozvržení:" #. KiEAY #: specialfilter.xhp @@ -11588,7 +11588,7 @@ msgctxt "" "par_id3147300\n" "help.text" msgid "Copy row 1 with the row headers (field names), to row 20, for example. Enter the filter conditions linked with OR in rows 21, 22, and so on." -msgstr "Zkopírujte řádek 1 se záhlavím řádků (názvy polí) například do řádku 20. Zadejte kritéria spojené logickým OR do řádků 21, 22 a tak dále." +msgstr "Zkopírujte řádek 1 se záhlavím řádků (názvy polí) například do řádku 20. Zadejte kritéria spojená logickým OR do řádků 21, 22 a tak dále." #. VHUHq #: specialfilter.xhp @@ -11651,7 +11651,7 @@ msgctxt "" "par_id3153566\n" "help.text" msgid "Specify that only rows which either have the value <literal>January</literal> in the <emph>Month</emph> cells OR a value of under 160000 in the <emph>Standard</emph> cells will be displayed." -msgstr "" +msgstr "Znamená to, že se zobrazí pouze řádky s měsícem <literal>Leden</literal> ve sloupci <emph>Měsíc</emph> nebo (OR) s hodnotou menší než 160 000 ve sloupci <emph>Standardní</emph>." #. ApUpg #: specialfilter.xhp @@ -11660,7 +11660,7 @@ msgctxt "" "par_id3147372\n" "help.text" msgid "Choose <menuitem>Data - More Filters - Advanced Filter</menuitem>, and then select the range A20:E22. After you click OK, only the filtered rows will be displayed. The other rows will be hidden from view." -msgstr "" +msgstr "Zvolte <menuitem>Data - Další filtry - Rozšířený filtr</menuitem> a vyberte oblast A20:E22. Po klepnutí na OK se zobrazí pouze filtrované řádky. Ostatní budou skryty." #. jQ6bn #: subtotaltool.xhp @@ -13046,7 +13046,7 @@ msgctxt "" "par_id3150749\n" "help.text" msgid "If more than one name starts with the same characters, you can scroll forward through all the names using the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> <keycode>+ Tab keys</keycode> and backward using the <keycode>Shift +</keycode> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> <keycode>+ Tab</keycode> keys." -msgstr "" +msgstr "Pokud začíná stejnými znaky více než jeden název, můžete všechny názvy procházet pomocí kláves <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Tab</keycode> a zpět pomocí kláves <keycode>Shift + </keycode><switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Tab</keycode>." #. VDbbB #: value_with_name.xhp diff --git a/source/cs/helpcontent2/source/text/sdatabase.po b/source/cs/helpcontent2/source/text/sdatabase.po index 2d319e609ab..7d2e4df8e29 100644 --- a/source/cs/helpcontent2/source/text/sdatabase.po +++ b/source/cs/helpcontent2/source/text/sdatabase.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-03-08 14:39+0100\n" +"POT-Creation-Date: 2021-03-29 16:02+0200\n" "PO-Revision-Date: 2020-10-28 19:35+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textsdatabase/cs/>\n" @@ -4254,6 +4254,726 @@ msgctxt "" msgid "<ahelp hid=\"dbaccess/ui/relationdialog/deldefault\">If you delete the corresponding primary key, a set value will be set to all external key fields.</ahelp>" msgstr "" +#. x8A6E +#: 05030000.xhp +msgctxt "" +"05030000.xhp\n" +"tit\n" +"help.text" +msgid "Copy a Table by Drag-and-Drop" +msgstr "" + +#. VdcaB +#: 05030000.xhp +msgctxt "" +"05030000.xhp\n" +"hd_id3154894\n" +"help.text" +msgid "<link href=\"text/sdatabase/05030000.xhp\" name=\"Copy Query or Table by Drag-and-Drop\">Copy Query or Table by Drag-and-Drop</link>" +msgstr "" + +#. nDG9W +#: 05030000.xhp +msgctxt "" +"05030000.xhp\n" +"bm_id3155535\n" +"help.text" +msgid "<bookmark_value>queries; copying (Base)</bookmark_value><bookmark_value>tables in databases; copying database tables (Base)</bookmark_value>" +msgstr "" + +#. n82rc +#: 05030000.xhp +msgctxt "" +"05030000.xhp\n" +"par_id3155535\n" +"help.text" +msgid "Dragging-and-dropping a query or table opens the <emph>Copy Table </emph>dialog, which allows you to define the options for copying a query or a table." +msgstr "" + +#. CzRJq +#: 05030000.xhp +msgctxt "" +"05030000.xhp\n" +"par_id3148539\n" +"help.text" +msgid "With the <emph>Copy Table </emph>dialog you can:" +msgstr "" + +#. G45TE +#: 05030000.xhp +msgctxt "" +"05030000.xhp\n" +"par_id3153147\n" +"help.text" +msgid "copy the data from the table into another table," +msgstr "" + +#. 9Kvqa +#: 05030000.xhp +msgctxt "" +"05030000.xhp\n" +"par_id3150504\n" +"help.text" +msgid "use the structure of the table as the basis for creating a new table." +msgstr "" + +#. dDRmD +#: 05030000.xhp +msgctxt "" +"05030000.xhp\n" +"par_id3155628\n" +"help.text" +msgid "You can copy within the same database or between different databases." +msgstr "" + +#. Ed5rp +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"tit\n" +"help.text" +msgid "Copy Table" +msgstr "" + +#. kkUkn +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"hd_id3085157\n" +"help.text" +msgid "<link href=\"text/sdatabase/05030100.xhp\" name=\"Copy Table\">Copy Table</link>" +msgstr "" + +#. sBC76 +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id3149264\n" +"help.text" +msgid "You can copy a table by dragging and dropping the table onto the table area of a database file window. The <emph>Copy table </emph>dialog appears." +msgstr "" + +#. ciK5F +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"hd_id3154926\n" +"help.text" +msgid "Table name" +msgstr "" + +#. iFF9F +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id3144740\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/copytablepage/name\">Specifies a name for the copy.</ahelp> Some databases only accept names containing eight or fewer characters." +msgstr "" + +#. x78x3 +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"hd_id3154228\n" +"help.text" +msgid "Options" +msgstr "" + +#. JvNbF +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"hd_id3157898\n" +"help.text" +msgid "Definition and data" +msgstr "" + +#. TqTmF +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id3150178\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/copytablepage/defdata\">Creates a 1:1 copy of the database table.</ahelp> The table definition and the complete data are copied. The table definition includes the table structure and format from different data fields, including special field properties. The field contents supply the data." +msgstr "" + +#. hezaD +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"hd_id3149346\n" +"help.text" +msgid "Definition" +msgstr "" + +#. b2GpC +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id3156426\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/copytablepage/def\">Copies only the table definition and not the corresponding data.</ahelp>" +msgstr "" + +#. RCvEj +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"hd_id3143267\n" +"help.text" +msgid "As table view" +msgstr "" + +#. BNNHr +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id3153311\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/copytablepage/view\">If the database supports Views and you selected this option, a query will be created in the table container as a table. This option allows you to view the query results as a normal table view.</ahelp> The table will be filtered in the view with a \"Select\" SQL statement." +msgstr "" + +#. yJmgp +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"hd_id3155535\n" +"help.text" +msgid "Append data" +msgstr "" + +#. aB4JD +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id3166410\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/copytablepage/data\">Appends the data of the table to be copied to an existing table.</ahelp>" +msgstr "" + +#. AnYQg +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id3147275\n" +"help.text" +msgid "The table definition must be exactly the same so that data can be copied. Data cannot be copied if a data field in the target table has another format than the data field in the source table." +msgstr "" + +#. ADGPK +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id3156117\n" +"help.text" +msgid "Match the data field names in the<emph> Copy Table</emph> dialog on the <link href=\"text/sdatabase/05030400.xhp\" name=\"Apply Columns\">Apply Columns</link> page." +msgstr "" + +#. toArF +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id3153252\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/copytablepage/data\">If the data cannot be attached, you will see a list of fields in the <emph>Column Info</emph> dialog whose data cannot be copied.</ahelp> If you confirm this dialog with OK, only the data that does not appear in the list will be attached." +msgstr "" + +#. 8JYz8 +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id3158430\n" +"help.text" +msgid "If the fields of the target table have a smaller field length than in the source table when data is being attached, the source data fields will automatically be truncated to match the field lengths in the target table." +msgstr "" + +#. 6oNSE +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"bm_id3149164\n" +"help.text" +msgid "<bookmark_value>primary keys; defining</bookmark_value>" +msgstr "" + +#. odQAJ +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"hd_id3149164\n" +"help.text" +msgid "Create primary key" +msgstr "" + +#. T7Dmr +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id3155922\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/copytablepage/primarykey\">Automatically generates a primary key data field and fills it with values.</ahelp> You should always use this field, since a primary key must always be available in order to edit the table." +msgstr "" + +#. EhRtD +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"hd_id3146794\n" +"help.text" +msgid "Name" +msgstr "" + +#. v9USa +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id3156343\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/copytablepage/keyname\">Specifies a name for the primary key generated. This name is optional.</ahelp>" +msgstr "" + +#. seBiB +#: 05030100.xhp +msgctxt "" +"05030100.xhp\n" +"par_id3151056\n" +"help.text" +msgid "<link href=\"text/sdatabase/05030200.xhp\" name=\"Next page\">Next page</link>" +msgstr "" + +#. DDJC9 +#: 05030200.xhp +msgctxt "" +"05030200.xhp\n" +"tit\n" +"help.text" +msgid "Apply columns" +msgstr "" + +#. FnB9J +#: 05030200.xhp +msgctxt "" +"05030200.xhp\n" +"hd_id3150445\n" +"help.text" +msgid "<link href=\"text/sdatabase/05030200.xhp\" name=\"Apply columns\">Apply columns</link>" +msgstr "" + +#. 6b9Li +#: 05030200.xhp +msgctxt "" +"05030200.xhp\n" +"par_id3147143\n" +"help.text" +msgid "In the data source explorer, you can copy a table by dragging and dropping the table onto the table container. The <emph>Apply columns </emph>dialog is the second window of the <emph>Copy table</emph> dialog." +msgstr "" + +#. 8r9yc +#: 05030200.xhp +msgctxt "" +"05030200.xhp\n" +"hd_id3155552\n" +"help.text" +msgid "Existing columns" +msgstr "" + +#. NDcVA +#: 05030200.xhp +msgctxt "" +"05030200.xhp\n" +"hd_id3154751\n" +"help.text" +msgid "Left list box" +msgstr "" + +#. AkHFX +#: 05030200.xhp +msgctxt "" +"05030200.xhp\n" +"par_id3147088\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/applycolpage/from\">Lists the available data fields that you can include in the copied table. To copy a data field, click its name, and then click the > button. To copy all of the fields, click the <emph>>></emph> button.</ahelp>" +msgstr "" + +#. FYG4i +#: 05030200.xhp +msgctxt "" +"05030200.xhp\n" +"hd_id3154823\n" +"help.text" +msgid "Right list box" +msgstr "" + +#. KgGGQ +#: 05030200.xhp +msgctxt "" +"05030200.xhp\n" +"par_id3156426\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/applycolpage/to\">Lists the fields that you want to include in the copied table.</ahelp>" +msgstr "" + +#. VyQwS +#: 05030200.xhp +msgctxt "" +"05030200.xhp\n" +"hd_id3147242\n" +"help.text" +msgid "Buttons" +msgstr "" + +#. NT8C3 +#: 05030200.xhp +msgctxt "" +"05030200.xhp\n" +"par_id3146797\n" +"help.text" +msgid "<ahelp hid=\".\">Adds or removes the selected field (> or < button) or all of the fields (<< or >> button).</ahelp>" +msgstr "" + +#. CuqBd +#: 05030200.xhp +msgctxt "" +"05030200.xhp\n" +"par_id3153561\n" +"help.text" +msgid "<link href=\"text/sdatabase/05030300.xhp\" name=\"Next page\">Next page</link>" +msgstr "" + +#. gTg68 +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"tit\n" +"help.text" +msgid "Type formatting" +msgstr "" + +#. ybz5D +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"hd_id3163829\n" +"help.text" +msgid "<link href=\"text/sdatabase/05030300.xhp\" name=\"Type formatting\">Type formatting</link>" +msgstr "" + +#. EkSPG +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"par_id3150247\n" +"help.text" +msgid "In the data source explorer, you can copy a table by dragging and dropping the table onto the table container. The<emph> Type formatting </emph>dialog is the third window of the <emph>Copy table</emph> dialog." +msgstr "" + +#. mnHDq +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"hd_id3152801\n" +"help.text" +msgid "List box" +msgstr "" + +#. EqDjY +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"par_id3145313\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/typeselectpage/columnnames\">Lists the data fields that will be included in to the copied table.</ahelp>" +msgstr "" + +#. NCTje +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"hd_id3155535\n" +"help.text" +msgid "Column information" +msgstr "" + +#. eiXTf +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"hd_id3156426\n" +"help.text" +msgid "Field name" +msgstr "" + +#. MNzaq +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"par_id3153681\n" +"help.text" +msgid "<ahelp hid=\".\">Displays the name of the selected data field. If you want, you can enter a new name.</ahelp>" +msgstr "" + +#. GhbYj +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"hd_id3156113\n" +"help.text" +msgid "Field type" +msgstr "" + +#. MmakP +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"par_id3149811\n" +"help.text" +msgid "<ahelp hid=\".\">Select a field type.</ahelp>" +msgstr "" + +#. E9Z9q +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"hd_id3149763\n" +"help.text" +msgid "Length" +msgstr "" + +#. BE8Ct +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"par_id3155449\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the number of characters for the data field.</ahelp>" +msgstr "" + +#. FqaDj +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"hd_id3159176\n" +"help.text" +msgid "Decimal places" +msgstr "" + +#. 4pH6B +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"par_id3153666\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the number of decimal places for the data field. This option is only available for numerical or decimal data fields.</ahelp>" +msgstr "" + +#. 8H7Yy +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"hd_id3150276\n" +"help.text" +msgid "Default value" +msgstr "" + +#. uF2x5 +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"par_id3147620\n" +"help.text" +msgid "<ahelp hid=\".\">Select the default value for a Yes/No field.</ahelp>" +msgstr "" + +#. H7JCy +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"hd_id3153087\n" +"help.text" +msgid "Automatic type recognition" +msgstr "" + +#. KTPFP +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"par_id3153561\n" +"help.text" +msgid "$[officename] can automatically recognize field contents when you copy database tables by drag and drop." +msgstr "" + +#. XbBEn +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"hd_id3156023\n" +"help.text" +msgid "(max.) lines" +msgstr "" + +#. 9uGo7 +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"par_id3155923\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/typeselectpage/auto\">Enter the number of lines to use for automatic type recognition.</ahelp>" +msgstr "" + +#. ZojMW +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"hd_id3154347\n" +"help.text" +msgid "Auto" +msgstr "" + +#. KXrRC +#: 05030300.xhp +msgctxt "" +"05030300.xhp\n" +"par_id3152361\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/typeselectpage/autobutton\">Enables automatic type recognition.</ahelp>" +msgstr "" + +#. U6GAf +#: 05030400.xhp +msgctxt "" +"05030400.xhp\n" +"tit\n" +"help.text" +msgid "Assign columns" +msgstr "" + +#. qFHro +#: 05030400.xhp +msgctxt "" +"05030400.xhp\n" +"hd_id3151100\n" +"help.text" +msgid "<link href=\"text/sdatabase/05030400.xhp\" name=\"Assign columns\">Assign columns</link>" +msgstr "" + +#. EkAFg +#: 05030400.xhp +msgctxt "" +"05030400.xhp\n" +"par_id3156027\n" +"help.text" +msgid "In the data source explorer, you can copy a table by dragging and dropping the table onto the table container. If you select the <emph>Attach data </emph>check box on the first page of the <emph>Copy table </emph>dialog, the <emph>Assign columns </emph>dialog opens as the second window. You can use this dialog to map the contents of a data field in the source table to a different data field in the destination table." +msgstr "" + +#. fGrH7 +#: 05030400.xhp +msgctxt "" +"05030400.xhp\n" +"hd_id3157958\n" +"help.text" +msgid "Source table" +msgstr "" + +#. XA5ur +#: 05030400.xhp +msgctxt "" +"05030400.xhp\n" +"par_id3145071\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/namematchingpage/left\">Lists the data fields in the source table. To include a data field from the source table in the destination table, select the check box in front of the data field name. To map the contents of a data field in the source table to a different data field in the destination table, click the data field in the source table list, and then click the up or down arrow.</ahelp> To include all of the source data fields in the destination table, click <emph>All</emph>." +msgstr "" + +#. Kn5tW +#: 05030400.xhp +msgctxt "" +"05030400.xhp\n" +"hd_id3166410\n" +"help.text" +msgid "Destination table" +msgstr "" + +#. CHq7j +#: 05030400.xhp +msgctxt "" +"05030400.xhp\n" +"par_id3154749\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/namematchingpage/right\">Lists the possible data fields in the destination table. Only the data fields that are selected in the source table list will be included the destination table.</ahelp>" +msgstr "" + +#. yGCzC +#: 05030400.xhp +msgctxt "" +"05030400.xhp\n" +"hd_id3150670\n" +"help.text" +msgid "up" +msgstr "" + +#. AoHnF +#: 05030400.xhp +msgctxt "" +"05030400.xhp\n" +"par_id3155628\n" +"help.text" +msgid "<ahelp hid=\".\">Moves the selected entry up one position in the list.</ahelp>" +msgstr "" + +#. BsfZK +#: 05030400.xhp +msgctxt "" +"05030400.xhp\n" +"hd_id3149580\n" +"help.text" +msgid "down" +msgstr "" + +#. XUyNh +#: 05030400.xhp +msgctxt "" +"05030400.xhp\n" +"par_id3150984\n" +"help.text" +msgid "<ahelp hid=\".\">Moves the selected entry down one position in the list.</ahelp>" +msgstr "" + +#. DqTjR +#: 05030400.xhp +msgctxt "" +"05030400.xhp\n" +"hd_id3156156\n" +"help.text" +msgid "all" +msgstr "" + +#. FBk6i +#: 05030400.xhp +msgctxt "" +"05030400.xhp\n" +"par_id3154514\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/namematchingpage/all\">Selects all of the data fields in the list.</ahelp>" +msgstr "" + +#. eFJ6S +#: 05030400.xhp +msgctxt "" +"05030400.xhp\n" +"hd_id3153541\n" +"help.text" +msgid "none" +msgstr "" + +#. LYsDF +#: 05030400.xhp +msgctxt "" +"05030400.xhp\n" +"par_id3148563\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/namematchingpage/none\">Clears all of the check boxes in the list.</ahelp>" +msgstr "" + #. cLmBi #: main.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/shared/00.po b/source/cs/helpcontent2/source/text/shared/00.po index 1d4451d36f8..3397d0abc45 100644 --- a/source/cs/helpcontent2/source/text/shared/00.po +++ b/source/cs/helpcontent2/source/text/shared/00.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-03-22 13:58+0100\n" +"POT-Creation-Date: 2021-03-29 16:02+0200\n" "PO-Revision-Date: 2021-03-21 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/textshared00/cs/>\n" @@ -529,6 +529,87 @@ msgctxt "" msgid "A confirmation does not appear before the defaults are reloaded." msgstr "Před znovunačtením výchozího nastavení se nezobrazí potvrzující dotaz." +#. DPmE5 +#: 00000001.xhp +msgctxt "" +"00000001.xhp\n" +"hd_id811616711038538\n" +"help.text" +msgid "Cancel" +msgstr "" + +#. TcFYz +#: 00000001.xhp +msgctxt "" +"00000001.xhp\n" +"par_id651616711045219\n" +"help.text" +msgid "Closes dialog and discards changes on all tabs. If <emph>Apply</emph> was used, then changes after the last use of Apply are discarded." +msgstr "" + +#. wFkFQ +#: 00000001.xhp +msgctxt "" +"00000001.xhp\n" +"hd_id601616709204188\n" +"help.text" +msgid "Reset" +msgstr "" + +#. YmYPB +#: 00000001.xhp +msgctxt "" +"00000001.xhp\n" +"par_id691616710270371\n" +"help.text" +msgid "Resets modified values on the current tab back to the values when the dialog was opened. If <emph>Apply</emph> is used before closing the dialog, then values are reset to those after the last use of Apply." +msgstr "" + +#. emuSf +#: 00000001.xhp +msgctxt "" +"00000001.xhp\n" +"hd_id541616711560721\n" +"help.text" +msgid "Apply" +msgstr "" + +#. pjHJH +#: 00000001.xhp +msgctxt "" +"00000001.xhp\n" +"par_id691616711586248\n" +"help.text" +msgid "Applies modifications on all tabs without closing dialog. Cannot be reverted with <emph>Reset</emph>." +msgstr "" + +#. A8G37 +#: 00000001.xhp +msgctxt "" +"00000001.xhp\n" +"hd_id851616061478033\n" +"help.text" +msgid "Reset to Parent" +msgstr "" + +#. WGWyN +#: 00000001.xhp +msgctxt "" +"00000001.xhp\n" +"par_id581616061494132\n" +"help.text" +msgid "Values for the current tab are set to those found in the corresponding tab of the style specified in “Inherit from” in Organizer. In all cases, also when “Inherit from” is “- None -”, current tab values specified in “Contains” are removed." +msgstr "" + +#. 3brfZ +#: 00000001.xhp +msgctxt "" +"00000001.xhp\n" +"par_id131583023830621\n" +"help.text" +msgid "This option appears only for Paragraph Style, Character Style, and Frame Style." +msgstr "" + #. wUEEa #: 00000001.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/shared/01.po b/source/cs/helpcontent2/source/text/shared/01.po index a23c2f74f96..ec4a91727ca 100644 --- a/source/cs/helpcontent2/source/text/shared/01.po +++ b/source/cs/helpcontent2/source/text/shared/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-03-23 11:44+0100\n" +"POT-Creation-Date: 2021-03-29 16:02+0200\n" "PO-Revision-Date: 2021-01-05 07:36+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/cs/>\n" @@ -15055,6 +15055,15 @@ msgctxt "" msgid "You can also change the locale setting for cells (choose <emph>Format - Cells - Numbers</emph>)." msgstr "Národní prostředí je možné změnit také pro buňky (zvolte <emph>Formát - Buňky - Čísla</emph>)." +#. FASWt +#: 05020100.xhp +msgctxt "" +"05020100.xhp\n" +"par_id341616754767611\n" +"help.text" +msgid "The following buttons appear only for Paragraph Style and Character Style." +msgstr "" + #. ZqG5G #: 05020100.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/shared/02.po b/source/cs/helpcontent2/source/text/shared/02.po index 590a1b942e4..14eebba67b9 100644 --- a/source/cs/helpcontent2/source/text/shared/02.po +++ b/source/cs/helpcontent2/source/text/shared/02.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2021-03-23 11:44+0100\n" -"PO-Revision-Date: 2021-01-02 19:36+0000\n" +"PO-Revision-Date: 2021-03-24 12:37+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/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.4.2\n" "X-POOTLE-MTIME: 1561117732.000000\n" #. Edm6o @@ -11264,7 +11264,7 @@ msgctxt "" "tit\n" "help.text" msgid "Character Highlighting Color" -msgstr "" +msgstr "Barva zvýraznění znaků" #. 5GRDP #: 02160000.xhp @@ -11282,7 +11282,7 @@ msgctxt "" "par_id3154927\n" "help.text" msgid "<variable id=\"highlight_color\"><ahelp hid=\".uno:BackColor\">Applies current highlighting color to the <switchinline select=\"appl\"><caseinline select=\"WRITER\">character style or</caseinline></switchinline> text selection.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"highlight_color\"><ahelp hid=\".uno:BackColor\">Použije aktuální barvu zvýraznění na <switchinline select=\"appl\"><caseinline select=\"WRITER\">znakový styl</caseinline></switchinline> nebo vybraný text.</ahelp></variable>" #. KrAa6 #: 02160000.xhp @@ -11309,7 +11309,7 @@ msgctxt "" "par_id481613812856744\n" "help.text" msgid "Click the <emph>Character Highlighting Color</emph> icon on the <switchinline select=\"appl\"><caseinline select=\"WRITER\">Formatting bar, Text Object bar or Character section of Properties Sidebar.</caseinline><defaultinline><emph>Text Formatting bar.</emph></defaultinline></switchinline>" -msgstr "" +msgstr "Klepněte na ikonu <emph>Barva zvýraznění znaků</emph> <switchinline select=\"appl\"><caseinline select=\"WRITER\">na liště Formátování či Textový objekt nebo v části Znak na kartě Vlastnosti na postranní liště.</caseinline><defaultinline><emph>na liště Formátování textu.</emph></defaultinline></switchinline>" #. YETEY #: 02160000.xhp @@ -11318,7 +11318,7 @@ msgctxt "" "par_id3152551\n" "help.text" msgid "<image id=\"img_id3149177\" src=\"cmd/sc_backcolor.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149177\">Character Highlighting Color Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149177\" src=\"cmd/sc_backcolor.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149177\">Ikona Barva zvýraznění textu</alt></image>" #. zJCAE #: 02160000.xhp @@ -11327,7 +11327,7 @@ msgctxt "" "par_id3147210\n" "help.text" msgid "Character Highlighting Color icon" -msgstr "" +msgstr "Ikona Barva zvýraznění textu" #. 4M9HV #: 02160000.xhp @@ -11336,7 +11336,7 @@ msgctxt "" "par_idN10736\n" "help.text" msgid "To change the highlighting color, click the arrow next to the <emph>Character Highlighting Color</emph> icon, and then click the color that you want." -msgstr "" +msgstr "Chcete-li změnit barvu zvýraznění, klepněte na šipku vedle ikony <emph>Barva zvýraznění znaků</emph> a poté klepněte na požadovanou barvu." #. ZBF5S #: 02160000.xhp @@ -11345,7 +11345,7 @@ msgctxt "" "hd_id711610982428158\n" "help.text" msgid "Apply Highlighting" -msgstr "" +msgstr "Použití zvýraznění" #. UgA5i #: 02160000.xhp @@ -11354,7 +11354,7 @@ msgctxt "" "hd_id111610983384915\n" "help.text" msgid "To a Text Selection" -msgstr "" +msgstr "Na výběr textu" #. sDQjr #: 02160000.xhp @@ -11363,7 +11363,7 @@ msgctxt "" "par_id741610983082687\n" "help.text" msgid "Select the text that you want to highlight." -msgstr "" +msgstr "Vyberte text, který chcete zvýraznit." #. AQAQh #: 02160000.xhp @@ -11372,7 +11372,7 @@ msgctxt "" "par_id851610983100948\n" "help.text" msgid "Click the <emph>Character Highlighting Color</emph> icon on the <switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Formatting</emph> or <emph>Text Object</emph></caseinline><defaultinline><emph>Text Formatting</emph></defaultinline></switchinline> bar." -msgstr "" +msgstr "Klepněte na ikonu <emph>Barva zvýraznění znaků</emph> na liště <switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Formátování</emph> či <emph>Textový objekt</emph></caseinline><defaultinline><emph>Formátování textu</emph></defaultinline></switchinline>." #. bVPsm #: 02160000.xhp @@ -11381,7 +11381,7 @@ msgctxt "" "par_id461611232078309\n" "help.text" msgid "To type after the selection without highlighting, click <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+M</keycode>." -msgstr "" +msgstr "Chcete-li pokračovat v psaní za výběrem bez zvýraznění, stiskněte <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+M</keycode>." #. ftHsB #: 02160000.xhp @@ -11390,7 +11390,7 @@ msgctxt "" "par_id3166460\n" "help.text" msgid "For Multiple Selections" -msgstr "" +msgstr "Vícenásobný výběr" #. UfC2U #: 02160000.xhp @@ -11399,7 +11399,7 @@ msgctxt "" "par_id57161098864299\n" "help.text" msgid "Start with no text selected." -msgstr "" +msgstr "Začněte bez vybraného textu." #. SL9j6 #: 02160000.xhp @@ -11408,7 +11408,7 @@ msgctxt "" "par_idN1072B\n" "help.text" msgid "On the <emph>Formatting</emph> bar, click the <emph>Character Highlighting Color</emph> icon." -msgstr "" +msgstr "Na liště <emph>Formátování</emph> klepněte na ikonu <emph>Barva zvýraznění znaků</emph>." #. qfcjf #: 02160000.xhp @@ -11417,7 +11417,7 @@ msgctxt "" "par_id571610984733742\n" "help.text" msgid "The mouse cursor changes to the <emph>Apply Highlighting</emph> cursor." -msgstr "" +msgstr "Ukazatel myši se změní na kurzor <emph>Použít zvýraznění</emph>." #. okbzE #: 02160000.xhp @@ -11426,7 +11426,7 @@ msgctxt "" "par_id81610984914998\n" "help.text" msgid "<image src=\"vcl/res/fill.png\" id=\"img_id341610984914998\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id801610984914998\">Apply Highlighting Icon</alt></image>" -msgstr "" +msgstr "<image src=\"vcl/res/fill.png\" id=\"img_id341610984914998\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id801610984914998\">Ikona Použít zvýraznění</alt></image>" #. EEgUx #: 02160000.xhp @@ -11435,7 +11435,7 @@ msgctxt "" "par_id241610984914998\n" "help.text" msgid "Apply Highlighting cursor" -msgstr "" +msgstr "Kurzor Použít zvýraznění" #. EZBA3 #: 02160000.xhp @@ -11444,7 +11444,7 @@ msgctxt "" "par_idN1073E\n" "help.text" msgid "Use the <emph>Apply Highlighting</emph> cursor to select text that you want to highlight." -msgstr "" +msgstr "Kurzorem <emph>Použít zvýraznění</emph>, vyberte text, který chcete zvýraznit." #. bDpTu #: 02160000.xhp @@ -11453,7 +11453,7 @@ msgctxt "" "par_idN10757\n" "help.text" msgid "To turn off highlighting cursor, click the <emph>Character Highlighting Color</emph> icon again, or press <keycode>Esc</keycode>." -msgstr "" +msgstr "Zvýrazňování vypnete opětovným klepnutím na ikonu <emph>Barva zvýrazňování znaků</emph> nebo stisknutím klávesy <keycode>Esc</keycode>." #. CnFYE #: 02160000.xhp @@ -11462,7 +11462,7 @@ msgctxt "" "par_idN10743\n" "help.text" msgid "To apply highlighting to a single word, double-click the word; for a sentence use triple-click, and quadruple-click for a paragraph." -msgstr "" +msgstr "Chcete-li zvýraznit jediné slovo, poklepejte na něj; pro zvýraznění věty použijte trojité klepnutí, pro odstavec klepněte čtyřikrát." #. Ev2VU #: 02160000.xhp @@ -11489,7 +11489,7 @@ msgctxt "" "par_id3149784\n" "help.text" msgid "On the <switchinline select=\"appl\"><caseinline select=\"WRITER\"/><defaultinline><emph>Text</emph></defaultinline></switchinline> <emph>Formatting</emph> bar, click the arrow next to the <emph>Character Highlighting Color</emph> icon, and then click <emph>No Fill</emph>." -msgstr "" +msgstr "Na liště <emph>Formátování</emph> <switchinline select=\"appl\"><caseinline select=\"WRITER\"/><defaultinline><emph>textu</emph></defaultinline></switchinline> klepněte na šipku vedle ikony <emph>Barva zvýraznění znaků</emph> a poté klepněte na <emph>Bez výplně</emph>." #. yDDr8 #: 02160000.xhp @@ -11498,7 +11498,7 @@ msgctxt "" "par_id681610983533210\n" "help.text" msgid "For multiple selections, click the <emph>Character Highlighting Color</emph> icon with <emph>No Fill</emph>, select highlighting to remove, then finish by clicking the icon again or pressing <keycode>Esc</keycode>." -msgstr "" +msgstr "U vícenásobného výběru klepněte na ikonu <emph>Barva zvýraznění znaků</emph> s volbou <emph>Bez výplně</emph>, vyberte zvýraznění, které se má odstranit, a poté klepněte znovu na ikonu nebo stiskněte klávesu <keycode>Esc</keycode>." #. fRhjf #: 02170000.xhp @@ -12362,7 +12362,7 @@ msgctxt "" "tit\n" "help.text" msgid "Toggle Unordered List" -msgstr "" +msgstr "Přepnout neseřazený seznam" #. CCrby #: 06120000.xhp @@ -12371,7 +12371,7 @@ msgctxt "" "hd_id3154228\n" "help.text" msgid "<link href=\"text/shared/02/06120000.xhp\" name=\"Bullets On/Off\">Toggle Unordered List</link>" -msgstr "" +msgstr "<link href=\"text/shared/02/06120000.xhp\" name=\"Přepnout neseřazený seznam\">Přepnout neseřazený seznam</link>" #. GQ9yd #: 06120000.xhp @@ -12425,7 +12425,7 @@ msgctxt "" "par_id3150355\n" "help.text" msgid "<image id=\"img_id3157909\" src=\"cmd/lc_defaultbullet.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157909\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3157909\" src=\"cmd/lc_defaultbullet.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157909\">Ikona</alt></image>" #. TEain #: 06120000.xhp @@ -12434,7 +12434,7 @@ msgctxt "" "par_id3149233\n" "help.text" msgid "Toggle Unordered List" -msgstr "" +msgstr "Přepnout neseřazený seznam" #. 6UAmF #: 07010000.xhp @@ -12839,7 +12839,7 @@ msgctxt "" "par_id511616406933483\n" "help.text" msgid "Choose <menuitem>Insert - Hyperlink</menuitem>." -msgstr "" +msgstr "Zvolte <menuitem>Vložit - Hypertextový odkaz</menuitem>." #. CFNbD #: 09070000.xhp @@ -12848,7 +12848,7 @@ msgctxt "" "par_id771616410590648\n" "help.text" msgid "Choose <menuitem>Edit - Hyperlink</menuitem>, when the cursor is placed in a hyperlink." -msgstr "" +msgstr "Zvolte <menuitem>Upravit - Hypertextový odkaz</menuitem> s kurzorem umístěným na hypertextovém odkaze." #. E6FB3 #: 09070000.xhp @@ -12857,7 +12857,7 @@ msgctxt "" "par_id161616407054506\n" "help.text" msgid "On <link href=\"text/shared/main0201.xhp\" name=\"Standard Bar\"><emph>Standard</emph></link> bar, click" -msgstr "" +msgstr "Na liště <link href=\"text/shared/main0201.xhp\" name=\"Lišta Standardní\"><emph>Standardní</emph></link> klepněte na" #. MSjJA #: 09070000.xhp @@ -12866,7 +12866,7 @@ msgctxt "" "par_id3154927\n" "help.text" msgid "<image id=\"img_id3093440\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3093440\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Ikona</alt></image>" #. Dty7B #: 09070000.xhp @@ -13406,7 +13406,7 @@ msgctxt "" "bm_id551615667308718\n" "help.text" msgid "<bookmark_value>hyperlinks;to files</bookmark_value> <bookmark_value>hyperlinks;to folders</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>hypertextové odkazy;na soubory</bookmark_value><bookmark_value>hypertextové odkazy;na složky</bookmark_value>" #. RCfpV #: 09070300.xhp @@ -13433,7 +13433,7 @@ msgctxt "" "par_id91615666930995\n" "help.text" msgid "If the URL refers to a <emph>folder</emph>, the standard file manager in your operating system opens showing the contents of the specified folder." -msgstr "" +msgstr "Pokud URL odkazuje na <emph>složku</emph>, otevře se obsah této složky ve standardním správci souborů operačního systému." #. GQcJJ #: 09070300.xhp @@ -16817,7 +16817,7 @@ msgctxt "" "hd_id3148668\n" "help.text" msgid "<variable id=\"setting_margins\"><link href=\"text/shared/02/13020000.xhp\" name=\"Setting Indents, Margins, and Columns\">Setting Indents, Margins, and Columns</link></variable>" -msgstr "" +msgstr "<variable id=\"setting_margins\"><link href=\"text/shared/02/13020000.xhp\" name=\"Nastavení odsazení, okrajů a sloupců\">Nastavení odsazení, okrajů a sloupců</link></variable>" #. eXPSg #: 13020000.xhp @@ -16970,7 +16970,7 @@ msgctxt "" "par_id3154760\n" "help.text" msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right." -msgstr "" +msgstr "Abyste změnili odsazení zleva u druhého a dalších řádků odstavce, podržte klávesu <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>, klepněte na levou dolní značku a přetáhněte ji doprava." #. 5mWdm #: 13020000.xhp diff --git a/source/cs/helpcontent2/source/text/shared/explorer/database.po b/source/cs/helpcontent2/source/text/shared/explorer/database.po index 93a506e4893..9a548d22418 100644 --- a/source/cs/helpcontent2/source/text/shared/explorer/database.po +++ b/source/cs/helpcontent2/source/text/shared/explorer/database.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-03-19 17:31+0100\n" +"POT-Creation-Date: 2021-03-29 16:02+0200\n" "PO-Revision-Date: 2021-03-15 20:36+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" @@ -16,726 +16,6 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1553926381.000000\n" -#. x8A6E -#: 05030000.xhp -msgctxt "" -"05030000.xhp\n" -"tit\n" -"help.text" -msgid "Copy a Table by Drag-and-Drop" -msgstr "Zkopírování tabulky přetažením" - -#. 5wteJ -#: 05030000.xhp -msgctxt "" -"05030000.xhp\n" -"hd_id3154894\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/05030000.xhp\" name=\"Copy Query or Table by Drag-and-Drop\">Copy Query or Table by Drag-and-Drop</link>" -msgstr "<link href=\"text/shared/explorer/database/05030000.xhp\" name=\"Zkopírování tabulky přetažením\">Zkopírování tabulky přetažením</link>" - -#. nDG9W -#: 05030000.xhp -msgctxt "" -"05030000.xhp\n" -"bm_id3155535\n" -"help.text" -msgid "<bookmark_value>queries; copying (Base)</bookmark_value><bookmark_value>tables in databases; copying database tables (Base)</bookmark_value>" -msgstr "<bookmark_value>dotazy; kopírování (Base)</bookmark_value><bookmark_value>tabulky v databázích; kopírování databázových tabulek (Base)</bookmark_value>" - -#. n82rc -#: 05030000.xhp -msgctxt "" -"05030000.xhp\n" -"par_id3155535\n" -"help.text" -msgid "Dragging-and-dropping a query or table opens the <emph>Copy Table </emph>dialog, which allows you to define the options for copying a query or a table." -msgstr "Při přetažení dotazu nebo tabulky se otevře dialog <emph>Kopírovat tabulku</emph>, ve kterém můžete určit volby pro kopii dotazu nebo tabulky." - -#. CzRJq -#: 05030000.xhp -msgctxt "" -"05030000.xhp\n" -"par_id3148539\n" -"help.text" -msgid "With the <emph>Copy Table </emph>dialog you can:" -msgstr "V dialogu <emph>Kopírovat tabulku</emph> je možné provést následující:" - -#. G45TE -#: 05030000.xhp -msgctxt "" -"05030000.xhp\n" -"par_id3153147\n" -"help.text" -msgid "copy the data from the table into another table," -msgstr "zkopírovat data z tabulky do jiné tabulky," - -#. 9Kvqa -#: 05030000.xhp -msgctxt "" -"05030000.xhp\n" -"par_id3150504\n" -"help.text" -msgid "use the structure of the table as the basis for creating a new table." -msgstr "vytvořit na základě staré tabulky tabulku novou." - -#. dDRmD -#: 05030000.xhp -msgctxt "" -"05030000.xhp\n" -"par_id3155628\n" -"help.text" -msgid "You can copy within the same database or between different databases." -msgstr "Kopírovat je možné v rámci jedné databáze nebo mezi různými databázemi." - -#. Ed5rp -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"tit\n" -"help.text" -msgid "Copy Table" -msgstr "Kopírovat tabulku" - -#. zTpis -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"hd_id3085157\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/05030100.xhp\" name=\"Copy Table\">Copy Table</link>" -msgstr "<link href=\"text/shared/explorer/database/05030100.xhp\" name=\"Kopírovat tabulku\">Kopírovat tabulku</link>" - -#. sBC76 -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"par_id3149264\n" -"help.text" -msgid "You can copy a table by dragging and dropping the table onto the table area of a database file window. The <emph>Copy table </emph>dialog appears." -msgstr "Tabulku můžete zkopírovat přetažením na oblast tabulek v okně databázového souboru. Zobrazí se dialog <emph>Kopírovat tabulku</emph>." - -#. ciK5F -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"hd_id3154926\n" -"help.text" -msgid "Table name" -msgstr "Název tabulky" - -#. iFF9F -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"par_id3144740\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/copytablepage/name\">Specifies a name for the copy.</ahelp> Some databases only accept names containing eight or fewer characters." -msgstr "<ahelp hid=\"dbaccess/ui/copytablepage/name\">Zadejte název kopie.</ahelp> Některé databáze povolují názvy o maximální délce 8 znaků." - -#. x78x3 -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"hd_id3154228\n" -"help.text" -msgid "Options" -msgstr "Možnosti" - -#. JvNbF -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"hd_id3157898\n" -"help.text" -msgid "Definition and data" -msgstr "Definice a data" - -#. TqTmF -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"par_id3150178\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/copytablepage/defdata\">Creates a 1:1 copy of the database table.</ahelp> The table definition and the complete data are copied. The table definition includes the table structure and format from different data fields, including special field properties. The field contents supply the data." -msgstr "<ahelp hid=\"dbaccess/ui/copytablepage/defdata\">Vytvoří přesnou kopii databázové tabulky.</ahelp> Zkopíruje se definice tabulky a všechna data. Definice tabulky obsahuje strukturu tabulky a formát datových polí, včetně speciálních vlastností polí. Zkopíruje se také obsah polí." - -#. hezaD -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"hd_id3149346\n" -"help.text" -msgid "Definition" -msgstr "Definice" - -#. b2GpC -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"par_id3156426\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/copytablepage/def\">Copies only the table definition and not the corresponding data.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/copytablepage/def\">Zkopíruje jen definici tabulky a ne údaje.</ahelp>" - -#. RCvEj -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"hd_id3143267\n" -"help.text" -msgid "As table view" -msgstr "Jako pohled na tabulky" - -#. BNNHr -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"par_id3153311\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/copytablepage/view\">If the database supports Views and you selected this option, a query will be created in the table container as a table. This option allows you to view the query results as a normal table view.</ahelp> The table will be filtered in the view with a \"Select\" SQL statement." -msgstr "<ahelp hid=\"dbaccess/ui/copytablepage/view\">Pokud databáze podporuje pohledy a vybrali jste tuto volbu, bude dotaz vytvořen v kontejneru tabulek jako tabulka. Tato volba vám umožní zobrazit výsledky dotazu jako normální tabulkový pohled.</ahelp> V pohledu se zobrazí tabulka filtrovaná pomocí SQL příkazu \"Select\"." - -#. yJmgp -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"hd_id3155535\n" -"help.text" -msgid "Append data" -msgstr "Připojit data" - -#. aB4JD -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"par_id3166410\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/copytablepage/data\">Appends the data of the table to be copied to an existing table.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/copytablepage/data\">Připojí data z kopírované tabulky do existující tabulky.</ahelp>" - -#. AnYQg -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"par_id3147275\n" -"help.text" -msgid "The table definition must be exactly the same so that data can be copied. Data cannot be copied if a data field in the target table has another format than the data field in the source table." -msgstr "Aby bylo možné data zkopírovat, musí být definice tabulky přesně stejná. Údaje nelze zkopírovat, pokud datové pole v cílové tabulce má jiný formát než datové pole ve zdrojové tabulce." - -#. EDuqm -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"par_id3156117\n" -"help.text" -msgid "Match the data field names in the<emph> Copy Table</emph> dialog on the <link href=\"text/shared/explorer/database/05030400.xhp\" name=\"Apply Columns\">Apply Columns</link> page." -msgstr "Spojte názvy datových polí v dialogu <emph>Kopírovat tabulku</emph> na stránce <link href=\"text/shared/explorer/database/05030400.xhp\" name=\"Použít sloupce\">Použít sloupce</link>." - -#. toArF -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"par_id3153252\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/copytablepage/data\">If the data cannot be attached, you will see a list of fields in the <emph>Column Info</emph> dialog whose data cannot be copied.</ahelp> If you confirm this dialog with OK, only the data that does not appear in the list will be attached." -msgstr "<ahelp hid=\"dbaccess/ui/copytablepage/data\">Pokud nelze data připojit, zobrazí se v dialogu <emph>Informace o sloupci</emph> seznam polí, jejichž obsah nelze zkopírovat.</ahelp> Pokud tento dialog potvrdíte tlačítkem OK, připojí se pouze údaje, které nejsou zobrazeny v seznamu." - -#. 8JYz8 -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"par_id3158430\n" -"help.text" -msgid "If the fields of the target table have a smaller field length than in the source table when data is being attached, the source data fields will automatically be truncated to match the field lengths in the target table." -msgstr "Pokud mají pole cílové tabulky menší délku pole než ve zdrojové tabulce, údaje se při připojení k tabulce automaticky zkrátí, aby odpovídaly délce polí v cílové tabulce." - -#. 6oNSE -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"bm_id3149164\n" -"help.text" -msgid "<bookmark_value>primary keys; defining</bookmark_value>" -msgstr "<bookmark_value>primární klíče; definice</bookmark_value>" - -#. odQAJ -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"hd_id3149164\n" -"help.text" -msgid "Create primary key" -msgstr "Vytvořit primární klíč" - -#. T7Dmr -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"par_id3155922\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/copytablepage/primarykey\">Automatically generates a primary key data field and fills it with values.</ahelp> You should always use this field, since a primary key must always be available in order to edit the table." -msgstr "<ahelp hid=\"dbaccess/ui/copytablepage/primarykey\">Automaticky vytvoří datové pole primárního klíče a vyplní ho daty.</ahelp> Toto pole by mělo být vždy použito, protože bez primárního klíče nelze tabulku editovat." - -#. EhRtD -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"hd_id3146794\n" -"help.text" -msgid "Name" -msgstr "Název" - -#. v9USa -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"par_id3156343\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/copytablepage/keyname\">Specifies a name for the primary key generated. This name is optional.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/copytablepage/keyname\">Určuje název vygenerovaného primárního klíče. Tento název je volitelný.</ahelp>" - -#. tQ7WE -#: 05030100.xhp -msgctxt "" -"05030100.xhp\n" -"par_id3151056\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/05030200.xhp\" name=\"Next page\">Next page</link>" -msgstr "<link href=\"text/shared/explorer/database/05030200.xhp\" name=\"Další strana\">Další strana</link>" - -#. DDJC9 -#: 05030200.xhp -msgctxt "" -"05030200.xhp\n" -"tit\n" -"help.text" -msgid "Apply columns" -msgstr "Použít sloupce" - -#. JEQ6K -#: 05030200.xhp -msgctxt "" -"05030200.xhp\n" -"hd_id3150445\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/05030200.xhp\" name=\"Apply columns\">Apply columns</link>" -msgstr "<link href=\"text/shared/explorer/database/05030200.xhp\" name=\"Použít sloupce\">Použít sloupce</link>" - -#. 6b9Li -#: 05030200.xhp -msgctxt "" -"05030200.xhp\n" -"par_id3147143\n" -"help.text" -msgid "In the data source explorer, you can copy a table by dragging and dropping the table onto the table container. The <emph>Apply columns </emph>dialog is the second window of the <emph>Copy table</emph> dialog." -msgstr "V prohlížeči zdrojů dat je možné zkopírovat tabulku přetažením na složku tabulek. Dialog <emph>Použít sloupce</emph> je druhé okno dialogu <emph>Kopírovat tabulku</emph>." - -#. 8r9yc -#: 05030200.xhp -msgctxt "" -"05030200.xhp\n" -"hd_id3155552\n" -"help.text" -msgid "Existing columns" -msgstr "Existující sloupce" - -#. NDcVA -#: 05030200.xhp -msgctxt "" -"05030200.xhp\n" -"hd_id3154751\n" -"help.text" -msgid "Left list box" -msgstr "Levý seznam" - -#. AkHFX -#: 05030200.xhp -msgctxt "" -"05030200.xhp\n" -"par_id3147088\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/applycolpage/from\">Lists the available data fields that you can include in the copied table. To copy a data field, click its name, and then click the > button. To copy all of the fields, click the <emph>>></emph> button.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/applycolpage/from\">Vypíše seznam dostupných datových polí, která je možné vložit do kopírované tabulky. Chcete-li zkopírovat datové pole, klepněte na jeho název a poté klepněte na tlačítko >. Pro zkopírování všech polí klepněte na tlačítko <emph>>></emph>.</ahelp>" - -#. FYG4i -#: 05030200.xhp -msgctxt "" -"05030200.xhp\n" -"hd_id3154823\n" -"help.text" -msgid "Right list box" -msgstr "Pravý seznam" - -#. KgGGQ -#: 05030200.xhp -msgctxt "" -"05030200.xhp\n" -"par_id3156426\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/applycolpage/to\">Lists the fields that you want to include in the copied table.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/applycolpage/to\">Seznam polí, která si přejete zahrnout do kopírované tabulky.</ahelp>" - -#. VyQwS -#: 05030200.xhp -msgctxt "" -"05030200.xhp\n" -"hd_id3147242\n" -"help.text" -msgid "Buttons" -msgstr "Tlačítka" - -#. NT8C3 -#: 05030200.xhp -msgctxt "" -"05030200.xhp\n" -"par_id3146797\n" -"help.text" -msgid "<ahelp hid=\".\">Adds or removes the selected field (> or < button) or all of the fields (<< or >> button).</ahelp>" -msgstr "<ahelp hid=\".\">Přidá nebo odstraní vybrané pole (tlačítko > nebo <) nebo všechna pole (tlačítko << nebo >>).</ahelp>" - -#. MdoBx -#: 05030200.xhp -msgctxt "" -"05030200.xhp\n" -"par_id3153561\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/05030300.xhp\" name=\"Next page\">Next page</link>" -msgstr "<link href=\"text/shared/explorer/database/05030300.xhp\" name=\"Další strana\">Další strana</link>" - -#. gTg68 -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"tit\n" -"help.text" -msgid "Type formatting" -msgstr "Formátování typu" - -#. rQCk7 -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"hd_id3163829\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/05030300.xhp\" name=\"Type formatting\">Type formatting</link>" -msgstr "<link href=\"text/shared/explorer/database/05030300.xhp\" name=\"Formátování typu\">Formátování typu</link>" - -#. EkSPG -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"par_id3150247\n" -"help.text" -msgid "In the data source explorer, you can copy a table by dragging and dropping the table onto the table container. The<emph> Type formatting </emph>dialog is the third window of the <emph>Copy table</emph> dialog." -msgstr "V prohlížeči zdroje dat je možné zkopírovat tabulku přetažením na složku tabulek. Dialog <emph>Formátování typu</emph> je třetí okno dialogu <emph>Kopírovat tabulku</emph>." - -#. mnHDq -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"hd_id3152801\n" -"help.text" -msgid "List box" -msgstr "Seznam" - -#. EqDjY -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"par_id3145313\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/typeselectpage/columnnames\">Lists the data fields that will be included in to the copied table.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/typeselectpage/columnnames\">Seznam datových polí, která budou zahrnuta do kopírované tabulky.</ahelp>" - -#. NCTje -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"hd_id3155535\n" -"help.text" -msgid "Column information" -msgstr "Informace o sloupci" - -#. eiXTf -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"hd_id3156426\n" -"help.text" -msgid "Field name" -msgstr "Název pole" - -#. MNzaq -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"par_id3153681\n" -"help.text" -msgid "<ahelp hid=\".\">Displays the name of the selected data field. If you want, you can enter a new name.</ahelp>" -msgstr "<ahelp hid=\".\">Zobrazuje název vybraného datového pole. Pokud chcete, je možné zadat nový název.</ahelp>" - -#. GhbYj -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"hd_id3156113\n" -"help.text" -msgid "Field type" -msgstr "Typ pole" - -#. MmakP -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"par_id3149811\n" -"help.text" -msgid "<ahelp hid=\".\">Select a field type.</ahelp>" -msgstr "<ahelp hid=\".\">Vyberte typ pole.</ahelp>" - -#. E9Z9q -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"hd_id3149763\n" -"help.text" -msgid "Length" -msgstr "Délka" - -#. BE8Ct -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"par_id3155449\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the number of characters for the data field.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte počet znaků datového pole.</ahelp>" - -#. FqaDj -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"hd_id3159176\n" -"help.text" -msgid "Decimal places" -msgstr "Desetinná místa" - -#. 4pH6B -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"par_id3153666\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the number of decimal places for the data field. This option is only available for numerical or decimal data fields.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte počet desetinných míst datového pole. Tato volba je dostupná jen pro číselná pole.</ahelp>" - -#. 8H7Yy -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"hd_id3150276\n" -"help.text" -msgid "Default value" -msgstr "Výchozí hodnota" - -#. uF2x5 -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"par_id3147620\n" -"help.text" -msgid "<ahelp hid=\".\">Select the default value for a Yes/No field.</ahelp>" -msgstr "<ahelp hid=\".\">Vyberte výchozí hodnotu pro pole typu Ano/Ne.</ahelp>" - -#. H7JCy -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"hd_id3153087\n" -"help.text" -msgid "Automatic type recognition" -msgstr "Automatické rozpoznávání typu" - -#. KTPFP -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"par_id3153561\n" -"help.text" -msgid "$[officename] can automatically recognize field contents when you copy database tables by drag and drop." -msgstr "$[officename] může automaticky rozeznat obsah pole, když kopírujete databázové tabulky pomocí přetažení." - -#. XbBEn -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"hd_id3156023\n" -"help.text" -msgid "(max.) lines" -msgstr "Řádků (max)" - -#. 9uGo7 -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"par_id3155923\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/typeselectpage/auto\">Enter the number of lines to use for automatic type recognition.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/typeselectpage/auto\">Zadejte počet řádků, které se použijí pro automatické rozpoznání typu.</ahelp>" - -#. ZojMW -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"hd_id3154347\n" -"help.text" -msgid "Auto" -msgstr "Auto" - -#. KXrRC -#: 05030300.xhp -msgctxt "" -"05030300.xhp\n" -"par_id3152361\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/typeselectpage/autobutton\">Enables automatic type recognition.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/typeselectpage/autobutton\">Povoluje automatické rozpoznání typu.</ahelp>" - -#. U6GAf -#: 05030400.xhp -msgctxt "" -"05030400.xhp\n" -"tit\n" -"help.text" -msgid "Assign columns" -msgstr "Přiřadit sloupce" - -#. yYvst -#: 05030400.xhp -msgctxt "" -"05030400.xhp\n" -"hd_id3151100\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/05030400.xhp\" name=\"Assign columns\">Assign columns</link>" -msgstr "<link href=\"text/shared/explorer/database/05030400.xhp\" name=\"Přiřadit sloupce\">Přiřadit sloupce</link>" - -#. EkAFg -#: 05030400.xhp -msgctxt "" -"05030400.xhp\n" -"par_id3156027\n" -"help.text" -msgid "In the data source explorer, you can copy a table by dragging and dropping the table onto the table container. If you select the <emph>Attach data </emph>check box on the first page of the <emph>Copy table </emph>dialog, the <emph>Assign columns </emph>dialog opens as the second window. You can use this dialog to map the contents of a data field in the source table to a different data field in the destination table." -msgstr "V prohlížeči zdrojů dat je možné zkopírovat tabulku přetažením na složku tabulek. Pokud na první straně dialogu <emph>Kopírovat tabulku</emph> zaškrtnete pole <emph>Přiložit data</emph>, otevře se jako druhé okno dialog <emph>Přiřadit sloupce</emph>. Tento dialog je možné použít k přiřazení obsahu datových polí ze zdrojové tabulky na různá datová pole v cílové tabulce." - -#. fGrH7 -#: 05030400.xhp -msgctxt "" -"05030400.xhp\n" -"hd_id3157958\n" -"help.text" -msgid "Source table" -msgstr "Zdrojová tabulka" - -#. XA5ur -#: 05030400.xhp -msgctxt "" -"05030400.xhp\n" -"par_id3145071\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/namematchingpage/left\">Lists the data fields in the source table. To include a data field from the source table in the destination table, select the check box in front of the data field name. To map the contents of a data field in the source table to a different data field in the destination table, click the data field in the source table list, and then click the up or down arrow.</ahelp> To include all of the source data fields in the destination table, click <emph>All</emph>." -msgstr "<ahelp hid=\"dbaccess/ui/namematchingpage/left\">Seznam datových polí ve zdrojové tabulce. Chcete-li vložit datové pole ze zdrojové tabulky do cílové tabulky, zaškrtněte pole před názvem datového pole. Chcete-li přiřadit obsah datového pole zdrojové tabulky jinému datovému poli v cílové tabulce, klepněte na datové pole v seznamu zdrojové tabulky a poté klepněte na šipku nahoru nebo dolů.</ahelp> Chcete-li vložit všechna datová pole ze zdrojové tabulky, klepněte na <emph>Vše</emph>." - -#. Kn5tW -#: 05030400.xhp -msgctxt "" -"05030400.xhp\n" -"hd_id3166410\n" -"help.text" -msgid "Destination table" -msgstr "Cílová tabulka" - -#. CHq7j -#: 05030400.xhp -msgctxt "" -"05030400.xhp\n" -"par_id3154749\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/namematchingpage/right\">Lists the possible data fields in the destination table. Only the data fields that are selected in the source table list will be included the destination table.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/namematchingpage/right\">Seznam možných datových polí v cílové tabulce. Do cílové tabulky se přidají jen datová pole, která jsou zaškrtnuta v seznamu zdrojové tabulky.</ahelp>" - -#. yGCzC -#: 05030400.xhp -msgctxt "" -"05030400.xhp\n" -"hd_id3150670\n" -"help.text" -msgid "up" -msgstr "nahoru" - -#. AoHnF -#: 05030400.xhp -msgctxt "" -"05030400.xhp\n" -"par_id3155628\n" -"help.text" -msgid "<ahelp hid=\".\">Moves the selected entry up one position in the list.</ahelp>" -msgstr "<ahelp hid=\".\">Posune vybranou položku o jednu pozici výše.</ahelp>" - -#. BsfZK -#: 05030400.xhp -msgctxt "" -"05030400.xhp\n" -"hd_id3149580\n" -"help.text" -msgid "down" -msgstr "dolů" - -#. XUyNh -#: 05030400.xhp -msgctxt "" -"05030400.xhp\n" -"par_id3150984\n" -"help.text" -msgid "<ahelp hid=\".\">Moves the selected entry down one position in the list.</ahelp>" -msgstr "<ahelp hid=\".\">Posune vybranou položku o jednu pozici níže.</ahelp>" - -#. DqTjR -#: 05030400.xhp -msgctxt "" -"05030400.xhp\n" -"hd_id3156156\n" -"help.text" -msgid "all" -msgstr "vše" - -#. FBk6i -#: 05030400.xhp -msgctxt "" -"05030400.xhp\n" -"par_id3154514\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/namematchingpage/all\">Selects all of the data fields in the list.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/namematchingpage/all\">Vybere všechna datová pole v seznamu.</ahelp>" - -#. eFJ6S -#: 05030400.xhp -msgctxt "" -"05030400.xhp\n" -"hd_id3153541\n" -"help.text" -msgid "none" -msgstr "žádné" - -#. LYsDF -#: 05030400.xhp -msgctxt "" -"05030400.xhp\n" -"par_id3148563\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/namematchingpage/none\">Clears all of the check boxes in the list.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/namematchingpage/none\">Zruší výběr všech datových polí v seznamu.</ahelp>" - #. rxCsN #: 05040000.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/shared/guide.po b/source/cs/helpcontent2/source/text/shared/guide.po index 67eb6782fdb..548b4f0e2d5 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-03-19 17:31+0100\n" +"POT-Creation-Date: 2021-03-29 16:02+0200\n" "PO-Revision-Date: 2021-02-01 16:24+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" @@ -20401,23 +20401,23 @@ msgctxt "" msgid "<emph>High</emph>: 30% of codewords can be restored." msgstr "<emph>Vysoká</emph>: obnovit lze 30 % kódu." -#. F32vf +#. S5CKs #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "hd_id701566316879046\n" "help.text" -msgid "Border" -msgstr "Okraj" +msgid "Margin" +msgstr "" -#. wz9kT +#. MUEWe #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id981566316947064\n" "help.text" -msgid "The width in dots of the border surrounding the QR code." -msgstr "Šířka okraje obklopujícího QR kód v bodech." +msgid "The width of the margin surrounding the QR code." +msgstr "" #. kZPNW #: qrcode.xhp diff --git a/source/cs/helpcontent2/source/text/shared/optionen.po b/source/cs/helpcontent2/source/text/shared/optionen.po index f4360e0866a..aa4489fbffb 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-03-19 17:31+0100\n" -"PO-Revision-Date: 2021-01-01 16:36+0000\n" +"PO-Revision-Date: 2021-03-28 08:37+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.4.2\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1549360506.000000\n" @@ -1230,7 +1230,7 @@ msgctxt "" "hd_id3149514\n" "help.text" msgid "<variable id=\"pathsh1\"><link href=\"text/shared/optionen/01010300.xhp\" name=\"Paths\">Paths</link></variable>" -msgstr "" +msgstr "<variable id=\"pathsh1\"><link href=\"text/shared/optionen/01010300.xhp\" name=\"Cesty\">Cesty</link></variable>" #. PUqHN #: 01010300.xhp @@ -1311,7 +1311,7 @@ msgctxt "" "par_id691607812924039\n" "help.text" msgid "The <emph>{user profile}</emph> directory and its subdirectories contain user data.<variable id=\"userprofile_location\">The location of the <emph>{user profile}</emph> directory is determined when %PRODUCTNAME is installed. See the <link href=\"https://wiki.documentfoundation.org/UserProfile#Default_locations\" name=\"Default_location\">Default location</link> section in the Wiki page about <emph>LibreOffice user profile</emph> for more information about typical locations of the <emph>user profile</emph> in different operating systems.</variable>" -msgstr "" +msgstr "Adresář <emph>{uživatelský profil}</emph> a jeho podadresáře obsahují uživatelská data. <variable id=\"userprofile_location\">Umístění adresáře <emph>{uživatelský profil}</emph> závisí na verzi %PRODUCTNAME a operačním systému. Informace o obvyklých umístěním <emph>uživatelského profilu</emph> v různých operačních systémech naleznete v části <link href=\"https://wiki.documentfoundation.org/UserProfile/cs#V.C3.BDchoz.C3.AD_um.C3.ADst.C4.9Bn.C3.AD\" name=\"Výchozí umístění\">Výchozí umístění</link> na wiki stránce <emph>Uživatelský profil LibreOffice</emph>.</variable>" #. cFiDw #: 01010300.xhp @@ -1320,7 +1320,7 @@ msgctxt "" "par_id601607813017831\n" "help.text" msgid "The following list shows the default predefined paths for storing user data, and explains what type of user data is stored in each path. Use the <emph>Edit</emph> dialog to change, add, or delete paths for the different types." -msgstr "" +msgstr "Následující seznam udává výchozí cesty pro ukládání uživatelských dat a vysvětluje, jaká data jsou na těchto cestách uložena. Cesty pro jednotlivé typy lze měnit, přidávat či mazat pomocí dialogového okna <emph>Upravit</emph>." #. WkpG4 #: 01010300.xhp @@ -1338,7 +1338,7 @@ msgctxt "" "par_id3146974\n" "help.text" msgid "Default Path" -msgstr "" +msgstr "Výchozí cesta" #. X5fVa #: 01010300.xhp @@ -1365,7 +1365,7 @@ msgctxt "" "par_id3753776\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user profile}/user/autocorr</caseinline><caseinline select=\"MAC\">{user profile}/user/autocorr</caseinline><defaultinline>{user profile}\\user\\autocorr</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{uživatelský profil}/user/autocorr</caseinline><caseinline select=\"MAC\">{uživatelský profil}/user/autocorr</caseinline><defaultinline>{uživatelský profil}\\user\\autocorr</defaultinline></switchinline>" #. dAcPa #: 01010300.xhp @@ -1392,7 +1392,7 @@ msgctxt "" "par_id7858516\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user profile}/user/autotext</caseinline><caseinline select=\"MAC\">{user profile}/user/autotext</caseinline><defaultinline>{user profile}\\user\\autotext</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{uživatelský profil}/user/autotext</caseinline><caseinline select=\"MAC\">{uživatelský profil}/user/autotext</caseinline><defaultinline>{uživatelský profil}\\user\\autotext</defaultinline></switchinline>" #. UkYUE #: 01010300.xhp @@ -1419,7 +1419,7 @@ msgctxt "" "par_id3154915\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user profile}/user/backup</caseinline><caseinline select=\"MAC\">{user profile}/user/backup</caseinline><defaultinline>{user profile}\\user\\backup</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{uživatelský profil}/user/backup</caseinline><caseinline select=\"MAC\">{uživatelský profil}/user/backup</caseinline><defaultinline>{uživatelský profil}\\user\\backup</defaultinline></switchinline>" #. VkjYd #: 01010300.xhp @@ -1437,7 +1437,7 @@ msgctxt "" "par_id271607721701065\n" "help.text" msgid "Dictionaries" -msgstr "" +msgstr "Slovníky" #. FXATD #: 01010300.xhp @@ -1446,7 +1446,7 @@ msgctxt "" "par_id651607721812472\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user profile}/user/wordbook</caseinline><caseinline select=\"MAC\">{user profile}/user/wordbook</caseinline><defaultinline>{user profile}\\user\\wordbook</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{uživatelský profil}/user/wordbook</caseinline><caseinline select=\"MAC\">{uživatelský profil}/user/wordbook</caseinline><defaultinline>{uživatelský profil}\\user\\wordbook</defaultinline></switchinline>" #. bY2D9 #: 01010300.xhp @@ -1455,7 +1455,7 @@ msgctxt "" "par_id491607721838854\n" "help.text" msgid "This folder stores files with words in your custom dictionaries." -msgstr "" +msgstr "V této složce jsou uloženy soubory se slovy z vlastních slovníků." #. EaKN5 #: 01010300.xhp @@ -1473,7 +1473,7 @@ msgctxt "" "par_id3154484\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user profile}/user/gallery</caseinline><caseinline select=\"MAC\">{user profile}/user/gallery</caseinline><defaultinline>{user profile}\\user\\gallery</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{uživatelský profil}/user/gallery</caseinline><caseinline select=\"MAC\">{uživatelský profil}/user/gallery</caseinline><defaultinline>{uživatelský profil}\\user\\gallery</defaultinline></switchinline>" #. xsB26 #: 01010300.xhp @@ -1491,7 +1491,7 @@ msgctxt "" "par_id3151333\n" "help.text" msgid "Images" -msgstr "" +msgstr "Obrázky" #. s2XBY #: 01010300.xhp @@ -1500,7 +1500,7 @@ msgctxt "" "par_id3152890\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user profile}/user/gallery</caseinline><caseinline select=\"MAC\">{user profile}/user/gallery</caseinline><defaultinline>{user profile}\\user\\gallery</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{uživatelský profil}/user/gallery</caseinline><caseinline select=\"MAC\">{uživatelský profil}/user/gallery</caseinline><defaultinline>{uživatelský profil}\\user\\gallery</defaultinline></switchinline>" #. gA5VT #: 01010300.xhp @@ -1527,7 +1527,7 @@ msgctxt "" "par_id9014252\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user profile}/user/template</caseinline><caseinline select=\"MAC\">{user profile}/user/template</caseinline><defaultinline>{user profile}\\user\\template</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{uživatelský profil}/user/template</caseinline><caseinline select=\"MAC\">{uživatelský profil}/user/template</caseinline><defaultinline>{uživatelský profil}\\user\\template</defaultinline></switchinline>" #. s3p3u #: 01010300.xhp @@ -1554,7 +1554,7 @@ msgctxt "" "par_id3149343\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user profile}/user/temp</caseinline><caseinline select=\"MAC\">{user profile}/user/temp</caseinline><defaultinline>{user profile}\\user\\temp</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{uživatelský profil}/user/temp</caseinline><caseinline select=\"MAC\">{uživatelský profil}/user/temp</caseinline><defaultinline>{uživatelský profil}\\user\\temp</defaultinline></switchinline>" #. A6rYi #: 01010300.xhp @@ -1608,7 +1608,7 @@ msgctxt "" "par_id3149344\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{install}/share/classification/example.xml</caseinline><caseinline select=\"MAC\">{install}/share/classification/example.xml</caseinline><defaultinline>{install}\\share\\classification\\example.xml</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{install}/share/classification/example.xml</caseinline><caseinline select=\"MAC\">{install}/share/classification/example.xml</caseinline><defaultinline>{install}\\share\\classification\\example.xml</defaultinline></switchinline>" #. XWkWA #: 01010300.xhp @@ -1626,7 +1626,7 @@ msgctxt "" "par_id3150439\n" "help.text" msgid "<emph>Internal Paths</emph> shows the paths where predefined content for %PRODUCTNAME is installed. These paths cannot be edited in this dialog box." -msgstr "" +msgstr "<emph>Interní cesty</emph> zobrazují cesty, na nichž je nainstalován výchozí obsah pro %PRODUCTNAME. Tyto cesty není možné v tomto dialogovém okně změnit." #. 2vzzF #: 01010300.xhp @@ -1635,7 +1635,7 @@ msgctxt "" "par_id131608971415763\n" "help.text" msgid "The paths refer to subdirectories in <literal>{install}</literal><switchinline select=\"sys\"><caseinline select=\"WIN\">\\</caseinline><defaultinline>/</defaultinline></switchinline><literal>share</literal>. These subdirectories are read-only and contain content shown to all users. The location of the <literal>{install}</literal> directory is determined when %PRODUCTNAME is installed." -msgstr "" +msgstr "Odkazují na podadresáře v <literal>{install}</literal><switchinline select=\"sys\"><caseinline select=\"WIN\">\\</caseinline><defaultinline>/</defaultinline></switchinline><literal>share</literal>. Tyto podadresáře jsou pouze pro čtení a jejich obsah se zobrazuje všem uživatelům. Umístění adresáře <literal>{install}</literal> závisí na verzi %PRODUCTNAME." #. n5y6M #: 01010301.xhp @@ -3741,7 +3741,7 @@ msgctxt "" "par_id3150110\n" "help.text" msgid "<menuitem>Edit - Copy</menuitem> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+C</keycode>." -msgstr "" +msgstr "<menuitem>Úpravy - Kopírovat</menuitem> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+C</keycode>." #. kx5rB #: 01010800.xhp @@ -3768,7 +3768,7 @@ msgctxt "" "par_id3156337\n" "help.text" msgid "<menuitem>Edit - Paste</menuitem> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode> pastes at the cursor position." -msgstr "" +msgstr "<menuitem>Úpravy - Vložit</menuitem> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode> vloží obsah na pozici kurzoru." #. MCFEo #: 01010800.xhp @@ -3813,7 +3813,7 @@ msgctxt "" "par_idN10A1D\n" "help.text" msgid "<ahelp hid=\"20201\">Press <keycode>Shift+</keycode><switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+R</keycode> to restore or refresh the view of the current document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"20201\">Zobrazení aktuálního dokumentu obnovíte klávesovou zkratkou <keycode>Shift+</keycode><switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+R</keycode>.</ahelp>" #. 9BPVM #: 01010800.xhp @@ -6153,7 +6153,7 @@ msgctxt "" "par_id3144433\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/optfonttabpage/listbox\">Specifies the font and font size for the <emph>List</emph> paragraph style, which is inherited by all derived paragraph styles.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/optfonttabpage/listbox\">Určuje písmo a jeho velikost pro styl odstavce <emph>Seznam</emph>, které používají také všechny odvozené styly odstavce.</ahelp>" #. aQFY4 #: 01040300.xhp @@ -6162,7 +6162,7 @@ msgctxt "" "par_id3150767\n" "help.text" msgid "When you choose <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/06050000.xhp\" name=\"Format - Numbering/Bullets\"><menuitem>Format - Bullets and Numbering</menuitem></link></caseinline><defaultinline><menuitem>Format - Bullets and Numbering</menuitem></defaultinline></switchinline> to format a paragraph with numbers or bullets in a text document, the program assigns these Paragraph Styles automatically." -msgstr "" +msgstr "Pokud zvolíte v textovém dokumentu <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/06050000.xhp\" name=\"Formát - Odrážky a číslování\"><menuitem>Formát - Odrážky a číslování</menuitem></link></caseinline><defaultinline><menuitem>Formát - Odrážky a číslování</menuitem></defaultinline></switchinline>, program automaticky přiřadí tyto styly odstavce." #. 3nSZ5 #: 01040300.xhp @@ -6243,7 +6243,7 @@ msgctxt "" "par_id3153542\n" "help.text" msgid "The print settings defined on this tab page apply to subsequent new documents, until you change the settings again. If you want to change the settings for the current print job only, use the <menuitem>File - Print</menuitem> dialog." -msgstr "" +msgstr "Nastavení tisku zadaná na této kartě budou platit pro všechny následující nové dokumenty, dokud se nastavení znovu nezmění. Pokud chcete změnit nastavení jenom pro aktuální tiskovou úlohu, použijte dialogové okno <menuitem>Soubor - Tisk</menuitem>." #. kHkS3 #: 01040400.xhp @@ -6567,7 +6567,7 @@ msgctxt "" "tit\n" "help.text" msgid "Table (Options)" -msgstr "" +msgstr "Tabulka (Možnosti)" #. qKJfB #: 01040500.xhp @@ -6720,7 +6720,7 @@ msgctxt "" "par_id3149481\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/opttablepage/numformatting\">Specifies that numbers entered into a text table cell are recognized and formatted as numbers.</ahelp> Table cells in %PRODUCTNAME Writer can recognize a number when it is represented in one of the number formats available in categories of Numbers, Percent, Currency, Date, Time, Scientific, Fraction and Boolean." -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/opttablepage/numformatting\">Určuje, že se rozpoznávají čísla v textových tabulkách a formátují se jako čísla.</ahelp> Buňky tabulky v programu %PRODUCTNAME Writer mohou být rozpoznány jako číslo, jsou-li představovány formáty čísla z kategorií Číslo, Procento, Měna, Datum, Čas, Vědecký, Zlomek nebo Booleovská hodnota." #. 4UzAW #: 01040500.xhp @@ -6891,7 +6891,7 @@ msgctxt "" "hd_id3155938\n" "help.text" msgid "Insert cell" -msgstr "" +msgstr "Vložit buňku" #. Axafs #: 01040500.xhp @@ -8187,7 +8187,7 @@ msgctxt "" "par_id581599002628645\n" "help.text" msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allow quick calculation of the number of these pages." -msgstr "" +msgstr "Editoři a vydavatelé často stanovují, že „normovaná“ stránka obsahuje určitý počet znaků nebo slov. Zaškrtnutím tohoto pole umožníte rychlý výpočet a zobrazení počtu takových normostran." #. eQjAd #: 01040900.xhp @@ -11148,7 +11148,7 @@ msgctxt "" "par_id3153349\n" "help.text" msgid "To select multiple sheets, click on the sheet names on the bottom margin of the workspace while keeping the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> key pressed." -msgstr "" +msgstr "Chcete-li vybrat víc listů, podržte klávesu <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> a klepněte na názvy listů v dolním okraji pracovní plochy." #. StkQC #: 01060800.xhp @@ -13524,7 +13524,7 @@ msgctxt "" "bm_id881592499093945\n" "help.text" msgid "<bookmark_value>Microsoft lock files</bookmark_value><bookmark_value>lock files;Microsoft Office</bookmark_value><bookmark_value>lock files;%PRODUCTNAME</bookmark_value><bookmark_value>OLE objects;import and export</bookmark_value><bookmark_value>embedded objects;import and export</bookmark_value><bookmark_value>OLE objects;Microsoft Office</bookmark_value><bookmark_value>OLE objects;PDF</bookmark_value><bookmark_value>character highlighting;Microsoft Office export</bookmark_value><bookmark_value>character shading;Microsoft Office export</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Microsoft;soubory zámku</bookmark_value><bookmark_value>soubory zámku;Microsoft Office</bookmark_value><bookmark_value>soubory zámku;%PRODUCTNAME</bookmark_value><bookmark_value>objekty OLE;import a export</bookmark_value><bookmark_value>vložené objekty;import a export</bookmark_value><bookmark_value>objekty OLE;Microsoft Office</bookmark_value><bookmark_value>objekty OLE;PDF</bookmark_value><bookmark_value>zvýraznění znaků;export do Microsoft Office</bookmark_value>" #. HgnAh #: 01130200.xhp @@ -13641,7 +13641,7 @@ msgctxt "" "par_id3150671\n" "help.text" msgid "<ahelp hid=\".\">Microsoft Office has two character attributes similar to $[officename] character highlighting. Use this control to select the attribute, <emph>highlighting</emph> or <emph>shading</emph>, that $[officename] should use when exporting $[officename] character highlighting to Microsoft Office file formats.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Microsoft Office používá dva atributy znaku podobné zvýraznění znaku v $[officename]. Vyberte příslušný atribut (<emph>zvýraznění</emph> nebo <emph>stínování</emph>), který má $[officename] použít při exportu zvýrazněných znaků do formátů souboru Microsoft Office." #. DxMaG #: 01130200.xhp @@ -13650,7 +13650,7 @@ msgctxt "" "par_id11611125644396\n" "help.text" msgid "Highlighting exports the closest match between a $[officename] highlighting color and one of the 16 Microsoft highlighting colors, using the Office character attribute that makes it easy for Office users to edit with the highlighting tool in Office applications. This is the default setting in $[officename] 5.0 to 6.4." -msgstr "" +msgstr "Při exportu zvýraznění jsou použity barvy z palety 16 barev zvýraznění z Microsoft Office, které se nejvíc podobají barvám použitým v $[officename]. Použije se atribut znaku z Microsoft Office, který lze v tomto kancelářském balíku snadno upravovat nástrojem pro zvýraznění. Jedná se o výchozí nastavení ve verzích $[officename] 5.0 až 6.4." #. vmGuu #: 01130200.xhp @@ -13659,7 +13659,7 @@ msgctxt "" "par_id971611126299924\n" "help.text" msgid "Shading exports all RGB colors to the other Office character attribute. This preserves color fidelity between $[officename] and Microsoft Office documents, but Office users must edit this character attribute with a tool that is not commonly used or easy to find in Office applications. This is the default setting since $[officename] 7.0." -msgstr "" +msgstr "Při exportu stínování je použit jiný atribut znaku z Microsoft Office a uloží se barvy RGB. Díky tomu v dokumentech $[officename] a Microsoft Office zachovají stejné barvy, avšak v balíku Microsoft Office je nutné tento atribut upravovat nástrojem, jež se běžně nepoužívá a není snadné ho v aplikaci nalézt. Jedná se o výchozí nastavení od verze $[officename] 7.0." #. mnCpY #: 01130200.xhp @@ -13668,7 +13668,7 @@ msgctxt "" "par_id11611137020276\n" "help.text" msgid "The compatibility filter in the <emph>Character Highlighting Color</emph> dialog provides the Microsoft Office highlighting colors. Use those colors and choose <emph>Export as: Highlighting</emph> if you want both color fidelity and ease of editing for Office users." -msgstr "" +msgstr "Barvy zvýraznění z balíku Microsoft Office jsou k dispozici v kompatibilním filtru v okně <emph>Barva zvýraznění znaků</emph>. Chcete-li zachovat přesné barvy a zároveň mít možnost snadných úprav, použijte pouze tyto barvy a zvolte <emph>Exportovat jako: Zvýraznění</emph>." #. hpDE5 #: 01130200.xhp @@ -13704,7 +13704,7 @@ msgctxt "" "tit\n" "help.text" msgid "Languages (Options)" -msgstr "" +msgstr "Jazyky (Možnosti)" #. 7peEQ #: 01140000.xhp @@ -13884,7 +13884,7 @@ msgctxt "" "par_id3145121\n" "help.text" msgid "<ahelp hid=\".\">Specifies the date acceptance patterns for the current locale. Calc spreadsheet and Writer table cell input needs to match locale dependent date acceptance patterns before it is recognized as a valid date.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Určuje pro aktuální národní prostředí masky pro rozpoznání data. Pokud vstup zadaný do sešitu Calcu nebo do buňky tabulky ve Writeru odpovídá některé z masek, je rozpoznán jako platné datum.</ahelp>" #. 6ECpC #: 01140000.xhp @@ -13893,7 +13893,7 @@ msgctxt "" "par_id381606257267459\n" "help.text" msgid "If you type numbers and characters that correspond to the defined date acceptance patterns in a table cell, and then move the cursor outside of the cell, %PRODUCTNAME will automatically recognize and convert the input to a date, and format it according to the locale setting." -msgstr "" +msgstr "Pokud zadáte do buňky tabulky čísla a znaky, které odpovídají masce pro rozpoznání data, a poté přesunete kurzor z buňky, %PRODUCTNAME vstup automaticky rozpozná, převede na datum a zformátuje podle národního prostředí." #. wU2Gq #: 01140000.xhp @@ -13902,7 +13902,7 @@ msgctxt "" "par_id391606257292899\n" "help.text" msgid "The initial pattern(s) in <emph>Date acceptance patterns</emph> are determined by the locale (set in <emph>Locale setting</emph>), but you can modify these default patterns, and add more patterns. Use <keycode>;</keycode> to separate each pattern." -msgstr "" +msgstr "Výchozí masky v poli <emph>Masky pro rozpoznání data</emph> jsou dány národním prostředím (nastaveným v poli <emph>Národní prostředí</emph>), je ale možné je upravit či přidat další masky. Jednotlivé masky oddělujte znakem <keycode>;</keycode>." #. YREM6 #: 01140000.xhp @@ -13911,7 +13911,7 @@ msgctxt "" "par_id261606302453895\n" "help.text" msgid "Patterns can be composed according to the following rules:" -msgstr "" +msgstr "Masky lze vytvářet podle následujících pravidel:" #. bg257 #: 01140000.xhp @@ -13920,7 +13920,7 @@ msgctxt "" "par_id941606302524110\n" "help.text" msgid "A pattern must start with <emph>D</emph>, <emph>M</emph>, or <emph>Y</emph>, and include at least two items, with at least one separator between each one." -msgstr "" +msgstr "Maska musí začínat písmenem <emph>D</emph>, <emph>M</emph> nebo <emph>Y</emph> a musí obsahovat alespoň dvě položky s nejméně jedním oddělovačem mezi nimi." #. qNewM #: 01140000.xhp @@ -13929,7 +13929,7 @@ msgctxt "" "par_id961606302527780\n" "help.text" msgid "A pattern may also include all three, in any order." -msgstr "" +msgstr "Maska může obsahovat také všechny tři položky, a to v jakémkoliv pořadí." #. WUra2 #: 01140000.xhp @@ -13938,7 +13938,7 @@ msgctxt "" "par_id3157939\n" "help.text" msgid "<emph>Y</emph> means year, <emph>M</emph> means month, and <emph>D</emph> means day, regardless of which locale is set. Each can only be used once in a pattern." -msgstr "" +msgstr "<emph>Y</emph> značí rok, <emph>M</emph> měsíc a <emph>D</emph> den, a to bez ohledu na nastavení národního prostředí. Každou položku lze v masce použít nejvýše jednou." #. ssLFh #: 01140000.xhp @@ -13947,7 +13947,7 @@ msgctxt "" "par_id601606302514959\n" "help.text" msgid "<keycode>.</keycode> <keycode>-</keycode> <keycode>:</keycode> <keycode>/</keycode> <keycode>,</keycode> can be used as separators between and after <emph>D</emph>, <emph>M</emph>, and <emph>Y</emph>." -msgstr "" +msgstr "Jako oddělovače mezi položkami <emph>D</emph>, <emph>M</emph> a <emph>Y</emph> a za nimi je možné použít znaky <keycode>.</keycode> <keycode>-</keycode> <keycode>:</keycode> <keycode>/</keycode> <keycode>,</keycode>." #. rGYfD #: 01140000.xhp @@ -13956,7 +13956,7 @@ msgctxt "" "par_id621606303306587\n" "help.text" msgid "Any combination of separators can be used, and more than one separator can be used between <emph>D</emph>, <emph>M</emph>, and <emph>Y</emph>, but the input must match the separator pattern exactly for recognition." -msgstr "" +msgstr "Lze použít libovolnou kombinaci oddělovačů a je možné jich umístit mezi <emph>D</emph>, <emph>M</emph> a <emph>Y</emph> více, pak ale tomuto nastavení musí vstup přesně odpovídat, aby byl rozpoznán." #. Wyfmd #: 01140000.xhp @@ -13965,7 +13965,7 @@ msgctxt "" "par_id621606303767851\n" "help.text" msgid "Patterns can combine different separators, and may include a trailing separator." -msgstr "" +msgstr "Masky mohou kombinovat různé oddělovače a mohou obsahovat oddělovač na posledním místě." #. 7GtCj #: 01140000.xhp @@ -13974,7 +13974,7 @@ msgctxt "" "par_id151606303867002\n" "help.text" msgid "Examples of valid patterns are: <literal>D,Y ; Y-M ; M.D.Y ; D-M/Y ; M.D.</literal>" -msgstr "" +msgstr "Příklady platných masek: <literal>D,Y ; Y-M ; M.D.Y ; D-M/Y ; M.D.</literal>" #. bceAZ #: 01140000.xhp @@ -13983,7 +13983,7 @@ msgctxt "" "par_id181606257326394\n" "help.text" msgid "If you change the <emph>Locale setting</emph>, the date acceptance pattern will be reset to the new locale default, and any user-defined modifications or additions will be lost." -msgstr "" +msgstr "Pokud změníte <emph>Národní prostředí</emph>, nastaví se výchozí masky pro rozpoznání data pro nově zvolené prostředí a všechny uživatelem zadané úpravy či doplnění budou ztraceny." #. Jvd5V #: 01140000.xhp @@ -13992,7 +13992,7 @@ msgctxt "" "par_id821606257357323\n" "help.text" msgid "In addition to the explicit patterns defined in the edit box, input matching the <literal>Y-M-D</literal> pattern is implicitly recognized and converted automatically to a date. Input that starts from 1 to 31 is not interpreted with this implicit Y-M-D pattern. Since %PRODUCTNAME 3.5, this input is formatted as <literal>YYYY-MM-DD</literal> (ISO 8601)." -msgstr "" +msgstr "Kromě takto explicitně zadaných masek se na datum automaticky rozpoznává a převádí vstup odpovídající masce <literal>Y-M-D</literal>. Pro tuto masku se nerozpoznává vstup začínající čísly od 1 do 31. Od %PRODUCTNAME 3.5 se vstup pro tuto masku zformátuje jako <literal>YYYY-MM-DD</literal> (ISO 8601)." #. 8FexU #: 01140000.xhp @@ -14001,7 +14001,7 @@ msgctxt "" "par_id391606902516870\n" "help.text" msgid "For all patterns, two-digit year input is interpreted according to the setting in <link href=\"text/shared/optionen/01010600.html#jahreszahlen\" name=\"twodigityears\">Tools - Options - General - Year (Two Digits)</link>." -msgstr "" +msgstr "U všech masek se rok zadaný dvěma číslicemi rozpoznává podle nastavení v <link href=\"text/shared/optionen/01010600.html#jahreszahlen\" name=\"rok dvěma číslicemi\">Nástroje - Možnosti - Obecné - Rok (dvě číslice)</link>." #. 9RYTi #: 01140000.xhp @@ -14118,7 +14118,7 @@ msgctxt "" "hd_id3158407\n" "help.text" msgid "Complex text layout" -msgstr "" +msgstr "Komplexní rozvržení textu" #. wbSKU #: 01140000.xhp @@ -15603,7 +15603,7 @@ msgctxt "" "hd_id1000010\n" "help.text" msgid "This feature is experimental and may produce errors or behave unexpectedly. To enable it anyway, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Advanced</menuitem> and select <emph>Enable experimental features</emph> checkbox." -msgstr "" +msgstr "Tato funkce je experimentální, může způsobovat chyby nebo se chovat nepředvídaně. Chcete-li ji přesto povolit, zvolte <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Předvolby</menuitem></caseinline><defaultinline><menuitem>Nástroje - Možnosti</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Pokročilé</menuitem> a zaškrtněte pole <emph>Povolit experimentální funkce</emph>." #. EGraU #: expertconfig.xhp @@ -15927,7 +15927,7 @@ msgctxt "" "par_id181614855578590\n" "help.text" msgid "The current list of %PRODUCTNAME modules and resources that depends on Java is available <link href=\"https://wiki.documentfoundation.org/Faq/General/015\" name=\"Java wiki\">in the wiki</link>." -msgstr "" +msgstr "Aktuální seznam modulů a částí %PRODUCTNAME, které závisejí na jazyceJava, naleznete <link href=\"https://wiki.documentfoundation.org/Faq/General/015/cs\" name=\"Java na wiki\">na wiki</link>." #. J8Yfv #: java.xhp @@ -15954,7 +15954,7 @@ msgctxt "" "par_id881614855922649\n" "help.text" msgid "Make sure to install a JRE compatible with the %PRODUCTNAME architecture: 64-bit JRE for 64-bit %PRODUCTNAME and 32-bit JRE for 32-bit %PRODUCTNAME." -msgstr "" +msgstr "Ujistěte se, že je nainstalováno JRE kompatibilní s architekturou %PRODUCTNAME: 64bitové JRE pro 64bitovou verzi %PRODUCTNAME a 32bitové JRE pro 32bitovou verzi %PRODUCTNAME." #. BBqDy #: java.xhp @@ -17403,7 +17403,7 @@ msgctxt "" "hd_id1972106\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>-click required to follow hyperlinks" -msgstr "" +msgstr "Pro otevření hypertextových odkazů vyžadovat <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>-kliknutí" #. UoEVE #: securityoptionsdialog.xhp @@ -17412,7 +17412,7 @@ msgctxt "" "par_id79042\n" "help.text" msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/ctrlclick\">If enabled, you must hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/securityoptionsdialog/ctrlclick\">Pokud je povoleno, je nutné při klepnutí na hypertextový odkaz podržet klávesu <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>. Pokud pole zaškrtnuto není, otevře se hypertextový odkaz po klepnutí.</ahelp>" #. Vw6Bz #: securityoptionsdialog.xhp diff --git a/source/cs/helpcontent2/source/text/simpress.po b/source/cs/helpcontent2/source/text/simpress.po index 624e0e45616..64479ef3828 100644 --- a/source/cs/helpcontent2/source/text/simpress.po +++ b/source/cs/helpcontent2/source/text/simpress.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-03-19 17:31+0100\n" -"PO-Revision-Date: 2021-03-15 20:37+0000\n" +"PO-Revision-Date: 2021-03-28 08:37+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress/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.4.2\n" "X-POOTLE-MTIME: 1561034324.000000\n" #. 2Va4w @@ -1562,7 +1562,7 @@ msgctxt "" "hd_id451615217475502\n" "help.text" msgid "Styles" -msgstr "" +msgstr "Styly" #. bpU6u #: main_format.xhp @@ -1571,7 +1571,7 @@ msgctxt "" "par_id41615217505414\n" "help.text" msgid "Shows commands to edit, update, create, and manage styles." -msgstr "" +msgstr "Zobrazuje příkazy pro úpravu, aktualizaci, vytváření a správu stylů." #. CJJ22 #: main_format.xhp @@ -1607,7 +1607,7 @@ msgctxt "" "hd_id801615217485302\n" "help.text" msgid "Table" -msgstr "" +msgstr "Tabulka" #. ZH8Cz #: main_format.xhp @@ -1616,7 +1616,7 @@ msgctxt "" "par_id61615217563797\n" "help.text" msgid "Shows commands to format, edit, and delete a table and its elements." -msgstr "" +msgstr "Zobrazuje příkazy pro formátování, úpravy a mazání tabulky a jejích prvků." #. iZgpC #: main_format.xhp @@ -1625,7 +1625,7 @@ msgctxt "" "hd_id401615217493429\n" "help.text" msgid "Image" -msgstr "" +msgstr "Obrázek" #. RNZjn #: main_format.xhp @@ -1634,7 +1634,7 @@ msgctxt "" "par_id901615217674598\n" "help.text" msgid "Shows commands to crop, edit, and manage images." -msgstr "" +msgstr "Zobrazuje příkazy pro ořezávání, úpravy a správu obrázků." #. F98f9 #: main_slide.xhp @@ -1670,7 +1670,7 @@ msgctxt "" "hd_id611615489755701\n" "help.text" msgid "Duplicate Slide" -msgstr "" +msgstr "Duplikovat snímek" #. uJcAM #: main_slide.xhp @@ -1679,7 +1679,7 @@ msgctxt "" "par_id71615490370664\n" "help.text" msgid "Creates a copy of the currently selected slide." -msgstr "" +msgstr "Vytvoří kopii aktuálně vybraného snímku." #. Jtf2o #: main_slide.xhp @@ -1688,7 +1688,7 @@ msgctxt "" "hd_id631615489785082\n" "help.text" msgid "Delete Slide" -msgstr "" +msgstr "Smazat snímek" #. FAJJ6 #: main_slide.xhp @@ -1697,7 +1697,7 @@ msgctxt "" "par_id841615491193340\n" "help.text" msgid "Deletes the selected slide(s)." -msgstr "" +msgstr "Smaže vybrané snímky." #. iZWVK #: main_slide.xhp @@ -1706,7 +1706,7 @@ msgctxt "" "hd_id721615489786162\n" "help.text" msgid "Save Background Image" -msgstr "" +msgstr "Uložit obrázek pozadí" #. 8ydAh #: main_slide.xhp @@ -1715,7 +1715,7 @@ msgctxt "" "par_id841615491449943\n" "help.text" msgid "If the slide has a background image, this option allows the user to save the corresponding background image file." -msgstr "" +msgstr "Umožní uložit do souboru obrázek na pozadí snímku, pokud takový obrázek snímek obsahuje." #. Bhh37 #: main_slide.xhp @@ -1724,7 +1724,7 @@ msgctxt "" "hd_id161615489786339\n" "help.text" msgid "Set Background Image" -msgstr "" +msgstr "Nastavit obrázek pozadí" #. ekbFN #: main_slide.xhp @@ -1733,7 +1733,7 @@ msgctxt "" "par_id781615491497404\n" "help.text" msgid "Opens a File Picker to choose an image file to be set as the background of the current slide." -msgstr "" +msgstr "Otevře dialogového okno pro výběr souboru, v němž lze zvolit soubor s obrázkem, který se nastaví jako pozadí aktuálního snímku." #. 92Pku #: main_slide.xhp @@ -1742,7 +1742,7 @@ msgctxt "" "hd_id921615489787123\n" "help.text" msgid "New Master" -msgstr "" +msgstr "Nová předloha" #. kPJER #: main_slide.xhp @@ -1751,7 +1751,7 @@ msgctxt "" "par_id131615493790751\n" "help.text" msgid "Creates a new Master Slide. This function is only available in <emph>Master View</emph>." -msgstr "" +msgstr "Vytvoří novou předlohu snímku. Tato funkce je k dispozici pouze v režimu <emph>Zobrazení předlohy</emph>." #. Vwom7 #: main_slide.xhp @@ -1760,7 +1760,7 @@ msgctxt "" "par_id491615494190854\n" "help.text" msgid "To enter the Master View, go to <emph>View - Master Slide</emph>. To exit the Master View, go to <emph>View - Normal</emph>." -msgstr "" +msgstr "Zobrazení předlohy zapnete volbou <emph>Zobrazit - Předloha snímku</emph>. Ukončíte jej volbou <emph>Zobrazit - Normální</emph>." #. HQQHh #: main_slide.xhp @@ -1769,7 +1769,7 @@ msgctxt "" "hd_id421615489787299\n" "help.text" msgid "Delete Master" -msgstr "" +msgstr "Smazat předlohu" #. EBxxM #: main_slide.xhp @@ -1778,7 +1778,7 @@ msgctxt "" "par_id661615494028415\n" "help.text" msgid "Deletes the currently selected Master Slide. This function is only available in <emph>Master View</emph>" -msgstr "" +msgstr "Smaže aktuálně vybranou předlohu snímku. Tato funkce je k dispozici pouze v režimu <emph>Zobrazení předlohy</emph>." #. hXNB7 #: main_slide.xhp @@ -1787,7 +1787,7 @@ msgctxt "" "hd_id841615489787538\n" "help.text" msgid "Master Background" -msgstr "" +msgstr "Pozadí předlohy" #. Kf3CF #: main_slide.xhp @@ -1796,7 +1796,7 @@ msgctxt "" "par_id921615494351365\n" "help.text" msgid "This option allows to show or hide the background image defined in the master slide." -msgstr "" +msgstr "Umožňuje zobrazit nebo skrýt obrázek na pozadí určený v předloze snímku." #. 9GSWp #: main_slide.xhp @@ -1805,7 +1805,7 @@ msgctxt "" "hd_id621615489788132\n" "help.text" msgid "Master Objects" -msgstr "" +msgstr "Objekty předlohy" #. wjDcS #: main_slide.xhp @@ -1814,7 +1814,7 @@ msgctxt "" "par_id541615494644223\n" "help.text" msgid "This option allows to show or hide objects defined in the master slide." -msgstr "" +msgstr "Umožňuje zobrazit nebo skrýt objekty určené v předloze snímku." #. BVTEY #: main_slide.xhp @@ -1823,7 +1823,7 @@ msgctxt "" "hd_id51615489788356\n" "help.text" msgid "Master Elements" -msgstr "" +msgstr "Prvky předlohy" #. GaTGo #: main_slide.xhp @@ -1832,7 +1832,7 @@ msgctxt "" "par_id111615494747246\n" "help.text" msgid "Displays a dialog box where the following elements from the master slide can be enabled or disabled:" -msgstr "" +msgstr "Zobrazí dialogové okno, v němž lze povolit či zakázat následující prvky z předlohy snímku:" #. fvE2V #: main_slide.xhp @@ -1841,7 +1841,7 @@ msgctxt "" "par_id41615494861841\n" "help.text" msgid "Header" -msgstr "" +msgstr "Záhlaví" #. xcmiq #: main_slide.xhp @@ -1850,7 +1850,7 @@ msgctxt "" "par_id321615494881187\n" "help.text" msgid "Date/Time" -msgstr "" +msgstr "Datum/čas" #. kfNdX #: main_slide.xhp @@ -1859,7 +1859,7 @@ msgctxt "" "par_id721615494891164\n" "help.text" msgid "Footer" -msgstr "" +msgstr "Zápatí" #. LLGmD #: main_slide.xhp @@ -1868,7 +1868,7 @@ msgctxt "" "par_id401615494904662\n" "help.text" msgid "Slide Number" -msgstr "" +msgstr "Číslo snímku" #. sYXNP #: main_slide.xhp @@ -1877,7 +1877,7 @@ msgctxt "" "hd_id851615489788586\n" "help.text" msgid "Show Slide" -msgstr "" +msgstr "Zobrazit snímek" #. 6hQEB #: main_slide.xhp @@ -1886,7 +1886,7 @@ msgctxt "" "par_id321615495037553\n" "help.text" msgid "If a slide is hidden, this function makes it visible again." -msgstr "" +msgstr "Je-li snímek skrytý, znovu jej zobrazí." #. FFLV4 #: main_slide.xhp @@ -1895,7 +1895,7 @@ msgctxt "" "hd_id201615489788874\n" "help.text" msgid "Hide Slide" -msgstr "" +msgstr "Skrýt snímek" #. jdiSK #: main_slide.xhp @@ -1904,7 +1904,7 @@ msgctxt "" "par_id961615495104794\n" "help.text" msgid "If a slide is visible, this function hides it." -msgstr "" +msgstr "Je-li snímek viditelný, skryje jej." #. nV23n #: main_slide.xhp @@ -1913,7 +1913,7 @@ msgctxt "" "hd_id121615489789140\n" "help.text" msgid "Rename Slide" -msgstr "" +msgstr "Přejmenovat snímek" #. GpHBE #: main_slide.xhp @@ -1922,7 +1922,7 @@ msgctxt "" "par_id901615495187958\n" "help.text" msgid "Opens a dialog box where a name can be set for the current slide." -msgstr "" +msgstr "Otevře dialogové okno, v němž lze nastavit název aktuálního snímku." #. D6GtH #: main_slide.xhp @@ -1931,7 +1931,7 @@ msgctxt "" "hd_id551615489789347\n" "help.text" msgid "Jump to Last Edited Slide" -msgstr "" +msgstr "Přejít na naposledy upravený snímek" #. Snoa6 #: main_slide.xhp @@ -1940,7 +1940,7 @@ msgctxt "" "par_id741615495336473\n" "help.text" msgid "Navigates to the last edited slide in the document." -msgstr "" +msgstr "Přejde v dokumentu na naposledy upravený snímek." #. FA3Ra #: main_slide.xhp @@ -1949,7 +1949,7 @@ msgctxt "" "hd_id641615489789548\n" "help.text" msgid "Move" -msgstr "" +msgstr "Přesunout" #. GBPvF #: main_slide.xhp @@ -1958,7 +1958,7 @@ msgctxt "" "par_id371615495363225\n" "help.text" msgid "Shows a list of move operations that can be applied to the current slide:" -msgstr "" +msgstr "Zobrazí seznam typů přesunu, které je možné použít na aktuální snímek:" #. TF4iz #: main_slide.xhp @@ -1967,7 +1967,7 @@ msgctxt "" "par_id711615495448201\n" "help.text" msgid "<emph>Slide to Start:</emph> Moves the current slide to the first position." -msgstr "" +msgstr "<emph>Snímek na začátek:</emph> Přesune aktuální snímek na první místo." #. uAt25 #: main_slide.xhp @@ -1976,7 +1976,7 @@ msgctxt "" "par_id101615495452464\n" "help.text" msgid "<emph>Slide Up:</emph> Moves the current slide one position up in the presentation." -msgstr "" +msgstr "<emph>Snímek nahoru:</emph> Přesune aktuální snímek v prezentaci o jedno místo nahoru." #. PdEMy #: main_slide.xhp @@ -1985,7 +1985,7 @@ msgctxt "" "par_id761615495456499\n" "help.text" msgid "<emph>Slide Down:</emph> Moves the current slide one position down in the presentation." -msgstr "" +msgstr "<emph>Snímek dolů:</emph> Přesune aktuální snímek v prezentaci o jedno místo dolů." #. ESDFM #: main_slide.xhp @@ -1994,7 +1994,7 @@ msgctxt "" "par_id321615495459372\n" "help.text" msgid "<emph>Slide to End:</emph> Moves the current slide to the last position." -msgstr "" +msgstr "<emph>Snímek na konec:</emph> Přesune aktuální snímek na poslední místo." #. AsscG #: main_slide.xhp @@ -2003,7 +2003,7 @@ msgctxt "" "hd_id301615489789755\n" "help.text" msgid "Navigate" -msgstr "" +msgstr "Navigovat" #. 62VZA #: main_slide.xhp @@ -2012,7 +2012,7 @@ msgctxt "" "par_id941615558050553\n" "help.text" msgid "Shows a list of functions that can be used to navigate through the slides:" -msgstr "" +msgstr "Zobrazí seznam příkazů, které lze použít při navigaci mezi snímky:" #. Mdi6Y #: main_slide.xhp @@ -2021,7 +2021,7 @@ msgctxt "" "par_id381615558169403\n" "help.text" msgid "<emph>To First Slide:</emph> Selects the first slide in the presentation." -msgstr "" +msgstr "<emph>Na první snímek:</emph> Vybere první snímek prezentace." #. bYEak #: main_slide.xhp @@ -2030,7 +2030,7 @@ msgctxt "" "par_id131615558173437\n" "help.text" msgid "<emph>To Previous Slide:</emph> Navigates to the previous slide with respect to the currently selected slide." -msgstr "" +msgstr "<emph>Na předchozí snímek:</emph> Přejde na předchozí snímek vzhledem k aktuálně vybranému snímku." #. YXD3o #: main_slide.xhp @@ -2039,7 +2039,7 @@ msgctxt "" "par_id941615558176178\n" "help.text" msgid "<emph>To Next Slide:</emph> Navigates to the next slide with respect to the currently selected slide." -msgstr "" +msgstr "<emph>Na následující snímek:</emph> Přejde na následující snímek vzhledem k aktuálně vybranému snímku." #. dspAA #: main_slide.xhp @@ -2048,7 +2048,7 @@ msgctxt "" "par_id91615558179041\n" "help.text" msgid "<emph>To Last Slide:</emph> Selects the last slide in the presentation." -msgstr "" +msgstr "<emph>Na poslední snímek:</emph> Vybere poslední snímek prezentace." #. rCA2e #: main_tools.xhp diff --git a/source/cs/helpcontent2/source/text/simpress/guide.po b/source/cs/helpcontent2/source/text/simpress/guide.po index 5ef3207ce41..cd39d3d949a 100644 --- a/source/cs/helpcontent2/source/text/simpress/guide.po +++ b/source/cs/helpcontent2/source/text/simpress/guide.po @@ -3,8 +3,8 @@ 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-03-23 11:45+0100\n" -"PO-Revision-Date: 2020-12-28 07:53+0000\n" +"POT-Creation-Date: 2021-03-29 16:02+0200\n" +"PO-Revision-Date: 2021-03-28 08:36+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" @@ -932,7 +932,7 @@ msgctxt "" "par_id3143233\n" "help.text" msgid "Choose <menuitem>View - Slide Sorter</menuitem>, select one or more slides, and then drag the slides to another location. To select multiple slides, hold down shift and click on the slides. To create a copy of a selected slide, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> while you drag. The mouse pointer changes to a plus sign. You can also drag a copy of a slide into another open $[officename] Impress document." -msgstr "" +msgstr "Zvolte <menuitem>Zobrazit - Pořadač snímků</menuitem>, vyberte jeden nebo více snímků a poté je přetáhněte na jiné umístění. K vybrání několika snímků najednou podržte při jejich výběru Shift. Chcete-li vytvořit kopii vybraného snímku, podržte při tažení <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>, ukazatel myši se změní na plus. Stejně tak je možné přetáhnout kopii snímku do jiného otevřeného dokumentu $[officename] Impress." #. zszFb #: arrange_slides.xhp @@ -1148,7 +1148,7 @@ msgctxt "" "par_id3150757\n" "help.text" msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Bitmap</emph> list." -msgstr "" +msgstr "Chcete-li použít pro pozadí <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">snímku</caseinline><defaultinline>stránky</defaultinline></switchinline> vlastní obrázek, klepněte na tlačítko <emph>Importovat</emph>. Najděte obrázek, který chcete vložit, a klepněte na <widget>Otevřít</widget>. Při návratu na kartu <emph>Pozadí</emph> se vložený obrázek zobrazí v seznamu <emph>Rastr</emph>." #. 24cCs #: background.xhp @@ -1319,7 +1319,7 @@ msgctxt "" "par_id7954954\n" "help.text" msgid "If you are using a mouse with a scroll wheel, you can hold down <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> and turn the wheel to change the zoom factor in all main modules of %PRODUCTNAME." -msgstr "" +msgstr "Pokud používáte myš s kolečkem, můžete ve všech modulech %PRODUCTNAME podržet klávesu <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> a otáčením kolečka měnit míru přiblížení." #. 3DGwA #: change_scale.xhp @@ -1886,7 +1886,7 @@ msgctxt "" "par_id3146313\n" "help.text" msgid "In the place where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline> <defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>." -msgstr "" +msgstr "Na místě, kam si přejete vložit text, zvolte <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Snímek - Vložit snímek ze souboru</menuitem></caseinline><defaultinline><menuitem>Stránka - Vložit stránku ze souboru</menuitem></defaultinline></switchinline>." #. NCRij #: html_import.xhp @@ -2516,7 +2516,7 @@ msgctxt "" "par_id3150249\n" "help.text" msgid "Under <emph>Existing Slides</emph>, select the slides to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of consecutive slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple individual slides." -msgstr "" +msgstr "Pod <emph>Existující snímky</emph> vyberte snímky, které si přejete přidat, a potom klepněte na tlačítko <widget>>></widget>. Pomocí klávesy <keycode>Shift</keycode> vyberete více snímků za sebou, pomocí <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> vyberete více snímků po jednom." #. KyDj4 #: individual.xhp @@ -2741,7 +2741,7 @@ msgctxt "" "par_id3150212\n" "help.text" msgid "$[officename] Impress <emph>AutoLayouts</emph> use placeholders for slide titles, text, and objects. To select a placeholder, press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Enter</keycode>. To move to the next placeholder, press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Enter</keycode> again." -msgstr "" +msgstr "<emph>Automatická rozvržení</emph> $[officename] Impress používají zástupné prvky pro nadpisy snímků, text a objekty. Zástupný prvek vyberete stisknutím <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Enter</keycode>. Na další zástupný prvek se přesunete opětovným stisknutím kláves <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Enter</keycode>." #. 7bBsE #: keyboard.xhp @@ -2750,7 +2750,7 @@ msgctxt "" "par_id3166467\n" "help.text" msgid "If you press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Enter</keycode> after you reach the last placeholder in a slide, a new slide is inserted after the current slide. The new slide uses the same layout as the current slide." -msgstr "" +msgstr "Pokud stisknete <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Enter</keycode> poté, co dosáhnete posledního zástupného objektu na snímku, za aktuální snímek se vloží se nový. Nový snímek má stejné rozvržení jako aktuální snímek." #. FinYA #: keyboard.xhp @@ -2768,15 +2768,15 @@ msgctxt "" "hd_id941616435513490\n" "help.text" msgid "To start a Slide Show" -msgstr "" +msgstr "Spuštění prezentace" -#. 3vhZG +#. o6aBw #: keyboard.xhp msgctxt "" "keyboard.xhp\n" "par_id3150650\n" "help.text" -msgid "To start a slide show from the begining, press <keycode>F5</keycode>." +msgid "To start a slide show from the beginning, press <keycode>F5</keycode>." msgstr "" #. WaqYV @@ -2786,7 +2786,7 @@ msgctxt "" "par_id911616435506012\n" "help.text" msgid "To start a slide show from the current slide, press <keycode>Shift+F5</keycode>." -msgstr "" +msgstr "Chcete-li spustit prezentaci od aktuálního snímku, stiskněte <keycode>Shift+F5</keycode>." #. K3r3c #: keyboard.xhp @@ -2930,7 +2930,7 @@ msgctxt "" "par_id3156060\n" "help.text" msgid "Use the arrow keys to navigate to the slide that you want to copy, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+C</keycode>." -msgstr "" +msgstr "Pomocí kurzorových kláves přejděte na snímek, který si přejete zkopírovat, a potom stiskněte <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+C</keycode>." #. FwWfn #: keyboard.xhp @@ -2939,7 +2939,7 @@ msgctxt "" "par_id3148769\n" "help.text" msgid "Move to the slide where you want to paste the copied slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>." -msgstr "" +msgstr "Přesuňte se na snímek, kam si přejete vložit zkopírovaný snímek, a potom stiskněte <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>." #. pCBar #: keyboard.xhp @@ -2957,7 +2957,7 @@ msgctxt "" "par_id3155987\n" "help.text" msgid "Use the arrow keys to navigate to the slide that you want to move, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>." -msgstr "" +msgstr "Pomocí kurzorových kláves přejděte na snímek, který si přejete přesunout, a potom stiskněte <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>." #. CRsNL #: keyboard.xhp @@ -2966,7 +2966,7 @@ msgctxt "" "par_id3147171\n" "help.text" msgid "Position the cursor where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>." -msgstr "" +msgstr "Umístěte kurzor na místo, kam si přejete snímek přesunout, a potom stiskněte <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>." #. LUhAj #: keyboard.xhp @@ -4190,7 +4190,7 @@ msgctxt "" "tit\n" "help.text" msgid "Insert Slide from File" -msgstr "" +msgstr "Vložit snímek ze souboru" #. 34kPB #: page_copy.xhp @@ -4199,7 +4199,7 @@ msgctxt "" "bm_id3146971\n" "help.text" msgid "<bookmark_value>copying; slides</bookmark_value> <bookmark_value>slides; copying between documents</bookmark_value> <bookmark_value>pages; copying</bookmark_value> <bookmark_value>inserting; slides from files</bookmark_value> <bookmark_value>pasting;slides from other presentations</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>kopírování; snímky</bookmark_value><bookmark_value>snímky; kopírování mezi dokumenty</bookmark_value><bookmark_value>stránky; kopírování</bookmark_value><bookmark_value>vkládání; snímky ze souborů</bookmark_value><bookmark_value>vkládání; snímky z jiných prezentací</bookmark_value>" #. BCJDc #: page_copy.xhp @@ -4208,7 +4208,7 @@ msgctxt "" "hd_id3146971\n" "help.text" msgid "<variable id=\"page_copy\"><link href=\"text/simpress/guide/page_copy.xhp\" name=\"Copying Slides From Other Presentations\">Insert Slide from File</link></variable>" -msgstr "" +msgstr "<variable id=\"page_copy\"><link href=\"text/simpress/guide/page_copy.xhp\" name=\"Vložit snímek ze souboru\">Vložit snímek ze souboru</link></variable>" #. BNyAE #: page_copy.xhp @@ -4640,7 +4640,7 @@ msgctxt "" "par_id221120161524594919\n" "help.text" msgid "If several images are in the same folder, you can select a group of photos using the <keycode>Shift</keycode> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> keys while clicking on their filenames." -msgstr "" +msgstr "Jestliže se několik obrázků nachází ve stejné složce, můžete vybrat jejich skupinu tím, že při klepnutí na název souboru podržíte klávesu <keycode>Shift</keycode> nebo <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>." #. z7nPC #: photo_album.xhp diff --git a/source/cs/helpcontent2/source/text/smath/01.po b/source/cs/helpcontent2/source/text/smath/01.po index 479e466a580..6702d87ca5d 100644 --- a/source/cs/helpcontent2/source/text/smath/01.po +++ b/source/cs/helpcontent2/source/text/smath/01.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2021-03-19 17:31+0100\n" -"PO-Revision-Date: 2021-01-01 16:36+0000\n" +"PO-Revision-Date: 2021-03-28 08:36+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsmath01/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.4.2\n" "X-POOTLE-MTIME: 1561117868.000000\n" #. QmNGE @@ -212,7 +212,7 @@ msgctxt "" "par_id3154490\n" "help.text" msgid "<ahelp hid=\".\">Increases the display scale of the formula by 25%.</ahelp> The current zoom factor is displayed on the status bar. A selection of available zoom options is accessible through the <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"context menu\">context menu</link>. The context menu in the work area also contains zoom commands." -msgstr "" +msgstr "<ahelp hid=\".\">Zvětší měřítko zobrazení vzorce o 25 %.</ahelp> Aktuální míra přiblížení je zobrazena ve stavovém řádku. Vybrat míru přiblížení je možné v <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"místní nabídka\">místní nabídce</link> stavového řádku. Přiblížení lze nastavit také v místní nabídce pracovní plochy." #. EyasV #: 03050000.xhp @@ -248,7 +248,7 @@ msgctxt "" "par_id3150249\n" "help.text" msgid "<ahelp hid=\".\">Decreases the display scale of formulas by 25%.</ahelp> The current zoom factor is displayed on the status bar. A selection of available zoom options is accessible through the <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"context menu\">context menu</link>. The context menu in the work area also contains zoom commands." -msgstr "" +msgstr "<ahelp hid=\".\">Zmenší měřítko zobrazení vzorce o 25 %.</ahelp> Aktuální míra přiblížení je zobrazena ve stavovém řádku. Vybrat míru přiblížení je možné v <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"místní nabídce\">místní nabídce</link> stavového řádku. Přiblížení lze nastavit také v místní nabídce pracovní plochy." #. xSbDA #: 03060000.xhp @@ -284,7 +284,7 @@ msgctxt "" "par_id3148571\n" "help.text" msgid "<ahelp hid=\".\">Displays the entire formula in the maximum size possible so that all elements are included. The formula is reduced or enlarged so that all formula elements can be displayed in the work area.</ahelp> The current zoom factor is displayed on the status bar. A selection of available zoom options is accessible through the <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"context menu\">context menu</link>. The context menu in the work area also contains zoom commands. The zoom commands and icons are only available in Math documents, not for embedded Math objects." -msgstr "" +msgstr "<ahelp hid=\".\">Zobrazí celý vzorec v maximální možné velikosti tak, aby byly vidět všechny prvky. Vzorec se zmenší nebo zvětší, aby v pracovní ploše byly zobrazeny všechny části vzorce.</ahelp> Aktuální míra přiblížení je zobrazena ve stavovém řádku. Prostřednictvím <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"místní nabídka\">místní nabídky</link> je k dispozici seznam předvolených přiblížení. Příkazy pro změnu přiblížení obsahuje také místní nabídka pracovní plochy. Příkazy a ikony pro změnu velikosti nejsou dostupné ve vložených objektech programu Math, pouze v dokumentech programu Math." #. WGriM #: 03070000.xhp @@ -464,7 +464,7 @@ msgctxt "" "par_id3151241\n" "help.text" msgid "You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements pane displays the individual operators. The <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements pane, use the context menu or type it directly in the <emph>Commands</emph> window." -msgstr "" +msgstr "Při vytváření vzorce $[officename] lze použít různé unární a binární operátory. Unární operátory se týkají jednoho operandu. Binární operátory spojují dva operandy. Jednotlivé operátory jsou zobrazeny v dolní části panelu Prvky. Seznam těchto operátorů, spolu s dalšími, obsahuje také <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"místní nabídka\">místní nabídka</link> okna <emph>Příkazy</emph>. Pokud potřebujete operátor, který není obsažen na panelu Prvky, použijte místní nabídku nebo ho přímo napište v okně <emph>Příkazy</emph>." #. 86s5i #: 03090100.xhp @@ -1940,7 +1940,7 @@ msgctxt "" "par_id3149755\n" "help.text" msgid "You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements pane. They are also listed in the <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window." -msgstr "" +msgstr "Pro vytváření vzorce <emph>$[officename] Math</emph> je možné vybírat z různých operátorů. Všechny dostupné operátory se zobrazují v dolní části panelu Prvky. Jejich seznam je také v <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"místní nabídka\">místní nabídce</link> okna <emph>Příkazy</emph>. Všechny operátory, které se nenacházejí na panelu Prvky nebo v místní nabídce, je nutné napsat ručně v okně <emph>Příkazy</emph>." #. hDyQo #: 03090300.xhp @@ -2399,7 +2399,7 @@ msgctxt "" "par_id3155374\n" "help.text" msgid "Choose a function in the lower part of the Elements pane. These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements pane need to be typed manually in the Commands window." -msgstr "" +msgstr "V dolní části panelu zvolte funkci. Seznam těchto funkcí je také v <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"místní nabídka\">místní nabídce</link> okna <emph>Příkazy</emph>. Všechny funkce, které se nenacházejí na panelu Prvky, je nutné napsat ručně v okně Příkazy." #. 35FEB #: 03090400.xhp @@ -3146,7 +3146,7 @@ msgctxt "" "par_id3147258\n" "help.text" msgid "You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements pane. These brackets are also listed in the <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements pane or in the context menu can be typed manually in the <emph>Commands</emph> window." -msgstr "" +msgstr "Při vytváření vzorce <emph>$[officename] Math</emph> je možné zvolit různé typy závorek. Typy závorek jsou zobrazeny v dolní části panelu Prvky. Seznam těchto závorek je také v <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"místní nabídka\">místní nabídce</link> okna <emph>Příkazy</emph>. Všechny závorky, které se nenacházejí na panelu Prvky nebo v místní nabídce, je nutné napsat ručně v okně <emph>Příkazy</emph>." #. zusZw #: 03090500.xhp @@ -3857,7 +3857,7 @@ msgctxt "" "par_id3145802\n" "help.text" msgid "You can choose from various attributes for <emph>%PRODUCTNAME Math</emph> formulas. Some attributes are displayed in the lower part of the Elements pane. These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window." -msgstr "" +msgstr "Při vytváření vzorce <emph>%PRODUCTNAME Math</emph> je možné vybírat z různých atributů. Některé atributy jsou zobrazeny v dolní části panelu Prvky. Seznam těchto atributů je také v <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"místní nabídka\">místní nabídce</link> okna <emph>Příkazy</emph>. Ostatní atributy, které se nenacházejí na panelu Prvky nebo v místní nabídce, je nutné napsat zadat v okně <emph>Příkazy</emph>." #. LGFaf #: 03090600.xhp @@ -4658,7 +4658,7 @@ msgctxt "" "par_id3147262\n" "help.text" msgid "You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower part of the Elements pane. These options are also listed in the <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window." -msgstr "" +msgstr "Při vytváření vzorce $[officename] Math je možné zvolit různé formátování. Možnosti formátování jsou zobrazeny v dolní části panelu Prvky. Seznam těchto možností je také v <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"místní nabídka\">místní nabídce</link> okna <emph>Příkazy</emph>." #. oGTCQ #: 03090700.xhp @@ -5261,7 +5261,7 @@ msgctxt "" "par_id3154641\n" "help.text" msgid "Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements pane. Call the <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements pane have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them." -msgstr "" +msgstr "Přiřadí znakům ve vzorci <emph>$[officename] Math</emph> různé množinové operátory. Jednotlivé operátory jsou zobrazeny v dolní části panelu Prvky. Stejný seznam jednotlivých funkcí lze vyvolat pomocí <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"místní nabídka\">místní nabídky</link> v okně <emph>Příkazy</emph>. Operátory, které se nenacházejí na panelu Prvky, je nutné zadat přímo v okně Příkazy. Přímo lze zadat také další části vzorce, i když pro ně symboly existují." #. CJVPF #: 03090800.xhp diff --git a/source/cs/helpcontent2/source/text/swriter.po b/source/cs/helpcontent2/source/text/swriter.po index 2fef8f72131..9cc20a478c4 100644 --- a/source/cs/helpcontent2/source/text/swriter.po +++ b/source/cs/helpcontent2/source/text/swriter.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-03-19 17:31+0100\n" +"POT-Creation-Date: 2021-03-29 16:03+0200\n" "PO-Revision-Date: 2021-03-21 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/textswriter/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.4.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1547110029.000000\n" #. P7iNX @@ -2581,14 +2581,14 @@ msgctxt "" msgid "<link href=\"text/swriter/main0206.xhp\" name=\"Bullets and Numbering Bar\">Bullets and Numbering Bar</link>" msgstr "<link href=\"text/swriter/main0206.xhp\" name=\"Lišta Odrážky a číslování\">Lišta Odrážky a číslování</link>" -#. GnEX6 +#. qVzcD #: main0206.xhp msgctxt "" "main0206.xhp\n" "par_id3154277\n" "help.text" -msgid "<ahelp hid=\"HID_NUM_TOOLBOX\">The <emph>Bullets and Numbering</emph> bar contains functions to modify the structure of numbered paragraphs, including changing the order of paragraphs and defining different paragraph levels.</ahelp>" -msgstr "<ahelp hid=\"HID_NUM_TOOLBOX\">Lišta <emph>Odrážky a číslování</emph> obsahuje funkce pro úpravu struktury číslovaných odstavců, např. změnu pořadí odstavců a nastavení různých úrovní odstavců.</ahelp>" +msgid "<ahelp hid=\"HID_NUM_TOOLBOX\">The <emph>Bullets and Numbering</emph> bar contains functions to modify the structure of list paragraphs, including changing their order and list level.</ahelp>" +msgstr "" #. do6CG #: main0208.xhp diff --git a/source/cs/helpcontent2/source/text/swriter/00.po b/source/cs/helpcontent2/source/text/swriter/00.po index 261fdc35f33..a9bd2d34ada 100644 --- a/source/cs/helpcontent2/source/text/swriter/00.po +++ b/source/cs/helpcontent2/source/text/swriter/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-03-23 11:45+0100\n" -"PO-Revision-Date: 2021-03-21 21:37+0000\n" +"PO-Revision-Date: 2021-03-24 12:36+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/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.4.2\n" "X-POOTLE-MTIME: 1550732536.000000\n" #. E9tti @@ -1571,7 +1571,7 @@ msgctxt "" "par_id3154470\n" "help.text" msgid "Choose <menuitem>Format - Paragraph - Outline & List</menuitem> tab." -msgstr "" +msgstr "Zvolte kartu <menuitem>Formát - Osnova a seznam</menuitem>." #. q583F #: 00000405.xhp @@ -1580,7 +1580,7 @@ msgctxt "" "par_id231616224233651\n" "help.text" msgid "Right-click a paragraph, choose <menuitem>Paragraph - Paragraph - Outline & List</menuitem> tab." -msgstr "" +msgstr "Klepněte pravým tlačítkem na odstavec a zvolte kartu <menuitem>Odstavec - Odstavec - Osnova a seznam</menuitem>." #. ExS89 #: 00000405.xhp @@ -1589,7 +1589,7 @@ msgctxt "" "par_id41616224423602\n" "help.text" msgid "Right-click a paragraph, choose <menuitem>Paragraph - Edit Style - Outline & List</menuitem> tab." -msgstr "" +msgstr "Klepněte pravým tlačítkem na odstavec a zvolte kartu <menuitem>Odstavec - Upravit styl - Osnova a seznam</menuitem>." #. n5kFM #: 00000405.xhp @@ -1598,7 +1598,7 @@ msgctxt "" "par_id3154413\n" "help.text" msgid "Choose <menuitem>Styles - Edit Style - Outline & List</menuitem> tab (Paragraph Styles)." -msgstr "" +msgstr "Zvolte kartu <menuitem>Styly - Upravit styl - Osnova a seznam</menuitem> (styly odstavce)." #. oVPyS #: 00000405.xhp @@ -1607,7 +1607,7 @@ msgctxt "" "par_id3147525\n" "help.text" msgid "Choose <menuitem>View - Styles -</menuitem> open context menu <menuitem>Modify/New - List & Numbering</menuitem> tab (Paragraph Styles)." -msgstr "" +msgstr "Zvolte <menuitem>Zobrazit - Styly</menuitem>, otevřete místní nabídku a zvolte kartu <menuitem>Upravit/Nový - Osnova a seznam</menuitem> (pro styly odstavce)." #. Rp3Q3 #: 00000405.xhp diff --git a/source/cs/helpcontent2/source/text/swriter/01.po b/source/cs/helpcontent2/source/text/swriter/01.po index 052d7e83c1b..fcf0a7da4b6 100644 --- a/source/cs/helpcontent2/source/text/swriter/01.po +++ b/source/cs/helpcontent2/source/text/swriter/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-03-23 11:45+0100\n" +"POT-Creation-Date: 2021-03-29 16:03+0200\n" "PO-Revision-Date: 2021-01-02 19:36+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/cs/>\n" @@ -16153,14 +16153,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_OUTLINE_LEVEL\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Text Body</emph> to reset the outline level." msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_OUTLINE_LEVEL\">Zvoleným odstavcům nebo stylu odstavce přiřadí úroveň osnovy od 1 do 10.</ahelp> Úroveň osnovy zrušíte výběrem <emph>Tělo textu</emph>." -#. GaPuE +#. sdLZj #: 05030800.xhp msgctxt "" "05030800.xhp\n" "hd_id3143283\n" "help.text" -msgid "Numbering" -msgstr "Číslování" +msgid "Apply List Style" +msgstr "" #. fFAFo #: 05030800.xhp @@ -16189,14 +16189,14 @@ msgctxt "" msgid "Edit Style" msgstr "Upravit styl" -#. ScSSA +#. PmMzY #: 05030800.xhp msgctxt "" "05030800.xhp\n" "par_id3155179\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/numparapage/editnumstyle\">Edit the properties of the selected numbering style.</ahelp> These properties will apply to all paragraphs formatted with the given numbering style." -msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/editnumstyle\">Upravte vlastnosti vybraného stylu číslování.</ahelp> Tyto vlastnosti se použijí na všechny odstavce formátované daným stylem číslování." +msgid "<ahelp hid=\"modules/swriter/ui/numparapage/editnumstyle\">Edit the properties of the selected list style.</ahelp> These properties will apply to all paragraphs formatted with the given list style." +msgstr "" #. dxBEA #: 05030800.xhp @@ -16225,14 +16225,14 @@ msgctxt "" msgid "This section only appears when you edit the properties of the current paragraph by choosing <emph>Format - Paragraph</emph>." msgstr "Tato část se zobrazí pouze, pokud upravujete vlastnosti aktuálního odstavce volbou <emph>Formát - Odstavec</emph>." -#. oNKzj +#. 3c6ZA #: 05030800.xhp msgctxt "" "05030800.xhp\n" "hd_id3151250\n" "help.text" -msgid "Restart at this paragraph" -msgstr "Restartovat na začátku tohoto odstavce" +msgid "Restart numbering at this paragraph" +msgstr "" #. Fqcca #: 05030800.xhp @@ -16351,6 +16351,15 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_RESTART_PARA\">Enter the number at which to restart the line numbering</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_RESTART_PARA\">Zadejte číslo, od kterého se má číslování řádků restartovat.</ahelp>" +#. 7JGYU +#: 05030800.xhp +msgctxt "" +"05030800.xhp\n" +"par_id551616756044690\n" +"help.text" +msgid "The following buttons appear only for Paragraph Style." +msgstr "" + #. jAnkr #: 05040000.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/swriter/02.po b/source/cs/helpcontent2/source/text/swriter/02.po index 78451f64eda..4bcfdf758bb 100644 --- a/source/cs/helpcontent2/source/text/swriter/02.po +++ b/source/cs/helpcontent2/source/text/swriter/02.po @@ -3,8 +3,8 @@ 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-03-23 11:45+0100\n" -"PO-Revision-Date: 2021-03-21 21:37+0000\n" +"POT-Creation-Date: 2021-03-29 16:03+0200\n" +"PO-Revision-Date: 2021-03-24 12:36+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" @@ -806,7 +806,7 @@ msgctxt "" "par_id3145249\n" "help.text" msgid "<ahelp hid=\".uno:NumberingStart\" visibility=\"visible\">Restarts list numbering from 1.</ahelp> This command is only active when the cursor is positioned within a list." -msgstr "" +msgstr "<ahelp hid=\".uno:NumberingStart\" visibility=\"visible\">Restartuje číslování seznamu od čísla 1.</ahelp> Příkaz je k dispozici pouze tehdy, je-li kurzor umístěn v seznamu." #. 89Xm9 #: 06140000.xhp @@ -815,7 +815,7 @@ msgctxt "" "par_id631616370838434\n" "help.text" msgid "Choose <menuitem>Format - Lists - Restart Numbering</menuitem>." -msgstr "" +msgstr "Zvolte <menuitem>Formát - Seznamy - Restartovat číslování</menuitem>." #. fh5aw #: 06140000.xhp @@ -824,7 +824,7 @@ msgctxt "" "par_id31616370717930\n" "help.text" msgid "Place cursor in a list paragraph, right-click and choose <menuitem>List - Restart Numbering</menuitem>." -msgstr "" +msgstr "Umístěte kurzor na odstavec se seznamem, klepněte pravým tlačítkem a zvolte <menuitem>Seznam - Restartovat číslování</menuitem>." #. RgibL #: 06140000.xhp @@ -833,7 +833,7 @@ msgctxt "" "par_id351616370727010\n" "help.text" msgid "On <link href=\"text/shared/01/06050000.xhp\" name=\"BulletsNumbering\"><emph>Bullets and Numbering</emph></link> bar, click" -msgstr "" +msgstr "Na liště <link href=\"text/shared/01/06050000.xhp\" name=\"Odrážky a číslování\"><emph>Odrážky a číslování</emph></link> klepněte na" #. SLjuC #: 06140000.xhp @@ -860,15 +860,15 @@ msgctxt "" "par_id761616370463787\n" "help.text" msgid "To remove the numbering restart, apply the command again in the paragraph where the numbering was restarted." -msgstr "" +msgstr "Chcete-li to, že bylo číslování restartováno, odstranit, použijte znovu tento příkaz, a to v odstavci, v němž bylo číslování restartováno." -#. bEE4F +#. 7h49d #: 06140000.xhp msgctxt "" "06140000.xhp\n" "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 - </menuitem><embedvar href=\"textswriter/01/05030800.xhp#outlinelisth1\"/> tab, select <menuitem>Restart numbering at this paragraph</menuitem> and enter the start number in <menuitem>Start with</menuitem>." +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><embedvar href=\"text/swriter/01/05030800.xhp#outlinelisth1\"/> tab, select <menuitem>Restart numbering at this paragraph</menuitem> and enter the start number in <menuitem>Start with</menuitem>." msgstr "" #. qCdhk diff --git a/source/cs/helpcontent2/source/text/swriter/guide.po b/source/cs/helpcontent2/source/text/swriter/guide.po index 435e9b62bc2..b470d6bb412 100644 --- a/source/cs/helpcontent2/source/text/swriter/guide.po +++ b/source/cs/helpcontent2/source/text/swriter/guide.po @@ -3,8 +3,8 @@ 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-03-23 11:45+0100\n" -"PO-Revision-Date: 2020-12-28 07:53+0000\n" +"POT-Creation-Date: 2021-03-29 16:03+0200\n" +"PO-Revision-Date: 2021-03-28 08:36+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" @@ -545,7 +545,7 @@ msgctxt "" "par_id3147274\n" "help.text" msgid "Choose <menuitem>Tools - AutoCorrect - AutoCorrect Options</menuitem>." -msgstr "" +msgstr "Zvolte <menuitem>Nástroje - Automatické opravy - Nastavení automatických oprav</menuitem>." #. iK5GF #: auto_off.xhp @@ -626,7 +626,7 @@ msgctxt "" "par_id3155099\n" "help.text" msgid "Choose <menuitem>Tools – AutoCorrect Options</menuitem>." -msgstr "" +msgstr "Zvolte <menuitem>Nástroje - Automatické opravy - Nastavení automatických oprav</menuitem>." #. 6TQxg #: auto_off.xhp @@ -1355,7 +1355,7 @@ msgctxt "" "par_idN10A56\n" "help.text" msgid "<link href=\"text/shared/02/02160000.xhp\">Character Highlighting Color icon</link>" -msgstr "" +msgstr "<link href=\"text/shared/02/02160000.xhp\">Ikona Barva zvýraznění znaků</link>" #. 7cNgF #: background.xhp @@ -3038,7 +3038,7 @@ msgctxt "" "hd_id3147684\n" "help.text" msgid "<variable id=\"captions_numbers\"><link href=\"text/swriter/guide/captions_numbers.xhp\" name=\"Adding Chapter Numbers to Captions\">Adding Chapter Numbers to Captions</link></variable>" -msgstr "" +msgstr "<variable id=\"captions_numbers\"><link href=\"text/swriter/guide/captions_numbers.xhp\" name=\"Přidání čísla kapitolu do popisků\"> Přidání čísla kapitoly do popisků</link></variable>" #. 5efvj #: captions_numbers.xhp @@ -3083,7 +3083,7 @@ msgctxt "" "par_id3150527\n" "help.text" msgid "Select a caption title from the <menuitem>Category</menuitem> box, and select a numbering scheme in the <menuitem>Numbering</menuitem> box. <br/>You also can enter a caption text in this dialog. If you want, enter text in the <menuitem>Caption</menuitem> box." -msgstr "" +msgstr "Vyberte název popisku v poli <menuitem>Kategorie</menuitem> a schéma číslování v poli <menuitem>Číslování</menuitem>. <br/>V tomto dialogovém okně můžete také zadat text popisku. Chcete-li, zadejte text do pole <menuitem>Popisek</menuitem>." #. H329F #: captions_numbers.xhp @@ -3326,7 +3326,7 @@ msgctxt "" "par_id3154255\n" "help.text" msgid "Choose <menuitem>Tools - Chapter Numbering</menuitem>, and then click the <menuitem>Numbering</menuitem> tab." -msgstr "" +msgstr "Zvolte <menuitem>Nástroje - Číslování kapitol</menuitem> a poté klepněte na kartu <menuitem>Číslování</menuitem>." #. UuWGT #: chapter_numbering.xhp @@ -3335,7 +3335,7 @@ msgctxt "" "par_id3155891\n" "help.text" msgid "In the <menuitem>Paragraph style</menuitem> box, select the heading style that you want to add chapter numbers to." -msgstr "" +msgstr "Ze seznamu <menuitem>Styl odstavce</menuitem> vyberte styl nadpisu, ke kterému chcete přidat čísla kapitol." #. EZW6q #: chapter_numbering.xhp @@ -3344,7 +3344,7 @@ msgctxt "" "par_id3150513\n" "help.text" msgid "In the <menuitem>Number</menuitem> box, select the numbering scheme that you want to use, and then click <menuitem>OK</menuitem>." -msgstr "" +msgstr "V seznamu <menuitem>Číslo</menuitem> vyberte schéma číslování, které chcete použít, a poté klepněte na <menuitem>OK</menuitem>." #. EChDL #: chapter_numbering.xhp @@ -3371,7 +3371,7 @@ msgctxt "" "par_idN107D9\n" "help.text" msgid "Press the <keycode>Backspace</keycode> key to delete the number." -msgstr "" +msgstr "Stisknutím klávesy <keycode>Backspace</keycode> číslo smažte." #. ycK3V #: chapter_numbering.xhp @@ -3380,7 +3380,7 @@ msgctxt "" "par_id441614161571912\n" "help.text" msgid "Press <keycode>Shift+Backspace</keycode> with the cursor at the beginning of the heading to return the number." -msgstr "" +msgstr "Stisknete-li s kurzorem na začátku nadpisu <keycode>Shift+Backspace</keycode>, číslo se vrátí." #. itdUu #: chapter_numbering.xhp @@ -4532,7 +4532,7 @@ msgctxt "" "par_id3150708\n" "help.text" msgid "To quickly open all input fields in a document for editing, press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F9</keycode>." -msgstr "" +msgstr "Pro rychlé otevření všech vstupních polí pro úpravy stiskněte klávesy <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F9</keycode>." #. CeNeZ #: fields_userdata.xhp @@ -5486,7 +5486,7 @@ msgctxt "" "par_id3150517\n" "help.text" msgid "Click a numbering scheme in the <menuitem>Format</menuitem> list." -msgstr "" +msgstr "Klepněte na schéma číslování v seznamu <menuitem>Formát</menuitem>." #. 9YJwh #: footer_nextpage.xhp @@ -5711,7 +5711,7 @@ msgctxt "" "par_id3148843\n" "help.text" msgid "<image id=\"img_id3148857\" src=\"cmd/sc_insertfootnote.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148857\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148857\" src=\"cmd/sc_insertfootnote.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148857\">Ikona</alt></image>" #. C8QT3 #: footnote_usage.xhp @@ -5729,7 +5729,7 @@ msgctxt "" "par_id41607163776333\n" "help.text" msgid "<image src=\"cmd/sc_insertendnote.png\" id=\"img_id341607163776333\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511607163776333\">Insert Endnote Icon</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/sc_insertendnote.png\" id=\"img_id341607163776333\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511607163776333\">Ikona Vložit vysvětlivku</alt></image>" #. rgca7 #: footnote_usage.xhp @@ -5738,7 +5738,7 @@ msgctxt "" "par_id121607163776335\n" "help.text" msgid "You can insert endnotes directly by clicking the <menuitem>Insert Endnote</menuitem> icon on the <emph>Standard</emph> or <emph>Insert</emph> toolbar or choose <menuitem>Insert - Footnote and Endnote - Endnote</menuitem>." -msgstr "" +msgstr "Vysvětlivky můžete vkládat přímo klepnutím na ikonu <menuitem>Vložit vysvětlivku</menuitem> na nástrojové liště <emph>Standardní</emph> či <emph>Vložit</emph> nebo volbou <menuitem>Vložit - Poznámka pod čarou a vysvětlivka - Vysvětlivka</menuitem>." #. D3DDv #: footnote_usage.xhp @@ -5765,7 +5765,7 @@ msgctxt "" "par_id3155563\n" "help.text" msgid "To edit the text of a footnote or endnote, click in the note, or click the anchor for the note in the text, or press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+PageDown</keycode>." -msgstr "" +msgstr "Chcete-li upravit text poznámky pod čarou nebo vysvětlivky, klepněte do poznámky či na ukotvení u vysvětlovaného výrazu nebo stiskněte <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+PageDown</keycode>." #. BULG3 #: footnote_usage.xhp @@ -5828,7 +5828,7 @@ msgctxt "" "par_id781607164467521\n" "help.text" msgid "Shortcut keys can be made to insert, edit, and navigate to footnotes and endnotes. Choose <menuitem>Tools - Customize - Keyboard</menuitem> tab and enter <input>note</input> in the Functions box to see possibilities." -msgstr "" +msgstr "Je možné vytvořit klávesové zkratky pro vkládání, úpravy a navigaci mezi poznámkami pod čarou a vysvětlivkami. Chcete-li zobrazit dostupné možnosti, zvolte <menuitem>Nástroje - Přizpůsobit - Klávesnice</menuitem> a do pole Funkce zadejte <input>poznám</input> nebo <input>vysvětliv</input>." #. nDvQ9 #: footnote_usage.xhp @@ -5837,7 +5837,7 @@ msgctxt "" "par_id251603931682056\n" "help.text" msgid "<link href=\"text/shared/01/06140200.xhp\" name=\"makeshortcut\">Making a Shortcut Key</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/06140200.xhp\" name=\"Tvorba klávesových zkratek\">Tvorba klávesových zkratek</link>" #. r9FFt #: footnote_with_line.xhp @@ -6953,7 +6953,7 @@ msgctxt "" "par_id3155874\n" "help.text" msgid "Choose <menuitem>Tools - Chapter Numbering.</menuitem>" -msgstr "" +msgstr "Zvolte <menuitem>Nástroje - Číslování kapitol</menuitem>." #. B8P3C #: header_with_chapter.xhp @@ -6971,7 +6971,7 @@ msgctxt "" "par_id3147124\n" "help.text" msgid "Select the numbering scheme for the chapter titles in the <menuitem>Number</menuitem> box, for example, \"1,2,3...\"." -msgstr "" +msgstr "V poli <menuitem>Číslo</menuitem> vyberte schéma číslování pro názvy kapitol, například „1,2,3...“." #. AHCua #: header_with_chapter.xhp @@ -7790,7 +7790,7 @@ msgctxt "" "par_id0302200910262867\n" "help.text" msgid "Choose <menuitem>Insert - Formatting Mark - Word Joiner</menuitem>." -msgstr "" +msgstr "Zvolte <menuitem>Vložit - Formátovací značka - Nulová mezera, nezlomitelná</menuitem>." #. 6u4r9 #: hyphen_prevent.xhp @@ -8942,7 +8942,7 @@ msgctxt "" "par_id3146896\n" "help.text" msgid "If you want to use a different paragraph style as a table of contents entry, select the <menuitem>Additional Styles</menuitem> check box in the <menuitem>Create from</menuitem> area, and then click the <menuitem>Assign styles</menuitem> button next to the check box. In the <menuitem>Assign Styles</menuitem> dialog, click the style in the list, and then click the <menuitem>>></menuitem> or the <menuitem><<</menuitem> button to define the outline level for the paragraph style." -msgstr "" +msgstr "Chcete-li pro položky obsahu použít jiné styly odstavce, zaškrtněte pole <menuitem>Další styly</menuitem> v oblasti <menuitem>Vytvořit z</menuitem> a poté klepněte na tlačítko <menuitem>Přiřadit styly</menuitem> umístěné vedle. V dialogovém okně <menuitem>Přiřadit styly</menuitem> klepněte na styl ze seznamu a poté klepněte na tlačítko <menuitem>>></menuitem> nebo <menuitem><<</menuitem>, určíte tím úroveň osnovy pro daný styl odstavce." #. mXE4E #: indices_toc.xhp @@ -8951,7 +8951,7 @@ msgctxt "" "par_id1001574720273772\n" "help.text" msgid "%PRODUCTNAME creates the table of contents entries based on the outline level of the paragraph style and the paragraph contents. If the paragraph is empty, it will not be included in the table of contents. To force the empty paragraph to be listed in the table of contents, manually add a space or a non breaking space to the paragraph. Spaces added in the <emph>After</emph> text box of the Numbering tab in the Chapter Numbering dialog will not work for this purpose, since they are part of the paragraph numbering, not the paragraph contents." -msgstr "" +msgstr "%PRODUCTNAME vytváří položky obsahu na základě úrovně osnovy pro styl odstavce a podle obsahu odstavce. Jestliže je odstavec prázdný, do obsahu se nepřidá. Chcete-li takový odstavec do obsahu přesto začlenit, přidejte do něj ručně mezeru nebo nezlomitelnou mezeru. Mezery uvedené v poli <emph>Za</emph> na kartě Číslování v dialogovém okně Číslování kapitol začlenění do obsahu neovlivní, protože se jedná o součást číslování odstavce, nikoliv o jeho obsah." #. Fdoe5 #: indices_toc.xhp @@ -9428,7 +9428,7 @@ msgctxt "" "par_id3145098\n" "help.text" msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> and click and hold the object for a moment." -msgstr "" +msgstr "Podržte klávesu <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> a nad objektem stiskněte a držte tlačítko myši." #. yFomr #: insert_graphic_fromdraw.xhp @@ -9556,14 +9556,14 @@ msgctxt "" msgid "Follow the scanning instructions." msgstr "Řiďte se instrukcemi pro skenování." -#. FobBn +#. AwAKw #: insert_tab_innumbering.xhp msgctxt "" "insert_tab_innumbering.xhp\n" "tit\n" "help.text" -msgid "Changing the Chapter Level of Numbered and Bulleted Lists" -msgstr "Změna úrovně číslovaného nebo odrážkového seznamu" +msgid "Changing the List Level of a List Paragraph" +msgstr "" #. NDiP8 #: insert_tab_innumbering.xhp @@ -9574,32 +9574,32 @@ msgctxt "" msgid "<bookmark_value>tab stops; inserting in lists</bookmark_value><bookmark_value>numbering; changing the level of</bookmark_value><bookmark_value>lists;changing levels</bookmark_value><bookmark_value>levels;changing chapter levels</bookmark_value><bookmark_value>bullet lists;changing levels</bookmark_value><bookmark_value>lowering chapter levels</bookmark_value><bookmark_value>rising chapter levels</bookmark_value><bookmark_value>changing;chapter levels</bookmark_value><bookmark_value>promote level;in lists</bookmark_value><bookmark_value>demote level;in lists</bookmark_value>" msgstr "<bookmark_value>tabulátory; vkládání do seznamů</bookmark_value><bookmark_value>číslování; změna úrovně</bookmark_value><bookmark_value>seznamy;změna úrovně</bookmark_value><bookmark_value>úrovně;změna úrovně kapitol</bookmark_value><bookmark_value>odrážkové seznamy;změna úrovně</bookmark_value><bookmark_value>snížení úrovně kapitol</bookmark_value><bookmark_value>zvýšení úrovně kapitol</bookmark_value><bookmark_value>změna;úrovně kapitol</bookmark_value><bookmark_value>zvýšení úrovně;v seznamech</bookmark_value><bookmark_value>snížení úrovně;v seznamech</bookmark_value>" -#. ngzwj +#. tr48L #: insert_tab_innumbering.xhp msgctxt "" "insert_tab_innumbering.xhp\n" "hd_id3145078\n" "help.text" -msgid "<variable id=\"insert_tab_innumbering\"><link href=\"text/swriter/guide/insert_tab_innumbering.xhp\" name=\"Changing the Outline Level of Numbered and Bulleted Lists\">Changing the Chapter Level of Numbered and Bulleted Lists</link></variable>" -msgstr "<variable id=\"insert_tab_innumbering\"><link href=\"text/swriter/guide/insert_tab_innumbering.xhp\" name=\"Změna úrovně číslovaného nebo odrážkového seznamu\">Změna úrovně číslovaného nebo odrážkového seznamu</link></variable>" +msgid "<variable id=\"insert_tab_innumbering\"><link href=\"text/swriter/guide/insert_tab_innumbering.xhp\" name=\"Changing the Outline Level of Numbered and Bulleted Lists\">Changing the List Level of a List Paragraph</link></variable>" +msgstr "" -#. Ru3Cb +#. epGvP #: insert_tab_innumbering.xhp msgctxt "" "insert_tab_innumbering.xhp\n" "par_id3155909\n" "help.text" -msgid "To move a numbered or bulleted paragraph down one chapter level, click at the beginning of the paragraph, and then press <keycode>Tab</keycode>." -msgstr "Chcete-li posunout číslovaný nebo odrážkový odstavec o jednu úroveň níže, klepněte na začátek odstavce a stiskněte <keycode>Tab</keycode>." +msgid "To move a numbered or bulleted list paragraph down one list level, click at the beginning of the paragraph, and then press <keycode>Tab</keycode>." +msgstr "" -#. HD77j +#. 9onR5 #: insert_tab_innumbering.xhp msgctxt "" "insert_tab_innumbering.xhp\n" "par_id3155859\n" "help.text" -msgid "To move a numbered or bulleted paragraph up one chapter level, click at the beginning of the paragraph, and then press <keycode>Shift+Tab</keycode>." -msgstr "Chcete-li posunout číslovaný nebo odrážkový odstavec o jednu úroveň výše, klepněte na začátek odstavce a stiskněte <keycode>Shift+Tab</keycode>." +msgid "To move a numbered or bulleted list paragraph up one list level, click at the beginning of the paragraph, and then press <keycode>Shift+Tab</keycode>." +msgstr "" #. A6CtC #: insert_tab_innumbering.xhp @@ -9635,7 +9635,7 @@ msgctxt "" "hd_id3150495\n" "help.text" msgid "<variable id=\"join_numbered_lists\"><link href=\"text/swriter/guide/join_numbered_lists.xhp\" name=\"Combining Numbered Lists\">Combining Ordered Lists</link></variable>" -msgstr "" +msgstr "<variable id=\"join_numbered_lists\"><link href=\"text/swriter/guide/join_numbered_lists.xhp\" name=\"Kombinování seřazených seznamů\">Kombinování seřazených seznamů</link></variable>" #. kFGF5 #: join_numbered_lists.xhp @@ -9644,7 +9644,7 @@ msgctxt "" "par_id3149692\n" "help.text" msgid "You can combine two ordered lists into a single list." -msgstr "" +msgstr "Dva seřazené seznamy můžete zkombinovat do jediného." #. 2mCAG #: join_numbered_lists.xhp @@ -9653,7 +9653,7 @@ msgctxt "" "hd_id3149452\n" "help.text" msgid "To Combine Two Ordered Lists" -msgstr "" +msgstr "Kombinování dvou seřazených seznamů" #. e25XR #: join_numbered_lists.xhp @@ -9671,7 +9671,7 @@ msgctxt "" "par_id3155911\n" "help.text" msgid "On the <menuitem>Formatting</menuitem> Bar, click the <menuitem>Toggle Ordered List</menuitem> icon twice." -msgstr "" +msgstr "Na liště <menuitem>Formátování</menuitem> klepněte dvakrát na ikonu <menuitem>Přepnout seřazený seznam</menuitem>." #. yCERR #: join_numbered_lists.xhp @@ -9680,7 +9680,7 @@ msgctxt "" "hd_id3155870\n" "help.text" msgid "To Create a Ordered List From Non-consecutive Paragraphs" -msgstr "" +msgstr "Vytvoření seřazeného seznamu z odstavců, které nejdou po sobě" #. 3fmSg #: join_numbered_lists.xhp @@ -9689,7 +9689,7 @@ msgctxt "" "par_id3153417\n" "help.text" msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> and drag a selection in the first numbered paragraph. You only have to select one character." -msgstr "" +msgstr "Podržte klávesu <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> a proveďte výběr v prvním číslovaném odstavci. Stačí vybrat pouze jeden znak z odstavce." #. YUMLt #: join_numbered_lists.xhp @@ -9698,7 +9698,7 @@ msgctxt "" "par_id3149644\n" "help.text" msgid "Continue to hold down <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>, and drag a selection in each numbered paragraph of the lists you want to combine." -msgstr "" +msgstr "Stále držte klávesu <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> a proveďte výběr v každém číslovaném odstavci, který chcete kombinovat." #. RaZCA #: join_numbered_lists.xhp @@ -9707,7 +9707,7 @@ msgctxt "" "par_id3145102\n" "help.text" msgid "On the <menuitem>Formatting</menuitem> Bar, click the <menuitem>Toggle Ordered List</menuitem> icon twice." -msgstr "" +msgstr "Na liště <menuitem>Formátování</menuitem> klepněte dvakrát na ikonu <menuitem>Přepnout seřazený seznam</menuitem>." #. RNYoM #: join_numbered_lists.xhp @@ -9716,7 +9716,7 @@ msgctxt "" "par_id751615828987862\n" "help.text" msgid "To add selected paragraphs to an existing list, use <link href=\"text/swriter/02/add_to_list.xhp\" name=\"Add to List\"><menuitem>Format - Lists - Add to List</menuitem></link>." -msgstr "" +msgstr "Chcete-li přidat odstavce k již existujícímu seznamu, použijte <link href=\"text/swriter/02/add_to_list.xhp\" name=\"Přidat k seznamu\"><menuitem>Formát - Seznamy - Přidat k seznamu</menuitem></link>." #. rDMRb #: jump2statusbar.xhp @@ -18565,13 +18565,13 @@ msgctxt "" msgid "On the <emph>Formatting</emph> Bar, click the <emph>Toggle Ordered List</emph> icon (<keycode>F12</keycode>)" msgstr "" -#. dpmx5 +#. EaSQT #: using_numbered_lists2.xhp msgctxt "" "using_numbered_lists2.xhp\n" "par_id211615764184529\n" "help.text" -msgid "Right-click, choose <menuitem>Lists</menuitem>, then select a list style." +msgid "Right-click, choose <menuitem>List</menuitem>, then select a list style." msgstr "" #. dQ6VP @@ -18628,13 +18628,13 @@ msgctxt "" msgid "Click in the list, then choose <menuitem>Format - Bullets and Numbering</menuitem>." msgstr "" -#. ThdUE +#. xAc7B #: using_numbered_lists2.xhp msgctxt "" "using_numbered_lists2.xhp\n" "par_id161615765280165\n" "help.text" -msgid "Right-click in the list, then choose <menuitem>Lists - Bullets and Numbering</menuitem>." +msgid "Right-click in the list, then choose <menuitem>List - Bullets and Numbering</menuitem>." msgstr "" #. xgmVR @@ -18655,32 +18655,32 @@ msgctxt "" msgid "Copying or moving an item from a numbered list to a new location continues the list numbering. To start a new numbering with the pasted item, click <emph>Toggle Ordered List</emph> twice. Any formatting on the pasted item is reset to default." msgstr "" -#. MAprK +#. kPFQQ #: using_numbering.xhp msgctxt "" "using_numbering.xhp\n" "tit\n" "help.text" -msgid "Numbering and Numbering Styles" -msgstr "Číslování a styly číslování" +msgid "Numbering and Paragraph Styles" +msgstr "" -#. 6emSb +#. FfEcT #: using_numbering.xhp msgctxt "" "using_numbering.xhp\n" "bm_id3155174\n" "help.text" -msgid "<bookmark_value>numbering; manually/by styles</bookmark_value> <bookmark_value>manual numbering in text</bookmark_value> <bookmark_value>paragraph styles;numbering</bookmark_value>" -msgstr "<bookmark_value>číslování; ručně/pomocí stylů</bookmark_value> <bookmark_value>ruční číslování v textu</bookmark_value> <bookmark_value>styly odstavce;číslování</bookmark_value>" +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 "" -#. DGTBD +#. FizBP #: using_numbering.xhp msgctxt "" "using_numbering.xhp\n" "hd_id3155174\n" "help.text" -msgid "<variable id=\"using_numbering\"><link href=\"text/swriter/guide/using_numbering.xhp\" name=\"Numbering and Numbering Styles\">Numbering and Numbering Styles</link></variable>" -msgstr "<variable id=\"using_numbering\"><link href=\"text/swriter/guide/using_numbering.xhp\" name=\"Číslování a styly číslování\">Číslování a styly číslování</link> </variable>" +msgid "<variable id=\"using_numbering\"><link href=\"text/swriter/guide/using_numbering.xhp\" name=\"Numbering and Numbering Styles\">Numbering and Paragraph Styles</link></variable>" +msgstr "" #. DeMXq #: using_numbering.xhp @@ -18691,6 +18691,15 @@ msgctxt "" msgid "You can apply numbering to a paragraph manually or with a paragraph style." msgstr "Číslování je možné na odstavec použít ručně nebo pomocí stylu odstavce." +#. QEp87 +#: using_numbering.xhp +msgctxt "" +"using_numbering.xhp\n" +"par_id31616154131555\n" +"help.text" +msgid "If you want numbered headings, use <menuitem>Tools - </menuitem><embedvar href=\"text/swriter/01/06060000.xhp#ChapNumh1\"/>, instead of numbering manually." +msgstr "" + #. Dh8sW #: using_numbering.xhp msgctxt "" @@ -18700,14 +18709,14 @@ msgctxt "" msgid "To Apply Numbering Manually" msgstr "Použití ručního číslování" -#. XgBso +#. uCaGG #: using_numbering.xhp msgctxt "" "using_numbering.xhp\n" "par_id3155866\n" "help.text" -msgid "To apply numbering manually, click in the paragraph, and then click the <item type=\"menuitem\">Numbering On/Off</item> icon on the <item type=\"menuitem\">Formatting</item> Bar." -msgstr "Chcete-li použít ruční číslování, klepněte na odstavec a poté na ikonu <item type=\"menuitem\">Číslování zap/vyp</item> na liště <item type=\"menuitem\">Formátování</item>." +msgid "To apply numbering manually, click in the paragraph, and then click the <menuitem>Toggle Ordered List</menuitem> icon on the <menuitem>Formatting</menuitem> bar, or use the dropdown box on the icon to select a numbering format." +msgstr "" #. m2kdH #: using_numbering.xhp @@ -18727,15 +18736,6 @@ msgctxt "" msgid "When you press Enter in a numbered or bulleted list, <item type=\"productname\">%PRODUCTNAME</item> automatically numbers the next paragraph. To remove the numbering or bullet from the new paragraph, press Enter again." msgstr "Pokud v číslovaném nebo odrážkovém seznamu stisknete klávesu Enter, <item type=\"productname\">%PRODUCTNAME</item> bude automaticky číslovat další odstavec. Pro odebrání číslování nebo odrážky z dalšího odstavce stiskněte klávesu Enter ještě jednou." -#. GEvN8 -#: using_numbering.xhp -msgctxt "" -"using_numbering.xhp\n" -"par_idN1072B\n" -"help.text" -msgid "To change the hierarchical level of a bullet in a list, click in front of the paragraph, then press the Tab key." -msgstr "Pro změnu úrovně číslovaného nebo odrážkového seznamu klepněte před odstavec a stiskněte klávesu Tab." - #. qSgCG #: using_numbering.xhp msgctxt "" @@ -18754,23 +18754,32 @@ msgctxt "" msgid "To change the bullet or numbering format for all paragraphs in the list, ensure that the cursor is in the list, choose <item type=\"menuitem\">Format - Bullets and Numbering</item>, and then click a new format." msgstr "Pro změnu odrážek nebo formátu číslování ve všech odstavcích seznamu se ujistěte, že je kurzor v tomto seznamu, zvolte <item type=\"menuitem\">Formát - Odrážky a číslování</item> a klepněte na nový formát." -#. oXAse +#. VVXeQ #: using_numbering.xhp msgctxt "" "using_numbering.xhp\n" -"par_idN10737\n" +"par_idN1073A\n" "help.text" -msgid "To apply the same bullet or numbering format to all paragraphs in the list, select all paragraphs, choose <item type=\"menuitem\">Format - Bullets and Numbering</item>, and then click a format." -msgstr "Pro použití stejných odrážek nebo formátu číslování ve všech odstavcích seznamu vyberte všechny odstavce, zvolte <item type=\"menuitem\">Formát - Odrážky a číslování</item> a klepněte na formát." +msgid "Use the commands on the <link href=\"text/swriter/main0206.xhp\" name=\"Numbering Object Bar\">Bullets and Numbering</link> bar to change the order and level of list paragraphs." +msgstr "" -#. PmyyA +#. f48BU #: using_numbering.xhp msgctxt "" "using_numbering.xhp\n" -"par_idN1073A\n" +"par_id791616153048415\n" "help.text" -msgid "You can also use the commands on the <link href=\"text/swriter/main0206.xhp\" name=\"Numbering Object Bar\">Bullets and Numbering</link> toolbar to edit a numbered or bulleted list. To change the numbering or bullet format, click the <emph>Bullets and Numbering</emph> icon." -msgstr "Pro úpravy číslovaných nebo odrážkových seznamů je možné také použít příkazy na nástrojové liště <link href=\"text/swriter/main0206.xhp\" name=\"Odrážky a číslování\">Odrážky a číslování</link>. Pro změnu formátu číslování nebo odrážek klepněte na ikonu <emph>Odrážky a číslování</emph>." +msgid "To see which paragraphs are in the same list, click to the left of a number or symbol at the beginning of a list paragraph, with <link href=\"text/swriter/01/03080000.xhp\" name=\"Shadings\"><menuitem>View - Field Shadings</menuitem> </link> (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F8</keycode>) enabled." +msgstr "" + +#. Egm22 +#: using_numbering.xhp +msgctxt "" +"using_numbering.xhp\n" +"par_id751615828987862\n" +"help.text" +msgid "To add selected paragraphs to an existing list, use <link href=\"text/swriter/02/add_to_list.xhp\" name=\"Add to Previous List\"><menuitem>Format - Lists - Add to List</menuitem></link>." +msgstr "" #. qFAkZ #: using_numbering.xhp @@ -18781,14 +18790,14 @@ msgctxt "" msgid "To Apply Numbering With a Paragraph Style" msgstr "Použití číslování pomocí stylu odstavce" -#. FqYE3 +#. GmcBA #: using_numbering.xhp msgctxt "" "using_numbering.xhp\n" "par_id3153137\n" "help.text" -msgid "Paragraph Styles give you greater control over numbering that you apply in a document. When you change the numbering format of the style, all paragraphs using the style are automatically updated." -msgstr "Větší kontrolu nad číslováním v dokumentu dávají styly odstavce. Pokud změníte formát číslování daného stylu odstavce, automaticky se změní i formát číslování všech odstavců, které používají tento styl odstavce." +msgid "Paragraph Styles give you greater control over numbering that you apply in a document. When you change the list style assigned to a paragraph style, then the numbering format in the list style is applied automatically to all paragraphs using the paragraph style." +msgstr "" #. M3VEp #: using_numbering.xhp @@ -18808,23 +18817,23 @@ msgctxt "" msgid "Right-click the paragraph style that you want to apply numbering to, and then choose <emph>Modify</emph>." msgstr "Pravým tlačítkem myši klepněte na styl odstavce, ke kterému si přejete přidat číslování, a zvolte <emph>Upravit</emph>." -#. oEjFY +#. RbEBA #: using_numbering.xhp msgctxt "" "using_numbering.xhp\n" "par_id3149850\n" "help.text" -msgid "Click the <item type=\"menuitem\">Outline & Numbering</item> tab." -msgstr "Klepněte na kartu <item type=\"menuitem\">Osnova a číslování</item>." +msgid "Click the <item type=\"menuitem\">Outline & List</item> tab." +msgstr "" -#. Gd8ia +#. pnM3U #: using_numbering.xhp msgctxt "" "using_numbering.xhp\n" "par_id3149874\n" "help.text" -msgid "In the <item type=\"menuitem\">Numbering Style</item> box, select the type of numbering that you want to use." -msgstr "V seznamu <item type=\"menuitem\">Styl číslování</item> vyberte typ číslování, který chcete použít." +msgid "In the <menuitem>List style</menuitem> box, select the list style to apply." +msgstr "" #. r8dBG #: using_numbering.xhp @@ -18835,14 +18844,23 @@ msgctxt "" msgid "Click <emph>OK</emph>." msgstr "Klepněte na <emph>OK</emph>." -#. rdJpP +#. K36gj #: using_numbering.xhp msgctxt "" "using_numbering.xhp\n" "par_id3149589\n" "help.text" -msgid "Apply the style to the paragraphs that you want to add numbering to." -msgstr "Styl použijte na odstavce, kterým si přejete přiřadit číslování." +msgid "Apply the paragraph style to the paragraphs that you want to add numbering to." +msgstr "" + +#. HBCBV +#: using_numbering.xhp +msgctxt "" +"using_numbering.xhp\n" +"par_id401616165733544\n" +"help.text" +msgid "<link href=\"text/swriter/01/05130004.xhp\" name=\"List Style\">List Style</link>" +msgstr "" #. 8s2hg #: using_thesaurus.xhp |