diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-22 13:40:28 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-22 14:02:45 +0100 |
commit | 63be3a74f7153fef6bbbfd273ae136b4aa3b84b6 (patch) | |
tree | 6deccc5e7a718498af3af813444471a9c72bd0ff /source/cs/helpcontent2 | |
parent | 01f86d5980f43c72bcde5ccc6ba3e2ca166ceef5 (diff) |
update translations for master/7.1 beta1
libreoffice-7-1-branch-point
and force-fix errrors using pocheck
Change-Id: I49194db93ce2e8f542ac404235d38113ea0d3e54
Diffstat (limited to 'source/cs/helpcontent2')
-rw-r--r-- | source/cs/helpcontent2/source/text/sbasic/shared.po | 192 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/scalc/00.po | 6 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/scalc/01.po | 19 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/sdraw.po | 68 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/shared/00.po | 69 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/shared/01.po | 68 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/shared/02.po | 38 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/shared/guide.po | 10 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/shared/optionen.po | 24 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/simpress/02.po | 30 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/swriter.po | 16 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/swriter/00.po | 12 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/swriter/01.po | 479 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/swriter/guide.po | 444 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/swriter/menu.po | 8 |
15 files changed, 1133 insertions, 350 deletions
diff --git a/source/cs/helpcontent2/source/text/sbasic/shared.po b/source/cs/helpcontent2/source/text/sbasic/shared.po index 9947753cbc2..f951d7c9706 100644 --- a/source/cs/helpcontent2/source/text/sbasic/shared.po +++ b/source/cs/helpcontent2/source/text/sbasic/shared.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-10-27 12:31+0100\n" -"PO-Revision-Date: 2020-11-14 15:35+0000\n" +"PO-Revision-Date: 2020-11-21 15:36+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/cs/>\n" "Language: cs\n" @@ -26123,7 +26123,7 @@ msgctxt "" "par_id3154143\n" "help.text" msgid "Defines one or more identifiers as constants." -msgstr "" +msgstr "Definuje jeden nebo více identifikátorů jako konstanty." #. 4sYHn #: 03100700.xhp @@ -26132,7 +26132,7 @@ msgctxt "" "par_id3147264\n" "help.text" msgid "A constant is a variable that helps to improve the readability of a program. Constants are not defined as a specific type of variable, but rather are used as placeholders in the code. You can only define a constant once and it cannot be modified." -msgstr "" +msgstr "Konstanta je proměnná, která pomáhá zlepšovat čitelnost programu. Konstanty se nedefinují jako proměnné určitého typu, ale spíše se v kódu používají jako zástupné symboly. Konstantu je možné definovat pouze jednou a nelze ji změnit." #. ucqd6 #: 03100700.xhp @@ -26141,7 +26141,7 @@ msgctxt "" "par_id831588865616326\n" "help.text" msgid "<image src=\"media/helpimg/sbasic/Const_statement.svg\" id=\"img_id651588865616326\"><alt id=\"alt_id281588865616326\">Const syntax</alt></image>" -msgstr "" +msgstr "<image src=\"media/helpimg/sbasic/Const_statement.svg\" id=\"img_id651588865616326\"><alt id=\"alt_id281588865616326\">Syntaxe příkaz Const</alt></image>" #. QZJkC #: 03100700.xhp @@ -26150,7 +26150,7 @@ msgctxt "" "par_id3150984\n" "help.text" msgid "[Global|Private|Public] Const name = expression[, ...]" -msgstr "" +msgstr "[Global|Private|Public] Const název = výraz[, ...]" #. 8cNC9 #: 03100700.xhp @@ -26159,7 +26159,7 @@ msgctxt "" "par_id3153897\n" "help.text" msgid "<emph>name:</emph> Any identifier that follows the standard variable naming conventions." -msgstr "" +msgstr "<emph>název:</emph> Identifikátor, který splňuje pravidla pro pojmenování proměnných." #. MYNoo #: 03100700.xhp @@ -26168,7 +26168,7 @@ msgctxt "" "par_id791593689338208\n" "help.text" msgid "<emph>expression:</emph> Any literal expression." -msgstr "" +msgstr "<emph>výraz:</emph> Jakýkoliv výraz." #. C8b4Z #: 03100700.xhp @@ -26177,7 +26177,7 @@ msgctxt "" "par_id3150400\n" "help.text" msgid "The data type must be omitted. When a library gets loaded in memory, %PRODUCTNAME Basic converts the program code internally so that each time a constant is used, the defined expression replaces it." -msgstr "" +msgstr "Datový typ je nutné vynechat. Ve chvíli, kdy se knihovna načte do paměti, %PRODUCTNAME Basic převede interně kód programu tak, že pokaždé, když se použije konstanta, nahradí ji definovaný výraz." #. fYdeb #: 03100700.xhp @@ -26186,7 +26186,7 @@ msgctxt "" "hd_id51593690561479\n" "help.text" msgid "Scope" -msgstr "" +msgstr "Rozsah platnosti" #. QwPhy #: 03100700.xhp @@ -26195,7 +26195,7 @@ msgctxt "" "par_id431593690612961\n" "help.text" msgid "By default constants are defined as private in modules and routines. Constants can be made public or global in order to be used from all modules, from all Basic libraries." -msgstr "" +msgstr "Ve výchozím nastavení jsou konstanty definovány jako soukromé v modulech a podprogramech. Aby je bylo možné používat ze všech modulů a ze všech knihoven Basicu, lze je změnit na veřejné nebo globální." #. EAL5T #: 03100700.xhp @@ -26204,7 +26204,7 @@ msgctxt "" "par_id241593693307830\n" "help.text" msgid "<literal>Global</literal>, <literal>Private</literal> and <literal>Public</literal> specifiers can only be used for module constants." -msgstr "" +msgstr "Specifikátory <literal>Global</literal>, <literal>Private</literal> a <literal>Public</literal> lze použít pouze pro konstanty modulu." #. 7HRGK #: 03100700.xhp @@ -26213,7 +26213,7 @@ msgctxt "" "bas_id911593692598060\n" "help.text" msgid "Const EARTH = \"♁\" ' module scope" -msgstr "" +msgstr "Const EARTH = \"♁\" ' rozsah platnosti modul" #. pCVMW #: 03100700.xhp @@ -26222,7 +26222,7 @@ msgctxt "" "bas_id441593692601125\n" "help.text" msgid "Private Const MOON = \"☾\" ' module scope" -msgstr "" +msgstr "Private Const MOON = \"☾\" ' rozsah platnosti modul" #. xjhjq #: 03100700.xhp @@ -26231,7 +26231,7 @@ msgctxt "" "bas_id161593692601597\n" "help.text" msgid "Public Const VENUS=\"♀\", MARS=\"♂\" ' general scope" -msgstr "" +msgstr "Public Const VENUS=\"♀\", MARS=\"♂\" ' obecný rozsah platnosti" #. 6LzLX #: 03100700.xhp @@ -26240,7 +26240,7 @@ msgctxt "" "bas_id581593692602046\n" "help.text" msgid "Global Const SUN = \"☉\", STAR = \"☆\" ' general scope" -msgstr "" +msgstr "Global Const SUN = \"☉\", STAR = \"☆\" ' obecný rozsah platnosti" #. aFEH7 #: 03100700.xhp @@ -26249,7 +26249,7 @@ msgctxt "" "par_idm1341160752\n" "help.text" msgid "Const SUN = 3 * 1.456 / 56 ' SUN is local" -msgstr "" +msgstr "Const SUN = 3 * 1.456 / 56 ' SUN je lokální" #. 5ZVn4 #: 03100700.xhp @@ -26258,7 +26258,7 @@ msgctxt "" "par_idm1341159520\n" "help.text" msgid "MsgBox SUN,, MOON ' SUN global constant is unchanged" -msgstr "" +msgstr "MsgBox SUN,, MOON ' globální konstanta SUN se nezměnila" #. e9BxY #: 03100700.xhp @@ -26267,7 +26267,7 @@ msgctxt "" "par_id111593694878677\n" "help.text" msgid "<link href=\"text/sbasic/shared/enum.xhp\" name=\"Enum\">Enum</link> statement" -msgstr "" +msgstr "Příkaz <link href=\"text/sbasic/shared/enum.xhp\" name=\"Enum\">Enum</link>" #. ZYFUV #: 03100700.xhp @@ -26276,7 +26276,7 @@ msgctxt "" "par_id111953694878677\n" "help.text" msgid "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Enum\">Type</link> statement" -msgstr "" +msgstr "Příkaz <link href=\"text/sbasic/shared/03090413.xhp\" name=\"Type\">Type</link>" #. FmimE #: 03100900.xhp @@ -26627,7 +26627,7 @@ msgctxt "" "par_id971587473488701\n" "help.text" msgid "<image src=\"media/helpimg/sbasic/Defxxx_statements.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">DefType statements diagram</alt></image>" -msgstr "" +msgstr "<image src=\"media/helpimg/sbasic/Defxxx_statements.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Diagram příkazů DefType</alt></image>" #. NFRzL #: 03101100.xhp @@ -26636,7 +26636,7 @@ msgctxt "" "par_id3147336\n" "help.text" msgid "<emph>char:</emph> Letter prefix that specifies default data type for variables." -msgstr "" +msgstr "<emph>char:</emph> Písmeno určující výchozí datový typ proměnných." #. CBqSz #: 03101100.xhp @@ -26645,7 +26645,7 @@ msgctxt "" "par_id3147226\n" "help.text" msgid "<emph>char-char:</emph> Letter range prefixes that specify default data type for variables." -msgstr "" +msgstr "<emph>char-char:</emph> Rozsah písmen určující výchozí datový typ proměnných." #. 9vqSg #: 03101100.xhp @@ -26654,7 +26654,7 @@ msgctxt "" "par_id3156152\n" "help.text" msgid "' Prefix definitions for variable types:" -msgstr "" +msgstr "' definice písmen pro typy proměnných:" #. QC5gr #: 03101100.xhp @@ -26663,7 +26663,7 @@ msgctxt "" "par_id3152481\n" "help.text" msgid "Print TypeName(Boole), VarType(Babbage), bitcoin ' Displays: Boolean 11 False" -msgstr "" +msgstr "Print TypeName(Boole), VarType(Babbage), bitcoin ' Zobrazí: Boolean 11 False" #. i5aFp #: 03101100.xhp @@ -26672,7 +26672,7 @@ msgctxt "" "par_id3151381\n" "help.text" msgid "bOK=True ' bOK is an implicit boolean variable" -msgstr "" +msgstr "bOK=True ' bOK je implicitně booleovská proměnná" #. zabpF #: 03101110.xhp @@ -26717,7 +26717,7 @@ msgctxt "" "par_idN105D8\n" "help.text" msgid "Print liquid, Typename(coinbit), VarType(money) ' Result is: 0.0000 Currency 6" -msgstr "" +msgstr "Print liquid, Typename(coinbit), VarType(money) ' Výsledkem je: 0.0000 Currency 6" #. uA7E4 #: 03101110.xhp @@ -26726,7 +26726,7 @@ msgctxt "" "par_idN105D9\n" "help.text" msgid "cCur=Currency ' cCur is an implicit currency variable." -msgstr "cCur=Currency ' cCur je výchozí proměnná měny." +msgstr "cCur=Currency ' cCur je implicitně proměnná měny." #. QvNCR #: 03101120.xhp @@ -26816,7 +26816,7 @@ msgctxt "" "par_idN105D3\n" "help.text" msgid "wSng=Single ' wSng is an implicit single variable" -msgstr "" +msgstr "wSng=Single ' wSng je implicitně typu Single" #. B2kjC #: 03101130.xhp @@ -26825,7 +26825,7 @@ msgctxt "" "par_idN105D4\n" "help.text" msgid "Print afloat, Typename(Word), VarType(anyNum) ' Result is : 0 single 4" -msgstr "" +msgstr "Print afloat, Typename(Word), VarType(anyNum) ' Výsldekem je: 0 single 4" #. zfvWo #: 03101140.xhp @@ -26879,7 +26879,7 @@ msgctxt "" "par_idN105D4\n" "help.text" msgid "Print VarType(slice), strng, TypeName(sheet) ' Result is: 8 \"\" String" -msgstr "" +msgstr "Print VarType(slice), strng, TypeName(sheet) ' Výsledkem je: 8 \"\" String" #. E5nXi #: 03101300.xhp @@ -26933,7 +26933,7 @@ msgctxt "" "par_id3153562\n" "help.text" msgid "Print VarType(tea), train, TypeName(timedate), IsDate(tick) ' Displays: 7 00:00:00 Date True" -msgstr "" +msgstr "Print VarType(tea), train, TypeName(timedate), IsDate(tick) ' Zobrazí: 7 00:00:00 Date True" #. c8vDs #: 03101400.xhp @@ -26978,7 +26978,7 @@ msgctxt "" "par_id3154244\n" "help.text" msgid "fValue=1.23e43 ' fValue is an implicit double variable type" -msgstr "" +msgstr "fValue=1.23e43 ' fValue je implicitně proměnná typu Double" #. DcRHT #: 03101400.xhp @@ -26987,7 +26987,7 @@ msgctxt "" "par_id3153144\n" "help.text" msgid "Print Typename(float), VarType(fire), factory ' Result is: Double 5 0" -msgstr "" +msgstr "Print Typename(float), VarType(fire), factory ' Výsledkem je: Double 5 0" #. mcUhD #: 03101500.xhp @@ -27032,7 +27032,7 @@ msgctxt "" "par_id3164728\n" "help.text" msgid "iCount=200 ' iCount is an implicit integer variable" -msgstr "" +msgstr "iCount=200 ' iCount je implicitně proměnná typu Integer" #. kXjfq #: 03101500.xhp @@ -27041,7 +27041,7 @@ msgctxt "" "par_id3153728\n" "help.text" msgid "Print kilos, Typename(number), VarType(Java) ' Result is: 0 Integer 2" -msgstr "" +msgstr "Print kilos, Typename(number), VarType(Java) ' Výsledkem je: 0 Integer 2" #. kK2Aw #: 03101600.xhp @@ -27086,7 +27086,7 @@ msgctxt "" "par_id3145273\n" "help.text" msgid "xCount=123456789 ' xCount is an implicit long integer variable" -msgstr "" +msgstr "xCount=123456789 ' xCount je implicitně proměnná typu Long Integer" #. Pg49N #: 03101600.xhp @@ -27095,7 +27095,7 @@ msgctxt "" "par_id3255273\n" "help.text" msgid "Print VarType(Yes), zinc, Typename(Max) ' Result is: 3 0 Long" -msgstr "" +msgstr "Print VarType(Yes), zinc, Typename(Max) ' Výsledkem je: 3 0 Long" #. k5A5k #: 03101700.xhp @@ -27140,7 +27140,7 @@ msgctxt "" "par_id3255273\n" "help.text" msgid "Print Typename(properties), VarType(ordinal), IsNull(unique), IsObject(org)' Result is: Object 9 True False" -msgstr "" +msgstr "Print Typename(properties), VarType(ordinal), IsNull(unique), IsObject(org)' Výsledkem je: Object 9 True False" #. oaF9W #: 03102000.xhp @@ -27194,7 +27194,7 @@ msgctxt "" "par_id3146121\n" "help.text" msgid "values=\"Hello world\"" -msgstr "" +msgstr "values=\"Hello world\"" #. BoCFz #: 03102000.xhp @@ -27203,7 +27203,7 @@ msgctxt "" "par_id3147221\n" "help.text" msgid "Print Typename(glob), VarType(values), IsEmpty(vOffer) ' Displays: Empty 8 True" -msgstr "" +msgstr "Print Typename(glob), VarType(values), IsEmpty(vOffer) ' Zobrazí: Empty 8 True" #. 2jpst #: 03102100.xhp @@ -31640,7 +31640,7 @@ msgctxt "" "par_id3143228\n" "help.text" msgid "<emph>n:</emph> Numeric expression that defines the number of spaces in the string. The maximum allowed value of <emph>n</emph> is 2,147,483,648." -msgstr "" +msgstr "<emph>n:</emph> Číselný výraz určující počet mezer v řetězci. Maximální povolená hodnota je 2 147 483 648." #. xfAcE #: 03120201.xhp @@ -31712,7 +31712,7 @@ msgctxt "" "par_id3154347\n" "help.text" msgid "<emph>n:</emph> Numeric expression that indicates the number of characters to return in the string. The maximum allowed value of n is 2,147,483,648." -msgstr "" +msgstr "<emph>n:</emph> Číselný výraz určující počet znaků ve vráceném řetězci. Maximální povolená hodnota je 2 147 483 648." #. uARjD #: 03120202.xhp @@ -32288,7 +32288,7 @@ msgctxt "" "par_id3149456\n" "help.text" msgid "<emph>n:</emph> Numeric expression that specifies the number of characters that you want to return. If <emph>n</emph> = 0, a zero-length string is returned. The maximum allowed value is 2,147,483,648." -msgstr "" +msgstr "<emph>n:</emph> Číselný výraz určující počet znaků, které chcete vrátit. Pokud <emph>n</emph> = 0, vrátí se prázdný řetězec. Maximální povolená hodnota je 2 147 483 648." #. FPXvk #: 03120303.xhp @@ -32567,7 +32567,7 @@ msgctxt "" "par_id3150359\n" "help.text" msgid "<emph>Start: </emph>Numeric expression that indicates the character position within the string where the string portion that you want to replace or to return begins. The minimum allowed value is 1. The maximum allowed value is 2,147,483,648." -msgstr "" +msgstr "<emph>Začátek:</emph> Číselný výraz určující pozici znaku, kde začíná část řetězce, kterou chcete nahradit nebo vrátit. Minimální povolená hodnota je 1. Maximální povolená hodnota je 2 147 483 648." #. dtyT5 #: 03120306.xhp @@ -32576,7 +32576,7 @@ msgctxt "" "par_id3148451\n" "help.text" msgid "<emph>Length:</emph> Numeric expression that returns the number of characters that you want to replace or return. The maximum allowed value is 2,147,483,648." -msgstr "" +msgstr "<emph>Délka:</emph> Číselný výraz určující počet znaků, které chcete nahradit nebo vrátit. Maximální povolená hodnota je 2 147 483 648." #. Cw9Ts #: 03120306.xhp @@ -32693,7 +32693,7 @@ msgctxt "" "par_id3151211\n" "help.text" msgid "<emph>n:</emph> Numeric expression that defines the number of characters that you want to return. If <emph>n</emph> = 0, a zero-length string is returned. The maximum allowed value is 2,147,483,648." -msgstr "" +msgstr "<emph>n:</emph> Číselný výraz určující počet znaků, které chcete vrátit. Pokud <emph>n</emph> = 0, vrátí se prázdný řetězec. Maximální povolená hodnota je 2 147 483 648." #. ezXrq #: 03120307.xhp @@ -33485,7 +33485,7 @@ msgctxt "" "par_id3153126\n" "help.text" msgid "<emph>Start: </emph>A numeric expression that marks the position in a string where the search for the specified substring starts. If you omit this parameter, the search starts at the first character of the string. The minimum allowed value is 1. The maximum allowed value is 2,147,483,648." -msgstr "" +msgstr "<emph>Začátek:</emph> Číselný výraz, který označuje pozici v řetězci, kde začíná hledání podřetězce. Pokud tento parametr vynecháte, hledání začne na prvním znaku řetězce. Minimální povolená hodnota je 1. Maximální povolená hodnota je 2 147 483 648." #. SnP3c #: 03120401.xhp @@ -38732,7 +38732,7 @@ msgctxt "" "tit\n" "help.text" msgid "Compiler Options" -msgstr "" +msgstr "Možnosti kompilátoru" #. 4BZ89 #: Compiler_options.xhp @@ -38741,7 +38741,7 @@ msgctxt "" "bm_id681592403821304\n" "help.text" msgid "<bookmark_value>Compiler Options</bookmark_value> <bookmark_value>Runtime conditions</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>možnosti kompilátoru</bookmark_value><bookmark_value>podmínky běhu programů</bookmark_value>" #. xtwLp #: Compiler_options.xhp @@ -38750,7 +38750,7 @@ msgctxt "" "hd_id951592401835244\n" "help.text" msgid "<variable id=\"compileroptions\"><link href=\"text/sbasic/shared/Compiler_options.xhp\" name=\"Compiler Options\">Compiler Options, Runtime Conditions</link></variable>" -msgstr "" +msgstr "<variable id=\"compileroptions\"><link href=\"text/sbasic/shared/Compiler_options.xhp\" name=\"Možnosti kompilátoru\">Možnosti kompilátoru a podmínky běhu programů</link></variable>" #. PEuT6 #: Compiler_options.xhp @@ -38759,7 +38759,7 @@ msgctxt "" "N0084\n" "help.text" msgid "Compiler options specified at the module level affect %PRODUCTNAME <emph>Basic compiler checks</emph> and error messages. Basic syntax as well as Basic set of instructions can be different according to the options that are in use. The less <literal>Option</literal>, the easiest and tolerant %PRODUCTNAME Basic language is. The more <literal>Option</literal>, the richer and controlled Basic language gets." -msgstr "" +msgstr "Možnosti kompilátoru, určované na úrovni modulu, mají vliv na <emph>kontroly</emph>, které provádí kompilátor jazyka %PRODUCTNAME, a na chybové zprávy. Syntaxe Basicu a použitá sada instrukcí se mohou odlišovat podle toho, které možnosti se používají. Čím méně možností <literal>Option</literal> použijete, tím bude jazyk %PRODUCTNAME Basic prostší a tolerantnější. Více možností <literal>Option</literal> znamená kontrolovanější jazyk Basic s více pravidly." #. auPDi #: Compiler_options.xhp @@ -38768,7 +38768,7 @@ msgctxt "" "par_id141592406254504\n" "help.text" msgid "Compiler options must be specified before the executable program code in a module." -msgstr "" +msgstr "Možnosti kompilátoru je nutné určit před spustitelným kódem programu v modulu." #. U5B8L #: Compiler_options.xhp @@ -38777,7 +38777,7 @@ msgctxt "" "par_id491585753339474\n" "help.text" msgid "<image src=\"media/helpimg/sbasic/Option_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Option Statement diagram</alt></image>" -msgstr "" +msgstr "<image src=\"media/helpimg/sbasic/Option_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Diagram příkazu Option</alt></image>" #. AXgWX #: Compiler_options.xhp @@ -38786,7 +38786,7 @@ msgctxt "" "hd_id331592403410631\n" "help.text" msgid "Option Private Module" -msgstr "" +msgstr "Option Private Module" #. DeBTh #: Compiler_options.xhp @@ -38795,7 +38795,7 @@ msgctxt "" "par_id161592405163812\n" "help.text" msgid "Specifies that the scope of the module is that of the Basic library it belongs to." -msgstr "" +msgstr "Určuje, že rozsah platnosti modulu bude stejný, jako má knihovna Basicu, ke které náleží." #. 4fh7R #: Compiler_options.xhp @@ -38804,7 +38804,7 @@ msgctxt "" "par_id141592408035462\n" "help.text" msgid "Options specified at the module level also affect %PRODUCTNAME <emph>Basic runtime conditions</emph>. The behaviour of %PRODUCTNAME Basic instructions can differ." -msgstr "" +msgstr "Možnosti určené na úrovni modulu mají vliv také na <emph>podmínky běhů programů v jazyce %PRODUCTNAME Basic</emph>. Chování instrukcí Basicu se proto může lišit." #. cGCiF #: Compiler_options.xhp @@ -38813,7 +38813,7 @@ msgctxt "" "par_id291592407073335\n" "help.text" msgid "<link href=\"text/sbasic/shared/property.xhp\" name=\"Property statement\">Property statement</link>" -msgstr "" +msgstr "<link href=\"text/sbasic/shared/property.xhp\" name=\"Příkaz Property\">Příkaz Property</link>" #. ZbXw2 #: ErrVBA.xhp @@ -38903,7 +38903,7 @@ msgctxt "" "N0017\n" "help.text" msgid "The VBA <literal>Err</literal> object has the following properties and methods:" -msgstr "" +msgstr "Objekt VBA <literal>Err</literal> má následující vlastnosti a metody:" #. ivkYo #: ErrVBA.xhp @@ -38921,7 +38921,7 @@ msgctxt "" "N0020\n" "help.text" msgid "The <emph>Description</emph> property gives the nature of the error. <emph>Description</emph> details the various reasons that may be the cause of the error. Ideally, it provides the multiple course of actions to help solve the issue and prevent its reoccurrence. The Basic alias is the <link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error function\">Error</link> function for %PRODUCTNAME predefined errors." -msgstr "" +msgstr "Vlastnost <emph>Description</emph> udává charakter chyby. Obsahuje podrobnosti o příčinách, které mohly chyby způsobit. V ideálním případě nabízí kroky, které problém vyřeší a zabrání jeho zopakování. V jazyce Basic je jejím aliasem pro předem definované chyby %PRODUCTNAME funkce <link href=\"text/sbasic/shared/03050300.xhp\" name=\"Funkce Error\">Error</link>." #. jfSHu #: ErrVBA.xhp @@ -38930,7 +38930,7 @@ msgctxt "" "N0022\n" "help.text" msgid "The error code associated with the error. <literal>Err</literal> object default property is <emph>Number</emph>. The %PRODUCTNAME Basic alias is the <link href=\"text/sbasic/shared/03050200.xhp\" name=\"Err\">Err</link> function." -msgstr "" +msgstr "Výchozí vlastností objektu <literal>Err</literal> je <emph>Number</emph>. Jedná se o kód odpovídající chybě. V jazyce %PRODUCTNAME Basic je jejím aliasem funkce <link href=\"text/sbasic/shared/03050200.xhp\" name=\"Err\">Err</link>." #. NJEmn #: ErrVBA.xhp @@ -38957,7 +38957,7 @@ msgctxt "" "N0027\n" "help.text" msgid "Resets description, <link href=\"text/sbasic/shared/03050100.xhp\" name=\"error line\">Erl</link>, number and source properties of current error. The %PRODUCTNAME Basic alias is the <link href=\"text/sbasic/shared/03050500.xhp\" name=\"Resume statement\">Resume</link> statement." -msgstr "" +msgstr "Vymaže u aktuální chyby vlastnosti Description, <link href=\"text/sbasic/shared/03050100.xhp\" name=\"řádek chyby\">Erl</link>, Number a Source. V jazyce %PRODUCTNAME Basic je jejím aliasem příkaz <link href=\"text/sbasic/shared/03050500.xhp\" name=\"příkaz Resume\">Resume</link>." #. jnyJG #: ErrVBA.xhp @@ -38966,7 +38966,7 @@ msgctxt "" "N0029\n" "help.text" msgid "Throws user-defined errors or predefined errors. The %PRODUCTNAME Basic alias is the <link href=\"text/sbasic/shared/03050200.xhp\" name=\"Error statement\">Error</link> statement." -msgstr "" +msgstr "Vyvolá uživatelem definovanou nebo předem definovanou chybu. V jazyce %PRODUCTNAME Basic je jejím aliasem příkaz <link href=\"text/sbasic/shared/03050200.xhp\" name=\"Příkaz Error\">Error</link>." #. EyCJv #: ErrVBA.xhp @@ -38984,7 +38984,7 @@ msgctxt "" "N0031\n" "help.text" msgid "<emph>Number</emph>: A user-defined or predefined error code to be raised." -msgstr "" +msgstr "<emph>Number</emph>: Uživatelem definovaný nebo předem definovaný kód chyby, která se má vyvolat." #. DoFG8 #: ErrVBA.xhp @@ -39002,7 +39002,7 @@ msgctxt "" "N0033\n" "help.text" msgid "<emph>Source</emph>: The name of the routine raising the error. A name in the form of \"myLibrary.myModule.myProc\" is recommended." -msgstr "" +msgstr "<emph>Source</emph>: Název programu, v němž byla chyba vyvolána. Doporučuje se název ve tvaru \"mojeKnihovna.mujModul.mojeProcedura\"." #. wFqtB #: ErrVBA.xhp @@ -39011,7 +39011,7 @@ msgctxt "" "N0034\n" "help.text" msgid "<emph>Description</emph>: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended." -msgstr "" +msgstr "<emph>Description</emph>: Popis problému, který vedl k zastavení běžícího procesu, spolu s možnými příčinami. Doporučuje se připojit seznam kroků, které mohou problém vyřešit." #. q9uAh #: ErrVBA.xhp @@ -39020,7 +39020,7 @@ msgctxt "" "N0041\n" "help.text" msgid "Err.Raise 2020, Description:=\"This is an intended user-defined error …\"" -msgstr "" +msgstr "Err.Raise 2020, Description:=\"Toto je záměrná uživatelem definovaná chyba…\"" #. vuP6g #: ErrVBA.xhp @@ -39245,7 +39245,7 @@ msgctxt "" "par_id331586090532804\n" "help.text" msgid "<emph>label</emph>: Resets error information and resumes execution at the specified label of the current subroutine." -msgstr "" +msgstr "<emph>label</emph>: Vymaže informaci o chybě a spustí aktuální podprogram od určeného návěstí." #. 7NaeS #: Resume.xhp @@ -39362,7 +39362,7 @@ msgctxt "" "par_id461586091018138\n" "help.text" msgid "Using <literal>Resume</literal> without parameters to re-execute the faulty instruction can fit certain situations. However that may cause a never ending loop." -msgstr "" +msgstr "<literal>Resume</literal> bez parametrů použijte tehdy, chcete-li znovu spustit instrukci, která chybu způsobila. To však může způsobit nekonečnou smyčku." #. t97uD #: calc_functions.xhp @@ -40010,7 +40010,7 @@ msgctxt "" "par_id871592355721957\n" "help.text" msgid "IMSIN" -msgstr "" +msgstr "IMSIN" #. LnpEu #: calc_functions.xhp @@ -40604,7 +40604,7 @@ msgctxt "" "N0125\n" "help.text" msgid "Changing behavior of Basic <literal>Dir</literal> command. The directory flag (16) for the <literal>Dir</literal> command means that only directories are returned in %PRODUCTNAME Basic, while in VBA normal files and directories are returned." -msgstr "" +msgstr "Změna chování příkazu Basicu <literal>Dir</literal>. Příznak pro adresáře (16) u příkazu <literal>Dir</literal> znamená, že se v jazyku %PRODUCTNAME Basic vrátí pouze adresáře, kdežto v režimu VBA se vrátí adresáře i běžné soubory." #. piCTC #: compatibilitymode.xhp @@ -40847,7 +40847,7 @@ msgctxt "" "tit\n" "help.text" msgid "Syntax Diagrams" -msgstr "" +msgstr "Diagramy syntaxe" #. CkdjC #: conventions.xhp @@ -40856,7 +40856,7 @@ msgctxt "" "bm_id861593777289558\n" "help.text" msgid "<bookmark_value>Syntax diagrams; How to read</bookmark_value> <bookmark_value>Statements syntax;How to read</bookmark_value> <bookmark_value>Typographical conventions</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>diagramy syntaxe;jak číst</bookmark_value><bookmark_value>syntaxe příkazů;jak číst</bookmark_value><bookmark_value>typografické konvence</bookmark_value>" #. VTTA3 #: conventions.xhp @@ -40865,7 +40865,7 @@ msgctxt "" "hd_id221543446540070\n" "help.text" msgid "<link href=\"text/sbasic/shared/conventions.xhp\" name=\"conventions\">How to Read Syntax Diagrams and Statements</link>" -msgstr "" +msgstr "<link href=\"text/sbasic/shared/conventions.xhp\" name=\"konvence\">Jak číst diagramy syntaxe a příkazů</link>" #. jJGWn #: conventions.xhp @@ -40874,7 +40874,7 @@ msgctxt "" "par_id601593699108443\n" "help.text" msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:" -msgstr "" +msgstr "Diagramy syntaxe a konvence zápisu příkazů jazyka %PRODUCTNAME Basic se řídí těmito typografickými pravidly:" #. ZnMxE #: conventions.xhp @@ -40883,7 +40883,7 @@ msgctxt "" "par_id158193699546735\n" "help.text" msgid "%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property." -msgstr "" +msgstr "Klíčová slova a funkce jazyka %PRODUCTNAME Basic používají velká písmena: Call, DimArray, InputBox, Property." #. ny9xr #: conventions.xhp @@ -40892,7 +40892,7 @@ msgctxt "" "par_id711593699548486\n" "help.text" msgid "Lowercase characters indicate information to supply: end, expression, start, variable." -msgstr "" +msgstr "Malá písmena značí dodatečnou informaci: konec, výraz, začátek, proměnná." #. 6cDAC #: conventions.xhp @@ -40901,7 +40901,7 @@ msgctxt "" "par_id881593760345504\n" "help.text" msgid "The syntax of a %PRODUCTNAME Basic one line statement is illustrated herewith:" -msgstr "" +msgstr "Syntaxe jednořádkového příkazu v %PRODUCTNAME Basic může být následující:" #. 8Co5j #: conventions.xhp @@ -40910,7 +40910,7 @@ msgctxt "" "hd_id871593700670279\n" "help.text" msgid "Diagram example" -msgstr "" +msgstr "Příklad diagramu" #. 5AfpR #: conventions.xhp @@ -40919,7 +40919,7 @@ msgctxt "" "par_id181593699574635\n" "help.text" msgid "Basic statement diagrams start and end with double vertical bars," -msgstr "" +msgstr "Diagram příkazu Basicu začíná a končí dvěma svislými čarami." #. oNAUQ #: conventions.xhp @@ -40928,7 +40928,7 @@ msgctxt "" "par_id711596399548486\n" "help.text" msgid "Loops indicate a possible repetition, an optional separator may be present," -msgstr "" +msgstr "Smyčky značí možné opakování, mohou zahrnovat volitelný oddělovač." #. qBArU #: conventions.xhp @@ -40937,7 +40937,7 @@ msgctxt "" "par_id541593706654897\n" "help.text" msgid "Rectangles denote subsequent diagram fragments," -msgstr "" +msgstr "Obdélníky značí po sobě následující fragmenty diagramu." #. MgRRZ #: conventions.xhp @@ -40946,7 +40946,7 @@ msgctxt "" "par_id251593706717957\n" "help.text" msgid "Diagram fragments extremities exhibit single vertical bars." -msgstr "" +msgstr "Okraje fragmentů diagramu jsou vyznačeny jednoduchými svislými čarami." #. 2ERcw #: conventions.xhp @@ -40955,7 +40955,7 @@ msgctxt "" "par_id831588865616326\n" "help.text" msgid "<image src=\"media/helpimg/sbasic/a_statement.svg\" id=\"img_id651588865616326\"><alt id=\"alt_id281588865616326\">syntax of a statement</alt></image>" -msgstr "" +msgstr "<image src=\"media/helpimg/sbasic/a_statement.svg\" id=\"img_id651588865616326\"><alt id=\"alt_id281588865616326\">Syntaxe příkazu</alt></image>" #. QDyRr #: conventions.xhp @@ -40964,7 +40964,7 @@ msgctxt "" "par_id411579301639711\n" "help.text" msgid "A set of %PRODUCTNAME Basic statements - with optional labels - is using a colon <literal>:</literal> sign to separate them, it can be terminated with an optional comment. <literal>REM</literal> or an apostrophe sign introduce a comment." -msgstr "" +msgstr "Sada příkazů jazyka %PRODUCTNAME Basic - s volitelným návěstím - používá k jejich oddělení znak <literal>:</literal> a lze ji zakončit volitelným komentářem, který je uvozen znakem apostrofu nebo pomocí <literal>REM</literal>." #. fR7p7 #: conventions.xhp @@ -40973,7 +40973,7 @@ msgctxt "" "par_id931593707147102\n" "help.text" msgid "<image src=\"media/helpimg/sbasic/comment_fragment.svg\" id=\"img_id191593707147102\"><alt id=\"alt_id111593707147102\">diagram fragment</alt></image>" -msgstr "" +msgstr "<image src=\"media/helpimg/sbasic/comment_fragment.svg\" id=\"img_id191593707147102\"><alt id=\"alt_id111593707147102\">Diagram fragmentu</alt></image>" #. tMPo2 #: conventions.xhp @@ -40982,7 +40982,7 @@ msgctxt "" "hd_id71593700691968\n" "help.text" msgid "Textual example" -msgstr "" +msgstr "Příklad zápisu" #. vtggd #: conventions.xhp @@ -40991,7 +40991,7 @@ msgctxt "" "par_id181593700546735\n" "help.text" msgid "<emph>[opt1|opt2|opt3]</emph> Items inside brackets are optional, alternatives are indicated with a vertical bar," -msgstr "" +msgstr "<emph>[opt1|opt2|opt3]</emph> Položky v hranatých závorkách jsou volitelné, alternativy jsou odděleny svislou čarou." #. ap6xE #: conventions.xhp @@ -41000,7 +41000,7 @@ msgctxt "" "par_id181593699546735\n" "help.text" msgid "<emph>case[[sep]…]</emph> An ellipsis indicates a possible repetition, an optional separator may be specified," -msgstr "" +msgstr "<emph>case[[sep]…]</emph> Výpustka značí možné opakování, volitelně lze určit oddělovač." #. FEGF3 #: conventions.xhp @@ -41009,7 +41009,7 @@ msgctxt "" "par_id712593699548486\n" "help.text" msgid "<emph>{choice1|choice2}</emph> Items inside curly braces are compulsory, alternatives are indicated with a vertical bar." -msgstr "" +msgstr "<emph>{choice1|choice2}</emph> Položky ve složených závorkách jsou povinné, alternativy jsou odděleny svislou čarou." #. VFKcU #: conventions.xhp @@ -41018,7 +41018,7 @@ msgctxt "" "par_id411593701639711\n" "help.text" msgid "A set of %PRODUCTNAME Basic statements - with optional labels - is using a colon <literal>:</literal> sign to separate them, it can be terminated with an optional comment. <literal>REM</literal> or an apostrophe sign introduce a comment." -msgstr "" +msgstr "Sada příkazů jazyka %PRODUCTNAME Basic - s volitelným návěstím - používá k jejich oddělení znak <literal>:</literal> a lze ji zakončit volitelným komentářem, který je uvozen znakem apostrofu nebo pomocí <literal>REM</literal>." #. RUhNn #: conventions.xhp @@ -41027,7 +41027,7 @@ msgctxt "" "N0018\n" "help.text" msgid "GoTo there ' skip first statement" -msgstr "" +msgstr "GoTo there ' přeskočí první příkaz" #. oCE77 #: conventions.xhp @@ -41036,7 +41036,7 @@ msgctxt "" "N0019\n" "help.text" msgid "here: Print 1, : there: Print 2 REM explanatory text here" -msgstr "" +msgstr "here: Print 1, : there: Print 2 REM místo pro vysvětlující text" #. 7pf8S #: enum.xhp @@ -41198,7 +41198,7 @@ msgctxt "" "hd_id431587045941514\n" "help.text" msgid "<variable id=\"argumenth2\"><link href=\"text/sbasic/shared/fragments.xhp\" name=\"arguments in Function, Sub and Property statements\"/>argument fragment</variable>" -msgstr "" +msgstr "<variable id=\"argumenth2\"><link href=\"text/sbasic/shared/fragments.xhp\" name=\"Argumenty v příkazech Function, Sub a Property\"/>Fragment argumentu</variable>" #. pfHq8 #: fragments.xhp @@ -41360,7 +41360,7 @@ msgctxt "" "hd_id231587046013458\n" "help.text" msgid "<variable id=\"typenameh4\">typename fragment</variable>" -msgstr "" +msgstr "<variable id=\"typenameh4\">Fragment názvu typu</variable>" #. AqfYj #: fragments.xhp @@ -41378,7 +41378,7 @@ msgctxt "" "hd_id231587046013459\n" "help.text" msgid "<variable id=\"charh4\">char fragment</variable>" -msgstr "" +msgstr "<variable id=\"charh4\">Fragment znaku</variable>" #. JFwPg #: fragments.xhp @@ -41855,7 +41855,7 @@ msgctxt "" "N0183\n" "help.text" msgid "A property, also called field or attribute, characterizes a given object or piece of information. Properties can be used to control access to data. It is common use to include instructions at setting or reading time of properties. Code can vary from simple assignment to complex context dependent routines. Using <emph>Get</emph>, <emph>Let</emph> or <emph>Set</emph> accessors enforces properties' consistency when necessary." -msgstr "" +msgstr "Vlastnost, označovaná také jako atribut, charakterizuje daný objekt nebo informaci. Vlastnosti lze použít k řízení přístupu k datům. Obvykle se zadávají instrukce, které se mají provést při nastavování nebo čtení vlastnosti. Může se jednat o jednoduché přiřazení i o komplexní podprogramy závisející na kontextu. Přístupové funkce <emph>Get</emph>, <emph>Let</emph> a <emph>Set</emph> v případě potřeby zajišťují, aby vlastnost zůstala konzistentní." #. hD9fA #: property.xhp diff --git a/source/cs/helpcontent2/source/text/scalc/00.po b/source/cs/helpcontent2/source/text/scalc/00.po index 82bc5c77cd3..28eb6b956f6 100644 --- a/source/cs/helpcontent2/source/text/scalc/00.po +++ b/source/cs/helpcontent2/source/text/scalc/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: 2020-11-16 13:43+0100\n" -"PO-Revision-Date: 2020-10-28 19:35+0000\n" +"PO-Revision-Date: 2020-11-18 18:36+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc00/cs/>\n" "Language: cs\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.1.1\n" "X-POOTLE-MTIME: 1557549259.000000\n" #. E9tti @@ -509,7 +509,7 @@ msgctxt "" "par_id3159173\n" "help.text" msgid "<variable id=\"logical\"><emph>Insert - Function</emph> - Category <emph>Logical</emph></variable>" -msgstr "" +msgstr "<variable id=\"logical\"><emph>Vložit - Funkce</emph> - Kategorie <emph>Logické</emph></variable>" #. FqeXh #: 00000404.xhp diff --git a/source/cs/helpcontent2/source/text/scalc/01.po b/source/cs/helpcontent2/source/text/scalc/01.po index 8620c84cbb3..98fd83414f5 100644 --- a/source/cs/helpcontent2/source/text/scalc/01.po +++ b/source/cs/helpcontent2/source/text/scalc/01.po @@ -3,9 +3,9 @@ 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: 2020-11-16 13:43+0100\n" -"PO-Revision-Date: 2020-11-05 10:35+0000\n" -"Last-Translator: raal <raal@post.cz>\n" +"POT-Creation-Date: 2020-11-20 15:33+0100\n" +"PO-Revision-Date: 2020-11-21 15:36+0000\n" +"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc01/cs/>\n" "Language: cs\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.1.1\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1559927186.000000\n" @@ -9996,7 +9996,7 @@ msgctxt "" "par_id3149312\n" "help.text" msgid "<variable id=\"logicaltext\">This category contains the <emph>Logical</emph> functions.</variable>" -msgstr "" +msgstr "<variable id=\"logicaltext\">Tato kategorie obsahuje <emph>Logické</emph> funkce.</variable>" #. ADKTB #: 04060105.xhp @@ -56474,6 +56474,15 @@ msgctxt "" msgid "Using regular expressions and nested functions" msgstr "Použití regulárních výrazů a vnořených funkcí" +#. dgbYx +#: func_countifs.xhp +msgctxt "" +"func_countifs.xhp\n" +"par_id831605805755075\n" +"help.text" +msgid "For these examples to work as described, make sure that <emph>Enable regular expressions in formulas</emph> is selected in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - $[officename] Calc - Calculate</menuitem>." +msgstr "Aby tyto příklady fungovaly tak, jak jsou popsány, je nezbytné zaškrtnout <emph>Povolit regulární výrazy ve vzorcích</emph> v <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Předvolby</menuitem></caseinline><defaultinline><menuitem>Nástroje - Možnosti</menuitem></defaultinline></switchinline><menuitem>- $[officename] Calc - Výpočty</menuitem>." + #. iHFsx #: func_countifs.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/sdraw.po b/source/cs/helpcontent2/source/text/sdraw.po index a178f507521..b35b243dc60 100644 --- a/source/cs/helpcontent2/source/text/sdraw.po +++ b/source/cs/helpcontent2/source/text/sdraw.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: 2020-11-16 13:43+0100\n" -"PO-Revision-Date: 2020-07-02 14:07+0000\n" +"POT-Creation-Date: 2020-11-20 15:34+0100\n" +"PO-Revision-Date: 2020-11-21 15:36+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw/cs/>\n" "Language: cs\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.1.1\n" "X-POOTLE-MTIME: 1561116950.000000\n" #. dHbww @@ -113,7 +113,7 @@ msgctxt "" "tit\n" "help.text" msgid "View (menu in Draw)" -msgstr "" +msgstr "Zobrazit (nabídka v Draw)" #. hWYJ3 #: main0103.xhp @@ -158,7 +158,7 @@ msgctxt "" "par_idN105B2\n" "help.text" msgid "Master" -msgstr "" +msgstr "Předloha" #. eSnQZ #: main0103.xhp @@ -167,7 +167,61 @@ msgctxt "" "par_idN105B6\n" "help.text" msgid "Switch to the master view." -msgstr "" +msgstr "Přepne na zobrazení předlohy." + +#. nstgU +#: main0103.xhp +msgctxt "" +"main0103.xhp\n" +"hd_id221605492986383\n" +"help.text" +msgid "<link href=\"text/shared/01/notebook_bar.xhp\" name=\"userinterface\">User Interface</link>" +msgstr "<link href=\"text/shared/01/notebook_bar.xhp\" name=\"Uživatelské rozhraní\">Uživatelské rozhraní</link>" + +#. tYxbF +#: main0103.xhp +msgctxt "" +"main0103.xhp\n" +"par_id761605493042236\n" +"help.text" +msgid "Opens dialog box for selecting layout of user interface." +msgstr "Otevře dialogové okno s výběrem rozvržení uživatelského rozhraní." + +#. JChXS +#: main0103.xhp +msgctxt "" +"main0103.xhp\n" +"hd_id102720151746522815\n" +"help.text" +msgid "Comments" +msgstr "Komentáře" + +#. XjZkS +#: main0103.xhp +msgctxt "" +"main0103.xhp\n" +"par_id102720150112252143\n" +"help.text" +msgid "Show or hide annotations on the page." +msgstr "Zobrazí nebo skryje na stránce komentáře." + +#. Y3uKu +#: main0103.xhp +msgctxt "" +"main0103.xhp\n" +"hd_id961605560845125\n" +"help.text" +msgid "Shift" +msgstr "Posun" + +#. 3Eaeo +#: main0103.xhp +msgctxt "" +"main0103.xhp\n" +"par_id301605560855098\n" +"help.text" +msgid "Use to shift the position of the page in the window. When enabled, the appearance of the mouse pointer changes. Click the page and drag to desired position." +msgstr "Slouží k posunu stránky v okně. Je-li zapnut, změní se vzhled ukazatele myši. Klepněte na stránku a přetáhněte ji na požadované místo." #. 7AgpR #: main0103.xhp @@ -509,7 +563,7 @@ msgctxt "" "hd_id3146313\n" "help.text" msgid "<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\">Snap to Snap Guides</link>" -msgstr "" +msgstr "<link href=\"text/simpress/02/13140000.xhp\" name=\"Přichytit k vodítkům\">Přichytit k vodítkům</link>" #. eUTG8 #: main0213.xhp diff --git a/source/cs/helpcontent2/source/text/shared/00.po b/source/cs/helpcontent2/source/text/shared/00.po index 6c4a517fb8b..1de29117992 100644 --- a/source/cs/helpcontent2/source/text/shared/00.po +++ b/source/cs/helpcontent2/source/text/shared/00.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: 2020-11-16 13:43+0100\n" -"PO-Revision-Date: 2020-07-02 14:07+0000\n" +"POT-Creation-Date: 2020-11-22 12:51+0100\n" +"PO-Revision-Date: 2020-11-18 18:36+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/cs/>\n" "Language: cs\n" @@ -680,7 +680,7 @@ msgctxt "" "hd_id321597440555403\n" "help.text" msgid "Apply" -msgstr "" +msgstr "Použít" #. yJtrx #: 00000001.xhp @@ -689,7 +689,7 @@ msgctxt "" "par_id51597440622057\n" "help.text" msgid "Applies the modified or selected values without closing the Options dialog." -msgstr "" +msgstr "Použije změněné nebo vybrané hodnoty bez zavření dialogového okna Možnosti." #. BRStA #: 00000001.xhp @@ -734,7 +734,7 @@ msgctxt "" "par_id3155577\n" "help.text" msgid "If you are a newcomer to the Internet, you will be confronted with unfamiliar terms: browser, bookmark, email, homepage, search engine, and many others. To make your first steps easier, this glossary explains some of the more important terminology you may find in the Internet, intranet, mail and news." -msgstr "" +msgstr "Pokud jste nový uživatel sítě Internet, narazíte na neznámé termíny: prohlížeč, záložka, e-mail, domovská stránka, vyhledávací stroj a mnoho dalších. Abychom vám usnadnili první kroky, najdete zde vysvětlení některých důležitých pojmů." #. 3Sv9k #: 00000002.xhp @@ -1256,7 +1256,7 @@ msgctxt "" "par_id3152931\n" "help.text" msgid "The Uniform Resource Locator (URL) displays the address of a document or a server in the Internet. The general structure of a URL varies according to type and is generally in the form Service://Hostname:Port/Path/Page#Mark although not all elements are always required. An URL can be a FTP address, a WWW (HTTP) address, a file address or an email address." -msgstr "" +msgstr "Adresa URL (Uniform Resource Locator) zobrazuje adresu dokumentu nebo serveru v síti Internet. Obecná struktura adresy URL se liší podle typu a obvykle má podobu služba://hostitel:port/cesta/stránka#značka, i když ne všechny prvky jsou vždy povinné. Adresa URL může být adresou serveru FTP, adresou sítě WWW (HTTP), adresou souboru nebo e-mailovou adresou." #. qAvon #: 00000003.xhp @@ -2662,76 +2662,49 @@ msgctxt "" msgid "A good example of a relational database can be given with a database containing Customer, Purchase, and Invoice tables. In the Invoice table, there is no actual customer or purchasing data; however, the table contains references through a relational link, or a relation, to the respective customer and purchasing table's fields (for example, the customer ID field from the customer table)." msgstr "Příklad takové databáze představuje databáze nákupu, která obsahuje tabulky s informacemi o zákaznících, nákupu a fakturách. Tabulka faktur neobsahuje žádná data o zákaznících či nákupu, ale pouze odkazy (pomocí relační vazby, relace) na pole příslušné tabulky (například pole ID zákazníka z tabulky zákazníků)." -#. ygQrE -#: 00000005.xhp -msgctxt "" -"00000005.xhp\n" -"hd_id551604189872115\n" -"help.text" -msgid "Page line-spacing (register-true)" -msgstr "" - -#. Uxkvo +#. BtEVa #: 00000005.xhp msgctxt "" "00000005.xhp\n" -"par_id3154223\n" -"help.text" -msgid "<variable id=\"registertrue_intro\">Register-true is a typography term that is used in printing.</variable> This term refers to the congruent imprint of the lines within a type area on the front and the back side of a page. The register-true feature makes a page easier to read by preventing gray shadows from shining through between the lines of text." -msgstr "" - -#. yHUNF -#: 00000005.xhp -msgctxt "" -"00000005.xhp\n" -"par_id441604191438775\n" +"bm_id3147315\n" "help.text" -msgid "The register-true term also refers to lines in adjacent text columns, where lines in different columns use the same vertical grid, thereby aligning them vertically with each other." +msgid "<bookmark_value>register-true; definition</bookmark_value><bookmark_value>page line-spacing; definition</bookmark_value>" msgstr "" -#. y2Gm2 +#. ygQrE #: 00000005.xhp msgctxt "" "00000005.xhp\n" -"par_id761604345191168\n" +"hd_id551604189872115\n" "help.text" -msgid "<variable id=\"register_purpose\">Register-true printing is particularly useful for documents that will have two pages set next to each other (e.g., in a book or brochure), for multi-column layouts, and for documents intended for double-sided printing.</variable>" +msgid "Page line-spacing (register-true)" msgstr "" -#. 8nivG +#. yspD9 #: 00000005.xhp msgctxt "" "00000005.xhp\n" "par_id3145230\n" "help.text" -msgid "<variable id=\"registertrue_in_LO\">In %PRODUCTNAME, this feature is called</variable> <link href=\"text/swriter/guide/registertrue.xhp\" name=\"pagelinespacinghelp\"><emph>Page line-spacing</emph></link>." +msgid "In %PRODUCTNAME, the register-true feature is called <emph>Page line-spacing</emph>." msgstr "" -#. cg9UW +#. WxQBJ #: 00000005.xhp msgctxt "" "00000005.xhp\n" -"bm_id3147315\n" -"help.text" -msgid "<bookmark_value>register-true; definition</bookmark_value>" -msgstr "<bookmark_value>registr; definice</bookmark_value>" - -#. d59SH -#: 00000005.xhp -msgctxt "" -"00000005.xhp\n" -"hd_id3147315\n" +"par_id3154223\n" "help.text" -msgid "Register-true" -msgstr "Registr" +msgid "Page line-spacing refers to the coincident imprint of the lines within a type area on the front and the back side of a page. The page line-spacing feature makes a page easier to read by preventing gray shadows from shining through between the lines of text. The page line-spacing term also refers to lines in adjacent text columns, where lines in different columns use the same vertical grid, thereby aligning them vertically with each other." +msgstr "" -#. ECfHB +#. BNJUC #: 00000005.xhp msgctxt "" "00000005.xhp\n" -"par_id961604191800181\n" +"par_id761604345191168\n" "help.text" -msgid "<embedvar href=\"text/shared/00/00000005.xhp#registertrue_intro\"/> <embedvar href=\"text/shared/00/00000005.xhp#registertrue_in_LO\"/> <variable id=\"glossary-pagelinespacing\"><link href=\"text/shared/00/00000005.xhp#page line-spacing\" name=\"pagelinespacingsection\">Page line-spacing</link></variable>." +msgid "Page line-spacing printing is particularly useful for documents that will have two pages set next to each other (for example, in a book or brochure), for multi-column layouts, and for documents intended for double-sided printing." msgstr "" #. Es2pF diff --git a/source/cs/helpcontent2/source/text/shared/01.po b/source/cs/helpcontent2/source/text/shared/01.po index 7ab04af9263..1fcbb0cbee3 100644 --- a/source/cs/helpcontent2/source/text/shared/01.po +++ b/source/cs/helpcontent2/source/text/shared/01.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: 2020-11-16 13:43+0100\n" -"PO-Revision-Date: 2020-11-02 14:56+0000\n" +"POT-Creation-Date: 2020-11-20 15:34+0100\n" +"PO-Revision-Date: 2020-11-18 18:36+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/cs/>\n" "Language: cs\n" @@ -5119,24 +5119,6 @@ msgctxt "" msgid "For some document types, you can choose to print a brochure." msgstr "U některých typů dokumentu můžete zvolit tisk příručky." -#. PgzBQ -#: 01130000.xhp -msgctxt "" -"01130000.xhp\n" -"hd_id0818200912285138\n" -"help.text" -msgid "More Options" -msgstr "Další možnosti" - -#. jRGiQ -#: 01130000.xhp -msgctxt "" -"01130000.xhp\n" -"par_id0818200912285146\n" -"help.text" -msgid "<ahelp hid=\".\">In the <emph>More Options</emph> window you can set some additional options for the current print job.</ahelp>" -msgstr "<ahelp hid=\".\">V okně <emph>Další možnosti</emph> můžete nastavit pro aktuální tiskovou úlohu některé další možnosti.</ahelp>" - #. vXCZ9 #: 01130000.xhp msgctxt "" @@ -9394,14 +9376,14 @@ msgctxt "" msgid "Switches between master view and normal view." msgstr "Přepíná mezi hlavním a normálním pohledem." -#. hFhkw +#. W32iU #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3145313\n" "help.text" -msgid "<image id=\"img_id3155535\" src=\"sw/res/sc20244.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155535\">Icon</alt></image>" -msgstr "<image id=\"img_id3155535\" src=\"sw/res/sc20244.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155535\">Ikona</alt></image>" +msgid "<image id=\"img_id3155535\" src=\"sw/res/sc20244.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155535\">Icon</alt></image>" +msgstr "" #. 3Lq2G #: 02110000.xhp @@ -9430,14 +9412,14 @@ msgctxt "" msgid "<ahelp hid=\"HID_GLBLTREE_EDIT\">Edit the contents of the component selected in the <emph>Navigator</emph> list. If the selection is a file, the file is opened for editing. If the selection is an index, the <emph>Index</emph> dialog is opened.</ahelp>" msgstr "<ahelp hid=\"HID_GLBLTREE_EDIT\">Upraví obsah komponenty označené v <emph>Navigátoru</emph>. Je-li vybrán soubor, bude otevřen pro úpravy. Je-li vybrán rejstřík, otevře se dialogové okno <emph>Rejstřík</emph>. </ahelp>" -#. ZEFUA +#. sWH9B #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3153716\n" "help.text" -msgid "<image id=\"img_id3145416\" src=\"sw/res/sc20245.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3145416\">Icon</alt></image>" -msgstr "<image id=\"img_id3145416\" src=\"sw/res/sc20245.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3145416\">Ikona</alt></image>" +msgid "<image id=\"img_id3145416\" src=\"sw/res/sc20245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145416\">Icon</alt></image>" +msgstr "" #. nRB3E #: 02110000.xhp @@ -9466,14 +9448,14 @@ msgctxt "" msgid "<ahelp hid=\"HID_GLBLTREE_UPDATE\">Click and choose the contents that you want to update.</ahelp>" msgstr "<ahelp hid=\"HID_GLBLTREE_UPDATE\">Klepněte a vyberte obsah, který chcete aktualizovat.</ahelp>" -#. ikFfC +#. U2EDW #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3159166\n" "help.text" -msgid "<image id=\"img_id3153146\" src=\"sw/res/sc20246.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153146\">Icon</alt></image>" -msgstr "<image id=\"img_id3153146\" src=\"sw/res/sc20246.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153146\">Ikona</alt></image>" +msgid "<image id=\"img_id3153146\" src=\"sw/res/sc20246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153146\">Icon</alt></image>" +msgstr "" #. F4J5u #: 02110000.xhp @@ -9601,14 +9583,14 @@ msgctxt "" msgid "You can also insert files into the master document by dragging a file from your desktop and dropping on the master view of the Navigator." msgstr "Soubory do hlavního dokumentu je možné vkládat přetažením souboru do hlavního pohledu Navigátoru." -#. KuiaF +#. 7ibA3 #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3153951\n" "help.text" -msgid "<image id=\"img_id3146984\" src=\"sw/res/sc20247.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3146984\">Icon</alt></image>" -msgstr "<image id=\"img_id3146984\" src=\"sw/res/sc20247.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3146984\">Ikona</alt></image>" +msgid "<image id=\"img_id3146984\" src=\"sw/res/sc20247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146984\">Icon</alt></image>" +msgstr "" #. ijR7M #: 02110000.xhp @@ -9709,14 +9691,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/save\">Saves a copy of the contents of the linked files in the master document. This ensures that the current contents are available when the linked files cannot be accessed.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/save\">Uloží do hlavního dokumentu také obsah připojených souborů. To zaručuje, že je obsah k dispozici, i když nejsou připojené soubory přístupné.</ahelp>" -#. yRk2H +#. L2WfA #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3151351\n" "help.text" -msgid "<image id=\"img_id3152885\" src=\"sw/res/sc20248.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152885\">Icon</alt></image>" -msgstr "<image id=\"img_id3152885\" src=\"sw/res/sc20248.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152885\">Ikona</alt></image>" +msgid "<image id=\"img_id3152885\" src=\"sw/res/sc20248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152885\">Icon</alt></image>" +msgstr "" #. ADEyJ #: 02110000.xhp @@ -9745,14 +9727,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/moveup\">Moves the selection up one position in the Navigator list.</ahelp> You can also move entries by dragging and dropping them in the list. If you move a text section onto another text section, the text sections are merged." msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/moveup\">Posune výběr v Navigátoru o jednu pozici výše.</ahelp> Položky je také je možné přesouvat přetažením v seznamu. Pokud přesunete textovou část na jinou textovou část, obě části se spojí." -#. RNAyD +#. adwgq #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3156178\n" "help.text" -msgid "<image id=\"img_id3155083\" src=\"sw/res/sc20174.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155083\">Icon</alt></image>" -msgstr "<image id=\"img_id3155083\" src=\"sw/res/sc20174.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155083\">Ikona</alt></image>" +msgid "<image id=\"img_id3155083\" src=\"sw/res/sc20174.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155083\">Icon</alt></image>" +msgstr "" #. GqEUL #: 02110000.xhp @@ -9781,14 +9763,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/movedown\">Moves the selection down one position in the Navigator list.</ahelp> You can also move entries by dragging and dropping them in the list. If you move a text section onto another text section, the text sections are merged." msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/movedown\">Posune výběr v Navigátoru o jednu pozici níže.</ahelp> Položky je také možné přesouvat přetažením v seznamu. Pokud přesunete textovou část na jinou textovou část, obě části se spojí." -#. 49owc +#. 2FFAZ #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3154790\n" "help.text" -msgid "<image id=\"img_id3166413\" src=\"sw/res/sc20171.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3166413\">Icon</alt></image>" -msgstr "<image id=\"img_id3166413\" src=\"sw/res/sc20171.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3166413\">Ikona</alt></image>" +msgid "<image id=\"img_id3166413\" src=\"sw/res/sc20171.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166413\">Icon</alt></image>" +msgstr "" #. DLEGF #: 02110000.xhp @@ -26996,7 +26978,7 @@ msgctxt "" "hd_id3148585\n" "help.text" msgid "Bitmap" -msgstr "" +msgstr "Rastr" #. 8ZuCa #: 05210500.xhp @@ -27023,7 +27005,7 @@ msgctxt "" "hd_id71592866308524\n" "help.text" msgid "Add/Import" -msgstr "" +msgstr "Přidat/Importovat" #. SGKZW #: 05210500.xhp diff --git a/source/cs/helpcontent2/source/text/shared/02.po b/source/cs/helpcontent2/source/text/shared/02.po index 07ab0d19a96..94d3e5416b8 100644 --- a/source/cs/helpcontent2/source/text/shared/02.po +++ b/source/cs/helpcontent2/source/text/shared/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: 2020-11-16 13:43+0100\n" -"PO-Revision-Date: 2020-11-10 20:35+0000\n" +"POT-Creation-Date: 2020-11-20 15:34+0100\n" +"PO-Revision-Date: 2020-11-21 15:36+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://weblate.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.1.1\n" "X-POOTLE-MTIME: 1561117732.000000\n" #. Edm6o @@ -788,7 +788,7 @@ msgctxt "" "par_id3148645\n" "help.text" msgid "Right-click the control and choose <menuitem>Control Properties</menuitem>. A dialog opens where you can define the properties of the control." -msgstr "" +msgstr "Klepněte pravým tlačítkem na ovládací prvek a zvolte <menuitem>Vlastnosti ovládacího prvku</menuitem>. Otevře se dialogové okno, kde je možné upravit vlastnosti ovládacího prvku." #. WTQie #: 01170000.xhp @@ -11032,14 +11032,14 @@ msgctxt "" msgid "<bookmark_value>paragraphs;decreasing indents of</bookmark_value><bookmark_value>decrease indent of paragraph</bookmark_value>" msgstr "<bookmark_value>odstavce;zmenšení odsazení</bookmark_value><bookmark_value>zmenšení odsazení odstavce</bookmark_value>" -#. D2wJy +#. WWFB7 #: 02130000.xhp msgctxt "" "02130000.xhp\n" "hd_id3154228\n" "help.text" -msgid "<link href=\"text/shared/02/02130000.xhp\" name=\"Decrease Indent\">Decrease Indent</link>" -msgstr "<link href=\"text/shared/02/02130000.xhp\" name=\"Zmenšit odsazení\">Zmenšit odsazení</link>" +msgid "<variable id=\"decreaseindent_h1\"> <link href=\"text/shared/02/02130000.xhp\" name=\"Decrease Indent\">Decrease Indent</link></variable>" +msgstr "<variable id=\"decreaseindent_h1\"><link href=\"text/shared/02/02130000.xhp\" name=\"Zmenšit odsazení\">Zmenšit odsazení</link></variable>" #. DCXbA #: 02130000.xhp @@ -11059,14 +11059,14 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you previously increased the indentation for several collectively selected paragraphs, this command can decrease the indentation for all of the selected paragraphs.</caseinline><caseinline select=\"CALC\">The cell content refers to the current value under <link href=\"text/shared/01/05340300.xhp\" name=\"Format - Cells - Alignment\"><emph>Format - Cells - Alignment</emph></link>.</caseinline></switchinline>" msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Pokud jste předtím zvětšili odsazení pro několik vybraných odstavců najednou, tento příkaz může zmenšit odsazení všech vybraných odstavců.</caseinline><caseinline select=\"CALC\">Odsazením obsahu buňky se míní aktuální hodnota pod <link href=\"text/shared/01/05340300.xhp\" name=\"Format - Cell - Alignment\"><emph>Formát - Buňky - Zarovnání</emph></link>.</caseinline></switchinline>" -#. LjaJg +#. ii8Wo #: 02130000.xhp msgctxt "" "02130000.xhp\n" "par_id3155338\n" "help.text" -msgid "<image id=\"img_id3150506\" src=\"cmd/sc_decrementindent.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150506\">Icon</alt></image>" -msgstr "<image id=\"img_id3150506\" src=\"cmd/sc_decrementindent.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150506\">Ikonka</alt></image>" +msgid "<image id=\"img_id3150506\" src=\"cmd/sc_decrementindent.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150506\">Icon</alt></image>" +msgstr "<image id=\"img_id3150506\" src=\"cmd/sc_decrementindent.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150506\">Ikona</alt></image>" #. 9iqpg #: 02130000.xhp @@ -11104,14 +11104,14 @@ msgctxt "" msgid "<bookmark_value>paragraphs; increasing indents of</bookmark_value><bookmark_value>increase indent of paragraph</bookmark_value>" msgstr "<bookmark_value>odstavce;zvětšení odsazení</bookmark_value><bookmark_value>zvětšení odsazení odstavce</bookmark_value>" -#. FpgFr +#. ydABo #: 02140000.xhp msgctxt "" "02140000.xhp\n" "hd_id3148520\n" "help.text" -msgid "<link href=\"text/shared/02/02140000.xhp\" name=\"Increase Indent\">Increase Indent</link>" -msgstr "<link href=\"text/shared/02/02140000.xhp\" name=\"Zvětšit odsazení\">Zvětšit odsazení</link>" +msgid "<variable id=\"increaseindent_h1\"><link href=\"text/shared/02/02140000.xhp\" name=\"Increase Indent\">Increase Indent</link></variable>" +msgstr "<variable id=\"increaseindent_h1\"><link href=\"text/shared/02/02140000.xhp\" name=\"Zvětšit odsazení\">Zvětšit odsazení</link></variable>" #. FBggx #: 02140000.xhp @@ -11131,14 +11131,14 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If several paragraphs are selected, the indentation of all selected paragraphs is increased. </caseinline><caseinline select=\"CALC\">The cell content refers to the current value under <link href=\"text/shared/01/05340300.xhp\" name=\"Format - Cells - Alignment\"><emph>Format - Cells - Alignment</emph></link> tab. </caseinline></switchinline>" msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Pokud je vybráno několik odstavců, zvětší se odsazení všech vybraných odstavců najednou.</caseinline><caseinline select=\"CALC\">Odsazením obsahu buňky se míní aktuální hodnota na kartě <link href=\"text/shared/01/05340300.xhp\" name=\"Formát - Buňky - Zarovnání\"><emph>Formát - Buňky - Zarovnání</emph></link>.</caseinline></switchinline>" -#. JRxtC +#. LBvjm #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3147576\n" "help.text" -msgid "<image id=\"img_id3149388\" src=\"cmd/sc_incrementindent.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149388\">Icon</alt></image>" -msgstr "<image id=\"img_id3149388\" src=\"cmd/sc_incrementindent.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149388\">Ikonka</alt></image>" +msgid "<image id=\"img_id3149388\" src=\"cmd/sc_incrementindent.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149388\">Icon</alt></image>" +msgstr "<image id=\"img_id3149388\" src=\"cmd/sc_incrementindent.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149388\">Ikona</alt></image>" #. bAyat #: 02140000.xhp @@ -16673,7 +16673,7 @@ msgctxt "" "bm_id571605452705033\n" "help.text" msgid "<bookmark_value>cell widths; using ruler</bookmark_value><bookmark_value>cell widths; using mouse</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>šířka buněk;pomocí pravítka</bookmark_value><bookmark_value>šířka buněk;pomocí myši</bookmark_value>" #. EFuiR #: 13020000.xhp @@ -16727,7 +16727,7 @@ msgctxt "" "par_id3156136\n" "help.text" msgid "<image id=\"img_id3153750\" src=\"media/helpimg/linleft.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153750\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153750\" src=\"media/helpimg/linleft.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153750\">Ikona</alt></image>" #. JJcBs #: 13020000.xhp @@ -16745,7 +16745,7 @@ msgctxt "" "par_id3150774\n" "help.text" msgid "<image id=\"img_id3145071\" src=\"media/helpimg/linright.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145071\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145071\" src=\"media/helpimg/linright.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145071\">Ikona</alt></image>" #. Wr4CA #: 13020000.xhp diff --git a/source/cs/helpcontent2/source/text/shared/guide.po b/source/cs/helpcontent2/source/text/shared/guide.po index 6729164e1c8..477dfb79583 100644 --- a/source/cs/helpcontent2/source/text/shared/guide.po +++ b/source/cs/helpcontent2/source/text/shared/guide.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-11-16 13:43+0100\n" -"PO-Revision-Date: 2020-11-13 12:35+0000\n" +"PO-Revision-Date: 2020-11-18 18:36+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedguide/cs/>\n" "Language: cs\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.1.1\n" "X-POOTLE-MTIME: 1547113478.000000\n" #. iharT @@ -11921,7 +11921,7 @@ msgctxt "" "par_id951604586347866\n" "help.text" msgid "<image src=\"cmd/32/pushbutton.png\" id=\"img_id741604586347866\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id641604586347866\">Push Button Icon</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/32/pushbutton.png\" id=\"img_id741604586347866\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id641604586347866\">Ikona Tlačítko</alt></image>" #. 4GWCF #: formfields.xhp @@ -11957,7 +11957,7 @@ msgctxt "" "par_idN107B2\n" "help.text" msgid "Right-click the button and choose <menuitem>Control Properties</menuitem>." -msgstr "" +msgstr "Klepněte pravým tlačítkem a zvolte <menuitem>Vlastnosti ovládacího prvku</menuitem>." #. Atf22 #: formfields.xhp @@ -12011,7 +12011,7 @@ msgctxt "" "par_idN10828\n" "help.text" msgid "Right-click the button and choose <menuitem>Form Properties</menuitem>." -msgstr "" +msgstr "Klepněte pravým tlačítkem a zvolte <menuitem>Vlastnosti formuláře</menuitem>." #. kGATC #: formfields.xhp diff --git a/source/cs/helpcontent2/source/text/shared/optionen.po b/source/cs/helpcontent2/source/text/shared/optionen.po index 5fc256bfbb8..38eee097cea 100644 --- a/source/cs/helpcontent2/source/text/shared/optionen.po +++ b/source/cs/helpcontent2/source/text/shared/optionen.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: 2020-11-16 13:43+0100\n" -"PO-Revision-Date: 2020-11-01 10:35+0000\n" +"POT-Creation-Date: 2020-11-20 15:34+0100\n" +"PO-Revision-Date: 2020-11-21 15:36+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://weblate.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.1.1\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1549360506.000000\n" @@ -9150,7 +9150,7 @@ msgctxt "" "par_id3151114\n" "help.text" msgid "<ahelp hid=\".\">Click a color. Click the <emph>None</emph> button to remove a background color.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Klepněte na barvu. Klepnutím na tlačítko <emph>Žádná</emph> barvu pozadí odstraníte.</ahelp>" #. YvDPU #: 01060000.xhp @@ -11861,32 +11861,32 @@ msgctxt "" msgid "Snap" msgstr "Přichytit" -#. EpRvi +#. c8Psj #: 01070300.xhp msgctxt "" "01070300.xhp\n" "hd_id3163802\n" "help.text" -msgid "To snap lines" +msgid "To snap guides" msgstr "K vodítkům" -#. Zwx7w +#. qZazt #: 01070300.xhp msgctxt "" "01070300.xhp\n" "par_id3149516\n" "help.text" -msgid "<variable id=\"anlinie\"><ahelp hid=\".\">Snaps the edge of a dragged object to the nearest snap line when you release the mouse.</ahelp></variable>" -msgstr "<variable id=\"anlinie\"><ahelp hid=\".\">Po uvolnění tlačítka myši se okraj přetahovaného objektu přichytí k nejbližší vodicí čáře.</ahelp></variable>" +msgid "<variable id=\"anlinie\"><ahelp hid=\".\">Snaps the edge of a dragged object to the nearest snap guide when you release the mouse.</ahelp></variable>" +msgstr "<variable id=\"anlinie\"><ahelp hid=\".\">Po uvolnění tlačítka myši se okraj přetahovaného objektu přichytí k nejbližšímu vodítku.</ahelp></variable>" -#. u4bG5 +#. Dwoaz #: 01070300.xhp msgctxt "" "01070300.xhp\n" "par_id3154142\n" "help.text" -msgid "You can also define this setting by using the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\"><emph>Snap to Snap Lines</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\"><emph>Snap to Snap Lines</emph></link></caseinline><defaultinline><emph>Snap to Snap Lines</emph></defaultinline></switchinline> icon, which is available in the <emph>Options</emph> bar in a presentation or drawing document." -msgstr "V prezentaci či kresbě můžete tuto funkci zapnout také pomocí ikony <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Přichytit k vodítkům\"><emph>Přichytit k vodítkům</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Přichytit k vodítkům\"><emph>Přichytit k vodítkům</emph></link></caseinline><defaultinline><emph>Zachytit na vodící čáry</emph></defaultinline></switchinline>, která se nachází v liště <emph>Možnosti</emph> u prezentace nebo kresby." +msgid "You can also define this setting by using the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\"><emph>Snap to Snap Guides</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\"><emph>Snap to Snap Guides</emph></link></caseinline><defaultinline><emph>Snap to Snap Guides</emph></defaultinline></switchinline> icon, which is available in the <emph>Options</emph> bar in a presentation or drawing document." +msgstr "V prezentaci či kresbě můžete tuto funkci zapnout také pomocí ikony <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Přichytit k vodítkům\"><emph>Přichytit k vodítkům</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Přichytit k vodítkům\"><emph>Přichytit k vodítkům</emph></link></caseinline><defaultinline><emph>Přichytit k vodítkům</emph></defaultinline></switchinline>, která se nachází na liště <emph>Možnosti</emph> u prezentace nebo kresby." #. eUCCJ #: 01070300.xhp diff --git a/source/cs/helpcontent2/source/text/simpress/02.po b/source/cs/helpcontent2/source/text/simpress/02.po index c574cba52db..db40b3e0a32 100644 --- a/source/cs/helpcontent2/source/text/simpress/02.po +++ b/source/cs/helpcontent2/source/text/simpress/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: 2020-06-22 17:23+0200\n" -"PO-Revision-Date: 2020-01-13 22:05+0000\n" +"POT-Creation-Date: 2020-11-20 15:34+0100\n" +"PO-Revision-Date: 2020-11-21 15:36+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress02/cs/>\n" "Language: cs\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.1.1\n" "X-POOTLE-MTIME: 1561035032.000000\n" #. AiACn @@ -5695,41 +5695,41 @@ msgctxt "" msgid "Exit all groups" msgstr "Opustit všechny skupiny" -#. vxhB2 +#. tScTM #: 13140000.xhp msgctxt "" "13140000.xhp\n" "tit\n" "help.text" -msgid "Snap to Snap Lines" -msgstr "Přichytit k vodícím čarám" +msgid "Snap to Snap Guides" +msgstr "Přichytit k vodítkům" -#. UcCpg +#. DQ4DB #: 13140000.xhp msgctxt "" "13140000.xhp\n" "hd_id3153726\n" "help.text" -msgid "<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\">Snap to Snap Lines</link>" -msgstr "<link href=\"text/simpress/02/13140000.xhp\" name=\"Připojit k vodítkům\">Přichytit k vodicím čarám</link>" +msgid "<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\">Snap to Snap Guides</link>" +msgstr "<link href=\"text/simpress/02/13140000.xhp\" name=\"Přichytit k vodítkům\">Přichytit k vodítkům</link>" -#. BH6cq +#. GXfRk #: 13140000.xhp msgctxt "" "13140000.xhp\n" "par_id3150717\n" "help.text" -msgid "<image id=\"img_id3146969\" src=\"cmd/sc_helplinesuse.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146969\">Icon</alt></image>" -msgstr "<image id=\"img_id3146969\" src=\"cmd/sc_helplinesuse.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146969\">Ikonka</alt></image>" +msgid "<image id=\"img_id3146969\" src=\"cmd/sc_helplinesuse.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146969\">Icon</alt></image>" +msgstr "<image id=\"img_id3146969\" src=\"cmd/sc_helplinesuse.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146969\">Ikona</alt></image>" -#. EaBaa +#. wYSJV #: 13140000.xhp msgctxt "" "13140000.xhp\n" "par_id3154255\n" "help.text" -msgid "Snap to Snap Lines" -msgstr "Přichytit k vodícím čarám" +msgid "Snap to Snap Guides" +msgstr "Přichytit k vodítkům" #. oXWsX #: 13150000.xhp diff --git a/source/cs/helpcontent2/source/text/swriter.po b/source/cs/helpcontent2/source/text/swriter.po index c3109583c60..05df8b175ce 100644 --- a/source/cs/helpcontent2/source/text/swriter.po +++ b/source/cs/helpcontent2/source/text/swriter.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: 2020-11-03 12:43+0100\n" -"PO-Revision-Date: 2020-11-13 12:35+0000\n" +"POT-Creation-Date: 2020-11-20 15:34+0100\n" +"PO-Revision-Date: 2020-11-21 15:36+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter/cs/>\n" "Language: cs\n" @@ -2212,14 +2212,14 @@ msgctxt "" msgid "Left-To-Right" msgstr "Zleva doprava" -#. dNWjD +#. 9tEuw #: main0202.xhp msgctxt "" "main0202.xhp\n" "par_idN10784\n" "help.text" -msgid "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id8354747\">left to right icon</alt></image>" -msgstr "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id8354747\">Ikona Zleva doprava</alt></image>" +msgid "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8354747\">left to right icon</alt></image>" +msgstr "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8354747\">Ikona Zleva doprava</alt></image>" #. Xg9vt #: main0202.xhp @@ -2239,14 +2239,14 @@ msgctxt "" msgid "Right-To-Left" msgstr "Zprava doleva" -#. bTEHY +#. iE56r #: main0202.xhp msgctxt "" "main0202.xhp\n" "par_idN107DF\n" "help.text" -msgid "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id2405774\">right to left icon</alt></image>" -msgstr "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id2405774\">Ikona Zleva doprava</alt></image>" +msgid "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2405774\">right to left icon</alt></image>" +msgstr "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2405774\">Ikona Zprava doleva</alt></image>" #. TMwGp #: main0202.xhp diff --git a/source/cs/helpcontent2/source/text/swriter/00.po b/source/cs/helpcontent2/source/text/swriter/00.po index 8ea7824105a..3c68e622ce8 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: 2020-11-16 13:43+0100\n" -"PO-Revision-Date: 2020-10-28 19:35+0000\n" +"PO-Revision-Date: 2020-11-18 18:35+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://weblate.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.1.1\n" "X-POOTLE-MTIME: 1550732536.000000\n" #. E9tti @@ -824,7 +824,7 @@ msgctxt "" "par_id3154197\n" "help.text" msgid "<variable id=\"sectionindents\">Choose <menuitem>Insert > Section > Indents</menuitem> tab or choose <menuitem>Format > Sections</menuitem> - <widget>Options</widget> button - <emph>Indents</emph> tab</variable>" -msgstr "" +msgstr "<variable id=\"sectionindents\">Zvolte kartu <menuitem>Vložit - Sekce - Odsazení</menuitem> nebo tlačítko <menuitem>Formát - Sekce</menuitem> - tlačítko <widget>Možnosti</widget> - karta <emph>Odsazení</emph>.</variable>" #. oCG8Q #: 00000404.xhp @@ -1616,7 +1616,7 @@ msgctxt "" "par_id3149298\n" "help.text" msgid "Choose <menuitem>View - Styles</menuitem> - <emph>Page Styles</emph> - open context menu for selected page style - <menuitem>Modify/New - Columns</menuitem> tab." -msgstr "" +msgstr "Zvolte <menuitem>Zobrazit - Styly</menuitem> - <emph>Styly stránky</emph> - otevřete místní nabídku vybraného stylu stránky - karta <menuitem>Upravit/Nový - Sloupce</menuitem>." #. 9sMo7 #: 00000405.xhp @@ -1643,7 +1643,7 @@ msgctxt "" "par_id3143276\n" "help.text" msgid "Choose <menuitem>Insert - Section - Columns</menuitem> tab." -msgstr "" +msgstr "Zvolte kartu <menuitem>Vložit - Sekce - Sloupce</menuitem>." #. ZCfVD #: 00000405.xhp @@ -1652,7 +1652,7 @@ msgctxt "" "par_id461604680991423\n" "help.text" msgid "Choose <menuitem>Format - Section - </menuitem><widget>Options</widget> button - <menuitem>Columns</menuitem> tab." -msgstr "" +msgstr "Zvolte <menuitem>Formát - Sekce - </menuitem>tlačítko <widget>Možnosti</widget> - karta <menuitem>Sloupce</menuitem>." #. Gdf8J #: 00000405.xhp diff --git a/source/cs/helpcontent2/source/text/swriter/01.po b/source/cs/helpcontent2/source/text/swriter/01.po index 93b8d4d73ed..32df9462389 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: 2020-11-16 13:43+0100\n" +"POT-Creation-Date: 2020-11-20 15:34+0100\n" "PO-Revision-Date: 2020-11-15 09:48+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/cs/>\n" @@ -682,14 +682,14 @@ msgctxt "" msgid "Navigator" msgstr "Navigátor" -#. G3kV4 +#. 5Pc72 #: 02110000.xhp msgctxt "" "02110000.xhp\n" "hd_id3151177\n" "help.text" -msgid "<link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\"><variable id=\"Navigator\">Navigator</variable></link>" -msgstr "<link href=\"text/swriter/01/02110000.xhp\" name=\"Navigátor\"><variable id=\"Navigator\">Navigátor</variable></link>" +msgid "<variable id=\"Navigator\"><link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link></variable>" +msgstr "" #. uXgCi #: 02110000.xhp @@ -709,14 +709,14 @@ msgctxt "" msgid "To open the Navigator, choose <menuitem>View - Navigator</menuitem> (<keycode>F5</keycode>). To move the Navigator, drag its title bar. To dock the Navigator, drag its title bar to the left, right or bottom edge of the workspace. To undock the Navigator, hold down the <keycode>Ctrl</keycode> key and double-click on a grey area of the Navigator." msgstr "Navigátor otevřete pomocí <menuitem>Zobrazit - Navigátor</menuitem> (<keycode>F5</keycode>). Okno Navigátoru lze přesouvat tažením za jeho záhlaví. Přetažením okna Navigátoru k levému, pravému, hornímu nebo dolnímu okraji pracovní plochy dojde k jeho ukotvení. Ukotvený Navigátor lze uvolnit přidržením klávesy <keycode>Ctrl</keycode> a poklepáním na jeho neaktivní (šedou) plochu." -#. M9FCf +#. FqB3h #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3149490\n" "help.text" -msgid "Click the plus sign (<keycode>+</keycode>) next to a category in the Navigator to view the items in the category. To view the number of items in a category, rest your mouse pointer over the category in the Navigator. To jump to an item in the document, double-click the item in the Navigator." -msgstr "Klepnutím na plus (<keycode>+</keycode>) vedle kategorie v Navigátoru zobrazíte položky kategorie. Počet položek v kategorii se zobrazí, jestliže najedete ukazatelem myši nad kategorii a chvilku posečkáte. Na položku v dokumentu přejdete tím, že na ni poklepete." +msgid "Click the plus sign (<widget>+</widget>) (or arrow) next to a category in the Navigator to view the items in the category. To view the number of items in a category, rest your mouse pointer over the category in the Navigator. To jump to an item in the document, double-click the item in the Navigator." +msgstr "" #. WD2Zz #: 02110000.xhp @@ -763,14 +763,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Jumps to the previous item in the document. To specify the type of item to jump to, click the <emph>Navigation</emph> icon, and then click an item category - for example, \"Images\".</ahelp> Jump to the previous item in the document, as specified in <emph>Navigate By</emph>." msgstr "<ahelp hid=\".\" visibility=\"hidden\">Přejde na předchozí položku v dokumentu. Typ položky určíte pomocí klepnutí na ikonu <emph>Navigace</emph> a poté na kategorii, např. \"Obrázky\".</ahelp> Přejde na předchozí položku v dokumentu, jejíž typ je určen v <emph>Navigovat podle</emph>." -#. ZMb97 +#. LH5bG #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3154616\n" "help.text" -msgid "<image id=\"img_id3154622\" src=\"cmd/sc_upsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154622\">Icon Previous Object</alt></image>" -msgstr "<image id=\"img_id3154622\" src=\"cmd/sc_upsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154622\">Ikona Předchozí objekt</alt></image>" +msgid "<image id=\"img_id3154622\" src=\"sw/res/sc20174.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154622\">Icon Previous Object</alt></image>" +msgstr "" #. z3HC5 #: 02110000.xhp @@ -799,14 +799,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Jumps to the next item in the document. To specify the type of item to jump to, click the <link href=\"text/swriter/01/02110100.xhp\" name=\"Navigation\"><emph>Navigation</emph></link> icon, and then click an item category - for example, \"Images\".</ahelp> Jump to the next item in the document, as specified in <emph>Navigate By</emph>." msgstr "<ahelp hid=\".\" visibility=\"hidden\">Přejde na předchozí položku v dokumentu. Typ položky určíte pomocí klepnutí na ikonu <link href=\"text/swriter/01/02110100.xhp\" name=\"Navigace\"><emph>Navigace</emph></link> a poté na kategorii, např. \"Obrázky\".</ahelp> Přejde na další položku v dokumentu, jejíž typ je určen v <emph>Navigovat podle</emph>." -#. 33JYo +#. pHVYb #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3150767\n" "help.text" -msgid "<image id=\"img_id3150773\" src=\"cmd/sc_downsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150773\">Icon Next Object</alt></image>" -msgstr "<image id=\"img_id3150773\" src=\"cmd/sc_downsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150773\">Ikona Další objekt</alt></image>" +msgid "<image id=\"img_id3150773\" src=\"sw/res/sc20171.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150773\">Icon Next Object</alt></image>" +msgstr "" #. xyGWM #: 02110000.xhp @@ -907,13 +907,13 @@ msgctxt "" msgid "Context Menu" msgstr "" -#. eZEns +#. JiJpY #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id721603290925895\n" "help.text" -msgid "<image src=\"sw/res/sc20179.png\" id=\"img_id1001603290925895\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id591603290925895\">Headings Icon</alt></image>" +msgid "<image src=\"sw/res/nc20000.png\" id=\"img_id1001603290925895\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id591603290925895\">Headings Icon</alt></image>" msgstr "" #. KF8gH @@ -925,13 +925,13 @@ msgctxt "" msgid "Headings" msgstr "" -#. kV2ci +#. xFGwj #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id431603287134620\n" "help.text" -msgid "Collapse/Expand All, <link href=\"text/swriter/01/01160200.xhp\" name=\"clipboard\">Send Outline to Clipboard</link>, Outline Content Visibility, <link href=\"text/swriter/01/02110000.xhp#outlinetracking\" name=\"outlinetrck1\">Outline Tracking</link>, <link href=\"text/swriter/01/02110000.xhp#outlinelvl\" name=\"OutlineLvl1\">Outline Level</link>" +msgid "Collapse/Expand All, <link href=\"text/swriter/01/01160200.xhp\" name=\"clipboard\">Send Outline to Clipboard</link>, <link href=\"text/swriter/01/outlinecontent_visibility.xhp\" name=\"outlinecontent1\">Outline Content Visibility</link>, <link href=\"text/swriter/01/02110000.xhp#outlinetracking\" name=\"outlinetrck1\">Outline Tracking</link>, <link href=\"text/swriter/01/02110000.xhp#outlinelvl\" name=\"OutlineLvl1\">Outline Level</link>" msgstr "" #. uH7Av @@ -943,13 +943,13 @@ msgctxt "" msgid "Heading item" msgstr "" -#. 7VDkt +#. fVaAR #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id611603291783875\n" "help.text" -msgid "Collapse/Expand All, Go to, Select, Delete, <link href=\"text/swriter/01/02110000.xhp#promotechap\" name=\"promotechap\">Promote Chapter</link>, <link href=\"text/swriter/01/02110000.xhp#demotechap\" name=\"demotechap\">Demote Chapter</link>, <link href=\"text/swriter/01/02110000.xhp#promotelevel\" name=\"promotelvl\">Promote Level</link>, <link href=\"text/swriter/01/02110000.xhp#demotelevel\" name=\"demotelvl\">Demote Level</link>, Outline Content Visibility, <link href=\"text/swriter/01/02110000.xhp#outlinetracking\" name=\"outlinetrck2\">Outline Tracking</link>, <link href=\"text/swriter/01/02110000.xhp#outlinelvl\" name=\"OutlineLvl2\">Outline Level</link>" +msgid "Collapse/Expand All, Go to, Select, Delete, <link href=\"text/swriter/01/02110000.xhp#promotechap\" name=\"promotechap\">Promote Chapter</link>, <link href=\"text/swriter/01/02110000.xhp#demotechap\" name=\"demotechap\">Demote Chapter</link>, <link href=\"text/swriter/01/02110000.xhp#promotelevel\" name=\"promotelvl\">Promote Level</link>, <link href=\"text/swriter/01/02110000.xhp#demotelevel\" name=\"demotelvl\">Demote Level</link>, <link href=\"text/swriter/01/outlinecontent_visibility.xhp\" name=\"outlinecontent2\">Outline Content Visibility</link>, <link href=\"text/swriter/01/02110000.xhp#outlinetracking\" name=\"outlinetrck2\">Outline Tracking</link>, <link href=\"text/swriter/01/02110000.xhp#outlinelvl\" name=\"OutlineLvl2\">Outline Level</link>" msgstr "" #. bdbZB @@ -30103,6 +30103,447 @@ msgctxt "" msgid "<ahelp hid=\".\">Opens the <emph>Mail Merge Recipients</emph> dialog.</ahelp>" msgstr "<ahelp hid=\".\">Otevře dialog <emph>Příjemci hromadné korespondence</emph>.</ahelp>" +#. USkGq +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"tit\n" +"help.text" +msgid "Outline Content Visibility" +msgstr "" + +#. vE4fu +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"bm_id141603814665942\n" +"help.text" +msgid "<bookmark_value>Outline Content Visibility;enabling</bookmark_value>" +msgstr "" + +#. JDacS +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"hd_id311603588857975\n" +"help.text" +msgid "Outline Content Visibility" +msgstr "" + +#. iBBcY +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id781603591328239\n" +"help.text" +msgid "Hide and show all content under headings, including text, images, tables, frames, shapes, and textboxes." +msgstr "" + +#. 9uBsE +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id941603713070812\n" +"help.text" +msgid "This feature is experimental. It is believed to be stable, but unexpected or unreliable behavior is possible.<br/><br/>To enable, <embedvar href=\"text/shared/optionen/experimental.xhp#exptal\"/>, then still in <menuitem>Options</menuitem>, choose <emph>%PRODUCTNAME Writer (or %PRODUCTNAME Writer/Web) - View</emph>, and select the <menuitem>Show outline content visibility</menuitem> checkbox." +msgstr "" + +#. WeiZ3 +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id431603592299868\n" +"help.text" +msgid "In Navigator (<keycode>F5</keycode>) (for <emph>Headings</emph> in Content View)" +msgstr "" + +#. uqAng +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id801603592797580\n" +"help.text" +msgid "With mouse (on a heading)" +msgstr "" + +#. DKDnc +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id401603902789914\n" +"help.text" +msgid "Use this feature to selectively hide and show content under all paragraphs that have a non-zero outline level (commonly called headings and subheadings). In %PRODUCTNAME, a heading is a paragraph with an outline level from 1 to 10, where 1 is the highest level and 10 the lowest. For example, a paragraph with outline level 3 would be a sub-sub-heading of a paragraph with outline level 1. This feature can be used to selectively hide and show content for a single heading, or for subheadings relative to a chosen outline level." +msgstr "" + +#. ZnHHW +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"bm_id711604659189386\n" +"help.text" +msgid "<bookmark_value>Navigator;Outline Content Visibility</bookmark_value><bookmark_value>Outline Content Visibility;with Navigator</bookmark_value>" +msgstr "" + +#. xVBGd +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"hd_id931603593824856\n" +"help.text" +msgid "Using Outline Content Visibility with Navigator" +msgstr "" + +#. iHEx5 +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id161603902590811\n" +"help.text" +msgid "In Navigator, all commands are shown in the context menu for <emph>Headings</emph> and items under <emph>Headings</emph>. Use right-click anywhere in the Content View window to open the context menu for the selected item (including the Headings icon), then choose <menuitem>Outline Content Visibility</menuitem>, and one of the following commands, depending on what is selected." +msgstr "" + +#. XymTC +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"hd_id111603594832364\n" +"help.text" +msgid "Hide content for all headings" +msgstr "" + +#. Ya9AD +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id171603594868435\n" +"help.text" +msgid "Headings icon is selected. Right-click and choose <menuitem>Outline Content Visibility - Hide All</menuitem>." +msgstr "" + +#. qAiBQ +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id201603902018701\n" +"help.text" +msgid "<image src=\"sw/res/nc20000.png\" id=\"img_id871603787633618\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id761603787633618\">Headings Icon</alt></image>" +msgstr "" + +#. yTGK2 +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id111603902018701\n" +"help.text" +msgid "Headings icon" +msgstr "" + +#. YzYYt +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"hd_id381603902284237\n" +"help.text" +msgid "Show content for all headings" +msgstr "" + +#. uHoJa +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id431603902342365\n" +"help.text" +msgid "Headings icon is selected. Right-click and choose <menuitem>Outline Content Visibility - Show All</menuitem>." +msgstr "" + +#. mRE8s +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"hd_id991603595158130\n" +"help.text" +msgid "Hide content for all subheadings, relative to an outline level" +msgstr "" + +#. q8qzv +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id871603595297049\n" +"help.text" +msgid "Heading with subheadings is selected. Right-click and choose <menuitem>Outline Content Visibility - Hide All</menuitem> to hide all content until the next heading at the same outline level." +msgstr "" + +#. ZidnP +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"hd_id131603923006495\n" +"help.text" +msgid "Show content for all subheadings, relative to an outline level" +msgstr "" + +#. PBKaL +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id501603923049090\n" +"help.text" +msgid "Heading with subheadings is selected. Right-click and choose <menuitem>Outline Content Visibility - Show All</menuitem> to show all content until the next heading at the same outline level." +msgstr "" + +#. TEbxh +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id111604356830363\n" +"help.text" +msgid "When content is hidden for one or more (but not all) subheadings, then the context menu for a higher level heading will show both <menuitem>Show All</menuitem> and <menuitem>Hide All</menuitem>." +msgstr "" + +#. YZWyc +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"hd_id431603594946909\n" +"help.text" +msgid "Hide or show content under a single heading" +msgstr "" + +#. t26Hb +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id441603594965562\n" +"help.text" +msgid "For selected heading, right-click and choose <menuitem>Outline Content Visibility - Toggle</menuitem>" +msgstr "" + +#. DFcCW +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id961604566488300\n" +"help.text" +msgid "The commands change whether content is shown in the document. They do not change what is shown in Navigator. For that purpose, use <widget>-</widget> and <widget>+</widget> (or arrow) signs or <menuitem>Collapse All / Expand All</menuitem> in <link href=\"text/shared/guide/contextmenu.xhp\" name=\"contextmenu\">context menu</link> for headings." +msgstr "" + +#. jCcW3 +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"bm_id861604659229058\n" +"help.text" +msgid "<bookmark_value>Outline Content Visibility;with mouse</bookmark_value>" +msgstr "" + +#. FKecH +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"hd_id961603593527184\n" +"help.text" +msgid "Using Outline Content Visibility with Mouse" +msgstr "" + +#. trciq +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"hd_id641604365236177\n" +"help.text" +msgid "Over a heading" +msgstr "" + +#. zBdgM +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id331603591793655\n" +"help.text" +msgid "Press the <keycode>Ctrl</keycode> key. Place mouse over (or close to a line with) a heading.<br/>(Arrow in left margin gives visual cue.)" +msgstr "" + +#. FRtMg +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id681604492926867\n" +"help.text" +msgid "When mouse pointer image changes to hand pointer, the following commands are possible:" +msgstr "" + +#. BnPmu +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id451603594434731\n" +"help.text" +msgid "<variable id=\"click-toggle\">Click to toggle <variable id=\"visibility\">visibility of content from selected heading to next heading.</variable></variable>" +msgstr "" + +#. CwqVy +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id71603594448708\n" +"help.text" +msgid "<variable id=\"rightclick\">Right-click to hide or show all content from selected heading (and all its subheadings) to next heading at same outline level.</variable>" +msgstr "" + +#. bhurB +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"hd_id101604365425000\n" +"help.text" +msgid "Arrows in left margin" +msgstr "" + +#. CVGFc +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id541604366257774\n" +"help.text" +msgid "Place mouse in left margin next to a heading. (Arrow appears if content is shown.)" +msgstr "" + +#. pyDjy +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id451603594341994\n" +"help.text" +msgid "<embedvar href=\"swriter/01/outlinecontent_visibility.xhp#click-toggle\"/>" +msgstr "" + +#. AwFxg +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id71603594662394\n" +"help.text" +msgid "<embedvar href=\"swriter/01/outlinecontent_visibility.xhp#rightclick\"/>" +msgstr "" + +#. UkamL +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"hd_id681603875505853\n" +"help.text" +msgid "Customized Control" +msgstr "" + +#. GEyFk +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id661603875533124\n" +"help.text" +msgid "For additional control, the following commands can be added as a button to a toolbar, an item in a menu or context menu, or a shortcut key." +msgstr "" + +#. DZDTC +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id541603875590171\n" +"help.text" +msgid "<emph>Show outline content visibility</emph> enables and disables this feature (both for mouse and Navigator)." +msgstr "" + +#. XeqHN +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id791603875551155\n" +"help.text" +msgid "<emph>Toggle Outline Content Visibility</emph> toggles <embedvar href=\"text/swriter/01/outlinecontent_visibility.xhp#visibility\"/>" +msgstr "" + +#. DKBZq +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id481604366466503\n" +"help.text" +msgid "Place the cursor in the document. Use the <menuitem>Toggle</menuitem> command to hide the content in relation to the first heading above the cursor position." +msgstr "" + +#. wqMek +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id861604494831275\n" +"help.text" +msgid "Depending on your customization, this <menuitem>Toggle</menuitem> command could be available as a button in a toolbar, a menu item, a context menu (recommended Target is \"Text\"), or a shortcut key." +msgstr "" + +#. PPkhx +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"hd_id81604416400633\n" +"help.text" +msgid "Saving Your Configuration" +msgstr "" + +#. VbFMU +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id101604416417417\n" +"help.text" +msgid "Documents saved in .odt format will retain the current configuration of hidden and shown content. Note that changing content visibility does not modify the document. If you change visibility after saving a document, then you must save again to preserve the visibility changes." +msgstr "" + +#. RQvTc +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id981604412273516\n" +"help.text" +msgid "<link href=\"text/swriter/01/05030800.xhp\" name=\"outlinelevel\">Set Paragraph Outline Level</link>" +msgstr "" + +#. By4tx +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id31604412603892\n" +"help.text" +msgid "<link href=\"text/swriter/01/06060100.xhp\" name=\"chapnumbering\">Modify Outline Levels for Headings</link>" +msgstr "" + +#. GFNAq +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id401603926410184\n" +"help.text" +msgid "<link href=\"text/shared/guide/edit_symbolbar\" name=\"addbutton\">Adding a Button to a Toolbar</link>" +msgstr "" + +#. UEKDH +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id271604411886782\n" +"help.text" +msgid "<link href=\"text/shared/01/06140300.xhp\" name=\"modifymenu\">Customizing a Context Menu</link>" +msgstr "" + +#. ucbYZ +#: outlinecontent_visibility.xhp +msgctxt "" +"outlinecontent_visibility.xhp\n" +"par_id251603931664784\n" +"help.text" +msgid "<link href=\"text/shared/01/06140200.xhp\" name=\"makeshortcut\">Making a Shortcut Key</link>" +msgstr "" + #. KadxR #: selection_mode.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/swriter/guide.po b/source/cs/helpcontent2/source/text/swriter/guide.po index b6007abe216..ceeb88da1e4 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: 2020-11-16 13:43+0100\n" -"PO-Revision-Date: 2020-11-15 09:48+0000\n" +"POT-Creation-Date: 2020-11-22 12:51+0100\n" +"PO-Revision-Date: 2020-11-21 15:35+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textswriterguide/cs/>\n" "Language: cs\n" @@ -2381,7 +2381,7 @@ msgctxt "" "bm_id3149909\n" "help.text" msgid "<bookmark_value>calculating; in text</bookmark_value> <bookmark_value>formulas; calculating in text</bookmark_value> <bookmark_value>references;in Writer tables</bookmark_value> <bookmark_value>=;in Writer tables</bookmark_value> <bookmark_value>tables;starting cell with =</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>výpočty; v textu</bookmark_value><bookmark_value>vzorce; výpočty v textu</bookmark_value><bookmark_value>odkazy; v tabulkách Writeru</bookmark_value><bookmark_value>=;v tabulkách Writeru</bookmark_value><bookmark_value>tabulky;buňky s = na začátku</bookmark_value>" #. ArJvi #: calculate.xhp @@ -2444,7 +2444,7 @@ msgctxt "" "hd_id971605353826552\n" "help.text" msgid "Cell Entries that Start with Equal Sign (<keycode>=</keycode>)" -msgstr "" +msgstr "Buňky začínající znaménkem je rovno (<keycode>=</keycode>)" #. hXyjD #: calculate.xhp @@ -2453,7 +2453,7 @@ msgctxt "" "par_id981605353389582\n" "help.text" msgid "To make a table cell entry that starts with <keycode>=</keycode> sign, first enter a space, then the <keycode>=</keycode> sign, and then delete the space." -msgstr "" +msgstr "Chcete-li do tabulky zadat položku buňky začínající znaménkem <keycode>=</keycode>, nejprve zadejte mezeru, poté znaménko <keycode>=</keycode> a následně mezeru smažte." #. i3E8j #: calculate_clipboard.xhp @@ -7792,50 +7792,50 @@ msgctxt "" msgid "<variable id=\"indenting\"><link href=\"text/swriter/guide/indenting.xhp\">Indenting Paragraphs</link></variable>" msgstr "<variable id=\"indenting\"><link href=\"text/swriter/guide/indenting.xhp\">Odsazení odstavců</link></variable>" -#. A5fSr +#. 7YqqH #: indenting.xhp msgctxt "" "indenting.xhp\n" -"par_id5589159\n" +"par_id9936216\n" "help.text" -msgid "To change the measurement units, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Writer - General</item>, and then select a new measurement unit in the Settings area." -msgstr "Chcete-li změnit měrnou jednotku, zvolte <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Předvolby</item></caseinline><defaultinline><item type=\"menuitem\">Nástroje - Možnosti</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Writer - Obecné</item> a vyberte novou měrnou jednotku v oblasti Nastavení." +msgid "You can change the indents for the current paragraph, or for all selected paragraphs, or for a Paragraph Style." +msgstr "Můžete změnit odsazení aktuálního odstavce, všech označených odstavců nebo stylu odstavce." -#. 7YqqH +#. 8uFbM #: indenting.xhp msgctxt "" "indenting.xhp\n" -"par_id9936216\n" +"par_id4013794\n" "help.text" -msgid "You can change the indents for the current paragraph, or for all selected paragraphs, or for a Paragraph Style." -msgstr "Můžete změnit odsazení aktuálního odstavce, všech označených odstavců nebo stylu odstavce." +msgid "Choose <item type=\"menuitem\">Format - Paragraph - Indents & Spacing</item> to change the indents for the current paragraph or for all selected paragraphs. You can also <link href=\"text/swriter/guide/ruler.xhp\" name=\"ruler\">set indents using the ruler</link>." +msgstr "Pro změnu odsazení aktuálního odstavce nebo všech označených odstavců zvolte <item type=\"menuitem\">Formát - Odstavec - Odsazení a rozestupy</item>. Odsazení můžete nastavit také <link href=\"text/swriter/guide/ruler.xhp\" name=\"ruler\">pomocí pravítka</link>." -#. MR5fF +#. H4LXQ #: indenting.xhp msgctxt "" "indenting.xhp\n" -"par_id7953123\n" +"par_id1631824\n" "help.text" -msgid "You can also <link href=\"text/swriter/guide/ruler.xhp\" name=\"ruler\">set indents using the ruler</link>. To display the ruler, choose <item type=\"menuitem\">View - Ruler</item>." -msgstr "Odsazení můžete také <link href=\"text/swriter/guide/ruler.xhp\" name=\"ruler\">nastavit pomocí pravítka</link>. Pro zobrazení pravítka zvolte <item type=\"menuitem\">Zobrazit - Pravítko</item>." +msgid "Right-click a paragraph and choose <menuitem>Paragraph - Edit Style - Indents & Spacing</menuitem> tab to change the indents for all paragraphs that have the same Paragraph Style." +msgstr "Pokud chcete změnit odsazení pro všechny odstavce se stejným stylem odstavce, klepněte pravým tlačítkem myši v odstavci a zvolte kartu <menuitem>Odstavec - Upravit styl - Odsazení a rozestupy</menuitem>." -#. 8uFbM +#. MR5fF #: indenting.xhp msgctxt "" "indenting.xhp\n" -"par_id4013794\n" +"par_id7953123\n" "help.text" -msgid "Choose <item type=\"menuitem\">Format - Paragraph - Indents & Spacing</item> to change the indents for the current paragraph or for all selected paragraphs. You can also <link href=\"text/swriter/guide/ruler.xhp\" name=\"ruler\">set indents using the ruler</link>." -msgstr "Pro změnu odsazení aktuálního odstavce nebo všech označených odstavců zvolte <item type=\"menuitem\">Formát - Odstavec - Odsazení a rozestupy</item>. Odsazení můžete nastavit také <link href=\"text/swriter/guide/ruler.xhp\" name=\"ruler\">pomocí pravítka</link>." +msgid "You can also <link href=\"text/swriter/guide/ruler.xhp\" name=\"ruler\">set indents using the ruler</link>. To display the ruler, choose <item type=\"menuitem\">View - Ruler</item>." +msgstr "Odsazení můžete také <link href=\"text/swriter/guide/ruler.xhp\" name=\"ruler\">nastavit pomocí pravítka</link>. Pro zobrazení pravítka zvolte <item type=\"menuitem\">Zobrazit - Pravítko</item>." -#. pFiGA +#. Ca7Di #: indenting.xhp msgctxt "" "indenting.xhp\n" -"par_id1631824\n" +"hd_id361605222538173\n" "help.text" -msgid "Right-click a paragraph and choose <item type=\"menuitem\">Edit Paragraph Style - Indents & Spacing</item> to change the indents for all paragraphs that have the same Paragraph Style." -msgstr "Pokud chcete změnit odsazení pro všechny odstavce se stejným stylem odstavce, klepněte pravým tlačítkem myši v odstavci a zvolte <item type=\"menuitem\">Upravit styl odstavce - Odsazení a rozestupy</item>." +msgid "Positioning indents" +msgstr "Umístění odsazení" #. qUxKq #: indenting.xhp @@ -7846,6 +7846,15 @@ msgctxt "" msgid "Indents are calculated with respect to the left and right page margins. If you want the paragraph to extend into the page margin, enter a negative number." msgstr "Odsazení se počítá vzhledem k levému a pravému okraji stránky. Pokud chcete, aby odstavec přesáhl do okraje stránky, zadejte záporné číslo." +#. A5fSr +#: indenting.xhp +msgctxt "" +"indenting.xhp\n" +"par_id5589159\n" +"help.text" +msgid "To change the measurement units, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Writer - General</item>, and then select a new measurement unit in the Settings area." +msgstr "Chcete-li změnit měrnou jednotku, zvolte <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Předvolby</item></caseinline><defaultinline><item type=\"menuitem\">Nástroje - Možnosti</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Writer - Obecné</item> a vyberte novou měrnou jednotku v oblasti Nastavení." + #. bFAbP #: indenting.xhp msgctxt "" @@ -7855,6 +7864,15 @@ msgctxt "" msgid "The indents are different regarding the writing direction. For example, look at the <item type=\"menuitem\">Before text </item>indent value in left-to-right languages. The left edge of the paragraph is indented with respect to the left page margin. In right-to-left languages, the right edge of the paragraph is indented with respect to the right page margin." msgstr "Odsazení zohledňuje směr psaní. Vezměme jako příklad hodnotu odsazení <item type=\"menuitem\">Zleva</item>. V jazycích psaných zleva doprava podle ní bude odsazen levý okraj odstavce vzhledem k levému okraji stránky. V jazycích psaných zprava doleva podle ní bude odsazen pravý okraj odstavce vzhledem k pravému okraji stránky." +#. GJYAr +#: indenting.xhp +msgctxt "" +"indenting.xhp\n" +"hd_id671605222596649\n" +"help.text" +msgid "Hanging indents" +msgstr "Předsazení prvního řádku" + #. mF3Ak #: indenting.xhp msgctxt "" @@ -7864,6 +7882,51 @@ msgctxt "" msgid "For a hanging indent, enter a positive value for <item type=\"menuitem\">Before text</item> and a negative value for <item type=\"menuitem\">First line</item>." msgstr "Předsazení vytvoříte zadáním kladné hodnoty do <item type=\"menuitem\">Zleva</item> a záporné hodnoty do <item type=\"menuitem\">První řádek</item>." +#. SvkCJ +#: indenting.xhp +msgctxt "" +"indenting.xhp\n" +"par_id811605224853050\n" +"help.text" +msgid "The <emph>Hanging Indent</emph> icon is found in the Paragraph section of the Properties sidebar. Click on this icon to switch the values of <menuitem>Before text</menuitem> and <menuitem>First line</menuitem>. This enables you to toggle a paragraph between an indented first line and a hanging indent." +msgstr "Ikona <emph>Předsazení prvního řádku</emph> se nachází v části Odstavec na postranní liště Vlastnosti. Klepnutím na tuto ikonu zaměníte hodnoty <menuitem>Před textem</menuitem> a <menuitem>První řádek</menuitem>. Díky tomu můžete u odstavce přepínat mezi odsazeným prvním řádkem a předsazením." + +#. C5rYC +#: indenting.xhp +msgctxt "" +"indenting.xhp\n" +"par_id151605225966778\n" +"help.text" +msgid "To create a hanging indent: Enter a first line indent where you want the indent to start, then click the Hanging Indent icon to create the hanging indent." +msgstr "Chcete-li předsazení prvního řádku vytvořit: Zadejte odsazení prvního řádku na místě, kde má předsazení začínat, a poté klepněte na ikonu Předsazení prvního řádku." + +#. 3kNCk +#: indenting.xhp +msgctxt "" +"indenting.xhp\n" +"par_id331605223016307\n" +"help.text" +msgid "<image src=\"cmd/lc_hangingindent.png\" id=\"img_id121605223016307\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id61605223016307\">Hanging Indent Icon</alt></image>" +msgstr "<image src=\"cmd/lc_hangingindent.png\" id=\"img_id121605223016307\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id61605223016307\">Ikona Předsazení prvního řádku</alt></image>" + +#. qgELJ +#: indenting.xhp +msgctxt "" +"indenting.xhp\n" +"par_id881605223016307\n" +"help.text" +msgid "Hanging Indent Icon" +msgstr "Předsazení prvního řádku" + +#. kSX2M +#: indenting.xhp +msgctxt "" +"indenting.xhp\n" +"par_id901605225508322\n" +"help.text" +msgid "The <emph>Hanging Indent</emph> command can be added as a <link href=\"text/shared/guide/edit_symbolbar.xhp\" name=\"addbutton\">button to a toolbar</link>, an <link href=\"text/shared/01/06140100.xhp\" name=\"addmenuitem\">item in a menu</link> or <link href=\"text/shared/01/06140300.xhp\" name=\"modifymenu\">context menu</link>, or a <link href=\"text/shared/01/06140200.xhp\" name=\"makeshortcut\">shortcut key</link>." +msgstr "Příkaz <emph>Předsazení prvního řádku</emph> lze přidat jako <link href=\"text/shared/guide/edit_symbolbar.xhp\" name=\"Přidat tlačítko\">tlačítko na nástrojovou lištu</link>, jako <link href=\"text/shared/01/06140100.xhp\" name=\"Přidat položku nabídku\">položku do nabídky</link> či <link href=\"text/shared/01/06140300.xhp\" name=\"Upravit místní nabídku\">do místní nabídky</link> nebo jako <link href=\"text/shared/01/06140200.xhp\" name=\"Vytvořit klávesovou zkratku\">klávesovou zkratku</link>." + #. YBBUC #: indenting.xhp msgctxt "" @@ -10231,14 +10294,14 @@ msgctxt "" msgid "Turning Number Recognition On or Off in Tables" msgstr "Zapnutí a vypnutí rozpoznávání čísel v tabulkách" -#. C95Pb +#. bnAzh #: number_date_conv.xhp msgctxt "" "number_date_conv.xhp\n" "bm_id3156383\n" "help.text" -msgid "<bookmark_value>numbers; automatic recognition in text tables</bookmark_value> <bookmark_value>tables; number recognition</bookmark_value> <bookmark_value>dates;formatting automatically in tables</bookmark_value> <bookmark_value>recognition;numbers</bookmark_value>" -msgstr "<bookmark_value>čísla; automatické rozpoznávání v tabulkách v textu</bookmark_value> <bookmark_value>tabulky; automatické rozpoznávání</bookmark_value> <bookmark_value>data;automatické formátování v tabulkách</bookmark_value> <bookmark_value>rozpoznávání;čísla</bookmark_value>" +msgid "<bookmark_value>numbers; automatic recognition in text tables</bookmark_value> <bookmark_value>tables; number recognition</bookmark_value> <bookmark_value>tables; date formatting</bookmark_value> <bookmark_value>dates;formatting automatically in tables</bookmark_value> <bookmark_value>recognition;numbers</bookmark_value>" +msgstr "" #. aahB7 #: number_date_conv.xhp @@ -10267,14 +10330,23 @@ msgctxt "" msgid "Do one of the following:" msgstr "Udělejte jedno z následujícího:" -#. EKmWw +#. zoCJb #: number_date_conv.xhp msgctxt "" "number_date_conv.xhp\n" "par_id3155919\n" "help.text" -msgid "Right-click in a table cell and choose <item type=\"menuitem\">Number recognition</item>. When this feature is on, a check mark is displayed in front of the <item type=\"menuitem\">Number recognition</item> command." -msgstr "Klepněte pravým tlačítkem na buňku a zvolte <item type=\"menuitem\">Rozpoznávání čísel</item>. Pokud je tato vlastnost zapnutá, zobrazuje se před příkazem <item type=\"menuitem\">Rozpoznávání čísel</item> zaškrtnutí." +msgid "Choose <menuitem>Table > Number recognition</menuitem>." +msgstr "" + +#. en4GC +#: number_date_conv.xhp +msgctxt "" +"number_date_conv.xhp\n" +"par_id531605970858214\n" +"help.text" +msgid "When this feature is on, a check mark is displayed in front of the <menuitem>Number recognition</menuitem> command." +msgstr "" #. hDANA #: number_date_conv.xhp @@ -10285,6 +10357,15 @@ msgctxt "" msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <item type=\"menuitem\">%PRODUCTNAME Writer - Table</item>, and select or clear the <item type=\"menuitem\">Number recognition</item> check box." msgstr "Zvolte <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Předvolby</caseinline><defaultinline>Nástroje - Možnosti</defaultinline></switchinline> - <item type=\"menuitem\">%PRODUCTNAME Writer - Tabulka</item> a zaškrtněte nebo zrušte zaškrtnutí pole <item type=\"menuitem\">Rozpoznávání čísel</item>." +#. FDjNL +#: number_date_conv.xhp +msgctxt "" +"number_date_conv.xhp\n" +"par_id781605970689063\n" +"help.text" +msgid "This feature applies globally to all tables in all documents. When enabled, typing a date into a table cell will result in automatic formatting. Enabling and disabling this feature does not change existing data formatting." +msgstr "" + #. gsMre #: number_date_conv.xhp msgctxt "" @@ -12211,6 +12292,24 @@ msgctxt "" msgid "When you create a document that you want to print as a brochure, use portrait orientation for the pages. Writer applies the brochure layout when you print the document." msgstr "Pokud vytváříte dokument, který chcete tisknout jako příručku, použijte orientaci stránky na šířku. Program Writer použije rozvržení příručky při jejím tisku." +#. yGAXr +#: print_brochure.xhp +msgctxt "" +"print_brochure.xhp\n" +"par_id871605701051745\n" +"help.text" +msgid "%PRODUCTNAME is not designed to handle brochure printing of documents that include landscape page orientations, but it is possible to print such documents." +msgstr "%PRODUCTNAME není navržen pro tisk příručky z dokumentů, které obsahují stránky orientované na šířku, přesto je možné takové dokumenty vytisknout." + +#. 5tGLL +#: print_brochure.xhp +msgctxt "" +"print_brochure.xhp\n" +"par_id191605701997366\n" +"help.text" +msgid "It is not possible to print a large image across two pages. Cut the image into two parts, and insert each part on different pages." +msgstr "Nelze však vytisknout velký obrázek zabírající dvě stránky. Takový obrázek rozdělte na dvě části a každou vložte na jinou stránku." + #. BGTYA #: print_brochure.xhp msgctxt "" @@ -12256,50 +12355,50 @@ msgctxt "" msgid "If your printer prints duplex, and because brochures always print in landscape mode, you should use the \"duplex - short edge\" setting in your printer setup dialog." msgstr "Pokud vaše tiskárna podporuje duplexní tisk, měli byste při tisku příručky zvolit v nastavení tiskárny možnost \"duplex - short edge\" (duplexní - krátká strana), protože příručky se vždy tisknou v režimu na šířku." -#. Bdpyf +#. ruTQn #: print_brochure.xhp msgctxt "" "print_brochure.xhp\n" "par_idN10628\n" "help.text" -msgid "Return to <emph>Print</emph> dialog, and click the <emph>Page Layout</emph> tab page." -msgstr "Vraťte se do dialogu <emph>Tisk</emph> a klepněte na kartu <emph>Rozvržení stránek</emph>." +msgid "Return to <emph>Print</emph> dialog." +msgstr "Vraťte se do dialogového okna <emph>Tisk</emph>." -#. npEFG +#. fkF4i #: print_brochure.xhp msgctxt "" "print_brochure.xhp\n" "par_idN1062C\n" "help.text" -msgid "Select <emph>Brochure</emph>." -msgstr "Vyberte <emph>Příručka</emph>." +msgid "In the <emph>Page Layout</emph> section, select <emph>Brochure</emph>." +msgstr "V části <emph>Rozvržení stránky</emph> vyberte <emph>Příručka</emph>." -#. GEepL +#. vB8vh #: print_brochure.xhp msgctxt "" "print_brochure.xhp\n" "par_idN10740\n" "help.text" -msgid "For a printer that automatically prints on both sides of a page, specify to include \"All pages\"." -msgstr "Máte-li tiskárnu, která automaticky tiskne na obě strany papíru, upřesněte, aby se zahrnuly \"Všechny stránky\"." +msgid "For a printer that automatically prints on both sides of a page, specify in the <emph>Range and Copies</emph> section to include <emph>Odd and Even Pages</emph>." +msgstr "Máte-li tiskárnu, která automaticky tiskne na obě strany papíru, upřesněte v části <emph>Rozsah a kopie</emph>, aby se zahrnuly <emph>Liché a sudé stránky</emph>." -#. BQBxQ +#. DwUEJ #: print_brochure.xhp msgctxt "" "print_brochure.xhp\n" "par_idN10630\n" "help.text" -msgid "Click <emph>OK</emph>." -msgstr "Klepněte na <emph>OK</emph>." +msgid "Click <emph>Print</emph>." +msgstr "Klepněte na <emph>Tisk</emph>." -#. vgd9E +#. 3HQ8i #: print_brochure.xhp msgctxt "" "print_brochure.xhp\n" "par_idN106EA\n" "help.text" -msgid "If %PRODUCTNAME prints the pages in the wrong order, open the <emph>Options</emph> tab page, select <emph>Print in reverse page order</emph>, and then print the document again." -msgstr "Pokud %PRODUCTNAME tiskne stránky ve špatném pořadí, otevřete kartu <emph>Obecné</emph>, zaškrtněte <emph>Vytisknout v opačném pořadí</emph> a vytiskněte dokument znovu." +msgid "If %PRODUCTNAME prints the pages in the wrong order, select <emph>Print in reverse order</emph> in the <emph>Range and Copies</emph> section, and then print the document again." +msgstr "Pokud %PRODUCTNAME tiskne stránky ve špatném pořadí, zaškrtněte v části <emph>Rozsah a kopie</emph> možnost <emph>Vytisknout v opačném pořadí</emph> a vytiskněte dokument znovu." #. FgeK4 #: print_preview.xhp @@ -12373,6 +12472,231 @@ msgctxt "" msgid "<link href=\"text/swriter/01/01120000.xhp\" name=\"File - Print Preview\">File - Print Preview</link>." msgstr "<link href=\"text/swriter/01/01120000.xhp\" name=\"Soubor - Náhled tisku\">Soubor - Náhled tisku</link>." +#. wXuFr +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"tit\n" +"help.text" +msgid "Selecting What to Print" +msgstr "Výběr tisknutých částí" + +#. AiDCa +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"bm_id541605272263762\n" +"help.text" +msgid "<bookmark_value>selecting; pages to print</bookmark_value><bookmark_value>printing;page range</bookmark_value><bookmark_value>printing;selection</bookmark_value>" +msgstr "<bookmark_value>vybírání;stránky k tisku</bookmark_value><bookmark_value>tisk;rozsah stránek</bookmark_value><bookmark_value>tisk;výběr</bookmark_value>" + +#. WiStT +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"hd_id721605269733190\n" +"help.text" +msgid "<variable id=\"printselection\"><link href=\"text/swriter/guide/print_selection.xhp\" name=\"print_selection_link\">Selecting What to Print</link></variable>" +msgstr "<variable id=\"printselection\"><link href=\"text/swriter/guide/print_selection.xhp\" name=\"print_selection_link\">Výběr tisknutých částí</link></variable>" + +#. FzVEC +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"par_id501605271321756\n" +"help.text" +msgid "You can choose to print individual pages, a range of pages, or a selection from a document." +msgstr "Pro tisk je možné zvolit jednotlivé stránky, rozsah stránek nebo výběr v dokumentu." + +#. 4KAbF +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"hd_id601605269573468\n" +"help.text" +msgid "Printing a single page" +msgstr "Tisk jedné stránky" + +#. KhpCc +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"par_id571605684186001\n" +"help.text" +msgid "Choose <menuitem>File > Print</menuitem> to open the <emph>Print</emph> dialog." +msgstr "Volbou <menuitem>Soubor - Tisk</menuitem> otevřete dialogové okno <emph>Tisk</emph>." + +#. 2GBM8 +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"par_id31605269603220\n" +"help.text" +msgid "In the <emph>Range and Copies</emph> section, select the <emph>Pages</emph> option. The text box will show the current page number." +msgstr "V části <emph>Rozsah a kopie</emph> vyberte možnost <emph>Stránky</emph>. V textovém poli se zobrazí číslo aktuální stránky." + +#. QtixM +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"par_id251605269806172\n" +"help.text" +msgid "Enter the page number you want to print." +msgstr "Zadejte číslo stránky, kterou si přejete vytisknout." + +#. 3oqEG +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"par_id641605269861744\n" +"help.text" +msgid "The preview box on the left shows the selected page." +msgstr "Vybraná stránka se zobrazí v náhledu vlevo." + +#. KkcGy +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"hd_id171605269647972\n" +"help.text" +msgid "Printing a range of pages" +msgstr "Tisk rozsahu stránek" + +#. DBQVy +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"par_id731605685039891\n" +"help.text" +msgid "Choose <menuitem>File > Print</menuitem> to open the <emph>Print</emph> dialog." +msgstr "Volbou <menuitem>Soubor - Tisk</menuitem> otevřete dialogové okno <emph>Tisk</emph>." + +#. hWBFk +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"par_id261605269669284\n" +"help.text" +msgid "In the <emph>Range and Copies</emph> section, select the <emph>Pages</emph> option. The text box will show the current page number." +msgstr "V části <emph>Rozsah a kopie</emph> vyberte možnost <emph>Stránky</emph>. V textovém poli se zobrazí číslo aktuální stránky." + +#. 9F38F +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"par_id331605269672260\n" +"help.text" +msgid "Enter the page numbers to print." +msgstr "Zadejte čísla stránek, které chcete vytisknout." + +#. 5iRGH +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"par_id481605270284520\n" +"help.text" +msgid "• Use <literal>-</literal> for a range of pages (e.g., <input>1–4</input> will print all pages from 1 to 4)." +msgstr "Pro rozsah stránek použijte znak <literal>-</literal> (například <input>1-4</input> vytiskne všechny stránky od 1 do 4)." + +#. RfLAA +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"par_id651605685305228\n" +"help.text" +msgid "• Partial ranges are also permitted." +msgstr "Lze použít také částečný rozsah." + +#. Bugra +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"par_id781605686618241\n" +"help.text" +msgid "<input>-5</input> prints all pages up to page 5." +msgstr "<input>-5</input> vytiskne všechny stránky do čísla 5." + +#. eQhF4 +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"par_id741605686988056\n" +"help.text" +msgid "<input>10-</input> prints from page 10 to end of document." +msgstr "<input>10-</input> vytiskne stránky od 10 do konce dokumentu." + +#. wcTVv +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"par_id951605270474391\n" +"help.text" +msgid "• Use <literal>,</literal> or <literal>;</literal> for a list of pages (e.g., <input> 1,3;7</input> will print pages 1, 3 and 7. Spaces are optional. 1, 3, 7 will also work)." +msgstr "Pro seznam stránek použijte znak <literal>,</literal> nebo <literal>;</literal> (například <input>1,3;7</input> vytiskne stránky 1, 3 a 7, volitelně lze doplnit mezery, fungovat bude také 1, 3, 7)." + +#. GzqGZ +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"par_id611605270697509\n" +"help.text" +msgid "• Combinations are also possible (e.g., <input>1, 3, 5-10, 15-</input> will print pages 1,3, 5 through 10, and 15 to end of document." +msgstr "Možné jsou také kombinace, například <input>1, 3, 5-10, 15-</input> vytiskne stránky 1, 3, od 5 do 10 a od 15 do konce dokumentu." + +#. FRjsx +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"par_id581605269685019\n" +"help.text" +msgid "The preview box on the left shows the selected pages." +msgstr "Vybrané stránky se zobrazí v náhledu vlevo." + +#. PZtKv +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"hd_id571605269596899\n" +"help.text" +msgid "Printing a selection of text or graphics" +msgstr "Tisk vybraného textu nebo obrázků" + +#. 5KxGz +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"par_id261605270158305\n" +"help.text" +msgid "Select the content to print." +msgstr "Vyberte obsah, který chcete vytisknout." + +#. mwEd6 +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"par_id481605687683495\n" +"help.text" +msgid "Choose <menuitem>File > Print</menuitem> to open the <emph>Print</emph> dialog." +msgstr "Volbou <menuitem>Soubor - Tisk</menuitem> otevřete dialogové okno <emph>Tisk</emph>." + +#. iaYKz +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"par_id911605270164153\n" +"help.text" +msgid "In the <emph>Range and Copies</emph> section, choose the <emph>Selection</emph> option." +msgstr "V části <emph>Rozsah a kopie</emph> zvolte možnost <emph>Výběr</emph>." + +#. aFMaJ +#: print_selection.xhp +msgctxt "" +"print_selection.xhp\n" +"par_id871605270949919\n" +"help.text" +msgid "The preview box shows the selected material." +msgstr "Vybraný obsah se zobrazí v náhledu vlevo." + #. bJ768 #: print_small.xhp msgctxt "" @@ -12400,32 +12724,32 @@ msgctxt "" msgid "<variable id=\"print_small\"><link href=\"text/swriter/guide/print_small.xhp\" name=\"Printing Multiple Pages on One Sheet\">Printing Multiple Pages on One Sheet</link></variable>" msgstr "<variable id=\"print_small\"><link href=\"text/swriter/guide/print_small.xhp\" name=\"Printing Multiple Pages on One Sheet\">Tisk více stránek na jednu stranu</link></variable>" -#. oeADh +#. Q9FyG #: print_small.xhp msgctxt "" "print_small.xhp\n" "par_id3149829\n" "help.text" -msgid "On the <emph>Page Layout</emph> tab page of the <item type=\"menuitem\">File - Print</item> dialog, you have the option to print multiple pages on one sheet." -msgstr "Na kartě <emph>Rozvržení stránek</emph> v dialogovém okně <item type=\"menuitem\">Soubor - Tisk</item> můžete vybrat tisk více stránek na jeden list." +msgid "In the <emph>Page Layout</emph> section of the <menuitem>File - Print</menuitem> dialog, you have the option to print multiple pages on one sheet." +msgstr "V části <emph>Rozvržení stránky</emph> dialogového okna <menuitem>Soubor - Tisk</menuitem> máte možnost vytisknout více stránek na jeden list." -#. EjozA +#. 7nqCv #: print_small.xhp msgctxt "" "print_small.xhp\n" "par_id3156098\n" "help.text" -msgid "Choose <emph>File - Print</emph> and click the <emph>Page Layout</emph> tab." -msgstr "Vyberte <emph>Soubor - Tisk</emph> a klepněte na kartu <emph>Rozvržení stránek</emph>." +msgid "Choose <menuitem>File - Print</menuitem>" +msgstr "Zvolte <menuitem>Soubor - Tisk</menuitem>." -#. X5Nep +#. 5EBvC #: print_small.xhp msgctxt "" "print_small.xhp\n" "par_id3155055\n" "help.text" -msgid "Do one of the following:" -msgstr "Udělejte jedno z následujícího:" +msgid "In the <emph>Page Layout</emph> section, do one of the following:" +msgstr "V části <emph>Rozvržení stránky</emph> proveďte jeden z následujících kroků:" #. G8yiU #: print_small.xhp @@ -13390,13 +13714,13 @@ msgctxt "" msgid "<variable id=\"registertrue\"><link href=\"text/swriter/guide/registertrue.xhp\">Printing with Page line-spacing</link></variable>" msgstr "<variable id=\"registertrue\"><link href=\"text/swriter/guide/registertrue.xhp\">Tisk s řádkováním stránky</link></variable>" -#. DnEGL +#. dagQY #: registertrue.xhp msgctxt "" "registertrue.xhp\n" "par_id391604248923423\n" "help.text" -msgid "<embedvar href=\"text/shared/00/00000005.xhp#registertrue_intro\"/> <embedvar href=\"text/shared/00/00000005.xhp#registertrue_in_LO\"/> <embedvar href=\"text/shared/00/00000005.xhp#glossary-pagelinespacing\"/>. <embedvar href=\"text/shared/00/00000005.xhp#register_purpose\"/>" +msgid "<link href=\"text/shared/00/00000005.xhp#pageline-spacing\" name=\"page line-spacing\"><emph>Page line-spacing</emph></link> printing is particularly useful for documents that will have two pages set next to each other (for example, in a book or brochure), for multi-column layouts, and for documents intended for double-sided printing." msgstr "" #. XHAM3 @@ -13496,7 +13820,7 @@ msgctxt "" "par_idN1068C\n" "help.text" msgid "Open the Styles window (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>), click the Paragraph Style you want to exempt, right-click that style, choose <emph>Modify</emph>. In the dialog, click the <link href=\"text/shared/01/05030100.xhp\" name=\"formatparagraph2\"><emph>Indents & Spacing</emph></link> tab." -msgstr "" +msgstr "Otevřete okno Styly (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>), klepněte pravým tlačítkem na styl odstavce, který si přejete vynechat, a zvolte <emph>Upravit</emph>. V dialogovém okně klepněte na kartu <link href=\"text/shared/01/05030100.xhp\" name=\"formatparagraph2\"><emph>Odsazení a rozestupy</emph></link>." #. rzTBT #: registertrue.xhp @@ -13730,7 +14054,7 @@ msgctxt "" "bm_id8186284\n" "help.text" msgid "<bookmark_value>rulers;using rulers</bookmark_value><bookmark_value>horizontal rulers</bookmark_value><bookmark_value>vertical rulers</bookmark_value><bookmark_value>indents; setting on rulers</bookmark_value><bookmark_value>page margins on rulers</bookmark_value><bookmark_value>table cells;adjusting the width on rulers</bookmark_value><bookmark_value>showing;rulers</bookmark_value><bookmark_value>hiding;rulers</bookmark_value><bookmark_value>adjusting page margins</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>pravítka;používání pravítek</bookmark_value><bookmark_value>vodorovná pravítka</bookmark_value><bookmark_value>svislá pravítka</bookmark_value><bookmark_value>odsazení; nastavení na pravítkách</bookmark_value><bookmark_value>okraje stránky na pravítkách</bookmark_value><bookmark_value>buňky tabulky;přizpůsobení šířky na pravítkách</bookmark_value><bookmark_value>zobrazení; pravítka</bookmark_value><bookmark_value>skrývání; pravítka</bookmark_value><bookmark_value>přizpůsobení okrajů stránky</bookmark_value>" #. FTeNL #: ruler.xhp @@ -16061,7 +16385,7 @@ msgctxt "" "par_id3149615\n" "help.text" msgid "<image id=\"img_id3149622\" src=\"cmd/sc_optimizetable.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149622\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149622\" src=\"cmd/sc_optimizetable.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149622\">Ikona</alt></image>" #. BErzm #: table_sizing.xhp diff --git a/source/cs/helpcontent2/source/text/swriter/menu.po b/source/cs/helpcontent2/source/text/swriter/menu.po index d7fbbd38f75..af0ec0ffb05 100644 --- a/source/cs/helpcontent2/source/text/swriter/menu.po +++ b/source/cs/helpcontent2/source/text/swriter/menu.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: 2020-11-16 13:43+0100\n" -"PO-Revision-Date: 2020-10-28 19:35+0000\n" +"PO-Revision-Date: 2020-11-18 18:35+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textswritermenu/cs/>\n" "Language: cs\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.1.1\n" "X-POOTLE-MTIME: 1469204133.000000\n" #. tP5yN @@ -194,7 +194,7 @@ msgctxt "" "par_id911601651828340\n" "help.text" msgid "<ahelp hid=\".\">Submenu with additional row, column, and page breaks</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Podnabídka s dodatečným zalomením řádku, sloupce a stránky.</ahelp>" #. t534N #: submenu_more_breaks.xhp @@ -221,7 +221,7 @@ msgctxt "" "bm_id651604885957774\n" "help.text" msgid "<bookmark_value>text documents; inserting column breaks</bookmark_value><bookmark_value>column breaks; inserting</bookmark_value><bookmark_value>inserting; manual column breaks</bookmark_value><bookmark_value>manual column breaks</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>textové dokument;vkládání zalomení sloupce</bookmark_value><bookmark_value>zalomení sloupce;vkládání</bookmark_value><bookmark_value>vkládání;ruční zalomení sloupce</bookmark_value><bookmark_value>ruční zalomení sloupce</bookmark_value>" #. XBU67 #: submenu_more_breaks.xhp |