diff options
Diffstat (limited to 'source/cs/helpcontent2')
41 files changed, 7817 insertions, 3929 deletions
diff --git a/source/cs/helpcontent2/source/auxiliary.po b/source/cs/helpcontent2/source/auxiliary.po index 3d8fc4a69cf..a010601920c 100644 --- a/source/cs/helpcontent2/source/auxiliary.po +++ b/source/cs/helpcontent2/source/auxiliary.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-04 12:59+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/auxiliary/cs/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563452452.000000\n" #. fEEXD @@ -124,6 +124,15 @@ msgctxt "" msgid "Programming with Python" msgstr "Programování pomocí Pythonu" +#. JCHAg +#: sbasic.tree +msgctxt "" +"sbasic.tree\n" +"0703\n" +"node.text" +msgid "Script Development Tools" +msgstr "" + #. KsAjT #: scalc.tree msgctxt "" diff --git a/source/cs/helpcontent2/source/text/sbasic/guide.po b/source/cs/helpcontent2/source/text/sbasic/guide.po index 0d74901cb6d..b8b84f4cf8d 100644 --- a/source/cs/helpcontent2/source/text/sbasic/guide.po +++ b/source/cs/helpcontent2/source/text/sbasic/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-08 19:34+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2020-02-15 19:15+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicguide/cs/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 3.10.3\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1565163076.000000\n" #. WcTKB @@ -682,6 +682,393 @@ msgctxt "" msgid "<variable id=\"basicexamplestit\"><link href=\"text/sbasic/guide/basic_examples.xhp\" name=\"Basic Programming Examples\">Basic Programming Examples</link></variable>" msgstr "<variable id=\"basicexamplestit\"><link href=\"text/sbasic/guide/basic_examples.xhp\" name=\"Příklady programování v jazyce Basic\">Příklady programování v jazyce Basic</link></variable>" +#. GKzpN +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"tit\n" +"help.text" +msgid "Formatting Borders in Calc with Macros" +msgstr "" + +#. gDaEd +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"hd_id461623364876507\n" +"help.text" +msgid "<variable id=\"title\"><link href=\"text/sbasic/guide/calc_borders.xhp\" name=\"Calc_Borders_h1\">Formatting Borders in Calc with Macros</link></variable>" +msgstr "" + +#. JyRxe +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id461630536347127\n" +"help.text" +msgid "By using Basic or Python programming languages it is possible to write macros that apply formats to ranges of cells in Calc." +msgstr "" + +#. 7FCuQ +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"hd_id81630536486560\n" +"help.text" +msgid "Formatting Borders in Ranges of Cells" +msgstr "" + +#. jZniv +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id871630536518700\n" +"help.text" +msgid "The code snippet below creates a <literal>Sub</literal> called <literal>FormatCellBorder</literal> that applies new border formats to a given range address in the current Calc sheet." +msgstr "" + +#. Xzm6Q +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id131630537785605\n" +"help.text" +msgid "' Creates the UNO struct that will store the new line format" +msgstr "" + +#. qpADJ +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id971630537786724\n" +"help.text" +msgid "' Gets the target cell" +msgstr "" + +#. jXfEv +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id791630537787373\n" +"help.text" +msgid "' Applies the new format to all borders" +msgstr "" + +#. 3csnz +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id141630537941393\n" +"help.text" +msgid "The <literal>Sub</literal> described above takes in four arguments:" +msgstr "" + +#. r5ThF +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id841630538209958\n" +"help.text" +msgid "<emph>cellAddress</emph> is a string such as denoting the range to be formatted in the format \"A1\"." +msgstr "" + +#. dfuE6 +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id821630538210271\n" +"help.text" +msgid "<emph>newStyle</emph> is an integer value that corresponds to the border line style (see <link href=\"text/sbasic/guide/calc_borders.xhp#LineStyles_h2\" name=\"LineStyles_link\">Line Styles</link> below)." +msgstr "" + +#. gKaYD +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id191630538210607\n" +"help.text" +msgid "<emph>newWidth</emph> is an integer value that defines the line width." +msgstr "" + +#. wVnmn +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id71630538211142\n" +"help.text" +msgid "<emph>newColor</emph> is an integer value corresponding to a color defined using the <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB_link\">RGB</link> function." +msgstr "" + +#. 3gYJs +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id201630538522838\n" +"help.text" +msgid "To call <literal>FormatCellBorder</literal> create a new macro and pass the desired arguments, as shown below:" +msgstr "" + +#. XpcA7 +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id651630603779228\n" +"help.text" +msgid "' Gives access to the line style constants" +msgstr "" + +#. 44Cm4 +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id321630538931144\n" +"help.text" +msgid "' Formats \"B5\" with solid blue borders" +msgstr "" + +#. m5WA7 +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id91630538931686\n" +"help.text" +msgid "' Formats all borders in the range \"D2:F6\" with red dotted borders" +msgstr "" + +#. yt8qz +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id31630540159114\n" +"help.text" +msgid "It is possible to implement the same functionality in Python:" +msgstr "" + +#. FEQGU +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"pyc_id411630540777672\n" +"help.text" +msgid "# Defines the new line format" +msgstr "" + +#. cxBAF +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"pyc_id361630540778786\n" +"help.text" +msgid "# Scriptforge service to access cell ranges" +msgstr "" + +#. hUVfn +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id931630541661889\n" +"help.text" +msgid "The code snippet below implements a macro named <literal>myMacro</literal> that calls <literal>formatCellBorder</literal>:" +msgstr "" + +#. zmvzf +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id261630541889040\n" +"help.text" +msgid "The Python code presented above uses the <link href=\"text/sbasic/shared/03/lib_ScriptForge.xhp\" name=\"SF_link\">ScriptForge library</link> that is available since %PRODUCTNAME 7.2." +msgstr "" + +#. FfECT +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"hd_id361630539136798\n" +"help.text" +msgid "Line Styles" +msgstr "" + +#. Qt5gG +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id501630539147234\n" +"help.text" +msgid "Line styles are defined as integer constants. The table below lists the constants for the line styles available in <menuitem>Format - Cells - Borders</menuitem>:" +msgstr "" + +#. X2WVp +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id651630604006712\n" +"help.text" +msgid "Constant name" +msgstr "" + +#. JTgFF +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id501630539273987\n" +"help.text" +msgid "Integer value" +msgstr "" + +#. GZPBL +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id191630539273987\n" +"help.text" +msgid "Line style name" +msgstr "" + +#. cGhRo +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id691630539273987\n" +"help.text" +msgid "Solid" +msgstr "" + +#. aFDHe +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id591630539325162\n" +"help.text" +msgid "Dotted" +msgstr "" + +#. XJZxB +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id881630539433260\n" +"help.text" +msgid "Dashed" +msgstr "" + +#. VeExq +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id111630539463634\n" +"help.text" +msgid "Fine dashed" +msgstr "" + +#. n9ZFA +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id261630539471483\n" +"help.text" +msgid "Double thin" +msgstr "" + +#. ydBcG +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id671630539478101\n" +"help.text" +msgid "Dash dot" +msgstr "" + +#. a4wFd +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id701630539484498\n" +"help.text" +msgid "Dash dot dot" +msgstr "" + +#. A9PVK +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id751630539680866\n" +"help.text" +msgid "Refer to the <link href=\"https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1table_1_1BorderLineStyle.html\" name=\"BorderLineStyle_link\">BorderLineStyle Constant Reference</link> in the LibreOffice API documentation to learn more about line style constants." +msgstr "" + +#. aJTNw +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"hd_id31630542361666\n" +"help.text" +msgid "Formatting Borders Using TableBorder2" +msgstr "" + +#. yQYnF +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id11630542436346\n" +"help.text" +msgid "Range objects have a property named <literal>TableBorder2</literal> that can be used to format range borders as it is done in the <menuitem>Format - Cells - Borders</menuitem> dialog in the <emph>Line Arrangement</emph> section." +msgstr "" + +#. A25aA +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id641630542724480\n" +"help.text" +msgid "In addition to top, bottom, left and right borders, <literal>TableBorder2</literal> also defines vertical and horizontal borders. The macro below applies only the top and bottom borders to the range \"B2:E5\"." +msgstr "" + +#. k7afV +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id191630543332073\n" +"help.text" +msgid "' Defines the new line format" +msgstr "" + +#. hSdDm +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id281630543333061\n" +"help.text" +msgid "' Struct that stores the new TableBorder2 definition" +msgstr "" + +#. SFrJL +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id11630543334395\n" +"help.text" +msgid "' Applies the table format to the range \"B2:E5\"" +msgstr "" + +#. cSa4U +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id401630544066231\n" +"help.text" +msgid "The macro can be implemented in Python as follows:" +msgstr "" + +#. aipfb +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id751630539680102\n" +"help.text" +msgid "Refer to the <link href=\"https://api.libreoffice.org/docs/idl/ref/structcom_1_1sun_1_1star_1_1table_1_1TableBorder2.html\" name=\"BorderLineStyle_link\">TableBorder2 Struct Reference</link> in the LibreOffice API documentation to learn more about its attributes." +msgstr "" + #. YLjtF #: control_properties.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/sbasic/python.po b/source/cs/helpcontent2/source/text/sbasic/python.po index 45f7765ddd0..f03ef667f3c 100644 --- a/source/cs/helpcontent2/source/text/sbasic/python.po +++ b/source/cs/helpcontent2/source/text/sbasic/python.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-11 17:08+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-05-07 05:37+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/cs/>\n" @@ -493,14 +493,14 @@ msgctxt "" msgid "Refer to <literal>msgbox.py</literal> in <literal>{installation}/program/</literal> directory for Python dynamic dialog examples." msgstr "Příklady dynamických dialogových oken v Pythonu obsahuje soubor <literal>msgbox.py</literal> v adresáři <literal>{instalace}/program/</literal>." -#. r6FEK +#. zNyQB #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "tit\n" "help.text" -msgid "Python : Monitoring Document Events" -msgstr "Python: Sledování událostí v dokumentu" +msgid "Monitoring Document Events" +msgstr "" #. GyBAT #: python_document_events.xhp @@ -511,14 +511,59 @@ msgctxt "" msgid "<bookmark_value>Basic;Monitoring Document Events</bookmark_value> <bookmark_value>Python;Monitoring Document Events</bookmark_value> <bookmark_value>Access2Base;Console</bookmark_value> <bookmark_value>Access2Base;Trace</bookmark_value> <bookmark_value>API;document.DocumentEvent: Monitoring Document Event</bookmark_value> <bookmark_value>API;document.XDocumentEventBroadcaster: Monitoring Document Event</bookmark_value> <bookmark_value>API;document.XDocumentEventListener: Monitoring Document Event</bookmark_value> <bookmark_value>API;lang.EventObject: Monitoring Document Event</bookmark_value>" msgstr "" -#. gsCNB +#. D6i78 #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0527\n" "help.text" -msgid "<variable id=\"pythonmonitor\"><link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitoring Document Events\">Monitoring Document Events</link></variable>" -msgstr "<variable id=\"pythonmonitor\"><link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Sledování událostí v dokumentu\">Sledování událostí v dokumentu</link></variable>" +msgid "<variable id=\"pythonmonitor\"><link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitoring Document Events\">Listening to Document Events</link></variable>" +msgstr "" + +#. 9kSGW +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id641630582314861\n" +"help.text" +msgid "Listening to document events can help in the following situations:" +msgstr "" + +#. NEQoZ +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id431630582396327\n" +"help.text" +msgid "Identify a new document at opening time, as opposed to existing ones, and perform a dedicated setup." +msgstr "" + +#. Tror9 +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id461630582396782\n" +"help.text" +msgid "Control the processing of document save, document copy, print or mailmerge requests." +msgstr "" + +#. xrRHB +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id631630582394790\n" +"help.text" +msgid "Recalculate table of contents, indexes or table entries of a Writer document when document is going to be closed" +msgstr "" + +#. fCNvj +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id601630582398998\n" +"help.text" +msgid "Import math Python packages before opening a Calc document. Release these packages when the document closes." +msgstr "" #. bXprs #: python_document_events.xhp @@ -529,14 +574,14 @@ msgctxt "" msgid "Next to <link href=\"text/sbasic/shared/01040000.xhp\" name=\"assigning macros to events\">assigning macros to events</link>, one can monitor events raised by %PRODUCTNAME documents. Application Programming Interface (API) broadcasters are responsible for calling event scripts. Unlike listeners that require to define all supported methods, even if unused, document monitors require only two methods next to hooked event scripts." msgstr "Kromě <link href=\"text/sbasic/shared/01040000.xhp\" name=\"přiřazování maker k událostem\">přiřazování maker k událostem</link> je možné události vyvolané dokumenty %PRODUCTNAME sledovat. Za volání skriptů pro události jsou zodpovědné broadcastery z rozhraní pro programování aplikací (API). Na rozdíl od posluchačů, u nichž je nutné definovat všechny podporované metody (i nepoužité), funkce pro sledování dokumentu vyžadují kromě skriptů pro událost, ke které se vztahují, pouze dvě metody." -#. HztRG +#. 6j5Bu #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0529\n" "help.text" -msgid "Listening to Document Events" -msgstr "Naslouchání událostem v dokumentu" +msgid "Monitoring Document Events" +msgstr "" #. SZGH4 #: python_document_events.xhp @@ -862,32 +907,32 @@ msgctxt "" msgid "<bookmark_value>API;GlobalScope.BasicLibraries</bookmark_value> <bookmark_value>Tools;Strings</bookmark_value>" msgstr "" -#. 3JWfM +#. D5Lsi #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0650\n" "help.text" -msgid "The <literal>Onload</literal> script is assigned to <emph>Open document</emph> event using <menuitem>Tools - Customize</menuitem> menu <menuitem>Events</menuitem> tab. Events monitoring starts from the moment a <literal>ConsoleLogger</literal> object is instantiated and ultimately stops when Basic engine releases it. <literal>OnLoad</literal> event loads necessary Basic libraries, while caught events are reported using <literal>Access2Base.Trace</literal> module." +msgid "Using <menuitem>Tools - Customize</menuitem> menu <menuitem>Events</menuitem> tab, the <menuitem>Open document</menuitem> event fires a <literal>ConsoleLogger</literal> initialisation. <literal>_documentEventOccured</literal> routine - set by <literal>ConsoleLogger</literal> - serves as a unique entry point to trap all document events." msgstr "" -#. TAiMF +#. gGpkW #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" -"N0651\n" +"hd_id421630510141729\n" "help.text" -msgid "REM controller.Events module" -msgstr "REM modul controller.Events" +msgid "controller.Events module" +msgstr "" -#. kYy8A +#. rJX92 #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" -"N0653\n" +"bas_id431630567378062\n" "help.text" -msgid "Private _obj As Object ' controller.ConsoleLogger instance" -msgstr "Private _obj As Object ' instance objektu controller.ConsoleLogger" +msgid "Global _obj As Object ' controller.ConsoleLogger instance" +msgstr "" #. PfRq6 #: python_document_events.xhp @@ -898,14 +943,32 @@ msgctxt "" msgid "Sub OnLoad(evt As com.sun.star.document.DocumentEvent) ' >> Open Document <<" msgstr "Sub OnLoad(evt As com.sun.star.document.DocumentEvent) ' \"Otevřít dokument\"" -#. BEVFV +#. p8RfU +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"bas_id371630509596674\n" +"help.text" +msgid "''' ConsoleLogger unique entry point '''" +msgstr "" + +#. upGWH +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"hd_id721630511986813\n" +"help.text" +msgid "controller.ConsoleLogger class module" +msgstr "" + +#. AN8tn #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" -"N0659\n" +"par_id901630509435225\n" "help.text" -msgid "REM controller.ConsoleLogger class module" -msgstr "REM modul třídy controller.ConsoleLogger" +msgid "Events monitoring starts from the moment a <literal>ConsoleLogger</literal> object is instantiated and ultimately stops upon document closure. <literal>StartAdapter</literal> routine loads necessary Basic libraries, while caught events are reported using <literal>Access2Base.Trace</literal> module." +msgstr "" #. 2jXHB #: python_document_events.xhp @@ -916,14 +979,14 @@ msgctxt "" msgid "' ADAPTER design pattern object to be instantiated in the \"Open Document\" event" msgstr "' objekt návrhového vzoru adaptér, který se inicializuje v události \"Otevřít dokument\"" -#. 9ZNpG +#. ueeGx #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" -"N0668\n" +"N0666\n" "help.text" -msgid "' CONSTRUCTOR/DESTRUCTOR" -msgstr "' konstruktor/destruktor" +msgid "Private Const UI_NOPROMPT = False ' Set it to True to visualise documents events" +msgstr "" #. EQG8C #: python_document_events.xhp @@ -934,6 +997,24 @@ msgctxt "" msgid "' MEMBERS" msgstr "' členové" +#. r5AkD +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"bas_id131630510956418\n" +"help.text" +msgid "Private _txtMsg As String ' text message to log in console" +msgstr "" + +#. JaEhY +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"N0677\n" +"help.text" +msgid "' PROPERTIES" +msgstr "" + #. aGuEg #: python_document_events.xhp msgctxt "" @@ -970,14 +1051,23 @@ msgctxt "" msgid "''' Initialize document events logging '''" msgstr "''' Inicializuje zápis událostí v dokumentu do protokolu '''" -#. A5RuU +#. EERdL #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" -"N0706\n" +"bas_id211630511166427\n" "help.text" -msgid "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Document events are being logged\", _" -msgstr "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Události v dokumentu se zapisují do protokolu\", _" +msgid "If IsMissing(evt) Then _txtMsg = \"\" Else _txtMsg = evt.EventName & \"-\"" +msgstr "" + +#. hxzE4 +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"N0705\n" +"help.text" +msgid "Access2Base.Trace.TraceLog(\"INFO\", _txtMsg & \"Document events are being logged\", UI_PROMPT)" +msgstr "" #. NkHa4 #: python_document_events.xhp @@ -988,14 +1078,32 @@ msgctxt "" msgid "''' Terminate document events logging '''" msgstr "''' Ukončí zápis událostí v dokumentu do protokolu '''" -#. np2xy +#. JEve4 #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0717\n" "help.text" -msgid "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Document events have been logged\", _" -msgstr "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Události v dokumentu byly zapsány do protokolu\", _" +msgid "Access2Base.Trace.TraceLog(\"INFO\", _txtMsg & \"Document events have been logged\", UI_PROMPT)" +msgstr "" + +#. GAD2E +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"N0719\n" +"help.text" +msgid "Access2Base.Trace.TraceConsole() ' Captured events dialog" +msgstr "" + +#. X8Kdh +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"N0722\n" +"help.text" +msgid "' EVENTS" +msgstr "" #. uVpJf #: python_document_events.xhp diff --git a/source/cs/helpcontent2/source/text/sbasic/shared.po b/source/cs/helpcontent2/source/text/sbasic/shared.po index 4d35de4c14e..73d94cd9c51 100644 --- a/source/cs/helpcontent2/source/text/sbasic/shared.po +++ b/source/cs/helpcontent2/source/text/sbasic/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-04-24 07:37+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/cs/>\n" @@ -646,13 +646,13 @@ msgctxt "" msgid "This method is only available for <emph>Python</emph> scripts." msgstr "" -#. FMxTn +#. DmRoP #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id81621427048241\n" "help.text" -msgid "This method requires the installation of the <link href=\"https://extensions.libreoffice.org/en/extensions/show/apso-alternative-script-organizer-for-python\" name=\"APSO Link\">APSO (Alternative Script Organizer for Python)</link> extension. If it is not installed, an error will occur." +msgid "This method requires the installation of the <link href=\"https://extensions.libreoffice.org/en/extensions/show/apso-alternative-script-organizer-for-python\" name=\"APSO Link\">APSO (Alternative Script Organizer for Python)</link> extension. In turn APSO requires the presence of %PRODUCTNAME Python scripting framework. If APSO or Python are missing, an error occurs." msgstr "" #. yJwvF @@ -16567,14 +16567,14 @@ msgctxt "" msgid "<bookmark_value>Timer function</bookmark_value>" msgstr "<bookmark_value>Timer</bookmark_value>" -#. s4Cso +#. 2AGeD #: 03030303.xhp msgctxt "" "03030303.xhp\n" "hd_id3149346\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function\">Timer Function</link>" -msgstr "<link href=\"text/sbasic/shared/03030303.xhp\" name=\"Funkce Timer\">Funkce Timer</link>" +msgid "<variable id=\"Timer_H1\"><link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function\">Timer Function</link></variable>" +msgstr "" #. AKDaG #: 03030303.xhp @@ -16594,24 +16594,6 @@ msgctxt "" msgid "You must first declare a variable to call the Timer function and assign it the \"Long \" data type, otherwise a Date value is returned." msgstr "Nejprve musíte deklarovat proměnnou a přiřadit jí datový typ \"Long\", jinak bude vrácena hodnota typu Date." -#. 7esAc -#: 03030303.xhp -msgctxt "" -"03030303.xhp\n" -"hd_id3153768\n" -"help.text" -msgid "Syntax:" -msgstr "Syntaxe:" - -#. AjxQM -#: 03030303.xhp -msgctxt "" -"03030303.xhp\n" -"hd_id3146975\n" -"help.text" -msgid "Return value:" -msgstr "Návratová hodnota:" - #. zgXp6 #: 03030303.xhp msgctxt "" @@ -16621,50 +16603,32 @@ msgctxt "" msgid "Date" msgstr "Datum" -#. p966o -#: 03030303.xhp -msgctxt "" -"03030303.xhp\n" -"hd_id3156442\n" -"help.text" -msgid "Example:" -msgstr "Příklad:" - -#. nf9Nk +#. ppCoJ #: 03030303.xhp msgctxt "" "03030303.xhp\n" "par_id3145748\n" "help.text" -msgid "MsgBox lSec,0,\"Seconds since midnight\"" -msgstr "MsgBox lSec,0,\"Počet sekund od půlnoci\"" +msgid "MsgBox lSec, 0, \"Seconds since midnight\"" +msgstr "" -#. 7hHWi +#. E5DAZ #: 03030303.xhp msgctxt "" "03030303.xhp\n" "par_id3156283\n" "help.text" -msgid "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2) ,0,\"The time is\"" -msgstr "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2) ,0,\"Právě je\"" +msgid "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2), 0, \"The time is\"" +msgstr "" -#. QLp7F +#. CWMJG #: 03030303.xhp msgctxt "" "03030303.xhp\n" "par_id491610993401822\n" "help.text" -msgid "The <literal>Timer</literal> function measures time in seconds. To measure time in milliseconds use the <link href=\"text/sbasic/shared/03/sf_timer.xhp\" name=\"ScriptForge.Timer service\"><literal>Timer</literal> service</link>." -msgstr "Funkce <literal>Timer</literal> měří čas v sekundách. Pro měření času v milisekundách použijte <link href=\"text/sbasic/shared/03/sf_timer.xhp\" name=\"Služba ScriptForge.Timer\">službu <literal>Timer</literal></link>." - -#. fsCiJ -#: 03030303.xhp -msgctxt "" -"03030303.xhp\n" -"par_id531610970649205\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/03/sf_timer.xhp#TimerService\"/>" -msgstr "<embedvar href=\"text/sbasic/shared/03/sf_timer.xhp#TimerService\"/>" +msgid "The <literal>Timer</literal> function measures time in seconds. To measure time in milliseconds use the <embedvar href=\"text/sbasic/shared/03/sf_timer.xhp#TimerService\"/>." +msgstr "" #. ATnCy #: 03040000.xhp @@ -17035,6 +16999,42 @@ msgctxt "" msgid "VT - Vertical tab" msgstr "VT - vertikální tabulátor" +#. 8kxFA +#: 03040000.xhp +msgctxt "" +"03040000.xhp\n" +"bm_id391624288823741\n" +"help.text" +msgid "<bookmark_value>VBA Variable Type Named Constants</bookmark_value>" +msgstr "" + +#. EuAqS +#: 03040000.xhp +msgctxt "" +"03040000.xhp\n" +"hd_id941624288567829\n" +"help.text" +msgid "VBA Variable Type Named Constants" +msgstr "" + +#. AzBpy +#: 03040000.xhp +msgctxt "" +"03040000.xhp\n" +"par_id31624288363725\n" +"help.text" +msgid "Named constant" +msgstr "" + +#. SrPWN +#: 03040000.xhp +msgctxt "" +"03040000.xhp\n" +"par_id951624288363725\n" +"help.text" +msgid "Decimal value" +msgstr "" + #. LMbQP #: 03050000.xhp msgctxt "" @@ -28663,14 +28663,14 @@ msgctxt "" msgid "TypeName Function; VarType Function" msgstr "Funkce TypeName a VarType" -#. MZBfd +#. 5Bz7E #: 03103600.xhp msgctxt "" "03103600.xhp\n" "bm_id3143267\n" "help.text" -msgid "<bookmark_value>TypeName function</bookmark_value> <bookmark_value>VarType function</bookmark_value>" -msgstr "<bookmark_value>TypeName</bookmark_value><bookmark_value>VarType</bookmark_value>" +msgid "<bookmark_value>TypeName function</bookmark_value><bookmark_value>VarType function</bookmark_value><bookmark_value>Basic Variable Type constants</bookmark_value>" +msgstr "" #. QYE2E #: 03103600.xhp @@ -28690,15 +28690,6 @@ msgctxt "" msgid "Returns a string (TypeName) or a numeric value (VarType) that contains information for a variable." msgstr "Vrátí řetězec (TypeName) nebo číselnou hodnotu (VarType) obsahující informace o proměnné." -#. JGJq2 -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"hd_id3153825\n" -"help.text" -msgid "Syntax:" -msgstr "Syntaxe:" - #. EkgRM #: 03103600.xhp msgctxt "" @@ -28708,15 +28699,6 @@ msgctxt "" msgid "TypeName (Variable) / VarType (Variable)" msgstr "TypeName (Proměnná) / VarType (Proměnná)" -#. Ax4Qv -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"hd_id3145610\n" -"help.text" -msgid "Return value:" -msgstr "Návratová hodnota:" - #. gaAwa #: 03103600.xhp msgctxt "" @@ -28726,15 +28708,6 @@ msgctxt "" msgid "String; Integer" msgstr "String; Integer" -#. M8Nj4 -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"hd_id3146795\n" -"help.text" -msgid "Parameters:" -msgstr "Parametry:" - #. CmbDF #: 03103600.xhp msgctxt "" @@ -28744,14 +28717,14 @@ msgctxt "" msgid "<emph>Variable:</emph> The variable that you want to determine the type of. You can use the following values:" msgstr "<emph>Proměnná:</emph> Proměnná, jejíž typ chcete určit. Možné je použít následující hodnoty:" -#. RbH5s +#. oxuiK #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3145171\n" "help.text" -msgid "key word" -msgstr "klíčové slovo" +msgid "keyword" +msgstr "" #. EAezL #: 03103600.xhp @@ -28897,15 +28870,6 @@ msgctxt "" msgid "No valid data" msgstr "Žádná platná data" -#. GqyDQ -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"hd_id3149338\n" -"help.text" -msgid "Example:" -msgstr "Příklad:" - #. qxhYF #: 03103600.xhp msgctxt "" @@ -31102,14 +31066,14 @@ msgctxt "" msgid "<bookmark_value>String function</bookmark_value>" msgstr "<bookmark_value>String</bookmark_value>" -#. j82Ba +#. C8tf8 #: 03120202.xhp msgctxt "" "03120202.xhp\n" "hd_id3147291\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function\">String Function</link>" -msgstr "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"Funkce String\">Funkce String</link>" +msgid "<variable id=\"String_h1\"><link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function\">String Function</link></variable>" +msgstr "" #. YVCRg #: 03120202.xhp @@ -32947,14 +32911,14 @@ msgctxt "" msgid "<emph>Compare:</emph> Optional numeric expression that defines the type of comparison. The value of this parameter can be 0 or 1. The default value of 1 specifies a text comparison that is not case-sensitive. The value of 0 specifies a binary comparison that is case-sensitive." msgstr "<emph>Porovnání:</emph> Nepovinný číselný výraz, který určuje druh porovnávání. Hodnota tohoto parametru může být 0 nebo 1. Výchozí hodnota 1 určuje, že při porovnání textu nezávisí na velikosti znaků. Hodnota 0 určuje binární porovnávání, kdy závisí na velikosti znaků." -#. pbB6M +#. mZhFi #: 03120401.xhp msgctxt "" "03120401.xhp\n" "par_id3153361\n" "help.text" -msgid "To avoid a run-time error, do not set the Compare parameter if the first return parameter is omitted." -msgstr "Chcete-li se vyhnout chybám, nenastavujte parametr Porovnat, pokud vynecháte první parametr." +msgid "To avoid a run-time error, do not set the Compare parameter if the first optional parameter is omitted." +msgstr "" #. gRVcn #: 03120401.xhp @@ -34405,14 +34369,14 @@ msgctxt "" msgid "CreateUnoService Function" msgstr "Funkce CreateUnoService" -#. khb7S +#. AmHDS #: 03131600.xhp msgctxt "" "03131600.xhp\n" "bm_id3150682\n" "help.text" -msgid "<bookmark_value>CreateUnoService function</bookmark_value><bookmark_value>API;FilePicker</bookmark_value><bookmark_value>API;FunctionAccess</bookmark_value>" -msgstr "<bookmark_value>CreateUnoService</bookmark_value><bookmark_value>API;FilePicker</bookmark_value><bookmark_value>API;FunctionAccess</bookmark_value>" +msgid "<bookmark_value>CreateUnoService function</bookmark_value> <bookmark_value>API;FilePicker</bookmark_value> <bookmark_value>API;SimpleFileAccess</bookmark_value>" +msgstr "" #. aeYuT #: 03131600.xhp @@ -34423,68 +34387,113 @@ msgctxt "" msgid "<variable id=\"createunoserviceh1\"><link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function\">CreateUnoService Function</link></variable>" msgstr "<variable id=\"createunoserviceh1\"><link href=\"text/sbasic/shared/03131600.xhp\" name=\"Funkce CreateUnoService\">Funkce CreateUnoService</link></variable>" -#. rJbLM +#. ztccV #: 03131600.xhp msgctxt "" "03131600.xhp\n" "par_id3152924\n" "help.text" -msgid "Instantiates a Uno service with the ProcessServiceManager." -msgstr "Inicializuje Uno službu s ProcessServiceManager." +msgid "Instantiates a Uno service with the <literal>ProcessServiceManager</literal>." +msgstr "" -#. NjYQ2 +#. WN5N9 #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"par_id3153346\n" +"par_id511629989178074\n" "help.text" -msgid "oService = CreateUnoService( Uno service name )" -msgstr "oService = CreateUnoService( Název služby Uno )" +msgid "<input>oService = CreateUnoService( UNO service name )</input>" +msgstr "" -#. BajPb +#. 5oFHA #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"par_idN1060F\n" +"par_id921629989537850\n" "help.text" -msgid "For a list of available services, go to: <link href=\"https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html\" name=\"api.libreoffice.org com::sun::star Module Reference\">https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html</link>" -msgstr "Seznam dostupných služeb naleznete na adrese: <link href=\"https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html\" name=\"Referenční příručka modulu api.libreoffice.org com::sun::star\">https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html</link>" +msgid "For a list of available services, visit the <link href=\"https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html\" name=\"UNO_Service_Names\">com::sun::star Module</link> reference page." +msgstr "" -#. 9jnBL +#. BSPFS #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"bm_id731561653332192\n" +"par_id891561653344669\n" "help.text" -msgid "<bookmark_value>Calc functions;API Service</bookmark_value>" -msgstr "<bookmark_value>funkce Calcu;služba API</bookmark_value>" +msgid "The example below creates the function <literal>FileExists</literal> that uses the service <literal>com.sun.star.ucb.SimpleFileAccess</literal> to test if a given path is an existing file." +msgstr "" -#. 7YLme +#. CCdzF #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"par_id891561653344669\n" +"bas_id901629989240801\n" "help.text" -msgid "Calling Calc functions in Basic:" -msgstr "Volání funkcí Calcu z Basicu:" +msgid "Function FileExists(sPath as String) as Boolean" +msgstr "" -#. dASYG +#. egz97 #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"par_id741592351349391\n" +"bas_id361629989241073\n" "help.text" -msgid "REM The code below does not work for add-in functions, which have a different calling procedure." -msgstr "REM Následující kód nefunguje pro funkce doplňků, které se volají odlišně." +msgid "Dim svcSFA as Object" +msgstr "" -#. JnBj8 +#. kPKBG #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"par_id31561653863623\n" +"bas_id461629989241289\n" "help.text" -msgid "REM Always use the function English name" -msgstr "REM Vždy používejte anglický název funkce" +msgid "Set svcSFA = CreateUnoService(\"com.sun.star.ucb.SimpleFileAccess\")" +msgstr "" + +#. bTCFr +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"bas_id441629989241521\n" +"help.text" +msgid "Dim bExists as Boolean : bExists = svcSFA.exists(sPath)" +msgstr "" + +#. rn8Gk +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"bas_id651629989241801\n" +"help.text" +msgid "Dim bIsFolder as Boolean : bIsFolder = svcSFA.IsFolder(sPath)" +msgstr "" + +#. 3Es78 +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"bas_id521629989242114\n" +"help.text" +msgid "FileExists = bExists And Not bIsFolder" +msgstr "" + +#. ErPrk +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"bas_id211629989242416\n" +"help.text" +msgid "End Function" +msgstr "" + +#. be6H2 +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"par_id351629989310797\n" +"help.text" +msgid "UNO services have an extensive online documentation in the <link href=\"https://api.libreoffice.org/\" name=\"API_Website\">api.libreoffice.org</link> website. Visit the <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ucb_1_1SimpleFileAccess.html\" name=\"SimpleFileAccess_Page\">SimpleFileAccess Service</link> reference page to learn more about the methods provided by the service used in the example above." +msgstr "" #. U26ti #: 03131600.xhp @@ -34495,14 +34504,14 @@ msgctxt "" msgid "<bookmark_value>filepicker;API service</bookmark_value>" msgstr "<bookmark_value>výběr souboru;služba API</bookmark_value>" -#. HjGD6 +#. WR9Yf #: 03131600.xhp msgctxt "" "03131600.xhp\n" "par_idN10625\n" "help.text" -msgid "The following code uses a service to open a file open dialog:" -msgstr "Následující příklad používá službu k otevření dialogu pro výběr souboru:" +msgid "The following code uses the service <literal>com.sun.star.ui.dialogs.FilePicker</literal> to show a file open dialog:" +msgstr "" #. WENTD #: 03131600.xhp @@ -37465,14 +37474,14 @@ msgctxt "" msgid "<bookmark_value>Input function</bookmark_value>" msgstr "<bookmark_value>Input</bookmark_value>" -#. qsESF +#. 98TG4 #: 03160000.xhp msgctxt "" "03160000.xhp\n" -"hd_id3150499\n" +"hd_id141626276767913\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input Function [VBA]\">Input Function [VBA]</link>" -msgstr "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Funkce Input [VBA]\">Funkce Input [VBA]</link>" +msgid "<variable id=\"Input_h1\"><link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input Function [VBA]\">Input Function [VBA]</link></variable>" +msgstr "" #. FGDak #: 03160000.xhp @@ -37510,15 +37519,6 @@ msgctxt "" msgid "<emph>FileNumber</emph>: Required. Any valid file number." msgstr "<emph>FileNumber</emph>: Vyžadováno. Jakékoliv platné číslo souboru." -#. EfnL6 -#: 03160000.xhp -msgctxt "" -"03160000.xhp\n" -"par_id061420170153186192\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03020202.xhp\">Input# statement</link>" -msgstr "<link href=\"text/sbasic/shared/03020202.xhp\">Příkaz Input#</link>" - #. on87b #: 03170000.xhp msgctxt "" @@ -38932,6 +38932,105 @@ msgctxt "" msgid "Use the <literal>CreateUNOService</literal> function to access the <literal>com.sun.star.sheet.FunctionAccess</literal> service." msgstr "Pro přístup ke službě <literal>com.sun.star.sheet.FunctionAccess</literal> použijte funkci <literal>CreateUNOService</literal>." +#. LFEou +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id751629987917982\n" +"help.text" +msgid "The example below creates a function named <literal>MyVlook</literal> that calls the <literal>VLOOKUP</literal> Calc function over a data array passed as argument and returns the value found by the function." +msgstr "" + +#. NyNyQ +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id271629987890173\n" +"help.text" +msgid "' Always use the function name in English" +msgstr "" + +#. x87Fg +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id241629988142878\n" +"help.text" +msgid "The macro below presents an example of how the <literal>MyVlook</literal> function can be called. If first creates a 5-by-2 data array and then calls the function <literal>MyVlook</literal> and shows the returned value using <literal>MsgBox</literal>." +msgstr "" + +#. XincG +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id331629988249519\n" +"help.text" +msgid "' Creates a 5 by 2 array and fills it with data" +msgstr "" + +#. vGqJS +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id641629988249903\n" +"help.text" +msgid "myData(1, 1) = 1 : myData(1, 2) = \"Strongly disagree\"" +msgstr "" + +#. tFbTR +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id201629988250130\n" +"help.text" +msgid "myData(2, 1) = 3 : myData(2, 2) = \"Disagree\"" +msgstr "" + +#. FtDFM +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id291629988250317\n" +"help.text" +msgid "myData(3, 1) = 5 : myData(3, 2) = \"Undecided\"" +msgstr "" + +#. VAGCD +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id731629988250530\n" +"help.text" +msgid "myData(4, 1) = 7 : myData(4, 2) = \"Agree\"" +msgstr "" + +#. zVfFm +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id641629988250759\n" +"help.text" +msgid "myData(5, 1) = 9 : myData(5, 2) = \"Strongly agree\"" +msgstr "" + +#. bH6aF +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id521629988250997\n" +"help.text" +msgid "' Looks up the data array" +msgstr "" + +#. dbNrF +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id491629988324413\n" +"help.text" +msgid "' Shows the message \"Disagree\"" +msgstr "" + #. V3quU #: calc_functions.xhp msgctxt "" @@ -38977,6 +39076,15 @@ msgctxt "" msgid "MySQRTPI = oService.getSqrtPi(arg)" msgstr "MySQRTPI = oService.getSqrtPi(arg)" +#. PsFhU +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id651629988674793\n" +"help.text" +msgid "The table below presents a list of all Calc Add-In functions and their respective UNO service names." +msgstr "" + #. emGWD #: calc_functions.xhp msgctxt "" @@ -42244,23 +42352,23 @@ msgctxt "" msgid "UNO Objects" msgstr "Objekty UNO" -#. 2XuCg +#. qDEE8 #: uno_objects.xhp msgctxt "" "uno_objects.xhp\n" "bm_id171544787218331\n" "help.text" -msgid "<bookmark_value>programming;UNO objects</bookmark_value> <bookmark_value>UNO objects</bookmark_value> <bookmark_value>UNO functions</bookmark_value>" -msgstr "<bookmark_value>programování;objekty UNO</bookmark_value><bookmark_value>objekty UNO</bookmark_value><bookmark_value>funkce UNO</bookmark_value><bookmark_value>UNO;objekty a funkce</bookmark_value>" +msgid "<bookmark_value>programming;UNO objects</bookmark_value> <bookmark_value>UNO objects</bookmark_value> <bookmark_value>UNO functions</bookmark_value>" +msgstr "" -#. 5vZxD +#. DhRpt #: uno_objects.xhp msgctxt "" "uno_objects.xhp\n" "hd_id3156027\n" "help.text" -msgid "UNO Objects, Functions and Services" -msgstr "Objekty, funkce a služby UNO" +msgid "<variable id=\"UnoObjects_h1\"><link href=\"text/sbasic/shared/uno_objects.xhp\" name=\"UnoObjects_help\">UNO Objects, Functions and Services</link></variable>" +msgstr "" #. 9xsDp #: uno_objects.xhp diff --git a/source/cs/helpcontent2/source/text/sbasic/shared/01.po b/source/cs/helpcontent2/source/text/sbasic/shared/01.po index f8b8f43bbb8..22693bc3213 100644 --- a/source/cs/helpcontent2/source/text/sbasic/shared/01.po +++ b/source/cs/helpcontent2/source/text/sbasic/shared/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2018-11-14 12:22+0100\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2018-11-14 20:02+0000\n" "Last-Translator: raal <raal@post.cz>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ 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: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1542225745.000000\n" +#. arCRB #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Macro" msgstr "Makro" +#. yo43H #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<bookmark_value>macros; Basic IDE</bookmark_value><bookmark_value>Basic IDE; macros</bookmark_value>" msgstr "<bookmark_value>makra; Basic IDE</bookmark_value><bookmark_value>Basic IDE; makra</bookmark_value>" +#. YAAFo #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "Macro" msgstr "Makro" +#. Knnfd #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "<variable id=\"makro\"><ahelp hid=\".uno:ChooseMacro\">Opens the <emph>Macro</emph> dialog, where you can create, edit, organize, and run $[officename] Basic macros.</ahelp></variable>" msgstr "<variable id=\"makro\"><ahelp hid=\".uno:ChooseMacro\">Otevře dialogové okno <emph>Makro</emph>, kde je možné vytvářet, upravovat, organizovat a spouštět makra $[officename] Basic.</ahelp></variable>" +#. YFNsk #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Macro name" msgstr "Název makra" +#. oAFgs #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/macronameedit\">Displays the name of the selected macro. To create or to change the name of a macro, enter a name here.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/macronameedit\">Zobrazuje název vybraného makra. Zadáte-li sem název, vytvoříte tím nový nebo změníte stávající.</ahelp>" +#. bAnLi #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Macro from / Save macro in" msgstr "Makro z / Uložit makro do" +#. VGm8h #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/libraries\">Lists the libraries and the modules where you can open or save your macros. To save a macro with a particular document, open the document, and then open this dialog.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/libraries\">Vypíše knihovny a moduly, ve kterých je možné otevírat a ukládat vaše makra. Pro uložení modulu s konkrétním dokumentem otevřete tento dokument a potom otevřete tento dialog.</ahelp>" +#. DS2rV #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Run / Save" msgstr "Spustit / Uložit" +#. FNpEE #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/ok\">Runs or saves the current macro.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/ok\">Spustí nebo uloží aktuální makro.</ahelp>" +#. q8TCE #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Assign" msgstr "Přiřadit" +#. oo9tG #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/assign\">Opens the Customize dialog, where you can assign the selected macro to a menu command, a toolbar, or an event.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/assign\">Otevře dialog Přizpůsobit, ve kterém je možné přiřadit vybrané makro příkazu v nabídce, klávesové zkratce nebo události.</ahelp>" +#. FPBtn #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Edit" msgstr "Upravit" +#. FRwKP #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/edit\">Starts the $[officename] Basic editor and opens the selected macro for editing.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/edit\">Spustí editor $[officename] Basic a otevře vybrané makro pro úpravy.</ahelp>" +#. RbUsU #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "New/Delete" msgstr "Nový/Odstranit" +#. 3eRrt #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/delete\">Creates a new macro, or deletes the selected macro.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/delete\">Vytvoří nové makro nebo smaže vybrané makro.</ahelp>" +#. XzjjH #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "To create a new macro, select the \"Standard\" module in the <emph>Macro from</emph> list, and then click <emph>New</emph>." msgstr "Pro vytvoření nového makra vyberte modul \"Standard\" v seznamu <emph>Makro z</emph>, a potom klepněte na <emph>Nový</emph>." +#. Bpdkd #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "To delete a macro, select it, and then click <emph>Delete</emph>." msgstr "Pro odstranění makra jej vyberte a klepněte na <emph>Odstranit</emph>." +#. caLtQ #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "Organizer" msgstr "Organizátor" +#. upvjA #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/organize\">Opens the <emph>Macro Organizer</emph> dialog, where you can add, edit, or delete existing macro modules, dialogs, and libraries.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/organize\">Otevře dialog <emph>Organizátor maker</emph>, ve kterém je možné přidávat, upravovat nebo mazat existující moduly maker, dialogy a knihovny.</ahelp>" +#. Ps6dk #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Module/Dialog" msgstr "Modul/Dialog" +#. 98PeZ #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/library\">Lists the existing macros and dialogs.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/library\">Seznam existujících maker a dialogů.</ahelp>" +#. F4DZ9 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "You can drag-and-drop a module or a dialog between libraries." msgstr "Moduly nebo dialogy můžete přetahovat mezi knihovnami pomocí myši." +#. nrET3 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "To copy a dialog or a module, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while you drag-and-drop." msgstr "Pokud chcete dialog nebo modul zkopírovat, podržte při přetahování klávesu <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>." +#. JXD8N #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "Edit" msgstr "Upravit" +#. 2fib2 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/edit\">Opens the selected macro or dialog for editing.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/edit\">Otevře vybrané makro nebo dialog pro editaci.</ahelp>" +#. ZkR28 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "New" msgstr "Nový" +#. vhX73 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newmodule\">Creates a new module.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newmodule\">Vytvoří nový modul.</ahelp>" +#. ztEAp #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newdialog\">Creates a new dialog.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newdialog\">Vytvoří nový dialog.</ahelp>" +#. 3hGbj #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Libraries tab page" msgstr "Karta Knihovny" +#. moZ4B #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newdialog\">Lets you manage the macro libraries.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newdialog\">Umožňuje správu knihoven maker.</ahelp>" +#. KFVdv #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "Location" msgstr "Umístění" +#. 7LWSS #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/location\">Select the location containing the macro libraries that you want to organize.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/location\">Vyberte umístění obsahující knihovny maker, které chcete spravovat.</ahelp>" +#. hCRD2 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "Library" msgstr "Knihovna" +#. rFEdG #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/library\">Lists the macro libraries in the chosen location.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/library\">Vypíše existující knihovny maker pro vybrané umístění.</ahelp>" +#. aB2et #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "Edit" msgstr "Upravit" +#. 9AugT #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/edit\">Opens the $[officename] Basic editor so that you can modify the selected library.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/edit\">Otevře editor $[officename] Basic, kde je možné upravit vybranou knihovnu.</ahelp>" +#. tSCY9 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "Password" msgstr "Heslo" +#. FBAaE #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/password\">Assigns or edits the <link href=\"text/sbasic/shared/01/06130100.xhp\" name=\"password\">password</link> for the selected library. \"Standard\" libraries cannot have a password.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/password\">Přiřadí nebo změní <link href=\"text/sbasic/shared/01/06130100.xhp\" name=\"heslo\">heslo</link> pro vybranou knihovnu. Knihovna \"Standardní\" nemůže mít heslo.</ahelp>" +#. pGEKe #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "New" msgstr "Nový" +#. dwNDg #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/new\">Creates a new library.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/new\">Vytvoří novou knihovnu.</ahelp>" +#. GsfAY #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "Name" msgstr "Název" +#. bfokw #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/newlibdialog/NewLibDialog\">Enter a name for the new module, dialog, or library.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/newlibdialog/NewLibDialog\">Zadejte jméno nového modulu, dialogu nebo knihovny.</ahelp>" +#. wHUF6 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "Append" msgstr "Připojit" +#. fE5qD #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/import\">Locate that $[officename] Basic library that you want to add to the current list, and then click <emph>Open</emph>.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/import\">Vyberte knihovnu $[officename] Basic, kterou chcete přidat do aktuálního seznamu, a klepněte na <emph>Otevřít</emph>.</ahelp>" +#. tBtMd #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "Change Password" msgstr "Změnit heslo" +#. PESmH #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "Change Password" msgstr "Změnit heslo" +#. 3tBDD #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/passwd/PasswordDialog\">Protects the selected library with a password.</ahelp> You can enter a new password, or change the current password." msgstr "<ahelp hid=\"svx/ui/passwd/PasswordDialog\">Chrání vybranou knihovnu heslem.</ahelp> Umožňuje zadat nové heslo nebo stávající heslo změnit." +#. iWG6y #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "Old password" msgstr "Staré heslo" +#. k6nT2 #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "Password" msgstr "Heslo" +#. dfHfJ #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/passwd/oldpassEntry\">Enter the current password for the selected library.</ahelp>" msgstr "<ahelp hid=\"svx/ui/passwd/oldpassEntry\">Zadejte stávající heslo pro vybranou knihovnu.</ahelp>" +#. SNztA #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "New password" msgstr "Nové heslo" +#. HJt2y #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "Password" msgstr "Heslo" +#. ArwCv #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/passwd/newpassEntry\">Enter a new password for the selected library.</ahelp>" msgstr "<ahelp hid=\"svx/ui/passwd/newpassEntry\">Zadejte nové heslo pro vybranou knihovnu.</ahelp>" +#. zVSGA #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "Confirm" msgstr "Potvrdit" +#. bhiTx #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/passwd/confirmpassEntry\">Repeat the new password for the selected library.</ahelp>" msgstr "<ahelp hid=\"svx/ui/passwd/confirmpassEntry\">Zadejte znovu nové heslo pro vybranou knihovnu.</ahelp>" +#. UkFBg #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "Append libraries" msgstr "Přidat knihovny" +#. Su8Ye #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "<bookmark_value>libraries; adding</bookmark_value><bookmark_value>inserting;Basic libraries</bookmark_value>" msgstr "<bookmark_value>knihovny;přidávání</bookmark_value><bookmark_value>vkládání; knihovny Basicu</bookmark_value>" +#. oiuro #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "Append libraries" msgstr "Přidat knihovny" +#. NxEyN #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "Locate that <item type=\"productname\">%PRODUCTNAME</item> Basic library that you want to add to the current list, and then click <emph>Open</emph>." msgstr "Vyberte knihovnu <item type=\"productname\">%PRODUCTNAME</item> Basic, kterou chcete přidat do aktuálního seznamu, a klepněte na <emph>Otevřít</emph>." +#. oHdrZ #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "File name:" msgstr "Název souboru:" +#. F59VP #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/importlibdialog/ImportLibDialog\">Enter a name or the path to the library that you want to append.</ahelp> You can also select a library from the list." msgstr "<ahelp hid=\"modules/BasicIDE/ui/importlibdialog/ImportLibDialog\">Zadejte název nebo cestu knihovny, kterou chcete přidat.</ahelp> Knihovnu je možné také vybrat ze seznamu." +#. E4gQf #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "Options" msgstr "Možnosti" +#. m2569 #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "Insert as reference (read-only)" msgstr "Vložit jako odkaz (pouze pro čtení)" +#. q3kaa #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/importlibdialog/ref\">Adds the selected library as a read-only file. The library is reloaded each time you start <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/importlibdialog/ref\">Přidá vybranou knihovnu pouze pro čtení. Knihovna se znovu načte při každém spuštění <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>" +#. kuDaX #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -544,6 +610,7 @@ msgctxt "" msgid "Replace existing libraries" msgstr "Nahradit stávající knihovny" +#. iBdnG #: 06130500.xhp msgctxt "" "06130500.xhp\n" diff --git a/source/cs/helpcontent2/source/text/sbasic/shared/02.po b/source/cs/helpcontent2/source/text/sbasic/shared/02.po index 24bd107b69b..98e8b200eb3 100644 --- a/source/cs/helpcontent2/source/text/sbasic/shared/02.po +++ b/source/cs/helpcontent2/source/text/sbasic/shared/02.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: 2019-12-17 14:17+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2020-01-25 17:00+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared02/cs/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 3.9.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563452850.000000\n" #. 6Kkin @@ -1033,14 +1033,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:ChooseControls\">Opens the <emph>Toolbox</emph> bar.</ahelp>" msgstr "<ahelp hid=\".uno:ChooseControls\">Otevře lištu <emph>Nástroje</emph>.</ahelp>" -#. cJADH +#. tFTAA #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3147226\n" "help.text" -msgid "<image id=\"img_id3147571\" src=\"cmd/sc_choosecontrols.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147571\">Icon</alt></image>" -msgstr "<image id=\"img_id3147571\" src=\"cmd/sc_choosecontrols.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147571\">Ikonka</alt></image>" +msgid "<image id=\"img_id3147571\" src=\"cmd/lc_choosecontrols.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147571\">Icon Choose Controls</alt></image>" +msgstr "" #. DCFsK #: 20000000.xhp @@ -1078,14 +1078,14 @@ msgctxt "" msgid "Button" msgstr "Tlačítko" -#. ApFSn +#. extEu #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153824\n" "help.text" -msgid "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Icon</alt></image>" -msgstr "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Ikonka</alt></image>" +msgid "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157909\">Icon Button</alt></image>" +msgstr "" #. pGofA #: 20000000.xhp @@ -1114,14 +1114,14 @@ msgctxt "" msgid "Image Control" msgstr "Ovládací pole obrázku" -#. iwZZH +#. GUAtq #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3154138\n" "help.text" -msgid "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144760\">Icon</alt></image>" -msgstr "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144760\">Ikonka</alt></image>" +msgid "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3144760\">Icon Image Control</alt></image>" +msgstr "" #. VFc83 #: 20000000.xhp @@ -1141,14 +1141,14 @@ msgctxt "" msgid "Check Box" msgstr "Zaškrtávací políčko" -#. jLYsw +#. mDDYe #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3155131\n" "help.text" -msgid "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150439\">Icon</alt></image>" -msgstr "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150439\">Ikonka</alt></image>" +msgid "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150439\">Icon Check Box</alt></image>" +msgstr "" #. QWB7B #: 20000000.xhp @@ -1168,14 +1168,14 @@ msgctxt "" msgid "Option Button" msgstr "Tlačítko volby" -#. 4PEup +#. KRCpo #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3155856\n" "help.text" -msgid "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146921\">Icon</alt></image>" -msgstr "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146921\">Ikonka</alt></image>" +msgid "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146921\">Icon Option Button</alt></image>" +msgstr "" #. FWkY8 #: 20000000.xhp @@ -1195,14 +1195,14 @@ msgctxt "" msgid "Label Field" msgstr "Popisek" -#. LwW4F +#. DQafE #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3149300\n" "help.text" -msgid "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3153415\">Icon</alt></image>" -msgstr "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3153415\">Ikona</alt></image>" +msgid "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153415\">Icon Label Field</alt></image>" +msgstr "" #. XA4Aw #: 20000000.xhp @@ -1222,14 +1222,14 @@ msgctxt "" msgid "Text Box" msgstr "Textové pole" -#. dfUPJ +#. DDKUC #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153766\n" "help.text" -msgid "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3148996\">Icon</alt></image>" -msgstr "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3148996\">Ikona</alt></image>" +msgid "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148996\">Icon Text Box</alt></image>" +msgstr "" #. ruGZ2 #: 20000000.xhp @@ -1249,14 +1249,14 @@ msgctxt "" msgid "List Box" msgstr "Seznam" -#. w5Mw5 +#. LdHYT #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3155959\n" "help.text" -msgid "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163808\">Icon</alt></image>" -msgstr "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163808\">Ikonka</alt></image>" +msgid "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163808\">Icon List Box</alt></image>" +msgstr "" #. CZ7M5 #: 20000000.xhp @@ -1276,14 +1276,14 @@ msgctxt "" msgid "Combo Box" msgstr "Pole se seznamem" -#. QsBiA +#. YgGoR #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3148418\n" "help.text" -msgid "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153200\">Icon</alt></image>" -msgstr "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153200\">Ikonka</alt></image>" +msgid "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153200\">Icon Combo Box</alt></image>" +msgstr "" #. Vdn74 #: 20000000.xhp @@ -1303,14 +1303,14 @@ msgctxt "" msgid "Horizontal Scrollbar" msgstr "Vodorovný posuvník" -#. vjpAs +#. AeTvn #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153781\n" "help.text" -msgid "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149530\">Icon</alt></image>" -msgstr "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149530\">Ikonka</alt></image>" +msgid "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149530\">Icon Horizontal Scrollbar</alt></image>" +msgstr "" #. Vbp2o #: 20000000.xhp @@ -1330,14 +1330,14 @@ msgctxt "" msgid "Vertical Scrollbar" msgstr "Svislý posuvník" -#. dXpxZ +#. 2eBnb #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3150515\n" "help.text" -msgid "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150203\">Icon</alt></image>" -msgstr "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150203\">Ikonka</alt></image>" +msgid "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150203\">Icon Vertical Scrollbar</alt></image>" +msgstr "" #. NmKDo #: 20000000.xhp @@ -1357,14 +1357,14 @@ msgctxt "" msgid "Group Box" msgstr "Seskupení" -#. GZiCH +#. UCcgq #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3151184\n" "help.text" -msgid "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151335\">Icon</alt></image>" -msgstr "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151335\">Ikonka</alt></image>" +msgid "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151335\">Icon Group Box</alt></image>" +msgstr "" #. aMgsB #: 20000000.xhp @@ -1393,14 +1393,14 @@ msgctxt "" msgid "Progress Bar" msgstr "Ukazatel průběhu" -#. 3WCpk +#. SDEqL #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3159093\n" "help.text" -msgid "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150318\">Icon</alt></image>" -msgstr "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150318\">Ikonka</alt></image>" +msgid "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150318\">Icon Progress Bar</alt></image>" +msgstr "" #. AUUic #: 20000000.xhp @@ -1420,14 +1420,14 @@ msgctxt "" msgid "Horizontal Line" msgstr "Vodorovná čára" -#. SdtNG +#. M4v9f #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3150888\n" "help.text" -msgid "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"0.2201inch\" height=\"0.2201inch\"><alt id=\"alt_id3152872\">Icon</alt></image>" -msgstr "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"0.2201inch\" height=\"0.2201inch\"><alt id=\"alt_id3152872\">Ikonka</alt></image>" +msgid "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152872\">Icon Horizontal Line</alt></image>" +msgstr "" #. rVrjy #: 20000000.xhp @@ -1447,14 +1447,14 @@ msgctxt "" msgid "Vertical Line" msgstr "Svislá čára" -#. qbWE3 +#. mXCzj #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3154913\n" "help.text" -msgid "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">Icon</alt></image>" -msgstr "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">Ikonka</alt></image>" +msgid "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153249\">Icon Vertical Line</alt></image>" +msgstr "" #. aQQuM #: 20000000.xhp @@ -1474,14 +1474,14 @@ msgctxt "" msgid "Date Field" msgstr "Pole pro datum" -#. LfULF +#. ea37C #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3148901\n" "help.text" -msgid "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151010\">Icon</alt></image>" -msgstr "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151010\">Ikonka</alt></image>" +msgid "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151010\">Icon Date Field</alt></image>" +msgstr "" #. VU2nc #: 20000000.xhp @@ -1510,14 +1510,14 @@ msgctxt "" msgid "Time Field" msgstr "Pole pro čas" -#. iuUUy +#. 7tb5m #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3154338\n" "help.text" -msgid "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">Icon</alt></image>" -msgstr "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">Ikonka</alt></image>" +msgid "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147077\">Icon Time Field</alt></image>" +msgstr "" #. 6fSyF #: 20000000.xhp @@ -1537,14 +1537,14 @@ msgctxt "" msgid "Numeric Field" msgstr "Číselné pole" -#. EvwcB +#. GeNcT #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3146107\n" "help.text" -msgid "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3147499\">Icon</alt></image>" -msgstr "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3147499\">Ikonka</alt></image>" +msgid "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147499\">Icon Numeric Field</alt></image>" +msgstr "" #. hMT5t #: 20000000.xhp @@ -1564,14 +1564,14 @@ msgctxt "" msgid "Currency Field" msgstr "Měnové pole" -#. XZarE +#. FEqFW #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153958\n" "help.text" -msgid "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150435\">Icon</alt></image>" -msgstr "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150435\">Ikonka</alt></image>" +msgid "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150435\">Icon Currency Field</alt></image>" +msgstr "" #. BeFRH #: 20000000.xhp @@ -1591,14 +1591,14 @@ msgctxt "" msgid "Formatted Field" msgstr "Formátované pole" -#. EF6Gs +#. B3cDo #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153162\n" "help.text" -msgid "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Icon</alt></image>" -msgstr "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Ikonka</alt></image>" +msgid "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152807\">Icon Formatted Field</alt></image>" +msgstr "" #. QAd5c #: 20000000.xhp @@ -1618,14 +1618,14 @@ msgctxt "" msgid "Pattern Field" msgstr "Pole vzorku" -#. ioBYv +#. t7s46 #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3150379\n" "help.text" -msgid "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150032\">Icon</alt></image>" -msgstr "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150032\">Ikonka</alt></image>" +msgid "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150032\">Icon Pattern Field</alt></image>" +msgstr "" #. AJhaK #: 20000000.xhp @@ -1645,14 +1645,14 @@ msgctxt "" msgid "File Selection" msgstr "Výběr souboru" -#. EHVkw +#. WaVBA #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3149194\n" "help.text" -msgid "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">Icon</alt></image>" -msgstr "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">Ikonka</alt></image>" +msgid "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149101\">Icon File Selection</alt></image>" +msgstr "" #. 9GHDa #: 20000000.xhp @@ -1672,14 +1672,14 @@ msgctxt "" msgid "Select" msgstr "Vybrat" -#. kz5Vk +#. 3tedQ #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3154903\n" "help.text" -msgid "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150653\">Icon</alt></image>" -msgstr "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150653\">Ikonka</alt></image>" +msgid "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150653\">Icon Select</alt></image>" +msgstr "" #. hAcNy #: 20000000.xhp @@ -1699,14 +1699,14 @@ msgctxt "" msgid "Properties" msgstr "Vlastnosti" -#. Yb2pD +#. uGYVs #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3148725\n" "help.text" -msgid "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146874\">Icon</alt></image>" -msgstr "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146874\">Ikonka</alt></image>" +msgid "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146874\">Icon Properties</alt></image>" +msgstr "" #. pjygv #: 20000000.xhp @@ -1726,14 +1726,14 @@ msgctxt "" msgid "Activate Test Mode" msgstr "Zapnout testovací režim" -#. dYhm7 +#. zHJyC #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3147417\n" "help.text" -msgid "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">Icon</alt></image>" -msgstr "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">Ikonka</alt></image>" +msgid "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148883\">Icon Activate Test Mode</alt></image>" +msgstr "" #. 9gCL9 #: 20000000.xhp @@ -1753,14 +1753,14 @@ msgctxt "" msgid "Manage Language" msgstr "Spravovat jazyky" -#. GshVT +#. BPnzG #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id2320017\n" "help.text" -msgid "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2856837\">Manage Language icon</alt></image>" -msgstr "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2856837\">Ikona Spravovat jazyky</alt></image>" +msgid "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2856837\">Manage Language icon</alt></image>" +msgstr "" #. adqA5 #: 20000000.xhp @@ -1780,14 +1780,14 @@ msgctxt "" msgid "Tree Control" msgstr "Strom" -#. vkwC5 +#. tiKw8 #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id7511520\n" "help.text" -msgid "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Manage Language icon</alt></image>" -msgstr "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Ikona Spravovat jazyky</alt></image>" +msgid "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id285634\">Icon Tree Control</alt></image>" +msgstr "" #. xFjgC #: 20000000.xhp @@ -1807,14 +1807,14 @@ msgctxt "" msgid "Table Control" msgstr "Ovládací prvek tabulky" -#. B9AyQ +#. 4bdNw #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id7511524\n" "help.text" -msgid "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Table control icon</alt></image>" -msgstr "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Ikona Ovládací prvek tabulky</alt></image>" +msgid "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2867837\">Table control icon</alt></image>" +msgstr "" #. XzXwf #: 20000000.xhp @@ -1834,14 +1834,14 @@ msgctxt "" msgid "Hyperlink Control" msgstr "Ovládací prvek Hypertextový odkaz" -#. 2UPZL +#. CY98t #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id7511525\n" "help.text" -msgid "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Insert hyperlink control icon</alt></image>" -msgstr "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Ikona ovládacího prvku vložit Hypertextový odkaz</alt></image>" +msgid "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2896837\">Insert hyperlink control icon</alt></image>" +msgstr "" #. C2Gjm #: 20000000.xhp diff --git a/source/cs/helpcontent2/source/text/sbasic/shared/03.po b/source/cs/helpcontent2/source/text/sbasic/shared/03.po index 8b84da2cbae..8ebda15acb8 100644 --- a/source/cs/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/cs/helpcontent2/source/text/sbasic/shared/03.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-07-01 17:53+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-04 12:59+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/cs/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564160910.000000\n" #. ViEWM @@ -61,6 +61,24 @@ msgctxt "" msgid "This property is not available in Python." msgstr "Tato vlastnost není k dispozici v jazyce Python." +#. J3r7B +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id291613654389793\n" +"help.text" +msgid "This method is available from %PRODUCTNAME 7.3 onwards." +msgstr "" + +#. ajeAa +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id201613654593537\n" +"help.text" +msgid "This property is available from %PRODUCTNAME 7.3 onwards." +msgstr "" + #. 7KtXf #: avail_release.xhp msgctxt "" @@ -1106,22 +1124,22 @@ msgctxt "" msgid "The following code snippets show the various ways to call methods in the <literal>Array</literal> service (the <literal>Append</literal> method is used as an example):" msgstr "" -#. qfbfm +#. PZxWC #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id571609956486468\n" "help.text" -msgid "The <literal>CreateScriptService</literal> method is only available after you have loaded the <literal>ScriptForge</literal> library." +msgid "Because Python has built-in list and tuple support, most of the methods in the <literal>Array</literal> service are available for Basic scripts only. The only exception is <literal>ImportFromCSVFile</literal> which is supported in both Basic and Python." msgstr "" -#. yDQWY +#. SFTcE #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id651606319520519\n" "help.text" -msgid "Methods" +msgid "List of Methods in the Array Service" msgstr "" #. qDYGe @@ -1142,22 +1160,22 @@ msgctxt "" msgid "Appends the items listed as arguments to the end of the input array." msgstr "" -#. EGFyc +#. 2keb6 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id471582548992953\n" "help.text" -msgid "<emph>Array_1D</emph> : the pre-existing array, may be empty." +msgid "<emph>array_1d</emph>: The pre-existing array, may be empty." msgstr "" -#. FfdqS +#. WaggZ #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id531582548992953\n" "help.text" -msgid "<emph>arg0, ...</emph> : a list of items to append to Array_1D." +msgid "<emph>arg0, arg1, ...</emph>: Items that will be appended to <literal>array_1d</literal>." msgstr "" #. SkBjv @@ -1169,22 +1187,22 @@ msgctxt "" msgid "Appends a new column to the right side of a two dimensional array. The resulting array has the same lower bounds as the initial two dimensional array." msgstr "" -#. iGG8W +#. dCSCb #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id461582549679175\n" "help.text" -msgid "<emph>Array_2D</emph> : the pre-existing array, may be empty. If that array has only one dimension, it is considered as the first column of the resulting two-dimensional array." +msgid "<emph>array_2d</emph>: The pre-existing array, may be empty. If that array has only one dimension, it is considered as the first column of the resulting two-dimensional array." msgstr "" -#. sBuFx +#. NLrB4 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id991582549679175\n" "help.text" -msgid "<emph>New_Column</emph> : a 1-dimensional array with as many items as there are rows in <literal>Array_2D</literal>." +msgid "<emph>column</emph>: A 1-dimensional array with as many items as there are rows in <literal>array_2d</literal>." msgstr "" #. KDB9L @@ -1196,22 +1214,22 @@ msgctxt "" msgid "Append to the bottom of a two dimension array a new row. The resulting array has the same lower bounds as the initial two dimension array." msgstr "" -#. uKD5Q +#. HEpVM #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id631582551461984\n" "help.text" -msgid "<emph>Array_2D</emph> : the pre-existing array, may be empty. If that array has 1 dimension, it is considered as the first row of the resulting 2 dimension array." +msgid "<emph>array_2d</emph>: The pre-existing array, may be empty. If that array has 1 dimension, it is considered as the first row of the resulting 2 dimension array." msgstr "" -#. ZmnBs +#. SZZEA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id101582551483685\n" "help.text" -msgid "<emph>Row</emph> : a 1D array with as many items as there are columns in Array_2D." +msgid "<emph>row</emph>: A 1-dimensional array with as many items as there are columns in <literal>array_2d</literal>." msgstr "" #. aM65P @@ -1223,40 +1241,40 @@ msgctxt "" msgid "Check if a one dimension array contains a certain number, text or date. Text comparison can be case-sensitive or not. <br/>Sorted input arrays must be filled homogeneously, meaning all items must be scalars of the same type (<literal>Empty</literal> and <literal>Null</literal> items are forbidden). <br/>The result of the method is unpredictable when the array is announced as sorted and is in reality not. <br/>A binary search is done when the array is sorted, otherwise, it is simply scanned from top to bottom and <literal>Empty</literal> and <literal>Null</literal> items are ignored." msgstr "" -#. ho7Rr +#. CuUGw #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id451582552517871\n" "help.text" -msgid "<emph>Array_1D</emph> : the array to scan." +msgid "<emph>array_1d</emph>: The array to scan." msgstr "" -#. ADj73 +#. WZiqW #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id221582552517872\n" "help.text" -msgid "<emph>ToFind</emph> : a number, a date or a string to find." +msgid "<emph>tofind</emph>: A number, a date or a string to find." msgstr "" -#. 3iQDC +#. jFfok #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id981582552517872\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." msgstr "" -#. NBAGy +#. 5ARWv #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id641582553128490\n" "help.text" -msgid "<emph>SortOrder</emph> : \"ASC\", \"DESC\" or \"\" (= not sorted, default)" +msgid "<emph>sortorder</emph>: It can be either \"ASC\", \"DESC\" or \"\" (not sorted). The default value is \"\"." msgstr "" #. HVqG3 @@ -1268,31 +1286,121 @@ msgctxt "" msgid "Store the content of a 2-columns array into a <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">ScriptForge.Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second." msgstr "" -#. CMssn +#. AdhMA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id561582557214489\n" "help.text" -msgid "<emph>Array_1D</emph> : the first column must contain exclusively strings with a length > 0, in any order." +msgid "<emph>array_2d</emph>: Data to be converted into a <literal>ScriptForge.Dictionary</literal> object." +msgstr "" + +#. 9B9aE +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id781626977460310\n" +"help.text" +msgid "The first column must contain exclusively strings with a length greater than zero, in any order. These values will be used as labels in the dictionary." +msgstr "" + +#. GYEkD +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id511626977461127\n" +"help.text" +msgid "The second column contains the data that will be associated to the corresponding label in the dictionary." +msgstr "" + +#. fyDBX +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"hd_id991627154151529\n" +"help.text" +msgid "Copy" +msgstr "" + +#. bGXKd +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id571627154604275\n" +"help.text" +msgid "Creates a copy of a 1D or 2D array." +msgstr "" + +#. EYuiH +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id191627155816815\n" +"help.text" +msgid "<emph>array_nd</emph>: The 1D or 2D array to be copied." +msgstr "" + +#. 76Guf +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id451627155478940\n" +"help.text" +msgid "A simple assignment of an <literal>Array</literal> object will copy its reference instead of creating a copy of the object's contents. See the example below:" +msgstr "" + +#. B2KZj +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"bas_id801627155939671\n" +"help.text" +msgid "' The assignment below is made by reference" +msgstr "" + +#. SoKPK +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"bas_id291627156013810\n" +"help.text" +msgid "' Hence changing values in \"b\" will also change \"a\"" +msgstr "" + +#. 6NbNZ +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id701627155874259\n" +"help.text" +msgid "By using the <literal>Copy</literal> method, a copy of the whole <literal>Array</literal> object is made. In the example below, <literal>a</literal> and <literal>b</literal> are different objects and changing values in <literal>b</literal> will not affect values in <literal>a</literal>." +msgstr "" + +#. UycBx +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"bas_id141627156152196\n" +"help.text" +msgid "' Creates a copy of \"a\" using the \"Copy\" method" msgstr "" -#. fngum +#. bYzRV #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id671582558126025\n" "help.text" -msgid "Count the number of dimensions of an array. The result can be greater than two. <br/>If the argument is not an array, returns -1 <br/>If the array is not initialized, returns 0." +msgid "Count the number of dimensions of an array. The result can be greater than two. <br/>If the argument is not an array, returns -1 <br/>If the array is not initialized, returns 0." msgstr "" -#. tGdVE +#. xbtFE #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id771582558126027\n" "help.text" -msgid "<emph>Array_ND</emph> : the array to examine." +msgid "<emph>array_nd</emph>: The array to examine." msgstr "" #. n2AxD @@ -1304,31 +1412,31 @@ msgctxt "" msgid "Build a set, as a zero-based array, by applying the difference operator on the two input arrays. Resulting items originate from the first array and not from the second. <br/>The resulting array is sorted in ascending order. <br/>Both input arrays must be filled homogeneously, their items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not." msgstr "" -#. NGKHH +#. FTb9n #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id271582558644287\n" "help.text" -msgid "<emph>Array1_1D</emph> : A 1 dimension reference array, whose items are examined for removal." +msgid "<emph>array1_1d</emph>: A 1-dimensional reference array, whose items are examined for removal." msgstr "" -#. gPEJE +#. JXqBK #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id141582558644287\n" "help.text" -msgid "<emph>Array2_1D</emph> : A 1 dimension array, whose items are subtracted from the first input array." +msgid "<emph>array2_1d</emph>: A 1-dimensional array, whose items are subtracted from the first input array." msgstr "" -#. z2QT8 +#. jK4zC #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id291582559651473\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only if the arrays are populated with strings, default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: This argument is only applicable if the arrays are populated with strings (Default = <literal>False</literal>)." msgstr "" #. mzRus @@ -1340,31 +1448,31 @@ msgctxt "" msgid "Write all items of the array sequentially to a text file. If the file exists already, it will be overwritten without warning." msgstr "" -#. igBEo +#. 9mNLT #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id100158617970719\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to export. It must contain only strings." +msgid "<emph>array_1d</emph>: The array to export. It must contain only strings." msgstr "" -#. gXh53 +#. kXJDE #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id101586179707232\n" "help.text" -msgid "<emph>FileName</emph> : the name of the text file containing the data. The name is expressed as given by the current <literal>FileNaming</literal> property of the <literal>SF_FileSystem</literal> service. Default = any (both the URL format and the native operating system format are admitted)." +msgid "<emph>filename</emph>: The name of the text file where the data will be written to. The name must be expressed according to the current <literal>FileNaming</literal> property of the <literal>SF_FileSystem</literal> service." msgstr "" -#. wqGeq +#. fAeZV #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id70158617970791\n" "help.text" -msgid "<emph>Encoding</emph> : The character set that should be used. Use one of the names listed in <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"IANA character sets\">IANA character sets</link>. Note that %PRODUCTNAME may not implement all existing character sets. Default is \"UTF-8\"." +msgid "<emph>encoding</emph>: The character set that should be used. Use one of the names listed in <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"IANA character sets\">IANA character sets</link>. Note that %PRODUCTNAME may not implement all existing character sets (Default is \"UTF-8\")." msgstr "" #. TtHbe @@ -1376,22 +1484,22 @@ msgctxt "" msgid "Extract from a two dimension array a specific column as a new array. <br/>Its lower <literal>LBound</literal> and upper <literal>UBound</literal> boundaries are identical to that of the first dimension of the input array." msgstr "" -#. EnMKp +#. j2CVW #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id301582560281083\n" "help.text" -msgid "<emph>Array_2D</emph> : The array from which to extract." +msgid "<emph>array_2d</emph>: The array from which to extract." msgstr "" -#. z3M4K +#. QDqrA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id421582560281084\n" "help.text" -msgid "<emph>ColumnIndex</emph> : The column number to extract - must be in the interval <literal>[LBound, UBound]</literal>." +msgid "<emph>columnindex</emph>: The column number to extract - must be in the interval <literal>[LBound, UBound]</literal>." msgstr "" #. AJxYE @@ -1421,22 +1529,22 @@ msgctxt "" msgid "Extract from a two dimension array a specific row as a new array. <br/>Its lower <literal>LBound</literal> and upper <literal>UBound</literal> boundaries are identical to that of the second dimension of the input array." msgstr "" -#. BY5S6 +#. VCBJA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id911582561542889\n" "help.text" -msgid "<emph>Array_2D</emph> : The array from which to extract." +msgid "<emph>array_2d</emph>: The array from which to extract." msgstr "" -#. bdCja +#. MjXTV #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id441582561551202\n" "help.text" -msgid "<emph>RowIndex</emph> : The row number to extract - must be in the interval <literal>[LBound, UBound]</literal>." +msgid "<emph>rowindex</emph>: The row number to extract - must be in the interval <literal>[LBound, UBound]</literal>." msgstr "" #. AajEu @@ -1466,13 +1574,13 @@ msgctxt "" msgid "Stack all single items of an array and all items in its subarrays into one new array without subarrays. Empty subarrays are ignored and subarrays with a number of dimensions greater than one are not flattened." msgstr "" -#. j2LdZ +#. CNFGJ #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id431585757822869\n" "help.text" -msgid "<emph>Array_1D</emph> : the pre-existing array, may be empty." +msgid "<emph>array_1d</emph>: The pre-existing array, may be empty." msgstr "" #. DDwn4 @@ -1556,40 +1664,49 @@ msgctxt "" msgid "If a line contains less or more fields than the first line in the file, an exception will be raised. Empty lines however are simply ignored. If the size of the file exceeds the number of items limit (see inside the code), a warning is raised and the array is truncated." msgstr "" -#. zbUFJ +#. zGf5A #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id441585561482121\n" "help.text" -msgid "<emph>FileName</emph> : the name of the text file containing the data. The name is expressed as given by the current <literal>FileNaming</literal> property of the <literal>SF_FileSystem</literal> service. Default = any (both the URL format and the native operating system format are admitted)." +msgid "<emph>filename</emph>: The name of the text file containing the data. The name must be expressed according to the current <literal>FileNaming</literal> property of the <literal>SF_FileSystem</literal> service." msgstr "" -#. eQNz4 +#. SBuiC #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id251585561482929\n" "help.text" -msgid "<emph>Delimiter</emph> : A single character, usually, a comma, a semicolon or a TAB character. Default = <literal>\",\"</literal>." +msgid "<emph>delimiter</emph>: A single character, usually, a comma, a semicolon or a TAB character (Default = \",\")." msgstr "" -#. xZgEn +#. Ehoz6 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id631585563491559\n" "help.text" -msgid "<emph>DateFormat</emph> : A special mechanism handles dates when <literal>DateFormat</literal> is either \"YYYY-MM-DD\", \"DD-MM-YYYY\" or \"MM-DD-YYYY\". The dash (-) may be replaced by a dot (.), a slash (/) or a space. Other date formats will be ignored. Dates defaulting to \"\" are considered as normal text." +msgid "<emph>dateformat</emph>: A special mechanism handles dates when <literal>dateformat</literal> is either \"YYYY-MM-DD\", \"DD-MM-YYYY\" or \"MM-DD-YYYY\". The dash (-) may be replaced by a dot (.), a slash (/) or a space. Other date formats will be ignored. Dates defaulting to an empty string \"\" are considered as normal text." msgstr "" -#. MVUwS +#. oj4Th #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id61585564516409\n" "help.text" -msgid "Given this CSV file:" +msgid "Consider the CSV file \"myFile.csv\" with the following contents:" +msgstr "" + +#. xNCNA +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id181626979812772\n" +"help.text" +msgid "The examples below in Basic and Python read the contents of the CSV file into an <literal>Array</literal> object." msgstr "" #. xCx7D @@ -1601,40 +1718,40 @@ msgctxt "" msgid "Look in a one dimension array for a number, a string or a date. Text comparison can be case-sensitive or not. <br/>If the array is sorted it must be filled homogeneously, which means that all items must be scalars of the same type (<literal>Empty</literal> and <literal>Null</literal> items are forbidden). <br/>The result of the method is unpredictable when the array is announced as sorted and actually is not. <br/>A binary search is performed on sorted arrays. Otherwise, arrays are simply scanned from top to bottom and <literal>Empty</literal> and <literal>Null</literal> items are ignored. <br/> <br/>The method returns <literal>LBound(input array) - 1</literal> if the search was not successful." msgstr "" -#. mg7DA +#. Bm5Um #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id315825627687760\n" "help.text" -msgid "<emph>Array_1D</emph> : the array to scan." +msgid "<emph>array_1d</emph>: The array to scan." msgstr "" -#. 4CuFE +#. B5FFj #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id511582562775516\n" "help.text" -msgid "<emph>ToFind</emph> : a number, a date or a string to find." +msgid "<emph>tofind</emph>: A number, a date or a string to find." msgstr "" -#. 4YGrJ +#. i4XQT #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id311582562787187\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." msgstr "" -#. KHzrp +#. gd5ZZ #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id421582562794501\n" "help.text" -msgid "<emph>SortOrder</emph> : <literal>\"ASC\"</literal>, <literal>\"DESC\"</literal> or <literal>\"\"</literal> (= not sorted, default)" +msgid "<emph>sortorder</emph>: It can be either \"ASC\", \"DESC\" or \"\" (not sorted). The default value is \"\"." msgstr "" #. AWJHj @@ -1646,76 +1763,76 @@ msgctxt "" msgid "Insert before a given index of the input array the items listed as arguments. <br/>Arguments are inserted blindly. Each of them might be either a scalar of any type or a subarray." msgstr "" -#. 32Nui +#. FwHz6 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id251582626951111\n" "help.text" -msgid "<emph>Array_1D</emph> : the pre-existing array, may be empty." +msgid "<emph>array_1d</emph>: The pre-existing array, may be empty." msgstr "" -#. BYjmR +#. zEACt #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id361582626951111\n" "help.text" -msgid "<emph>Before</emph> : the index before which to insert; must be in the interval <literal>[LBound, UBound + 1]</literal>." +msgid "<emph>before</emph>: The index before which to insert; must be in the interval <literal>[LBound, UBound + 1]</literal>." msgstr "" -#. uEZky +#. iYFC5 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id41582626951111\n" "help.text" -msgid "<emph>arg0, ...</emph> : a list of items to insert inside <literal>Array_1D</literal>." +msgid "<emph>arg0, arg1, ...</emph>: Items that will be inserted into <literal>array_1d</literal>." msgstr "" -#. RLTGT +#. rA4FE #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id441582627664147\n" "help.text" -msgid "Insert in a sorted array a new item on its place. <br/>The array must be filled homogeneously, meaning that all items must be scalars of the same type. <br/><literal>Empty</literal> and <literal>Null</literal> items are forbidden." +msgid "Inserts into a sorted array a new item on its place. <br/>The array must be filled homogeneously, meaning that all items must be scalars of the same type. <br/><literal>Empty</literal> and <literal>Null</literal> items are forbidden." msgstr "" -#. 7q2JZ +#. jBpdF #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id121582627664147\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to sort." +msgid "<emph>array_1d</emph>: The array into which the value will be inserted." msgstr "" -#. GygFp +#. 36fZG #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id315826276641480\n" "help.text" -msgid "<emph>Item</emph> : The scalar value to insert, of the same type as the existing array items." +msgid "<emph>item</emph>: The scalar value to insert, of the same type as the existing array items." msgstr "" -#. LFGs8 +#. dHYTn #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id415826279771170\n" "help.text" -msgid "<emph>SortOrder</emph> : <literal>\"ASC\"</literal> (default) or <literal>\"DESC\"</literal>." +msgid "<emph>sortorder</emph>: It can be either \"ASC\" (default) or \"DESC\"." msgstr "" -#. CwMCp +#. TJanG #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id701582627970037\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." msgstr "" #. t9UFn @@ -1727,31 +1844,31 @@ msgctxt "" msgid "Build a set, as a zero-based array, by applying the intersection set operator on the two input arrays. Resulting items are contained in both arrays. <br/>The resulting array is sorted in ascending order. <br/>Both input arrays must be filled homogeneously, in other words all items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not." msgstr "" -#. NxFNB +#. vCyDN #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id881582629216169\n" "help.text" -msgid "<emph>Array1_1D</emph> : The first input array." +msgid "<emph>array1_1d</emph>: The first input array." msgstr "" -#. UPgfZ +#. NhXEb #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id191582629223038\n" "help.text" -msgid "<emph>Array2_1D</emph> : The second input array." +msgid "<emph>array2_1d</emph>: The second input array." msgstr "" -#. xHAQT +#. Dx32U #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id71582629230275\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Applies to arrays populated with text items, default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Applies to arrays populated with text items (Default = <literal>False</literal>)." msgstr "" #. cirZm @@ -1763,40 +1880,40 @@ msgctxt "" msgid "Join a two-dimensional array with two delimiters, one for the columns, one for the rows." msgstr "" -#. 6Cm9k +#. 8xwfF #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id821583064481534\n" "help.text" -msgid "<emph>Array_2D</emph> : Each item must be either text, a number, a date or a boolean. <br/>Dates are transformed into the YYYY-MM-DD hh:mm:ss format. <br/>Invalid items are replaced by a zero-length string." +msgid "<emph>array_2d</emph>: Each item must be either text, a number, a date or a boolean. <br/>Dates are transformed into the YYYY-MM-DD hh:mm:ss format. <br/>Invalid items are replaced by a zero-length string." msgstr "" -#. QxLvV +#. TiqUm #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id171583066989446\n" "help.text" -msgid "<emph>ColumnDelimiter</emph> : Delimits each column (default = Tab/Chr(9))." +msgid "<emph>columndelimiter</emph>: Delimits each column (default = Tab/Chr(9))." msgstr "" -#. f9DAW +#. WG5wm #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id431583067008842\n" "help.text" -msgid "<emph>RowDelimiter</emph>: delimits each row (default = LineFeed/Chr(10))" +msgid "<emph>rowdelimiter</emph>: Delimits each row (default = LineFeed/Chr(10))" msgstr "" -#. bB9bB +#. VrBJV #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id541583067456273\n" "help.text" -msgid "<emph>Quote</emph> : if <literal>True</literal>, protect strings with double quotes. The default is <literal>False</literal>." +msgid "<emph>quote</emph>: If <literal>True</literal>, protect strings with double quotes. The default is <literal>False</literal>." msgstr "" #. CEE7o @@ -1808,22 +1925,22 @@ msgctxt "" msgid "Prepend at the beginning of the input array the items listed as arguments." msgstr "" -#. j5HX9 +#. HSbWh #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id321582630107068\n" "help.text" -msgid "<emph>Array_1D</emph> : the pre-existing array, may be empty." +msgid "<emph>array_1d</emph>: The pre-existing array, may be empty." msgstr "" -#. tMmfH +#. jszVE #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id915826301138550\n" "help.text" -msgid "<emph>arg0, ...</emph> : a list of items to prepend to <literal>Array_1D</literal>." +msgid "<emph>arg0, arg1, ...</emph>: A list of items to prepend to <literal>array_1d</literal>." msgstr "" #. BokfB @@ -1835,22 +1952,22 @@ msgctxt "" msgid "Prepend to the left side of a two dimension array a new column. The resulting array has the same lower boundaries as the initial two dimension array." msgstr "" -#. iBZMy +#. iBqEm #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id621582643223545\n" "help.text" -msgid "<emph>Array_2D</emph> : the pre-existing array, may be empty. If that array has 1 dimension, it is considered as the last column of the resulting 2 dimension array." +msgid "<emph>array_2d</emph>: The pre-existing array, may be empty. If that array has 1 dimension, it is considered as the last column of the resulting 2 dimension array." msgstr "" -#. pferZ +#. aKJwC #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id381582643223870\n" "help.text" -msgid "<emph>Column</emph> : a 1 dimension array with as many items as there are rows in <literal>Array_2D</literal>." +msgid "<emph>column</emph>: A 1-dimensional array with as many items as there are rows in <literal>array_2d</literal>." msgstr "" #. xAruD @@ -1862,22 +1979,22 @@ msgctxt "" msgid "Prepend at the beginning of a two dimension array a new row. The resulting array has the same lower boundaries as the initial two dimension array." msgstr "" -#. gN2hG +#. nBfC8 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id991582643611645\n" "help.text" -msgid "<emph>Array_2D</emph> : the pre-existing array, may be empty. If that array has 1 dimension, it is considered as the last row of the resulting 2 dimension array." +msgid "<emph>array_2d</emph>: The pre-existing array, may be empty. If that array has 1 dimension, it is considered as the last row of the resulting 2 dimension array." msgstr "" -#. mZ2uk +#. SBF4d #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id321582643611415\n" "help.text" -msgid "<emph>Row</emph> : a 1 dimension array containing as many items as there are rows in <literal>Array_2D</literal>." +msgid "<emph>row</emph>: A 1-dimensional array containing as many items as there are rows in <literal>array_2d</literal>." msgstr "" #. WmxAd @@ -1889,31 +2006,31 @@ msgctxt "" msgid "Initialize a new zero-based array with numeric values." msgstr "" -#. ArYNC +#. EVXVL #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id591582648204013\n" "help.text" -msgid "<emph>From</emph> : value of the first item." +msgid "<emph>from</emph>: Value of the first item." msgstr "" -#. DFUaf +#. ciMBJ #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id31582648204013\n" "help.text" -msgid "<emph>UpTo</emph> : The last item should not exceed <literal>UpTo</literal>." +msgid "<emph>upto</emph>: The last item should not exceed <literal>UpTo</literal>." msgstr "" -#. AJLMR +#. 2QZtd #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id581582648204014\n" "help.text" -msgid "<emph>ByStep</emph> : The difference between two successive items (default = 1)." +msgid "<emph>bystep</emph>: The difference between two successive items (Default = 1)." msgstr "" #. SbVGG @@ -1925,76 +2042,76 @@ msgctxt "" msgid "Return the reversed one dimension input array." msgstr "" -#. zvyHb +#. dG6d8 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id31582648806765\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to reverse." +msgid "<emph>array_1d</emph>: The array to reverse." msgstr "" -#. FGBiV +#. tkEUv #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id151582649200088\n" "help.text" -msgid "Return a random permutation of a one dimension array." +msgid "Returns a random permutation of a one-dimensional array." msgstr "" -#. 3NPAi +#. xFwWY #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id11582649200088\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to shuffle." +msgid "<emph>array_1d</emph>: The array to shuffle." msgstr "" -#. ATiL8 +#. BvV5v #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "bas_id611582649200089\n" "help.text" -msgid "' Unpredictable" +msgid "' Array \"a\" is now in random order, f.i. (2, 3, 1, 4)" msgstr "" -#. 9Xgaq +#. GhFBG #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id111586184185502\n" "help.text" -msgid "Return a subset of a one dimension array." +msgid "Returns a subset of a one-dimensional array." msgstr "" -#. QavhQ +#. YeRkh #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id201586184185438\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to slice." +msgid "<emph>array_1d</emph>: The array to slice." msgstr "" -#. hVu6E +#. UzHmT #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id921586184482370\n" "help.text" -msgid "<emph>From</emph> : The lower index in <literal>Array_1D</literal> of the subarray to extract (<literal>From</literal> included)" +msgid "<emph>from</emph>: The lower index in <literal>array_1d</literal> of the subarray to extract (<literal>from</literal> included)" msgstr "" -#. 968pV +#. 326GB #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id211586184471488\n" "help.text" -msgid "<emph>UpTo</emph> : The upper index in <literal>Array_1D</literal> of the subarray to extract (<literal>UpTo</literal> included). Default = upper bound of <literal>Array_1D</literal>. If <literal>UpTo</literal> < <literal>From</literal> then the returned array is empty." +msgid "<emph>upto</emph>: The upper index in <literal>array_1d</literal> of the subarray to extract (<literal>upto</literal> included). The default value is the upper bound of <literal>array_1d</literal>. If <literal>upto</literal> < <literal>from</literal> then the returned array is empty." msgstr "" #. oBwcF @@ -2006,31 +2123,31 @@ msgctxt "" msgid "Sort a one dimension array in ascending or descending order. Text comparisons can be case-sensitive or not. <br/>The array must be filled homogeneously, which means that items must be scalars of the same type. <br/><literal>Empty</literal> and <literal>Null</literal> items are allowed. Conventionally <literal>Empty</literal> < <literal>Null</literal> < any other scalar value." msgstr "" -#. ABuRp +#. eNuB8 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id71158264948346\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to sort." +msgid "<emph>array_1d</emph>: The array to sort." msgstr "" -#. zSoB2 +#. 7S2Bq #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id21582649483175\n" "help.text" -msgid "<emph>SortOrder</emph> : <literal>\"ASC\"</literal> (default) or <literal>\"DESC\"</literal>." +msgid "<emph>sortorder</emph>: It can be either \"ASC\" (default) or \"DESC\"." msgstr "" -#. cYvQY +#. K4GrR #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id301582649483187\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." msgstr "" #. 6CkrZ @@ -2042,40 +2159,40 @@ msgctxt "" msgid "Return a permutation of the columns of a two dimension array, sorted on the values of a given row. <br/>The row must be filled homogeneously, which means that all items must be scalars of the same type. <br/><literal>Empty</literal> and <literal>Null</literal> items are allowed. Conventionally <literal>Empty</literal> < <literal>Null</literal> < any other scalar value." msgstr "" -#. EGBcR +#. ww7Us #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id921582650186869\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to sort." +msgid "<emph>array_2d</emph>: The 2-dimensional array to sort." msgstr "" -#. cBvze +#. GdFxm #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id311582650186221\n" "help.text" -msgid "<emph>RowIndex</emph> : The index of the row to sort the columns on." +msgid "<emph>rowindex</emph>: The index of the row that will be used as reference to sort the columns." msgstr "" -#. hJKGY +#. toBNF #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id34158265018698\n" "help.text" -msgid "<emph>SortOrder</emph> : <literal>\"ASC\"</literal> (default) or <literal>\"DESC\"</literal>." +msgid "<emph>sortorder</emph>: It can be either \"ASC\" (default) or \"DESC\"." msgstr "" -#. UdJPV +#. BFduL #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id91158265018699\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." msgstr "" #. 7GkBx @@ -2087,58 +2204,58 @@ msgctxt "" msgid "Return a permutation of the rows of a two dimension array, sorted on the values of a given column. <br/>The column must be filled homogeneously, therefore all items must be scalars of the same type. <br/><literal>Empty</literal> and <literal>Null</literal> items are allowed. Conventionally <literal>Empty</literal> < <literal>Null</literal> < any other scalar value." msgstr "" -#. MCFqq +#. durL8 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id621582650954370\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to sort." +msgid "<emph>array_2d</emph>: The array to sort." msgstr "" -#. FeVrv +#. HZqQi #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id361582650954796\n" "help.text" -msgid "<emph>RowIndex</emph> : The index of the column to sort the rows on." +msgid "<emph>columnindex</emph>: The index of the column that will be used as reference to sort the rows." msgstr "" -#. rxXiT +#. 7TDWy #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id471582650954416\n" "help.text" -msgid "<emph>SortOrder</emph> : <literal>\"ASC\"</literal> (default) or <literal>\"DESC\"</literal>." +msgid "<emph>sortorder</emph>: It can be either \"ASC\" (default) or \"DESC\"." msgstr "" -#. u4SYA +#. 9YDzi #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id111582650954690\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." msgstr "" -#. R8mAZ +#. skzGA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id611582651575637\n" "help.text" -msgid "Swap rows and columns in a two dimension array." +msgid "Swaps rows and columns in a two-dimensional array." msgstr "" -#. bAzjH +#. gcbVN #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id61582651575188\n" "help.text" -msgid "<emph>Array_2D</emph> : The array to transpose." +msgid "<emph>array_2d</emph>: The 2-dimensional array to transpose." msgstr "" #. dwAVQ @@ -2150,49 +2267,49 @@ msgctxt "" msgid "Remove from a one dimension array all <literal>Null</literal>, <literal>Empty</literal> and zero-length entries. <br/>String items are trimmed with %PRODUCTNAME Basic <literal>Trim()</literal> function." msgstr "" -#. pgrAD +#. L8FQg #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id111582652996147\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to scan." +msgid "<emph>array_1d</emph>: The array to trim." msgstr "" -#. W6HBB +#. bjHF2 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id461582653148663\n" "help.text" -msgid "Build a set, as a zero-based array, by applying the union operator on the two input arrays. Resulting items originate from both arrays. <br/>The resulting array is sorted in ascending order. <br/>Both input arrays must be filled homogeneously, their items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not." +msgid "Build a set, as a zero-based array, by applying the union operator on the two input arrays. Resulting items originate from any of both arrays. <br/>The resulting array is sorted in ascending order. <br/>Both input arrays must be filled homogeneously, their items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not." msgstr "" -#. ZSpA9 +#. oHeQj #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id4715826531488\n" "help.text" -msgid "<emph>Array1_1D</emph> : The first input array." +msgid "<emph>array1_1d</emph>: The first input array." msgstr "" -#. bD9nv +#. GJuXQ #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id51158265314898\n" "help.text" -msgid "<emph>Array2_1D</emph> : The second input array." +msgid "<emph>array2_1d</emph>: The second input array." msgstr "" -#. k5Xve +#. HNhsz #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id821582653148126\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only if the arrays are populated with strings, default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Applicable only if the arrays are populated with strings (Default = <literal>False</literal>)." msgstr "" #. CGMRq @@ -2204,22 +2321,22 @@ msgctxt "" msgid "Build a set of unique values derived from the input array. <br/>The input array must be filled homogeneously, its items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not." msgstr "" -#. g5SkL +#. bcFGM #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id521582653464553\n" "help.text" -msgid "<emph>Array_1D</emph> : The input array." +msgid "<emph>array_1d</emph>: The input array." msgstr "" -#. V4F4E +#. MYeE2 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id41158265346441\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only if the array is populated with texts, default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Applicable only if the array is populated with strings (Default = <literal>False</literal>)." msgstr "" #. GAXAU @@ -2366,6 +2483,33 @@ msgctxt "" msgid "List of Methods in the Base Service" msgstr "" +#. TvfQt +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id801916099743199\n" +"help.text" +msgid "Closes the given form document. Returns <literal>True</literal> if closure is successful." +msgstr "" + +#. HFyny +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id941619079997810\n" +"help.text" +msgid "<emph>formDocument:</emph> The name of the <literal>FormDocument</literal> to be closed, as a case-sensitive string." +msgstr "" + +#. aLKLw +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id351619100723505\n" +"help.text" +msgid "If form documents are organized in folders, it is necessary to include the folder name to specify the form document to be opened, as illustrated in the following examples:" +msgstr "" + #. ZQnqj #: sf_base.xhp msgctxt "" @@ -2564,15 +2708,6 @@ msgctxt "" msgid "Most form documents are stored in the root of the Base document and they can be opened simply using their names, as in the example below:" msgstr "" -#. pv3RA -#: sf_base.xhp -msgctxt "" -"sf_base.xhp\n" -"bas_id461619100283210\n" -"help.text" -msgid "oDoc.OpenFormDocument(\"myFormDocument\")" -msgstr "" - #. ACLqQ #: sf_base.xhp msgctxt "" @@ -2582,15 +2717,6 @@ msgctxt "" msgid "If form documents are organized in folders, it becomes necessary to include the folder name to specify the form document to be opened, as illustrated in the following example:" msgstr "" -#. mLgzR -#: sf_base.xhp -msgctxt "" -"sf_base.xhp\n" -"bas_id461619100283712\n" -"help.text" -msgid "oDoc.OpenFormDocument(\"myFolder/myFormDocument\")" -msgstr "" - #. 3RzkD #: sf_basic.xhp msgctxt "" @@ -2708,15 +2834,6 @@ msgctxt "" msgid "Description" msgstr "" -#. W8eh6 -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id541619003984227\n" -"help.text" -msgid "MB_OK, MB_OKCANCEL, MB_RETRYCANCEL, MB_YESNO, MB_YESNOCANCEL" -msgstr "" - #. KuiAD #: sf_basic.xhp msgctxt "" @@ -2726,15 +2843,6 @@ msgctxt "" msgid "Yes" msgstr "" -#. TkYXL -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id111619004011627\n" -"help.text" -msgid "integer" -msgstr "" - #. 7DG4F #: sf_basic.xhp msgctxt "" @@ -2744,15 +2852,6 @@ msgctxt "" msgid "Values: 0, 1, 5, 4, 3" msgstr "" -#. oASRR -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id161619003998035\n" -"help.text" -msgid "MB_ICONEXCLAMATION, MB_ICONINFORMATION, MB_ICONQUESTION, MB_ICONSTOP" -msgstr "" - #. 8ie8B #: sf_basic.xhp msgctxt "" @@ -2762,15 +2861,6 @@ msgctxt "" msgid "Yes" msgstr "" -#. GNqXc -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id981619004098700\n" -"help.text" -msgid "integer" -msgstr "" - #. DQkGQ #: sf_basic.xhp msgctxt "" @@ -2780,15 +2870,6 @@ msgctxt "" msgid "Values: 48, 64, 32, 16<br/>" msgstr "" -#. RBdBG -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id831618922991909\n" -"help.text" -msgid "MB_ABORTRETRYIGNORE, MB_DEFBUTTON1, MB_DEFBUTTON2, MB_DEFBUTTON3" -msgstr "" - #. mCpye #: sf_basic.xhp msgctxt "" @@ -2798,15 +2879,6 @@ msgctxt "" msgid "Yes" msgstr "" -#. CrG3W -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id161618922991910\n" -"help.text" -msgid "integer" -msgstr "" - #. h3hZE #: sf_basic.xhp msgctxt "" @@ -2816,15 +2888,6 @@ msgctxt "" msgid "Values: 2, 128, 256, 512" msgstr "" -#. F3DMG -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id471618924470655\n" -"help.text" -msgid "IDABORT, IDCANCEL, IDIGNORE, IDNO, IDOK, IDRETRY, IDYES" -msgstr "" - #. kLst4 #: sf_basic.xhp msgctxt "" @@ -2834,15 +2897,6 @@ msgctxt "" msgid "Yes" msgstr "" -#. XKzky -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id571618924505303\n" -"help.text" -msgid "integer" -msgstr "" - #. Tmtc2 #: sf_basic.xhp msgctxt "" @@ -2852,15 +2906,6 @@ msgctxt "" msgid "Values: 3, 2, 5, 7, 1, 4, 6<br/>Constants indicating <literal>MsgBox</literal> selected button." msgstr "" -#. fHLnu -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id421619006246768\n" -"help.text" -msgid "StarDesktop" -msgstr "" - #. BDtqm #: sf_basic.xhp msgctxt "" @@ -3032,13 +3077,13 @@ msgctxt "" msgid "Instantiates a UNO service with the <literal>ProcessServiceManager</literal>." msgstr "" -#. 7BvYk +#. SF7gE #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id361589200121646\n" "help.text" -msgid "<emph>servicename</emph> : A fully qualified service name such as \"com.sun.star.ui.dialogs.FilePicker\" or 'com.sun.star.sheet.FunctionAccess'." +msgid "<emph>servicename</emph>: A fully qualified service name such as <literal>com.sun.star.ui.dialogs.FilePicker</literal> or <literal>com.sun.star.sheet.FunctionAccess</literal>." msgstr "" #. rZoCx @@ -3068,22 +3113,22 @@ msgctxt "" msgid "<emph>number</emph>: A numerical expression specifying how often the <literal>interval</literal> value will be added when positive or subtracted when negative." msgstr "" -#. 4C2B6 +#. CCveG #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id811618561843272\n" "help.text" -msgid "<emph>date</emph>: A given datetime.datetime value, the <literal>interval</literal> value will be added number times to this date/time value." +msgid "<emph>date</emph>: A given <literal>datetime.datetime</literal> value, the <literal>interval</literal> value will be added <literal>number</literal> times to this <literal>datetime.datetime</literal> value." msgstr "" -#. ppBnh +#. Zcf9q #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id181618561778320\n" "help.text" -msgid "A datetime.datetime value." +msgid "A <literal>datetime.datetime</literal> value." msgstr "" #. HAVdW @@ -3095,22 +3140,22 @@ msgctxt "" msgid "Returns the number of date or time intervals between two given date/time values." msgstr "" -#. 2HBSe +#. 68XgA #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id481618563770490\n" "help.text" -msgid "<emph>interval</emph>: A string expression specifying the date interval, as detailed in above <literal>DateAdd</literal> method." +msgid "<emph>interval</emph>: A string expression specifying the date interval, as detailed in above <literal>DateAdd</literal> method." msgstr "" -#. ZAKJ9 +#. DQFt3 #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id121618563772932\n" "help.text" -msgid "<emph>date1</emph>, <emph>date2</emph>: The two datetime.datetime values to be compared." +msgid "<emph>date1</emph>, <emph>date2</emph>: The two <literal>datetime.datetime</literal> values to be compared." msgstr "" #. ZR7AD @@ -3122,22 +3167,22 @@ msgctxt "" msgid "A number." msgstr "" -#. KPEWi +#. K4Lp7 #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id81589202925519\n" "help.text" -msgid "The DatePart function returns a specified part of a date." +msgid "The <literal>DatePart</literal> function returns a specified part of a date." msgstr "" -#. ens2Q +#. vCQGJ #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id761618672192231\n" "help.text" -msgid "<emph>interval</emph>: A string expression specifying the date interval, as detailed in above <literal>DateAdd</literal> method." +msgid "<emph>interval</emph>: A string expression specifying the date interval, as detailed in above <literal>DateAdd</literal> method." msgstr "" #. KuDhD @@ -3284,42 +3329,6 @@ msgctxt "" msgid "Returns the number of system ticks provided by the operating system. You can use this function to optimize certain processes. Use this method to estimate time in milliseconds:" msgstr "" -#. CEtsQ -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"pyc_id251619448108905\n" -"help.text" -msgid "ticks_ini = svc.GetSystemTicks()" -msgstr "" - -#. SG6mf -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"pyc_id181619448111210\n" -"help.text" -msgid "time.sleep(1)" -msgstr "" - -#. MZXnC -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"pyc_id301619448111744\n" -"help.text" -msgid "ticks_end = svc.GetSystemTicks()" -msgstr "" - -#. dSmH3 -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"pyc_id651619448112320\n" -"help.text" -msgid "svc.MsgBox(\"{} - {} = {}\".format(ticks_end, ticks_ini,ticks_end - ticks_ini))" -msgstr "" - #. t3ADN #: sf_basic.xhp msgctxt "" @@ -3401,15 +3410,6 @@ msgctxt "" msgid "<bookmark_value>Basic service;InputBox</bookmark_value>" msgstr "" -#. 7GPZv -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id21619008398677\n" -"help.text" -msgid "string" -msgstr "" - #. qRtw5 #: sf_basic.xhp msgctxt "" @@ -3419,13 +3419,13 @@ msgctxt "" msgid "txt = s.InputBox('Please enter a phrase:', \"Dear user\")" msgstr "" -#. UgiDk +#. B2mnv #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "pyc_id261619081319555\n" "help.text" -msgid "s.MsgBox(txt, MB_ICONINFORMATION, \"Confirmation of phrase\")" +msgid "s.MsgBox(txt, s.MB_ICONINFORMATION, \"Confirmation of phrase\")" msgstr "" #. 42vSm @@ -3500,24 +3500,6 @@ msgctxt "" msgid "Returns an integer color value consisting of red, green, and blue components." msgstr "" -#. vPBAA -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id201619096429785\n" -"help.text" -msgid "<input>svc.RGB(red:int, green: int, blue: int): int</input>" -msgstr "" - -#. AAeE4 -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id381619096830033\n" -"help.text" -msgid "integer" -msgstr "" - #. SDu3C #: sf_basic.xhp msgctxt "" @@ -3599,13 +3581,13 @@ msgctxt "" msgid "Inspect Uno objects or variables." msgstr "" -#. 2A4om +#. CDCQx #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id21619094660345\n" "help.text" -msgid "<emph>obj</emph>: A variable or Uno object." +msgid "<emph>obj</emph>: A variable or UNO object." msgstr "" #. fMbAm @@ -3635,22 +3617,22 @@ msgctxt "" msgid "<variable id=\"CalcService\"><link href=\"text/sbasic/shared/03/sf_calc.xhp\" name=\"Calc service\"><literal>SFDocuments</literal>.<literal>Calc</literal> service</link></variable>" msgstr "" -#. DGXCA +#. EkFAT #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id381589189355849\n" "help.text" -msgid "The <literal>SFDocuments</literal> library provides a number of methods and properties to facilitate the management and handling of %PRODUCTNAME Calc documents." +msgid "The <literal>SFDocuments</literal> shared library provides a number of methods and properties to facilitate the management and handling of %PRODUCTNAME documents." msgstr "" -#. m4FFE +#. r34Cu #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id351591014177269\n" "help.text" -msgid "Some methods are generic for all types of documents and are inherited from the <literal>Document</literal> service, whereas other methods are specific for the <literal>SF_Calc</literal> module." +msgid "Some methods are generic for all types of documents and are inherited from the <literal>SF_Document</literal> module, whereas other methods that are specific for Calc documents are defined in the <literal>SF_Calc</literal> module." msgstr "" #. kTVJM @@ -4868,15 +4850,6 @@ msgctxt "" msgid "Copy from one file to another:" msgstr "" -#. 2fvZe -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"pyc_id761621538667290\n" -"help.text" -msgid "doc.CopyToRange(\"SheetX.A1:F10\", \"SheetY.C5:J5\")" -msgstr "" - #. so8uw #: sf_calc.xhp msgctxt "" @@ -4967,42 +4940,6 @@ msgctxt "" msgid "In the following examples, the first line gets the names of all forms stored in \"Sheet1\" and the second line retrieves the <literal>Form</literal> object of the form named \"Form_A\" which is stored in \"Sheet1\"." msgstr "" -#. G9yMh -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"bas_id191623063399519\n" -"help.text" -msgid "Set FormNames = oDoc.Forms(\"Sheet1\")" -msgstr "" - -#. cFBZw -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"bas_id691623063399711\n" -"help.text" -msgid "Set FormA = oDoc.Forms(\"Sheet1\", \"Form_A\")" -msgstr "" - -#. NY6Wb -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"pyc_id271623063215023\n" -"help.text" -msgid "form_names = doc.Forms(\"Sheet1\")" -msgstr "" - -#. DQsCo -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"pyc_id961623063234990\n" -"help.text" -msgid "form_A = doc.Forms(\"Sheet1\", \"Form_A\")" -msgstr "" - #. y9kCE #: sf_calc.xhp msgctxt "" @@ -5507,15 +5444,6 @@ msgctxt "" msgid "Removes an existing sheet from the document." msgstr "" -#. Gwe7Z -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"par_id991621620588147\n" -"help.text" -msgid "<input>svc.RemoveSheet(sheetname: str): bool</input>" -msgstr "" - #. dVxiA #: sf_calc.xhp msgctxt "" @@ -5993,13 +5921,22 @@ msgctxt "" msgid "Run SQL action statements such as <literal>INSERT</literal>, <literal>UPDATE</literal>, <literal>DELETE</literal>, etc." msgstr "" -#. ABgYk +#. 7CSTo #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id811599407236602\n" "help.text" -msgid "Each instance of the <literal>Database</literal> service represents a single database and gives access to its tables, queries and data. This service does not provide access to forms or reports in the Base document." +msgid "Each instance of the <literal>Database</literal> service represents a single database and gives access to its tables, queries and data." +msgstr "" + +#. JopCB +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"par_id111625692871642\n" +"help.text" +msgid "This service does not provide access to forms or reports in the Base document that contains the database. To access forms in a Base document, refer to the method <link href=\"text/sbasic/shared/03/sf_base.xhp#FormDocuments\" name=\"FormDocuments\"><literal>FormDocuments</literal></link> of the <literal>Base</literal> service." msgstr "" #. Snu6R @@ -6029,13 +5966,13 @@ msgctxt "" msgid "The provided interfaces include simple tables and queries lists, as well as access to database data." msgstr "" -#. N3J98 +#. 644XA #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id891599407280007\n" "help.text" -msgid "To make SQL statements more readable, you can use optional square brackets to enclose tables, queries and fields instead of using other enclosing characters that may be exclusive to certain Relational Database Management Systems (RDBMS)." +msgid "To make SQL statements more readable, you may use square brackets \"[ ]\" to enclose names of tables, queries and fields instead of using other enclosing characters that may be exclusive to certain Relational Database Management Systems (RDBMS). But beware that enclosing characters are mandatory in this context." msgstr "" #. CAFnK @@ -6047,67 +5984,85 @@ msgctxt "" msgid "Service invocation" msgstr "" -#. GBCxf +#. Cr4oo #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id541599408159668\n" "help.text" -msgid "The code snippet below shows how to access any database with the <literal>Database</literal> service." +msgid "To create a instance of the <literal>Database</literal> service you can use the <literal>CreateScriptService</literal> method:" msgstr "" -#. RApNW +#. ArhV5 #: sf_database.xhp msgctxt "" "sf_database.xhp\n" -"bas_id471599408248873\n" +"par_id551625693442959\n" "help.text" -msgid "' ... Run queries, SQL statements, ..." +msgid "In the syntax described above you can use either \"SFDatabases.Database\" or simply \"Database\" as the first argument of the <literal>CreateScriptService</literal> method." msgstr "" -#. f2tV4 +#. S7oNc #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id111615146818256\n" "help.text" -msgid "<emph>FileName</emph>: The name of the Base file. Must be expressed using <literal>SF_FileSystem.FileNaming</literal> notation." +msgid "<emph>filename</emph>: The name of the Base file. Must be expressed using <literal>SF_FileSystem.FileNaming</literal> notation." msgstr "" -#. yg5bv +#. fUxEZ #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id771615146944307\n" "help.text" -msgid "<emph>RegistrationName</emph>: The name of a registered database. If a file name is provided, this argument should not be used." +msgid "<emph>registrationname</emph>: The name of a registered database. If <literal>filename</literal> is provided, this argument should not be used." msgstr "" -#. RM9c6 +#. J2NA3 #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id491615147048748\n" "help.text" -msgid "Conversely, if a <literal>RegistrationName</literal> is specified, the <literal>FileName</literal> parameter should not be defined." +msgid "Conversely, if a <literal>registrationname</literal> is specified, the <literal>filename</literal> parameter should not be defined." msgstr "" -#. Bc97U +#. YQF4D #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id841615147168279\n" "help.text" -msgid "<emph>ReadOnly</emph>: Determines if the database will be opened as readonly (Default = <literal>True</literal>)." +msgid "<emph>readonly</emph>: Determines if the database will be opened as readonly (Default = <literal>True</literal>)." msgstr "" -#. Gn7AF +#. 9FEG5 #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id291615147236001\n" "help.text" -msgid "<emph>User, Password</emph>: Additional connection parameters to the database server." +msgid "<emph>user, password</emph>: Additional connection parameters to the database server." +msgstr "" + +#. ZG5pH +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"bas_id871625698095504\n" +"help.text" +msgid "' Run queries, SQL statements, ..." +msgstr "" + +#. uWJrQ +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id791625698186675\n" +"help.text" +msgid "# Run queries, SQL statements, ..." msgstr "" #. Z2VVg @@ -6119,13 +6074,13 @@ msgctxt "" msgid "Accessing Databases with the UI Service" msgstr "" -#. 6s3Hr +#. 5Kifs #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id901599408410712\n" "help.text" -msgid "It is also possible to access the database associated with a Base document using the <link href=\"text/sbasic/shared/03/sf_ui.xhp\" name=\"UI Service\"><literal>ScriptForge.UI</literal></link> service, as shown in the example below:" +msgid "It is also possible to access the database associated with a Base document using the <link href=\"text/sbasic/shared/03/sf_ui.xhp\" name=\"UI Service\"><literal>ScriptForge.UI</literal></link> service, as shown in the examples below:" msgstr "" #. T6mkQ @@ -6137,13 +6092,76 @@ msgctxt "" msgid "' User and password are supplied below, if needed" msgstr "" -#. 88wGG +#. F43tz #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "bas_id921599408791887\n" "help.text" -msgid "' ... Run queries, SQL statements, ..." +msgid "' Run queries, SQL statements, ..." +msgstr "" + +#. VDFaU +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id881625699438103\n" +"help.text" +msgid "ui = CreateScriptService(\"UI\")" +msgstr "" + +#. EeDew +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id111625699438354\n" +"help.text" +msgid "doc = ui.OpenBaseDocument(\"/home/user/Documents/myDB.odb\")" +msgstr "" + +#. FsCDs +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id731625699527917\n" +"help.text" +msgid "# User and password are supplied below, if needed" +msgstr "" + +#. b8DCF +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id741625699438527\n" +"help.text" +msgid "myDatabase = doc.GetDatabase()" +msgstr "" + +#. BDNDo +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id201625699438702\n" +"help.text" +msgid "# Run queries, SQL statements, ..." +msgstr "" + +#. yL6GV +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id171625699438887\n" +"help.text" +msgid "myDatabase.CloseDatabase()" +msgstr "" + +#. SAyeP +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id231625699570502\n" +"help.text" +msgid "doc.CloseDocument()" msgstr "" #. AVkg5 @@ -6326,31 +6344,31 @@ msgctxt "" msgid "Optionally, a SQL <literal>WHERE</literal> clause can be specified as a filter that will be applied prior to the aggregate function." msgstr "" -#. rKxVP +#. AKqei #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id441596554849949\n" "help.text" -msgid "<emph>Expression</emph>: A SQL expression in which the field names are surrounded with square brackets." +msgid "<emph>expression</emph>: A SQL expression in which the field names are surrounded with square brackets." msgstr "" -#. 3PSmS +#. c2Rzq #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id381596554849698\n" "help.text" -msgid "<emph>TableName</emph>: A table name (without square brackets)." +msgid "<emph>tablename</emph>: A table name (without square brackets)." msgstr "" -#. F4AAZ +#. cjGPp #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id521596554849185\n" "help.text" -msgid "<emph>Criteria</emph>: A <literal>WHERE</literal> clause without the \"WHERE\" keyword, in which field names are surrounded with square brackets." +msgid "<emph>criteria</emph>: A <literal>WHERE</literal> clause without the \"WHERE\" keyword, in which field names are surrounded with square brackets." msgstr "" #. AGBFS @@ -6407,40 +6425,40 @@ msgctxt "" msgid "If the query returns multiple records, only the first one is considered. Use the <literal>OrderClause</literal> parameter to determine how query results are sorted." msgstr "" -#. CNwh2 +#. tNnSe #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id671599488113986\n" "help.text" -msgid "<emph>Expression</emph>: A SQL expression in which the field names are surrounded with square brackets." +msgid "<emph>expression</emph>: A SQL expression in which the field names are surrounded with square brackets." msgstr "" -#. 5DGVh +#. eGbAr #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id441599488113247\n" "help.text" -msgid "<emph>TableName</emph>: A table name (without square brackets)." +msgid "<emph>tablename</emph>: A table name (without square brackets)." msgstr "" -#. jtrX7 +#. F9xaH #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id40159948811316\n" "help.text" -msgid "<emph>Criteria</emph>: A <literal>WHERE</literal> clause without the \"WHERE\" keyword, in which field names are surrounded with square brackets." +msgid "<emph>criteria</emph>: A <literal>WHERE</literal> clause without the \"WHERE\" keyword, in which field names are surrounded with square brackets." msgstr "" -#. X5HJp +#. SusUk #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id71599488689029\n" "help.text" -msgid "<emph>OrderClause</emph>: An <literal>ORDER BY</literal> clause without the \"ORDER BY\" keywords. Field names should be surrounded with square brackets." +msgid "<emph>orderclause</emph>: An <literal>ORDER BY</literal> clause without the \"ORDER BY\" keywords. Field names should be surrounded with square brackets." msgstr "" #. CPoBx @@ -6470,40 +6488,40 @@ msgctxt "" msgid "The returned array will be empty if no rows are returned and the column headers are not required." msgstr "" -#. dURZU +#. y5u8i #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id451599489278429\n" "help.text" -msgid "<emph>SQLCommand</emph>: A table or query name (without square brackets) or a <literal>SELECT</literal> SQL statement." +msgid "<emph>sqlcommand</emph>: A table or query name (without square brackets) or a <literal>SELECT</literal> SQL statement." msgstr "" -#. fFFFd +#. xAbDx #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id271599489278141\n" "help.text" -msgid "<emph>DirectSQL</emph>: When <literal>True</literal>, the SQL command is sent to the database engine without pre-analysis. Default is <literal>False</literal>. This argument is ignored for tables. For queries, the applied option is the one set when the query was defined." +msgid "<emph>directsql</emph>: When <literal>True</literal>, the SQL command is sent to the database engine without pre-analysis. Default is <literal>False</literal>. This argument is ignored for tables. For queries, the applied option is the one set when the query was defined." msgstr "" -#. unoDn +#. DEzQD #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id941599489278747\n" "help.text" -msgid "<emph>Header</emph>: When <literal>True</literal>, the first row of the returned array contains the column headers." +msgid "<emph>header</emph>: When <literal>True</literal>, the first row of the returned array contains the column headers." msgstr "" -#. BZxwK +#. P2SMx #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id591599489278926\n" "help.text" -msgid "<emph>MaxRows</emph>: The maximum number of rows to return. The default is zero, meaning there is no limit to the number of returned rows." +msgid "<emph>maxrows</emph>: The maximum number of rows to return. The default is zero, meaning there is no limit to the number of returned rows." msgstr "" #. 3XZPf @@ -6560,22 +6578,31 @@ msgctxt "" msgid "The <literal>RunSql</literal> method is rejected with an error message in case the database was previously opened in read-only mode." msgstr "" -#. cMjus +#. AN4H9 +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"par_id421625701780046\n" +"help.text" +msgid "<input>db.RunSql(sqlcommand: str, directsql: bool = False): bool</input>" +msgstr "" + +#. WnUpF #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id701599490609473\n" "help.text" -msgid "<emph>SQLCommand</emph>: A query name (without square brackets) or a SQL statement." +msgid "<emph>sqlcommand</emph>: A query name (without square brackets) or a SQL statement." msgstr "" -#. kngXb +#. uNMDN #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id51599490609377\n" "help.text" -msgid "<emph>DirectSQL</emph>: When <literal>True</literal>, the SQL command is sent to the database engine without pre-analysis. (Default = <literal>False</literal>). For queries, the applied option is the one set when the query was defined." +msgid "<emph>directsql</emph>: When <literal>True</literal>, the SQL command is sent to the database engine without pre-analysis. (Default = <literal>False</literal>). For queries, the applied option is the one set when the query was defined." msgstr "" #. BC4Sc @@ -9170,6 +9197,60 @@ msgctxt "" msgid "It is recommended to free resources after use:" msgstr "" +#. gpGvc +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"par_id551626869252987\n" +"help.text" +msgid "The example below creates an empty instance of the <literal>Dictionary</literal> service and uses the Python native <literal>update</literal> method to populate it with the contents of a Python <literal>dict</literal> object." +msgstr "" + +#. bnDdK +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"pyc_id61626869417128\n" +"help.text" +msgid "# Initialize myDict as an empty dict object" +msgstr "" + +#. Zijqj +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"pyc_id921626869402748\n" +"help.text" +msgid "# Load the values of dico into myDict" +msgstr "" + +#. G4WCE +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"par_id981626869718081\n" +"help.text" +msgid "It is possible to create an instance of the <literal>Dictionary</literal> service using a Python <literal>dict</literal> object as argument as shown in the following example." +msgstr "" + +#. ymvAC +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"pyc_id201626869185236\n" +"help.text" +msgid "# Initialize myDict with the content of dico" +msgstr "" + +#. UHQFC +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"par_id211626699007613\n" +"help.text" +msgid "Because Python has built-in dictionary support, most of the methods in the <literal>Dictionary</literal> service are available for Basic scripts only. Exceptions are <literal>ConvertToPropertyValues</literal> and <literal>ImportFromPropertyValues</literal> that are supported in both Basic and Python." +msgstr "" + #. Dd4Pp #: sf_dictionary.xhp msgctxt "" @@ -9323,22 +9404,22 @@ msgctxt "" msgid "Adds a new key-item pair into the dictionary. Returns <literal>True</literal> if successful." msgstr "" -#. 3MMGU +#. 4zw8b #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id341582887670030\n" "help.text" -msgid "<emph>Key</emph> : String value used to identify the Item. The key is not case-sensitive." +msgid "<emph>key</emph>: String value used to identify the Item. The key is not case-sensitive." msgstr "" -#. aGgh9 +#. UFFFG #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id401582887670030\n" "help.text" -msgid "<emph>Item</emph> : Any value, including an array, a Basic object, a UNO object, a dictionary, etc." +msgid "<emph>item</emph>: Any value, including an array, a Basic object, a UNO object, a dictionary, etc." msgstr "" #. aNDWv @@ -9395,22 +9476,22 @@ msgctxt "" msgid "This method supports the following data types: <literal>String</literal>, <literal>Boolean</literal>, numbers, <literal>Null</literal> and <literal>Empty</literal>. Arrays containing items of those types are also allowed, whatever their dimensions. Dates are converted into strings, however they cannot be used inside Arrays. Other data types are converted to their string representation using the <literal>SF_String.Represent</literal> service." msgstr "" -#. Nmzcs +#. stuTQ #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id8816012968362\n" "help.text" -msgid "<emph>Indent</emph> : When <literal>Indent</literal> is a positive number or a text, JSON array elements and object members are pretty-printed with that indentation level. A negative <literal>Indent</literal> value will add new lines with no indentation. <literal>Indent</literal> default value \"\" selects the most compact representation. Using a positive integer for <literal>Indent</literal> indents that many spaces per level. When <literal>Indent</literal> is a string, such as <literal>Chr(9)</literal> or <literal>Tab(1)</literal>, the Tab character is used to indent each level." +msgid "<emph>indent</emph>: When <literal>indent</literal> is a positive number or a text, JSON array elements and object members are pretty-printed with that indentation level. A negative <literal>indent</literal> value will add new lines with no indentation. The default value is an empty string \"\" which selects the most compact representation. Using a positive integer for <literal>indent</literal> indents that many spaces per level. When <literal>indent</literal> is a string, such as <literal>Chr(9)</literal> or <literal>Tab(1)</literal>, the Tab character is used to indent each level." msgstr "" -#. pipLz +#. sQuKi #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id151582889470596\n" "help.text" -msgid "Store the content of the dictionary in an array of <literal>PropertyValues</literal>." +msgid "Stores the contents of the dictionary into an array of <literal>PropertyValues</literal>." msgstr "" #. rTa2V @@ -9449,6 +9530,15 @@ msgctxt "" msgid "'Converts to an Array of PropertyValue objects" msgstr "" +#. XCGFp +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"par_id771626700938786\n" +"help.text" +msgid "Note in the example below that a Python dictionary needs to be passed as the second argument of the <literal>CreateScriptService</literal> method." +msgstr "" + #. wTUQt #: sf_dictionary.xhp msgctxt "" @@ -9467,13 +9557,13 @@ msgctxt "" msgid "Determines if a key exists in the dictionary." msgstr "" -#. 9akGN +#. RgUSD #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id971582889812917\n" "help.text" -msgid "<emph>Key</emph> : The key to be looked up in the dictionary." +msgid "<emph>key</emph>: The key to be looked up in the dictionary." msgstr "" #. UAkEx @@ -9521,22 +9611,22 @@ msgctxt "" msgid "An attempt is made to convert text to date if the item matches one of these patterns: YYYY-MM-DD, HH:MM:SS or YYYY-MM-DD HH:MM:SS." msgstr "" -#. Ghov2 +#. 5cknM #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id69160139198061\n" "help.text" -msgid "<emph>InputStr</emph> : The string to import." +msgid "<emph>inputstr</emph>: The string to import." msgstr "" -#. LW97u +#. GDAGm #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id201601391980268\n" "help.text" -msgid "<emph>Overwrite</emph> : When <literal>True</literal>, entries with same name may exist in the dictionary and their values are overwritten. When <literal>False</literal> (default), repeated keys will raise an error. Beware that dictionary keys are not case-sensitive while names are case-sensitive in JSON strings." +msgid "<emph>overwrite</emph>: When <literal>True</literal>, entries with same name may exist in the dictionary and their values are overwritten. When <literal>False</literal> (default), repeated keys will raise an error. Beware that dictionary keys are not case-sensitive while names are case-sensitive in JSON strings." msgstr "" #. aBFC5 @@ -9557,22 +9647,31 @@ msgctxt "" msgid "Inserts the contents of an array of <literal>PropertyValue</literal> objects into the current dictionary. <literal>PropertyValue</literal> Names are used as Keys in the dictionary, whereas Values contain the corresponding values. Returns <literal>True</literal> if successful." msgstr "" -#. jYVUA +#. 95A5W #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id751588941968522\n" "help.text" -msgid "<emph>PropertyValues</emph> : A zero-based 1 dimensional array containing <literal>com.sun.star.beans.PropertyValue</literal> objects. This parameter may also be a single <literal>PropertyValue</literal> object not contained in an Array." +msgid "<emph>propertyvalues</emph>: A zero-based 1-dimensional array containing <literal>com.sun.star.beans.PropertyValue</literal> objects. This parameter may also be a single <literal>propertyvalue</literal> object not contained in an Array." msgstr "" -#. TvJoT +#. g5bHm #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id21588941968131\n" "help.text" -msgid "<emph>Overwrite</emph> : When <literal>True</literal>, entries with same name may exist in the dictionary and their values are overwritten. When <literal>False</literal> (default), repeated keys will raise an error. Note that dictionary keys are not case-sensitive, whereas names are case-sensitive in sets of property values." +msgid "<emph>overwrite</emph>: When <literal>True</literal>, entries with same name may exist in the dictionary and their values are overwritten. When <literal>False</literal> (default), repeated keys will raise an error. Note that dictionary keys are not case-sensitive in Basic, whereas names are case-sensitive in sets of property values and in Python dictionaries." +msgstr "" + +#. GKtsH +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"par_id641626703615898\n" +"help.text" +msgid "The examples below first create an array with two <literal>PropertyValue</literal> objects and then convert it to a dictionary." msgstr "" #. 3rJRP @@ -9584,13 +9683,13 @@ msgctxt "" msgid "Retrieves an existing dictionary entry based on its key. Returns the value of the item if successful, otherwise returns <literal>Empty</literal>." msgstr "" -#. UP6qF +#. CGLFi #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id551582890399669\n" "help.text" -msgid "<emph>Key</emph> : Not case-sensitive. Must exist in the dictionary, otherwise a <literal>UNKNOWNKEYERROR</literal> error is raised." +msgid "<emph>key</emph>: Not case-sensitive. Must exist in the dictionary, otherwise an <literal>UNKNOWNKEYERROR</literal> error is raised." msgstr "" #. rGqyT @@ -9611,13 +9710,13 @@ msgctxt "" msgid "Removes an existing dictionary entry based on its key. Returns <literal>True</literal> if successful." msgstr "" -#. eEKAA +#. EhVL2 #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id551582890366999\n" "help.text" -msgid "<emph>Key</emph> : Not case-sensitive. Must exist in the dictionary, otherwise an <literal>UNKNOWNKEYERROR</literal> error is raised." +msgid "<emph>key</emph>: Not case-sensitive. Must exist in the dictionary, otherwise an <literal>UNKNOWNKEYERROR</literal> error is raised." msgstr "" #. GyK3j @@ -9638,22 +9737,22 @@ msgctxt "" msgid "Replaces an existing item value based on its key. Returns <literal>True</literal> if successful." msgstr "" -#. pSQCe +#. w4w9A #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id991582895615535\n" "help.text" -msgid "<emph>Key</emph> : String value representing the key whose value will be replaced. Not case-sensitive. If the key does not exist in the dictionary, a <literal>UNKNOWNKEYERROR</literal> error is raised." +msgid "<emph>key</emph>: String value representing the key whose value will be replaced. Not case-sensitive. If the key does not exist in the dictionary, an <literal>UNKNOWNKEYERROR</literal> error is raised." msgstr "" -#. B9QCk +#. FA4hz #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id721582895615186\n" "help.text" -msgid "<emph>Value</emph> : The new value of the item referred to with the Key parameter." +msgid "<emph>value</emph>: The new value of the item referred to with the <literal>key</literal> parameter." msgstr "" #. Y46D4 @@ -9665,22 +9764,22 @@ msgctxt "" msgid "Replaces an existing key in the dictionary by a new key. The item value is left unchanged. Returns <literal>True</literal> if successful." msgstr "" -#. SxyfK +#. jKp7C #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id911582896597619\n" "help.text" -msgid "<emph>Key</emph> : String value representing the key to be replaced. Not case-sensitive. If the key does not exist in the dictionary, a <literal>UNKNOWNKEYERROR</literal> error is raised." +msgid "<emph>key</emph>: String value representing the key to be replaced. Not case-sensitive. If the key does not exist in the dictionary, a <literal>UNKNOWNKEYERROR</literal> error is raised." msgstr "" -#. Eu4DG +#. Dku2D #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id531582896597989\n" "help.text" -msgid "<emph>Value</emph> : String value for the new key. Not case-sensitive. If the new key already exists in the dictionary, a <literal>DUPLICATEKEYERROR</literal> error is raised." +msgid "<emph>value</emph>: String value for the new key. Not case-sensitive. If the new key already exists in the dictionary, an <literal>DUPLICATEKEYERROR</literal> error is raised." msgstr "" #. jasej @@ -9836,33 +9935,6 @@ msgctxt "" msgid "Except when the document was closed by program with the CloseDocument method (it is then superfluous), it is recommended to free resources after use:" msgstr "" -#. 2odf5 -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"pyc_id551622819064247\n" -"help.text" -msgid "def RunEvent(event)" -msgstr "" - -#. oHQNa -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"pyc_id311622819064554\n" -"help.text" -msgid "doc = CreateScriptService(\"SFDocuments.DocumentEvent\", Event)" -msgstr "" - -#. sHApS -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"pyc_id221622819064967\n" -"help.text" -msgid "# (...)" -msgstr "" - #. LyvNw #: sf_document.xhp msgctxt "" @@ -10205,15 +10277,6 @@ msgctxt "" msgid "<emph>saveask</emph> : If <literal>True</literal> (default), the user is invited to confirm if the changes should be written on disk. This argument is ignored if the document was not modified." msgstr "" -#. STq4L -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"bas_id751622827903730\n" -"help.text" -msgid "End If" -msgstr "" - #. vp56r #: sf_document.xhp msgctxt "" @@ -10268,42 +10331,6 @@ msgctxt "" msgid "In the following examples, the first line gets the names of all forms in the document and the second line retrieves the <literal>Form</literal> object of the form named \"Form_A\"." msgstr "" -#. 8GoMk -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"bas_id191623063399519\n" -"help.text" -msgid "Set FormNames = oDoc.Forms()" -msgstr "" - -#. uCcpo -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"bas_id691623063399711\n" -"help.text" -msgid "Set FormA = oDoc.Forms(\"Form_A\")" -msgstr "" - -#. 9gHMA -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"pyc_id271623063215023\n" -"help.text" -msgid "form_names = doc.Forms()" -msgstr "" - -#. H3946 -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"pyc_id961623063234990\n" -"help.text" -msgid "form_A = doc.Forms(\"Form_A\")" -msgstr "" - #. Nmwv9 #: sf_document.xhp msgctxt "" @@ -11015,6 +11042,42 @@ msgctxt "" msgid "<emph>arg0[, arg1, ...]</emph>: Any number of arguments of any type." msgstr "" +#. ZxYFC +#: sf_exception.xhp +msgctxt "" +"sf_exception.xhp\n" +"par_id111621624672183\n" +"help.text" +msgid "Displays the list of arguments in a readable form in the Python shell (APSO) console. Arguments are separated by a TAB character (simulated by spaces)." +msgstr "" + +#. ujSFu +#: sf_exception.xhp +msgctxt "" +"sf_exception.xhp\n" +"par_id841621426229467\n" +"help.text" +msgid "The same string is added to the ScriptForge debug console." +msgstr "" + +#. ixNfF +#: sf_exception.xhp +msgctxt "" +"sf_exception.xhp\n" +"par_id391126449167833\n" +"help.text" +msgid "<emph>arg0[, arg1, ...]</emph>: Any number of arguments of any type. The maximum length of each individual argument is 1024 characters." +msgstr "" + +#. f5WaM +#: sf_exception.xhp +msgctxt "" +"sf_exception.xhp\n" +"par_id261123015276160\n" +"help.text" +msgid "In python use simply the builtin print() statement." +msgstr "" + #. CUoch #: sf_exception.xhp msgctxt "" @@ -11411,22 +11474,22 @@ msgctxt "" msgid "An example of the URL notation is <emph>file:///C:/Documents/my_file.odt</emph>. Whenever possible consider using the URL notation because it is a more portable alternative." msgstr "" -#. mao7x +#. QrDqQ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"hd_id581582885621841\n" +"par_id931626652451855\n" "help.text" -msgid "Service invocation" +msgid "The use of the shortcut \"~\" (tilde), which is common in Linux-based operating systems, is not supported to express a path to a folder and file name. Instead of using <emph>\"~/Documents/my_file.odt\"</emph> use the full path <emph>\"/home/user/Documents/my_file.odt\"</emph>." msgstr "" -#. ms88h +#. mao7x #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"par_id141610734722352\n" +"hd_id581582885621841\n" "help.text" -msgid "Before using the <literal>FileSystem</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:" +msgid "Service invocation" msgstr "" #. Miw3e @@ -11681,22 +11744,22 @@ msgctxt "" msgid "Joins a folder path and the name of a file and returns the full file name with a valid path separator. The path separator is added only if necessary." msgstr "" -#. EDmLL +#. 2pwBF #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id90158393307695\n" "help.text" -msgid "<emph>FolderName</emph>: The path with which <literal>Name</literal> will be combined. The specified path does not need to be an existing folder." +msgid "<emph>foldername</emph>: The path with which <literal>name</literal> will be combined. The specified path does not need to be an existing folder." msgstr "" -#. TqBVA +#. xFCWJ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id891583933076975\n" "help.text" -msgid "<emph>Name</emph>: The name of the file to be appended to <literal>FolderName</literal>. This parameter uses the notation of the current operating system." +msgid "<emph>name</emph>: The name of the file to be appended to <literal>foldername</literal>. This parameter uses the notation of the current operating system." msgstr "" #. DwTpc @@ -11708,31 +11771,31 @@ msgctxt "" msgid "Compares two files and returns <literal>True</literal> when they seem identical." msgstr "" -#. CrUQx +#. 6A5Da #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id631601119001315\n" "help.text" -msgid "Depending on the value of the <literal>CompareContents</literal> argument, the comparison between both files can be either based only on file attributes (such as the last modified date), or based on the file contents." +msgid "Depending on the value of the <literal>comparecontents</literal> argument, the comparison between both files can be either based only on file attributes (such as the last modified date), or based on the file contents." msgstr "" -#. kYy2f +#. MGA4A #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id481601118910755\n" "help.text" -msgid "<emph>FileName1, FileName2</emph>: The files to compare." +msgid "<emph>filename1, filename2</emph>: The files to compare." msgstr "" -#. mXZPN +#. aKfwh #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id111601118910848\n" "help.text" -msgid "<emph>CompareContents</emph>: When <literal>True</literal>, the contents of the files are compared (default = <literal>False</literal>)." +msgid "<emph>comparecontents</emph>: When <literal>True</literal>, the contents of the files are compared (default = <literal>False</literal>)." msgstr "" #. EZNG5 @@ -11744,13 +11807,13 @@ msgctxt "" msgid "Copies one or more files from one location to another. Returns <literal>True</literal> if at least one file has been copied or <literal>False</literal> if an error occurred." msgstr "" -#. EFfEH +#. xE9SU #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id401612998805699\n" "help.text" -msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files." +msgid "An error will also occur if the <literal>source</literal> parameter uses wildcard characters and does not match any files." msgstr "" #. AZCsn @@ -11762,67 +11825,67 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "" -#. cxNda +#. aVGzZ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id1001584541257789\n" "help.text" -msgid "<emph>Source</emph>: It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be copied." +msgid "<emph>source</emph>: It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be copied." msgstr "" -#. pwEq9 +#. ycEpt #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id111584542310166\n" "help.text" -msgid "<emph>Destination</emph>: It can be either a <literal>FileName</literal> specifying where the single <literal>Source</literal> file is to be copied, or a <literal>FolderName</literal> into which the multiple files from <literal>Source</literal> are to be copied." +msgid "<emph>destination</emph>: It can be either a <literal>FileName</literal> specifying where the single <literal>source</literal> file is to be copied, or a <literal>FolderName</literal> into which the multiple files from <literal>source</literal> are to be copied." msgstr "" -#. FCpqn +#. frwD2 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id491612999134752\n" "help.text" -msgid "If <literal>FolderName</literal> does not exist, it is created." +msgid "If <literal>destination</literal> does not exist, it is created." msgstr "" -#. 4ArCt +#. z3Tok #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id591612999166788\n" "help.text" -msgid "Wildcard characters are not allowed in <literal>Destination</literal>." +msgid "Wildcard characters are not allowed in <literal>destination</literal>." msgstr "" -#. 48FYf +#. zFyVX #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id251584542431558\n" "help.text" -msgid "<emph>Overwrite</emph>: If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>." +msgid "<emph>overwrite</emph>: If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>destination</literal> is readonly, regardless of the value specified in <literal>overwrite</literal>." msgstr "" -#. KerV3 +#. uRMe8 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id211613000903194\n" +"par_id691626216252568\n" "help.text" -msgid "' Copies a single file" +msgid "In the examples below the first line copies a single file whereas the second line copies multiple files using wildcards." msgstr "" -#. HKFaH +#. GevfF #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id841584541257574\n" +"par_id411626216328023\n" "help.text" -msgid "' Copies multiple files. Only files are copied, subfolders are not." +msgid "Beware that subfolders and their contents are not copied when wildcards are used in the <emph>source</emph> argument." msgstr "" #. TdGi7 @@ -11834,13 +11897,13 @@ msgctxt "" msgid "Copies one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been copied or <literal>False</literal> if an error occurred." msgstr "" -#. TymFf +#. TSLCU #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id21612999775377\n" "help.text" -msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders." +msgid "An error will also occur if the <literal>source</literal> parameter uses wildcard characters and does not match any folders." msgstr "" #. m3Hzh @@ -11852,58 +11915,58 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "" -#. isESD +#. GCCf3 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id851584544734202\n" "help.text" -msgid "<emph>Source</emph>: It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be copied." +msgid "<emph>source</emph>: It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be copied." msgstr "" -#. 5fFnt +#. msqGq #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id321584544734273\n" "help.text" -msgid "<emph>Destination</emph>: Specifies the <literal>FolderName</literal> into which the single or multiple folders defined in <literal>Source</literal> are to be copied." +msgid "<emph>destination</emph>: Specifies the <literal>FolderName</literal> into which the single or multiple folders defined in <literal>source</literal> are to be copied." msgstr "" -#. CzQ9A +#. iLKYc #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id491612999134762\n" "help.text" -msgid "If <literal>FolderName</literal> does not exist, it is created." +msgid "If <literal>destination</literal> does not exist, it is created." msgstr "" -#. Uqyna +#. TvYDS #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id591612999166740\n" "help.text" -msgid "Wildcard characters are not allowed in <literal>Destination</literal>." +msgid "Wildcard characters are not allowed in <literal>destination</literal>." msgstr "" -#. 2ziFA +#. 3A2C2 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id251584542431525\n" "help.text" -msgid "<emph>Overwrite</emph>: If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>." +msgid "<emph>overwrite</emph>: If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>destination</literal> is readonly, regardless of the value specified in <literal>overwrite</literal>." msgstr "" -#. niaPD +#. 7CxBB #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id541584544734497\n" +"par_id751626216627481\n" "help.text" -msgid "' Folders, their files and their subfolders are copied" +msgid "In the examples below all files, folders and subfolders are copied." msgstr "" #. fNBgH @@ -11924,22 +11987,22 @@ msgctxt "" msgid "If the specified folder has a parent folder that does not exist, it is created." msgstr "" -#. G2A8N +#. 7gTts #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id491584540675469\n" "help.text" -msgid "<emph>FolderName</emph>: A string representing the folder to be created. If the folder already exists, an exception will be raised." +msgid "<emph>foldername</emph>: A string representing the folder to be created. If the folder already exists, an exception will be raised." msgstr "" -#. EYSCS +#. 2zcfH #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id731585322689518\n" "help.text" -msgid "Creates a specified file and returns a <literal>TextStream</literal> object that can be used to write to the file." +msgid "Creates a specified file and returns a <literal>TextStream</literal> service instance that can be used to write to the file." msgstr "" #. YMZDA @@ -11951,31 +12014,31 @@ msgctxt "" msgid "The method returns a <literal>Null</literal> object if an error occurred." msgstr "" -#. hBQSN +#. 2NPVD #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id901585322689715\n" "help.text" -msgid "<emph>FileName</emph>: The name of the file to be created." +msgid "<emph>filename</emph>: The name of the file to be created." msgstr "" -#. VkGyb +#. gEJA4 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id501585322689209\n" "help.text" -msgid "<emph>Overwrite</emph>: Boolean value that determines if <literal>FileName</literal> can be overwritten (default = <literal>True</literal>)." +msgid "<emph>overwrite</emph>: Boolean value that determines if <literal>filename</literal> can be overwritten (default = <literal>True</literal>)." msgstr "" -#. Zp6H3 +#. CkbhC #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id551585322689192\n" "help.text" -msgid "<emph>Encoding</emph>: The character set to be used. The default encoding is \"UTF-8\"." +msgid "<emph>encoding</emph>: The character set to be used. The default encoding is \"UTF-8\"." msgstr "" #. eoE92 @@ -11996,13 +12059,13 @@ msgctxt "" msgid "Deletes one or more files. Returns <literal>True</literal> if at least one file has been deleted or <literal>False</literal> if an error occurred." msgstr "" -#. DQEzT +#. y69YZ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id21612999775356\n" "help.text" -msgid "An error will also occur if the <literal>FileName</literal> parameter uses wildcard characters and does not match any files." +msgid "An error will also occur if the <literal>filename</literal> parameter uses wildcard characters and does not match any files." msgstr "" #. TWJRd @@ -12023,22 +12086,22 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "" -#. 2k57M +#. DkCdk #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id441584882040860\n" "help.text" -msgid "<emph>FileName</emph>: It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be deleted." +msgid "<emph>filename</emph>: It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be deleted." msgstr "" -#. YtAfH +#. FnaSi #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id181584882040535\n" +"par_id851626217167909\n" "help.text" -msgid "' Only files are deleted, subfolders are not" +msgid "In the examples below only files are deleted, subfolders are not deleted." msgstr "" #. c9ZCd @@ -12050,13 +12113,13 @@ msgctxt "" msgid "Deletes one or more folders. Returns <literal>True</literal> if at least one folder has been deleted or <literal>False</literal> if an error occurred." msgstr "" -#. xmtzX +#. bGmGo #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id21612999775346\n" "help.text" -msgid "An error will also occur if the <literal>FolderName</literal> parameter uses wildcard characters and does not match any folders." +msgid "An error will also occur if the <literal>foldername</literal> parameter uses wildcard characters and does not match any folders." msgstr "" #. GsqDD @@ -12077,22 +12140,22 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "" -#. ecg9D +#. 7YCXM #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id451584882542247\n" "help.text" -msgid "<emph>FolderName</emph>: It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be deleted." +msgid "<emph>foldername</emph>: It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be deleted." msgstr "" -#. ECKGi +#. cCnG9 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id491584882542177\n" +"par_id651626217314709\n" "help.text" -msgid "' Only folders are deleted, files in the top folder (C:\\Temp\\) are not" +msgid "In the examples below only folders and their contents are deleted. Files in the parent folder \"C:\\Temp\" are not deleted." msgstr "" #. ZbyLn @@ -12104,22 +12167,22 @@ msgctxt "" msgid "Returns <literal>True</literal> if a given file name is valid and exists, otherwise the method returns <literal>False</literal>." msgstr "" -#. BNEmC +#. 7j5TN #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id91613003122613\n" "help.text" -msgid "If the <literal>FileName</literal> parameter is actually an existing folder name, the method returns <literal>False</literal>." +msgid "If the <literal>filename</literal> parameter is actually an existing folder name, the method returns <literal>False</literal>." msgstr "" -#. 7pDFB +#. fr2Ei #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id361583764426547\n" "help.text" -msgid "<emph>FileName</emph>: A string representing the file to be tested." +msgid "<emph>filename</emph>: A string representing the file to be tested." msgstr "" #. ChDCL @@ -12131,13 +12194,13 @@ msgctxt "" msgid "Returns a zero-based array of the files stored in a given folder. Each entry in the array is a string containing the full path and file name." msgstr "" -#. HT5PM +#. JVjE3 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id641613003790120\n" "help.text" -msgid "If <literal>FolderName</literal> does not exist, an exception is raised." +msgid "If the argument <literal>foldername</literal> specifies a folder that does not exist, an exception is raised." msgstr "" #. nFaPD @@ -12149,22 +12212,22 @@ msgctxt "" msgid "The resulting list may be filtered with wildcards." msgstr "" -#. YsYdQ +#. bq6vD #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id731583944543140\n" "help.text" -msgid "<emph>FolderName</emph>: A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file." +msgid "<emph>foldername</emph>: A string representing a folder. The folder must exist. This argument must not designate a file." msgstr "" -#. V95Bm +#. EM5cJ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id591585648450060\n" "help.text" -msgid "<emph>Filter</emph>: A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of files (default = \"\")." +msgid "<emph>filter</emph>: A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of files (default = \"\")." msgstr "" #. zG7ec @@ -12176,22 +12239,22 @@ msgctxt "" msgid "Returns <literal>True</literal> if the specified <literal>FolderName</literal> is valid and exists, otherwise the method returns <literal>False</literal>." msgstr "" -#. G4Rcz +#. 9xtCG #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id151613004111990\n" "help.text" -msgid "If the <literal>FolderName</literal> parameter is actually an existing file name, the method returns <literal>False</literal>." +msgid "If the <literal>foldername</literal> parameter is actually an existing file name, the method returns <literal>False</literal>." msgstr "" -#. Z46FB +#. qrf4A #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id1001583765642211\n" "help.text" -msgid "<emph>FolderName</emph>: A string representing the folder to be tested." +msgid "<emph>foldername</emph>: A string representing the folder to be tested." msgstr "" #. eAFVs @@ -12212,31 +12275,22 @@ msgctxt "" msgid "The method does not check if the specified file or folder exists." msgstr "" -#. B3jVo +#. 3FPjB #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id691584110618308\n" "help.text" -msgid "<emph>FileName</emph>: A string representing the file name and its path." +msgid "<emph>filename</emph>: A string representing the file name and its path." msgstr "" -#. VcGyZ +#. jwFaP #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id861584110618986\n" +"par_id1001626271201609\n" "help.text" -msgid "' If the input parameter is a folder, it returns the last component of the path" -msgstr "" - -#. xmK9A -#: sf_filesystem.xhp -msgctxt "" -"sf_filesystem.xhp\n" -"bas_id591613004793431\n" -"help.text" -msgid "' If the input parameter is a file, the method returns the file name without the extension and the path" +msgid "In the examples below, the first <literal>GetBaseName</literal> method call corresponds to a folder, so the function returns the last component of the path. The second call receives a file name as input, so the name of the file is returned without its extension." msgstr "" #. A56XC @@ -12266,13 +12320,13 @@ msgctxt "" msgid "If this method is applied to a folder name or to a file without an extension, then an empty string is returned." msgstr "" -#. GDoGW +#. NzK5z #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id821584032680311\n" "help.text" -msgid "<emph>FileName</emph>: A string representing the file name and its path." +msgid "<emph>filename</emph>: A string representing the file name and its path." msgstr "" #. Am6Bu @@ -12293,13 +12347,13 @@ msgctxt "" msgid "The <literal>GetFileLen</literal> method can handle files with much larger sizes by returning a <literal>Currency</literal> value." msgstr "" -#. FvwV6 +#. PK2Fo #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id161600685050367\n" "help.text" -msgid "<emph>FileName</emph>: A string representing an existing file." +msgid "<emph>filename</emph>: A string representing an existing file." msgstr "" #. o2GGJ @@ -12311,13 +12365,13 @@ msgctxt "" msgid "Returns the last modified date of a given file." msgstr "" -#. dxpgz +#. VMB4i #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id25158481147822\n" "help.text" -msgid "<emph>FileName</emph>: A string representing an existing file." +msgid "<emph>filename</emph>: A string representing an existing file." msgstr "" #. VEZR6 @@ -12338,13 +12392,13 @@ msgctxt "" msgid "The method does not check if the specified file or folder exists." msgstr "" -#. VWPoq +#. iajZD #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id671584032366193\n" "help.text" -msgid "<emph>FileName</emph>: A string representing the file name and its path." +msgid "<emph>filename</emph>: A string representing the file name and its path." msgstr "" #. ffxFe @@ -12365,13 +12419,13 @@ msgctxt "" msgid "The method does not check if the specified file or folder exists." msgstr "" -#. XDmYQ +#. YUAQ3 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id471584113432231\n" "help.text" -msgid "<emph>FileName</emph>: A string with the file or folder name to be analyzed." +msgid "<emph>filename</emph>: A string with the file or folder name to be analyzed." msgstr "" #. Uc93M @@ -12428,22 +12482,22 @@ msgctxt "" msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>." msgstr "" -#. jTMPS +#. s5ZiA #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id28160104251451\n" "help.text" -msgid "<emph>FileName</emph>: A string representing an existing file." +msgid "<emph>filename</emph>: A string representing an existing file." msgstr "" -#. F86KG +#. Eomhm #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id71601042959846\n" "help.text" -msgid "<emph>Algorithm</emph>: One of the supported algorithms." +msgid "<emph>algorithm</emph>: One of the supported algorithms." msgstr "" #. HzFs2 @@ -12455,13 +12509,13 @@ msgctxt "" msgid "Moves one or more files from one location to another. Returns <literal>True</literal> if at least one file has been moved or <literal>False</literal> if an error occurred." msgstr "" -#. oEPar +#. RFrNE #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id631613062890648\n" "help.text" -msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files." +msgid "An error will also occur if the <literal>source</literal> parameter uses wildcard characters and does not match any files." msgstr "" #. ETmEP @@ -12473,58 +12527,58 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "" -#. LAeis +#. DbC6F #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id721584791330406\n" "help.text" -msgid "<emph>Source</emph>: It can be a <literal>FileName</literal> or <literal>NamePattern</literal> to designate one or more files to be moved." +msgid "<emph>source</emph>: It can be a <literal>FileName</literal> or <literal>NamePattern</literal> to designate one or more files to be moved." msgstr "" -#. rgNqi +#. BHa7Y #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id291584791330181\n" "help.text" -msgid "<emph>Destination</emph>: If <literal>Source</literal> is a <literal>FileName</literal> then this parameter indicates the new path and file name of the moved file." +msgid "<emph>destination</emph>: If <literal>source</literal> is a <literal>FileName</literal> then this parameter indicates the new path and file name of the moved file." msgstr "" -#. E4opD +#. ZzA3Y #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id31613063334246\n" "help.text" -msgid "If the move operation involves multiple files, then <literal>Destination</literal> must be a folder name. If it does not exist, it is created." +msgid "If the move operation involves multiple files, then <literal>destination</literal> must be a folder name. If it does not exist, it is created." msgstr "" -#. BvhBP +#. 39oR8 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id391613063494599\n" "help.text" -msgid "If <literal>Source</literal> and <literal>Destination</literal> have the same parent folder, the method will rename the <literal>Source</literal>." +msgid "If <literal>source</literal> and <literal>destination</literal> have the same parent folder, the method will rename the <literal>source</literal>." msgstr "" -#. 6UKxC +#. 7bzK4 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id941613063476533\n" "help.text" -msgid "Wildcard characters are not allowed in <literal>Destination</literal>." +msgid "Wildcard characters are not allowed in <literal>destination</literal>." msgstr "" -#. qPvQA +#. Bysqd #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id331584791330495\n" +"par_id91626272612758\n" "help.text" -msgid "' Only files are moved, subfolders are not" +msgid "In the following examples only files are moved, subfolders are not." msgstr "" #. iYBMe @@ -12536,13 +12590,13 @@ msgctxt "" msgid "Moves one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been moved or <literal>False</literal> if an error occurred." msgstr "" -#. R9Jrz +#. RHjYG #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id411613072570664\n" "help.text" -msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders." +msgid "An error will also occur if the <literal>source</literal> parameter uses wildcard characters and does not match any folders." msgstr "" #. F2DaD @@ -12554,40 +12608,40 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "" -#. tLxAt +#. xVGBy #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id541584791330777\n" "help.text" -msgid "<emph>Source</emph>: It can be a <literal>FolderName</literal> or <literal>NamePattern</literal> to designate one or more folders to be moved." +msgid "<emph>source</emph>: It can be a <literal>FolderName</literal> or <literal>NamePattern</literal> to designate one or more folders to be moved." msgstr "" -#. bTWWF +#. 4Ampu #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id551584791330279\n" "help.text" -msgid "<emph>Destination</emph>: If the move operation involves a single folder, then <literal>Destination</literal> is the name and path of the moved folder and it must not exist." +msgid "<emph>destination</emph>: If the move operation involves a single folder, then <literal>destination</literal> is the name and path of the moved folder and it must not exist." msgstr "" -#. rNbq3 +#. dD7SB #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id11613072890641\n" "help.text" -msgid "If multiple folders are being moved, then <literal>Destination</literal> designates where the folders in <literal>Source</literal> will be moved into. If <literal>Destination</literal> does not exist, it is created." +msgid "If multiple folders are being moved, then <literal>destination</literal> designates where the folders in <literal>source</literal> will be moved into. If <literal>destination</literal> does not exist, it is created." msgstr "" -#. DFBsa +#. A69QS #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id301613072928159\n" "help.text" -msgid "Wildcard characters are not allowed in <literal>Destination</literal>." +msgid "Wildcard characters are not allowed in <literal>destination</literal>." msgstr "" #. JNTia @@ -12608,40 +12662,40 @@ msgctxt "" msgid "Note that the method does not check if the given file is really a text file." msgstr "" -#. p6VFZ +#. SGJCd #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id951613073135036\n" "help.text" -msgid "The method returns a <literal>Null</literal> object if an error occurred." +msgid "The method returns a <literal>Null</literal> object (in Basic) or <literal>None</literal> (in Python) if an error occurred." msgstr "" -#. R5a4m +#. mxuwo #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id551585320922678\n" "help.text" -msgid "<emph>FileName</emph>: Identifies the file to open." +msgid "<emph>filename</emph>: Identifies the file to open." msgstr "" -#. FUxVH +#. tsRLR #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id671585320922388\n" "help.text" -msgid "<emph>IOMode</emph>: Indicates the input/output mode. It can be one of three constants: <literal>FSO.ForReading</literal> (default), <literal>FSO.ForWriting</literal>, or <literal>FSO.ForAppending</literal>." +msgid "<emph>iomode</emph>: Indicates the input/output mode. It can be one of three constants: <literal>svc.ForReading</literal> (default), <literal>svc.ForWriting</literal>, or <literal>svc.ForAppending</literal>." msgstr "" -#. ttSYS +#. z27vT #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id21585321398586\n" "help.text" -msgid "<emph>Create</emph>: Boolean value that indicates whether a new file can be created if the specified filename doesn't exist:" +msgid "<emph>create</emph>: Boolean value that indicates whether a new file can be created if the specified <literal>filename</literal> doesn't exist:" msgstr "" #. VDFAi @@ -12662,13 +12716,13 @@ msgctxt "" msgid "If <literal>False</literal> then new files are not created (default)." msgstr "" -#. BoVQQ +#. wjGYH #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id771585321576210\n" "help.text" -msgid "<emph>Encoding</emph>: The character set to be used. The default encoding is \"UTF-8\"." +msgid "<emph>encoding</emph>: The character set to be used. The default encoding is \"UTF-8\"." msgstr "" #. FuYwe @@ -12689,13 +12743,13 @@ msgctxt "" msgid "If the <literal>SAVE</literal> mode is set and the picked file exists, a warning message will be displayed." msgstr "" -#. PAaAH +#. YgsLZ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id481583670342502\n" "help.text" -msgid "<emph>DefaultFile</emph>: This argument is a string composed of a folder and file name:" +msgid "<emph>defaultfile</emph>: This argument is a string composed of a folder and file name:" msgstr "" #. fyVCs @@ -12716,31 +12770,31 @@ msgctxt "" msgid "The file part designates the default file to open or save." msgstr "" -#. rcast +#. fBHyg #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id981583670342502\n" "help.text" -msgid "<emph>Mode</emph>: <literal>OPEN</literal> (input file) or <literal>SAVE</literal> (output file). The default value is <literal>OPEN</literal>." +msgid "<emph>mode</emph>: A string value that can be either \"OPEN\" (for input files) or \"SAVE\" (for output files). The default value is \"OPEN\"." msgstr "" -#. Dtmio +#. uvwDP #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id31583670342502\n" "help.text" -msgid "<emph>Filter</emph>: The extension of the files displayed when the dialog is opened (default = no filter)." +msgid "<emph>filter</emph>: The extension of the files displayed when the dialog is opened (default = no filter)." msgstr "" -#. 8WirR +#. niaGR #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id941583670925672\n" +"par_id881626276134300\n" "help.text" -msgid "' Only *.txt files are displayed" +msgid "The examples below open a file picker with the \"txt\" filter applied." msgstr "" #. HkwaR @@ -12752,85 +12806,76 @@ msgctxt "" msgid "Opens a dialog box to select a folder." msgstr "" -#. coL3A +#. mG6QD #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id951583671701872\n" "help.text" -msgid "<emph>DefaultFolder</emph>: A string containing the folder name that will be displayed when the dialog is opened (default = the last selected folder)." +msgid "<emph>defaultfolder</emph>: A string containing the folder name that will be displayed when the dialog is opened (default = the last selected folder)." msgstr "" -#. esSGJ +#. ymABK #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id821583671701764\n" "help.text" -msgid "<emph>FreeText</emph>: Text to display in the dialog (default = \"\")." +msgid "<emph>freetext</emph>: Text to display in the dialog (default = \"\")." msgstr "" -#. GMYtx +#. 4FFby #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "bas_id921583671701610\n" "help.text" -msgid "a = FSO.PickFolder(\"C:\\\", \"Choose a folder or press Cancel\")" -msgstr "" - -#. C3UA9 -#: sf_filesystem.xhp -msgctxt "" -"sf_filesystem.xhp\n" -"par_id431584016761996\n" -"help.text" -msgid "Returns a zero-based array of the folders stored in a given <literal>FolderName</literal>." +msgid "aFolder = FSO.PickFolder(\"C:\\Documents\", \"Choose a folder or press Cancel\")" msgstr "" -#. LVNZq +#. ENDba #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"par_id431613075267241\n" +"pyc_id631626276402296\n" "help.text" -msgid "The list may be filtered with wildcards." +msgid "aFolder = fso.PickFolder(r\"C:\\Documents\", \"Choose a folder or press Cancel\")" msgstr "" -#. ApGN7 +#. xdfBh #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"par_id701584016761945\n" +"par_id431584016761996\n" "help.text" -msgid "<emph>FolderName</emph>: A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file." +msgid "Returns a zero-based array of strings corresponding to the folders stored in a given <literal>foldername</literal>." msgstr "" -#. zHooS +#. LVNZq #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"par_id471585648674921\n" +"par_id431613075267241\n" "help.text" -msgid "<emph>Filter</emph>: A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of folders (default = \"\")." +msgid "The list may be filtered with wildcards." msgstr "" -#. WVhEh +#. 7pDiA #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"par_id301613075694148\n" +"par_id701584016761945\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input Function</link>" +msgid "<emph>foldername</emph>: A string representing a folder. The folder must exist. <literal>foldername</literal> must not designate a file." msgstr "" -#. QhSzj +#. Xmg8b #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"par_id271612398715438\n" +"par_id471585648674921\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open Statement</link>" +msgid "<emph>filter</emph>: A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of folders (default = \"\")." msgstr "" #. XQG8t @@ -16424,22 +16469,22 @@ msgctxt "" msgid "To invoke the <literal>L10N</literal> service, two optional arguments can be specified to determine the folder where PO files are located and the locale to be used, as described below." msgstr "" -#. u3ENa +#. cCwBS #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id331585843652877\n" "help.text" -msgid "<emph>FolderName</emph>: The folder containing the PO files. It must be expressed in the <literal>FileSystem.FileNaming</literal> notation." +msgid "<emph>foldername</emph>: The folder containing the PO files. It must be expressed in the <literal>FileSystem.FileNaming</literal> notation." msgstr "" -#. 8PpqQ +#. oQD4m #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id581585843652789\n" "help.text" -msgid "<emph>Locale</emph>: A string in the form \"la-CO\" (language-COUNTRY) or in the form \"la\" (language) only." +msgid "<emph>locale</emph>: A string in the form \"la-CO\" (language-COUNTRY) or in the form \"la\" (language) only." msgstr "" #. Z5Pb3 @@ -16469,6 +16514,15 @@ msgctxt "" msgid "The example below specifies the folder containing the PO files. Because the locale is not defined, the service instance will use the current %PRODUCTNAME locale settings." msgstr "" +#. F998n +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id391625855630975\n" +"help.text" +msgid "The example above will result in an runtime error if the PO file for the current locale does not exist in the specified folder." +msgstr "" + #. Ab7iH #: sf_l10n.xhp msgctxt "" @@ -16478,13 +16532,13 @@ msgctxt "" msgid "In the example below, both the folder name and locale settings are explicitly defined to be Belgian French." msgstr "" -#. zEgWG +#. YhDVT #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "bas_id661614358846464\n" "help.text" -msgid "Set myPO = CreateScriptService(\"L10N\", \"C:\\myPOFiles\\\", \"fr-BE\")" +msgid "Set myPO = CreateScriptService(\"L10N\", \"C:\\myPOFiles\", \"fr-BE\")" msgstr "" #. UGFWB @@ -16505,6 +16559,15 @@ msgctxt "" msgid "It is recommended to free resources after use:" msgstr "" +#. CmhnJ +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id281625854773330\n" +"help.text" +msgid "The examples above can be translated to Python as follows:" +msgstr "" + #. 6mcLb #: sf_l10n.xhp msgctxt "" @@ -16622,40 +16685,49 @@ msgctxt "" msgid "Adds a new entry in the list of localizable strings. It must not exist yet." msgstr "" -#. WPVrn +#. 5Fs5v +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id641625855725050\n" +"help.text" +msgid "The method returns <literal>True</literal> if successful." +msgstr "" + +#. gyUYQ #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id391585843652753\n" "help.text" -msgid "<emph>Context</emph>: The key to retrieve the translated string with the <literal>GetText</literal> method. This parameter has a default value of \"\"." +msgid "<emph>context</emph>: The key to retrieve the translated string with the <literal>GetText</literal> method. This parameter has a default value of \"\"." msgstr "" -#. EC7wb +#. YVUWx #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id581585844419114\n" "help.text" -msgid "<emph>MsgId</emph>: The untranslated string, which is the text appearing in the program code. It must not be empty. The <literal>MsgId</literal> becomes the key to retrieve the translated string via <literal>GetText</literal> method when <literal>Context</literal> is empty." +msgid "<emph>msgid</emph>: The untranslated string, which is the text appearing in the program code. It must not be empty. The <literal>msgid</literal> becomes the key to retrieve the translated string via <literal>GetText</literal> method when <literal>context</literal> is empty." msgstr "" -#. X3F7E +#. 7FDE9 #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id311614361926844\n" "help.text" -msgid "The <literal>MsgId</literal> string may contain any number of placeholders (%1 %2 %3 ...) for dynamically modifying the string at runtime." +msgid "The <literal>msgid</literal> string may contain any number of placeholders (%1 %2 %3 ...) for dynamically modifying the string at runtime." msgstr "" -#. 9Jgn8 +#. ioGmP #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id541585844475331\n" "help.text" -msgid "<emph>Comment</emph>: Optional comment to be added alongside the string to help translators." +msgid "<emph>comment</emph>: Optional comment to be added alongside the string to help translators." msgstr "" #. TAyPG @@ -16676,49 +16748,58 @@ msgctxt "" msgid "Exports a set of untranslated strings as a POT file." msgstr "" -#. zTKQ4 +#. NABBq #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id711586102939257\n" "help.text" -msgid "To build a set of strings you can use either a succession of <literal>AddText</literal> method calls, or by a successful invocation of the <literal>L10N</literal> service with the <literal>FolderName</literal> argument present. It is also possible to use a combination of both techniques." +msgid "To build a set of strings you can use either a succession of <literal>AddText</literal> method calls, or by a successful invocation of the <literal>L10N</literal> service with the <literal>foldername</literal> argument present. It is also possible to use a combination of both techniques." +msgstr "" + +#. Pb4VF +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id641625855725141\n" +"help.text" +msgid "The method returns <literal>True</literal> if successful." msgstr "" -#. WiqHy +#. BsmCX #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id31586102707537\n" "help.text" -msgid "<emph>FileName</emph>: The output file in <literal>FileSystem.FileNaming</literal> notation." +msgid "<emph>filename</emph>: The output file in <literal>FileSystem.FileNaming</literal> notation." msgstr "" -#. BkEjG +#. jQV77 #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id851586102707579\n" "help.text" -msgid "<emph>Header</emph>: Comments that will be added on top of the generated POT file." +msgid "<emph>header</emph>: Comments that will be added on top of the generated POT file." msgstr "" -#. qfPvB +#. YhYbQ #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id111614364686973\n" "help.text" -msgid "Do not include any leading \"#\" characters. If you want the header to be broken into multiple lines, insert escape sequences (\\n) where relevant. A standard header will be added alongside the text specified in the <literal>Header</literal> argument." +msgid "Do not include any leading \"#\" characters. If you want the header to be broken into multiple lines, insert escape sequences (\\n) where relevant. A standard header will be added alongside the text specified in the <literal>header</literal> argument." msgstr "" -#. rUUCt +#. E2Loj #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id5158610270728\n" "help.text" -msgid "<emph>Encoding</emph>: The character set to be used (Default = \"UTF-8\")." +msgid "<emph>encoding</emph>: The character set to be used (Default = \"UTF-8\")." msgstr "" #. uDu7z @@ -16730,13 +16811,13 @@ msgctxt "" msgid "The generated file should successfully pass the <literal>msgfmt --check</literal> GNU command." msgstr "" -#. wBAjb +#. 32fPj #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id891586165768715\n" "help.text" -msgid "Gets the translated string corresponding to the given <literal>MsgId</literal> argument." +msgid "Gets the translated string corresponding to the given <literal>msgid</literal> argument." msgstr "" #. NzGZC @@ -16766,58 +16847,58 @@ msgctxt "" msgid "This method can be called either by the full name <literal>GetText</literal> or by the shortcut <literal>_</literal> (a single underscore):" msgstr "" -#. NzdBC +#. mvB66 #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id421614967136502\n" "help.text" -msgid "In the ScriptForge library, all methods starting with the \"_\" character are reserved for internal use only. However, the shortcut <literal>_</literal> used for <literal>GetText</literal> is the only exception to this rule, hence it can be safely used in Basic scripts." +msgid "In the ScriptForge library, all methods starting with the \"_\" character are reserved for internal use only. However, the shortcut <literal>_</literal> used for <literal>GetText</literal> is the only exception to this rule, hence it can be safely used in Basic and Python scripts." msgstr "" -#. rNrAw +#. 2ZVAQ #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id51586165768525\n" "help.text" -msgid "<emph>MsgId</emph>: The untranslated string, which is the text appearing in the program code. It must not be empty. It may contain any number of placeholders (%1 %2 %3 ...) that can be used to dynamically insert text at runtime." +msgid "<emph>msgid</emph>: The untranslated string, which is the text appearing in the program code. It must not be empty. It may contain any number of placeholders (%1 %2 %3 ...) that can be used to dynamically insert text at runtime." msgstr "" -#. Fummg +#. dALxK #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id11614365537450\n" "help.text" -msgid "Besides using a single <literal>MsgId</literal> string, this method also accepts the following formats:" +msgid "Besides using a single <literal>msgid</literal> string, this method also accepts the following formats:" msgstr "" -#. fD2Bg +#. Q7Bbm #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id961614365557277\n" "help.text" -msgid "The <literal>Context</literal> string with which the method will retrieve the <literal>MsgId</literal> in the PO file, or;" +msgid "The <literal>context</literal> string with which the method will retrieve the <literal>msgid</literal> in the PO file, or;" msgstr "" -#. v6nVR +#. rTDrq #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id981614365589866\n" "help.text" -msgid "A combination <literal>Context|MsgId</literal>, instructing the method to retrieve the <literal>MsgId</literal> using specified <literal>Context</literal> value. The second part of the argument is used to improve code readability." +msgid "A combination <literal>context|msgid</literal>, instructing the method to retrieve the <literal>msgid</literal> using specified <literal>context</literal> value. The second part of the argument is used to improve code readability." msgstr "" -#. 5zB4f +#. dW6RE #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id571586165768106\n" "help.text" -msgid "<emph>Arg1, ...</emph>: Values to be inserted into the placeholders. Any variable type is allowed, however only strings, numbers and dates will be considered." +msgid "<emph>args</emph>: Values to be inserted into the placeholders. Any variable type is allowed, however only strings, numbers and dates will be considered." msgstr "" #. cCZDK @@ -16829,13 +16910,328 @@ msgctxt "" msgid "Consider the following code is running on a %PRODUCTNAME installation with locale set to \"es-ES\". Additionally, there is a file \"es-ES.po\" inside the specified folder that translates the string passed to the <literal>GetText</literal> method:" msgstr "" -#. zJaES -#: sf_l10n.xhp +#. yYNtX +#: sf_methods.xhp msgctxt "" -"sf_l10n.xhp\n" -"par_id301613075694148\n" +"sf_methods.xhp\n" +"tit\n" +"help.text" +msgid "ScriptForge Method Signatures" +msgstr "" + +#. ycA6s +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"hd_id31529004750471\n" "help.text" -msgid "<link href=\"text/sbasic/guide/translation.xhp\" name=\"Controls Translation\">Translation of Controls in the Dialog Editor</link>" +msgid "<variable id=\"SF_Signatures\"><link href=\"text/sbasic/shared/03/sf_methods.xhp\" name=\"ScriptForge Method Signatures\"><literal>ScriptForge</literal> Method Signatures</link></variable>" +msgstr "" + +#. gEAos +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"bm_id491529070339774\n" +"help.text" +msgid "<bookmark_value>ScriptForge; Method signatures</bookmark_value>" +msgstr "" + +#. Xq2N5 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id681619700336879\n" +"help.text" +msgid "ScriptForge libraries aggregate macro scripting resources for %PRODUCTNAME to be invoked from Basic macros or Python scripts. Its modules and classes are invoked from user scripts as \"Services\" that expose properties, methods and events." +msgstr "" + +#. paARG +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id681623415196030\n" +"help.text" +msgid "Whenever service methods are proposed solely for %PRODUCTNAME Basic, their syntax presentation matches that of Basic subroutines, functions or properties." +msgstr "" + +#. 4dWnv +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id401623415235965\n" +"help.text" +msgid "Whenever service methods are proposed for Python and Basic, or solely for Python, their syntax and arguments use a specific textual layout." +msgstr "" + +#. McY36 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"hd_id1001623415980365\n" +"help.text" +msgid "Basic only service method" +msgstr "" + +#. tCvuL +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id791623418737799\n" +"help.text" +msgid "Typographical characters such as brackets, ellipsis or curly braces denote optional, repetitive or compulsory arguments:" +msgstr "" + +#. FkDFy +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"hd_id711623416000470\n" +"help.text" +msgid "Python or Basic service methods" +msgstr "" + +#. 8C6EM +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id221623415475781\n" +"help.text" +msgid "The following typographical rules are mixing the UML notation, the API documentation layout and the UNO object inspector user interface:" +msgstr "" + +#. aSSDq +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id661623417427142\n" +"help.text" +msgid "Optional parameters are indicated with either opt, '=' accompanying a default value, or '[ ]' brackets." +msgstr "" + +#. 534sD +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id351623417430814\n" +"help.text" +msgid "arguments are lowercased, in order to comply with Python PEP 8 while Basic is case-agnostic." +msgstr "" + +#. kFDAg +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id781623417432494\n" +"help.text" +msgid "Collections arguments or API sequences are denoted using UML multiplicity. That applies also to return values." +msgstr "" + +#. bmVjq +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id741623417433319\n" +"help.text" +msgid "Basic data types and Python annotations are syntactically transposed as:" +msgstr "" + +#. GGeNU +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id441613838858931\n" +"help.text" +msgid "Syntax" +msgstr "" + +#. ENqPg +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id851613847558931\n" +"help.text" +msgid "Boolean" +msgstr "" + +#. KvECx +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id541623420256687\n" +"help.text" +msgid "datetime" +msgstr "" + +#. gEDv5 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id421623420257224\n" +"help.text" +msgid "datetime" +msgstr "" + +#. KyGCx +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id321623420281678\n" +"help.text" +msgid "float" +msgstr "" + +#. TCZND +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id471623420282320\n" +"help.text" +msgid "float" +msgstr "" + +#. CYgLM +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id971623420314751\n" +"help.text" +msgid "int" +msgstr "" + +#. 6SGDq +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id561623420315278\n" +"help.text" +msgid "int" +msgstr "" + +#. gQx34 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id451623420342159\n" +"help.text" +msgid "int" +msgstr "" + +#. BxcdG +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id591623420343208\n" +"help.text" +msgid "int" +msgstr "" + +#. n2DgV +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id601623420375543\n" +"help.text" +msgid "obj" +msgstr "" + +#. AophW +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id821623420532337\n" +"help.text" +msgid "float" +msgstr "" + +#. gegJw +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id351623420532936\n" +"help.text" +msgid "float" +msgstr "" + +#. RFbyb +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id211623420546503\n" +"help.text" +msgid "str" +msgstr "" + +#. Eex5K +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id681623420559167\n" +"help.text" +msgid "str" +msgstr "" + +#. BxTYx +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id81623420571390\n" +"help.text" +msgid "any" +msgstr "" + +#. vWABe +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id931623419595424\n" +"help.text" +msgid "UNO Object" +msgstr "" + +#. cE5KS +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id821623420607671\n" +"help.text" +msgid "uno" +msgstr "" + +#. 2q5Bk +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id951623419595631\n" +"help.text" +msgid "User Defined<br/>Type (UDT)" +msgstr "" + +#. yATCd +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id491623420626262\n" +"help.text" +msgid "obj" +msgstr "" + +#. h4Tu4 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id451623419793734\n" +"help.text" +msgid "<literal>ScriptForge</literal><br/>service" +msgstr "" + +#. tBcFF +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id761623420648335\n" +"help.text" +msgid "svc" msgstr "" #. Ah5Gj @@ -16919,13 +17315,13 @@ msgctxt "" msgid "Service invocation" msgstr "" -#. Emisv +#. mHGZk #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" "par_id321614902851541\n" "help.text" -msgid "The code snippet below instantiates the <literal>Platform</literal> service and accesses the <literal>Architecture</literal> property." +msgid "The examples below in Basic and Python instantiate the <literal>Platform</literal> service and access the <literal>Architecture</literal> property." msgstr "" #. KC5eN @@ -17180,67 +17576,67 @@ msgctxt "" msgid "Example: '<literal>#50-Ubuntu SMP Tue Feb 9 06:29:41 UTC 2021</literal>'" msgstr "" -#. fCdYi +#. E8DzK #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id941600789527698\n" +"par_id941608709527698\n" "help.text" msgid "Yes" msgstr "" -#. wkthE +#. ArFcn #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id631600789527859\n" +"par_id661300789527859\n" "help.text" -msgid "The real processor name. Example: '<literal>amdk6</literal>'." +msgid "The list of available printers as a zero-based array." msgstr "" -#. MYY9M +#. nN5EG #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id111614902598396\n" +"par_id111614952098396\n" "help.text" -msgid "This property may return the same value as the <literal>Machine</literal> property." +msgid "The default printer is put in the first position of the list (index = 0)." msgstr "" -#. 4pnPw +#. fCdYi #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id301613075694148\n" +"par_id941600789527698\n" "help.text" -msgid "<link href=\"text/sbasic/python/python_platform.xhp\" name=\"OS python\">Identifying the operating system</link>" +msgid "Yes" msgstr "" -#. UCfLb +#. wkthE #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id301613065794148\n" +"par_id631600789527859\n" "help.text" -msgid "<link href=\"text/scalc/01/04060104.xhp\" name=\"Platform information with Calc INFO formula\">Platform information with INFO(\"system\") Calc formula</link>" +msgid "The real processor name. Example: '<literal>amdk6</literal>'." msgstr "" -#. PqDHG +#. MYY9M #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id103613075694148\n" +"par_id111614902598396\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03132100.xhp\" name=\"GetGuiType Function\">GetGuiType function</link>" +msgid "This property may return the same value as the <literal>Machine</literal> property." msgstr "" -#. DAfoV +#. 3yeMr #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id301316075694148\n" +"par_id301613065794148\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03/lib_tools.xhp\" name=\"Tools library\">Tools library</link>" +msgid "<link href=\"text/scalc/01/04060104.xhp#bm_id3691824\" name=\"Calc_Info\">Platform information with INFO(\"system\") Calc formula</link>" msgstr "" #. GpvmN @@ -17261,193 +17657,103 @@ msgctxt "" msgid "<variable id=\"ScriptForgeServices\"><link href=\"text/sbasic/shared/03/sf_services.xhp\" name=\"Services service\"><literal>ScriptForge</literal>.<literal>Services</literal> service</link></variable>" msgstr "" -#. 2TqZf +#. SDbDJ #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id351582710868545\n" +"par_id241627513489594\n" "help.text" -msgid "The ScriptForge library is built upon an extensible collection of so-called \"Services\". <br/>This collection is implemented as categories of Basic libraries or Python modules:" +msgid "The main purpose of the <literal>Services</literal> module is to provide access to the <literal>CreateScriptService</literal> method, which can be called in user scripts to instantiate services that are implemented using the ScriptForge framework." msgstr "" -#. G2GDr +#. 7B2KJ #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id751582711417284\n" -"help.text" -msgid "the standard <literal>ScriptForge</literal> library shipped with %PRODUCTNAME" -msgstr "" - -#. pyGFM -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id711582711434921\n" -"help.text" -msgid "a number of \"associated\" libraries shipped with %PRODUCTNAME as well" -msgstr "" - -#. DLRfn -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id11582711444725\n" -"help.text" -msgid "any user/contributor LibreOffice extension wanting to fit into the same framework" -msgstr "" - -#. WZtZa -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id211596296017810\n" -"help.text" -msgid "A <emph>service</emph> is a collection of properties or methods which implement the service." -msgstr "" - -#. 8yaDQ -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id301596296901387\n" -"help.text" -msgid "For the author of a user script, a service may be either a <emph>module</emph> within a library, or an <emph>instance</emph> of a class module." -msgstr "" - -#. pJ7ic -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id411596296395830\n" -"help.text" -msgid "An <emph>event manager</emph> is a script contained in a library which binds an event triggering a macro - usually defined by the <menuitem>Tools - Customize</menuitem> menu - to the concerned service instance." -msgstr "" - -#. 8tKxb -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id771596296933669\n" -"help.text" -msgid "As an example, if several documents trigger the same macro when they are loaded, it might be useful to know which document triggered the macro this time. That's where an event manager plays its role." -msgstr "" - -#. vpUVp -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id191582711902530\n" -"help.text" -msgid "The following methods make up the kernel of the <literal>ScriptForge</literal> framework:" -msgstr "" - -#. td8Cp -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id351582712098824\n" -"help.text" -msgid "Called internally by <literal>ScriptForge</literal> to register for a library the list of services it implements. <br/>Each library associated to <literal>Scriptforge</literal> or extending it must implement its own <literal>RegisterScriptServices</literal> method." -msgstr "" - -#. Adbws -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id671595847982308\n" -"help.text" -msgid "Called - as many times as there are services to register in the library - by <literal>RegisterScriptServices</literal>." -msgstr "" - -#. vsobg -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id241596294275434\n" +"par_id351582710868545\n" "help.text" -msgid "Called to register a library event manager by <literal>RegisterScriptServices</literal>." +msgid "In ScriptForge terminology a service is a collection of methods and properties that can be used for a common purpose. For example, the <literal>String</literal> service provides methods for manipulating strings whereas the <literal>FileSystem</literal> service allows for the manipulation of files and folders." msgstr "" -#. sZBHB +#. NW4BS #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id741582712156448\n" +"par_id541627513771828\n" "help.text" -msgid "Called by user scripts to get an object giving access to the service given as argument. <br/>All services should be invoked through the <literal>CreateScriptService</literal> method." +msgid "The <literal>Services</literal> module of the ScriptForge library provides additional methods that are used either internally to register available services or by developers who are interested in extending ScriptForge by creating new services. The only method that is relevant for user scripts is <literal>CreateScriptService</literal>." msgstr "" -#. 9Geac +#. FW4FC #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id651582712806415\n" +"par_id871582714020043\n" "help.text" -msgid "Conventionally, the <literal>String</literal>, <literal>Array</literal> and <literal>Exception</literal> services may be invoked directly respectively as <literal>SF_String</literal>, <literal>SF_Array</literal> and <literal>SF_Exception</literal>." +msgid "This method is used to instantiate a ScriptForge service so it can be called in user scripts." msgstr "" -#. BzHaE +#. jG6U9 #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id891611613601554\n" +"par_id711627514310039\n" "help.text" -msgid "List of Methods in the Services Service" +msgid "The returned value is a Basic object or <literal>Nothing</literal> if an error occurred." msgstr "" -#. howve +#. Vrzc9 #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id871582714020043\n" +"par_id961627475353964\n" "help.text" -msgid "Gain access to one of the services of a library for the benefit of a user script. <br/> The returned value is a Basic object or <literal>Nothing</literal> if an error occurred." +msgid "<input>svc.CreateScriptService(service: str, [arg0: any] ...): svc</input>" msgstr "" -#. KweBC +#. oojMF #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id101582714266656\n" +"par_id971582714020045\n" "help.text" -msgid "A service can be understood as either:" +msgid "<emph>service</emph>: The name of the service identified as a string in the format \"library.service\":" msgstr "" -#. w7Czn +#. CEqku #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id531582714337820\n" +"par_id11627475954271\n" "help.text" -msgid "as a set of methods gathered in a Basic standard module" +msgid "The <emph>library</emph> is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. The default value is \"ScriptForge\"." msgstr "" -#. rfAFT +#. BBFeA #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id291582714347134\n" +"par_id811627475954641\n" "help.text" -msgid "or a set of methods and properties gathered in a Basic class module." +msgid "The <emph>service</emph> is one of the services registered by the ScriptForge library." msgstr "" -#. VuLrG +#. btbtw #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id971582714020045\n" +"par_id391582714020045\n" "help.text" -msgid "<emph>Service</emph>: The name of the service identified as \"library.service\". <br/>The library is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. The default value is \"ScriptForge\". <br/>The service is one of the services registered by the library via the <literal>RegisterScriptServices()</literal> method." +msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service." msgstr "" -#. q97vs +#. yAaks #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id391582714020045\n" +"par_id841627475900817\n" "help.text" -msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service. <br/>If the first argument refers to an event manager, then arg0 is mandatory and must be the UNO object representing the event provided as argument to the user macro." +msgid "If the first argument refers to an event manager, then <literal>arg0</literal> is mandatory and must be the UNO object representing the event provided as argument to the user macro." msgstr "" #. wuR7S @@ -17513,211 +17819,40 @@ msgctxt "" msgid "' Returns the instance of the Document class that fired the event" msgstr "" -#. AsuMY -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id1315827229793\n" -"help.text" -msgid "By executing a series of invocations of <literal>RegisterService()</literal> and <literal>RegisterEventManager()</literal>, the <literal>RegisterScriptServices()</literal> method incorporates a library into the <literal>ScriptForge</literal> framework. <br/>Each library pertaining to the framework must implement its own version of this method." -msgstr "" - -#. 8FgEA -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id411582723190195\n" -"help.text" -msgid "The method has to be stored in a <emph>standard</emph> Basic module as opposed to a class module." -msgstr "" - -#. jEAZb -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id351582724127926\n" -"help.text" -msgid "A service is either:" -msgstr "" - -#. oC8wx -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id171582722979820\n" -"help.text" -msgid "a Basic standard module passed as a Basic object." -msgstr "" - -#. r98Hy -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id121582722979649\n" -"help.text" -msgid "or a string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance." -msgstr "" - -#. FKqFQ -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id771582725815107\n" -"help.text" -msgid "GlobalScope.LibraryName.ModuleName ' Object" -msgstr "" - -#. DYyWS -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id721582724496873\n" -"help.text" -msgid "\"LibraryName.ModuleName.FunctionName\" ' String" -msgstr "" - -#. uej6R -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id11582725353585\n" -"help.text" -msgid "' Refer to a Basic standard module implementing the service as a set of methods" -msgstr "" - -#. jCUWF -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id341582725374064\n" -"help.text" -msgid "' The function should return an instance of a Basic object class implementing the service" -msgstr "" - -#. iwekv -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id741582727674249\n" -"help.text" -msgid "When a user script contains a statement such as:" -msgstr "" - -#. ivHq4 +#. zhCyY #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id611582727701061\n" +"par_id321627570607194\n" "help.text" -msgid "<br/><literal>ScriptForge</literal> performs these tasks:" +msgid "Python scripts support keyword arguments when calling <literal>CreateScriptService</literal>. The following example illustrates this concept by instantiating the <literal>Timer</literal> and <literal>Document</literal> services using keyword arguments." msgstr "" -#. 8AiaU +#. jah7F #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id511582728914523\n" +"par_id901627576693156\n" "help.text" -msgid "load the library <literal>myLibrary</literal> when necessary" +msgid "To make writing Python scripts more fluid, ScriptForge provides the <literal>Basic</literal> service which allows Python scripts to call a collection of methods with the same syntax and meaning as their homonymous native Basic functions." msgstr "" -#. Egm5V +#. SDQ7m #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id441582728492537\n" +"par_id41627644806288\n" "help.text" -msgid "invoke the <literal>RegisterScriptServices</literal> method to load the list of services of <literal>myLibrary</literal> in memory" +msgid "The following example instantiates the <literal>Basic</literal> service and calls the <literal>MsgBox</literal> method, which is equivalent to the <literal>MsgBox</literal> function available in Basic:" msgstr "" -#. csxrp +#. zVgQm #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id531582728511341\n" +"par_id581627645023307\n" "help.text" -msgid "initialize the variable <literal>myServ</literal> with the given service" -msgstr "" - -#. x6Xa6 -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id331595857355789\n" -"help.text" -msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully." -msgstr "" - -#. ELGxD -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id721595857355929\n" -"help.text" -msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique." -msgstr "" - -#. GkGcA -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id271595857355756\n" -"help.text" -msgid "<emph>ServiceReference</emph>: A service reference is either:" -msgstr "" - -#. cmHCE -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id101595857355820\n" -"help.text" -msgid "' Refer to a Basic standard module implementing the service as a set of methods" -msgstr "" - -#. bgCCe -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id951595857355198\n" -"help.text" -msgid "' The function should return an instance of a Basic object class implementing the service" -msgstr "" - -#. QPDMC -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id701596299279876\n" -"help.text" -msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully." -msgstr "" - -#. Ky8rX -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id331596299279165\n" -"help.text" -msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique." -msgstr "" - -#. 3AXvN -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id92159629927929\n" -"help.text" -msgid "<emph>ServiceReference</emph>: A string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance.:" -msgstr "" - -#. FKFAC -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id521596299279373\n" -"help.text" -msgid "' The function should return an instance of a Basic object class implementing the service" +msgid "Beware that the <literal>Basic</literal> service has to be instantiated in Python scripts using the <literal>CreateScriptService</literal> method." msgstr "" #. LCVem @@ -17792,13 +17927,13 @@ msgctxt "" msgid "Constants" msgstr "" -#. BuuCB +#. zcRQu #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id82158281472034\n" "help.text" -msgid "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. <br/>Use them as <literal>session.CONSTANT</literal>." +msgid "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. Use them as <literal>session.CONSTANT</literal>." msgstr "" #. yyF2R @@ -17900,13 +18035,13 @@ msgctxt "" msgid "List of Methods in the Session Service" msgstr "" -#. V4BCf +#. JvBuZ #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id491613061572993\n" "help.text" -msgid "<literal>Session</literal> service methods behave as follows: <br/>Arguments are passed by value. Updates performed by the called function are not sent back to the calling script. <br/>A single value or an array of values is returned to the calling script." +msgid "<literal>Execute...</literal> methods in <literal>Session</literal> service behave as follows: <br/>Arguments are passed by value. Changes made by the called function to the arguments do not update their values in the calling script. <br/>A single value or an array of values is returned to the calling script." msgstr "" #. 72GZi @@ -17918,49 +18053,94 @@ msgctxt "" msgid "Execute the Basic script given its name and location and fetch its result if any." msgstr "" -#. yWXBt +#. yFnSG #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id921600856780901\n" "help.text" -msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>." +msgid "If the script returns nothing, which is the case of procedures defined with <literal>Sub</literal>, the returned value is <literal>Empty</literal>." msgstr "" -#. bWiEa +#. VTyCE #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id631582815407231\n" "help.text" -msgid "<emph>Scope</emph>: \"document\" or \"application\" or one of the applicable <literal>session.CONSTANTS</literal>." +msgid "<emph>scope</emph>: String specifying where the script is stored. It can be either \"document\" (constant <literal>session.SCRIPTISEMBEDDED</literal>) or \"application\" (constant <literal>session.SCRIPTISAPPLICATION</literal>)." msgstr "" -#. fxDM3 +#. SCCpE #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id691582815407231\n" "help.text" -msgid "<emph>Script</emph>: \"library.module.method\" as a case-sensitive string. <br/>The library is loaded in memory if necessary. <br/>The module must not be a class module. <br/>The method may be a <literal>Sub</literal> or a <literal>Function</literal>." +msgid "<emph>script</emph>: String specifying the script to be called in the format \"library.module.method\" as a case-sensitive string." +msgstr "" + +#. hS5x4 +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id741626828862265\n" +"help.text" +msgid "The library is loaded in memory if necessary." +msgstr "" + +#. D8AL6 +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id981626828863001\n" +"help.text" +msgid "The module must not be a class module." +msgstr "" + +#. VsUFD +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id721626828863257\n" +"help.text" +msgid "The method may be a <literal>Sub</literal> or a <literal>Function</literal>." msgstr "" -#. UM3xU +#. eExjm #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id881582815407231\n" "help.text" -msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script." +msgid "<emph>args</emph>: The arguments to be passed to the called script." msgstr "" -#. bvuhY +#. mg5WG #: sf_session.xhp msgctxt "" "sf_session.xhp\n" -"bas_id61582815407231\n" +"par_id21626809513802\n" "help.text" -msgid "' Xray returns no value" +msgid "Consider the following Basic function named <literal>DummyFunction</literal> that is stored in \"My Macros\" in the \"Standard\" library inside a module named \"Module1\"." +msgstr "" + +#. PMyrB +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id551626810319766\n" +"help.text" +msgid "The function simply takes in two integer values <literal>v1</literal> and <literal>v2</literal> and return the sum of all values starting in <literal>v1</literal> and ending in <literal>v2</literal>." +msgstr "" + +#. Gx6fV +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id461626810470057\n" +"help.text" +msgid "The examples below show how to call <literal>DummyFunction</literal> from within Basic and Python scripts." msgstr "" #. Yr22N @@ -17972,22 +18152,22 @@ msgctxt "" msgid "Execute a Calc function using its English name and based on the given arguments. <br/>If the arguments are arrays, the function is executed as an <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">array formula</link>." msgstr "" -#. gG7vu +#. EDU9x #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id771582816585183\n" "help.text" -msgid "<emph>CalcFunction</emph>: The English name of the function to execute." +msgid "<emph>calcfunction</emph>: The name of the Calc function to be called, in English." msgstr "" -#. ULCqi +#. FJJJh #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id371582816585183\n" "help.text" -msgid "<emph>arg0, ...</emph>: The arguments to provide to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types." +msgid "<emph>args</emph>: The arguments to be passed to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types." msgstr "" #. XMfUD @@ -18017,22 +18197,22 @@ msgctxt "" msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>." msgstr "" -#. JsjbE +#. jdWTU #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id791582818023246\n" "help.text" -msgid "<emph>Scope</emph>: One of the applicable <literal>session.CONSTANTS</literal>. Default = <literal>session.SCRIPTISSHARED</literal>." +msgid "<emph>scope</emph>: One of the applicable constants listed <link href=\"text/sbasic/shared/03/sf_session.xhp#constants\" name=\"Session constants\">above</link>. The default value is <literal>session.SCRIPTISSHARED</literal>." msgstr "" -#. UDbdL +#. ELfda #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id71582818023247\n" "help.text" -msgid "<emph>Script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string." +msgid "<emph>script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string." msgstr "" #. P6ZKD @@ -18071,13 +18251,40 @@ msgctxt "" msgid "method: The Python function." msgstr "" -#. LPeJj +#. dWbiV #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id711582818023247\n" "help.text" -msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script." +msgid "<emph>args</emph>: The arguments to be passed to the called script.." +msgstr "" + +#. Az2PX +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id701626817164878\n" +"help.text" +msgid "Consider the Python function <literal>odd_integers</literal> defined below that creates a list with odd integer values between <literal>v1</literal> an <literal>v2</literal>. Suppose this function is stored in a file named <emph>my_macros.py</emph> in your user scripts folder." +msgstr "" + +#. CHr5n +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id751626817335715\n" +"help.text" +msgid "Read the help page <embedvar href=\"text/sbasic/python/python_locations.xhp#pythonlocations1\"/> to learn more about where Python scripts can be stored." +msgstr "" + +#. vqBm9 +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id121626817725471\n" +"help.text" +msgid "The following examples show how to call the function <literal>odd_integers</literal> from within Basic and Python scripts." msgstr "" #. Lv4iA @@ -18089,22 +18296,22 @@ msgctxt "" msgid "Returns <literal>True</literal> if an UNO object contains the given method. Returns <literal>False</literal> when the method is not found or when an argument is invalid." msgstr "" -#. AmYDH +#. HAw32 #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id921587477335673\n" "help.text" -msgid "<emph>UnoObject</emph>: The object to inspect." +msgid "<emph>unoobject</emph>: The object to inspect." msgstr "" -#. d8D4G +#. DDw6g #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id631587477566016\n" "help.text" -msgid "<emph>MethodName</emph>: the method as a case-sensitive string" +msgid "<emph>methodname</emph>: the method as a case-sensitive string" msgstr "" #. gDBRB @@ -18116,22 +18323,22 @@ msgctxt "" msgid "Returns <literal>True</literal> if a UNO object has the given property. Returns <literal>False</literal> when the property is not found or when an argument is invalid." msgstr "" -#. 4Sgnh +#. 54oXs #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id121587477832805\n" "help.text" -msgid "<emph>UnoObject</emph>: The object to inspect." +msgid "<emph>unoobject</emph>: The object to inspect." msgstr "" -#. DGzZA +#. hCTCk #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id701587477832750\n" "help.text" -msgid "<emph>PropertyName</emph>: the property as a case-sensitive string" +msgid "<emph>propertyname</emph>: the property as a case-sensitive string" msgstr "" #. QWaTF @@ -18143,40 +18350,40 @@ msgctxt "" msgid "Open a Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) in the default browser." msgstr "" -#. JD25Y +#. 4tFWV #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id241601129640549\n" "help.text" -msgid "<emph>URL</emph>: The URL to open." +msgid "<emph>url</emph>: The URL to open." msgstr "" -#. hmMBt +#. hJqsF #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id311582819697897\n" "help.text" -msgid "Executes an arbitrary system command and returns <literal>True </literal> if it was launched successfully." +msgid "Executes an arbitrary system command and returns <literal>True</literal> if it was launched successfully." msgstr "" -#. QgJxa +#. D483F #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id461582819697898\n" "help.text" -msgid "<emph>Command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation." +msgid "<emph>command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation." msgstr "" -#. vTm42 +#. b8hbC #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id611582819697899\n" "help.text" -msgid "<emph>Parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command." +msgid "<emph>parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command." msgstr "" #. 2hTM7 @@ -18188,67 +18395,67 @@ msgctxt "" msgid "Send a message - with optional attachments - to recipients from the user's mail client. The message may be edited by the user before sending or, alternatively, be sent immediately." msgstr "" -#. qdmqa +#. FCn8e #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id701601030349896\n" "help.text" -msgid "<emph>Recipient</emph>: An email address (the \"To\" recipient)." +msgid "<emph>recipient</emph>: An email address (the \"To\" recipient)." msgstr "" -#. xC9Lq +#. BdMiD #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id571601030349904\n" "help.text" -msgid "<emph>Cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)." +msgid "<emph>cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)." msgstr "" -#. xxBCy +#. ADjaV #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id961601031043346\n" "help.text" -msgid "<emph>Bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)." +msgid "<emph>bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)." msgstr "" -#. vMyR2 +#. zAkWZ #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id891601031050814\n" "help.text" -msgid "<emph>Subject</emph>: the header of the message." +msgid "<emph>subject</emph>: the header of the message." msgstr "" -#. L7Cqy +#. EG6ZA #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id191601031056673\n" "help.text" -msgid "<emph>Body</emph>: The content of the message as an unformatted text." +msgid "<emph>body</emph>: The content of the message as an unformatted text." msgstr "" -#. HKGDs +#. McuEx #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id511601031063269\n" "help.text" -msgid "<emph>FileNames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation." +msgid "<emph>filenames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation." msgstr "" -#. k3Ssx +#. h9Urq #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id161601032784063\n" "help.text" -msgid "<emph>EditMessage</emph>: When <literal>True</literal> (default), the message is edited before being sent." +msgid "<emph>editmessage</emph>: When <literal>True</literal> (default), the message is edited before being sent." msgstr "" #. HtzHP @@ -18260,13 +18467,13 @@ msgctxt "" msgid "Returns a list of the methods callable from an UNO object. The list is a zero-based array of strings and may be empty." msgstr "" -#. C7NYy +#. DX8qb #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id251587478024311\n" "help.text" -msgid "<emph>UnoObject</emph>: The object to inspect." +msgid "<emph>unoobject</emph>: The object to inspect." msgstr "" #. sL6Ri @@ -18278,13 +18485,13 @@ msgctxt "" msgid "Returns a list of the properties of an UNO object. The list is a zero-based array of strings and may be empty." msgstr "" -#. FfvFC +#. CFZRP #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id241587478343323\n" "help.text" -msgid "<emph>UnoObject</emph>: The object to inspect." +msgid "<emph>unoobject</emph>: The object to inspect." msgstr "" #. Cm4eK @@ -18296,13 +18503,13 @@ msgctxt "" msgid "Identify the type of a UNO object as a string." msgstr "" -#. SudxH +#. Cs3VC #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id921582820251349\n" "help.text" -msgid "<emph>UnoObject</emph>: The object to identify." +msgid "<emph>unoobject</emph>: The object to identify." msgstr "" #. UAy4i @@ -18314,13 +18521,13 @@ msgctxt "" msgid "Get some web content from a URI." msgstr "" -#. C2AxK +#. BU5XR #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id771582821057374\n" "help.text" -msgid "<emph>URI</emph>: URI text of the web service." +msgid "<emph>uri</emph>: URI address of the web service." msgstr "" #. gn6AM @@ -18629,13 +18836,31 @@ msgctxt "" msgid "Before using the <literal>ScriptForge.String</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:" msgstr "" -#. tSsDx +#. znLHV +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id271627158844922\n" +"help.text" +msgid "Loading the library will create the <literal>SF_String</literal> object that can be used to call the methods in the <literal>String</literal> service." +msgstr "" + +#. e2Gty #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id63158659509728\n" "help.text" -msgid "The following code snippets show the three ways to call methods in the <literal>String</literal> service (the <literal>ExpandTabs</literal> method is used as an example):" +msgid "The following code snippets show the three ways to call methods from the <literal>String</literal> service (the <literal>Capitalize</literal> method is used as an example):" +msgstr "" + +#. UE3DL +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id761627158463235\n" +"help.text" +msgid "The code snippet below illustrates how to invoke methods from the <literal>String</literal> service in Python scripts. The <literal>IsIPv4</literal> method is used as an example." msgstr "" #. GfEcK @@ -18647,13 +18872,13 @@ msgctxt "" msgid "Properties" msgstr "" -#. PGBk4 +#. qKhL4 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id241611950267068\n" "help.text" -msgid "The <literal>SF_String</literal> object provides the following properties:" +msgid "The <literal>SF_String</literal> object provides the following properties for Basic scripts:" msgstr "" #. FDjPb @@ -18791,6 +19016,15 @@ msgctxt "" msgid "The first argument of most methods is the string to be considered. It is always passed by reference and left unchanged. Methods such as <literal>Capitalize</literal>, <literal>Escape</literal>, etc return a new string after their execution." msgstr "" +#. PYcny +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id371627158142730\n" +"help.text" +msgid "Because Python has comprehensive built-in string support, most of the methods in the <literal>String</literal> service are available for Basic scripts only. The methods available for Basic and Python are: <literal>HashStr</literal>, <literal>IsADate</literal>, <literal>IsEmail</literal>, <literal>IsFileName</literal>, <literal>IsIBAN</literal>, <literal>IsIPv4</literal>, <literal>IsLike</literal>, <literal>IsSheetName</literal>, <literal>IsUrl</literal>, <literal>SplitNotQuoted</literal> and <literal>Wrap</literal>." +msgstr "" + #. jaBZR #: sf_string.xhp msgctxt "" @@ -18800,13 +19034,13 @@ msgctxt "" msgid "Capitalizes the first character from each word in the input string." msgstr "" -#. ABfrm +#. ibgky #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id941582304592013\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be capitalized." +msgid "<emph>inputstr</emph>: The string to be capitalized." msgstr "" #. DB982 @@ -18818,40 +19052,40 @@ msgctxt "" msgid "Counts the number of occurrences of a substring or a regular expression within a string." msgstr "" -#. tvxcg +#. DxK5L #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id571582384689863\n" "help.text" -msgid "<emph>InputStr</emph>: The input string to be examined" +msgid "<emph>inputstr</emph>: The input string to be examined" msgstr "" -#. 97Asr +#. QUeur #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id601582384696486\n" "help.text" -msgid "<emph>Substring</emph>: The substring or the regular expression to be used during search" +msgid "<emph>substring</emph>: The substring or the regular expression to be used during search" msgstr "" -#. i5aBr +#. vGiqm #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id451582384703719\n" "help.text" -msgid "<emph>IsRegex</emph>: Use <literal>True</literal> if the substring is a regular expression (default = <literal>False</literal>)" +msgid "<emph>isregex</emph>: Use <literal>True</literal> if the substring is a regular expression (Default = <literal>False</literal>)" msgstr "" -#. fxSHM +#. WiFme #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id141582384726168\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>" +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. QcE5q @@ -18899,31 +19133,31 @@ msgctxt "" msgid "The function returns <literal>False</literal> when either the string or the substring have a length = 0 or when the substring is longer than the string." msgstr "" -#. xsyiT +#. qk5nE #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id191579861552201\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be tested." +msgid "<emph>inputstr</emph>: The string to be tested." msgstr "" -#. B5JDX +#. 2Vipn #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id211579861561473\n" "help.text" -msgid "<emph>Substring</emph>: The substring to be searched at the end of <literal>InputStr</literal>." +msgid "<emph>substring</emph>: The substring to be searched at the end of <literal>InputStr</literal>." msgstr "" -#. WfUif +#. 4DKkW #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id801579861574009\n" "help.text" -msgid "<emph>CaseSensitive</emph>: The comparison can be case sensitive or not (default = <literal>False</literal>)." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. gn2F8 @@ -18953,13 +19187,13 @@ msgctxt "" msgid "Converts linebreaks and tabs contained in the input string to their equivalent escaped sequence (\\\\, \\n, \\r, \\t)." msgstr "" -#. KH5Qh +#. kBiBE #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id9158592144110\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be converted." +msgid "<emph>inputstr</emph>: The string to be converted." msgstr "" #. cpLKD @@ -18989,22 +19223,22 @@ msgctxt "" msgid "If a line break is found, a new line is started and the character counter is reset." msgstr "" -#. da5NH +#. E73Ko #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id231579868290408\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be expanded" +msgid "<emph>inputstr</emph>: The string to be expanded" msgstr "" -#. J3oNq +#. 9dyYc #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id281579868299807\n" "help.text" -msgid "<emph>TabSize</emph>: This parameter is used to determine the Tab stops using the formula: TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (default = 8)" +msgid "<emph>tabsize</emph>: This parameter is used to determine the Tab stops using the formula: TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (Default = 8)" msgstr "" #. GUoE8 @@ -19016,22 +19250,22 @@ msgctxt "" msgid "Replaces all non-printable characters in the input string by a given character." msgstr "" -#. bJBrE +#. GpHwp #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id431579874633865\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be searched" +msgid "<emph>inputstr</emph>: The string to be searched" msgstr "" -#. bywcr +#. GttDN #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id31579874656437\n" "help.text" -msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>InputStr</literal> (Default = \"\")" +msgid "<emph>replacedby</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>inputstr</literal> (Default = \"\")" msgstr "" #. W44TL @@ -19043,58 +19277,58 @@ msgctxt "" msgid "Finds in a string a substring matching a given regular expression." msgstr "" -#. FK83s +#. aq28M #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id131579876314120\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be searched" +msgid "<emph>inputstr</emph>: The string to be searched" msgstr "" -#. pEWGm +#. hRrBB #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id751579876371545\n" "help.text" -msgid "<emph>Regex</emph>: The regular expression" +msgid "<emph>regex</emph>: The regular expression" msgstr "" -#. vBGPG +#. y2Fqs #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id881579876394584\n" "help.text" -msgid "<emph>Start</emph>: The position in the string where the search will begin. This parameter is passed by reference, so after execution the value of <literal>Start</literal> will point to the first character of the found substring. If no matching substring is found, <literal>Start</literal> will be set to 0." +msgid "<emph>start</emph>: The position in the string where the search will begin. This parameter is passed by reference, so after execution the value of <literal>start</literal> will point to the first character of the found substring. If no matching substring is found, <literal>start</literal> will be set to 0." msgstr "" -#. 8ACCG +#. yZMDg #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id251579876403831\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>" +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" -#. y5jTA +#. A4JC7 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id841579876412287\n" "help.text" -msgid "<emph>Forward</emph>: Determines the direction of the search. If <literal>True</literal>, search moves forward. If <literal>False</literal> search moves backwards (Default = <literal>True</literal>)" +msgid "<emph>forward</emph>: Determines the direction of the search. If <literal>True</literal>, search moves forward. If <literal>False</literal> search moves backwards (Default = <literal>True</literal>)" msgstr "" -#. 24fyo +#. SkaCi #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id451612309155653\n" "help.text" -msgid "At the first iteration, if <literal>Forward = True</literal>, then <literal>Start</literal> should be equal to 1, whereas if <literal>Forward = False</literal> then <literal>Start</literal> should be equal to <literal>Len(InputStr)</literal>" +msgid "At the first iteration, if <literal>forward = True</literal>, then <literal>start</literal> should be equal to 1, whereas if <literal>forward = False</literal> then <literal>start</literal> should be equal to <literal>Len(inputstr)</literal>" msgstr "" #. gv3oo @@ -19133,22 +19367,22 @@ msgctxt "" msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>." msgstr "" -#. xWGnD +#. yUmmb #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id621601048983210\n" "help.text" -msgid "<emph>InputStr</emph> : The string to hash. It is presumed to be encoded in UTF-8. The hashing algorithm will consider the string as a stream of bytes." +msgid "<emph>inputstr</emph>: The string to hash. It is presumed to be encoded in UTF-8. The hashing algorithm will consider the string as a stream of bytes." msgstr "" -#. krqwK +#. nuQRb #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id941601048983822\n" "help.text" -msgid "<emph>Algorithm</emph> : One of the supported algorithms listed above, passed as a string." +msgid "<emph>algorithm</emph>: One of the supported algorithms listed above, passed as a string." msgstr "" #. TXGmB @@ -19169,13 +19403,13 @@ msgctxt "" msgid "For example, the character <literal>é</literal> would be replaced by <literal>é</literal> or an equivalent numerical HTML code." msgstr "" -#. 2SAZB +#. CGFQH #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "bas_id501579879570781\n" "help.text" -msgid "<emph>InputStr</emph>: The string to encode" +msgid "<emph>inputstr</emph>: The string to encode." msgstr "" #. jpv97 @@ -19187,22 +19421,22 @@ msgctxt "" msgid "Returns <literal>True</literal> if the input string is a valid date according to a specified date format." msgstr "" -#. rhVGc +#. tBGBH #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id151579881091821\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>" +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>" msgstr "" -#. J4E4L +#. nmTv3 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id991579881107670\n" "help.text" -msgid "<emph>DateFormat</emph>: The date format, as a string. It can be either \"YYYY-MM-DD\" (default), \"DD-MM-YYYY\" or \"MM-DD-YYYY\"" +msgid "<emph>dateformat</emph>: The date format, as a string. It can be either \"YYYY-MM-DD\" (default), \"DD-MM-YYYY\" or \"MM-DD-YYYY\"" msgstr "" #. GvZLC @@ -19259,13 +19493,13 @@ msgctxt "" msgid "Alphabetic characters are those characters defined in the <link href=\"https://unicode.org/reports/tr44/\" name=\"Unicode documentation\">Unicode Character Database</link> as <literal>Letter</literal>." msgstr "" -#. VMZud +#. a9rTa #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id11579881691826\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. KaLGv @@ -19277,13 +19511,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are alphabetic, digits or \"_\" (underscore). The first character must not be a digit." msgstr "" -#. LLCAz +#. BAEB4 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id31579884464101\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. qAZpA @@ -19295,13 +19529,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are Ascii characters." msgstr "" -#. AR4hr +#. 3DNou #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id791580039528838\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. iuPF4 @@ -19313,13 +19547,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are digits." msgstr "" -#. njKib +#. yU7cc #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id41580044873043\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. J8Ykx @@ -19331,13 +19565,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if the string is a valid email address." msgstr "" -#. DFTVq +#. 8Pxsn #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id841580045280071\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. R6MsU @@ -19349,22 +19583,22 @@ msgctxt "" msgid "Returns <literal>True</literal> if the string is a valid filename in a given operating system." msgstr "" -#. VEp6E +#. aQbRF #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id801580047079938\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" -#. j3yDJ +#. jWMpJ #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id781580047088954\n" "help.text" -msgid "<emph>OSName</emph>: The operating system name, as a string. It can be WINDOWS, LINUX, MACOSX or SOLARIS." +msgid "<emph>osname</emph>: The operating system name, as a string. It can be \"WINDOWS\", \"LINUX\", \"MACOSX\" or \"SOLARIS\"." msgstr "" #. GnrxA @@ -19385,13 +19619,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are hexadecimal digits." msgstr "" -#. WqaBe +#. hWqAh #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id331580047594144\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. kEz4y @@ -19412,13 +19646,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if the string is a valid International Bank Account Number (IBAN). The comparison is not case-sensitive." msgstr "" -#. JZERm +#. DnC6i #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id951880048466565\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. VgT3x @@ -19439,13 +19673,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if the string is a valid IP(v4) address." msgstr "" -#. m9byA +#. rMpXB #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id981580048466565\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. yWHew @@ -19457,22 +19691,22 @@ msgctxt "" msgid "Returns <literal>True</literal> if the whole input string matches a given pattern containing wildcards." msgstr "" -#. GDhnV +#. PzigS #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id141580049142548\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" -#. DnQC9 +#. XEBzh #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id31580049154551\n" "help.text" -msgid "<emph>Pattern</emph>: The pattern as a string. Wildcard are:" +msgid "<emph>pattern</emph>: The pattern as a string. Wildcards are:" msgstr "" #. ZCzDP @@ -19493,13 +19727,13 @@ msgctxt "" msgid "\"*\" represents zero, one, or multiple characters." msgstr "" -#. CntsV +#. eLYBF #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id991580049206617\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. kSMmn @@ -19529,13 +19763,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are printable." msgstr "" -#. XjiTs +#. gUhut #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id721580051706431\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. HYBp5 @@ -19547,31 +19781,31 @@ msgctxt "" msgid "Returns <literal>True</literal> if the whole input string matches a given regular expression." msgstr "" -#. eaFWB +#. ZuBxC #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id161580052454770\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" -#. AVFYQ +#. mi4mi #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id581580052467973\n" "help.text" -msgid "<emph>Regex</emph>: The regular expression. If empty, the method returns <literal>False</literal>." +msgid "<emph>regex</emph>: The regular expression. If empty, the method returns <literal>False</literal>." msgstr "" -#. FvYsk +#. vmqZM #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id621580052654341\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. iZSEw @@ -19583,13 +19817,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if the input string is a valid Calc sheet name." msgstr "" -#. oFBzi +#. xPFLm #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id671589460240552\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. uE5gz @@ -19610,13 +19844,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if the first character of every word is in uppercase and the other characters are in lowercase." msgstr "" -#. iiBCT +#. uVF9U #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id471580293142283\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. 7Ryzp @@ -19628,13 +19862,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are in uppercase. Non alphabetic characters are ignored." msgstr "" -#. N7DBZ +#. HFDCW #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id391580128736809\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. BTRpG @@ -19646,13 +19880,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if the string is a valid absolute URL (Uniform Resource Locator) address. Only the http, https and ftp protocols are supported." msgstr "" -#. NdBfD +#. HrFqG #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id321580132113593\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. wBAqG @@ -19664,13 +19898,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are whitespaces" msgstr "" -#. DRDP8 +#. JDD85 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id801580132535511\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. 7EBbA @@ -19682,31 +19916,31 @@ msgctxt "" msgid "Returns the input string center-justified." msgstr "" -#. ycGFR +#. TLmnE #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id571612380829021\n" "help.text" -msgid "The leading and trailing white spaces are stripped and the remaining characters are completed left and right up to a specified total <literal>Length</literal> with the character <literal>Padding</literal>." +msgid "The leading and trailing white spaces are stripped and the remaining characters are completed left and right up to a specified total <literal>length</literal> with the character <literal>padding</literal>." msgstr "" -#. 9aW5U +#. 4uuQT #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id911580133391827\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be center-justified. If empty, the method returns an empty string." +msgid "<emph>inputstr</emph>: The string to be center-justified. If empty, the method returns an empty string." msgstr "" -#. RXgZr +#. jHJNT #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id671580133694946\n" "help.text" -msgid "<emph>Length</emph>: The length of the resulting string (default = the length of the input string)." +msgid "<emph>length</emph>: The length of the resulting string (default = the length of the input string)." msgstr "" #. A3qof @@ -19718,13 +19952,13 @@ msgctxt "" msgid "If the specified length is shorter than the center-justified input string, then the returned string is truncated." msgstr "" -#. LEKsf +#. fys4j #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id101580133705268\n" "help.text" -msgid "<emph>Padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." +msgid "<emph>padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." msgstr "" #. 4zk3p @@ -19736,31 +19970,31 @@ msgctxt "" msgid "Returns the input string left-justified." msgstr "" -#. GbAcR +#. 9KeCE #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id431612381917641\n" "help.text" -msgid "The leading white spaces are stripped and the remaining characters are completed to the right up to a specified total <literal>Length</literal> with the character <literal>Padding</literal>." +msgid "The leading white spaces are stripped and the remaining characters are completed to the right up to a specified total <literal>length</literal> with the character <literal>padding</literal>." msgstr "" -#. rPfqE +#. UQXSM #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id281580135523448\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be left-justified. If empty, the method returns an empty string." +msgid "<emph>inputstr</emph>: The string to be left-justified. If empty, the method returns an empty string." msgstr "" -#. tUCdj +#. EAwAa #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id431580135534910\n" "help.text" -msgid "<emph>Length</emph>: The length of the resulting string (default = the length of the input string)." +msgid "<emph>length</emph>: The length of the resulting string (default = the length of the input string)." msgstr "" #. ntKXx @@ -19772,13 +20006,13 @@ msgctxt "" msgid "If the specified length is shorter than the left-justified input string, then the returned string is truncated." msgstr "" -#. BrEAS +#. wBnmv #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id221580135568475\n" "help.text" -msgid "<emph>Padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." +msgid "<emph>padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." msgstr "" #. TTokb @@ -19790,31 +20024,31 @@ msgctxt "" msgid "Returns the input string right-justified." msgstr "" -#. PPcZT +#. 4fG7c #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id771612382000293\n" "help.text" -msgid "The leading white spaces are stripped and the remaining characters are completed to the left up to a specified total <literal>Length</literal> with the character <literal>Padding</literal>." +msgid "The leading white spaces are stripped and the remaining characters are completed to the left up to a specified total <literal>length</literal> with the character <literal>padding</literal>." msgstr "" -#. MzFoN +#. KxskT #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id201580136154170\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be right-justified. If empty, the method returns an empty string." +msgid "<emph>inputstr</emph>: The string to be right-justified. If empty, the method returns an empty string." msgstr "" -#. uM4Xm +#. FboQc #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id71580136164632\n" "help.text" -msgid "<emph>Length</emph>: The length of the resulting string (default = the length of the input string)." +msgid "<emph>length</emph>: The length of the resulting string (default = the length of the input string)." msgstr "" #. dshKE @@ -19826,13 +20060,13 @@ msgctxt "" msgid "If the specified length is shorter than the right-justified input string, then the returned string is truncated." msgstr "" -#. f9BKD +#. LtcVG #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id751580136200680\n" "help.text" -msgid "<emph>Padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." +msgid "<emph>padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." msgstr "" #. Wn55u @@ -19844,22 +20078,22 @@ msgctxt "" msgid "Returns the input string enclosed in single or double quotes. Existing quotes are left unchanged, including leading and/or trailing quotes." msgstr "" -#. 6VRqZ +#. YBvt4 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id811580136944674\n" "help.text" -msgid "<emph>InputStr</emph>: the string to quote." +msgid "<emph>inputstr</emph>: The string to quote." msgstr "" -#. T8fPe +#. GynWV #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id581599129397412\n" "help.text" -msgid "<emph>QuoteChar</emph> : Either the single (') or (default) double (\") quote." +msgid "<emph>quotechar</emph>: Either the single (') or double (\") quote (default)." msgstr "" #. fY3PC @@ -19889,31 +20123,31 @@ msgctxt "" msgid "If the length of <literal>Before</literal> is greater than the length of <literal>After</literal>, the residual characters in <literal>Before</literal> are replaced by the last character in <literal>After</literal>." msgstr "" -#. 949cN +#. DD2CL #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id11580139160633\n" "help.text" -msgid "<emph>InputStr</emph>: The input string on which replacements will occur." +msgid "<emph>inputstr</emph>: The input string on which replacements will occur." msgstr "" -#. DfiCN +#. DvaRE #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id111580139169795\n" "help.text" -msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for replacement." +msgid "<emph>before</emph>: A string with the characters that will be searched in the input string for replacement." msgstr "" -#. jCz7k +#. N46b3 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id851580139182113\n" "help.text" -msgid "<emph>After</emph>: A string with the new characters that will replace those defined in <literal>Before</literal>." +msgid "<emph>after</emph>: A string with the new characters that will replace those defined in <literal>before</literal>." msgstr "" #. CDuCC @@ -19943,40 +20177,40 @@ msgctxt "" msgid "Replaces all occurrences of a given regular expression by a new string." msgstr "" -#. yT3Qw +#. ujCyu #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id471580140311626\n" "help.text" -msgid "<emph>InputStr</emph>: The input string on which replacements will occur." +msgid "<emph>inputstr</emph>: The input string on which replacements will occur." msgstr "" -#. hW8Q6 +#. o2DS2 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id651580140322666\n" "help.text" -msgid "<emph>Regex</emph>: The regular expression." +msgid "<emph>regex</emph>: The regular expression." msgstr "" -#. Do29t +#. itEEd #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id891580140334754\n" "help.text" -msgid "<emph>NewStr</emph>: The replacing string." +msgid "<emph>newstr</emph>: The replacing string." msgstr "" -#. MwRMp +#. gJRAr #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id581580140345221\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. ykPVR @@ -20006,85 +20240,85 @@ msgctxt "" msgid "Replaces in a string some or all occurrences of an array of strings by an array of new strings." msgstr "" -#. W4yEv +#. SDpot #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id831580146504326\n" "help.text" -msgid "<emph>InputStr</emph>: The input string on which replacements will occur." +msgid "<emph>inputstr</emph>: The input string on which replacements will occur." msgstr "" -#. ik56f +#. UfuEm #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id411580146514927\n" "help.text" -msgid "<emph>OldStr</emph>: A single string or an array of strings. Zero-length strings are ignored." +msgid "<emph>oldstr</emph>: A single string or an array of strings. Zero-length strings are ignored." msgstr "" -#. pRZAd +#. Ukr3F #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id591580146532966\n" "help.text" -msgid "<emph>NewStr</emph>: The replacing string or the array of replacing strings." +msgid "<emph>newstr</emph>: The replacing string or the array of replacing strings." msgstr "" -#. 97Cuk +#. 7BQ7F #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id611612384873347\n" "help.text" -msgid "If <literal>OldStr</literal> is an array, each occurrence of any of the items in <literal>OldStr</literal> is replaced by <literal>NewStr</literal>." +msgid "If <literal>oldstr</literal> is an array, each occurrence of any of the items in <literal>oldstr</literal> is replaced by <literal>newstr</literal>." msgstr "" -#. jLs7f +#. AfRz6 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id611612384880820\n" "help.text" -msgid "If <literal>OldStr</literal> and <literal>NewStr</literal> are arrays, replacements occur one by one up to the <literal>UBound(NewStr)</literal>." +msgid "If <literal>oldstr</literal> and <literal>newstr</literal> are arrays, replacements occur one by one up to the <literal>UBound(newstr)</literal>." msgstr "" -#. qUhcr +#. E39aH #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id241612385058264\n" "help.text" -msgid "If <literal>OldStr</literal> has more entries than <literal>NewStr</literal>, then the residual elements in <literal>OldStr</literal> are replaced by the last element in <literal>NewStr</literal>." +msgid "If <literal>oldstr</literal> has more entries than <literal>newstr</literal>, then the residual elements in <literal>oldstr</literal> are replaced by the last element in <literal>newstr</literal>." msgstr "" -#. oTqRh +#. MkqW5 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id701580146547619\n" "help.text" -msgid "<emph>Occurrences</emph>: The maximum number of replacements. The default value is 0, meaning that all occurrences will be replaced." +msgid "<emph>occurrences</emph>: The maximum number of replacements. The default value is 0, meaning that all occurrences will be replaced." msgstr "" -#. eigiB +#. QX33p #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id741612385380533\n" "help.text" -msgid "When <literal>OldStr</literal> is an array, the <literal>Occurrence</literal> parameter is computed separately for each item in the array." +msgid "When <literal>oldstr</literal> is an array, the <literal>occurrence</literal> parameter is computed separately for each item in the array." msgstr "" -#. EUziv +#. aWrvA #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id301580146556599\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. eygyi @@ -20096,13 +20330,13 @@ msgctxt "" msgid "Returns a string with a readable representation of the argument, truncated at a given length. This is useful mainly for debugging or logging purposes." msgstr "" -#. jNrC5 +#. cU3Ev #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id11612386054691\n" "help.text" -msgid "If the <literal>AnyValue</literal> parameter is an object, it will be enclosed with square brackets \"[\" and \"]\"." +msgid "If the <literal>anyvalue</literal> parameter is an object, it will be enclosed with square brackets \"[\" and \"]\"." msgstr "" #. gVB32 @@ -20114,31 +20348,31 @@ msgctxt "" msgid "In strings, tabs and line breaks are replaced by \\t, \\n or \\r." msgstr "" -#. vnB48 +#. SfUGD #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id921612386089103\n" "help.text" -msgid "If the final length exceeds the <literal>MaxLength</literal> parameter, the latter part of the string is replaced by \" ... (N)\" where N is the total length of the original string before truncation." +msgid "If the final length exceeds the <literal>maxlength</literal> parameter, the latter part of the string is replaced by \" ... (N)\" where N is the total length of the original string before truncation." msgstr "" -#. ukVSq +#. zLfNR #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id91580147593626\n" "help.text" -msgid "<emph>AnyValue</emph>: The input value to be represented. It can be any value, such as a string, an array, a Basic object, a UNO object, etc." +msgid "<emph>anyvalue</emph>: The input value to be represented. It can be any value, such as a string, an array, a Basic object, a UNO object, etc." msgstr "" -#. Gp3Gk +#. hdDFi #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id811580147609322\n" "help.text" -msgid "<emph>MaxLength</emph>: The maximum length of the resulting string. The default value is 0, meaning there is no limit to the length of the resulting representation." +msgid "<emph>maxlength</emph>: The maximum length of the resulting string. The default value is 0, meaning there is no limit to the length of the resulting representation." msgstr "" #. Ape7i @@ -20186,31 +20420,31 @@ msgctxt "" msgid "Returns the input string in reversed order." msgstr "" -#. 5PtEv +#. EEyG6 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id141612387177873\n" "help.text" -msgid "This method is equivalent to the built-in <link href=\"text/sbasic/shared/03120412.xhp\" name=\"StrReverse function\"><literal>StrReverse</literal> Basic function</link>, however with better performance." +msgid "This method is equivalent to the built-in <link href=\"text/sbasic/shared/03120412.xhp\" name=\"StrReverse function\"><literal>StrReverse</literal> Basic function</link>." msgstr "" -#. CjFDm +#. ZEarP #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id961612387463144\n" "help.text" -msgid "To use the <literal>StrReverse</literal> function, the statement <literal>OpTion VBASupport 1</literal> must be present in the module." +msgid "To use the <literal>StrReverse</literal> function, the statement <literal>Option VBASupport 1</literal> must be present in the module." msgstr "" -#. ScghL +#. pSyL6 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id241580312964497\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be reversed." +msgid "<emph>inputstr</emph>: The string to be reversed." msgstr "" #. KBFDk @@ -20222,22 +20456,22 @@ msgctxt "" msgid "Returns a zero-based array of strings with the lines in the input string. Each item in the array is obtained by splitting the input string at newline characters." msgstr "" -#. RRtva +#. nuUF6 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id481580210806878\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be split." +msgid "<emph>inputstr</emph>: The string to be split." msgstr "" -#. UAkXJ +#. FEFUw #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id231580210820309\n" "help.text" -msgid "<emph>KeepBreaks</emph>: When <literal>True</literal>, line breaks are preserved in the output array (default = <literal>False</literal>)." +msgid "<emph>keepbreaks</emph>: When <literal>True</literal>, line breaks are preserved in the output array (default = <literal>False</literal>)." msgstr "" #. HAG8Q @@ -20258,40 +20492,49 @@ msgctxt "" msgid "If a quoted substring contains a delimiter, it is ignored. This is useful when parsing CSV-like records that contain quoted strings." msgstr "" -#. mw9Lu +#. JKAaG #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id881580211809490\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be split." +msgid "<emph>inputstr</emph>: The string to be split." msgstr "" -#. sYE2m +#. zFjwe #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id811580211821162\n" "help.text" -msgid "<emph>Delimiter</emph>: A string of one or more characters that will be used as delimiter. The default delimiter is the space character." +msgid "<emph>delimiter</emph>: A string of one or more characters that will be used as delimiter. The default delimiter is the Ascii space \" \" character." msgstr "" -#. NBsXC +#. 3rGRu #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id181580211833778\n" "help.text" -msgid "<emph>Occurrences</emph>: The maximum number of substrings to return. The default value is 0, meaning that there is no limit to the number of returned strings." +msgid "<emph>occurrences</emph>: The maximum number of substrings to return. The default value is 0, meaning that there is no limit to the number of returned strings." msgstr "" -#. dzzmh +#. W2og7 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id421599123777334\n" "help.text" -msgid "<emph>QuoteChar</emph> : Either the single (') or double (\") quote." +msgid "<emph>quotechar</emph>: Either the single (') or double (\") quote." +msgstr "" + +#. S63t6 +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id661627251379676\n" +"help.text" +msgid "Beware of the differences between Basic and Python when representing strings. For example, in Basic two \"\" characters inside a string are interpreted as a single \" character. In Python, strings enclosed with single quotes can contain \" characters without having to double them." msgstr "" #. 6Q2tJ @@ -20312,31 +20555,31 @@ msgctxt "" msgid "This method returns <literal>False</literal> if either the input string or the substring have a length = 0 or when the substring is longer than the input string." msgstr "" -#. rmutH +#. jrzxu #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id271580212876135\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be tested." +msgid "<emph>inputstr</emph>: The string to be tested." msgstr "" -#. 2wa7W +#. tE9WD #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id571580212889462\n" "help.text" -msgid "<emph>Substring</emph>: The substring to be searched at the start of <literal>InputStr</literal>." +msgid "<emph>substring</emph>: The substring to be searched at the start of <literal>inputstr</literal>." msgstr "" -#. HAFmq +#. ZeQP4 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id811580212900799\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. DGgBx @@ -20348,13 +20591,13 @@ msgctxt "" msgid "Returns the input string without its leading and trailing whitespaces." msgstr "" -#. ekDEE +#. BESEu #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id541580296044377\n" "help.text" -msgid "<emph>InputStr</emph>: The string to trimmed." +msgid "<emph>inputstr</emph>: The string to trim." msgstr "" #. 9t9vX @@ -20366,13 +20609,13 @@ msgctxt "" msgid "Converts any escaped sequence (\\\\, \\n, \\r, \\t) in the input string to their corresponding Ascii character." msgstr "" -#. J7Fpn +#. mzTsG #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id971580483124743\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be converted." +msgid "<emph>inputstr</emph>: The string to be converted." msgstr "" #. BoYHV @@ -20393,40 +20636,49 @@ msgctxt "" msgid "This is useful when parsing CSV-like records that contain quoted strings." msgstr "" -#. GrBsF +#. BhVvp #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id761580213677493\n" "help.text" -msgid "<emph>InputStr</emph> : The string to unquote." +msgid "<emph>inputstr</emph>: The string to unquote." msgstr "" -#. GYKCt +#. gRUHA #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id211599129509890\n" "help.text" -msgid "<emph>QuoteChar</emph> : Either the single (') or double (\") quote (default)." +msgid "<emph>quotechar</emph>: Either the single (') or double (\") quote (default)." msgstr "" -#. G368s +#. nGq4Q #: sf_string.xhp msgctxt "" "sf_string.xhp\n" -"bas_id981580213799125\n" +"bas_id371580213702598\n" "help.text" -msgid "s = SF_String.Unquote(\"\"\"Some text\"\"\") ' s = \"Some text\" (without enclosing quotes)" +msgid "' s = \"Some text\" (without enclosing quotes)" msgstr "" -#. kyuNy +#. Fp8ip +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"bas_id51580213693694\n" +"help.text" +msgid "' The string below does not have enclosing quotes, so it remains unchanged" +msgstr "" + +#. A4Eki #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "bas_id961612393917830\n" "help.text" -msgid "s = SF_String.Unquote(\"Some text\") ' s = \"Some text\" (unchanged)" +msgid "' s = \"Some text\" (unchanged)" msgstr "" #. ULtxx @@ -20438,6 +20690,15 @@ msgctxt "" msgid "' Quotes inside the string are not removed" msgstr "" +#. 8w4ia +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"bas_id961612394171208\n" +"help.text" +msgid "' s = \"The \"\"true\"\" meaning\" (unchanged)" +msgstr "" + #. JGhWK #: sf_string.xhp msgctxt "" @@ -20483,40 +20744,31 @@ msgctxt "" msgid "If the wrapped output has no content, the returned array is empty." msgstr "" -#. J73yb +#. SNRzH #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id251585834468498\n" "help.text" -msgid "<emph>InputStr</emph>: The string to wrap." +msgid "<emph>inputstr</emph>: The string to wrap." msgstr "" -#. 5iowq +#. MiptC #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id351585834773177\n" "help.text" -msgid "<emph>Width</emph> : The maximum number of characters in each line (default = 70)." +msgid "<emph>width</emph>: The maximum number of characters in each line (Default = 70)." msgstr "" -#. GhpV4 +#. epG6z #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id741585834874500\n" "help.text" -msgid "<emph>TabSize</emph> : Before wrapping the text, the existing TAB <literal>Chr(9)</literal> characters are replaced with spaces. TabSize defines the TAB stops at TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (default = 8)." -msgstr "" - -#. xDXfd -#: sf_string.xhp -msgctxt "" -"sf_string.xhp\n" -"par_id271612398715438\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String function\">String built-in function</link>" +msgid "<emph>tabsize</emph>: Before wrapping the text, the existing TAB <literal>Chr(9)</literal> characters are replaced with spaces. The argument <literal>tabsize</literal> defines the TAB stops at TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (Default = 8)." msgstr "" #. HjZDB @@ -20582,22 +20834,22 @@ msgctxt "" msgid "All operations needed to read from or write to a file (open, read/write and close) are presumed to happen during the same macro run." msgstr "" -#. U6RHd +#. dc5KN #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "hd_id83158533078741\n" "help.text" -msgid "Service instantiation" +msgid "Service invocation" msgstr "" -#. c7WYC +#. AuQX2 #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "par_id351613598192725\n" "help.text" -msgid "The code snippet below uses the <literal>OpenTextFile</literal> method to create an instance of the <literal>TextStream</literal> Service." +msgid "The examples below in Basic and Python use the <literal>OpenTextFile</literal> method to create an instance of the <literal>TextStream</literal> Service." msgstr "" #. UUudg @@ -20843,13 +21095,13 @@ msgctxt "" msgid "Consider the text file \"Students.txt\" with the following contents (a name in each line):" msgstr "" -#. dUSey +#. hk7q4 #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "par_id391613596019750\n" "help.text" -msgid "The example below uses the <literal>ReadAll</literal> and <literal>SplitLines</literal> methods to read the contents of the file into an array of strings:" +msgid "The examples below in Basic and Python use the <literal>ReadAll</literal> and <literal>SplitLines</literal> methods to read the contents of the file into an array of strings:" msgstr "" #. BuRJE @@ -20924,13 +21176,13 @@ msgctxt "" msgid "Writes a specified number of empty lines to the output stream." msgstr "" -#. NqNwE +#. YsBUm #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "par_id291585330787357\n" "help.text" -msgid "<emph>Lines</emph>: The number of empty lines to write." +msgid "<emph>lines</emph>: The number of empty lines to write to the file." msgstr "" #. GCPCC @@ -20951,13 +21203,22 @@ msgctxt "" msgid "The character defined in the <literal>NewLine</literal> property is used as the line delimiter." msgstr "" -#. YRTuQ +#. LXFPE #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "par_id491585330787650\n" "help.text" -msgid "<emph>Line</emph>: The line to write, may be empty." +msgid "<emph>line</emph>: The line to write, may be empty." +msgstr "" + +#. PM5Bx +#: sf_textstream.xhp +msgctxt "" +"sf_textstream.xhp\n" +"par_id821626894480105\n" +"help.text" +msgid "The examples below in Basic and Python create a text file in CSV format in which each line contains a value and its square until <literal>lastValue</literal> is reached." msgstr "" #. 39u4o @@ -21005,24 +21266,6 @@ msgctxt "" msgid "'Closes the file and free resources" msgstr "" -#. nrDCn -#: sf_textstream.xhp -msgctxt "" -"sf_textstream.xhp\n" -"par_id301613075694148\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input Function</link>" -msgstr "" - -#. FnNRc -#: sf_textstream.xhp -msgctxt "" -"sf_textstream.xhp\n" -"par_id271612398715438\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open Statement</link>" -msgstr "" - #. PCSPY #: sf_timer.xhp msgctxt "" @@ -21113,15 +21356,6 @@ msgctxt "" msgid "Service invocation" msgstr "" -#. 8ntzF -#: sf_timer.xhp -msgctxt "" -"sf_timer.xhp\n" -"par_id141610734722352\n" -"help.text" -msgid "Before using the <literal>Timer</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:" -msgstr "" - #. SCYEX #: sf_timer.xhp msgctxt "" @@ -21419,6 +21653,15 @@ msgctxt "" msgid "<literal>False</literal> if the timer is neither started nor suspended" msgstr "" +#. DuD3h +#: sf_timer.xhp +msgctxt "" +"sf_timer.xhp\n" +"par_id731626871820490\n" +"help.text" +msgid "The examples below in Basic and Python illustrate the use of the methods and properties in the <literal>Timer</literal> service." +msgstr "" + #. UgBnC #: sf_timer.xhp msgctxt "" @@ -21455,6 +21698,15 @@ msgctxt "" msgid "If you call the <literal>Terminate</literal> method, subsequent calls for the <literal>Continue</literal> method will not resume time measurement. Similarly, after a Timer has been terminated, calling the <literal>Start</literal> method will restart it as if it were a clean new Timer." msgstr "" +#. DSYKj +#: sf_timer.xhp +msgctxt "" +"sf_timer.xhp\n" +"par_id391626872019832\n" +"help.text" +msgid "Beware that the <literal>Wait</literal> function in Basic takes in a duration argument in milliseconds whereas the <literal>sleep</literal> function in Python uses seconds in its argument." +msgstr "" + #. bHEyr #: sf_timer.xhp msgctxt "" @@ -21509,24 +21761,6 @@ msgctxt "" msgid "'Terminate both timers" msgstr "" -#. CpzL5 -#: sf_timer.xhp -msgctxt "" -"sf_timer.xhp\n" -"par_id531610970649205\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03030203.xhp#now\">Now function</link>" -msgstr "" - -#. iuTvZ -#: sf_timer.xhp -msgctxt "" -"sf_timer.xhp\n" -"par_id221610970653662\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03030303.xhp#timer\">Timer function</link>" -msgstr "" - #. dphFv #: sf_ui.xhp msgctxt "" @@ -21941,13 +22175,13 @@ msgctxt "" msgid "<emph>filename</emph> : Identifies the file to create. It must follow the <literal>SF_FileSystem.FileNaming</literal> notation. If the file already exists, it is overwritten without warning" msgstr "" -#. ncJxE +#. Jub7D #: sf_ui.xhp msgctxt "" "sf_ui.xhp\n" "par_id381596554849698\n" "help.text" -msgid "<emph>embeddeddatabase</emph> : Either \"HSQLDB\" (default) or \"FIREBIRD\"." +msgid "<emph>embeddeddatabase</emph> : Either \"HSQLDB\" (default), \"FIREBIRD\" or \"CALC\"." msgstr "" #. BWgpN @@ -21959,6 +22193,15 @@ msgctxt "" msgid "<emph>registrationname</emph> : The name used to store the new database in the databases register. When = \"\" (default), no registration takes place. If the name already exists it is overwritten without warning." msgstr "" +#. AFin6 +#: sf_ui.xhp +msgctxt "" +"sf_ui.xhp\n" +"par_id181629364905056\n" +"help.text" +msgid "<emph>calcfilename</emph> : Only when <literal>embeddeddatabase</literal> = \"CALC\", <literal>calcfilename</literal> represents the file containing the tables as Calc sheets. The file must exist or an error is raised." +msgstr "" + #. GtB5n #: sf_ui.xhp msgctxt "" @@ -22004,22 +22247,22 @@ msgctxt "" msgid "In both examples below, the first call to <literal>CreateDocument</literal> method creates a blank Calc document, whereas the second creates a document from a template file." msgstr "" -#. W3qxn +#. TxY93 #: sf_ui.xhp msgctxt "" "sf_ui.xhp\n" "par_id201588520551463\n" "help.text" -msgid "Returns a document object referring to either the active window or the given window." +msgid "Returns a document object referring to either the active window, a given window or the active document." msgstr "" -#. hZmVw +#. xgMAv #: sf_ui.xhp msgctxt "" "sf_ui.xhp\n" "par_id851588520551368\n" "help.text" -msgid "<emph>windowname</emph>: See the definitions <link href=\"text/sbasic/shared/03/sf_ui.xhp#WindowName\" name=\"WindowName section\">above</link>. If this argument is absent, the active window is used." +msgid "<emph>windowname</emph>: See the definitions <link href=\"text/sbasic/shared/03/sf_ui.xhp#WindowName\" name=\"WindowName section\">above</link>. If this argument is absent, the active window is used. UNO objects of types <literal>com.sun.star.lang.XComponent</literal> or <literal>com.sun.star.comp.dba.ODatabaseDocument</literal> are also accepted. Thus passing <literal>ThisComponent</literal> or <literal>ThisDatabaseDocument</literal> as argument creates a new <link href=\"text/sbasic/shared/03/sf_document.xhp\" name=\"Document service\">SFDocuments.Document</link>, <link href=\"text/sbasic/shared/03/sf_base.xhp\" name=\"Base service\">Base</link> or <link href=\"text/sbasic/shared/03/sf_calc.xhp\" name=\"Calc service\">Calc</link> service." msgstr "" #. AAjDB diff --git a/source/cs/helpcontent2/source/text/scalc/00.po b/source/cs/helpcontent2/source/text/scalc/00.po index 3554245ea7d..83c07e99e26 100644 --- a/source/cs/helpcontent2/source/text/scalc/00.po +++ b/source/cs/helpcontent2/source/text/scalc/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-04 12:59+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/cs/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1557549259.000000\n" #. E9tti @@ -961,14 +961,14 @@ msgctxt "" msgid "Choose <emph>Tools - Detective - Trace Precedents</emph>." msgstr "Zvolte <emph>Nástroje - Detektiv - Předchůdci</emph>." -#. iGnP6 +#. q3pmU #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3150447\n" "help.text" -msgid "Shift+F7" -msgstr "Shift+F7" +msgid "Shift+F9" +msgstr "" #. Mn26m #: 00000406.xhp diff --git a/source/cs/helpcontent2/source/text/scalc/01.po b/source/cs/helpcontent2/source/text/scalc/01.po index 666b3f3a34e..8ceb333fa9f 100644 --- a/source/cs/helpcontent2/source/text/scalc/01.po +++ b/source/cs/helpcontent2/source/text/scalc/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-14 12:00+0200\n" "PO-Revision-Date: 2021-04-24 07:37+0000\n" "Last-Translator: raal <raal@post.cz>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/cs/>\n" @@ -116,14 +116,14 @@ msgctxt "" msgid "<link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link>" msgstr "<link href=\"text/scalc/01/02110000.xhp\" name=\"Navigátor\">Navigátor</link>" -#. CJKL2 +#. RJGLF #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3156422\n" "help.text" -msgid "<ahelp hid=\".uno:Navigator\">Activates and deactivates the Navigator.</ahelp> The Navigator is a <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link>." -msgstr "<ahelp hid=\".uno:Navigator\">Aktivuje a deaktivuje Navigátor.</ahelp> Navigátor je <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"ukotvitelné okno\">ukotvitelné okno</link>." +msgid "<ahelp hid=\".uno:Navigator\">Activates and deactivates the Navigator.</ahelp> The Navigator is a <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dockable window\">dockable window</link>." +msgstr "" #. tDkHa #: 02110000.xhp @@ -20141,6 +20141,78 @@ msgctxt "" msgid "<variable id=\"texttext\">This section contains descriptions of the <emph>Text</emph> functions. </variable>" msgstr "<variable id=\"texttext\">Tato část popisuje funkce <emph>Textu</emph>.</variable>" +#. bF46G +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"bm_id331624453577057\n" +"help.text" +msgid "<bookmark_value>using double quotation marks in formulas</bookmark_value> <bookmark_value>formulas; using double quotation marks</bookmark_value>" +msgstr "" + +#. XXyWj +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"hd_id291624454173529\n" +"help.text" +msgid "Using double quotation marks in formulas" +msgstr "" + +#. aGDFQ +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id891624454058773\n" +"help.text" +msgid "To include a text string in a formula, place the text string between two double quotation marks (\") and Calc takes the characters in the string without attempting to interpret them. For example, the formula <input>=\"Hello world!\"</input> displays the text string <literal>Hello world!</literal> in the cell, with no surrounding double quotation marks." +msgstr "" + +#. HCwEU +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id461624454425320\n" +"help.text" +msgid "The more complex formula <input>=CONCATENATE(\"Life is really simple, \"; \"but we insist on making it complicated \"; \"(Confucius).\")</input> concatenates three individual strings in double quotation marks, outputting <literal>Life is really simple, but we insist on making it complicated (Confucius).</literal>" +msgstr "" + +#. XBDt9 +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id711624454477483\n" +"help.text" +msgid "To place a literal double quotation mark within a string inside a formula, two methods can be used:" +msgstr "" + +#. 8qFEv +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id541624454496424\n" +"help.text" +msgid "You can \"escape\" the double quotation mark with an additional double quotation mark, and Calc treats the escaped double quotation mark as a literal value. For example, the formula <input>=\"My name is \"\"John Doe\"\".\"</input> outputs the string <literal>My name is \"John Doe\".</literal> Another simple example is the formula <input>=UNICODE(\"\"\"\")</input> which returns <literal>34</literal>, the decimal value of the Unicode quotation mark character (U+0022) — here the first and fourth double quotation marks indicate the beginning and end of the string, while the second double quotation mark escapes the third." +msgstr "" + +#. MfLZn +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id21624454513641\n" +"help.text" +msgid "You can use the CHAR function or the UNICHAR function to insert a double quotation mark. For example, the formula <input>=UNICHAR(34) & \"The Catcher in the Rye\" & UNICHAR(34) & \" is a famous book by J. D. Salinger.\"</input> displays the string <literal>\"The Catcher in the Rye\" is a famous book by J. D. Salinger.</literal>" +msgstr "" + +#. cpK3Z +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id401624454547945\n" +"help.text" +msgid "Beware that Calc's AutoCorrect function may modify double quotation marks. AutoCorrect should not change the double quotation marks within formula cells but may change those used in non-formula cells containing text. For example, if you copy a string that is surrounded by some other form of typographical double quotation marks, such as the left double quotation mark (U+201C) and the right double quotation mark (U+201D), and then paste into a formula cell, an error may result. Open the <emph>Double Quotes</emph> area of the <menuitem>Tools - AutoCorrect Options - Localized Options</menuitem> dialog to set the characters used to automatically correct the start and end typographical double quotation marks. Uncheck the <menuitem>Replace</menuitem> toggle button to disable the feature." +msgstr "" + #. Gmvo8 #: 04060110.xhp msgctxt "" @@ -20339,14 +20411,14 @@ msgctxt "" msgid "BASE" msgstr "BASE" -#. QtLKF +#. znNLx #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id3153289\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_BASIS\">Converts a positive integer to a specified base into a text from the <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"numbering system\">numbering system</link>.</ahelp> The digits 0-9 and the letters A-Z are used." -msgstr "<ahelp hid=\"HID_FUNC_BASIS\">Převede kladné číslo na text v <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"číselné soustavě\">číselné soustavě</link> o určeném základu.</ahelp> Použijí se číslice 0-9 a písmena A-Z." +msgid "<ahelp hid=\"HID_FUNC_BASIS\">Converts a positive integer to a specified base into a text from the <link href=\"text/shared/00/00000005.xhp#number_system\" name=\"numbering system\">numbering system</link>.</ahelp> The digits 0-9 and the letters A-Z are used." +msgstr "" #. 2cDvi #: 04060110.xhp @@ -20690,14 +20762,14 @@ msgctxt "" msgid "DECIMAL" msgstr "DECIMAL" -#. CeS5L +#. BcCUk #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id3156361\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_DEZIMAL\">Converts text with characters from a <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"number system\">number system</link> to a positive integer in the base radix given.</ahelp> The radix must be in the range 2 to 36. Spaces and tabs are ignored. The <emph>Text</emph> field is not case-sensitive." -msgstr "<ahelp hid=\"HID_FUNC_DEZIMAL\">Převede text se znaky z <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"číselné soustavy\">číselné soustavy</link> na kladné číslo v soustavě s určeným základem.</ahelp> Základ této soustavy musí být v rozsahu 2 až 36. Mezery a tabulátory jsou ignorovány. U pole <emph>text</emph> nezáleží na velikosti znaků." +msgid "<ahelp hid=\"HID_FUNC_DEZIMAL\">Converts text with characters from a <link href=\"text/shared/00/00000005.xhp#number_system\" name=\"number system\">number system</link> to a positive integer in the base radix given.</ahelp> The radix must be in the range 2 to 36. Spaces and tabs are ignored. The <emph>Text</emph> field is not case-sensitive." +msgstr "" #. 5yN72 #: 04060110.xhp @@ -21275,50 +21347,50 @@ msgctxt "" msgid "<emph>Number_bytes</emph> (optional) specifies the number of characters you want LEFTB to extract, based on bytes. If this parameter is not defined, one character is returned." msgstr "<emph>Počet_bajtů</emph> (nepovinné) udává na základě bajtů počet znaků počátečního textu. Není-li tento parametr zadán, vrátí se jeden znak." -#. TFXGD +#. FFvts #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2949141\n" "help.text" -msgid "<item type=\"input\">LEFTB(\"中国\";1)</item> returns \" \" (1 byte is only half a DBCS character and a space character is returned instead)." -msgstr "<item type=\"input\">LEFTB(\"中国\";1)</item> vrátí \" \" (1 bajt je pouze polovina znaku DBCS a místo ní se vrátí znak mezery)." +msgid "<item type=\"input\">=LEFTB(\"中国\";1)</item> returns \" \" (1 byte is only half a DBCS character and a space character is returned instead)." +msgstr "" -#. QwisG +#. mQvUN #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2949151\n" "help.text" -msgid "<item type=\"input\">LEFTB(\"中国\";2)</item> returns \"中\" (2 bytes constitute one complete DBCS character)." -msgstr "<item type=\"input\">LEFTB(\"中国\";2)</item> vrátí \"中\" (2 bajty představují jeden úplný znak DBCS)." +msgid "<item type=\"input\">=LEFTB(\"中国\";2)</item> returns \"中\" (2 bytes constitute one complete DBCS character)." +msgstr "" -#. SDFHG +#. qAEZ3 #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2949161\n" "help.text" -msgid "<item type=\"input\">LEFTB(\"中国\";3)</item> returns \"中 \" (3 bytes constitute one DBCS character and a half; the last character returned is therefore a space character)." -msgstr "<item type=\"input\">LEFTB(\"中国\";3)</item> vrátí \"中 \" (3 bajty představují jeden a půl znaku DBCS; místo posledního znaku se proto vrátí znak mezery)." +msgid "<item type=\"input\">=LEFTB(\"中国\";3)</item> returns \"中 \" (3 bytes constitute one DBCS character and a half; the last character returned is therefore a space character)." +msgstr "" -#. 26C2F +#. s3UVQ #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2949171\n" "help.text" -msgid "<item type=\"input\">LEFTB(\"中国\";4)</item> returns \"中国\" (4 bytes constitute two complete DBCS characters)." -msgstr "<item type=\"input\">LEFTB(\"中国\";4)</item> vrátí \"中国\" (4 bajty představují dva úplné znaky DBCS)." +msgid "<item type=\"input\">=LEFTB(\"中国\";4)</item> returns \"中国\" (4 bytes constitute two complete DBCS characters)." +msgstr "" -#. 8AtC5 +#. FM3FS #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2949181\n" "help.text" -msgid "<item type=\"input\">LEFTB(\"office\";3)</item> returns \"off\" (3 non-DBCS characters each consisting of 1 byte)." -msgstr "<item type=\"input\">LEFTB(\"office\";3)</item> vrátí \"off\" (3 znaky bez DBCS, z nichž je každý tvořen 1 bajtem)." +msgid "<item type=\"input\">=LEFTB(\"office\";3)</item> returns \"off\" (3 non-DBCS characters each consisting of 1 byte)." +msgstr "" #. eEgeD #: 04060110.xhp @@ -21662,104 +21734,104 @@ msgctxt "" msgid "<emph>Number_bytes</emph> specifies the number of characters MIDB will return from text, in bytes." msgstr "<emph>Počet_bajtů</emph> udává počet znaků vráceného textu v bajtech." -#. YrAwV +#. 5Nn2i #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958417\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";1;0)</item> returns \"\" (0 bytes is always an empty string)." -msgstr "<item type=\"input\">MIDB(\"中国\";1;0)</item> vrátí \"\" (0 bajtů vždy představuje prázdný řetězec)." +msgid "<item type=\"input\">=MIDB(\"中国\";1;0)</item> returns \"\" (0 bytes is always an empty string)." +msgstr "" -#. vSWbG +#. q6dWL #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958427\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";1;1)</item> returns \" \" (1 byte is only half a DBCS character and therefore the result is a space character)." -msgstr "<item type=\"input\">MIDB(\"中国\";1;1)</item> vrátí \" \" (1 bajt je pouze polovina znaku DBCS, a proto je výsledkem znak mezery)." +msgid "<item type=\"input\">=MIDB(\"中国\";1;1)</item> returns \" \" (1 byte is only half a DBCS character and therefore the result is a space character)." +msgstr "" -#. TLFgD +#. CfNES #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958437\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";1;2)</item> returns \"中\" (2 bytes constitute one complete DBCS character)." -msgstr "<item type=\"input\">MIDB(\"中国\";1;2)</item> vrátí \"中\" (2 bajty představují jeden úplný znak DBCS)." +msgid "<item type=\"input\">=MIDB(\"中国\";1;2)</item> returns \"中\" (2 bytes constitute one complete DBCS character)." +msgstr "" -#. BPauw +#. wBLqC #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958447\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";1;3)</item> returns \"中 \" (3 bytes constitute one and a half DBCS character; the last byte results in a space character)." -msgstr "<item type=\"input\">MIDB(\"中国\";1;3)</item> vrátí \"中 \" (3 bajty představují jeden a půl znaku DBCS; místo posledního znaku se proto vrátí znak mezery)." +msgid "<item type=\"input\">=MIDB(\"中国\";1;3)</item> returns \"中 \" (3 bytes constitute one and a half DBCS character; the last byte results in a space character)." +msgstr "" -#. PwTEe +#. GedmG #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958457\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";1;4)</item> returns \"中国\" (4 bytes constitute two complete DBCS characters)." -msgstr "<item type=\"input\">MIDB(\"中国\";1;4)</item> vrátí \"中国\" (4 bajty představují dva úplné znaky DBCS)." +msgid "<item type=\"input\">=MIDB(\"中国\";1;4)</item> returns \"中国\" (4 bytes constitute two complete DBCS characters)." +msgstr "" -#. Yb4iF +#. dAMAA #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958467\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";2;1)</item> returns \" \" (byte position 2 is not at the beginning of a character in a DBCS string; 1 space character is returned)." -msgstr "<item type=\"input\">MIDB(\"中国\";2;1)</item> vrátí \" \" (bajt na pozici 2 není na začátku znaku řetězce DBCS; vrátí se 1 znak mezery)." +msgid "<item type=\"input\">=MIDB(\"中国\";2;1)</item> returns \" \" (byte position 2 is not at the beginning of a character in a DBCS string; 1 space character is returned)." +msgstr "" -#. DyXxB +#. SXLij #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958477\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";2;2)</item> returns \" \" (byte position 2 points to the last half of the first character in the DBCS string; the 2 bytes asked for therefore constitutes the last half of the first character and the first half of the second character in the string; 2 space characters are therefore returned)." -msgstr "<item type=\"input\">MIDB(\"中国\";2;2)</item> vrátí \" \" (bajt na pozici 2 představuje druhou polovinu prvního znaku řetězce DBCS; požadované 2 bajty proto představují druhou polovinu prvního znaku a první polovinu druhého znaku řetězce; vrátí se tudíž 2 znaky mezery)." +msgid "<item type=\"input\">=MIDB(\"中国\";2;2)</item> returns \" \" (byte position 2 points to the last half of the first character in the DBCS string; the 2 bytes asked for therefore constitutes the last half of the first character and the first half of the second character in the string; 2 space characters are therefore returned)." +msgstr "" -#. WA6xA +#. cFw7V #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958487\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";2;3)</item> returns \" 国\" (byte position 2 is not at the beginning of a character in a DBCS string; a space character is returned for byte position 2)." -msgstr "<item type=\"input\">MIDB(\"中国\";2;3)</item> vrátí \" 国\" (bajt na pozici 2 není na začátku znaku řetězce DBCS; vrátí se pro něj proto znak mezery)." +msgid "<item type=\"input\">=MIDB(\"中国\";2;3)</item> returns \" 国\" (byte position 2 is not at the beginning of a character in a DBCS string; a space character is returned for byte position 2)." +msgstr "" -#. riZ7z +#. drtpL #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958497\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";3;1)</item> returns \" \" (byte position 3 is at the beginning of a character in a DBCS string, but 1 byte is only half a DBCS character and a space character is therefore returned instead)." -msgstr "<item type=\"input\">MIDB(\"中国\";3;1)</item> vrátí \" \" (bajt na pozici 3 je na začátku znaku řetězce DBCS, ale 1 bajt představuje pouze polovinu znaku DBCS, a proto se místo ní vrátí znak mezery)." +msgid "<item type=\"input\">=MIDB(\"中国\";3;1)</item> returns \" \" (byte position 3 is at the beginning of a character in a DBCS string, but 1 byte is only half a DBCS character and a space character is therefore returned instead)." +msgstr "" -#. KeBuT +#. koipq #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958507\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";3;2)</item> returns \"国\" (byte position 3 is at the beginning of a character in a DBCS string, and 2 bytes constitute one DBCS character)." -msgstr "<item type=\"input\">MIDB(\"中国\";3;2)</item> vrátí \"国\" (bajt na pozici 3 je na začátku znaku řetězce DBCS a 2 bajty představují jeden znak DBCS)." +msgid "<item type=\"input\">=MIDB(\"中国\";3;2)</item> returns \"国\" (byte position 3 is at the beginning of a character in a DBCS string, and 2 bytes constitute one DBCS character)." +msgstr "" -#. CmwD5 +#. aQmsH #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958517\n" "help.text" -msgid "<item type=\"input\">MIDB(\"office\";2;3)</item> returns \"ffi\" (byte position 2 is at the beginning of a character in a non-DBCS string, and 3 bytes of a non-DBCS string constitute 3 characters)." -msgstr "<item type=\"input\">MIDB(\"office\";2;3)</item> vrátí \"ffi\" (bajt na pozici 2 je na začátku znaku řetězce bez DBCS a 3 bajty řetězce bez DBCS představují 3 znaky)." +msgid "<item type=\"input\">=MIDB(\"office\";2;3)</item> returns \"ffi\" (byte position 2 is at the beginning of a character in a non-DBCS string, and 3 bytes of a non-DBCS string constitute 3 characters)." +msgstr "" #. k4kCo #: 04060110.xhp @@ -21959,23 +22031,23 @@ msgctxt "" msgid "<emph>Number</emph> is the number of repetitions." msgstr "<emph>Číslo</emph> udává počet opakování." -#. x3LR5 +#. brnbx #: 04060110.xhp msgctxt "" "04060110.xhp\n" -"par_id3149922\n" +"par_id3148626\n" "help.text" -msgid "The result can be a maximum of 255 characters." -msgstr "Výsledek funkce může mít maximálně 255 znaků." +msgid "<item type=\"input\">=REPT(\"Good morning\";2)</item> returns Good morningGood morning." +msgstr "<item type=\"input\">=REPT(\"Dobré ráno\";2)</item> vrátí Dobré ránoDobré ráno." -#. brnbx +#. 9Dbjv #: 04060110.xhp msgctxt "" "04060110.xhp\n" -"par_id3148626\n" +"par_id381626381556310\n" "help.text" -msgid "<item type=\"input\">=REPT(\"Good morning\";2)</item> returns Good morningGood morning." -msgstr "<item type=\"input\">=REPT(\"Dobré ráno\";2)</item> vrátí Dobré ránoDobré ráno." +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/REPT\" name=\"REPT_Wiki\">REPT</link> wiki page for more details about this function." +msgstr "" #. mtFNA #: 04060110.xhp @@ -22022,14 +22094,14 @@ msgctxt "" msgid "<emph>Text</emph> is the text of which the right part is to be determined." msgstr "<emph>Text</emph> je text, jehož pravá část se má zjistit." -#. KRpFB +#. tkbjJ #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id3153350\n" "help.text" -msgid "<emph>Number</emph> (optional) is the number of characters from the right part of the text." -msgstr "<emph>Počet</emph> (nepovinné) je počet znaků z pravé části textu." +msgid "<emph>Number</emph> (optional) is the number of characters from the right part of the text. If this parameter is not defined, one character is returned." +msgstr "" #. xNFMc #: 04060110.xhp @@ -22085,14 +22157,14 @@ msgctxt "" msgid "<emph>Text</emph> is the text of which the right part is to be determined." msgstr "<emph>Text</emph> je text, jehož pravá část se má zjistit." -#. Vciv6 +#. yUHYp #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2953350\n" "help.text" -msgid "<emph>Number_bytes</emph> (optional) specifies the number of characters you want RIGHTB to extract, based on bytes." -msgstr "<emph>Počet_bajtů</emph> (nepovinné) udává počet znaků vyčleněného textu založený na bajtech." +msgid "<emph>Number_bytes</emph> (optional) specifies the number of characters you want RIGHTB to extract, based on bytes. If this parameter is not defined, one byte is returned." +msgstr "" #. KnAgN #: 04060110.xhp @@ -22778,60 +22850,6 @@ msgctxt "" msgid "<item type=\"input\">=UPPER(\"Good Morning\")</item> returns GOOD MORNING." msgstr "<item type=\"input\">=UPPER(\"Dobré ráno\")</item> vrátí DOBRÉ RÁNO." -#. KWdkk -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"bm_id3150802\n" -"help.text" -msgid "<bookmark_value>VALUE function</bookmark_value>" -msgstr "<bookmark_value>VALUE</bookmark_value>" - -#. QPiD6 -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"hd_id3150802\n" -"help.text" -msgid "VALUE" -msgstr "VALUE" - -#. yFFSn -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"par_id3152551\n" -"help.text" -msgid "<ahelp hid=\"HID_FUNC_WERT\">Converts a text string into a number.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_WERT\">Převede textový řetězec na číslo.</ahelp>" - -#. fGm5h -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"par_id3153638\n" -"help.text" -msgid "VALUE(\"Text\")" -msgstr "VALUE(\"Text\")" - -#. iYHvi -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"par_id3153651\n" -"help.text" -msgid "<emph>Text</emph> is the text to be converted to a number." -msgstr "<emph>Text</emph> je text, který se převede na číslo." - -#. mDpCa -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"par_id3144733\n" -"help.text" -msgid "<item type=\"input\">=VALUE(\"4321\")</item> returns 4321." -msgstr "<item type=\"input\">=VALUE(\"4321\")</item> vrátí 4321." - #. E5UtK #: 04060111.xhp msgctxt "" @@ -23165,6 +23183,24 @@ msgctxt "" msgid "<emph>Text</emph> is the character string to be encrypted. ROT13(ROT13(Text)) decrypts the code." msgstr "<emph>Text</emph> je znakový řetězec, který má být zakódován. ROT13(ROT13(Text)) dekóduje kód." +#. tN74B +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id151626469224135\n" +"help.text" +msgid "<input>=ROT13(\"Gur Qbphzrag Sbhaqngvba jnf sbhaqrq va Frcgrzore 2010.\")</input> returns the string \"The Document Foundation was founded in September 2010.\". Notice how spaces, digits, and full stops are unaffected by ROT13." +msgstr "" + +#. 4TMAT +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id221626469509161\n" +"help.text" +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/ROT13\" name=\"ROT13_Wiki\">ROT13</link> wiki page for more details about this function." +msgstr "" + #. CFJsA #: 04060111.xhp msgctxt "" @@ -38321,59 +38357,68 @@ msgctxt "" msgid "PHI" msgstr "PHI" -#. BiQu7 +#. YyypL #: 04060184.xhp msgctxt "" "04060184.xhp\n" "par_id3150254\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_PHI\">Returns the values of the distribution function for a standard normal distribution.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_PHI\">Vrátí hodnoty hustoty pravděpodobnosti normovaného normálního rozdělení.</ahelp>" +msgid "<ahelp hid=\"HID_FUNC_PHI\">Returns the value of the probability density function for a given value considering the standard normal distribution.</ahelp>" +msgstr "" -#. HEuJD +#. oEGwC #: 04060184.xhp msgctxt "" "04060184.xhp\n" -"par_id3149976\n" +"par_id151629986285891\n" "help.text" -msgid "PHI(Number)" -msgstr "PHI(Číslo)" +msgid "<input>PHI(Number)</input>" +msgstr "" -#. vZds8 +#. 4JwEu #: 04060184.xhp msgctxt "" "04060184.xhp\n" "par_id3156108\n" "help.text" -msgid "<emph>Number</emph> represents the value based on which the standard normal distribution is calculated." -msgstr "<emph>Číslo</emph> je hodnota, pro kterou se vypočte hodnota normovaného normálního rozdělení." +msgid "<emph>Number</emph> is the value for which the probability density function is calculated." +msgstr "" -#. jVwEp +#. 92hiK #: 04060184.xhp msgctxt "" "04060184.xhp\n" "par_id3155849\n" "help.text" -msgid "<item type=\"input\">=PHI(2.25) </item>= 0.03" -msgstr "<item type=\"input\">=PHI(2,25) </item>= 0,03" +msgid "<input>=PHI(2.25)</input> returns 0.0317." +msgstr "" -#. SsB5N +#. NsLhE #: 04060184.xhp msgctxt "" "04060184.xhp\n" "par_id3143236\n" "help.text" -msgid "<item type=\"input\">=PHI(-2.25)</item> = 0.03" -msgstr "<item type=\"input\">=PHI(-2,25)</item> = 0,03" +msgid "<input>=PHI(-2.25)</input> also returns 0.0317 because the normal distribution is symmetrical." +msgstr "" -#. UnjEG +#. NXho4 #: 04060184.xhp msgctxt "" "04060184.xhp\n" "par_id3149286\n" "help.text" -msgid "<item type=\"input\">=PHI(0)</item> = 0.4" -msgstr "<item type=\"input\">=PHI(0)</item> = 0,4" +msgid "<input>=PHI(0)</input> returns 0.3989." +msgstr "" + +#. GMDrd +#: 04060184.xhp +msgctxt "" +"04060184.xhp\n" +"par_id611629985664328\n" +"help.text" +msgid "Calling <input>PHI(Number)</input> is equivalent to calling <input>NORMDIST(Number,0,1,FALSE())</input> or <input>NORM.S.DIST(Number;FALSE())</input>, hence using the standard normal distribution with mean equal to 0 and standard deviation equal to 1 with the <emph>Cumulative</emph> argument set to <emph>False.</emph>" +msgstr "" #. vqBTN #: 04060184.xhp @@ -41948,15 +41993,6 @@ msgctxt "" msgid "Addition" msgstr "Sčítání" -#. vVWxJ -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3153247\n" -"help.text" -msgid "1+1" -msgstr "1+1" - #. r74qM #: 04060199.xhp msgctxt "" @@ -41975,15 +42011,6 @@ msgctxt "" msgid "Subtraction" msgstr "Odčítání" -#. tZXmq -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3153554\n" -"help.text" -msgid "2-1" -msgstr "2-1" - #. zqeEq #: 04060199.xhp msgctxt "" @@ -42002,15 +42029,6 @@ msgctxt "" msgid "Negation" msgstr "Negace" -#. xRAoR -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3154712\n" -"help.text" -msgid "-5" -msgstr "-5" - #. uTzKJ #: 04060199.xhp msgctxt "" @@ -42029,15 +42047,6 @@ msgctxt "" msgid "Multiplication" msgstr "Násobení" -#. p7EVk -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3149055\n" -"help.text" -msgid "2*2" -msgstr "2*2" - #. LyrLq #: 04060199.xhp msgctxt "" @@ -42056,15 +42065,6 @@ msgctxt "" msgid "Division" msgstr "Dělení" -#. Mm2KC -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3153027\n" -"help.text" -msgid "9/3" -msgstr "9/3" - #. St2pE #: 04060199.xhp msgctxt "" @@ -42083,15 +42083,6 @@ msgctxt "" msgid "Percent" msgstr "Procento" -#. 6tQYS -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3145632\n" -"help.text" -msgid "15%" -msgstr "15%" - #. KTLME #: 04060199.xhp msgctxt "" @@ -42110,14 +42101,14 @@ msgctxt "" msgid "Exponentiation" msgstr "Umocnění" -#. G8KSc +#. QZRSe #: 04060199.xhp msgctxt "" "04060199.xhp\n" -"par_id3157873\n" +"par_id881623862728559\n" "help.text" -msgid "3^2" -msgstr "3^2" +msgid "Prefix \"-\" (negation) has a higher precedence than \"^\" (exponentiation). For example -3^2 equals 9, which is the square of a negative number." +msgstr "" #. 77TDi #: 04060199.xhp @@ -42182,15 +42173,6 @@ msgctxt "" msgid "Equal" msgstr "Rovno" -#. uSFf9 -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3154546\n" -"help.text" -msgid "A1=B1" -msgstr "A1=B1" - #. Vg88D #: 04060199.xhp msgctxt "" @@ -42209,15 +42191,6 @@ msgctxt "" msgid "Greater than" msgstr "Větší než" -#. Q4HZQ -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3145138\n" -"help.text" -msgid "A1>B1" -msgstr "A1>B1" - #. jCt4x #: 04060199.xhp msgctxt "" @@ -42236,15 +42209,6 @@ msgctxt "" msgid "Less than" msgstr "Menší než" -#. zHDAx -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3150901\n" -"help.text" -msgid "A1<B1" -msgstr "A1<B1" - #. EBajC #: 04060199.xhp msgctxt "" @@ -42263,15 +42227,6 @@ msgctxt "" msgid "Greater than or equal to" msgstr "Větší nebo rovno" -#. iopG3 -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3153111\n" -"help.text" -msgid "A1>=B1" -msgstr "A1>=B1" - #. wXVvo #: 04060199.xhp msgctxt "" @@ -42290,15 +42245,6 @@ msgctxt "" msgid "Less than or equal to" msgstr "Menší nebo rovno" -#. DjB2C -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3148760\n" -"help.text" -msgid "A1<=B1" -msgstr "A1<=B1" - #. 4XUDV #: 04060199.xhp msgctxt "" @@ -42317,15 +42263,6 @@ msgctxt "" msgid "Inequality" msgstr "Nerovná se" -#. NEJpk -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3149878\n" -"help.text" -msgid "A1<>B1" -msgstr "A1<>B1" - #. aAdxC #: 04060199.xhp msgctxt "" @@ -42479,15 +42416,6 @@ msgctxt "" msgid "Range" msgstr "Oblast" -#. DCYDo -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3148432\n" -"help.text" -msgid "A1:C108" -msgstr "A1:C108" - #. fWnpm #: 04060199.xhp msgctxt "" @@ -43280,14 +43208,14 @@ msgctxt "" msgid "<variable id=\"function_list_text\"><ahelp hid=\"HID_SC_FUNCTIONLIST\">Opens the Function List deck of the Sidebar, which displays all functions that can be inserted into your document.</ahelp></variable> The <emph>Function List</emph> deck is similar to the <emph>Functions</emph> tab page of the <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Function Wizard</link>. The functions are inserted with placeholders to be replaced with your own values." msgstr "<variable id=\"function_list_text\"><ahelp hid=\"HID_SC_FUNCTIONLIST\">Otevře na postranní liště kartu Seznam funkcí, na níž se zobrazí všechny funkce, které je možné vložit do dokumentu.</ahelp></variable> Karta <emph>Seznam funkcí</emph> je podobná kartě <emph>Funkce</emph> v <link href=\"text/scalc/01/04060000.xhp\" name=\"Průvodci funkcí\">Průvodci funkcí</link>. Funkce jsou vkládány s názvy parametrů, které je třeba nahradit požadovanými hodnotami." -#. UGvDB +#. kJGdD #: 04080000.xhp msgctxt "" "04080000.xhp\n" "par_id3152576\n" "help.text" -msgid "The <emph>Function List</emph> window is a resizable <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link>. Use it to quickly enter functions in the spreadsheet. By double-clicking an entry in the functions list, the respective function is directly inserted with all parameters." -msgstr "Okno <emph>Seznam funkcí</emph> je <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"přichytitelné\">přichytitelné</link> a lze měnit jeho velikost. Lze ho použít pro snadné vkládání funkcí do sešitu. Poklepáním na funkci v seznamu se vybraná funkce vloží se všemi parametry." +msgid "The <emph>Function List</emph> window is a resizable <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dockable window\">dockable window</link>. Use it to quickly enter functions in the spreadsheet. By double-clicking an entry in the functions list, the respective function is directly inserted with all parameters." +msgstr "" #. tu2NZ #: 04080000.xhp @@ -45089,14 +45017,14 @@ msgctxt "" msgid "Use the Styles deck of the Sidebar to assign styles to cells and pages. You can apply, update, and modify existing styles or create new styles." msgstr "Buňkám a stránkám přiřadíte styly pomocí karty postranní lišty Styly a formátování. Styly je možné používat, aktualizovat, upravovat nebo vytvářet nové." -#. HL32W +#. nTiyj #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3149665\n" "help.text" -msgid "The Styles <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link> can remain open while editing the document." -msgstr "Okno Styly a formátování je <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"ukotvitelné\">ukotvitelné</link> a může zůstat otevřené během úprav dokumentu." +msgid "The Styles <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dockable window\">dockable window</link> can remain open while editing the document." +msgstr "" #. cawKF #: 05100000.xhp @@ -45485,6 +45413,15 @@ msgctxt "" msgid "<variable id=\"autoformattext\"><ahelp hid=\".\">Use this command to apply an AutoFormat to a selected sheet area or to define your own AutoFormats.</ahelp></variable>" msgstr "<variable id=\"autoformattext\"><ahelp hid=\".\">Použijte tento příkaz, chcete-li použít automatický formát na vybranou oblast nebo pro definování vlastních automatických formátů.</ahelp></variable>" +#. 7SZiE +#: 05110000.xhp +msgctxt "" +"05110000.xhp\n" +"par_id181630332690300\n" +"help.text" +msgid "The AutoFormat command is available only if a cell range with at least 3 columns and 3 rows are selected. Otherwise this command will appear grayed out in the menu." +msgstr "" + #. Gid6Q #: 05110000.xhp msgctxt "" @@ -45737,50 +45674,68 @@ msgctxt "" msgid "<bookmark_value>conditional formatting; conditions</bookmark_value>" msgstr "<bookmark_value>podmíněné formátování; podmínky</bookmark_value>" -#. FMGh8 +#. tYBMm +#: 05120000.xhp +msgctxt "" +"05120000.xhp\n" +"hd_id71624649758112\n" +"help.text" +msgid "Condition list" +msgstr "" + +#. aX6Li #: 05120000.xhp msgctxt "" "05120000.xhp\n" "par_id3149413\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">List of the conditions defined for the cell range in order of evaluation.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Seznam podmínek definovaných pro oblast buněk v pořadí vyhodnocení.</ahelp>" +msgid "List of the conditions defined for the cell range in order of evaluation. You can define as many conditions as you want." +msgstr "" -#. u9xFc +#. YHZ6v +#: 05120000.xhp +msgctxt "" +"05120000.xhp\n" +"hd_id41624649786605\n" +"help.text" +msgid "Up" +msgstr "" + +#. xSGWr #: 05120000.xhp msgctxt "" "05120000.xhp\n" "par_id3149414\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Increase priority of the selected condition.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Zvýšení priority vybrané podmínky.</ahelp>" +msgid "<ahelp hid=\".\">Increase priority of the selected condition.</ahelp>" +msgstr "" -#. jtCfF +#. YWF6k #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id3149415\n" +"hd_id861624649792266\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Decrease priority of the selected condition.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Snížení priority vybrané podmínky.</ahelp>" +msgid "Down" +msgstr "" -#. kbqQx +#. BAEJK #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"hd_id31531891\n" +"par_id3149415\n" "help.text" -msgid "Condition" -msgstr "Podmínka" +msgid "<ahelp hid=\".\">Decrease priority of the selected condition.</ahelp>" +msgstr "" -#. XUCvV +#. FZJa2 #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id31494131\n" +"hd_id31531891\n" "help.text" -msgid "You can define as many conditions as you want." -msgstr "Je možné definovat libovolné množství podmínek." +msgid "Condition list entry" +msgstr "" #. YLwyA #: 05120000.xhp @@ -49229,14 +49184,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/scalc/ui/advancedfilterdialog/edfilterarea\">Select the named range, or enter the cell range that contains the filter criteria that you want to use.</ahelp>" msgstr "<ahelp hid=\"modules/scalc/ui/advancedfilterdialog/edfilterarea\">Vyberte pojmenovanou oblast nebo zadejte oblast buněk, která obsahuje kritéria filtru, který chcete použít.</ahelp>" -#. DAGu3 +#. qhEo5 #: 12040300.xhp msgctxt "" "12040300.xhp\n" -"hd_id3153188\n" +"hd_id331625165680452\n" "help.text" -msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">More</link>" -msgstr "<link href=\"text/scalc/01/12040201.xhp\" name=\"Více\">Více</link>" +msgid "Options" +msgstr "" #. oYCwG #: 12040400.xhp @@ -53360,6 +53315,78 @@ msgctxt "" msgid "Sample macro:" msgstr "Ukázkové makro:" +#. vkaMd +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"par_id521625929022780\n" +"help.text" +msgid "Below is a sample function that can be called when an error occurs. Note that the macro takes in two parameters that are passed on by %PRODUCTNAME when the function is called:" +msgstr "" + +#. F9upo +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"par_id981625929097216\n" +"help.text" +msgid "<emph>CellValue</emph>: The value entered by the user, as a String." +msgstr "" + +#. oSFqW +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"par_id421625929100152\n" +"help.text" +msgid "<emph>CellAddress</emph>: The address of the cell where the value was entered, as a String prefixed with the sheet name (e.g: \"Sheet1.A1\")." +msgstr "" + +#. A52Nm +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"par_id101625929384030\n" +"help.text" +msgid "The function must return a Boolean value. If it returns <literal>True</literal>, the entered value is kept. If the function returns <literal>False</literal>, the entered value is erased and the previous value is restored." +msgstr "" + +#. 4tzCz +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"par_id531545240216611\n" +"help.text" +msgid "msg = \"Invalid value: \" & \"'\" & CellValue & \"'\"" +msgstr "" + +#. Zfic8 +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"bas_id971625928577365\n" +"help.text" +msgid "msg = msg & \" in cell: \" & \"'\" & CellAddress & \"'\"" +msgstr "" + +#. hiNR9 +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"bas_id181625928577640\n" +"help.text" +msgid "msg = msg & Chr(10) & \"Accept anyway?\"" +msgstr "" + +#. EhFBn +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"bas_id941625928578118\n" +"help.text" +msgid "iAnswer = MsgBox (msg , MB_FLAGS, \"Error message\")" +msgstr "" + #. 4C6T2 #: ODFF.xhp msgctxt "" @@ -53459,6 +53486,15 @@ msgctxt "" msgid "Example" msgstr "Příklad" +#. 54Ga6 +#: common_func.xhp +msgctxt "" +"common_func.xhp\n" +"hd_id281996\n" +"help.text" +msgid "Examples" +msgstr "" + #. STMGF #: common_func.xhp msgctxt "" @@ -60191,14 +60227,14 @@ msgctxt "" msgid "<emph>Position</emph>: The position in the text where the search starts." msgstr "<emph>Pozice</emph>: Pozice v textu, odkud vyhledávání začne." -#. VLM4H +#. okEBS #: func_findb.xhp msgctxt "" "func_findb.xhp\n" "par_id481573517830373\n" "help.text" -msgid "<input>=FINDB(\"ᄫᄬ\";\"ᄩᄔᄕᄜᄝᄞᄠgᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";17)</input> returns 19." -msgstr "<input>=FINDB(\"ᄫᄬ\";\"ᄩᄔᄕᄜᄝᄞᄠgᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";17)</input> vrátí 19." +msgid "<input>=FINDB(\"a\"; \"LibreOffice Calc\")</input> returns 15. The <emph>Find Text</emph> argument is a text string that comprises a full-width, double-byte \"a\" character, while the <emph>Text</emph> argument comprises 12 single-byte characters followed by four full-width, double-byte characters." +msgstr "" #. aACGP #: func_floor.xhp @@ -63395,77 +63431,131 @@ msgctxt "" msgid "<bookmark_value>NUMBERVALUE function</bookmark_value>" msgstr "<bookmark_value>NUMBERVALUE</bookmark_value>" -#. 6XDJp +#. GomzJ #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "hd_id3145621\n" "help.text" -msgid "<variable id=\"datevalue\"> <link href=\"text/scalc/01/func_numbervalue.xhp\">NUMBERVALUE</link> </variable>" -msgstr "<variable id=\"datevalue\"><link href=\"text/scalc/01/func_numbervalue.xhp\">NUMBERVALUE</link></variable>" +msgid "<variable id=\"numbervalue_h1\"><link href=\"text/scalc/01/func_numbervalue.xhp\">NUMBERVALUE</link></variable>" +msgstr "" -#. 3WLvS +#. Ywca6 #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3145087\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_NUMBERVALUE\">Convert text to number, in a locale-independent way.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_NUMBERVALUE\">Převede text na číslo, nezávisle na národním prostředí.</ahelp>" +msgid "<ahelp hid=\"HID_FUNC_NUMBERVALUE\">Converts the string representation of a number into a locale-independent numeric value.</ahelp>" +msgstr "" -#. JUF4C +#. xfP9G #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3149281\n" "help.text" -msgid "Constraints: LEN(decimal_separator) = 1, decimal_separator shall not appear in group_separator" -msgstr "Omezení: LEN(desetinný_oddělovač) = 1, desetinný_oddělovač nemůže být oddělovačem_skupin" +msgid "The input text may be in a locale-dependent or other bespoke format." +msgstr "" -#. 2uppP +#. vVK9p #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" -"par_id3149268\n" +"par_id381625600941159\n" +"help.text" +msgid "The output number is formatted as a valid floating point value and shown using the current cell's number format." +msgstr "" + +#. 2Ditv +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id351625601754290\n" +"help.text" +msgid "Refer to the <embedvar href=\"text/shared/01/05020300.xhp#NumbersLink\"/> help page to learn how to change the format of numbers in a cell." +msgstr "" + +#. vEdwF +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id721625602228575\n" "help.text" -msgid "NUMBERVALUE(\"Text\" [;decimal_separator [;group_separator]])" -msgstr "NUMBERVALUE(\"Text\" [; desetinný_oddělovač [; oddělovač_skupin]])" +msgid "NUMBERVALUE(Text[; Decimal Separator[; Group Separator]])" +msgstr "" -#. ytM82 +#. Y3A9n #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3154819\n" "help.text" -msgid "<emph>Text</emph> is a valid number expression and must be entered with quotation marks." -msgstr "<emph>Text</emph> je platný výraz pro číslo, musí být zadán v uvozovkách." +msgid "<emph>Text</emph> is a string that contains the number to be converted." +msgstr "" -#. exDVp +#. gwZ7A #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3154820\n" "help.text" -msgid "<emph>decimal_separator</emph> (optional) defines the character used as the decimal separator." -msgstr "<emph>desetinný oddělovač</emph> (nepovinné) určuje znak použitý jako oddělovač desetinných míst." +msgid "<emph>Decimal Separator</emph> is a single character that specifies the decimal separator in <emph>Text</emph>. It can be omitted if <emph>Text</emph> does not include any decimal or group separators." +msgstr "" -#. PAA4R +#. KJ6WA #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3154821\n" "help.text" -msgid "<emph>group_separator</emph> (optional) defines the character(s) used as the group separator." -msgstr "<emph>oddělovač_skupin</emph> (nepovinné) určuje znak nebo znaky použité jako oddělovače skupin." +msgid "<emph>Group Separator</emph> is a string that specifies the character(s) used as the group separator in <emph>Text</emph>. It can be omitted if <emph>Text</emph> does not include any group separators. The <emph>Decimal Separator</emph> character should not be used in <emph>Group Separator</emph>." +msgstr "" -#. zmrjG +#. yptHN #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3155841\n" "help.text" -msgid "<item type=\"input\">=NUMBERVALUE(\"123.456\";\".\";\",\")</item> yields 123.456" -msgstr "<item type=\"input\">=NUMBERVALUE(\"123.456\";\".\";\",\")</item> vrátí 123,456" +msgid "<input>=NUMBERVALUE(\"1.234.567,89\"; \",\"; \".\")</input> returns 1234567.89 (considering en-US locale). The function removes the two group separators and changes the decimal separator from a comma to a full stop." +msgstr "" + +#. UNiLM +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id721625603302860\n" +"help.text" +msgid "<input>=NUMBERVALUE(\"123·4\"; \"·\")</input> returns 123.4 (considering en-US locale). The function changes the decimal separator from a \"·\" to a full stop. No group separator is used in the supplied number and so the <emph>Group Separator</emph> argument is omitted." +msgstr "" + +#. iGGwj +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id491625603415715\n" +"help.text" +msgid "<input>=NUMBERVALUE(\"123e12\")</input> returns 1.23E+14 (considering en-US locale). No decimal or group separators are used in the supplied number and so the <emph>Decimal Separator</emph> and <emph>Group Separator</emph> arguments are omitted." +msgstr "" + +#. vTYDd +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id801625603497421\n" +"help.text" +msgid "<input>=NUMBERVALUE(\"1#!234#!567\"; \".\"; \"#!\")</input> returns 1234567 (considering en-US locale). Note that in this case the group separator is specified as a two-character string." +msgstr "" + +#. 4sMd6 +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id451626100385699\n" +"help.text" +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/NUMBERVALUE\" name=\"NUMBERVALUE_Wiki\">NUMBERVALUE</link> wiki page for more details about this function." +msgstr "" #. EJhfD #: func_opt_barrier.xhp @@ -64205,14 +64295,14 @@ msgctxt "" msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied." msgstr "<emph>Text</emph>: Text nebo odkaz na buňku, na který se má regulární výraz použít." -#. gdhZh +#. aaDJc #: func_regex.xhp msgctxt "" "func_regex.xhp\n" "par_id211542232209275\n" "help.text" -msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned." -msgstr "<emph>Výraz</emph>: Text představující regulární výraz ve tvaru podle <link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ICU REGEXP\">projektu ICU</link>. Není-li nalezena shoda a není zadána <emph>Náhrada</emph>, funkce vrátí #N/A." +msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned." +msgstr "" #. ZBTYi #: func_regex.xhp @@ -64295,14 +64385,14 @@ msgctxt "" msgid "<link href=\"text/shared/01/02100001.xhp\" name=\"regex lists\">List of regular expressions</link>" msgstr "<link href=\"text/shared/01/02100001.xhp\" name=\"Seznam regulárních výrazů\">Seznam regulárních výrazů</link>" -#. U7Ffm +#. 2AHRN #: func_regex.xhp msgctxt "" "func_regex.xhp\n" "par_id431542233650614\n" "help.text" -msgid "<link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ICU REGEXP\">ICU regular expressions</link>" -msgstr "<link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"Regulární výrazy ICU\">Regulární výrazy v projektu ICU</link>" +msgid "<link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>" +msgstr "" #. B64FM #: func_replaceb.xhp @@ -64349,32 +64439,32 @@ msgctxt "" msgid "REPLACEB( Text ; Position ; Length ; NewText )" msgstr "REPLACEB(Text; Pozice; Délka; Nový text)" -#. eY5FG +#. uBLSC #: func_replaceb.xhp msgctxt "" "func_replaceb.xhp\n" "par_id331573510857418\n" "help.text" -msgid "<emph>Text</emph>: A text expression or reference to a cell containing a text expression in which the characters are to be replaced." -msgstr "<emph>Text</emph>: výraz pro text nebo odkaz na buňku obsahující výraz pro text, v němž má dojít k nahrazení znaků." +msgid "<emph>Text</emph>: A text expression or reference to a cell containing a text expression in which the bytes are to be replaced." +msgstr "" -#. bqPxd +#. 9a6mz #: func_replaceb.xhp msgctxt "" "func_replaceb.xhp\n" "par_id431573510862075\n" "help.text" -msgid "<emph>Position</emph>: the character position from which text is to be replaced." -msgstr "<emph>Pozice</emph>: pozice znaku, od něhož se text nahradí." +msgid "<emph>Position</emph>: the byte position from which text is to be replaced." +msgstr "" -#. TtgNA +#. AsHs8 #: func_replaceb.xhp msgctxt "" "func_replaceb.xhp\n" "par_id481573510866260\n" "help.text" -msgid "<emph>Length</emph>: the number of characters to be replaced." -msgstr "<emph>Délka</emph>: počet nahrazovaných znaků." +msgid "<emph>Length</emph>: the number of bytes to be replaced." +msgstr "" #. UuACG #: func_replaceb.xhp @@ -64394,6 +64484,15 @@ msgctxt "" msgid "<input>=REPLACEB(\"ᄩᄔᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";4;1;\"ab\")</input> returns \"ᄩ abᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\" ." msgstr "<input>=REPLACEB(\"ᄩᄔᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";4;1;\"ab\")</input> vrátí \"ᄩ abᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\" ." +#. zzieb +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"par_id721626381053212\n" +"help.text" +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/REPLACEB\" name=\"REPLACEB_Wiki\">REPLACEB</link> wiki page for more details about this function." +msgstr "" + #. E7heY #: func_roundsig.xhp msgctxt "" @@ -65420,6 +65519,132 @@ msgctxt "" msgid "<item type=\"input\">TODAY()</item> returns the current computer system date." msgstr "<item type=\"input\">TODAY()</item> vrací aktuální systémové datum." +#. w86Dm +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"tit\n" +"help.text" +msgid "VALUE Function" +msgstr "" + +#. D5EDU +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"bm_id831542233029549\n" +"help.text" +msgid "<bookmark_value>VALUE function</bookmark_value> <bookmark_value>text functions;convert text to numeric value</bookmark_value>" +msgstr "" + +#. pkYxF +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"hd_id881628776094597\n" +"help.text" +msgid "<variable id=\"Value_h1\"><link href=\"text/scalc/01/func_value.xhp\" name=\"function VALUE\">VALUE</link></variable>" +msgstr "" + +#. BZ7SU +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id541542230672101\n" +"help.text" +msgid "<variable id=\"func_value_desc\"><ahelp hid=\".\">Converts the string representation of a number to numeric form. If the supplied string is a valid date, time, or date-time, the corresponding date-time serial number is returned.</ahelp></variable>" +msgstr "" + +#. KAY8o +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id701542231253817\n" +"help.text" +msgid "<input>VALUE(Text)</input>" +msgstr "" + +#. QVErw +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id621542232197446\n" +"help.text" +msgid "<emph>Text</emph>: A string (in quotation marks), a number, or a reference to a cell containing one of those types, that contains the value to be converted." +msgstr "" + +#. hMLPV +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id731628787003937\n" +"help.text" +msgid "If the <emph>Text</emph> argument is a string representing a date, time, currency or a numeric value with decimal and thousands separators, the string must comply with current locale settings." +msgstr "" + +#. 3BCEU +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id451628776707264\n" +"help.text" +msgid "<input>=VALUE(\"1234\")</input> returns the numeric value 1234." +msgstr "" + +#. zEuFg +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id101628778036375\n" +"help.text" +msgid "<input>=VALUE(\"+1,234.567\")</input> returns 1234.567 (considering en-US locale). Note that the \"+\" sign could have been omitted." +msgstr "" + +#. Hhrax +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id991628779914913\n" +"help.text" +msgid "<input>=VALUE(\"$100\")</input> returns 100 (considering en-US locale). Note that the currency prefix must match the current locale settings." +msgstr "" + +#. syxTJ +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id101628780114427\n" +"help.text" +msgid "<input>=VALUE(\"50%\")</input> returns 0.5. Note that the character \"%\" causes the numeric part to be divided by 100." +msgstr "" + +#. xDJeH +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id731628780240876\n" +"help.text" +msgid "<input>=VALUE(\"07/30/2021\")</input> returns 44407 (considering en-US locale) which is the date-time sequence number corresponding to the specified date." +msgstr "" + +#. Kkcm7 +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id501628780340635\n" +"help.text" +msgid "<input>=VALUE(\"09:20:25\")</input> returns 0.389178240740741 which is the date-time sequence number corresponding to the specified time value." +msgstr "" + +#. qxHgs +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id801628779804928\n" +"help.text" +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/VALUE\" name=\"VALUE Wiki\">VALUE</link> wiki page for more details about this function." +msgstr "" + #. dQeP6 #: func_webservice.xhp msgctxt "" @@ -68939,32 +69164,32 @@ msgctxt "" msgid "The following table displays the results of the descriptive statistics of the sample data above." msgstr "Následující tabulka zobrazuje výsledky popisné statistiky pro výše uvedený výběr dat." -#. XC7CC +#. BmGdK #: statistics_descriptive.xhp msgctxt "" "statistics_descriptive.xhp\n" "par_id1000690\n" "help.text" -msgid "Column 1" -msgstr "Sloupec 1" +msgid "Maths" +msgstr "" -#. HY2UN +#. BYWoQ #: statistics_descriptive.xhp msgctxt "" "statistics_descriptive.xhp\n" "par_id1000700\n" "help.text" -msgid "Column 2" -msgstr "Sloupec 2" +msgid "Physics" +msgstr "" -#. qTDSp +#. FeMDR #: statistics_descriptive.xhp msgctxt "" "statistics_descriptive.xhp\n" "par_id1000710\n" "help.text" -msgid "Column 3" -msgstr "Sloupec 3" +msgid "Biology" +msgstr "" #. AjAbs #: statistics_descriptive.xhp @@ -69533,14 +69758,14 @@ msgctxt "" msgid "Regression Analysis" msgstr "Regresní analýza" -#. wDYsU +#. vJQLe #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" "bm_id2764278\n" "help.text" -msgid "<bookmark_value>Analysis toolpack;regression analysis</bookmark_value><bookmark_value>regression analysis;Analysis toolpack</bookmark_value><bookmark_value>Data statistics;regression analysis</bookmark_value>" -msgstr "<bookmark_value>analytické nástroje;regresní analýza</bookmark_value><bookmark_value>regresní analýza;analytické nástroje</bookmark_value><bookmark_value>statistická analýza dat;regresní analýza</bookmark_value>" +msgid "<bookmark_value>Analysis toolpack;regression analysis</bookmark_value><bookmark_value>regression analysis;Analysis toolpack</bookmark_value><bookmark_value>Data statistics;regression analysis</bookmark_value><bookmark_value>Confidence level;regression analysis</bookmark_value><bookmark_value>regression analysis;linear</bookmark_value><bookmark_value>regression analysis;power</bookmark_value><bookmark_value>regression analysis;logarithmic</bookmark_value>" +msgstr "" #. UPKr7 #: statistics_regression.xhp @@ -69551,14 +69776,23 @@ msgctxt "" msgid "<variable id=\"regressionanalysish1\"><link href=\"text/scalc/01/statistics_regression.xhp\" name=\"regression analysis\">Regression Analysis</link></variable>" msgstr "<variable id=\"regressionanalysish1\"><link href=\"text/scalc/01/statistics_regression.xhp\" name=\"regresní analýza\">Regresní analýza</link></variable>" -#. NFhSA +#. A8gk9 #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" "par_id1001240\n" "help.text" -msgid "<ahelp hid=\"modules/scalc/ui/regressiondialog/RegressionDialog\">Produces the regression analysis of a data set</ahelp>" -msgstr "<ahelp hid=\"modules/scalc/ui/regressiondialog/RegressionDialog\">Provede pro danou množinu dat regresní analýzu.</ahelp>" +msgid "<ahelp hid=\"modules/scalc/ui/regressiondialog/RegressionDialog\">Performs linear, logarithmic, or power regression analysis of a data set comprising one dependent variable and multiple independent variables.</ahelp>" +msgstr "" + +#. PDDGb +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"par_id431629832333206\n" +"help.text" +msgid "For example, a crop yield (dependent variable) may be related to rainfall, temperature conditions, sunshine, humidity, soil quality and more, all of them independent variables." +msgstr "" #. ENJtD #: statistics_regression.xhp @@ -69578,140 +69812,194 @@ msgctxt "" msgid "For more information on regression analysis, refer to the <link href=\"https://en.wikipedia.org/wiki/Regression_analysis\" name=\"English Wikipedia: Regression analysis\">corresponding Wikipedia article</link>." msgstr "Více informací o regresní analýze naleznete v angličtině v <link href=\"https://en.wikipedia.org/wiki/Regression_analysis\" name=\"English Wikipedia: Regression analysis\">příslušném článku na Wikipedii</link>." -#. rdATw +#. G5y4R #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"hd_id1000070\n" +"hd_id891629830986496\n" "help.text" -msgid "Output Regression Type" -msgstr "Typ regrese ve výstupu" +msgid "Data" +msgstr "" -#. QMDBG +#. 9uRGh #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1001280\n" +"hd_id101629830993962\n" "help.text" -msgid "Set the regression type. Three types are available:" -msgstr "Nastaví typ regrese. K dispozici jsou tři typy:" +msgid "Independent variable(s) (X) range:" +msgstr "" -#. 7Avaz +#. XGD77 #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201620334364\n" +"par_id961629834099308\n" "help.text" -msgid "<emph>Linear Regression</emph>: find a straight line in the form of <item type=\"literal\">y = a.x + b</item>, where <item type=\"literal\">a</item> is the slope and <item type=\"literal\">b</item> is the intercept that best fits the data." -msgstr "<emph>Lineární regrese</emph>: nalezne takovou přímku ve tvaru <item type=\"literal\">y = a.x + b</item>, která nejlépe prokládá data; <item type=\"literal\">a</item> je směrnice a <item type=\"literal\">b</item> je absolutní člen." +msgid "Enter a single range that contains multiple independent variable observations (along columns or rows). All X variable observations need to be entered adjacent to each other in the same table." +msgstr "" -#. B6dex +#. yCogF #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201620340168\n" +"hd_id871629830998653\n" "help.text" -msgid "<emph>Logarithmic regression</emph>: find a logarithmic curve in the form of <item type=\"literal\">y = a.ln(x) + b</item>, where <item type=\"literal\">a</item> is the slope, <item type=\"literal\">b</item> is the intercept and <item type=\"literal\">ln(x)</item> is the natural logarithm of <item type=\"literal\">x</item>, that best fits the data." -msgstr "<emph>Logaritmická regrese</emph>: nalezne takovou logaritmickou křivku ve tvaru <item type=\"literal\">y = a.ln(x) + b</item>, která nejlépe prokládá data; <item type=\"literal\">a</item> je směrnice, <item type=\"literal\">b</item> je absolutní člen a <item type=\"literal\">ln(x)</item> je přirozený logaritmus <item type=\"literal\">x</item>." +msgid "Dependent variable (Y) range:" +msgstr "" -#. txgoZ +#. NiB9B #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201620340139\n" +"par_id391629834089370\n" "help.text" -msgid "<emph>Power regression</emph>: Find a power curve in the form of <item type=\"literal\">y = a.x^b</item>, where <item type=\"literal\">a</item> is the coefficient, <item type=\"literal\">b</item> is the power that best fits the data." -msgstr "<emph>Mocninná regrese</emph>: Najděte mocninnou křivku v podobě <item type=\"literal\">y = a.x^b</item>, kde <item type=\"literal\">a</item> je koeficient, <item type=\"literal\">b</item> je mocnina, která nejlépe vyhovuje datům." +msgid "Enter the range that contains the dependent variable whose regression is to be calculated." +msgstr "" -#. EtPbr +#. A8dZ8 #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1001310\n" +"hd_id931629831003368\n" "help.text" -msgid "The results of the three types of <emph>regression analysis</emph> of the measurements in the table above are shown below." -msgstr "Níže jsou zobrazeny výsledky tří typů <emph>regresní analýzy</emph> měření z výše uvedené tabulky." +msgid "Both X and Y ranges have labels" +msgstr "" -#. iJ7yf +#. mSnba #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090526\n" +"par_id261629834071776\n" "help.text" -msgid "Regression" -msgstr "Regrese" +msgid "Check to use the first line (or column) of the data sets as variable names in the output range." +msgstr "" -#. cSAoU +#. 7TDwz #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090542\n" +"hd_id11629831014811\n" "help.text" -msgid "Regression Model" -msgstr "Regresní model" +msgid "Results to:" +msgstr "" -#. YAGFi +#. CAKdU #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090596\n" +"par_id441629834000533\n" "help.text" -msgid "Linear" -msgstr "Lineární" +msgid "The reference of the top left cell of the range where the results will be displayed." +msgstr "" -#. 2zcqS +#. ZMxv6 #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090586\n" +"hd_id1000070\n" "help.text" -msgid "Logarithmic" -msgstr "Logaritmický" +msgid "Output Regression Types" +msgstr "" -#. QvaFq +#. QMDBG #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090555\n" +"par_id1001280\n" "help.text" -msgid "Power" -msgstr "Mocninný" +msgid "Set the regression type. Three types are available:" +msgstr "Nastaví typ regrese. K dispozici jsou tři typy:" -#. oHBnC +#. vauNm #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090553\n" +"par_id1701201620334364\n" "help.text" -msgid "R^2" -msgstr "R^2" +msgid "<emph>Linear Regression</emph>: finds a linear function in the form of y = b + a<sub>1</sub>.[x<sub>1</sub>] + a<sub>2</sub>.[x<sub>2</sub>] + a<sub>3</sub>.[x<sub>3</sub>] ..., where a<sub>i</sub> is the i-th slope, [x<sub>i</sub>] is the i-th independent variable, and b is the intercept that best fits the data." +msgstr "" -#. egmFM +#. cR7FM #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090595\n" +"par_id1701201620340168\n" "help.text" -msgid "Standard Error" -msgstr "Standardní chyba" +msgid "<emph>Logarithmic regression</emph>: finds a logarithmic curve in the form of y = b + a<sub>1</sub>.ln[x<sub>1</sub>] + a<sub>2</sub>.ln[x<sub>2</sub>] + a<sub>3</sub>.ln[x<sub>3</sub>] ..., where a<sub>i</sub> is the i-th coefficient, b is the intercept and ln[x<sub>i</sub>] is the natural logarithm of the i-th independent variable, that best fits the data." +msgstr "" + +#. YfNEL +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"par_id1701201620340139\n" +"help.text" +msgid "<emph>Power regression</emph>: finds a power curve in the form of y = exp( b + a<sub>1</sub>.ln[x<sub>1</sub>] + a<sub>2</sub>.ln[x<sub>2</sub>] + a<sub>3</sub>.ln[x<sub>3</sub>] ...), where a<sub>i</sub> is the i-th power, [x<sub>i</sub>] is the i-th independent variable, and b is intercept that best fits the data." +msgstr "" -#. woESA +#. 3KkxA #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090563\n" +"hd_id331629834218606\n" "help.text" -msgid "Slope" -msgstr "Směrnice" +msgid "Options" +msgstr "" -#. qfNCA +#. uBCr7 #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090642\n" +"hd_id481629834269509\n" "help.text" -msgid "Intercept" -msgstr "Absolutní člen" +msgid "Confidence level" +msgstr "" + +#. YjBMV +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"par_id971629835636129\n" +"help.text" +msgid "A numeric value between 0 and 1 (exclusive), default is 0.95. Calc uses this percentage to compute the corresponding confidence intervals for each of the estimates (namely the slopes and intercept)." +msgstr "" + +#. f2CEs +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"hd_id751629834274709\n" +"help.text" +msgid "Calculate residuals" +msgstr "" + +#. b4unQ +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"par_id401629835408653\n" +"help.text" +msgid "Select whether to opt in or out of computing the residuals, which may be beneficial in cases where you are interested only in the slopes and intercept estimates and their statistics. The residuals give information on how far the actual data points deviate from the predicted data points, based on the regression model." +msgstr "" + +#. F99az +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"hd_id861629834279039\n" +"help.text" +msgid "Force intercept to be zero" +msgstr "" + +#. UYdQb +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"par_id121629837424848\n" +"help.text" +msgid "Calculates the regression model using zero as the intercept, thus forcing the model to pass through the origin." +msgstr "" #. u47eB #: statistics_sampling.xhp diff --git a/source/cs/helpcontent2/source/text/scalc/04.po b/source/cs/helpcontent2/source/text/scalc/04.po index 9a95269f72e..80cf73953a4 100644 --- a/source/cs/helpcontent2/source/text/scalc/04.po +++ b/source/cs/helpcontent2/source/text/scalc/04.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-01-14 18:09+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-01-16 21:43+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textscalc04/cs/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.4\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1557549372.000000\n" #. NQkD7 @@ -25,14 +25,14 @@ msgctxt "" msgid "Shortcut Keys for Spreadsheets" msgstr "Klávesové zkratky pro práci se sešity" -#. KkAUs +#. DdGD4 #: 01020000.xhp msgctxt "" "01020000.xhp\n" "bm_id3145801\n" "help.text" -msgid "<bookmark_value>spreadsheets; shortcut keys in</bookmark_value><bookmark_value>shortcut keys; spreadsheets</bookmark_value><bookmark_value>sheet ranges; filling</bookmark_value>" -msgstr "<bookmark_value>sešity; klávesové zkratky</bookmark_value><bookmark_value>klávesové zkratky; sešity</bookmark_value><bookmark_value>rozsah sešitu; vyplňování</bookmark_value>" +msgid "<bookmark_value>spreadsheets; shortcut keys in</bookmark_value> <bookmark_value>shortcut keys; spreadsheets</bookmark_value> <bookmark_value>sheet ranges; filling</bookmark_value>" +msgstr "" #. CkSXA #: 01020000.xhp @@ -187,14 +187,14 @@ msgctxt "" msgid "End" msgstr "End" -#. ezWwF +#. THrNt #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3155095\n" "help.text" -msgid "Moves the cursor to the last cell of the current row." -msgstr "Přesune kurzor do poslední buňky současného řádku." +msgid "Moves the cursor to the last cell that contains values in the current row." +msgstr "" #. FhvWD #: 01020000.xhp @@ -223,14 +223,14 @@ msgctxt "" msgid "Shift+End" msgstr "Shift+End" -#. BnYcn +#. CsAmu #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id4155095\n" "help.text" -msgid "Selects cells from the current cell to the last cell of the current row." -msgstr "Vybere buňky od aktuální buňky do poslední buňky aktuálního řádku." +msgid "Selects all cells from the current cell to the last cell that contains values in the current row." +msgstr "" #. 8bBCM #: 01020000.xhp @@ -331,14 +331,14 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+šipka doleva" -#. LWDGG +#. ziZQj #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3154766\n" "help.text" -msgid "Moves the cursor leftward to the start and end of cell blocks with data. If the cell to the left of the cursor is empty or the cell with cursor is empty, cursor moves leftward in row to the next cell with contents. If the row on the left of the cursor is empty, the cursor moves to then first cell in the row." -msgstr "Přesune kurzor směrem vlevo na začátek nebo konec bloku s daty. Je-li buňka vlevo od kurzoru prázdná nebo je-li buňka obsahující kurzor prázdná, kurzor se přesune v řádku doleva na následující buňku s daty. V případě, že je řádek vlevo od kurzoru prázdný, se kurzor přesune na první buňku v řádku." +msgid "Moves the cursor leftward to the start and end of cell blocks with data. If the cell to the left of the cursor is empty or the cell with the cursor is empty, the cursor moves leftward in the current row until it reaches the next cell with contents. If all cells in the same row to the left of the cursor are empty, the cursor moves to the first cell in the row." +msgstr "" #. PgM3v #: 01020000.xhp @@ -349,14 +349,14 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Right Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+šipka vpravo" -#. TURv3 +#. WxdVv #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3155593\n" "help.text" -msgid "Moves the cursor rightward to the start and end of cell blocks with contents. If the cell to the right of the cursor is empty or the cursor is in an empty cell, the cursor moves rightward to the next cell that contains data. If the row on the right of the cursor is empty, the cursor moves to the last cell in the row." -msgstr "Přesune kurzor směrem vpravo na začátek nebo konec bloku s daty. Je-li buňka vpravo od kurzoru prázdná nebo je-li buňka obsahující kurzor prázdná, kurzor se přesune v řádku doprava na následující buňku s daty. V případě, že je řádek vpravo od kurzoru prázdný, se kurzor přesune na poslední buňku v řádku." +msgid "Moves the cursor rightward to the start and end of cell blocks with data. If the cell to the right of the cursor is empty or the cell with the cursor is empty, the cursor moves rightward in the current row until it reaches the next cell with contents. If all cells in the same row to the right of the cursor are empty, the cursor moves to the last cell in the row." +msgstr "" #. R9tmv #: 01020000.xhp @@ -367,14 +367,14 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Up Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+šipka nahoru" -#. FhV8W +#. UV76n #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3153076\n" "help.text" -msgid "Moves the cursor upward to the start and end of cell blocks with data. If the cell above the cursor is empty or the cursor is in an empty cell, the cursor moves up to the end of next cell block with data. If the column above the cursor is empty, the cursor moves up to first cell in the column." -msgstr "Přesune kurzor směrem nahoru na začátek nebo konec bloku s daty. Je-li buňka nad kurzorem prázdná nebo je-li buňka obsahující kurzor prázdná, kurzor se přesune v sloupci nahoru na následující buňku s daty. V případě, že je sloupec nad kurzorem prázdný, se kurzor přesune nahoru na první buňku ve sloupci." +msgid "Moves the cursor upward to the start and end of cell blocks with data. If the cell above the cursor is empty or the cell with the cursor is empty, the cursor moves upward in the current column until it reaches the next cell with contents. If all cells in the same column above the cursor are empty, the cursor moves to the first cell in the column." +msgstr "" #. EamtM #: 01020000.xhp @@ -385,14 +385,14 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+šipka dolů" -#. kB7sB +#. x95TY #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3149054\n" "help.text" -msgid "Moves the cursor downward to the start and end of cell blocks with data. If the cell below the cursor is empty or the cursor is in an empty cell, the cursor moves down to the next cell that contains data. If the column below the cursor is empty, the cursor moves down to last cell in the column." -msgstr "Přesune kurzor směrem dolů na začátek nebo konec bloku s daty. Je-li buňka pod kurzorem prázdná nebo je-li buňka obsahující kurzor prázdná, kurzor se přesune v sloupci dolů na následující buňku s daty. V případě, že je sloupec pod kurzorem prázdný, se kurzor přesune dolů na poslední buňku ve sloupci." +msgid "Moves the cursor downward to the start and end of cell blocks with data. If the cell below the cursor is empty or the cell with the cursor is empty, the cursor moves downward in the current column until it reaches the next cell with contents. If all cells in the same column below the cursor are empty, the cursor moves to the last cell in the column." +msgstr "" #. UQi4B #: 01020000.xhp @@ -403,14 +403,14 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+šipka" -#. BKMzG +#. FwaRy #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3159258\n" "help.text" -msgid "Selects all cells of the range created by the cursor movements using the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Arrows</keycode> key combinations. If used to select rows and columns together, a rectangular cell range is selected." -msgstr "Vybere všechny buňky oblasti vytvořené pohybem kurzoru, který je výsledkem použití kombinace kláves <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+šipka</keycode>. Použije-li se zároveň výběr řádků a sloupců, vybere se obdélníková oblast buněk." +msgid "Selects all cells of the range created by the cursor movements using the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Arrows</keycode> key combinations. If used to select rows and columns together, a rectangular cell range is selected. If the cursor is in an empty cell, the selection will stretch from the current cell up to the first cell with value in the direction of the arrow pressed." +msgstr "" #. F95ji #: 01020000.xhp @@ -637,14 +637,68 @@ msgctxt "" msgid "Enter (in a selected range)" msgstr "Enter (v označeném rozsahu)" -#. iA7nB +#. aFEgB #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3153935\n" "help.text" -msgid "Moves the cursor down one cell in a selected range. To specify the direction that the cursor moves, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - General</emph>." -msgstr "Přesune kurzor o jednu buňku ve vybrané oblasti. Směr, kterým se bude kurzor pohybovat, nastavíte volbou <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Předvolby</emph></caseinline><defaultinline><emph>Nástroje - Možnosti</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Obecné</emph>." +msgid "Moves the cursor down one cell in a selected range. To specify the direction that the cursor moves, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - General</emph> and change the option in <emph>Press Enter to move selection</emph>." +msgstr "" + +#. DbRBy +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id351630625364216\n" +"help.text" +msgid "Enter (after copying cell contents)" +msgstr "" + +#. 5PZQn +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id681630625395135\n" +"help.text" +msgid "If cell contents have just been copied to the clipboard and no additional editing has been done in the current file, then pressing <keycode>Enter</keycode> will paste clipboard contents to the current cursor position." +msgstr "" + +#. 2MKS8 +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id521630625780621\n" +"help.text" +msgid "Shift+Enter" +msgstr "" + +#. dAv3b +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id541630625783264\n" +"help.text" +msgid "If the clipboard contains cell contents and no editing has been done in the file, then <keycode>Shift+Enter</keycode> has the same behavior as <keycode>Enter</keycode> and pastes clipboard contents to the current cursor position." +msgstr "" + +#. so8sW +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id921630625968749\n" +"help.text" +msgid "If no cells are selected, <keycode>Shift+Enter</keycode> moves the cursor to the opposite direction defined in the option <emph>Press Enter to move selection</emph> found in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - General</emph>." +msgstr "" + +#. f4gCc +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id951630626229215\n" +"help.text" +msgid "If a range of cells is selected, <keycode>Shift+Enter</keycode> moves the cursor inside the current selection to the opposite direction defined in the option <emph>Press Enter to move selection</emph>." +msgstr "" #. ESQwM #: 01020000.xhp @@ -727,23 +781,41 @@ msgctxt "" msgid "F2" msgstr "F2" -#. N2Q5C +#. BUfoX #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3148568\n" "help.text" -msgid "Switches to Edit mode and places the cursor at the end of the contents of the current cell. Press again to exit Edit mode." -msgstr "Přepne do režimu úprav a umístí kurzor na konec obsahu současné buňky. Dalším stisknutím ukončíte režim úprav." +msgid "With a cell selected, press F2 to open cell contents for editing. If the cell contains a formula, use arrow keys to navigate the sheet to easily enter range addresses into the formula." +msgstr "" + +#. KPNsf +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id381629750112725\n" +"help.text" +msgid "Press F2 again to enable the use of arrow keys to move the cursor in the formula text." +msgstr "" + +#. YE2ga +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id481629750230372\n" +"help.text" +msgid "Each additional use of the F2 shortcut switches between the two states previously described." +msgstr "" -#. GFKGE +#. Dzhco #: 01020000.xhp msgctxt "" "01020000.xhp\n" -"par_id3153108\n" +"par_id461629750358215\n" "help.text" -msgid "If the cursor is in an input box in a dialog that has a <emph>Minimize </emph>button, the dialog is hidden and the input box remains visible. Press F2 again to show the whole dialog." -msgstr "Je-li kurzor ve vstupním řádku v dialogu, který má tlačítko <emph>Minimalizovat</emph>, dialog se skryje a vstupní řádek zůstane zobrazen. Dalším stisknutím F2 zobrazíte celý dialog." +msgid "Some dialog boxes have input fields with a <emph>Shrink</emph> button. Pressing F2 with the cursor inside such field causes the <emph>Shrink</emph> command to be executed." +msgstr "" #. seNCx #: 01020000.xhp @@ -1033,14 +1105,14 @@ msgctxt "" msgid "Updates the selected chart." msgstr "Aktualizuje vybraný graf." -#. 7Bnwf +#. VLV2J #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3149279\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>" -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>" +msgid "<switchinline select=\"sys\"> <caseinline select=\"MAC\">Command+T</caseinline> <defaultinline>F11</defaultinline> </switchinline>" +msgstr "" #. edNSJ #: 01020000.xhp @@ -1752,12 +1824,3 @@ msgctxt "" "help.text" msgid "Removes the current field from the area." msgstr "Odstraní aktuální pole z oblasti." - -#. npGBx -#: 01020000.xhp -msgctxt "" -"01020000.xhp\n" -"par_id3150630\n" -"help.text" -msgid "<link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys in $[officename]\">Shortcut keys in $[officename]</link>" -msgstr "<link href=\"text/shared/04/01010000.xhp\" name=\"klávesové zkratky v $[officename]\">Klávesové zkratky v $[officename]</link>" diff --git a/source/cs/helpcontent2/source/text/scalc/06.po b/source/cs/helpcontent2/source/text/scalc/06.po index 0e491e0e6eb..5dded88e303 100644 --- a/source/cs/helpcontent2/source/text/scalc/06.po +++ b/source/cs/helpcontent2/source/text/scalc/06.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: 2018-11-14 12:22+0100\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2018-08-21 09:03+0000\n" "Last-Translator: raal <raal@post.cz>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ 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: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1534842185.000000\n" +#. HDsTF #: calcsamplefiles.xhp msgctxt "" "calcsamplefiles.xhp\n" diff --git a/source/cs/helpcontent2/source/text/scalc/guide.po b/source/cs/helpcontent2/source/text/scalc/guide.po index 641f6487d22..b97bd892b64 100644 --- a/source/cs/helpcontent2/source/text/scalc/guide.po +++ b/source/cs/helpcontent2/source/text/scalc/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-05-31 15:15+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-04 12:59+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/cs/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1547389818.000000\n" #. NXy6S @@ -403,14 +403,14 @@ msgctxt "" msgid "Using AutoFormat for Tables" msgstr "Automatický formát tabulky" -#. 33hwy +#. V4grY #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "bm_id3155132\n" "help.text" -msgid "<bookmark_value>tables; AutoFormat function</bookmark_value> <bookmark_value>defining;AutoFormat function for tables</bookmark_value> <bookmark_value>AutoFormat function</bookmark_value> <bookmark_value>formats; automatically formatting spreadsheets</bookmark_value> <bookmark_value>automatic formatting in spreadsheets</bookmark_value> <bookmark_value>sheets;AutoFormat function</bookmark_value>" -msgstr "<bookmark_value>tabulky; automatický formát</bookmark_value> <bookmark_value>definování;automatický formát pro tabulky</bookmark_value> <bookmark_value>automatický formát</bookmark_value> <bookmark_value>formáty; automatické formátování v sešitech</bookmark_value> <bookmark_value>automatické formátování v sešitech</bookmark_value> <bookmark_value>listy;automatický formát</bookmark_value>" +msgid "<bookmark_value>tables; AutoFormat</bookmark_value> <bookmark_value>AutoFormat cell ranges</bookmark_value> <bookmark_value>formats; automatically formatting spreadsheets</bookmark_value> <bookmark_value>sheets;AutoFormat</bookmark_value>" +msgstr "" #. EiEMB #: autoformat.xhp @@ -421,122 +421,113 @@ msgctxt "" msgid "<variable id=\"autoformat\"><link href=\"text/scalc/guide/autoformat.xhp\" name=\"Using AutoFormat for Tables\">Applying Automatic Formatting to a Selected Cell Range</link></variable>" msgstr "<variable id=\"autoformat\"><link href=\"text/scalc/guide/autoformat.xhp\" name=\"Using AutoFormat for Tables\">Použití automatického formátu na vybranou oblast buněk</link></variable>" -#. CC2ie +#. 7xexA #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_id3149401\n" "help.text" -msgid "You can use the AutoFormat feature to quickly apply a format to a sheet or a selected cell range." -msgstr "Funkci automatického formátu můžete použít pro rychlé formátování listu nebo vybrané oblasti buněk." +msgid "Use the AutoFormat feature to quickly apply a format to a selected cell range." +msgstr "" -#. FGf7G +#. rA9iM #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_idN10702\n" "help.text" -msgid "To Apply an AutoFormat to a Sheet or Selected Cell Range" -msgstr "Použití automatického formátu na list nebo vybranou oblast buněk" +msgid "Applying an AutoFormat to a Selected Cell Range" +msgstr "" -#. XEBko +#. jDKjA #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_idN106CE\n" "help.text" -msgid "Select the cells, including the column and row headers, that you want to format." -msgstr "Vyberte buňky (včetně záhlaví sloupců a řádků), které chcete formátovat." +msgid "Select the range of cells to which the AutoFormat style is to be applied. The range must be at least 3 columns and 3 rows in size." +msgstr "" -#. PMa8H +#. 6GCsB #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_idN106D5\n" "help.text" -msgid "Choose <item type=\"menuitem\">Format - AutoFormat Styles</item>." -msgstr "Zvolte <item type=\"menuitem\">Formát - Styly automatického formátu</item>." +msgid "Go to <menuitem>Format - AutoFormat Styles</menuitem> to open the AutoFormat dialog." +msgstr "" -#. YT4xh +#. CXiex #: autoformat.xhp msgctxt "" "autoformat.xhp\n" -"par_id3151242\n" +"par_id771630333791025\n" "help.text" -msgid "Select which properties to include in an AutoFormat." -msgstr "Vyberte vlastnosti, které chcete zahrnout do automatického formátu." +msgid "In the <emph>Format</emph> list choose the AutoFormat style to apply." +msgstr "" -#. dhKwA +#. tCZL9 #: autoformat.xhp msgctxt "" "autoformat.xhp\n" -"par_idN10715\n" +"par_id3151242\n" "help.text" -msgid "Click <emph>OK</emph>." -msgstr "Klepněte na <emph>OK</emph>." +msgid "In the <emph>Formatting</emph> section choose which properties from the AutoFormat style to apply to the selected cell range." +msgstr "" -#. 5rFWK +#. rgXQa #: autoformat.xhp msgctxt "" "autoformat.xhp\n" -"par_idN1075D\n" +"par_idN10715\n" "help.text" -msgid "The format is applied to the selected range of cells." -msgstr "Formát je použit na vybranou oblast buněk." +msgid "Click <emph>OK</emph> to apply the AutoFormat style and close the dialog." +msgstr "" -#. gG5Fm +#. EAyCv #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_id3149210\n" "help.text" -msgid "If you do not see any change in color of the cell contents, choose <item type=\"menuitem\">View - Value Highlighting</item>." -msgstr "Nezměnila-li se barva obsahu buněk, zvolte <item type=\"menuitem\">Zobrazit - Zvýrazňování hodnot</item>." +msgid "In case the color of the cell contents does not change, make sure <menuitem>View - Value Highlighting</menuitem> is disabled." +msgstr "" -#. WuFW6 +#. ovMm9 #: autoformat.xhp msgctxt "" "autoformat.xhp\n" -"par_id3155379\n" +"bm_id11630343392868\n" "help.text" -msgid "To Define an AutoFormat for Spreadsheets or Ranges" -msgstr "Definování automatického formátu pro sešity nebo oblasti" +msgid "<bookmark_value>defining;AutoFormat styles</bookmark_value>" +msgstr "" -#. kMXDR +#. 5DZHa #: autoformat.xhp msgctxt "" "autoformat.xhp\n" -"par_id3148868\n" +"hd_id731630343367098\n" "help.text" -msgid "You can define a new AutoFormat that is available to all spreadsheets and ranges." -msgstr "Můžete vytvořit nový automatický formát, který bude dostupný pro všechny sešity a oblasti." +msgid "Defining a new AutoFormat style" +msgstr "" -#. LBQQi +#. 2QDCM #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_id3152985\n" "help.text" -msgid "Format a sheet or range." -msgstr "Naformátujte list nebo oblast." +msgid "In a Calc spreadsheet, format a cell range with at least 4 columns and 4 rows to serve as model to create the new AutoFormat style." +msgstr "" -#. JVW7G +#. 3GsCL #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_id3145384\n" "help.text" -msgid "Choose <item type=\"menuitem\">Edit - Select All</item> or select the formatted range." -msgstr "Zvolte <item type=\"menuitem\">Úpravy - Vybrat vše</item> nebo vyberte zformátovanou oblast." - -#. VuwGM -#: autoformat.xhp -msgctxt "" -"autoformat.xhp\n" -"par_id3153815\n" -"help.text" -msgid "Choose <item type=\"menuitem\">Format - AutoFormat Styles</item>." -msgstr "Zvolte <item type=\"menuitem\">Formát - Styly automatického formátu</item>." +msgid "Select the cell range formatted in the previous step and go to <menuitem>Format - AutoFormat Styles</menuitem>." +msgstr "" #. CzaoG #: autoformat.xhp @@ -547,23 +538,32 @@ msgctxt "" msgid "Click <emph>Add</emph>." msgstr "Klepněte na <emph>Přidat</emph>." -#. FDB4v +#. GxXmX #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_idN10760\n" "help.text" -msgid "In the <emph>Name</emph> box of the <emph>Add AutoFormat</emph> dialog, enter a name for the format." -msgstr "Do pole <emph>Název</emph> dialogu <emph>Přidat Automatický formát</emph> napište název formátu." +msgid "In the <emph>Name</emph> box of the <emph>Add AutoFormat</emph> dialog, enter a name for the new AutoFormat style." +msgstr "" -#. YWSGG +#. pMxn9 #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_idN107C3\n" "help.text" -msgid "Click <emph>OK</emph>." -msgstr "Klepněte na <emph>OK</emph>." +msgid "Click <emph>OK</emph> and close the dialog." +msgstr "" + +#. HJiDi +#: autoformat.xhp +msgctxt "" +"autoformat.xhp\n" +"par_id51630343134146\n" +"help.text" +msgid "The new AutoFormat styles created using the steps above can be applied to any %PRODUCTNAME Calc file. Hence they are not limited to the file where the style was created." +msgstr "" #. hpPvo #: autoformat.xhp @@ -718,14 +718,14 @@ msgctxt "" msgid "User Defined Borders in Cells" msgstr "Uživatelské ohraničení buněk" -#. GxTZ8 +#. RRraV #: borders.xhp msgctxt "" "borders.xhp\n" "bm_id3457441\n" "help.text" -msgid "<bookmark_value>cells;borders</bookmark_value> <bookmark_value>line arrangements with cells</bookmark_value> <bookmark_value>borders;cells</bookmark_value>" -msgstr "<bookmark_value>buňky;ohraničení</bookmark_value> <bookmark_value>zarovnání čar u buněk</bookmark_value> <bookmark_value>ohraničení;buňky</bookmark_value>" +msgid "<bookmark_value>cells;borders</bookmark_value> <bookmark_value>line arrangements with cells</bookmark_value> <bookmark_value>borders;cells</bookmark_value>" +msgstr "" #. ajMCN #: borders.xhp @@ -898,15 +898,6 @@ msgctxt "" msgid "<image id=\"img_id8139591\" src=\"media/helpimg/border_ca_4.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id8139591\">borders with a block selected</alt></image>" msgstr "<image id=\"img_id8139591\" src=\"media/helpimg/border_ca_4.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id8139591\">ohraničení s vybraným blokem</alt></image>" -#. j9iat -#: borders.xhp -msgctxt "" -"borders.xhp\n" -"par_id5383465\n" -"help.text" -msgid "You cannot apply borders to multiple selections." -msgstr "Nemůžete přiřadit ohraničení vícenásobnému výběru." - #. 2gKsC #: borders.xhp msgctxt "" @@ -1240,6 +1231,51 @@ msgctxt "" msgid "<image id=\"img_id5380718\" src=\"media/helpimg/border_ca_9.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id5380718\">advanced example for cell borders</alt></image>" msgstr "<image id=\"img_id5380718\" src=\"media/helpimg/border_ca_9.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id5380718\">složitější příklad ohraničení buňky</alt></image>" +#. KKHLH +#: borders.xhp +msgctxt "" +"borders.xhp\n" +"bm_id151630452717743\n" +"help.text" +msgid "<bookmark_value>adjacent cells;remove border</bookmark_value>" +msgstr "" + +#. eEE4F +#: borders.xhp +msgctxt "" +"borders.xhp\n" +"hd_id861630451554176\n" +"help.text" +msgid "Adjacent Cells" +msgstr "" + +#. k8s2o +#: borders.xhp +msgctxt "" +"borders.xhp\n" +"par_id231630451548190\n" +"help.text" +msgid "This option becomes available when formatting a range of cells that already have borders and the new format defined for the range involves removing outer borders." +msgstr "" + +#. xADD4 +#: borders.xhp +msgctxt "" +"borders.xhp\n" +"par_id931630451706604\n" +"help.text" +msgid "By default the option <emph>Remove border</emph> is disabled and the borders at the edges of the selected range are left unchanged. Check this option if the borders at the edge of the selection should be removed." +msgstr "" + +#. V8sNd +#: borders.xhp +msgctxt "" +"borders.xhp\n" +"par_id641630452272324\n" +"help.text" +msgid "If the preset <emph>No Borders</emph> is chosen then the <emph>Remove border</emph> option is enabled." +msgstr "" + #. kCAyU #: calc_date.xhp msgctxt "" @@ -10645,6 +10681,123 @@ msgctxt "" msgid "Aside from when new rows and columns are inserted, references can also change when an existing formula referring to particular cells is copied to another area of the sheet. Assume you entered the formula =SUM(A1:A9) in row 10. If you want to calculate the sum for the adjacent column to the right, simply copy this formula to the cell to the right. The copy of the formula in column B will be automatically adjusted to =SUM(B1:B9)." msgstr "Kromě vkládání nových řádků a sloupců jsou odkazy upravovány při kopírování existujícího vzorce s odkazem na další buňky do jiného místa sešitu. Předpokládejme, že máte vzorec =SUM(A1:A9) v řádku 10. Chcete-li spočítat součet sousedícího sloupce, jednoduše zkopírujte tento vzorec do buňky vpravo od něj. Kopírovaný vzorec bude automaticky upraven na =SUM(B1:B9)." +#. kAFBF +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"tit\n" +"help.text" +msgid "Removing Duplicate Values" +msgstr "" + +#. hGQvA +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"bm_id3153896\n" +"help.text" +msgid "<bookmark_value>filters; removing duplicates</bookmark_value> <bookmark_value>filters; finding unique values</bookmark_value>" +msgstr "" + +#. Q5494 +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"hd_id501630021281902\n" +"help.text" +msgid "<variable id=\"filters\"><link href=\"text/scalc/guide/remove_duplicates.xhp\" name=\"Duplicates_h1\">Removing Duplicate Values</link></variable>" +msgstr "" + +#. ocizx +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id3150869\n" +"help.text" +msgid "Consider a single column with values where some may be duplicates. To remove duplicate values and obtain only the unique entries in the column:" +msgstr "" + +#. omVUk +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id631630021463659\n" +"help.text" +msgid "Select the range of values from which duplicate values are to be removed. The values have to be arranged in a single column." +msgstr "" + +#. XvTTj +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id31630021517873\n" +"help.text" +msgid "Go to <menuitem>Data - More Filters - Standard Filter</menuitem>. This opens the <embedvar href=\"text/shared/02/12090100.xhp#StandardFilter_h1\"/> dialog." +msgstr "" + +#. EVEzq +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id801630022108301\n" +"help.text" +msgid "In <emph>Field Name</emph> make sure that the selected column is the column where the values are stored. If a single column is selected this field will be set automatically." +msgstr "" + +#. TesFn +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id461630022298515\n" +"help.text" +msgid "In <emph>Condition</emph> choose the option <emph>=</emph> (equals sign), which is the default option." +msgstr "" + +#. nWrGh +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id261630022372414\n" +"help.text" +msgid "In <emph>Value</emph> choose the option <emph>Not Empty</emph>." +msgstr "" + +#. fFZRM +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id441630022436605\n" +"help.text" +msgid "Click <emph>Options</emph> and select <emph>No duplications</emph>. If the first value is the column header check <emph>Range contains column labels</emph>." +msgstr "" + +#. sdBSD +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id841630022924442\n" +"help.text" +msgid "Check <emph>Copy results</emph> and use the input box below it to inform a cell address where the unique entries are to be entered." +msgstr "" + +#. DJcXh +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id61630023053412\n" +"help.text" +msgid "Click <emph>OK</emph>. The unique values in the range will be entered starting with the cell selected in the previous step." +msgstr "" + +#. 3qh4V +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id81630022708336\n" +"help.text" +msgid "The <emph>No duplications</emph> option is case sensitive. Therefore, values \"A\" and \"a\" are each considered as unique values." +msgstr "" + #. cPpmr #: rename_table.xhp msgctxt "" @@ -11428,14 +11581,14 @@ msgctxt "" msgid "<link href=\"text/shared/optionen/01060400.xhp\" name=\"Sort lists\">Sort lists</link>" msgstr "<link href=\"text/shared/optionen/01060400.xhp\" name=\"Řadit seznamy\">Řadit seznamy</link>" -#. atsHK +#. 6GdiT #: specialfilter.xhp msgctxt "" "specialfilter.xhp\n" "tit\n" "help.text" -msgid "Filter: Applying Advanced Filters" -msgstr "Filtr: Používání pokročilých filtrů" +msgid "Applying Advanced Filters" +msgstr "" #. Gy5TZ #: specialfilter.xhp @@ -11446,14 +11599,14 @@ msgctxt "" msgid "<bookmark_value>filters;defining advanced filters </bookmark_value><bookmark_value>advanced filters</bookmark_value><bookmark_value>defining; advanced filters</bookmark_value><bookmark_value>database ranges; advanced filters</bookmark_value>" msgstr "<bookmark_value>filtry;definování pokročilých filtrů </bookmark_value><bookmark_value>pokročilé filtry</bookmark_value><bookmark_value>definování; pokročilé filtry</bookmark_value><bookmark_value>databázové oblasti; pokročilé filtry</bookmark_value>" -#. GS4TQ +#. cjgod #: specialfilter.xhp msgctxt "" "specialfilter.xhp\n" "hd_id3148798\n" "help.text" -msgid "<variable id=\"specialfilter\"><link href=\"text/scalc/guide/specialfilter.xhp\" name=\"Filter: Applying Advanced Filters\">Filter: Applying Advanced Filters</link></variable>" -msgstr "<variable id=\"specialfilter\"><link href=\"text/scalc/guide/specialfilter.xhp\" name=\"Filter: Applying Advanced Filters\">Filtr: Použití pokročilých filtrů</link></variable>" +msgid "<variable id=\"specialfilter\"><link href=\"text/scalc/guide/specialfilter.xhp\" name=\"Applying Advanced Filters\">Applying Advanced Filters</link></variable>" +msgstr "" #. tYuAi #: specialfilter.xhp @@ -13282,6 +13435,276 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04090000.xhp\" name=\"External data dialog\">External data dialog</link>" msgstr "<link href=\"text/scalc/01/04090000.xhp\" name=\"Dialog externí data\">Dialog externí data</link>" +#. GnXq4 +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"tit\n" +"help.text" +msgid "Using Wildcards in Formulas" +msgstr "" + +#. EvMSm +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"bm_id3152149\n" +"help.text" +msgid "<bookmark_value>wildcards in calc formulas</bookmark_value> <bookmark_value>wildcards, examples</bookmark_value>" +msgstr "" + +#. 98C5v +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"hd_id941629155075179\n" +"help.text" +msgid "<variable id=\"wildcards_h1\"><link href=\"text/scalc/guide/wildcards.xhp\" name=\"wildcards_link\">Using Wildcards in Formulas</link></variable>" +msgstr "" + +#. yqMKw +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id571629155308959\n" +"help.text" +msgid "Wildcards are special characters that can be used in search strings that are passed as arguments to some Calc functions. They can also be used to define search criteria in the <emph>Find & Replace</emph> dialog. The use of wildcards enables the definition of more advanced search parameters with a single search string." +msgstr "" + +#. vQrdp +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id391629156224638\n" +"help.text" +msgid "%PRODUCTNAME Calc supports either <emph>wildcards</emph> or <emph>regular expressions</emph> as arguments depending on the current application settings. By default %PRODUCTNAME Calc is set to support wildcards instead of regular expressions." +msgstr "" + +#. DyzLn +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id551629156504794\n" +"help.text" +msgid "To make sure wildcards are supported, go to <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>LibreOffice - Preferences - %PRODUCTNAME Calc - Calculate</menuitem></caseinline><defaultinline><menuitem>Tools - Options - %PRODUCTNAME Calc - Calculate</menuitem></defaultinline></switchinline> and check if the option <emph>Enable wildcards in formulas</emph> is selected. Note that you can use this dialog to switch to regular expressions by choosing <emph>Enable regular expressions in formulas</emph> or choose to support neither wildcards nor regular expressions." +msgstr "" + +#. BHJzs +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id141629156913731\n" +"help.text" +msgid "The following wildcards are supported:" +msgstr "" + +#. tbbPM +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id801629209195110\n" +"help.text" +msgid "Wildcard" +msgstr "" + +#. 7PmfG +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id861629209212608\n" +"help.text" +msgid "Description" +msgstr "" + +#. DfkJA +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id591629209073388\n" +"help.text" +msgid "<emph>? (question mark)</emph>" +msgstr "" + +#. F2wmk +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id31629209073388\n" +"help.text" +msgid "Matches any single character. For example, the search string \"b?g\" matches “bag” and “beg” but will not match \"boog\" or \"mug\"." +msgstr "" + +#. pi9ik +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id121629209114452\n" +"help.text" +msgid "Note that it will not match \"bg\" as well, since \"?\" must match exactly <emph>one</emph> character. The \"?\" wildcard does not correspond to a zero-character match." +msgstr "" + +#. PmsQL +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id981629209073388\n" +"help.text" +msgid "<emph>* (asterisk)</emph>" +msgstr "" + +#. 6V7SE +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id51629209073388\n" +"help.text" +msgid "Matches any sequence of characters, including an empty string. For example, the search string \"*cast\" will match “cast”, “forecast”, and “outcast”, but will not match \"forecaster\" using default %PRODUCTNAME settings." +msgstr "" + +#. 3gkp8 +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id351629209153307\n" +"help.text" +msgid "If the option <menuitem>Search criteria = and <> must apply to whole cells</menuitem> is disabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>LibreOffice - Preferences - %PRODUCTNAME Calc - Calculate</menuitem></caseinline><defaultinline><menuitem>Tools - Options - %PRODUCTNAME Calc - Calculate</menuitem></defaultinline></switchinline>, then \"forecaster\" will be a match using the \"*cast\" search string." +msgstr "" + +#. ek6t7 +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id181629209277556\n" +"help.text" +msgid "<emph>~ (tilde)</emph>" +msgstr "" + +#. F3Tuy +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id881629209280877\n" +"help.text" +msgid "Escapes the special meaning of a question mark, asterisk, or tilde character that follows immediately after the tilde character." +msgstr "" + +#. P35Fo +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id861629209431020\n" +"help.text" +msgid "For example, the search string \"why~?\" matches “why?” but will not match \"whys\" nor \"why~s\"." +msgstr "" + +#. aCtpj +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id1001629157561261\n" +"help.text" +msgid "Wildcards are supported in %PRODUCTNAME Calc and in Microsoft Excel. Therefore, if interoperability between both applications is needed, choose to work with wildcards instead of regular expressions. Conversely, if interoperability is not necessary, consider using regular expressions for more powerful search capabilities." +msgstr "" + +#. Dwt2G +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"hd_id671629158766165\n" +"help.text" +msgid "Supported Spreadsheet Functions" +msgstr "" + +#. YF9FB +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id161629158785887\n" +"help.text" +msgid "Wildcards are supported by the following spreadsheet functions:" +msgstr "" + +#. rRPbf +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id441629158810517\n" +"help.text" +msgid "<emph>Database functions:</emph> DAVERAGE, DCOUNT, DCOUNTA, DGET, DMAX, DMIN, DPRODUCT, DSTDEV, DSTDEVP, DSUM, DVAR and DVARP." +msgstr "" + +#. gfUGT +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id321629158810916\n" +"help.text" +msgid "<emph>Conditional functions:</emph> AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, MAXIFS, MINIFS, SUMIF and SUMIFS." +msgstr "" + +#. oUwuB +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id941629158811325\n" +"help.text" +msgid "<emph>Lookup functions:</emph> HLOOKUP, LOOKUP and VLOOKUP." +msgstr "" + +#. Ka6SK +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id41629158919808\n" +"help.text" +msgid "<emph>Other functions:</emph> MATCH and SEARCH." +msgstr "" + +#. 2ZGuQ +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"hd_id701629159564269\n" +"help.text" +msgid "Examples of Wildcards in Formulas" +msgstr "" + +#. GnADR +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id121629289062103\n" +"help.text" +msgid "The following examples consider that the options <menuitem>Enable wildcards in formulas</menuitem> and <menuitem>Search criteria = and <> must apply to whole cells</menuitem> are enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>LibreOffice - Preferences - %PRODUCTNAME Calc - Calculate</menuitem></caseinline><defaultinline><menuitem>Tools - Options - %PRODUCTNAME Calc - Calculate</menuitem></defaultinline></switchinline>." +msgstr "" + +#. znKay +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id271629159111490\n" +"help.text" +msgid "<input>=COUNTIF(A1:A10;\"Chi*\")</input> counts the number of cells in the range <emph>A1:A10</emph> containing strings that start with \"Chi\" followed by zero or more characters." +msgstr "" + +#. TPRuA +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id741629159343415\n" +"help.text" +msgid "<input>=SUMIF(A1:A5;\"A??\";B1:B5)</input> sums the values in <emph>B1:B5</emph> whose corresponding values in <emph>A1:A5</emph> start with \"A\" followed by exactly two other characters." +msgstr "" + +#. 7GqMs +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id141629159465592\n" +"help.text" +msgid "Wildcard comparisons are <emph>not</emph> case sensitive, hence \"A?\" will match both \"A1\" and \"a1\"." +msgstr "" + #. ysgCC #: year2000.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/schart/00.po b/source/cs/helpcontent2/source/text/schart/00.po index 79d30d83c66..22ea9d08baa 100644 --- a/source/cs/helpcontent2/source/text/schart/00.po +++ b/source/cs/helpcontent2/source/text/schart/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-05-22 13:27+0200\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2019-06-11 18:03+0000\n" "Last-Translator: raal <raal@post.cz>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ 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: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1560276218.000000\n" +#. E9tti #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "To access this function..." msgstr "Přístup k této funkci..." +#. GYYED #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<variable id=\"wie\">To access this function...</variable>" msgstr "<variable id=\"wie\">Ke zpřístupnění této funkce...</variable>" +#. ug82V #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "Choose <emph>View - Chart Data Table</emph> (Charts)" msgstr "Zvolte <emph>Zobrazit - Tabulka dat grafu</emph> (grafy)" +#. fU5ZG #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "On Formatting bar, click" msgstr "Na liště Formátování klepněte na" +#. GDpSu #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "<image id=\"img_id3147428\" src=\"cmd/sc_grid.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147428\">Icon</alt></image>" msgstr "<image id=\"img_id3147428\" src=\"cmd/sc_grid.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147428\">Ikona</alt></image>" +#. S6JmP #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Chart Data" msgstr "Data grafu" +#. GhdKK #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "<variable id=\"efgttl\">Choose <emph>Insert - Titles</emph> (Charts)</variable>" msgstr "<variable id=\"efgttl\">Zvolte <emph>Vložit - Popisy</emph> (grafy)</variable>" +#. 3x5QB #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "Choose <emph>Insert - Legend</emph> (Charts)" msgstr "Zvolte <emph>Vložit - Legenda</emph> (grafy)" +#. HqMQr #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Choose <emph>Format - Legend - Position</emph> tab (Charts)" msgstr "Zvolte kartu <emph>Formát - Legenda - Umístění</emph> (grafy)" +#. EH75q #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Choose <emph>Insert - Data Labels</emph> (Charts)" msgstr "Zvolte <emph>Vložit - Popisky dat</emph> (grafy)" +#. zEfSg #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Choose <emph>Format - Format Selection - Data Point/Data Series - Data Labels</emph> tab (for data series and data point) (Charts)" msgstr "Zvolte kartu <emph>Formát - Formát výběru - Datový bod/Datová řada - Popisky dat</emph> (pro datové řady a datové body) (grafy)" +#. SQbvj #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<variable id=\"efgaug\">Choose <emph>Insert - Axes</emph> (Charts)</variable>" msgstr "<variable id=\"efgaug\">Zvolte <emph>Vložit - Osy</emph> (grafy)</variable>" +#. GttHw #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Choose <emph>Insert - Grids</emph> (Charts)" msgstr "Zvolte <emph>Vložit - Mřížka</emph> (grafy)" +#. LWyLt #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "On Formatting bar, click" msgstr "Na liště Formátování klepněte na" +#. zTF9a #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "<image id=\"img_id3155111\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155111\">Icon</alt></image>" msgstr "<image id=\"img_id3155111\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155111\">Icon</alt></image>" +#. Abvw3 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "Horizontal Grids" msgstr "Vodorovné mřížky" +#. 77NFv #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "<image id=\"img_id3152989\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152989\">Icon</alt></image>" msgstr "<image id=\"img_id3152989\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152989\">Icon</alt></image>" +#. AeSzg #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Vertical Grids" msgstr "Svislé mřížky" +#. Twpy9 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "<variable id=\"efgsta\">Choose <emph>Insert - X Error Bars</emph>, or <emph>Insert - Y Error Bars</emph> (Charts)</variable>" msgstr "<variable id=\"efgsta\">Zvolte <emph>Vložit - Chybové úsečky X</emph> nebo <emph>Vložit - Chybové úsečky Y</emph> (grafy)</variable>" +#. ZD5K5 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<variable id=\"trendlines\">Choose <emph>Insert - Trend Line</emph> (Charts)</variable>" msgstr "<variable id=\"trendlines\">Zvolte <emph>Vložit - Spojnice trendu</emph> (grafy)</variable>" +#. UzBjR #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "<variable id=\"sonderz\">Choose <emph>Insert - Special Character</emph> (Charts)</variable>" msgstr "<variable id=\"sonderz\">Zvolte <emph>Vložit - Speciální znak</emph> (grafy)</variable>" +#. 8TxLK #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "<variable id=\"frtoes\">Choose <emph>Format - Format Selection</emph> (Charts)</variable>" msgstr "<variable id=\"frtoes\">Zvolte <emph>Formát - Formát výběru</emph> (grafy)</variable>" +#. DqsZe #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "<variable id=\"frtodd\">Choose <emph>Format - Format Selection - Data Point</emph> dialog (Charts)</variable>" msgstr "<variable id=\"frtodd\">Zvolte dialog <emph>Formát - Formát výběru - Datový bod</emph></variable>" +#. ASTDr #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "<variable id=\"frtodr\">Choose <emph>Format - Format Selection - Data Series</emph> dialog (Charts)</variable>" msgstr "<variable id=\"frtodr\">Zvolte dialog <emph>Formát - Formát výběru - Datové řady</emph> (grafy)</variable>" +#. p2eYn #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "<variable id=\"optionen\">Choose <emph>Format - Format Selection - Data Series - Options</emph> tab (Charts)</variable>" msgstr "<variable id=\"optionen\">Zvolte kartu <emph>Formát - Formát výběru - Datové řady - Možnosti</emph> (grafy)</variable>" +#. yRSaN #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "<variable id=\"frtttl\">Choose <emph>Format - Title</emph> (Charts)</variable>" msgstr "<variable id=\"frtttl\">Zvolte <emph>Formát - Popis</emph> (grafy)</variable>" +#. CExBh #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "<variable id=\"frtoe\">Choose <emph>Format - Format Selection - Title</emph> dialog (Charts)</variable>" msgstr "<variable id=\"frtoe\">Zvolte dialog <emph>Formát - Formát výběru - Popis</emph> (grafy)</variable>" +#. icD4Y #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "<variable id=\"frtegt\">Choose <emph>Format - Format Selection - Title</emph> dialog (Charts)</variable>" msgstr "<variable id=\"frtegt\">Zvolte dialog <emph>Formát - Formát výběru - Popis</emph> (grafy)</variable>" +#. aEnjy #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<variable id=\"frttya\">Choose <emph>Format - Title</emph> (Charts)</variable>" msgstr "<variable id=\"frttya\">Zvolte <emph>Formát - Popis</emph> (grafy)</variable>" +#. arVPN #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "<variable id=\"frttyab\">Choose <emph>Format - Axis</emph> (Charts)</variable>" msgstr "<variable id=\"frttyab\">Zvolte <emph>Formát - Osy</emph> (grafy)</variable>" +#. HDvN2 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<variable id=\"frtlgd\">Choose <emph>Format - Legend</emph>, or <emph>Format - Format Selection - Legend</emph> (Charts)</variable>" msgstr "<variable id=\"frtlgd\">Zvolte <emph>Formát - Legenda</emph> nebo v grafu vyberte legendu a zvolte <emph>Formát - Formát výběru</emph> (grafy)</variable>" +#. R5dmc #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<variable id=\"frtaa\">Choose <emph>Format - Axis - X Axis/Secondary X Axis/Z Axis/All Axes</emph> (Charts)</variable>" msgstr "<variable id=\"frtaa\">Zvolte <emph>Formát - Osa - Osa X/Vedlejší osa X/Osa Z/Všechny osy</emph> (grafy)</variable>" +#. Fphi2 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "<variable id=\"frtyas\">Choose <emph>Format - Axis - Y Axis/Secondary Y Axis</emph> (Charts)</variable>" msgstr "<variable id=\"frtyas\">Zvolte <emph>Formát - Osa - Osa Y/Vedlejší osa Y</emph> (grafy)</variable>" +#. BH3xT #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "<variable id=\"frtysk\">Choose <emph>Format - Axis - Y Axis - Scale</emph> tab (Charts)</variable>" msgstr "<variable id=\"frtysk\">Zvolte kartu <emph>Formát - Osy - Osa Y - Měřítko</emph> (grafy)</variable>" +#. DbZea #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "<variable id=\"positioning\">Choose <emph>Format - Axis - X Axis - Positioning</emph> tab (Charts)</variable>" msgstr "<variable id=\"positioning\">Zvolte kartu <emph>Formát - Osy - Osa X - Umístění</emph> (grafy)</variable>" +#. 7T8FZ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "<variable id=\"positioningy\">Choose <emph>Format - Axis - Y Axis - Positioning</emph> tab (Charts)</variable>" msgstr "<variable id=\"positioningy\">Zvolte kartu <emph>Formát - Osy - Osa Y - Umístění</emph> (grafy)</variable>" +#. kLZUK #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "<variable id=\"frtgt\">Choose <emph>Format - Grid</emph> (Charts)</variable>" msgstr "<variable id=\"frtgt\">Zvolte <emph>Formát - Mřížka</emph> (grafy)</variable>" +#. 8RRTD #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "<variable id=\"frtgtr\">Choose <emph>Format - Grid - X, Y, Z Axis Major Grid/ X, Y, Z Minor Grid/ All Axis Grids</emph> (Charts)</variable>" msgstr "<variable id=\"frtgtr\">Zvolte <emph>Formát - Mřížka - Hlavní mřížka osy X, Y, Z / Vedlejší mřížka osy X, Y, Z / Mřížky všech os</emph> (grafy)</variable>" +#. aRwaG #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "<variable id=\"frtdgw\">Choose <emph>Format - Chart Wall - Chart</emph> dialog (Charts)</variable>" msgstr "<variable id=\"frtdgw\">Zvolte <emph>Formát - Stěna grafu</emph>(grafy)</variable>" +#. F8nYw #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "<variable id=\"frtdgb\">Choose <emph>Format - Chart Floor</emph> (Charts)</variable>" msgstr "<variable id=\"frtdgb\">Zvolte <emph>Formát - Pata grafu</emph> (grafy)</variable>" +#. e3DQt #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "<variable id=\"frtdgf\">Choose <emph>Format - Chart Area</emph> (Charts)</variable>" msgstr "<variable id=\"frtdgf\">Zvolte <emph>Formát - Plocha grafu</emph> (grafy)</variable>" +#. DMVGy #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "Choose <emph>Format - Chart Type</emph> (Charts)" msgstr "Zvolte <emph>Formát - Typ grafu</emph> (grafy)" +#. MoAXJ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "On Formatting bar, click" msgstr "Na liště Formátování klepněte na" +#. sucpX #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "<image id=\"img_id3153124\" src=\"cmd/sc_diagramtype.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153124\">Icon</alt></image>" msgstr "<image id=\"img_id3153124\" src=\"cmd/sc_diagramtype.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153124\">Icon</alt></image>" +#. sMG8t #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "Edit Chart Type" msgstr "Upravit typ grafu" +#. pcXEC #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "<variable id=\"frtdda\">Choose <emph>Format - 3D View</emph> (Charts)</variable>" msgstr "<variable id=\"frtdda\">Zvolte <emph>Formát - 3D pohled</emph> (grafy)</variable>" +#. Fqrq7 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "Choose <emph>Format - Arrangement</emph> (Charts)" msgstr "Zvolte <emph>Formát - Uspořádání</emph> (grafy)" +#. fsASf #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "Open context menu - choose <emph>Arrangement</emph> (Charts)" msgstr "Otevřete místní nabídku a zvolte <emph>Uspořádání</emph> (grafy)" +#. YFGGY #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "<image id=\"img_id3149708\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149708\">Icon</alt></image>" msgstr "<image id=\"img_id3149708\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149708\">Icon</alt></image>" +#. DENsj #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "Horizontal Grids" msgstr "Vodorovné mřížky" +#. sKqMD #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "<image id=\"img_id3151189\" src=\"cmd/sc_toggleaxisdescr.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151189\">Icon</alt></image>" msgstr "<image id=\"img_id3151189\" src=\"cmd/sc_toggleaxisdescr.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151189\">Icon</alt></image>" +#. Mpmae #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "Show/Hide Axis Descriptions" msgstr "Zobrazit/skrýt popis(y) os" +#. E8GSF #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "<image id=\"img_id3156322\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156322\">Icon</alt></image>" msgstr "<image id=\"img_id3156322\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156322\">Icon</alt></image>" +#. RUv7H #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "Vertical Grids" msgstr "Svislé mřížky" +#. HTXnr #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "<emph>Insert Chart</emph>" msgstr "<emph>Vložit graf</emph>" +#. FMCni #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "Choose <emph>Insert - Chart...</emph>" msgstr "Zvolte <emph>Vložit - Graf</emph>" +#. r4BHs #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "Choose <emph>Insert - Chart...</emph>" msgstr "Zvolte <emph>Vložit - Graf</emph>" +#. foJgL #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "Double-click a chart, then choose <emph>Format - Data Ranges</emph>" msgstr "Poklepejte na graf a zvolte <emph>Formát - Oblasti dat</emph>" +#. XCQwT #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "<variable id=\"smlp\">In the Chart Type dialog of a Line chart or XY chart that displays lines, choose Smooth in the Lines type drop-down, then click the Properties button.</variable>" msgstr "<variable id=\"smlp\">V dialogu Typ grafu u čárového grafu nebo XY (bodového) grafu, který zobrazuje čáry, zvolte Vyhlazené v rozbalovacím seznamu Typ čáry a poté klepněte na tlačítko Vlastnosti.</variable>" +#. ToFBi #: 00000004.xhp msgctxt "" "00000004.xhp\n" diff --git a/source/cs/helpcontent2/source/text/schart/01.po b/source/cs/helpcontent2/source/text/schart/01.po index 82f66e64369..0a36d88035d 100644 --- a/source/cs/helpcontent2/source/text/schart/01.po +++ b/source/cs/helpcontent2/source/text/schart/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-10-27 12:31+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-01-02 19:36+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textschart01/cs/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.4\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1547391774.000000\n" #. DsZFP @@ -1591,14 +1591,23 @@ msgctxt "" msgid "If you insert a trend line to a chart type that uses categories, like <emph>Line</emph> or <emph>Column</emph>, then the numbers 1, 2, 3, <emph>…</emph> are used as x-values to calculate the trend line. For such charts the XY chart type might be more suitable." msgstr "Vložíte-li spojnici trendu do typu grafu, který používá kategorie jako <emph>Čárový</emph> nebo <emph>Sloupcový</emph>, poté budou pro výpočet spojnice trendu použita jako hodnoty x čísla 1, 2, 3, <emph>…</emph>. Pro takové grafy může být vhodnější typ XY (bodový)." -#. hatV8 +#. E7mkV #: 04050100.xhp msgctxt "" "04050100.xhp\n" "par_id4349192\n" "help.text" -msgid "To insert a trend line for a data series, select the data series in the chart. Choose <item type=\"menuitem\">Insert - Trend Line</item>, or right-click to open the context menu, and choose <item type=\"menuitem\">Insert Trend Line</item>." -msgstr "Chcete-li vložit spojnici trendu pro datovou řadu, vyberte tuto řadu v grafu, zvolte <item type=\"menuitem\">Vložit - Spojnice trendu</item> nebo na ni klepněte pravým tlačítkem a z místní nabídky vyberte <item type=\"menuitem\">Vložit spojnici trendu</item>." +msgid "To insert a trend line for a data series, first double-click the chart to enter edit mode and select the data series in the chart to which a trend line is to be created." +msgstr "" + +#. VLWvK +#: 04050100.xhp +msgctxt "" +"04050100.xhp\n" +"par_id801630627531175\n" +"help.text" +msgid "Choose <item type=\"menuitem\">Insert - Trend Line</item>, or right-click the data series to open the context menu, and choose <item type=\"menuitem\">Insert Trend Line</item>." +msgstr "" #. osECL #: 04050100.xhp @@ -1618,14 +1627,14 @@ msgctxt "" msgid "To delete a trend line or mean value line, click the line, then press the Del key." msgstr "Chcete-li spojnici trendu nebo přímku střední hodnoty smazat, klepněte na tuto spojnici a stiskněte klávesu Del." -#. JVZCk +#. nbEcg #: 04050100.xhp msgctxt "" "04050100.xhp\n" -"par_id296334\n" +"par_id801630627733593\n" "help.text" -msgid "A trend line is shown in the legend automatically. Its name can be defined in options of the trend line." -msgstr "Spojnice trendu se automaticky zobrazí v legendě. Její název lze určit v možnostech spojnice trendu." +msgid "The menu item <menuitem>Insert - Trend Line</menuitem> is only available when the chart is in edit mode. It will appear grayed out if the chart is in edit mode but no data series is selected." +msgstr "" #. EFBBV #: 04050100.xhp @@ -1636,6 +1645,15 @@ msgctxt "" msgid "The trend line has the same color as the corresponding data series. To change the line properties, select the trend line and choose <item type=\"menuitem\">Format - Format Selection - Line</item>." msgstr "Spojnice trendu má stejnou barvu jako příslušná datová řada. Vlastnosti spojnice změníte tím, danou spojnici trendu vyberete a zvolíte <item type=\"menuitem\">Formát - Formát výběru - Čára</item>." +#. JVZCk +#: 04050100.xhp +msgctxt "" +"04050100.xhp\n" +"par_id296334\n" +"help.text" +msgid "A trend line is shown in the legend automatically. Its name can be defined in options of the trend line." +msgstr "Spojnice trendu se automaticky zobrazí v legendě. Její název lze určit v možnostech spojnice trendu." + #. FAqAo #: 04050100.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/schart/04.po b/source/cs/helpcontent2/source/text/schart/04.po index 0083534f42f..582b2701acc 100644 --- a/source/cs/helpcontent2/source/text/schart/04.po +++ b/source/cs/helpcontent2/source/text/schart/04.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: 2017-05-09 16:45+0200\n" -"PO-Revision-Date: 2013-05-24 08:15+0000\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" +"PO-Revision-Date: 2017-05-09 18:40+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: cs\n" @@ -14,8 +14,9 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1369383322.000000\n" +"X-POOTLE-MTIME: 1494355216.000000\n" +#. XTsp4 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Shortcuts for Charts" msgstr "Klávesové zkratky pro grafy" +#. ffkDP #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<bookmark_value>shortcut keys; charts</bookmark_value><bookmark_value>charts; shortcuts</bookmark_value>" msgstr "<bookmark_value>klávesové zkratky; grafy</bookmark_value><bookmark_value>grafy; klávesové zkratky</bookmark_value>" +#. pm6fm #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<variable id=\"Chart_keys\"><link href=\"text/schart/04/01020000.xhp\" name=\"Shortcuts for Charts\">Shortcuts for Charts</link></variable>" msgstr "<variable id=\"Chart_keys\"><link href=\"text/schart/04/01020000.xhp\" name=\"Klávesové zkratky pro grafy\">Klávesové zkratky pro grafy</link></variable>" +#. btcmU #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "You can use the following shortcut keys in charts." msgstr "V grafech můžete používat následující klávesové zkratky." +#. eMdUn #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "You can also use the general <link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys\">shortcut keys</link> for $[officename]." msgstr "Můžete také použít všeobecné <link href=\"text/shared/04/01010000.xhp\" name=\"klávesové zkratky\">klávesové zkratky</link> aplikace $[officename]." +#. CEzNG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Shortcuts in Charts" msgstr "Klávesové zkratky v grafech" +#. ccGDZ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Shortcut Keys" msgstr "Klávesová zkratka" +#. FCXGV #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "Results" msgstr "Výsledek" +#. P4mrP #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Tab" msgstr "Tabulátor" +#. taadL #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Select next object." msgstr "Vybrat následující objekt." +#. NthQb #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Shift+Tab" msgstr "Shift+Tab" +#. GQrMa #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "Select previous object." msgstr "Vybrat předcházející objekt." +#. FDGRH #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Home" msgstr "Home" +#. 7rgPg #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "Select first object." msgstr "Vybrat první objekt." +#. EU3aF #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "End" msgstr "End" +#. KLQvG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "Select last object." msgstr "Vybrat poslední objekt." +#. DvTKF #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "Esc" msgstr "Esc" +#. PnsxX #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Cancel selection" msgstr "Zrušit výběr." +#. dGzRa #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "up/down/left/right arrow" msgstr "šipka nahoru/dolů/doleva/doprava" +#. UNQwC #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "Move the object in the direction of the arrow." msgstr "Posunout objekt ve směru šipky." +#. pD6CR #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "up/down/left/right arrow in pie charts" msgstr "šipka nahoru/dolů/doleva/doprava v koláčových grafech" +#. d2pzL #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Moves the selected pie segment in the direction of the arrow." msgstr "Posunout vybraný segment koláčového grafu ve směru šipky." +#. HjQaS #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "F2 in titles" msgstr "F2 v titulcích" +#. tw86w #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Enter text input mode." msgstr "Režim zadávání textu." +#. nW9LT #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "F3" msgstr "F3" +#. vaAQX #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "Open group so that you can edit the individual components (in legend and data series)." msgstr "Vstoupit do skupiny, aby bylo možné upravit její komponenty (v legendě a datových řadách)." +#. gCDwG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3" +#. nJhMW #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "Exit group (in legend and data series)." msgstr "Opustit skupinu (v legendě a datových řádách)." +#. kkY8i #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "+/-" msgstr "+/-" +#. 28SQG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Reduce or enlarge the chart" msgstr "Zmenšit nebo zvětšít graf" +#. 3VfCM #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "+/- in pie charts" msgstr "+/- v koláčových grafech" +#. 7ZRy4 #: 01020000.xhp msgctxt "" "01020000.xhp\n" diff --git a/source/cs/helpcontent2/source/text/sdatabase.po b/source/cs/helpcontent2/source/text/sdatabase.po index a9292659d13..bcfe6f4e103 100644 --- a/source/cs/helpcontent2/source/text/sdatabase.po +++ b/source/cs/helpcontent2/source/text/sdatabase.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-11 17:09+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-04 12:59+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/cs/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" #. ugSgG #: 02000000.xhp @@ -159,14 +159,14 @@ msgctxt "" msgid "Allows you to sort and filter the data in a query table." msgstr "Umožňuje řadit a filtrovat data v tabulce dotazu." -#. XpUzN +#. ci2PA #: 02000000.xhp msgctxt "" "02000000.xhp\n" "hd_id3153379\n" "help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>" -msgstr "<link href=\"text/sdatabase/020010100.xhp\" name=\"Návrh dotazu\">Návrh dotazu</link>" +msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>" +msgstr "" #. 3JCfK #: 02000000.xhp @@ -177,14 +177,14 @@ msgctxt "" msgid "With the <emph>Query Design</emph>, you can create and edit a query or view." msgstr "Pomocí <emph> Návrh dotazu </emph> můžete vytvořit a upravit dotaz nebo pohled." -#. q79aD +#. QwBay #: 02000000.xhp msgctxt "" "02000000.xhp\n" "hd_id3153968\n" "help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>" -msgstr "<link href=\"text/sdatabase/020010100.xhp\" name=\"Dotaz přes více tabulek\">Dotaz přes více tabulek</link>" +msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>" +msgstr "" #. ASeVi #: 02000000.xhp @@ -195,14 +195,14 @@ msgctxt "" msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields." msgstr "Výsledek dotazu může obsahovat data z několika tabulek, pokud jsou tyto tabulky navzájem propojeny vhodnými datovými poli." -#. uBo2H +#. MaoPn #: 02000000.xhp msgctxt "" "02000000.xhp\n" "hd_id3159149\n" "help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>" -msgstr "<link href=\"text/sdatabase/020010100.xhp\" name=\"Zadání kritérií dotazu\">Zadání kritérií dotazu</link>" +msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>" +msgstr "" #. JTXBF #: 02000000.xhp @@ -213,14 +213,14 @@ msgctxt "" msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query." msgstr "Můžete zjistit, které operátory a příkazy lze použít při sestavování podmínek filtru pro dotaz." -#. uCGCF +#. xmAkP #: 02000000.xhp msgctxt "" "02000000.xhp\n" "hd_id3156212\n" "help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>" -msgstr "<link href=\"text/sdatabase/020010100.xhp\" name=\"Spouštění funkcí\">Spouštění funkcí</link>" +msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>" +msgstr "" #. FWCVa #: 02000000.xhp @@ -3894,13 +3894,13 @@ msgctxt "" msgid "Primary key and foreign keys" msgstr "" -#. ksuDX +#. BDbWF #: 05020000.xhp msgctxt "" "05020000.xhp\n" "par_id3149168\n" "help.text" -msgid "If you want to define a relation among the various tables, you should enter a <link href=\"text/shared/00/00000005.xhp#primaerschluessel\" name=\"primary key\">primary key</link> that uniquely identifies a data field of an existing table. You can refer to the primary key from other tables to access the data of this table. All data fields referring to this primary key will be identified as a foreign key." +msgid "If you want to define a relation among the various tables, you should enter a <link href=\"text/shared/00/00000005.xhp#primary_key\" name=\"primary key\">primary key</link> that uniquely identifies a data field of an existing table. You can refer to the primary key from other tables to access the data of this table. All data fields referring to this primary key will be identified as a foreign key." msgstr "" #. FACvb @@ -6585,6 +6585,888 @@ msgctxt "" msgid "SELECT LAST_INSERT_D();" msgstr "" +#. xUFRA +#: dabadoc.xhp +msgctxt "" +"dabadoc.xhp\n" +"tit\n" +"help.text" +msgid "Database File" +msgstr "" + +#. STdE4 +#: dabadoc.xhp +msgctxt "" +"dabadoc.xhp\n" +"par_idN10544\n" +"help.text" +msgid "<link href=\"text/sdatabase/dabadoc.xhp\">Database File</link>" +msgstr "" + +#. XWsT6 +#: dabadoc.xhp +msgctxt "" +"dabadoc.xhp\n" +"par_idN10554\n" +"help.text" +msgid "<ahelp hid=\".\">The database file window organizes the tables, views, queries, and reports of a database in %PRODUCTNAME.</ahelp>" +msgstr "" + +#. 3KEBA +#: dabadoc.xhp +msgctxt "" +"dabadoc.xhp\n" +"par_idN105B7\n" +"help.text" +msgid "<link href=\"text/sdatabase/main.xhp\">Working with databases in %PRODUCTNAME</link>" +msgstr "" + +#. ptEgp +#: dabaprop.xhp +msgctxt "" +"dabaprop.xhp\n" +"tit\n" +"help.text" +msgid "Database Properties" +msgstr "" + +#. ZqWEp +#: dabaprop.xhp +msgctxt "" +"dabaprop.xhp\n" +"par_idN10550\n" +"help.text" +msgid "<link href=\"text/sdatabase/dabaprop.xhp\">Database Properties</link>" +msgstr "" + +#. J8CiZ +#: dabaprop.xhp +msgctxt "" +"dabaprop.xhp\n" +"par_idN10560\n" +"help.text" +msgid "<ahelp hid=\".\">Specifies the properties of a database.</ahelp>" +msgstr "" + +#. GkxKK +#: dabaprop.xhp +msgctxt "" +"dabaprop.xhp\n" +"par_id1322977\n" +"help.text" +msgid "In a database window, choose <emph>Edit - Database - Properties</emph>" +msgstr "" + +#. X569b +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"tit\n" +"help.text" +msgid "Additional Settings" +msgstr "" + +#. eYNbJ +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN1054D\n" +"help.text" +msgid "<link href=\"text/sdatabase/dabapropadd.xhp\">Additional Settings</link>" +msgstr "" + +#. aQVe4 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "<ahelp hid=\".\">Specifies additional options for a data source.</ahelp>" +msgstr "" + +#. VDVT6 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_id4641865\n" +"help.text" +msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Additional Settings</emph> tab" +msgstr "" + +#. jRxSF +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10572\n" +"help.text" +msgid "The availability of the following controls depends on the type of database:" +msgstr "" + +#. GXZC2 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10575\n" +"help.text" +msgid "Host name" +msgstr "" + +#. X6fnx +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105D7\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the host name of the server that contains the database, for example ldap.server.com.</ahelp>" +msgstr "" + +#. rp55d +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10579\n" +"help.text" +msgid "Port number" +msgstr "" + +#. RQEQ4 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105F6\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the port number for the server that hosts the database.</ahelp>" +msgstr "" + +#. PP95C +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN1057D\n" +"help.text" +msgid "MySQL JDBC driver class" +msgstr "" + +#. 2nqZZ +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10615\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the JDBC driver for the MySQL database.</ahelp>" +msgstr "" + +#. evMXj +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10581\n" +"help.text" +msgid "Character set" +msgstr "" + +#. hbyg9 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10634\n" +"help.text" +msgid "<ahelp hid=\".\">Select the character set that you want to use to view the database in $[officename].</ahelp> This setting does not affect the database. To use the default character set of your operating system, select \"System\"." +msgstr "" + +#. zvk8A +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10651\n" +"help.text" +msgid "Text and dBASE databases are restricted to character sets with a fixed-size character length, where all characters are encoded with the same number of bytes." +msgstr "" + +#. VoZcz +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10585\n" +"help.text" +msgid "Oracle JDBC driver class" +msgstr "" + +#. 7eLFU +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10653\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the JDBC driver for the Oracle database.</ahelp>" +msgstr "" + +#. 5KbCC +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10589\n" +"help.text" +msgid "Driver settings" +msgstr "" + +#. tEiQb +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10672\n" +"help.text" +msgid "<ahelp hid=\".\">Specify additional driver options.</ahelp>" +msgstr "" + +#. rh98b +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN1058D\n" +"help.text" +msgid "Use catalog for file-based databases" +msgstr "" + +#. TipDh +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10691\n" +"help.text" +msgid "<ahelp hid=\".\">Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver.</ahelp>" +msgstr "" + +#. d3PBB +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10591\n" +"help.text" +msgid "Base DN" +msgstr "" + +#. UYaFM +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN106B0\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the starting point to search the LDAP database, for example, dc=com.</ahelp>" +msgstr "" + +#. bvx2A +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10595\n" +"help.text" +msgid "Maximum number of records" +msgstr "" + +#. AUVCH +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN106F3\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the maximum number of records that you want to load when you access the LDAP server.</ahelp>" +msgstr "" + +#. K5mtr +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10599\n" +"help.text" +msgid "Display deleted records as well" +msgstr "" + +#. GENGU +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10700\n" +"help.text" +msgid "<ahelp hid=\".\">Displays all the records in a file, including those marked as deleted. If you select this check box, you cannot delete records.</ahelp>" +msgstr "" + +#. RAmgF +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10715\n" +"help.text" +msgid "In dBASE format, deleted records remain in the file." +msgstr "" + +#. yPXvG +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10718\n" +"help.text" +msgid "To view changes that you make to the database, close the connection to the database, and then reconnect to the database." +msgstr "" + +#. 9EL3T +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN1059D\n" +"help.text" +msgid "Indexes" +msgstr "" + +#. EuWB8 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10725\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the Indexes dialog, where you can organize the table indexes in the current dBASE database.</ahelp>" +msgstr "" + +#. zGqEv +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105B9\n" +"help.text" +msgid "Text contains headers" +msgstr "" + +#. RVLEb +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN107B0\n" +"help.text" +msgid "<ahelp hid=\".\">Select this check box if the first line of the text file contains field names.</ahelp>" +msgstr "" + +#. FujFi +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105BD\n" +"help.text" +msgid "Field separator" +msgstr "" + +#. f85dT +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN107CF\n" +"help.text" +msgid "<ahelp hid=\".\">Enter or select the character that separates data fields in the text file.</ahelp>" +msgstr "" + +#. 2GiWs +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105C1\n" +"help.text" +msgid "Text separator" +msgstr "" + +#. f9igV +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN107DC\n" +"help.text" +msgid "<ahelp hid=\".\">Enter or select the character that identifies a text field in the text file. You cannot use the same character as the field separator.</ahelp>" +msgstr "" + +#. nPoAN +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105C5\n" +"help.text" +msgid "Decimal separator" +msgstr "" + +#. zz9uf +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN107E9\n" +"help.text" +msgid "<ahelp hid=\".\">Enter or select the character that is used as a decimal separator in the text file, for example, a period (0.5) or a comma (0,5).</ahelp>" +msgstr "" + +#. pxpUk +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105C9\n" +"help.text" +msgid "Thousands separator" +msgstr "" + +#. Z66yU +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN107F6\n" +"help.text" +msgid "<ahelp hid=\".\">Enter or select the character that is used as a thousands separator in the text file, for example a comma (1,000), or a period (1.000).</ahelp>" +msgstr "" + +#. zF6Wc +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105CD\n" +"help.text" +msgid "File extension" +msgstr "" + +#. 4UxAN +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10803\n" +"help.text" +msgid "<ahelp hid=\".\">Select the format for the text file.</ahelp> The extension that you select affects some of the default settings in this dialog." +msgstr "" + +#. KEi9S +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"tit\n" +"help.text" +msgid "Connection Type Wizard" +msgstr "" + +#. tR5Cs +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN1054D\n" +"help.text" +msgid "<link href=\"text/sdatabase/dabapropcon.xhp\">Connection Type Wizard</link>" +msgstr "" + +#. cnXMD +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN10551\n" +"help.text" +msgid "<ahelp hid=\".\">Changes the type of connection for the current database.</ahelp>" +msgstr "" + +#. UGEKg +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_id9003875\n" +"help.text" +msgid "In a database window, choose <emph>Edit - Database - Connection Type</emph>" +msgstr "" + +#. nwRC4 +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN10569\n" +"help.text" +msgid "The Connection Type Wizard consists of three pages. You cannot transfer all settings from one database type to another." +msgstr "" + +#. htEBY +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN1056C\n" +"help.text" +msgid "For example, you can use the wizard to open a database file that is in a format that is usually not recognized by an installed database." +msgstr "" + +#. GLS4A +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN1056F\n" +"help.text" +msgid "Database type" +msgstr "" + +#. TAPYr +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN10573\n" +"help.text" +msgid "<ahelp hid=\".\">Select the type of database that you want to connect to.</ahelp>" +msgstr "" + +#. pr7Ss +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"tit\n" +"help.text" +msgid "Advanced Properties" +msgstr "" + +#. eFAEi +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN1054D\n" +"help.text" +msgid "<link href=\"text/sdatabase/dabapropgen.xhp\">Advanced Properties</link>" +msgstr "" + +#. u6Nh4 +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "Specifies some options for a database." +msgstr "" + +#. BGBSR +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_id4513992\n" +"help.text" +msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Advanced Properties</emph> tab" +msgstr "" + +#. VRoAF +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10572\n" +"help.text" +msgid "The availability of the following controls depends on the type of database:" +msgstr "" + +#. BBQPA +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10575\n" +"help.text" +msgid "Path to dBASE files" +msgstr "" + +#. QKfDa +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10579\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the path to the directory that contains the dBASE files.</ahelp>" +msgstr "" + +#. L6KhU +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN1057C\n" +"help.text" +msgid "Ensure that the *.dbf file name extension of the dBASE files is lowercase." +msgstr "" + +#. 3FEHH +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10591\n" +"help.text" +msgid "Browse" +msgstr "" + +#. hERNG +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10595\n" +"help.text" +msgid "<ahelp hid=\".\">Opens a dialog where you can select a file or a directory.</ahelp>" +msgstr "" + +#. ASumy +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105AA\n" +"help.text" +msgid "Test Connection" +msgstr "" + +#. pvebP +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105AE\n" +"help.text" +msgid "<ahelp hid=\".\">Tests the database connection with the current settings.</ahelp>" +msgstr "" + +#. avxGq +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105B1\n" +"help.text" +msgid "Path to the text files" +msgstr "" + +#. zC6Zp +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105B5\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the path to the folder of the text files.</ahelp>" +msgstr "" + +#. BbvJR +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105B8\n" +"help.text" +msgid "Path to the spreadsheet document" +msgstr "" + +#. 7uZBe +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105BC\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the path to the spreadsheet document that you want to use as a database.</ahelp>" +msgstr "" + +#. sHbo7 +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105BF\n" +"help.text" +msgid "Name of the ODBC data source on your system" +msgstr "" + +#. oEcfz +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105C3\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the ODBC data source.</ahelp>" +msgstr "" + +#. GNzhk +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105C6\n" +"help.text" +msgid "User name" +msgstr "" + +#. SiH7S +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105CA\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the user name that is required to access the database.</ahelp>" +msgstr "" + +#. YDXqp +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105CD\n" +"help.text" +msgid "Password required" +msgstr "" + +#. Az64m +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105D1\n" +"help.text" +msgid "<ahelp hid=\".\">If checked, the user will be asked to enter the password that is required to access the database.</ahelp>" +msgstr "" + +#. pQT6Z +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"hd_id7806329\n" +"help.text" +msgid "Name of the database" +msgstr "" + +#. HAijN +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_id5589159\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the database.</ahelp>" +msgstr "" + +#. 8Bxuy +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105D4\n" +"help.text" +msgid "Name of the MySQL database" +msgstr "" + +#. e9p3M +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105D8\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the MySQL database that you want to use as a data source.</ahelp>" +msgstr "" + +#. UECFe +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105DB\n" +"help.text" +msgid "Name of the Oracle database" +msgstr "" + +#. dd99x +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105DF\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the Oracle database that you want to use as a data source.</ahelp>" +msgstr "" + +#. dzDEB +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105E9\n" +"help.text" +msgid "Microsoft Access database file" +msgstr "" + +#. p9EGJ +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105ED\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the Microsoft Access database file that you want to use as a data source.</ahelp>" +msgstr "" + +#. s7mEP +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105F0\n" +"help.text" +msgid "Host name" +msgstr "" + +#. WpRBM +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105F4\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the host name for the LDAP data source.</ahelp>" +msgstr "" + +#. NsdZh +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105F7\n" +"help.text" +msgid "Data source URL" +msgstr "" + +#. kB6vt +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105FB\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the location of the JDBC data source as a URL.</ahelp>" +msgstr "" + +#. 2qqXH +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105FE\n" +"help.text" +msgid "JDBC driver class" +msgstr "" + +#. 4kGAN +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10602\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the JDBC driver class that connects to the data source.</ahelp>" +msgstr "" + +#. uprKx +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10605\n" +"help.text" +msgid "Test Class" +msgstr "" + +#. SL9De +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10609\n" +"help.text" +msgid "<ahelp hid=\".\">Tests the database connection through the JDBC driver class.</ahelp>" +msgstr "" + +#. LXtcL +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10613\n" +"help.text" +msgid "Choose a database" +msgstr "" + +#. QNz26 +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10617\n" +"help.text" +msgid "<ahelp hid=\".\">Select a database from the list or click <emph>Create</emph> to create a new database.</ahelp>" +msgstr "" + #. cLmBi #: main.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/sdraw/04.po b/source/cs/helpcontent2/source/text/sdraw/04.po index 68563a2fe5d..9765c2e47b0 100644 --- a/source/cs/helpcontent2/source/text/sdraw/04.po +++ b/source/cs/helpcontent2/source/text/sdraw/04.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: 2017-10-04 11:48+0200\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2018-04-02 20:38+0000\n" "Last-Translator: raal <raal@post.cz>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ 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: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1522701522.000000\n" +#. XCKCk #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Shortcut Keys for Drawings" msgstr "Klávesové zkratky pro kreslení" +#. 2VC98 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<bookmark_value>shortcut keys;in drawings</bookmark_value> <bookmark_value>drawings; shortcut keys</bookmark_value>" msgstr "<bookmark_value>klávesové zkratky;v kresbách</bookmark_value><bookmark_value>kresby; klávesové zkratky</bookmark_value>" +#. 3pUmX #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<variable id=\"draw_keys\"><link href=\"text/sdraw/04/01020000.xhp\" name=\"Shortcut Keys for Drawings\">Shortcut Keys for Drawings</link></variable>" msgstr "<variable id=\"draw_keys\"><link href=\"text/sdraw/04/01020000.xhp\" name=\"Klávesové zkratky pro kreslení\">Klávesové zkratky pro kreslení</link></variable>" +#. 92ApE #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "The following is a list of shortcut keys specific to Drawing documents." msgstr "Tato část nápovědy obsahuje seznam klávesových zkratek, které se používají v dokumentech s kresbami." +#. 5pGEJ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "You can also use the <link href=\"text/shared/04/01010000.xhp\" name=\"general shortcut keys for $[officename]\">general shortcut keys for $[officename]</link>." msgstr "Kromě těchto kláves lze použít také <link href=\"text/shared/04/01010000.xhp\" name=\"obecné klávesové zkratky $[officename]\">obecné klávesové zkratky $[officename]</link>." +#. pKEcC #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Function Keys for Drawings" msgstr "Funkční klávesy pro kresby" +#. EgDjQ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Shortcut Keys" msgstr "Klávesová zkratka" +#. A3Ecx #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "<emph>Effect</emph>" msgstr "<emph>Akce</emph>" +#. 35AGo #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "F2" msgstr "F2" +#. zPdFf #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Add or edit text." msgstr "Přidat nebo upravit text." +#. bX7Vf #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "F3" msgstr "F3" +#. YTmqy #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "Opens group to edit individual objects." msgstr "Otevře skupinu pro úpravu jednotlivých objektů." +#. AnEMG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3" +#. GarrN #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "Close group editor." msgstr "Uzavřít editor skupiny." +#. FoqKt #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "Shift+F3" msgstr "Shift+F3" +#. yHpE6 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "Opens the <emph>Duplicate</emph> dialog." msgstr "Otevře dialog <emph>Duplikovat</emph>." +#. LbMoJ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "F4" msgstr "F4" +#. wycWB #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Opens the <emph>Position and Size</emph> dialog." msgstr "Otevře dialog <emph>Umístění a velikost</emph>." +#. Pbj7r #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "F5" msgstr "F5" +#. iYdpq #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "Opens the <emph>Navigator</emph>." msgstr "Otevře <emph>Navigátor</emph>." +#. tVgoy #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "F7" msgstr "F7" +#. Z87qg #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Checks spelling." msgstr "Zkontroluje pravopis." +#. nc3yd #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7" +#. 5ihC7 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Opens the <emph>Thesaurus</emph>." msgstr "Otevře <emph>Slovník synonym</emph>." +#. 8FFCE #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "F8" msgstr "F8" +#. 4bM8S #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "Edit points on/off." msgstr "Zapnutí/vypnutí režimu Upravit body" +#. aUXTB #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F8" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F8" +#. eBQXC #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "Fits to frame." msgstr "Přizpůsobení textu rozměru rámce." +#. 3wrBe #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>" +#. 88RUh #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Opens Styles window." msgstr "Otevře okno Styly." +#. fajPA #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<bookmark_value>zooming;shortcut keys</bookmark_value> <bookmark_value>drawings; zoom function in</bookmark_value>" msgstr "<bookmark_value>přibližování; klávesové zkratky</bookmark_value><bookmark_value>lupa; klávesové zkratky</bookmark_value><bookmark_value>kresby; přibližování</bookmark_value>" +#. LiyWC #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "Shortcut Keys for Drawings" msgstr "Klávesové zkratky pro kreslení" +#. VwQCG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "Shortcut Keys" msgstr "Klávesová zkratka" +#. wEgcG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "<emph>Effect</emph>" msgstr "<emph>Akce</emph>" +#. LsRSM #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "Plus(+) Key" msgstr "Klávesa plus (+)" +#. o3zYS #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "Zooms in." msgstr "Přiblížení." +#. Bxigw #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "Minus(-) Key" msgstr "Klávesa mínus (-)" +#. 3psr4 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "Zooms out." msgstr "Oddálení." +#. apXDE #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "Multiple(×) Key (number pad)" msgstr "Klávesa krát (×) (numerická klávesnice)" +#. LuerC #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "Zooms to fit entire page in screen." msgstr "Změní velikost stránky tak, aby byla na obrazovce vidět celá." +#. Lc4EE #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "Divide (÷) Key (number pad)" msgstr "Klávesa děleno (÷) (numerická klávesnice)" +#. r8C6V #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "Zooms in on the current selection." msgstr "Přiblíží aktuální výběr." +#. Kttme #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+G" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+G" +#. xdhfv #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "Groups selected objects." msgstr "Seskupí vybrané objekty." +#. sFFsB #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+A" msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+A" +#. Vpa4M #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "Ungroups selected group." msgstr "Zruší označenou skupinu." +#. WZJry #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+K" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+K" +#. CCwzy #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "Combines selected objects." msgstr "Složí vybrané objekty." +#. 84EDw #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Shift+K" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Shift+K" +#. gscGJ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "Uncombines selected objects." msgstr "Rozloží vybrané objekty." +#. TQoYQ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+ +" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+ +" +#. rXBFC #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "Bring to front." msgstr "Přenést do popředí." +#. uTL6F #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ +" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ +" +#. XXV5X #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "Bring forward." msgstr "Přenést blíž." +#. 3RF6B #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ -" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ -" +#. xs2NW #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "Send backward." msgstr "Odsunout dál." +#. KWYVf #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+ -" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+ -" +#. ECARZ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "Send to back." msgstr "Odsunout do pozadí." +#. FAgrL #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "Shortcut Keys Specific to Drawings" msgstr "Klávesové zkratky specifické pro kresby" +#. Syicg #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "Shortcut Keys" msgstr "Klávesová zkratka" +#. xJEaM #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "<emph>Effect</emph>" msgstr "<emph>Akce</emph>" +#. XPybN #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "Page Up" msgstr "Klávesa Page Up" +#. qXfSM #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "Switch to previous page" msgstr "Přepnout na předchozí stránku" +#. 3bsWt #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "Page Down" msgstr "Klávesa Page Down" +#. vZpFY #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "Switch to next page" msgstr "Přepnout na následující stránku" +#. VfFr5 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -544,6 +610,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up" +#. qH8YG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -552,6 +619,7 @@ msgctxt "" msgid "Switch to previous layer" msgstr "Přepnout do předchozí vrstvy" +#. 42DMR #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -560,6 +628,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Down" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Down" +#. hTrtc #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -568,6 +637,7 @@ msgctxt "" msgid "Switch to next layer" msgstr "Přepnout do následující vrstvy" +#. FjvJT #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -576,6 +646,7 @@ msgctxt "" msgid "Arrow Key" msgstr "šipka" +#. DXEyq #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -584,6 +655,7 @@ msgctxt "" msgid "Moves the selected object in the direction of the arrow key." msgstr "Posune vybraný objekt ve směru šipky." +#. YFWGm #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -592,6 +664,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow Key" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+kurzorové klávesy" +#. 8G82c #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -600,6 +673,7 @@ msgctxt "" msgid "Moves the page view in the direction of the arrow key." msgstr "Pohybuje stránkou ve směru šipky." +#. fXEuJ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -608,6 +682,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-click while dragging an object. Note: this shortcut key works only when the <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Copy when moving</link> option in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Draw - General is enabled (it is enabled by default)." msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+klepnutí během přetažení objektu. Poznámka: nejprve musíte povolit možnost <link href=\"text/shared/optionen/01070500.xhp\" name=\"Kopírovat při přesunu\">Kopírovat při přesunu</link> v nabídce <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Předvolby</caseinline><defaultinline>Nástroje - Možnosti</defaultinline></switchinline> - %PRODUCTNAME Draw - Obecné (ve výchozím nastavení povoleno)." +#. KVYGa #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -616,6 +691,7 @@ msgctxt "" msgid "Creates a copy of the dragged object when mouse button is released." msgstr "Při uvolnění tlačítka myši vytvoří kopii přetahovaného objektu." +#. owujw #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -624,6 +700,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter with keyboard focus (F6) on a drawing object icon on Tools bar" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>l+Enter při zaměření klávesnice (F6) na objekt kresby na liště Nástroje" +#. LchHG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -632,6 +709,7 @@ msgctxt "" msgid "Inserts a drawing object of default size into the center of the current view." msgstr "Vloží do středu aktuálního pohledu objekt kresby implicitní velikosti." +#. xADuF #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -640,6 +718,7 @@ msgctxt "" msgid "Shift+F10" msgstr "Shift+F10" +#. wBQCG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -648,6 +727,7 @@ msgctxt "" msgid "Opens the context menu for the selected object." msgstr "Otevře místní nabídku vybraného objektu." +#. hREqR #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -656,6 +736,7 @@ msgctxt "" msgid "F2" msgstr "F2" +#. AANAF #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -664,6 +745,7 @@ msgctxt "" msgid "Enters text mode." msgstr "Přepne do textového režimu." +#. jVnMA #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -672,6 +754,7 @@ msgctxt "" msgid "Enter" msgstr "Enter" +#. 6kqmA #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -680,6 +763,7 @@ msgctxt "" msgid "Enters text mode if a text object is selected." msgstr "Je-li vybrán textový objekt, přepne do textového režimu." +#. qtjRB #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -688,6 +772,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter" +#. 2HVcw #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -696,6 +781,7 @@ msgctxt "" msgid "Enters text mode if a text object is selected. If there are no text objects or if you have cycled through all of the text objects on the page, a new page is inserted." msgstr "Je-li vybrán textový objekt, přepne do textového režimu. Neexistuje-li žádný textový objekt, nebo jste již prošel všechny textové objekty na stránce, bude vložena nová stránka." +#. 5MSC7 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -704,6 +790,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>" +#. 9QSpM #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -712,6 +799,7 @@ msgctxt "" msgid "Press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key and drag with the mouse to draw or resize an object from the center of the object outward." msgstr "Stiskněte klávesu <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> a přetáhněte myší, chcete-li nakreslit nebo změnit velikost objektu ze středu objektu." +#. 96WvT #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -720,6 +808,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ click on an object" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+kliknutí na objekt" +#. 2xfiS #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -728,6 +817,7 @@ msgctxt "" msgid "Selects the object behind the currently selected object." msgstr "Vybere objekt za aktuálně vybraným objektem." +#. C4F7t #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -736,6 +826,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift+click an object" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift+klepnutí na objekt" +#. HKrSi #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -744,6 +835,7 @@ msgctxt "" msgid "Selects the object in front of the currently selected object." msgstr "Vybere objekt před aktuálně vybraným objektem." +#. siWfA #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -752,6 +844,7 @@ msgctxt "" msgid "Shift key while selecting an object" msgstr "Shift při výběru objektu" +#. hEPFb #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -760,6 +853,7 @@ msgctxt "" msgid "Adds or removes object to or from the selection." msgstr "Přidá nebo odstraní objekt z/do výběru." +#. aJLvE #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -768,6 +862,7 @@ msgctxt "" msgid "Shift+ drag while moving an object" msgstr "Shift + přetažení objektu" +#. bAGEn #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -776,6 +871,7 @@ msgctxt "" msgid "The movement of the selected object is constrained by multiples of 45 degrees." msgstr "Pohyb vybraného objektu je omezen na násobky 45 stupňů." +#. DRuc6 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -784,6 +880,7 @@ msgctxt "" msgid "Shift+drag while creating or resizing an object" msgstr "Shift+přetažení při vytváření nebo změně velikosti objektu" +#. N8wCE #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -792,6 +889,7 @@ msgctxt "" msgid "Constrains the size to keep the object's aspect ratio." msgstr "Omezení velikosti tak, aby byl zachován poměr stran." +#. Asv5U #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -800,6 +898,7 @@ msgctxt "" msgid "Tab" msgstr "Tab" +#. if8Ns #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -808,6 +907,7 @@ msgctxt "" msgid "Cycles through the objects on the page in the order in which they were created." msgstr "Přepíná mezi objekty na stránce v pořadí, v jakém byly vytvořeny." +#. uD9Ei #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -816,6 +916,7 @@ msgctxt "" msgid "Shift+Tab" msgstr "Shift+Tab" +#. W5FNA #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -824,6 +925,7 @@ msgctxt "" msgid "Cycles through the objects on the page in the reverse-order in which they were created." msgstr "Přepíná mezi objekty na stránce v opačném pořadí, než v jakém byly vytvořeny." +#. ypTEg #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -832,6 +934,7 @@ msgctxt "" msgid "Esc" msgstr "Esc" +#. DncmW #: 01020000.xhp msgctxt "" "01020000.xhp\n" diff --git a/source/cs/helpcontent2/source/text/sdraw/guide.po b/source/cs/helpcontent2/source/text/sdraw/guide.po index cd15a2acb0b..46e43cf2ec7 100644 --- a/source/cs/helpcontent2/source/text/sdraw/guide.po +++ b/source/cs/helpcontent2/source/text/sdraw/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-01-25 14:55+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-02-08 11:28+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsdrawguide/cs/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.4\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1547389462.000000\n" #. cZbDh @@ -763,14 +763,14 @@ msgctxt "" msgid "Hold down Shift and click each object." msgstr "Podržte klávesu Shift a klepněte na každý objekt." -#. yq4gd +#. Dfyf6 #: cross_fading.xhp msgctxt "" "cross_fading.xhp\n" "par_id3166428\n" "help.text" -msgid "Choose <emph>Edit - Cross-fading</emph>." -msgstr "Zvolte příkaz <emph>Úpravy - Přechod tvarů</emph>." +msgid "Choose <emph>Shape - Cross-fading</emph>." +msgstr "" #. dmA2i #: cross_fading.xhp @@ -2644,14 +2644,14 @@ msgctxt "" msgid "<image id=\"img_id3154729\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3154729\">Icon</alt></image>" msgstr "<image id=\"img_id3154729\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3154729\">Ikona</alt></image>" -#. BCWQR +#. GoxPE #: rotate_object.xhp msgctxt "" "rotate_object.xhp\n" "par_id3150716\n" "help.text" -msgid "Select the object you want to rotate. On the <emph>Mode</emph> toolbar in $[officename] Draw or on the <emph>Drawing</emph> bar in $[officename] Impress, click the <emph>Rotate</emph> icon." -msgstr "Vyberte objekt, který chcete otočit. Na nástrojové liště <emph>Režim</emph> v $[officename] Draw nebo na liště <emph>Kresba</emph> v $[officename] Impress klepněte na ikonu <emph>Otočit</emph>." +msgid "Select the object you want to rotate. On the <emph>Transformations</emph> toolbar in $[officename] Draw or on the <emph>Drawing</emph> bar in $[officename] Impress, click the <emph>Rotate</emph> icon." +msgstr "" #. MLBay #: rotate_object.xhp diff --git a/source/cs/helpcontent2/source/text/shared.po b/source/cs/helpcontent2/source/text/shared.po index 5b50cc8da75..a33e5aa794a 100644 --- a/source/cs/helpcontent2/source/text/shared.po +++ b/source/cs/helpcontent2/source/text/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-10-27 14:18+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2020-10-30 22:36+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textshared/cs/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1547109863.000000\n" #. DBz3U @@ -250,14 +250,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:HelpIndex\">Opens the main page of the $[officename] Help for the current application.</ahelp> You can scroll through the Help pages and you can search for index terms or any text." msgstr "<ahelp hid=\".uno:HelpIndex\">Otevřít hlavní stránku nápovědy $[officename] pro právě používanou aplikaci.</ahelp> Stránky nápovědy je možné prohlížet nebo vyhledávat v rejstříku nebo textu stránek." -#. r2xBY +#. SPpw7 #: main0108.xhp msgctxt "" "main0108.xhp\n" "par_idN1064A\n" "help.text" -msgid "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id1619006\">icon</alt></image>" -msgstr "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id1619006\">ikona</alt></image>" +msgid "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id1619006\">Icon Help</alt></image>" +msgstr "" #. iPjUH #: main0108.xhp @@ -340,6 +340,60 @@ msgctxt "" msgid "<ahelp hid=\".uno:SafeMode\">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance. </ahelp>" msgstr "<ahelp hid=\".uno:SafeMode\">V nouzovém režimu je %PRODUCTNAME dočasně spuštěn s čistým uživatelským profilem a s vypnutou hardwarovou akcelerací. Jeho účelem je pomoci s opravou nefunkční instalace programu.</ahelp>" +#. 4BvDS +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"hd_id561629934889067\n" +"help.text" +msgid "Get Involved" +msgstr "" + +#. ZiLDo +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"par_id501629934998665\n" +"help.text" +msgid "Opens the <link href=\"https://www.libreoffice.org/community/get-involved/\" name=\"get involved\">community Get Involved page</link> in the web browser. The page describe areas of interest where you can collaborate with the %PRODUCTNAME community." +msgstr "" + +#. YrMYp +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"hd_id431629934866702\n" +"help.text" +msgid "Donate to %PRODUCTNAME" +msgstr "" + +#. xoFgE +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"par_id691629934873388\n" +"help.text" +msgid "%PRODUCTNAME is Free Software and is made available free of charge." +msgstr "" + +#. GAMwn +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"par_id651629934878405\n" +"help.text" +msgid "Your donation, which is purely optional, supports our worldwide community." +msgstr "" + +#. gGbbH +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"par_id611629934882669\n" +"help.text" +msgid "If you like the software, <link href=\"https://www.libreoffice.org/donate/\" name=\"donation\">please consider a donation</link>." +msgstr "" + #. sWFkG #: main0108.xhp msgctxt "" @@ -367,14 +421,14 @@ msgctxt "" msgid "%PRODUCTNAME Credits" msgstr "Zásluhy na %PRODUCTNAME" -#. Jedhd +#. 26xSB #: main0108.xhp msgctxt "" "main0108.xhp\n" "par_id5144510\n" "help.text" -msgid "<ahelp hid=\".uno:ShowLicense\">Displays the <emph>CREDITS.odt</emph> document which lists the names of individuals who have contributed to OpenOffice.org source code (and whose contributions were imported into LibreOffice) or LibreOffice since 2010-09-28.</ahelp>" -msgstr "<ahelp hid=\".uno:ShowLicense\">Zobrazí dokument <emph>CREDITS.odt</emph>, který obsahuje seznam jednotlivců, kteří od 28. 9. 2010 přispěli do zdrojového kódu OpenOffice.org (a jejichž příspěvky byly importovány do LibreOffice) a LibreOffice.</ahelp>" +msgid "<ahelp hid=\".uno:ShowLicense\">Displays the <emph>CREDITS.odt</emph> document which lists the names of individuals who have contributed to OpenOffice.org source code (and whose contributions were imported into %PRODUCTNAME) or %PRODUCTNAME since 2010-09-28.</ahelp>" +msgstr "" #. F8BFu #: main0108.xhp @@ -547,14 +601,14 @@ msgctxt "" msgid "Creates a chart in the current document." msgstr "Vytvoří v aktuální dokumentu graf." -#. P6tFi +#. DexEu #: main0201.xhp msgctxt "" "main0201.xhp\n" "par_idN107D8\n" "help.text" -msgid "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">Icon</alt></image>" -msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">Ikona</alt></image>" +msgid "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153070\">Icon</alt></image>" +msgstr "" #. wcCfo #: main0201.xhp @@ -583,14 +637,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Enables extended help tips under the mouse pointer till the next click.</ahelp>" msgstr "<ahelp hid=\".\">Povolí rozšířené tipy nápovědy pod ukazatelem myši až do dalšího klepnutí.</ahelp>" -#. 4s9Yp +#. gMBSS #: main0201.xhp msgctxt "" "main0201.xhp\n" "par_idN10855\n" "help.text" -msgid "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3174230\">icon</alt></image>" -msgstr "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3174230\">ikona</alt></image>" +msgid "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3174230\">icon What's this?'</alt></image>" +msgstr "" #. C6Uid #: main0201.xhp diff --git a/source/cs/helpcontent2/source/text/shared/00.po b/source/cs/helpcontent2/source/text/shared/00.po index 72f32b2980a..17bfe7b5731 100644 --- a/source/cs/helpcontent2/source/text/shared/00.po +++ b/source/cs/helpcontent2/source/text/shared/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-11 17:09+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-05-16 21:37+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/cs/>\n" @@ -295,23 +295,23 @@ msgctxt "" msgid "This option appears only for Paragraph Style and Character Style." msgstr "Tato možnost se zobrazuje pouze pro styl odstavce a znakový styl." -#. 8ZDnK +#. DQLG8 #: 00000001.xhp msgctxt "" "00000001.xhp\n" "hd_id3153760\n" "help.text" -msgid "Shrink / Maximize" -msgstr "Zmenšit / Maximalizovat" +msgid "Shrink / Expand" +msgstr "" -#. jvSRy +#. MKk2n #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3153087\n" "help.text" -msgid "<ahelp hid=\".\">Click the <emph>Shrink</emph> icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the <emph>Maximize</emph> icon. Click it to restore the dialog to its original size.</ahelp>" -msgstr "<ahelp hid=\".\">Po klepnutí na ikonu <emph>Zmenšit</emph> se zmenší dialog na velikost vstupního pole. Poté lze snadněji označit potřebný odkaz v sešitu. Ikona se také automaticky změní na <emph>Maximalizovat</emph>, kterou je možné obnovit dialog do původní velikosti.</ahelp>" +msgid "<ahelp hid=\".\">Click the <emph>Shrink</emph> icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the <emph>Expand</emph> icon. Click it to restore the dialog to its original size.</ahelp>" +msgstr "" #. XBrSB #: 00000001.xhp @@ -322,14 +322,14 @@ msgctxt "" msgid "The dialog is automatically minimized when you click into a sheet with the mouse. As soon as you release the mouse button, the dialog is restored and the reference range defined with the mouse is highlighted in the document by a blue frame." msgstr "Po klepnutí myší na list je dialogové okno automaticky minimalizováno. Jakmile tlačítko myši uvolníte, je dialog obnoven a odkazovaný rozsah zadaný pomocí myši je v dokumentu zvýrazněn modrým ohraničením." -#. hBM4F +#. 4pdui #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3157808\n" "help.text" -msgid "<image id=\"img_id3148685\" src=\"formula/res/refinp1.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3148685\">Icon</alt></image>" -msgstr "<image id=\"img_id3148685\" src=\"formula/res/refinp1.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3148685\">Ikona</alt></image>" +msgid "<image id=\"img_id3148685\" src=\"formula/res/refinp1.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148685\">Icon shrink</alt></image>" +msgstr "" #. fdGk2 #: 00000001.xhp @@ -340,23 +340,23 @@ msgctxt "" msgid "Shrink" msgstr "Zmenšit" -#. CVMX8 +#. F3599 #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3153349\n" "help.text" -msgid "<image id=\"img_id3149784\" src=\"formula/res/refinp2.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149784\">Icon</alt></image>" -msgstr "<image id=\"img_id3149784\" src=\"formula/res/refinp2.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149784\">Ikonka</alt></image>" +msgid "<image id=\"img_id3149784\" src=\"formula/res/refinp2.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149784\">Icon Expand</alt></image>" +msgstr "" -#. RiUGk +#. dKe9x #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3155628\n" "help.text" -msgid "Maximize" -msgstr "Maximalizovat" +msgid "Expand" +msgstr "" #. JXBBr #: 00000001.xhp @@ -1609,24 +1609,6 @@ msgctxt "" msgid "Font Color" msgstr "Barva písma" -#. AEQa2 -#: 00000004.xhp -msgctxt "" -"00000004.xhp\n" -"par_id3157898\n" -"help.text" -msgid "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">Icon</alt></image>" -msgstr "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">Ikonka</alt></image>" - -#. gfGjE -#: 00000004.xhp -msgctxt "" -"00000004.xhp\n" -"par_id3149893\n" -"help.text" -msgid "Font Color" -msgstr "Barva písma" - #. TsxVC #: 00000004.xhp msgctxt "" @@ -2887,6 +2869,60 @@ msgctxt "" msgid "If you prefer absolute saving, all references to other files will also be defined as absolute, based on the respective drive, volume or root directory. The advantage is that the document containing the references can be moved to other directories or folders, and the references remain valid." msgstr "Pokud chcete raději použít absolutní uložení, budou všechny odkazy na jiné soubory definovány také jako absolutní, tj. budou založeny na příslušné jednotce, svazku nebo kořenovém adresáři. Výhodou tohoto způsobu je skutečnost, že je možné dokument obsahující odkazy přesunout do jiných adresářů nebo složek, a odkazy budou stále platné. Na druhé straně může být vhodnější uložit odkazy relativně, jestliže chcete dokumenty zpřístupnit jiným počítačům, které mohou obsahovat zcela odlišnou adresářovou strukturu a názvy jednotek či svazků." +#. W3GjN +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"hd_id381624628286724\n" +"help.text" +msgid "Focus" +msgstr "" + +#. gNp8p +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id61624628294382\n" +"help.text" +msgid "In a form document, a control must receive focus from the user in order to become active and perform its tasks. For example, users must give focus to a text box in order to enter text into it." +msgstr "" + +#. DasRP +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id511624628298935\n" +"help.text" +msgid "There are several ways to give focus to a control:" +msgstr "" + +#. 2DUBz +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id301624628318973\n" +"help.text" +msgid "Designate the control with a mouse or any pointing device." +msgstr "" + +#. pXW93 +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id191624628327510\n" +"help.text" +msgid "Navigate from one control to the next with the keyboard. The document's author may define a tabbing order that specifies the order in which controls will receive focus if the user navigates the document with the keyboard. Once selected, a control may be activated by some other key sequence." +msgstr "" + +#. PEbNU +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id351624628336039\n" +"help.text" +msgid "Select a control through an access key (sometimes called \"keyboard shortcut\" or \"keyboard accelerator\")." +msgstr "" + #. KRQQF #: 00000005.xhp msgctxt "" @@ -7693,14 +7729,14 @@ msgctxt "" msgid "HTML Source" msgstr "Zdrojový HTML text" -#. EgBt7 +#. JUCPP #: 00000403.xhp msgctxt "" "00000403.xhp\n" "par_idN1091B\n" "help.text" -msgid "<variable id=\"grid\">Choose <menuitem>View - Grid and Helplines</menuitem> (Impress or Draw).</variable>" -msgstr "<variable id=\"grid\">Zvolte <menuitem>Zobrazit - Mřížka a vodítka</menuitem> (Impress nebo Draw). </variable>" +msgid "<variable id=\"grid\">Choose <menuitem>View - Grid and Helplines</menuitem>.</variable>" +msgstr "" #. rWXdw #: 00000403.xhp @@ -12832,14 +12868,14 @@ msgctxt "" msgid "<variable id=\"page_hatch\"> <switchinline select=\"appl\"> <caseinline select=\"WRITER\">Choose <menuitem>Format - Page Style - Area</menuitem></caseinline> <caseinline select=\"DRAW\">Choose <menuitem>Page - Properties - Background</menuitem></caseinline> <caseinline select=\"IMPRESS\">Choose <menuitem>Slide - Properties - Background</menuitem></caseinline> </switchinline> <emph> - Hatch</emph> tab. </variable>" msgstr "<variable id=\"page_hatch\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Zvolte kartu <menuitem>Formát - Styl stránky - Oblast</menuitem></caseinline><caseinline select=\"DRAW\">Zvolte kartu <menuitem>Stránka - Vlastnosti - Pozadí</menuitem></caseinline><caseinline select=\"IMPRESS\">Zvolte kartu <menuitem>Snímek - Vlastnosti - Pozadí</menuitem></caseinline></switchinline><emph>- Šrafování</emph>.</variable>" -#. cGik7 +#. 8D2G2 #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3145800\n" "help.text" -msgid "<variable id=\"bitmap\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Area - Bitmaps</menuitem> tab.</variable>" -msgstr "<variable id=\"bitmap\">Zvolte kartu <menuitem>Formát - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Textové pole a tvar - </menuitem></caseinline><caseinline select=\"CALC\"><menuitem>Objekt - </menuitem></caseinline></switchinline><menuitem>Oblast - Rastr</menuitem>.</variable>" +msgid "<variable id=\"image\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Area - Image</menuitem> tab.</variable>" +msgstr "" #. VRoLs #: 00040502.xhp @@ -13903,14 +13939,14 @@ msgctxt "" msgid "Showing and Hiding Docked Windows" msgstr "Zobrazení a skrytí ukotvených oken" -#. WAD7S +#. AXPtD #: 01000000.xhp msgctxt "" "01000000.xhp\n" "par_id3149948\n" "help.text" -msgid "Every <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"docked\">docked</link> window has an icon to control the display properties of the window." -msgstr "Každé <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"ukotvené\">ukotvené</link> okno má ikonu k ovládání vlastností okna." +msgid "Every <link href=\"text/shared/00/00000005.xhp#docking\" name=\"docked\">docked</link> window has an icon to control the display properties of the window." +msgstr "" #. jJcsB #: 01000000.xhp diff --git a/source/cs/helpcontent2/source/text/shared/01.po b/source/cs/helpcontent2/source/text/shared/01.po index 6db35260fa5..130e412d3c8 100644 --- a/source/cs/helpcontent2/source/text/shared/01.po +++ b/source/cs/helpcontent2/source/text/shared/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-11 17:09+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-04-26 10:37+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/cs/>\n" @@ -223,14 +223,14 @@ msgctxt "" msgid "Database" msgstr "Databáze" -#. nPTfK +#. 9cSKy #: 01010000.xhp msgctxt "" "01010000.xhp\n" "par_idN108D0\n" "help.text" -msgid "Opens the <link href=\"text/shared/explorer/database/dabawiz00.xhp\"><emph>Database Wizard</emph></link> to create a <link href=\"text/shared/explorer/database/dabadoc.xhp\"><emph>database file</emph></link>." -msgstr "Otevře <link href=\"text/shared/explorer/database/dabawiz00.xhp\"><emph>Průvodce databází</emph></link> pro vytvoření nového <link href=\"text/shared/explorer/database/dabadoc.xhp\"><emph>databázového souboru</emph></link>." +msgid "Opens the <link href=\"text/shared/explorer/database/dabawiz00.xhp\"><emph>Database Wizard</emph></link> to create a <link href=\"text/sdatabase/dabadoc.xhp\"><emph>database file</emph></link>." +msgstr "" #. 9nYdo #: 01010000.xhp @@ -7189,6 +7189,123 @@ msgctxt "" msgid "This dialog appears in Calc if the clipboard contains spreadsheet cells." msgstr "Toto dialogové okno se zobrazí v Calcu v případě, že schránka obsahuje buňky sešitu." +#. HA2yt +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id191630440520574\n" +"help.text" +msgid "Presets" +msgstr "" + +#. H4Mqr +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id951630440692605\n" +"help.text" +msgid "Choose one of the presets to quickly load commonly used settings for Paste Special." +msgstr "" + +#. DBS7B +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id41630440570501\n" +"help.text" +msgid "Values Only" +msgstr "" + +#. pk4yA +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id111630440722545\n" +"help.text" +msgid "Pastes only cell contents including text, numbers and dates." +msgstr "" + +#. khvcS +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id891630440587478\n" +"help.text" +msgid "Values & Formats" +msgstr "" + +#. h6phw +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id511630441051343\n" +"help.text" +msgid "Pastes cell contents and formats applied to cells." +msgstr "" + +#. VUzzv +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id301630440615367\n" +"help.text" +msgid "Formats Only" +msgstr "" + +#. uStsB +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id851630441123702\n" +"help.text" +msgid "Pastes only formats applied to cells." +msgstr "" + +#. 2kAAp +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id81630440632865\n" +"help.text" +msgid "Transpose All" +msgstr "" + +#. dszzk +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id41630441349354\n" +"help.text" +msgid "Pastes all cell contents with their positions transposed." +msgstr "" + +#. uNrP7 +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id991630441460829\n" +"help.text" +msgid "Run immediately" +msgstr "" + +#. FP5bX +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id331630441454811\n" +"help.text" +msgid "Check this option to load the preset and immediately apply it. When unchecked, choosing a preset will only load the corresponding options in the dialog without pasting anything." +msgstr "" + +#. 3etKJ +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id811630441564039\n" +"help.text" +msgid "Uncheck <emph>Run immediately</emph> to load the options from the preset and change its settings in the Paste Special dialog before applying them by clicking <emph>OK</emph>." +msgstr "" + #. LTyRC #: 02070000.xhp msgctxt "" @@ -7675,23 +7792,32 @@ msgctxt "" msgid "Find & Replace" msgstr "Najít a nahradit" -#. JSALd +#. Qzs8e +#: 02100000.xhp +msgctxt "" +"02100000.xhp\n" +"bm_id501629842533945\n" +"help.text" +msgid "<bookmark_value>Find & Replace dialog</bookmark_value>" +msgstr "" + +#. FGyuJ #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3154044\n" "help.text" -msgid "<variable id=\"02100000\"><link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link></variable>" -msgstr "<variable id=\"02100000\"><link href=\"text/shared/01/02100000.xhp\" name=\"Najít a nahradit\">Najít a nahradit</link></variable>" +msgid "<variable id=\"02100000\"> <link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link> </variable>" +msgstr "" -#. 9Lmbn +#. ANaCL #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3149893\n" "help.text" -msgid "<variable id=\"suchenersetzentext\"><ahelp hid=\".uno:SearchDialog\">Finds or replaces text or formats in the current document.</ahelp></variable>" -msgstr "<variable id=\"suchenersetzentext\"><ahelp hid=\".uno:SearchDialog\">V aktuálním dokumentu najde nebo nahradí text či formátování.</ahelp></variable>" +msgid "<variable id=\"suchenersetzentext\"> <ahelp hid=\".uno:SearchDialog\">Finds or replaces text or formats in the current document.</ahelp> </variable>" +msgstr "" #. 2c3d6 #: 02100000.xhp @@ -7765,23 +7891,41 @@ msgctxt "" msgid "<bookmark_value>case sensitivity;searching</bookmark_value>" msgstr "<bookmark_value>rozlišování velikosti při hledání</bookmark_value>" -#. 6BpCN +#. BLpGy #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3154760\n" "help.text" -msgid "<variable id=\"exakt\"><ahelp hid=\"svx/ui/findreplacedialog/matchcase\">Distinguishes between uppercase and lowercase characters.</ahelp></variable>" -msgstr "<variable id=\"exakt\"><ahelp hid=\"svx/ui/findreplacedialog/matchcase\">Rozlišuje mezi velkými a malými znaky.</ahelp></variable>" +msgid "<variable id=\"exakt\"> <ahelp hid=\"svx/ui/findreplacedialog/matchcase\">Matches the exact character provided in the <emph>Find</emph> box without considering any alternative case matches.</ahelp> </variable>" +msgstr "" + +#. jsLqT +#: 02100000.xhp +msgctxt "" +"02100000.xhp\n" +"par_id811629842746430\n" +"help.text" +msgid "Disable this option to consider all possible case matches. For example, entering \"a\" in the <emph>Find</emph> box matches both \"a\" and \"A\"." +msgstr "" + +#. F9EPB +#: 02100000.xhp +msgctxt "" +"02100000.xhp\n" +"par_id901629843129983\n" +"help.text" +msgid "Beware that some characters may have more than one match when <emph>Match case</emph> is disabled. For instance, \"s\" matches \"s\", \"S\" and \"ß\" (sharp S used in the German language)." +msgstr "" -#. H8feD +#. VHvn4 #: 02100000.xhp msgctxt "" "02100000.xhp\n" "bm_id891558923816062\n" "help.text" -msgid "<bookmark_value>searching;formatted numbers</bookmark_value> <bookmark_value>searching;formatted display</bookmark_value> <bookmark_value>finding;formatted numbers</bookmark_value> <bookmark_value>finding;formatted display</bookmark_value>" -msgstr "<bookmark_value>vyhledávání;formátovaná čísla</bookmark_value><bookmark_value>vyhledávání;zobrazený řetězec</bookmark_value><bookmark_value>hledání;formátovaná čísla</bookmark_value><bookmark_value>hledání;zobrazený řetězec</bookmark_value>" +msgid "<bookmark_value>searching;formatted numbers</bookmark_value> <bookmark_value>searching;formatted display</bookmark_value> <bookmark_value>finding;formatted numbers</bookmark_value> <bookmark_value>finding;formatted display</bookmark_value>" +msgstr "" #. UnzxV #: 02100000.xhp @@ -7801,50 +7945,50 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/findreplacedialog/searchformatted\">Includes number formatting characters in the search.</ahelp>" msgstr "<ahelp hid=\"svx/ui/findreplacedialog/searchformatted\">Zahrne do vyhledávání znaky, které jsou součástí formátu čísla.</ahelp>" -#. iw8Eo +#. QN28h #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3148538\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Entire Cells</caseinline><defaultinline>Whole words only</defaultinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Celé buňky</caseinline><defaultinline>Pouze celá slova</defaultinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Entire Cells</caseinline> <defaultinline>Whole words only</defaultinline> </switchinline>" +msgstr "" -#. 8zaDz +#. FBomz #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3149579\n" "help.text" -msgid "<variable id=\"ganze\"><ahelp hid=\"svx/ui/findreplacedialog/wholewords\">Searches for whole words or cells that are identical to the search text.</ahelp></variable>" -msgstr "<variable id=\"ganze\"><ahelp hid=\"svx/ui/findreplacedialog/wholewords\">Vyhledá celá slova nebo buňky, které jsou stejné jako hledaný text.</ahelp></variable>" +msgid "<variable id=\"ganze\"> <ahelp hid=\"svx/ui/findreplacedialog/wholewords\">Searches for whole words or cells that are identical to the search text.</ahelp> </variable>" +msgstr "" -#. jTAAd +#. GjHVg #: 02100000.xhp msgctxt "" "02100000.xhp\n" "bm_id3152960\n" "help.text" -msgid "<bookmark_value>searching; all sheets</bookmark_value><bookmark_value>finding; in all sheets</bookmark_value><bookmark_value>sheets; searching all</bookmark_value>" -msgstr "<bookmark_value>vyhledávání; všechny listy</bookmark_value><bookmark_value>hledání; ve všech listech</bookmark_value><bookmark_value>listy; prohledat všechny</bookmark_value>" +msgid "<bookmark_value>searching; all sheets</bookmark_value> <bookmark_value>finding; in all sheets</bookmark_value> <bookmark_value>sheets; searching all</bookmark_value>" +msgstr "" -#. jkXem +#. 4ARiJ #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3152960\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">All sheets</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Všechny listy</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">All sheets</caseinline> </switchinline>" +msgstr "" -#. 7MSZK +#. dQCPM #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145619\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches through all of the sheets in the current spreadsheet file.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Prohledá všechny listy v aktuálním sešitu.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches through all of the sheets in the current spreadsheet file.</caseinline> </switchinline>" +msgstr "" #. D5Jko #: 02100000.xhp @@ -7972,14 +8116,14 @@ msgctxt "" msgid "Replace All" msgstr "Nahradit vše" -#. vEXBU +#. ZNqAf #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145660\n" "help.text" -msgid "<ahelp hid=\".\">Replaces all of the occurrences of the text or format that you want to replace.</ahelp><switchinline select=\"appl\"><caseinline select=\"IMPRESS\"> Repeat this command until all replacements on your slide have been made.</caseinline></switchinline>" -msgstr "<ahelp hid=\".\">Nahradí všechny výskyty textu nebo formátu, který chcete nahradit.</ahelp><switchinline select=\"appl\"><caseinline select=\"IMPRESS\"> Tento příkaz opakujte, dokud se neprovedou všechna nahrazení na snímku.</caseinline></switchinline>" +msgid "<ahelp hid=\".\">Replaces all of the occurrences of the text or format that you want to replace.</ahelp> <switchinline select=\"appl\"> <caseinline select=\"IMPRESS\"> Repeat this command until all replacements on your slide have been made.</caseinline> </switchinline>" +msgstr "" #. vUDHU #: 02100000.xhp @@ -8062,23 +8206,23 @@ msgctxt "" msgid "<ahelp hid=\".\">In Writer, you can select to include the comment texts in your searches.</ahelp>" msgstr "<ahelp hid=\".\">Ve Writeru můžete vybrat také vyhledávání v textech komentářů.</ahelp>" -#. Dvvya +#. hDiLB #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3144439\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Regular expressions</defaultinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Regulární výrazy</defaultinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Regular expressions</defaultinline> </switchinline>" +msgstr "" -#. Vj29Y +#. YTjDH #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3155342\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Allows you to use regular expressions in your search.</defaultinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Umožňuje používat ve vyhledávání regulární výrazy.</defaultinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Allows you to use regular expressions in your search.</defaultinline> </switchinline>" +msgstr "" #. JTXQw #: 02100000.xhp @@ -8098,14 +8242,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for text formatted with the style that you specify. Select this checkbox, and then select a style from the <emph>Find</emph> list. To specify a replacement style, select a style from the <emph>Replace</emph> list.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Vyhledá text formátovaný stylem, který určíte. Zaškrtněte toto pole a poté vyberte styl ze seznamu <emph>Najít</emph>. Chcete-li určit styl, kterým bude hledaný styl nahrazen, vyberte styl ze seznamu <emph>Nahradit</emph>.</ahelp>" -#. YFddy +#. LYkeX #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3153524\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Paragraph Styles / Including Styles</caseinline><caseinline select=\"CALC\">Cell Styles</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Styly odstavce / Včetně stylů</caseinline><caseinline select=\"CALC\">Styly buňky</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\">Paragraph Styles / Including Styles</caseinline> <caseinline select=\"CALC\">Cell Styles</caseinline> </switchinline>" +msgstr "" #. sg7R3 #: 02100000.xhp @@ -8125,13 +8269,13 @@ msgctxt "" msgid "<variable id=\"halbnormaltitel\">Match character width (only if Asian languages are enabled)</variable>" msgstr "<variable id=\"halbnormaltitel\">Porovnat šířku znaku (pouze jsou-li povoleny asijské jazyky)</variable>" -#. LUDU5 +#. 3PLmH #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145744\n" "help.text" -msgid "<variable id=\"halbnormaltext\"><ahelp hid=\"svx/ui/findreplacedialog/matchcharwidth\">Distinguishes between <link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">half-width and full width</link> character forms.</ahelp></variable>" +msgid "<variable id=\"halbnormaltext\"> <ahelp hid=\"svx/ui/findreplacedialog/matchcharwidth\">Distinguishes between <link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">half-width and full-width</link> character forms.</ahelp> </variable>" msgstr "" #. D4hMq @@ -8143,23 +8287,23 @@ msgctxt "" msgid "<variable id=\"aehnlichtitel\">Sounds like (Japanese) (only if Asian languages are enabled)</variable>" msgstr "<variable id=\"aehnlichtitel\">Zní jako (japonština) (pouze jsou-li povoleny asijské jazyky)</variable>" -#. pvCos +#. xuxC3 #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145421\n" "help.text" -msgid "<variable id=\"aehnlichtext\"><ahelp hid=\"svx/ui/findreplacedialog/soundslike\">Lets you specify the search options for similar notation used in Japanese text. Select this checkbox, and then click the <emph>Sounds</emph> button to specify the search options.</ahelp></variable>" -msgstr "<variable id=\"aehnlichtext\"><ahelp hid=\"svx/ui/findreplacedialog/soundslike\">Je možné určit, zda se v japonském textu hledá podobná notace. Zaškrtněte toto pole, poté klepněte na tlačítko <emph>Zní jako</emph> a určete možnosti vyhledávání.</ahelp></variable>" +msgid "<variable id=\"aehnlichtext\"> <ahelp hid=\"svx/ui/findreplacedialog/soundslike\">Lets you specify the search options for similar notation used in Japanese text. Select this checkbox, and then click the <emph>Sounds</emph> button to specify the search options.</ahelp> </variable>" +msgstr "" -#. hgfVQ +#. pCFVE #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3149765\n" "help.text" -msgid "<variable id=\"aehnlichbutton\"><ahelp hid=\"svx/ui/findreplacedialog/soundslikebtn\" visibility=\"hidden\">Sets the search options for similar notation used in Japanese text.</ahelp></variable>" -msgstr "<variable id=\"aehnlichbutton\"><ahelp hid=\"svx/ui/findreplacedialog/soundslikebtn\" visibility=\"hidden\">Nastavuje volby pro podobnou notaci v japonském textu.</ahelp></variable>" +msgid "<variable id=\"aehnlichbutton\"> <ahelp hid=\"svx/ui/findreplacedialog/soundslikebtn\" visibility=\"hidden\">Sets the search options for similar notation used in Japanese text.</ahelp> </variable>" +msgstr "" #. buRmS #: 02100000.xhp @@ -8206,23 +8350,23 @@ msgctxt "" msgid "Searches exact match, does not include Arabic Tatweel mark <literal>U+0640</literal> (also known as Kashida) in search. For example, searching for كتاب will not match كـتاب or كتــــاب and so on." msgstr "Vyhledá přesnou shodu, při hledání uvažuje arabský znak tatwíl <literal>U+0640</literal> (označovaný také jako kašída). Například hledávání كتاب nenajde كـتاب ani كتــــاب apod." -#. Yfpme +#. WAxVa #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3147348\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100200.xhp\" name=\"Attributes\">Attributes</link></caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100200.xhp\" name=\"Atributy\">Atributy</link></caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\"> <link href=\"text/shared/01/02100200.xhp\" name=\"Attributes\">Attributes</link> </caseinline> </switchinline>" +msgstr "" -#. qXZEJ +#. S66Gf #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3155854\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Format\">Format</link></caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Formát\">Formát</link></caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\"> <link href=\"text/shared/01/02100300.xhp\" name=\"Format\">Format</link> </caseinline> </switchinline>" +msgstr "" #. 2HX6G #: 02100000.xhp @@ -8242,23 +8386,23 @@ msgctxt "" msgid "After you select format and attributes that you want to search for, the <emph>Paragraph Styles</emph> checkbox in the <emph>Other options</emph> area changes to <emph>Including Styles</emph>. Select this checkbox if you want to include search for formatting and attributes set by styles." msgstr "Poté co vyberete formát a atributy, podle kterých chcete vyhledávat, zaškrtávací pole <emph>Styly odstavce</emph> v oblasti <emph>Ostatní možnosti</emph> se změní na <emph>Včetně stylů</emph>. Toto pole zaškrtněte, pokud chcete podle vyhledávat také podle formátování a atributů nastavených pomocí stylů." -#. iuEjF +#. 9Kfn4 #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3154188\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">No Format</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Bez formátu</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\">No Format</caseinline> </switchinline>" +msgstr "" -#. K6cJh +#. U8isj #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3159155\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click in the <emph>Find</emph> or the <emph>Replace</emph> box, and then click this button to remove the search criteria based on formats.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Klepnutím do pole <emph>Najít</emph> nebo <emph>Nahradit</emph> a následným klepnutím na toto tlačítko odstraníte kritéria vyhledávání založená na formátu.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\">Click in the <emph>Find</emph> or the <emph>Replace</emph> box, and then click this button to remove the search criteria based on formats.</caseinline> </switchinline>" +msgstr "" #. RD9Dh #: 02100000.xhp @@ -8278,41 +8422,41 @@ msgctxt "" msgid "The search and replace criteria selected for Format and Attributes are displayed under the <emph>Find</emph> and <emph>Replace</emph> boxes." msgstr "Kritéria vyhledávání a nahrazování vybraná v oknech Formát a Atributy se zobrazují pod poli <emph>Najít</emph> a <emph>Nahradit</emph>." -#. AEyg4 +#. 9Z6qm #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3153004\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Direction</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Směr</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Direction</caseinline> </switchinline>" +msgstr "" -#. h6bCC +#. DM8Er #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3156332\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Determines the order for searching the cells.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Určuje, jak bude prohledávání buněk postupovat.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Determines the order for searching the cells.</caseinline> </switchinline>" +msgstr "" -#. BaX3C +#. zFwLm #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3155064\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Rows</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Řádky</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Rows</caseinline> </switchinline>" +msgstr "" -#. MXcmg +#. TAnrV #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id301020161457217894\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches from left to right across the rows.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Vyhledává se zleva doprava po řádcích.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches from left to right across the rows.</caseinline> </switchinline>" +msgstr "" #. XN5B4 #: 02100000.xhp @@ -8323,23 +8467,23 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches from left to right across the rows.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Vyhledává se zleva doprava po řádcích.</ahelp>" -#. CJSEj +#. ga3sb #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3156277\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Columns</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Sloupce</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Columns</caseinline> </switchinline>" +msgstr "" -#. DavNn +#. drjqY #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145207\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches from top to bottom through the columns.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Vyhledává se shora dolů po sloupcích.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches from top to bottom through the columns.</caseinline> </switchinline>" +msgstr "" #. DKdyD #: 02100000.xhp @@ -8350,32 +8494,32 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches from top to bottom through the columns.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Vyhledává se shora dolů po sloupcích.</ahelp>" -#. 2we6m +#. 6ALEr #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3154944\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Search in</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Hledat v</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Search in</caseinline> </switchinline>" +msgstr "" -#. jaDAq +#. GpAnn #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3146925\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formulas</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Vzorce</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Formulas</caseinline> </switchinline>" +msgstr "" -#. 8PEbc +#. BsCkZ #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id301020161448509633\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches for the characters that you specify in formulas and in fixed (not calculated) values. For example, you could look for formulas that contain 'SUM'.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Vyhledá zadané znaky ve vzorcích a v pevných (nevypočtených) hodnotách. Například můžete hledat vzorec, který obsahuje 'SUM'.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches for the characters that you specify in formulas and in fixed (not calculated) values. For example, you could look for formulas that contain 'SUM'.</caseinline> </switchinline>" +msgstr "" #. 5Jw5w #: 02100000.xhp @@ -8386,23 +8530,23 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for the characters that you specify in formulas and in fixed (not calculated) values. For example, you could look for formulas that contain 'SUM'.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Vyhledá zadané znaky ve vzorcích a v pevných (nevypočtených) hodnotách. Například můžete hledat vzorec, který obsahuje 'SUM'.</ahelp>" -#. SCCjN +#. uDxxn #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3149400\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Values</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Hodnoty</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Values</caseinline> </switchinline>" +msgstr "" -#. gNAhz +#. g2dn5 #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3146969\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches for the characters that you specify in values and in the results of formulas.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Vyhledá zadané znaky v hodnotách a ve výsledcích vzorců.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches for the characters that you specify in values and in the results of formulas.</caseinline> </switchinline>" +msgstr "" #. aj5NM #: 02100000.xhp @@ -8413,23 +8557,23 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for the characters that you specify in values and in the results of formulas.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Vyhledá zadané znaky v hodnotách a ve výsledcích vzorců.</ahelp>" -#. Hxei2 +#. GrF5E #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3145650\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Comments</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Komentáře</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Comments</caseinline> </switchinline>" +msgstr "" -#. MTECk +#. BRdDC #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3153947\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches for the characters that you specify in the comments that are attached to the cells.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Vyhledá zadané znaky v komentářích, které jsou připojeny k buňkám.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches for the characters that you specify in the comments that are attached to the cells.</caseinline> </switchinline>" +msgstr "" #. psHFB #: 02100000.xhp @@ -9790,14 +9934,14 @@ msgctxt "" msgid "Orphans" msgstr "Sirotci" -#. wMnjp +#. rKcG8 #: 02100200.xhp msgctxt "" "02100200.xhp\n" "par_id3156737\n" "help.text" -msgid "Finds the <link href=\"text/shared/00/00000005.xhp#schuster\"><emph>Orphan Control</emph></link> attribute." -msgstr "Najde atribut <link href=\"text/shared/00/00000005.xhp#schuster\"><emph>Kontrola sirotků</emph></link>." +msgid "Finds the <link href=\"text/shared/00/00000005.xhp#widows_and_orphans\"><emph>Orphan Control</emph></link> attribute." +msgstr "" #. 2r5Ai #: 02100200.xhp @@ -12436,14 +12580,14 @@ msgctxt "" msgid "<bookmark_value>changes; showing</bookmark_value><bookmark_value>hiding;changes</bookmark_value><bookmark_value>showing; changes</bookmark_value>" msgstr "<bookmark_value>změny; zobrazení</bookmark_value><bookmark_value>skrývání; změny</bookmark_value><bookmark_value>zobrazení; změny</bookmark_value>" -#. pehkn +#. NXNow #: 02230200.xhp msgctxt "" "02230200.xhp\n" "hd_id3149988\n" "help.text" -msgid "<link href=\"text/shared/01/02230200.xhp\" name=\"Show Changes\">Show</link>" -msgstr "<link href=\"text/shared/01/02230200.xhp\" name=\"Zobrazit změny\">Zobrazit</link>" +msgid "<link href=\"text/shared/01/02230200.xhp\" name=\"Show Changes\">Show Track Changes</link>" +msgstr "" #. Bk7zQ #: 02230200.xhp @@ -16306,14 +16450,14 @@ msgctxt "" msgid "<bookmark_value>formats; number and currency formats</bookmark_value><bookmark_value>number formats; formats</bookmark_value><bookmark_value>currencies;format codes</bookmark_value><bookmark_value>defaults; number formats</bookmark_value>" msgstr "<bookmark_value>formáty; formáty čísla a měny</bookmark_value><bookmark_value>formáty čísla; formáty</bookmark_value><bookmark_value>měny;formátovací kódy</bookmark_value><bookmark_value>výchozí; formáty čísla</bookmark_value>" -#. fXs76 +#. YGEmP #: 05020300.xhp msgctxt "" "05020300.xhp\n" "hd_id3162942\n" "help.text" -msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>" -msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Čísla\">Čísla</link>" +msgid "<variable id=\"NumbersLink\"><link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link></variable>" +msgstr "" #. z8GFZ #: 05020300.xhp @@ -22165,14 +22309,32 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/borderpage/presets\">Select a predefined border style to apply.</ahelp>" msgstr "<ahelp hid=\"cui/ui/borderpage/presets\">Vyberte předdefinovaný styl ohraničení, který chcete použít.</ahelp>" -#. QopCR +#. XQVt3 #: 05030500.xhp msgctxt "" "05030500.xhp\n" "par_id3148643\n" "help.text" -msgid "If you are in a table or spreadsheet, you can also add or remove predefined borders. Use the <emph>Borders</emph> icon on the <emph>Table Bar</emph>." -msgstr "V tabulce nebo sešitu lze také přidávat nebo odebírat předdefinované ohraničení. Na to použijte ikonu <emph>Ohraničení</emph> na nástrojové liště <emph>Tabulka</emph>." +msgid "Alternatively, use the <emph>Borders</emph> button on the toolbar to apply predefined border formats." +msgstr "" + +#. m9hFs +#: 05030500.xhp +msgctxt "" +"05030500.xhp\n" +"par_id591630450693398\n" +"help.text" +msgid "The <emph>Remove border</emph> option in the <emph>Adjacent Cells</emph> section determines if borders in the edges of the selected range are to be removed. Leave this option unchecked if edge borders should be left unchanged." +msgstr "" + +#. VPwsL +#: 05030500.xhp +msgctxt "" +"05030500.xhp\n" +"par_id181630450040456\n" +"help.text" +msgid "Read the help page <embedvar href=\"text/scalc/guide/borders.xhp#borders\"/> to learn more on how to define custom line arrangements." +msgstr "" #. 2SFo2 #: 05030500.xhp @@ -26296,6 +26458,15 @@ msgctxt "" msgid "<ahelp hid=\".\">Enter a name for the selected object. The name will be visible in the Navigator.</ahelp>" msgstr "<ahelp hid=\".\">Zadejte název vybraného objektu. Název se zobrazí v Navigátoru.</ahelp>" +#. CSL6H +#: 05190000.xhp +msgctxt "" +"05190000.xhp\n" +"par_id661630417737429\n" +"help.text" +msgid "Names must be unique between images, OLE objects and frames in the same document." +msgstr "" + #. 2gqYZ #: 05190100.xhp msgctxt "" @@ -27169,14 +27340,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/areatabpage/AreaTabPage\">Set the fill options for the selected drawing object or document element.</ahelp>" msgstr "<ahelp hid=\"cui/ui/areatabpage/AreaTabPage\">Nastaví vlastnosti výplně vybraného objektu kresby nebo prvku dokumentu.</ahelp>" -#. eE2Fr +#. DB3Ez #: 05210100.xhp msgctxt "" "05210100.xhp\n" "par_id3154863\n" "help.text" -msgid "You can add custom colors, gradients, hatchings, two color patterns and bitmap patterns to the default lists for later use." -msgstr "Pro pozdější použití je možné k výchozím seznamům přidat vlastní barvy, přechody, šrafování, dvoubarevné vzorky a rastry." +msgid "You can add custom colors, gradients, hatchings, two color patterns and image patterns to the default lists for later use." +msgstr "" #. CGbA3 #: 05210100.xhp @@ -27925,68 +28096,68 @@ msgctxt "" msgid "To apply a background color, select the <emph>Background color</emph> box, then select a color." msgstr "Chcete-li použít barvu pozadí, zaškrtněte pole <emph>Barva pozadí</emph> a poté vyberte barvu." -#. pDxGG +#. FCpZG #: 05210500.xhp msgctxt "" "05210500.xhp\n" "tit\n" "help.text" -msgid "Bitmap" -msgstr "Rastr" +msgid "Image" +msgstr "" -#. DL8RS +#. 9yCZ3 #: 05210500.xhp msgctxt "" "05210500.xhp\n" "bm_id3155619\n" "help.text" -msgid "<bookmark_value>bitmaps; areas</bookmark_value><bookmark_value>areas; bitmap</bookmark_value>" -msgstr "<bookmark_value>rastry; oblasti</bookmark_value><bookmark_value>oblasti; rastry</bookmark_value>" +msgid "<bookmark_value>images; areas</bookmark_value><bookmark_value>areas; image</bookmark_value>" +msgstr "" -#. 2jwXu +#. EXFDE #: 05210500.xhp msgctxt "" "05210500.xhp\n" "hd_id3155619\n" "help.text" -msgid "<link href=\"text/shared/01/05210500.xhp\" name=\"Bitmap\">Bitmap</link>" -msgstr "<link href=\"text/shared/01/05210500.xhp\" name=\"Rastr\">Rastr</link>" +msgid "<link href=\"text/shared/01/05210500.xhp\" name=\"Image\">Image</link>" +msgstr "" -#. Xc6qZ +#. AAzK8 #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id3149495\n" "help.text" -msgid "<ahelp hid=\"cui/ui/bitmaptabpage/BitmapTabPage\">Select a bitmap that you want to use as a fill image, or add your own bitmap pattern.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/bitmaptabpage/BitmapTabPage\">Vyberte rastr, který chcete použít jako výplň, nebo vytvořte vlastní vzorek rastrový.</ahelp>" +msgid "<ahelp hid=\"cui/ui/imagetabpage/ImageTabPage\">Select an image that you want to use as a fill image, or add your own image pattern.</ahelp>" +msgstr "" -#. wEhVG +#. fogGu #: 05210500.xhp msgctxt "" "05210500.xhp\n" "hd_id3148585\n" "help.text" -msgid "Bitmap" -msgstr "Rastr" +msgid "Image" +msgstr "" -#. 8ZuCa +#. AbybR #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id3147226\n" "help.text" -msgid "Lists the available bitmaps. You can also import bitmaps." -msgstr "Seznam dostupných rastrů. Rastry je možné také importovat." +msgid "Lists the available images. You can also import images." +msgstr "" -#. eCeUD +#. rr7b8 #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id501592872056000\n" "help.text" -msgid "To rename a bitmap, select the bitmap, right-click and choose <menuitem>Rename</menuitem>. To delete a bitmap, select the bitmap, right-click and choose <menuitem>Delete</menuitem>." -msgstr "Chcete-li rastr přejmenovat, vyberte jej, klepněte pravým tlačítkem a zvolte <menuitem>Přejmenovat</menuitem>. Chcete-li rastr smazat, vyberte jej, klepněte pravým tlačítkem a zvolte <menuitem>Smazat</menuitem>." +msgid "To rename an image, select the image, right-click and choose <menuitem>Rename</menuitem>. To delete an image, select the image, right-click and choose <menuitem>Delete</menuitem>." +msgstr "" #. MqVdD #: 05210500.xhp @@ -27997,23 +28168,23 @@ msgctxt "" msgid "Add/Import" msgstr "Přidat/importovat" -#. SGKZW +#. KS3aG #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id3148473\n" "help.text" -msgid "<ahelp hid=\"cui/ui/bitmaptabpage/BTN_IMPORT\">Locate the bitmap that you want to import, and then click <emph>Open</emph>. The bitmap is added to the end of the list of available bitmaps.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/bitmaptabpage/BTN_IMPORT\">Vyberte rastr, který chcete importovat, a klepněte na <emph>Otevřít</emph>. Rastr se přidá na konec seznamu.</ahelp>" +msgid "<ahelp hid=\"cui/ui/imagetabpage/BTN_IMPORT\">Locate the image that you want to import, and then click <emph>Open</emph>. the image is added to the end of the list of available images.</ahelp>" +msgstr "" -#. EBwza +#. FXqsL #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id301592866270627\n" "help.text" -msgid "Imported bitmaps are saved in your user profile and can be used in other documents." -msgstr "Importované rastry jsou uloženy v uživatelském profilu a lze je používat i v jiných dokumentech." +msgid "Imported images are saved in your user profile and can be used in other documents." +msgstr "" #. pC4QD #: 05210500.xhp @@ -28033,14 +28204,14 @@ msgctxt "" msgid "Style" msgstr "Styl" -#. GnwjN +#. PgyUs #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id241592868416096\n" "help.text" -msgid "<emph>Tiled</emph>: Fill the area with the bitmap as tiles." -msgstr "<emph>Dlaždice</emph>: Vyplní oblast dlaždicemi s rastrem." +msgid "<emph>Tiled</emph>: Fill the area with the image as tiles." +msgstr "" #. gCgdA #: 05210500.xhp @@ -28051,14 +28222,14 @@ msgctxt "" msgid "<emph>Stretched</emph>: Stretch the image to fit the object area." msgstr "<emph>Roztáhnuté</emph>: Roztáhne obrázek, aby odpovídal oblasti objektu." -#. Fi4Fj +#. MRcQq #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id651592868426975\n" "help.text" -msgid "<emph>Custom position/size</emph>: Set a custom size and position of the bitmap in the object area." -msgstr "<emph>Vlastní umístění/velikost</emph>: Nastavte rastru v oblasti objektu vlastní velikost a umístění." +msgid "<emph>Custom position/size</emph>: Set a custom size and position of the image in the object area." +msgstr "" #. sAiUV #: 05210500.xhp @@ -28114,14 +28285,14 @@ msgctxt "" msgid "Position" msgstr "Pozice" -#. 8qFYv +#. BnQeq #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id321592869780471\n" "help.text" -msgid "Select the anchoring position of the bitmap image inside the object area." -msgstr "Vyberte umístění rastrového obrázku v oblasti objektu." +msgid "Select the anchoring position of the image inside the object area." +msgstr "" #. WKmCj #: 05210500.xhp @@ -28132,23 +28303,23 @@ msgctxt "" msgid "Tiling Position" msgstr "Umístění dlaždic" -#. 286Bv +#. MC32h #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id811592870169715\n" "help.text" -msgid "<emph>X-Offset</emph>: Set the horizontal bitmap offset value with respect to the anchoring position." -msgstr "<emph>Odchylka X</emph>: Nastavte vodorovnou odchylku rastru od místa ukotvení." +msgid "<emph>X-Offset</emph>: Set the horizontal image offset value with respect to the anchoring position." +msgstr "" -#. w8e6v +#. MM4XP #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id41592870267463\n" "help.text" -msgid "<emph>Y-Offset</emph>: Set the vertical bitmap offset value with respect to the anchoring position." -msgstr "<emph>Odchylka Y</emph>: Nastavte svislou odchylku rastru od místa ukotvení." +msgid "<emph>Y-Offset</emph>: Set the vertical image offset value with respect to the anchoring position." +msgstr "" #. FeN7H #: 05210500.xhp @@ -44395,14 +44566,14 @@ msgctxt "" msgid "HTML import and export" msgstr "Import a export HTML dokumentů" -#. vGJmc +#. AQC2u #: about_meta_tags.xhp msgctxt "" "about_meta_tags.xhp\n" "par_id3145119\n" "help.text" -msgid "When you export a file to an HTML document, the description and the user-defined file properties are included as META <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">tags</link> between the HEAD tags of the exported document. META tags are not displayed in a Web browser, and are used to include information, such as keywords for search engines on your Web page. To set the properties of the current document, choose <emph>File - Properties</emph>, click the <emph>Description</emph> or <emph>User Defined</emph> tabs, and then type the information you want." -msgstr "Když exportujete soubor do HTML dokumentu, popis a uživatelem definované vlastnosti souboru se vloží jako <link href=\"text/shared/00/00000002.xhp#tags\" name=\"značky\">značky</link> META mezi značky HEAD exportovaného dokumentu. Značky META se nezobrazují ve webovém prohlížeči a používají se pro vložení doplňujících informací, např. klíčových slov pro vyhledávače. Chcete-li nastavit vlastnosti aktuálního dokumentu, zvolte <emph>Soubor - Vlastnosti</emph>, klepněte na kartu <emph>Popis</emph> nebo <emph>Definované uživatelem</emph> a poté zapište informace, jaké potřebujete." +msgid "When you export a file to an HTML document, the description and the user-defined file properties are included as META <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">tags</link> between the HEAD tags of the exported document. META tags are not displayed in a Web browser, and are used to include information, such as keywords for search engines on your Web page. To set the properties of the current document, choose <menuitem>File - Properties</menuitem>, click the <emph>Description</emph> or <emph>Custom Properties</emph> tabs, and then type the information you want." +msgstr "" #. AMHpy #: about_meta_tags.xhp @@ -44413,14 +44584,32 @@ msgctxt "" msgid "The following file properties are converted to META tags when you export a file as an HTML document:" msgstr "Při exportu souboru do HTML dokumentu se na značky META převedou následující vlastnosti souboru:" -#. AdB9y +#. 5tzLL +#: about_meta_tags.xhp +msgctxt "" +"about_meta_tags.xhp\n" +"par_id321630929312928\n" +"help.text" +msgid "ODF Property" +msgstr "" + +#. 3XGHd +#: about_meta_tags.xhp +msgctxt "" +"about_meta_tags.xhp\n" +"par_id611630929312929\n" +"help.text" +msgid "HTML Tags" +msgstr "" + +#. eX98Q #: about_meta_tags.xhp msgctxt "" "about_meta_tags.xhp\n" "par_id3154935\n" "help.text" -msgid "File Property" -msgstr "Vlastnost souboru" +msgid "Title" +msgstr "" #. ESE4Z #: about_meta_tags.xhp @@ -44485,23 +44674,23 @@ msgctxt "" msgid "<META NAME=\"DESCRIPTION\" CONTENT=\"Field Content\">" msgstr "<META NAME=\"DESCRIPTION\" CONTENT=\"Obsah pole\">" -#. McABW +#. kSxDx #: about_meta_tags.xhp msgctxt "" "about_meta_tags.xhp\n" "par_id3159149\n" "help.text" -msgid "Info fields 1...4" -msgstr "Informační pole 1...4" +msgid "Custom Properties" +msgstr "" -#. GXt5i +#. adi33 #: about_meta_tags.xhp msgctxt "" "about_meta_tags.xhp\n" "par_id3157892\n" "help.text" -msgid "<META NAME=\"Info field name\" CONTENT=\"Field Content\">" -msgstr "<META NAME=\"Název informačního pole\" CONTENT=\"Obsah pole\">" +msgid "<META NAME=\"Custom field name\" CONTENT=\"Custom field content\">" +msgstr "" #. DXH3M #: about_meta_tags.xhp @@ -50101,6 +50290,24 @@ msgctxt "" msgid "Exports only the Notes page views." msgstr "Exportuje pouze stránky s poznámkami." +#. XjnLG +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"hd_id291629821618352\n" +"help.text" +msgid "Export hidden pages" +msgstr "" + +#. Wttv3 +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id631629821626204\n" +"help.text" +msgid "Exports the document’s hidden slides." +msgstr "" + #. 9FqPS #: ref_pdf_export_general.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/shared/02.po b/source/cs/helpcontent2/source/text/shared/02.po index 666237a4f68..b6af47ec759 100644 --- a/source/cs/helpcontent2/source/text/shared/02.po +++ b/source/cs/helpcontent2/source/text/shared/02.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-04-27 17:02+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-04-29 14:37+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/cs/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.4.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1561117732.000000\n" #. Edm6o @@ -682,14 +682,14 @@ msgctxt "" msgid "Icon on the <emph>Insert</emph> toolbar (you may need to enable this initially invisible icon):" msgstr "Ikona na nástrojové liště <emph>Vložit</emph> (může být potřeba tuto ikonu povolit):" -#. 3bFUE +#. h7uSA #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3155341\n" "help.text" -msgid "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">Icon</alt></image>" -msgstr "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">Ikonka</alt></image>" +msgid "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150943\">Icon</alt></image>" +msgstr "" #. Dbydo #: 01170000.xhp @@ -844,14 +844,14 @@ msgctxt "" msgid "Check Box" msgstr "Zaškrtávací políčko" -#. bQbxK +#. xGAoN #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3148483\n" "help.text" -msgid "<image id=\"img_id3156380\" src=\"cmd/sc_checkbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156380\">Icon</alt></image>" -msgstr "<image id=\"img_id3156380\" src=\"cmd/sc_checkbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156380\">Ikonka</alt></image>" +msgid "<image id=\"img_id3156380\" src=\"cmd/sc_checkbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156380\">Icon Check Box</alt></image>" +msgstr "" #. fbJjh #: 01170000.xhp @@ -871,14 +871,14 @@ msgctxt "" msgid "Text Box" msgstr "Textové pole" -#. EJRD5 +#. jxTx3 #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3163665\n" "help.text" -msgid "<image id=\"img_id3153266\" src=\"cmd/sc_edit.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153266\">Icon</alt></image>" -msgstr "<image id=\"img_id3153266\" src=\"cmd/sc_edit.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153266\">Ikonka</alt></image>" +msgid "<image id=\"img_id3153266\" src=\"cmd/sc_edit.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153266\">Icon Text Box</alt></image>" +msgstr "" #. p3BAw #: 01170000.xhp @@ -898,14 +898,14 @@ msgctxt "" msgid "Formatted Field" msgstr "Formátované pole" -#. kYbGJ +#. ehyrQ #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3154836\n" "help.text" -msgid "<image id=\"img_id3143277\" src=\"cmd/sc_formattedfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3143277\">Icon</alt></image>" -msgstr "<image id=\"img_id3143277\" src=\"cmd/sc_formattedfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3143277\">Ikonka</alt></image>" +msgid "<image id=\"img_id3143277\" src=\"cmd/sc_formattedfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143277\">Icon Formatted Field</alt></image>" +msgstr "" #. W4Jis #: 01170000.xhp @@ -934,14 +934,14 @@ msgctxt "" msgid "Push Button" msgstr "Tlačítko" -#. GqKLB +#. GsVDb #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3145801\n" "help.text" -msgid "<image id=\"img_id3151073\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151073\">Icon</alt></image>" -msgstr "<image id=\"img_id3151073\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151073\">Ikonka</alt></image>" +msgid "<image id=\"img_id3151073\" src=\"cmd/sc_insertpushbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151073\">Icon Push Button</alt></image>" +msgstr "" #. KTA7G #: 01170000.xhp @@ -970,14 +970,14 @@ msgctxt "" msgid "Option Button" msgstr "Tlačítko volby" -#. MZW3N +#. qpeu3 #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3152971\n" "help.text" -msgid "<image id=\"img_id3152999\" src=\"cmd/sc_radiobutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152999\">Icon</alt></image>" -msgstr "<image id=\"img_id3152999\" src=\"cmd/sc_radiobutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152999\">Ikonka</alt></image>" +msgid "<image id=\"img_id3152999\" src=\"cmd/sc_radiobutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Icon Option Button</alt></image>" +msgstr "" #. DJdqY #: 01170000.xhp @@ -997,14 +997,14 @@ msgctxt "" msgid "List Box" msgstr "Seznam" -#. jfrqS +#. NBqDr #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3154326\n" "help.text" -msgid "<image id=\"img_id3154135\" src=\"cmd/sc_listbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154135\">Icon</alt></image>" -msgstr "<image id=\"img_id3154135\" src=\"cmd/sc_listbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154135\">Ikona</alt></image>" +msgid "<image id=\"img_id3154135\" src=\"cmd/sc_listbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154135\">Icon List Box</alt></image>" +msgstr "" #. Dbwav #: 01170000.xhp @@ -1024,14 +1024,14 @@ msgctxt "" msgid "Combo Box" msgstr "Pole se seznamem" -#. AukwD +#. 8M2uc #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3149981\n" "help.text" -msgid "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">Icon</alt></image>" -msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">Ikonka</alt></image>" +msgid "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148817\">Icon Combo Box</alt></image>" +msgstr "" #. bUeTF #: 01170000.xhp @@ -1051,14 +1051,14 @@ msgctxt "" msgid "Label Field" msgstr "Popisek" -#. KNzCu +#. z6KGA #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3145295\n" "help.text" -msgid "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151017\">Icon</alt></image>" -msgstr "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151017\">Ikona</alt></image>" +msgid "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151017\">Icon Label Field</alt></image>" +msgstr "" #. xAedG #: 01170000.xhp @@ -1096,14 +1096,14 @@ msgctxt "" msgid "Wizards On/Off" msgstr "Průvodci zap/vyp" -#. R8E9C +#. GY3P2 #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_idN11B65\n" "help.text" -msgid "<image id=\"img_id6128727\" src=\"cmd/sc_usewizards.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id6128727\">Icon</alt></image>" -msgstr "<image id=\"img_id6128727\" src=\"cmd/sc_usewizards.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id6128727\">Ikonka</alt></image>" +msgid "<image id=\"img_id6128727\" src=\"cmd/sc_usewizards.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id6128727\">Icon</alt></image>" +msgstr "" #. ySzEv #: 01170000.xhp @@ -1141,14 +1141,14 @@ msgctxt "" msgid "Spin Button" msgstr "Rolovací tlačítko" -#. it4JG +#. 2dBYJ #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_idN11A64\n" "help.text" -msgid "<image id=\"img_id7816400\" src=\"cmd/sc_spinbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id7816400\">Icon</alt></image>" -msgstr "<image id=\"img_id7816400\" src=\"cmd/sc_spinbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id7816400\">Ikonka</alt></image>" +msgid "<image id=\"img_id7816400\" src=\"cmd/sc_spinbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7816400\">Icon</alt></image>" +msgstr "" #. rY5Pe #: 01170000.xhp @@ -1177,14 +1177,14 @@ msgctxt "" msgid "Scrollbar" msgstr "Posuvník" -#. 4yAE9 +#. Mhj4A #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_idN11ACA\n" "help.text" -msgid "<image id=\"img_id8203985\" src=\"cmd/sc_scrollbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id8203985\">Icon</alt></image>" -msgstr "<image id=\"img_id8203985\" src=\"cmd/sc_scrollbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id8203985\">Ikonka</alt></image>" +msgid "<image id=\"img_id8203985\" src=\"cmd/sc_scrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8203985\">Icon</alt></image>" +msgstr "" #. RNigC #: 01170000.xhp @@ -1411,14 +1411,14 @@ msgctxt "" msgid "Image Button" msgstr "Obrázkové tlačítko" -#. JiLWn +#. Dc2HC #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3159622\n" "help.text" -msgid "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.svg\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154378\">Icon image button</alt></image>" -msgstr "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.svg\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154378\">Ikona obrázkového tlačítka</alt></image>" +msgid "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154378\">Icon image button</alt></image>" +msgstr "" #. B9Era #: 01170000.xhp @@ -1438,14 +1438,14 @@ msgctxt "" msgid "Image Control" msgstr "Ovládací pole obrázku" -#. SGrkb +#. ymnGP #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3155869\n" "help.text" -msgid "<image id=\"img_id3152381\" src=\"cmd/sc_objectcatalog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152381\">Icon</alt></image>" -msgstr "<image id=\"img_id3152381\" src=\"cmd/sc_objectcatalog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152381\">Ikonka</alt></image>" +msgid "<image id=\"img_id3152381\" src=\"cmd/sc_objectcatalog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152381\">Icon Image Control</alt></image>" +msgstr "" #. ZJDNH #: 01170000.xhp @@ -1474,14 +1474,14 @@ msgctxt "" msgid "Date Field" msgstr "Pole pro datum" -#. TvrCS +#. faE9Y #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3149423\n" "help.text" -msgid "<image id=\"img_id3150096\" src=\"cmd/sc_adddatefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150096\">Icon</alt></image>" -msgstr "<image id=\"img_id3150096\" src=\"cmd/sc_adddatefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150096\">Ikonka</alt></image>" +msgid "<image id=\"img_id3150096\" src=\"cmd/sc_adddatefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150096\">Icon</alt></image>" +msgstr "" #. sSv2y #: 01170000.xhp @@ -1528,14 +1528,14 @@ msgctxt "" msgid "Time Field" msgstr "Pole pro čas" -#. UDpQS +#. T6act #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3153687\n" "help.text" -msgid "<image id=\"img_id3155949\" src=\"cmd/sc_timefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155949\">Icon</alt></image>" -msgstr "<image id=\"img_id3155949\" src=\"cmd/sc_timefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155949\">Ikonka</alt></image>" +msgid "<image id=\"img_id3155949\" src=\"cmd/sc_timefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155949\">Icon</alt></image>" +msgstr "" #. 7apBh #: 01170000.xhp @@ -1564,14 +1564,14 @@ msgctxt "" msgid "File Selection" msgstr "Výběr souboru" -#. 82ZxH +#. oGq2E #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3150531\n" "help.text" -msgid "<image id=\"img_id3154344\" src=\"cmd/sc_filecontrol.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154344\">Icon</alt></image>" -msgstr "<image id=\"img_id3154344\" src=\"cmd/sc_filecontrol.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154344\">Ikonka</alt></image>" +msgid "<image id=\"img_id3154344\" src=\"cmd/sc_filecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Icon File Selection</alt></image>" +msgstr "" #. 4CELT #: 01170000.xhp @@ -1591,14 +1591,14 @@ msgctxt "" msgid "Numerical Field" msgstr "Číselné pole" -#. LR2YN +#. c2Gra #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3149396\n" "help.text" -msgid "<image id=\"img_id3153012\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153012\">Icon</alt></image>" -msgstr "<image id=\"img_id3153012\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153012\">Ikonka</alt></image>" +msgid "<image id=\"img_id3153012\" src=\"cmd/sc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153012\">Icon</alt></image>" +msgstr "" #. 3jPvp #: 01170000.xhp @@ -1618,14 +1618,14 @@ msgctxt "" msgid "Currency Field" msgstr "Měnové pole" -#. uskeC +#. 6nQhR #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3145324\n" "help.text" -msgid "<image id=\"img_id3152866\" src=\"cmd/sc_currencyfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152866\">Icon</alt></image>" -msgstr "<image id=\"img_id3152866\" src=\"cmd/sc_currencyfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152866\">Ikonka</alt></image>" +msgid "<image id=\"img_id3152866\" src=\"cmd/sc_currencyfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152866\">Icon</alt></image>" +msgstr "" #. dc7AD #: 01170000.xhp @@ -1645,14 +1645,14 @@ msgctxt "" msgid "Pattern Field" msgstr "Pole vzorku" -#. C4vNu +#. zwZsE #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3149742\n" "help.text" -msgid "<image id=\"img_id3148924\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148924\">Icon</alt></image>" -msgstr "<image id=\"img_id3148924\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148924\">Ikonka</alt></image>" +msgid "<image id=\"img_id3148924\" src=\"cmd/sc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148924\">Icon</alt></image>" +msgstr "" #. 4SYQW #: 01170000.xhp @@ -1681,14 +1681,14 @@ msgctxt "" msgid "Group Box" msgstr "Seskupení" -#. NMGq5 +#. ZpKrz #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3159334\n" "help.text" -msgid "<image id=\"img_id3153790\" src=\"cmd/sc_groupbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153790\">Icon</alt></image>" -msgstr "<image id=\"img_id3153790\" src=\"cmd/sc_groupbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153790\">Ikonka</alt></image>" +msgid "<image id=\"img_id3153790\" src=\"cmd/sc_groupbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153790\">Icon Group Box</alt></image>" +msgstr "" #. 3Suwy #: 01170000.xhp @@ -1735,14 +1735,14 @@ msgctxt "" msgid "Table Control" msgstr "Ovládací prvek tabulky" -#. CdczK +#. sXNiD #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3156402\n" "help.text" -msgid "<image id=\"img_id3146324\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146324\">Icon</alt></image>" -msgstr "<image id=\"img_id3146324\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146324\">Ikonka</alt></image>" +msgid "<image id=\"img_id3146324\" src=\"cmd/sc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146324\">Icon Table Control</alt></image>" +msgstr "" #. YNpAD #: 01170000.xhp @@ -1771,14 +1771,14 @@ msgctxt "" msgid "Navigation bar" msgstr "Lišta navigace" -#. 4sz8J +#. z63Mz #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_idN11B2C\n" "help.text" -msgid "<image id=\"img_id5074922\" src=\"cmd/sc_navigationbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id5074922\">Icon</alt></image>" -msgstr "<image id=\"img_id5074922\" src=\"cmd/sc_navigationbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id5074922\">Ikonka</alt></image>" +msgid "<image id=\"img_id5074922\" src=\"cmd/sc_navigationbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id5074922\">Icon Navigation bar</alt></image>" +msgstr "" #. dmjpG #: 01170000.xhp @@ -1807,14 +1807,14 @@ msgctxt "" msgid "Automatic Control Focus" msgstr "Automaticky zaměřit ovládací prvek" -#. pDASa +#. LWHkL #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3150261\n" "help.text" -msgid "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149351\">Icon</alt></image>" -msgstr "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149351\">Ikonka</alt></image>" +msgid "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149351\">Icon</alt></image>" +msgstr "" #. iDFFL #: 01170000.xhp @@ -7342,14 +7342,14 @@ msgctxt "" msgid "Changed" msgstr "Změněno" -#. FEBF7 +#. FSNEk #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3148755\n" "help.text" -msgid "<ahelp hid=\".\">The <emph>Changed</emph> event takes place when the control loses the focus and the content of the control has changed since it lost the focus.</ahelp>" -msgstr "<ahelp hid=\".\">Událost <emph>Změněno</emph> nastane, když ovládací prvek ztratí zaměření a jeho obsah se změnil.</ahelp>" +msgid "<ahelp hid=\".\">The <emph>Changed</emph> event takes place when the control loses the <link href=\"text/shared/00/00000005.xhp#form_focus\" name=\"focus\">focus</link> and the content of the control has changed since it lost the focus.</ahelp>" +msgstr "" #. pW2Ah #: 01170103.xhp @@ -7378,14 +7378,14 @@ msgctxt "" msgid "Item status changed" msgstr "Změna stavu položky" -#. EZLhq +#. Dbbyx #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3150870\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">The <emph>Item status changed</emph> event takes place if the status of the control field has changed.</ahelp> The <emph>Item status changed</emph> event takes place if the status of the control field has changed." -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Událost <emph>Změna stavu položky</emph> nastane, pokud se změní stav ovládacího prvku.</ahelp> Událost <emph>Změna stavu položky</emph> nastane, pokud se změní stav ovládacího prvku." +msgid "The <emph>Item status changed</emph> event takes place if the status of the control field has changed, for example, from checked to unchecked." +msgstr "" #. CRguq #: 01170103.xhp @@ -7396,14 +7396,14 @@ msgctxt "" msgid "When receiving focus" msgstr "Při zaměření" -#. hUKWb +#. vSAqD #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3154218\n" "help.text" -msgid "<ahelp hid=\".\">The <emph>When receiving focus</emph> event takes place if a control field receives the focus.</ahelp>" -msgstr "<ahelp hid=\".\">Událost <emph>Při zaměření</emph> nastane, když ovládací prvek získá zaměření.</ahelp>" +msgid "<ahelp hid=\".\">The <emph>When receiving focus</emph> event takes place if a control field receives the <link href=\"text/shared/00/00000005.xhp#form_focus\" name=\"focus\">focus</link>.</ahelp>" +msgstr "" #. NrRE4 #: 01170103.xhp @@ -7414,14 +7414,14 @@ msgctxt "" msgid "When losing focus" msgstr "Při ztrátě zaměření" -#. NwYiE +#. epakc #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3159252\n" "help.text" -msgid "<ahelp hid=\".\">The <emph>When losing focus</emph> event takes place if a control field loses the focus.</ahelp>" -msgstr "<ahelp hid=\".\">Událost <emph>Při ztrátě zaměření</emph> nastane, když ovládací prvek ztratí zaměření.</ahelp>" +msgid "<ahelp hid=\".\">The <emph>When losing focus</emph> event takes place if a control field loses the <link href=\"text/shared/00/00000005.xhp#form_focus\" name=\"focus\">focus</link>.</ahelp>" +msgstr "" #. JkyEm #: 01170103.xhp @@ -9133,32 +9133,32 @@ msgctxt "" msgid "When the user navigates through the data, the form always displays the current data record. If there are subforms defined, the contents of the subforms will be displayed after a short delay of approximate 200 ms. This delay enables you to quickly browse through the data records of the master form. If you navigate to the next master data record within the delay limit, the subform data need not be retrieved and displayed." msgstr "Když se uživatel pohybuje mezi údaji, formulář vždy zobrazuje aktuální datový záznam. Pokud jsou definovány podformuláře, zobrazí se jejich obsah po krátké prodlevě, přibližně 200 ms. Tato prodleva vám umožňuje rychle přecházet mezi záznamy hlavního formuláře. Pokud se během této doby přesunete na další záznam hlavního formuláře, není třeba načítat a zobrazovat data podformulářů." -#. yknW5 +#. QBY2R #: 01170300.xhp msgctxt "" "01170300.xhp\n" "tit\n" "help.text" -msgid "Tab Order" -msgstr "Pořadí aktivace" +msgid "Activation Order" +msgstr "" -#. 8XyJN +#. LWAYe #: 01170300.xhp msgctxt "" "01170300.xhp\n" "hd_id3146959\n" "help.text" -msgid "<link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">Tab Order</link>" -msgstr "<link href=\"text/shared/02/01170300.xhp\" name=\"Pořadí aktivace\">Pořadí aktivace</link>" +msgid "<link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">Activation Order</link>" +msgstr "" -#. cdwww +#. ds3GH #: 01170300.xhp msgctxt "" "01170300.xhp\n" "par_id3150347\n" "help.text" -msgid "<variable id=\"text\"><ahelp hid=\".uno:TabDialog\">In the<emph> Tab Order </emph>dialog you can modify the order in which control fields get the focus when the user presses the tab key.</ahelp></variable>" -msgstr "<variable id=\"text\"><ahelp hid=\".uno:TabDialog\">V dialogu <emph>Pořadí aktivace</emph> je možné upravit pořadí, ve kterém získávají ovládací prvky zaměření při stisku klávesy Tab.</ahelp></variable>" +msgid "<variable id=\"text\"><ahelp hid=\".uno:TabDialog\">Opens the <emph>Tab Order</emph> dialog so you can modify the order in which control fields get the focus when the user presses the tab key.</ahelp></variable>" +msgstr "" #. oEDQP #: 01170300.xhp @@ -15010,14 +15010,14 @@ msgctxt "" msgid "Standard Filter" msgstr "Standardní filtr" -#. q2qAj +#. AdEPW #: 12090100.xhp msgctxt "" "12090100.xhp\n" "hd_id3151097\n" "help.text" -msgid "Standard Filter" -msgstr "Standardní filtr" +msgid "<variable id=\"StandardFilter_h1\"><link href=\"text/shared/02/12090100.xhp\" name=\"StandardFilter_link\">Standard Filter</link></variable>" +msgstr "" #. u4zmZ #: 12090100.xhp @@ -17890,14 +17890,14 @@ msgctxt "" msgid "Selection Mode" msgstr "Režim výběru" -#. 3uAEb +#. 7L8xS #: 20050000.xhp msgctxt "" "20050000.xhp\n" "bm_id3148668\n" "help.text" -msgid "<bookmark_value>selection modes in text</bookmark_value><bookmark_value>text; selection modes</bookmark_value><bookmark_value>extending selection mode</bookmark_value><bookmark_value>adding selection mode</bookmark_value><bookmark_value>block selection mode</bookmark_value>" -msgstr "<bookmark_value>režimy výběru v textu</bookmark_value><bookmark_value>text; režimy výběru</bookmark_value><bookmark_value>režim rozšiřitelného výběru</bookmark_value><bookmark_value>režim doplnitelného výběru</bookmark_value><bookmark_value>blokový režim výběru</bookmark_value>" +msgid "<bookmark_value>selection modes in text</bookmark_value> <bookmark_value>text; selection modes</bookmark_value> <bookmark_value>extending selection mode</bookmark_value> <bookmark_value>adding selection mode</bookmark_value> <bookmark_value>block selection mode</bookmark_value>" +msgstr "" #. ntcAk #: 20050000.xhp @@ -17908,23 +17908,23 @@ msgctxt "" msgid "<link href=\"text/shared/02/20050000.xhp\" name=\"Selection Mode\">Selection Mode</link>" msgstr "<link href=\"text/shared/02/20050000.xhp\" name=\"Režim výběru\">Režim výběru</link>" -#. BxC56 +#. jwKSR #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3146130\n" "help.text" -msgid "<ahelp hid=\".\">Here you can switch between different selection modes.</ahelp>" -msgstr "<ahelp hid=\".\">Zde můžete přepnout mezi různými režimy výběru.</ahelp>" +msgid "<ahelp hid=\".\">Switches between different selection modes.</ahelp>" +msgstr "" -#. 649aC +#. iyCEv #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3153894\n" "help.text" -msgid "When you click in the field, a popup menu comes up with the available options:" -msgstr "Po klepnutí na pole se objeví vyskakovací okno s dostupnými možnostmi:" +msgid "Click this field to open a popup menu with the following options:" +msgstr "" #. FVGbB #: 20050000.xhp @@ -17962,77 +17962,86 @@ msgctxt "" msgid "This is the default selection mode for text documents. With the keyboard, selections can be performed by <emph>Shift</emph>+navigation key (<item type=\"keycode\">arrows, Home, End, Page Up, Page Down</item>). With the mouse, click in the text where the selection is to start, hold the left mouse button and move to the end of the selection. Release the mouse key to end selection." msgstr "Jedná se o výchozí režim výběru v textových dokumentech. Klávesnicí lze vybírat pomocí kombinace <emph>Shift</emph>+navigační klávesa (<item type=\"keycode\">šipky, Home, End, Page Up, Page Down</item>). Chcete-li použít myš, klepněte do textu na místo, kde má výběr začínat, podržte levé tlačítko myši a přesuňte se na konec výběru. Uvolněním tlačítka výběr ukončíte." -#. E5Epi +#. AZd4x #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3149580\n" "help.text" -msgid "Extending selection (<item type=\"keycode\">F8</item>)" -msgstr "Rozšiřitelný výběr (<item type=\"keycode\">F8</item>)" +msgid "Extending selection" +msgstr "" -#. vpxft +#. 8V8BG #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3153717\n" "help.text" -msgid "By using the <emph>arrow</emph> keys or the <item type=\"keycode\">Home</item> and <item type=\"keycode\">End</item> keys you can extend or crop the current selection. Clicking into the text selects the text between the current cursor position and the click position." -msgstr "Aktuální výběr rozšíříte nebo zmenšíte pomocí kláves <emph>šipek</emph> nebo kláves <item type=\"keycode\">Home</item> a <item type=\"keycode\">End</item>. Klepnutím do textu vyberete text mezi aktuální pozicí kurzoru a pozicí klepnutí." +msgid "Use the mouse, arrow keys or the <keycode>Home</keycode> and <keycode>End</keycode> keys to extend or crop the current selection. Clicking anywhere in the text selects the region between the current cursor position and the click position." +msgstr "" + +#. Jwb3c +#: 20050000.xhp +msgctxt "" +"20050000.xhp\n" +"par_id821630330412209\n" +"help.text" +msgid "Hold the <keycode>Shift</keycode> key to temporarily activate the Extending selection mode." +msgstr "" -#. CWx2K +#. dL6uZ #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3147620\n" "help.text" -msgid "Adding selection (<item type=\"keycode\">Shift+F8</item>)" -msgstr "Doplnitelný výběr (<item type=\"keycode\">Shift+F8</item>)" +msgid "Adding selection (<keycode>Shift+F8</keycode>)" +msgstr "" -#. NBwAq +#. YjCCD #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3154307\n" "help.text" -msgid "A new selection is added to an existing selection. The result is a multiple selection." -msgstr "K existujícímu výběru se přidá nový výběr. Výsledkem je vícenásobný výběr." +msgid "Use this mode to select multiple ranges of text. Each new selection using the mouse or keyboard is added as a new selection." +msgstr "" -#. De6wr +#. CFmAA #: 20050000.xhp msgctxt "" "20050000.xhp\n" -"par_id6971037\n" +"par_id941630331257314\n" "help.text" -msgid "Block selection (<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Shift+F8</item>)" -msgstr "Výběr bloku (<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Shift+F8</item>)" +msgid "Hold the <keycode>Ctrl</keycode> key to temporarily activate the Adding selection mode." +msgstr "" -#. CHTsh +#. vSETC #: 20050000.xhp msgctxt "" "20050000.xhp\n" -"par_id5258644\n" +"par_id6971037\n" "help.text" -msgid "A block of text can be selected." -msgstr "Lze označit blok textu." +msgid "Block selection (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F8</keycode>)" +msgstr "" -#. SzDrA +#. qAeGQ #: 20050000.xhp msgctxt "" "20050000.xhp\n" -"par_id4441663\n" +"par_id5258644\n" "help.text" -msgid "On Windows systems, you can hold down the <item type=\"keycode\">Alt</item> key while dragging to select a block of text. You don't need to enter the block selection mode." -msgstr "V systému Windows podržte klávesu <item type=\"keycode\">Alt</item> a označte blok textu myší. Nemusíte se přepínat na blokový režim výběru." +msgid "Use this mode to select a non-contiguous block of text." +msgstr "" -#. VyEA4 +#. tcCu3 #: 20050000.xhp msgctxt "" "20050000.xhp\n" -"par_id901513465638512\n" +"par_id41630331461837\n" "help.text" -msgid "<link href=\"text/swriter/guide/text_nav_keyb.xhp\" name=\"Navigating and Selecting With the Keyboard\">Navigating and Selecting With the Keyboard</link>" -msgstr "<link href=\"text/swriter/guide/text_nav_keyb.xhp\" name=\"Procházení a vybírání textu pomocí klávesnice\">Procházení a vybírání textu pomocí klávesnice</link>" +msgid "Hold the <keycode>Alt</keycode> key to temporarily activate the Block selection mode." +msgstr "" #. ubD2w #: 20060000.xhp diff --git a/source/cs/helpcontent2/source/text/shared/07.po b/source/cs/helpcontent2/source/text/shared/07.po index 4a882cc2be0..31ff310b282 100644 --- a/source/cs/helpcontent2/source/text/shared/07.po +++ b/source/cs/helpcontent2/source/text/shared/07.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: 2018-07-07 19:04+0200\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2018-10-17 15:04+0000\n" "Last-Translator: raal <raal@post.cz>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ 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: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1539788641.000000\n" +#. 6qu9B #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Web Pages" msgstr "Webové stránky" +#. KFDmp #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<link href=\"text/shared/07/09000000.xhp\" name=\"Web Pages\">Web Pages</link>" msgstr "<link href=\"text/shared/07/09000000.xhp\" name=\"Webové stránky\">Webové stránky</link>" +#. YuDvW #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "To create a new web page for the Internet, open a new <emph>HTML Document</emph> by choosing <item type=\"menuitem\">File - New</item>." msgstr "Pro vytvoření nové webové stránky pro Internet otevřete nový <emph>HTML dokument</emph> zvolením položky nabídky <item type=\"menuitem\">Soubor - Nový</item>." +#. GqZYp #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "A tool for creating new web pages is the Web Layout mode, which you enable with <item type=\"menuitem\">View - Web</item>." msgstr "Nástroj pro vytváření nových webových stránek je režim Vzhled webu, který otevřete pomocí nabídky <item type=\"menuitem\">Zobrazit - Vzhled webu</item>." +#. TPf7Q #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Creating a New Web Page" msgstr "Vytvoření nové webové stránky" +#. NGME8 #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Switch to the web layout mode by choosing <item type=\"menuitem\">View - Web</item> or by opening a new HTML document." msgstr "Do režimu rozvržení webu se přepnete volbou <item type=\"menuitem\">Zobrazit - Web</item> nebo otevřením nového HTML dokumentu." +#. veBKZ #: 09000000.xhp msgctxt "" "09000000.xhp\n" diff --git a/source/cs/helpcontent2/source/text/shared/autokorr.po b/source/cs/helpcontent2/source/text/shared/autokorr.po index 0b28afa86c5..3277b2acebf 100644 --- a/source/cs/helpcontent2/source/text/shared/autokorr.po +++ b/source/cs/helpcontent2/source/text/shared/autokorr.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: 2017-05-09 16:45+0200\n" -"PO-Revision-Date: 2014-09-21 09:35+0000\n" -"Last-Translator: serval2412 <serval2412@yahoo.fr>\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" +"PO-Revision-Date: 2017-05-09 18:46+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: cs\n" "MIME-Version: 1.0\n" @@ -14,8 +14,9 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1411292125.000000\n" +"X-POOTLE-MTIME: 1494355562.000000\n" +#. 3VEtt #: 01000000.xhp msgctxt "" "01000000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. i3BcA #: 01000000.xhp msgctxt "" "01000000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. FTvjN #: 01000000.xhp msgctxt "" "01000000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "TWo INitial CApitals have been corrected" msgstr "První DVě VElká písmena byla opravena" +#. pEU6M #: 01000000.xhp msgctxt "" "01000000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "Typing errors such as \"WOrd\" have been corrected and replaced by the <link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> function to \"Word\"." msgstr "Překlepy typu \"SLovo\" budou automaticky nahrazeny funkcí <link href=\"text/shared/01/06040000.xhp\" name=\"Automatické opravy\">Automatické opravy</link> správným tvarem \"Slovo\"." +#. YGggv #: 02000000.xhp msgctxt "" "02000000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. zoEyC #: 02000000.xhp msgctxt "" "02000000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. gFS3q #: 02000000.xhp msgctxt "" "02000000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Start each sentence with a capital letter" msgstr "Každé první písmeno věty bude velké" +#. pFvJs #: 02000000.xhp msgctxt "" "02000000.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "Your text was corrected with <link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> so that the current word began with a capital letter. AutoCorrect changes words at the beginning of a paragraph, and words after the character at the end of a sentence (period, exclamation point, question mark)." msgstr "Funkce <link href=\"text/shared/01/06040000.xhp\" name=\"Automatické opravy\">Automatické opravy</link> upravila text tak, že aktuální slovo začíná velkým písmenem. Automatické opravy mění slova na začátku odstavce a slova po znaku pro konec věty (tečka, vykřičník, otazník)?" +#. L6A3T #: 03000000.xhp msgctxt "" "03000000.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. JtgRN #: 03000000.xhp msgctxt "" "03000000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. FPkJ3 #: 03000000.xhp msgctxt "" "03000000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Two capital letters at the beginning of a word and a sentence have been corrected to one capital letter" msgstr "Dvě velká písmena na začátku slova a věty byla opravena na jedno velké písmeno" +#. dmDsA #: 03000000.xhp msgctxt "" "03000000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text so that a word beginning with two capital letters at the beginning of a sentence now starts with one capital letter." msgstr "Funkce <link href=\"text/shared/01/06040000.xhp\" name=\"Automatické opravy\">Automatické opravy</link> opravila váš text tak, že slovo začínající na dvě velká písmena na začátku věty nyní začíná jedním velkým písmenem." +#. gwa8j #: 04000000.xhp msgctxt "" "04000000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. CA2DC #: 04000000.xhp msgctxt "" "04000000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. VRBAj #: 04000000.xhp msgctxt "" "04000000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "A replacement has been carried out" msgstr "Bylo provedeno nahrazení" +#. yJMPc #: 04000000.xhp msgctxt "" "04000000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has replaced a word." msgstr "Funkce <link href=\"text/shared/01/06040000.xhp\" name=\"Automatické opravy\">Automatické opravy</link> nahradila slovo." +#. CgGde #: 05000000.xhp msgctxt "" "05000000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. NbHBz #: 05000000.xhp msgctxt "" "05000000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. d3tZ4 #: 05000000.xhp msgctxt "" "05000000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "AutoCorrect has performed a replacement. The beginning of the sentence now starts with a capital letter" msgstr "Funkce Automatické opravy provedla nahrazení. Počáteční písmeno věty je nyní velké." +#. E4kio #: 05000000.xhp msgctxt "" "05000000.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has performed a replacement, and the beginning of the sentence now starts with a capital letter." msgstr "Funkce <link href=\"text/shared/01/06040000.xhp\" name=\"Automatické opravy\">Automatické opravy</link> provedla nahrazení a počáteční písmeno věty je nyní velké." +#. pMoyc #: 06000000.xhp msgctxt "" "06000000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. 9qGA6 #: 06000000.xhp msgctxt "" "06000000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. b4nNu #: 06000000.xhp msgctxt "" "06000000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "Double quotation marks (\") have been replaced" msgstr "Dvojité uvozovky (\") byly nahrazeny" +#. MaFTX #: 06000000.xhp msgctxt "" "06000000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Your text was corrected by <link href=\"text/shared/01/06040000.xhp\" name=\"Autocorrect\">Autocorrect</link> so that double quotation marks were replaced by <link href=\"text/shared/01/06040400.xhp\" name=\"typographical quotation marks\">typographical quotation marks</link>." msgstr "Text byl opraven funkcí <link href=\"text/shared/01/06040000.xhp\" name=\"Automatické opravy\">Automatické opravy</link> a dvojité uvozovky byly nahrazeny <link href=\"text/shared/01/06040400.xhp\" name=\"typograficky správnými uvozovkami\">typograficky správnými uvozovkami</link>." +#. B9CDq #: 07000000.xhp msgctxt "" "07000000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. vZ6Ro #: 07000000.xhp msgctxt "" "07000000.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. VTugm #: 07000000.xhp msgctxt "" "07000000.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "Single quotes have been replaced" msgstr "Jednoduché uvozovky byly nahrazeny" +#. vH2Er #: 07000000.xhp msgctxt "" "07000000.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "Your text was corrected by <link href=\"text/shared/01/06040000.xhp\" name=\"Autocorrect\">Autocorrect</link> so that single quotation marks were replaced by <link href=\"text/shared/01/06040400.xhp\" name=\"typographical quotation marks\">typographical quotation marks</link>." msgstr "Text byl opraven funkcí <link href=\"text/shared/01/06040000.xhp\" name=\"Automatické opravy\">Automatické opravy</link> a jednoduché uvozovky byly nahrazeny <link href=\"text/shared/01/06040400.xhp\" name=\"typograficky správnými uvozovkami\">typograficky správnými uvozovkami</link>." +#. RkFAj #: 08000000.xhp msgctxt "" "08000000.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. ekBVe #: 08000000.xhp msgctxt "" "08000000.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. GDDY3 #: 08000000.xhp msgctxt "" "08000000.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "An URL has been detected and a hyperlink attribute has been set" msgstr "Bylo detekováno URL a bylo nahrazeno hypertextovým odkazem." +#. 6exK7 #: 08000000.xhp msgctxt "" "08000000.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text. A string has been detected as an URL and is now shown as a hyperlink." msgstr "Funkce <link href=\"text/shared/01/06040000.xhp\" name=\"Automatické opravy\">Automatické opravy</link> změnila váš text. Řetězec znaků byl rozpoznán jako URL a je nyní zobrazen jako hypertextový odkaz." +#. VTdXe #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. 4NBsG #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. z3HAF #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "Double spaces have been ignored" msgstr "Dvojité mezery byly ignorovány" +#. G2E4T #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has corrected your text so that the multiple spaces you have entered have now been reduced to one single space." msgstr "Funkce <link href=\"text/shared/01/06040000.xhp\" name=\"Automatické opravy\">Automatické opravy</link> opravila váš text tak, že nahradila zadané opakující se mezery jednou mezerou." +#. EejSa #: 10000000.xhp msgctxt "" "10000000.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. eCJ3u #: 10000000.xhp msgctxt "" "10000000.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. S3H9i #: 10000000.xhp msgctxt "" "10000000.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "Bold and underline attributes have been recognized and applied" msgstr "Byly rozpoznány atributy pro tučný a podtržený text a byly aplikovány." +#. 76NkE #: 10000000.xhp msgctxt "" "10000000.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text, and the bold and/or underline text attributes have been automatically applied." msgstr "Funkce <link href=\"text/shared/01/06040000.xhp\" name=\"Automatické opravy\">Automatické opravy</link> pozměnila váš text a automaticky aplikovala atributy pro tučný a/nebo podtržený text." +#. FBeJm #: 12000000.xhp msgctxt "" "12000000.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. WD2KN #: 12000000.xhp msgctxt "" "12000000.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. ZLpSE #: 12000000.xhp msgctxt "" "12000000.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "Minus signs have been replaced" msgstr "Znaky minus byly nahrazeny" +#. C4dAK #: 12000000.xhp msgctxt "" "12000000.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text, and minus signs have been replaced with dashes." msgstr "Funkce <link href=\"text/shared/01/06040000.xhp\" name=\"Automatické opravy\">Automatické opravy</link> pozměnila váš text a znaménka minus byla nahrazena pomlčkami." +#. bKCng #: 13000000.xhp msgctxt "" "13000000.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. hNwWE #: 13000000.xhp msgctxt "" "13000000.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Funkce Automatické opravy byla aktivována" +#. FEB92 #: 13000000.xhp msgctxt "" "13000000.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "1st ... has been replaced with 1st ..." msgstr "1st ... bylo nahrazeno za 1st ..." +#. WMnqT #: 13000000.xhp msgctxt "" "13000000.xhp\n" diff --git a/source/cs/helpcontent2/source/text/shared/explorer/database.po b/source/cs/helpcontent2/source/text/shared/explorer/database.po index 237925dde0b..8b43d249a2f 100644 --- a/source/cs/helpcontent2/source/text/shared/explorer/database.po +++ b/source/cs/helpcontent2/source/text/shared/explorer/database.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-11 17:09+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-03-15 20:36+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsharedexplorerdatabase/cs/>\n" @@ -16,888 +16,6 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1553926381.000000\n" -#. xUFRA -#: dabadoc.xhp -msgctxt "" -"dabadoc.xhp\n" -"tit\n" -"help.text" -msgid "Database File" -msgstr "Databázový soubor" - -#. qTD7t -#: dabadoc.xhp -msgctxt "" -"dabadoc.xhp\n" -"par_idN10544\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabadoc.xhp\">Database File</link>" -msgstr "<link href=\"text/shared/explorer/database/dabadoc.xhp\">Databázový soubor</link>" - -#. XWsT6 -#: dabadoc.xhp -msgctxt "" -"dabadoc.xhp\n" -"par_idN10554\n" -"help.text" -msgid "<ahelp hid=\".\">The database file window organizes the tables, views, queries, and reports of a database in %PRODUCTNAME.</ahelp>" -msgstr "<ahelp hid=\".\">Okno databázového souboru spravuje tabulky, pohledy, dotazy, odkazy a sestavy databáze v %PRODUCTNAME.</ahelp>" - -#. 3KEBA -#: dabadoc.xhp -msgctxt "" -"dabadoc.xhp\n" -"par_idN105B7\n" -"help.text" -msgid "<link href=\"text/sdatabase/main.xhp\">Working with databases in %PRODUCTNAME</link>" -msgstr "<link href=\"text/sdatabase/main.xhp\">Práce s databázemi v %PRODUCTNAME</link>" - -#. ptEgp -#: dabaprop.xhp -msgctxt "" -"dabaprop.xhp\n" -"tit\n" -"help.text" -msgid "Database Properties" -msgstr "Vlastnosti databáze" - -#. NAq6e -#: dabaprop.xhp -msgctxt "" -"dabaprop.xhp\n" -"par_idN10550\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabaprop.xhp\">Database Properties</link>" -msgstr "<link href=\"text/shared/explorer/database/dabaprop.xhp\">Vlastnosti databáze</link>" - -#. J8CiZ -#: dabaprop.xhp -msgctxt "" -"dabaprop.xhp\n" -"par_idN10560\n" -"help.text" -msgid "<ahelp hid=\".\">Specifies the properties of a database.</ahelp>" -msgstr "<ahelp hid=\".\">Určuje vlastnosti databáze.</ahelp>" - -#. GkxKK -#: dabaprop.xhp -msgctxt "" -"dabaprop.xhp\n" -"par_id1322977\n" -"help.text" -msgid "In a database window, choose <emph>Edit - Database - Properties</emph>" -msgstr "V okně databáze zvolte <emph>Úpravy - Databáze - Vlastnosti</emph>" - -#. X569b -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"tit\n" -"help.text" -msgid "Additional Settings" -msgstr "Další nastavení" - -#. 3zjpy -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN1054D\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabapropadd.xhp\">Additional Settings</link>" -msgstr "<link href=\"text/shared/explorer/database/dabapropadd.xhp\">Další nastavení</link>" - -#. aQVe4 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "<ahelp hid=\".\">Specifies additional options for a data source.</ahelp>" -msgstr "<ahelp hid=\".\">Určuje další nastavení zdroje dat.</ahelp>" - -#. VDVT6 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_id4641865\n" -"help.text" -msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Additional Settings</emph> tab" -msgstr "V okně databáze zvolte <emph>Úpravy - Databáze - Vlastnosti</emph>, klepněte na kartu <emph>Pokročilé vlastnosti</emph>" - -#. jRxSF -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10572\n" -"help.text" -msgid "The availability of the following controls depends on the type of database:" -msgstr "Dostupnost následujících příkazů závisí na typu databáze:" - -#. GXZC2 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10575\n" -"help.text" -msgid "Host name" -msgstr "Název serveru" - -#. X6fnx -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105D7\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the host name of the server that contains the database, for example ldap.server.com.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte název serveru, který obsahuje databázi, např. ldap.server.com.</ahelp>" - -#. rp55d -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10579\n" -"help.text" -msgid "Port number" -msgstr "Číslo portu" - -#. RQEQ4 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105F6\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the port number for the server that hosts the database.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte číslo portu serveru s databází.</ahelp>" - -#. PP95C -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN1057D\n" -"help.text" -msgid "MySQL JDBC driver class" -msgstr "Třída MySQL JDBC ovladače" - -#. 2nqZZ -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10615\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the JDBC driver for the MySQL database.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte název JDBC ovladače pro databázi MySQL.</ahelp>" - -#. evMXj -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10581\n" -"help.text" -msgid "Character set" -msgstr "Znaková sada" - -#. hbyg9 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10634\n" -"help.text" -msgid "<ahelp hid=\".\">Select the character set that you want to use to view the database in $[officename].</ahelp> This setting does not affect the database. To use the default character set of your operating system, select \"System\"." -msgstr "<ahelp hid=\".\">Vyberte znakovou sadu, kterou chcete použít k prohlížení databáze v $[officename].</ahelp> Toto nastavení neovlivní databázi. Chcete-li použít výchozí znakovou sadu operačního systému, zvolte \"Systém\"." - -#. zvk8A -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10651\n" -"help.text" -msgid "Text and dBASE databases are restricted to character sets with a fixed-size character length, where all characters are encoded with the same number of bytes." -msgstr "Textové databáze a databáze dBASE jsou omezeny na znakové sady s pevnou délkou znaků, kde jsou všechny znaky zakódovány stejným počtem bajtů." - -#. VoZcz -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10585\n" -"help.text" -msgid "Oracle JDBC driver class" -msgstr "Třída Oracle JDBC ovladače" - -#. 7eLFU -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10653\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the JDBC driver for the Oracle database.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte název JDBC ovladače pro databázi Oracle.</ahelp>" - -#. 5KbCC -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10589\n" -"help.text" -msgid "Driver settings" -msgstr "Nastavení ovladače" - -#. tEiQb -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10672\n" -"help.text" -msgid "<ahelp hid=\".\">Specify additional driver options.</ahelp>" -msgstr "<ahelp hid=\".\">Určuje další nastavení ovladače.</ahelp>" - -#. rh98b -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN1058D\n" -"help.text" -msgid "Use catalog for file-based databases" -msgstr "Pro souborové databáze použít katalog" - -#. TipDh -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10691\n" -"help.text" -msgid "<ahelp hid=\".\">Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver.</ahelp>" -msgstr "<ahelp hid=\".\">Použije aktuální zdroj dat katalogu. Tato volba je užitečná, když je zdrojem dat ODBC databázový server. Nepoužívejte tuto volbu, je-li zdrojem dat ODBC ovladač dBASE.</ahelp>" - -#. d3PBB -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10591\n" -"help.text" -msgid "Base DN" -msgstr "Základní DN" - -#. UYaFM -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN106B0\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the starting point to search the LDAP database, for example, dc=com.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte výchozí bod pro prohledávání LDAP databáze, např. dc=com.</ahelp>" - -#. bvx2A -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10595\n" -"help.text" -msgid "Maximum number of records" -msgstr "Maximální počet záznamů" - -#. AUVCH -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN106F3\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the maximum number of records that you want to load when you access the LDAP server.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte maximální počet záznamů, které chcete načíst při přístupu k serveru LDAP.</ahelp>" - -#. K5mtr -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10599\n" -"help.text" -msgid "Display deleted records as well" -msgstr "Zobrazovat také odstraněné záznamy" - -#. GENGU -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10700\n" -"help.text" -msgid "<ahelp hid=\".\">Displays all the records in a file, including those marked as deleted. If you select this check box, you cannot delete records.</ahelp>" -msgstr "<ahelp hid=\".\">Zobrazí všechny záznamy v souboru, včetně těch, které jsou označeny jako odstraněné. Pokud zaškrtnete toto pole, není možné záznamy odstranit.</ahelp>" - -#. RAmgF -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10715\n" -"help.text" -msgid "In dBASE format, deleted records remain in the file." -msgstr "Ve formátu dBASE zůstávají v souboru i odstraněné záznamy." - -#. yPXvG -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10718\n" -"help.text" -msgid "To view changes that you make to the database, close the connection to the database, and then reconnect to the database." -msgstr "Chcete-li zobrazit změny, které jste v databázi provedl, uzavřete spojení s databází a poté se k databázi znovu připojte." - -#. 9EL3T -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN1059D\n" -"help.text" -msgid "Indexes" -msgstr "Indexy" - -#. EuWB8 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10725\n" -"help.text" -msgid "<ahelp hid=\".\">Opens the Indexes dialog, where you can organize the table indexes in the current dBASE database.</ahelp>" -msgstr "<ahelp hid=\".\">Otevře dialog Indexy, ve kterém můžete organizovat indexy tabulek v aktuální databázi dBASE.</ahelp>" - -#. zGqEv -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105B9\n" -"help.text" -msgid "Text contains headers" -msgstr "Text obsahuje záhlaví" - -#. RVLEb -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN107B0\n" -"help.text" -msgid "<ahelp hid=\".\">Select this check box if the first line of the text file contains field names.</ahelp>" -msgstr "<ahelp hid=\".\">Zaškrtněte toto pole, pokud první řádek textového souboru obsahuje názvy polí.</ahelp>" - -#. FujFi -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105BD\n" -"help.text" -msgid "Field separator" -msgstr "Oddělovač polí" - -#. f85dT -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN107CF\n" -"help.text" -msgid "<ahelp hid=\".\">Enter or select the character that separates data fields in the text file.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte nebo vyberte znak, který v textovém souboru odděluje datová pole.</ahelp>" - -#. 2GiWs -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105C1\n" -"help.text" -msgid "Text separator" -msgstr "Oddělovač textu" - -#. f9igV -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN107DC\n" -"help.text" -msgid "<ahelp hid=\".\">Enter or select the character that identifies a text field in the text file. You cannot use the same character as the field separator.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte nebo vyberte znak, který v textovém souboru určuje textové pole. Stejný znak jako pro oddělovač polí použít není možné.</ahelp>" - -#. nPoAN -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105C5\n" -"help.text" -msgid "Decimal separator" -msgstr "Oddělovač desetin" - -#. zz9uf -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN107E9\n" -"help.text" -msgid "<ahelp hid=\".\">Enter or select the character that is used as a decimal separator in the text file, for example, a period (0.5) or a comma (0,5).</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte nebo vyberte znak, který v textovém souboru slouží k oddělení desetin, např. tečku (0.5) nebo čárku (0,5).</ahelp>" - -#. pxpUk -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105C9\n" -"help.text" -msgid "Thousands separator" -msgstr "Oddělovač tisíců" - -#. Z66yU -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN107F6\n" -"help.text" -msgid "<ahelp hid=\".\">Enter or select the character that is used as a thousands separator in the text file, for example a comma (1,000), or a period (1.000).</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte nebo vyberte znak, který v textovém souboru slouží jako oddělovač tisíců, např. čárku (1,000) nebo tečku (1.000).</ahelp>" - -#. zF6Wc -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105CD\n" -"help.text" -msgid "File extension" -msgstr "Přípona souboru" - -#. 4UxAN -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10803\n" -"help.text" -msgid "<ahelp hid=\".\">Select the format for the text file.</ahelp> The extension that you select affects some of the default settings in this dialog." -msgstr "<ahelp hid=\".\">Vyberte formát textového souboru.</ahelp> Vybraná přípona ovlivňuje některá výchozí nastavení tohoto dialogu." - -#. KEi9S -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"tit\n" -"help.text" -msgid "Connection Type Wizard" -msgstr "Průvodce typem připojení" - -#. CxEzp -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN1054D\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabapropcon.xhp\">Connection Type Wizard</link>" -msgstr "<link href=\"text/shared/explorer/database/dabapropcon.xhp\">Průvodce typem připojení</link>" - -#. cnXMD -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN10551\n" -"help.text" -msgid "<ahelp hid=\".\">Changes the type of connection for the current database.</ahelp>" -msgstr "<ahelp hid=\".\">Změní typ připojení aktuální databáze.</ahelp>" - -#. UGEKg -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_id9003875\n" -"help.text" -msgid "In a database window, choose <emph>Edit - Database - Connection Type</emph>" -msgstr "V okně databáze zvolte <emph>Úpravy - Databáze - Typ připojení</emph>" - -#. nwRC4 -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN10569\n" -"help.text" -msgid "The Connection Type Wizard consists of three pages. You cannot transfer all settings from one database type to another." -msgstr "Průvodce typem připojení se skládá ze tří kroků. Přenést všechna nastavení z jednoho typu databáze do jiného není možné." - -#. htEBY -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN1056C\n" -"help.text" -msgid "For example, you can use the wizard to open a database file that is in a format that is usually not recognized by an installed database." -msgstr "Napřiklad je možné průvodce použít k otevření databázového souboru ve formátu, který instalovaná databáze obvykle nerozeznává." - -#. GLS4A -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN1056F\n" -"help.text" -msgid "Database type" -msgstr "Typ databáze" - -#. TAPYr -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN10573\n" -"help.text" -msgid "<ahelp hid=\".\">Select the type of database that you want to connect to.</ahelp>" -msgstr "<ahelp hid=\".\">Vyberte typ databáze, ke které se chcete připojit.</ahelp>" - -#. pr7Ss -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"tit\n" -"help.text" -msgid "Advanced Properties" -msgstr "Pokročilé vlastnosti" - -#. AdCiu -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN1054D\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabapropgen.xhp\">Advanced Properties</link>" -msgstr "<link href=\"text/shared/explorer/database/dabapropgen.xhp\">Pokročilé vlastnosti</link>" - -#. u6Nh4 -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "Specifies some options for a database." -msgstr "Nastavení některých voleb databáze." - -#. BGBSR -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_id4513992\n" -"help.text" -msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Advanced Properties</emph> tab" -msgstr "V okně databáze zvolte <emph>Úpravy - Databáze - Vlastnosti</emph>, klepněte na kartu <emph>Pokročilé vlastnosti</emph>" - -#. VRoAF -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10572\n" -"help.text" -msgid "The availability of the following controls depends on the type of database:" -msgstr "Dostupnost následujících příkazů závisí na typu databáze:" - -#. BBQPA -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10575\n" -"help.text" -msgid "Path to dBASE files" -msgstr "Cesta k souborům dBASE" - -#. QKfDa -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10579\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the path to the directory that contains the dBASE files.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte cestu k adresáři, který obsahuje soubory dBASE.</ahelp>" - -#. L6KhU -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN1057C\n" -"help.text" -msgid "Ensure that the *.dbf file name extension of the dBASE files is lowercase." -msgstr "Ujistěte se, že přípona souborů dBASE je *.dbf (malými písmeny)." - -#. 3FEHH -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10591\n" -"help.text" -msgid "Browse" -msgstr "Procházet" - -#. hERNG -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10595\n" -"help.text" -msgid "<ahelp hid=\".\">Opens a dialog where you can select a file or a directory.</ahelp>" -msgstr "<ahelp hid=\".\">Otevře dialog, ve kterém je možné vybrat soubor nebo adresář.</ahelp>" - -#. ASumy -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105AA\n" -"help.text" -msgid "Test Connection" -msgstr "Otestovat spojení" - -#. pvebP -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105AE\n" -"help.text" -msgid "<ahelp hid=\".\">Tests the database connection with the current settings.</ahelp>" -msgstr "<ahelp hid=\".\">Otestuje připojení k databázi při současném nastavení.</ahelp>" - -#. avxGq -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105B1\n" -"help.text" -msgid "Path to the text files" -msgstr "Cesta k textovým souborům" - -#. zC6Zp -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105B5\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the path to the folder of the text files.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte cestu ke složce textových souborů.</ahelp>" - -#. BbvJR -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105B8\n" -"help.text" -msgid "Path to the spreadsheet document" -msgstr "Cesta k dokumentu s tabulkou" - -#. 7uZBe -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105BC\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the path to the spreadsheet document that you want to use as a database.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte cestu k sešitu, který chcete použít jako databázi.</ahelp>" - -#. sHbo7 -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105BF\n" -"help.text" -msgid "Name of the ODBC data source on your system" -msgstr "Název zdroje dat ODBC v systému" - -#. oEcfz -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105C3\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the ODBC data source.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte název zdroje dat ODBC.</ahelp>" - -#. GNzhk -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105C6\n" -"help.text" -msgid "User name" -msgstr "Uživatelské jméno" - -#. SiH7S -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105CA\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the user name that is required to access the database.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte uživatelské jméno potřebné pro přístup k databázi.</ahelp>" - -#. YDXqp -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105CD\n" -"help.text" -msgid "Password required" -msgstr "Požadované heslo" - -#. Az64m -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105D1\n" -"help.text" -msgid "<ahelp hid=\".\">If checked, the user will be asked to enter the password that is required to access the database.</ahelp>" -msgstr "<ahelp hid=\".\">Pokud je zaškrtnuto, uživatel bude požádán o zadání hesla pro přístup k databázi.</ahelp>" - -#. pQT6Z -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"hd_id7806329\n" -"help.text" -msgid "Name of the database" -msgstr "Název databáze" - -#. HAijN -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_id5589159\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the database.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte název databáze</ahelp>" - -#. 8Bxuy -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105D4\n" -"help.text" -msgid "Name of the MySQL database" -msgstr "Název databáze MySQL" - -#. e9p3M -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105D8\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the MySQL database that you want to use as a data source.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte název databáze MySQL, kterou chcete použít jako zdroj dat.</ahelp>" - -#. UECFe -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105DB\n" -"help.text" -msgid "Name of the Oracle database" -msgstr "Název databáze Oracle" - -#. dd99x -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105DF\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the Oracle database that you want to use as a data source.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte název databáze Oracle, kterou chcete použít jako zdroj dat.</ahelp>" - -#. dzDEB -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105E9\n" -"help.text" -msgid "Microsoft Access database file" -msgstr "Soubor s databází MS Access" - -#. p9EGJ -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105ED\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the Microsoft Access database file that you want to use as a data source.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte název souboru databáze Microsoft Access, který chcete použít jako zdroj dat.</ahelp>" - -#. s7mEP -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105F0\n" -"help.text" -msgid "Host name" -msgstr "Název serveru" - -#. WpRBM -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105F4\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the host name for the LDAP data source.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte název serveru zdroje dat LDAP.</ahelp>" - -#. NsdZh -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105F7\n" -"help.text" -msgid "Data source URL" -msgstr "URL zdroje dat" - -#. kB6vt -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105FB\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the location of the JDBC data source as a URL.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte umístění zdroje dat JDBC jako URL.</ahelp>" - -#. 2qqXH -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105FE\n" -"help.text" -msgid "JDBC driver class" -msgstr "Třída JDBC ovladače" - -#. 4kGAN -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10602\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the JDBC driver class that connects to the data source.</ahelp>" -msgstr "<ahelp hid=\".\">Zadejte název třídy ovladače JDBC, která se připojuje ke zdroji dat.</ahelp>" - -#. uprKx -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10605\n" -"help.text" -msgid "Test Class" -msgstr "Otestovat třídu" - -#. SL9De -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10609\n" -"help.text" -msgid "<ahelp hid=\".\">Tests the database connection through the JDBC driver class.</ahelp>" -msgstr "<ahelp hid=\".\">Otestuje připojení k databázi pomocí třídy ovladače JDBC.</ahelp>" - -#. LXtcL -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10613\n" -"help.text" -msgid "Choose a database" -msgstr "Vybrat databázi" - -#. QNz26 -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10617\n" -"help.text" -msgid "<ahelp hid=\".\">Select a database from the list or click <emph>Create</emph> to create a new database.</ahelp>" -msgstr "<ahelp hid=\".\">Vyberte databázi ze seznamu nebo klepněte na <emph>Vytvořit</emph> k vytvoření nové databáze.</ahelp>" - #. BhD6X #: dabawiz00.xhp msgctxt "" @@ -934,14 +52,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">The Database Wizard creates a database file that contains information about a database.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Průvodce databází vytvoří databázový soubor, který obsahuje informace o databázi.</ahelp>" -#. BBkQg +#. 4L7fe #: dabawiz00.xhp msgctxt "" "dabawiz00.xhp\n" "par_id9856563\n" "help.text" -msgid "The Database Wizard creates a <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> that contains information about a database." -msgstr "Průvodce databází vytvoří <link href=\"text/shared/explorer/database/dabadoc.xhp\">databázový soubor</link>, který obsahuje informace o databázi." +msgid "The Database Wizard creates a <link href=\"text/sdatabase/dabadoc.xhp\">database file</link> that contains information about a database." +msgstr "" #. MP58w #: dabawiz00.xhp @@ -3445,14 +2563,14 @@ msgctxt "" msgid "Save" msgstr "Uložit" -#. SDorY +#. BGNgM #: menufilesave.xhp msgctxt "" "menufilesave.xhp\n" "par_idN1054B\n" "help.text" -msgid "In this dialog, you can specify the position and name of a form that you save within a <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link>. The dialog opens automatically when you save a form the first time." -msgstr "V tomto dialogu je možné určit pozici a název formuláře, který ukládáte do <link href=\"text/shared/explorer/database/dabadoc.xhp\">databázového souboru</link>. Dialog bude otevřen automaticky při prvním uložení formuláře." +msgid "In this dialog, you can specify the position and name of a form that you save within a <link href=\"text/sdatabase/dabadoc.xhp\">database file</link>. The dialog opens automatically when you save a form the first time." +msgstr "" #. CDw7n #: menufilesave.xhp diff --git a/source/cs/helpcontent2/source/text/shared/guide.po b/source/cs/helpcontent2/source/text/shared/guide.po index 827bb04c912..490eae11825 100644 --- a/source/cs/helpcontent2/source/text/shared/guide.po +++ b/source/cs/helpcontent2/source/text/shared/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-11 23:57+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-05-16 21:37+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/cs/>\n" @@ -655,6 +655,186 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01013000.xhp\" name=\"$[officename] - Accessibility\">$[officename] - Accessibility</link>" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Předvolby</caseinline><defaultinline>Nástroje - Možnosti</defaultinline></switchinline> - <link href=\"text/shared/optionen/01013000.xhp\" name=\"$[officename] - Zpřístupnění\">$[officename] - Zpřístupnění</link>" +#. FFtrt +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"tit\n" +"help.text" +msgid "Automatic Redaction" +msgstr "" + +#. K7arh +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"bm_id821562797360035\n" +"help.text" +msgid "<bookmark_value>spreadsheet; auto-redact</bookmark_value> <bookmark_value>presentations; auto-redact</bookmark_value> <bookmark_value>text documents; auto-redact contents</bookmark_value> <bookmark_value>automatic redaction</bookmark_value>" +msgstr "" + +#. dujqZ +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"hd_id171562795247122\n" +"help.text" +msgid "<variable id=\"autoredact_h1\"><link href=\"text/shared/guide/auto_redact.xhp\" name=\"auto_redact\">Automatic Redaction</link></variable>" +msgstr "" + +#. 5TXro +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id4715627952214572\n" +"help.text" +msgid "<variable id=\"auto_redact_var\"><ahelp hid=\"sfx/ui/autoredactdialog/\">Use automatic redaction to define words and patterns that are automatically marked for redaction.</ahelp></variable> This makes it easier to redact %PRODUCTNAME documents that have multiple portions of text that need to be hidden due to sensitivity or privacy issues." +msgstr "" + +#. erJBg +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id961562795750725\n" +"help.text" +msgid "Choose <menuitem>Tools - Auto-Redact</menuitem>" +msgstr "" + +#. XFRFz +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id551626027709362\n" +"help.text" +msgid "This feature comes in handy in documents that have multiple occurrences of names and other personal information (e.g. credit cards, phone numbers, etc). Redacting all these portions of the document manually would required significant effort, but with Automatic Redaction this task can be automated in a more efficient manner." +msgstr "" + +#. HsEH7 +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"hd_id11626028179231\n" +"help.text" +msgid "Creating Targets" +msgstr "" + +#. U4tPq +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id211626097811059\n" +"help.text" +msgid "Targets are rules and patterns used by Automatic Redaction to find portions of the document to be automatically marked for redaction." +msgstr "" + +#. A6CCF +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id851626028193218\n" +"help.text" +msgid "To create a new target, click the <menuitem>Add Target</menuitem> button." +msgstr "" + +#. RGwFa +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id101626028852152\n" +"help.text" +msgid "The <emph>Add Target</emph> dialog appears, to let you define a <emph>Name</emph> for the new target, as well as to choose its <emph>Type</emph> and <emph>Content</emph>. There are three types of targets to choose from in the <emph>Type</emph> dropdown list:" +msgstr "" + +#. 5AKPv +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id241626028988544\n" +"help.text" +msgid "<emph>Text</emph>: Automatic Redaction will look for all occurrences of the specified text and mark them for redaction." +msgstr "" + +#. iCDRP +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id31626028992866\n" +"help.text" +msgid "<emph>Regular expression</emph>: Define a regular expression to use to search the document. All matches will be marked for redaction." +msgstr "" + +#. puprE +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id391626028994653\n" +"help.text" +msgid "<emph>Predefined</emph>: Choose predefined regular expressions to automatically redact contents, such as credit card numbers, email addresses and so on." +msgstr "" + +#. bMHnY +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id181626029575406\n" +"help.text" +msgid "Add all targets that you want to apply to your document and click <emph>OK</emph>. This opens the document as a drawing in %PRODUCTNAME Draw with all targets automatically redacted with the <emph>Rectangle Redaction</emph> tool." +msgstr "" + +#. kiFS3 +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id611626029791762\n" +"help.text" +msgid "Continue redacting other portions of the generated document and then print or export it to PDF." +msgstr "" + +#. gnseq +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id581626101004089\n" +"help.text" +msgid "Refer to the help page <embedvar href=\"text/shared/01/02100001.xhp#02100001\"/> to learn more about regular expressions." +msgstr "" + +#. AE55E +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"hd_id951626029985729\n" +"help.text" +msgid "Exporting and Importing Targets" +msgstr "" + +#. CsYeH +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id701626030005749\n" +"help.text" +msgid "Click the <emph>Save Targets</emph> button to save all defined targets in the document as a JSON (JavaScript Object Notation) file." +msgstr "" + +#. M2XoB +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id971626030103135\n" +"help.text" +msgid "Click the <emph>Load Targets</emph> button to import and apply the targets defined in a JSON file to another %PRODUCTNAME document." +msgstr "" + +#. 2haDR +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id311626030327293\n" +"help.text" +msgid "The document automatic redaction targets are saved alongside the document. Hence, they are available in the document after you save and close it." +msgstr "" + #. K7YtD #: autocorr_url.xhp msgctxt "" @@ -1681,14 +1861,14 @@ msgctxt "" msgid "<variable id=\"chart_barformat\"><link href=\"text/shared/guide/chart_barformat.xhp\" name=\"Adding Texture to Chart Bars\">Adding Texture to Chart Bars</link></variable>" msgstr "<variable id=\"chart_barformat\"><link href=\"text/shared/guide/chart_barformat.xhp\" name=\"Adding Texture to Chart Bars\">Přidání textury na sloupce grafu</link> </variable>" -#. FTMBo +#. 3ZmxR #: chart_barformat.xhp msgctxt "" "chart_barformat.xhp\n" "par_id3156136\n" "help.text" -msgid "You can add texture to the bars in a graph or chart (instead of the default colors) via bitmap graphics:" -msgstr "Na sloupce grafu můžete místo výchozí barvy nanést texturu z rastrového obrázku:" +msgid "You can add texture to the bars in a graph or chart (instead of the default colors) via graphics:" +msgstr "" #. 4UEfD #: chart_barformat.xhp @@ -1726,14 +1906,14 @@ msgctxt "" msgid "In the context menu choose <emph>Object Properties</emph>. Then choose the <emph>Area</emph> tab." msgstr "V místní nabídce zvolte <emph>Vlastnosti objektu</emph>. Poté zvolte kartu <emph>Oblast</emph>." -#. 4EBBU +#. uLD5N #: chart_barformat.xhp msgctxt "" "chart_barformat.xhp\n" "par_id3146797\n" "help.text" -msgid "Click on <emph>Bitmap</emph>. In the list box select a bitmap as a texture for the currently selected bars. Click <emph>OK</emph> to accept the setting." -msgstr "Klepněte na <emph>Rastr</emph>. V seznamu zvolte rastr jako texturu pro aktuálně označené sloupce. Klepnutím na <emph>OK</emph> potvrdíte nastavení." +msgid "Click on <emph>Image</emph>. In the list box select an image as a texture for the currently selected bars. Click <emph>OK</emph> to accept the setting." +msgstr "" #. rgZEg #: chart_insert.xhp @@ -6712,14 +6892,14 @@ msgctxt "" msgid "<variable id=\"data_register\"><link href=\"text/shared/guide/data_register.xhp\">Registering and Deleting a Database</link></variable>" msgstr "<variable id=\"data_register\"><link href=\"text/shared/guide/data_register.xhp\">Registrace a odstranění databáze</link></variable>" -#. E6cCK +#. CEh3D #: data_register.xhp msgctxt "" "data_register.xhp\n" "par_idN105C1\n" "help.text" -msgid "Data from any <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> can be registered to the installed instance of %PRODUCTNAME. To register means to tell %PRODUCTNAME where the data is located, how it is organized, how to get that data, and more. Once the database is registered, you can use the menu command <emph>View - Data source</emph> to access the data records from your text documents and spreadsheets." -msgstr "V nainstalované instanci %PRODUCTNAME je možné zaregistrovat data z jakéhokoliv <link href=\"text/shared/explorer/database/dabadoc.xhp\">databázového souboru</link>. Registrace znamená, že oznámíte %PRODUCTNAME, kde se daná data nacházejí, jak jsou uspořádána, jak je získat a podobně. Jakmile je databáze zaregistrována, můžete použít příkaz <emph>Zobrazit - Zdroje dat</emph> pro přístup k databázovým záznamům z textových dokumentů a sešitů." +msgid "Data from any <link href=\"text/sdatabase/dabadoc.xhp\">database file</link> can be registered to the installed instance of %PRODUCTNAME. To register means to tell %PRODUCTNAME where the data is located, how it is organized, how to get that data, and more. Once the database is registered, you can use the menu command <emph>View - Data source</emph> to access the data records from your text documents and spreadsheets." +msgstr "" #. ADK4M #: data_register.xhp @@ -7756,14 +7936,14 @@ msgctxt "" msgid "Choose <emph>File - Open</emph> to open the database file." msgstr "Zvolte <emph>Soubor - Otevřít</emph> pro otevření databázového souboru." -#. C7CYD +#. e8sEc #: data_view.xhp msgctxt "" "data_view.xhp\n" "par_idN105D1\n" "help.text" -msgid "The <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> gives you full access to tables, queries, reports, and forms. You can edit the structure of your tables and change the contents of the data records." -msgstr "<link href=\"text/shared/explorer/database/dabadoc.xhp\">Databázový soubor</link> vám poskytuje přístup k tabulkám, dotazům, sestavám a formulářům. Můžete upravit strukturu tabulek a změnit obsah datových záznamů." +msgid "The <link href=\"text/sdatabase/dabadoc.xhp\">database file</link> gives you full access to tables, queries, reports, and forms. You can edit the structure of your tables and change the contents of the data records." +msgstr "" #. drvbN #: data_view.xhp @@ -7990,6 +8170,447 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340400.xhp\" name=\"Enter, edit and copy records\">Enter, edit and copy records</link>" msgstr "<link href=\"text/shared/01/05340400.xhp\" name=\"Zadávání, úprava a kopírování záznamů\">Zadávání, úprava a kopírování záznamů</link>" +#. DiHDB +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"tit\n" +"help.text" +msgid "Development Tools" +msgstr "" + +#. EQHbW +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"bm_id821562797360035\n" +"help.text" +msgid "<bookmark_value>development tools</bookmark_value> <bookmark_value>object inspector</bookmark_value>" +msgstr "" + +#. SfpDF +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id951627860296699\n" +"help.text" +msgid "<variable id=\"DevTools_h1\"><link href=\"text/shared/guide/dev_tools.xhp\" name=\"DevTools_help\">Development Tools</link></variable>" +msgstr "" + +#. p3pqz +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id3155069\n" +"help.text" +msgid "<variable id=\"DevTools_intro\"><ahelp hid=\".uno:LoadToolBox\">Inspects objects in %PRODUCTNAME documents and shows supported UNO services, as well as available methods, properties and implemented interfaces. This feature also allows to explore the document structure using the Document Object Model (DOM).</ahelp></variable>" +msgstr "" + +#. st97j +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id961562795750725\n" +"help.text" +msgid "Choose <menuitem>Tools - Development Tools</menuitem>" +msgstr "" + +#. XaydF +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id271627931218557\n" +"help.text" +msgid "After <emph>Development Tools</emph> is enabled it will become visible in all documents and %PRODUCTNAME applications. This setting is persistent and the <emph>Development Tools</emph> will remain visible until it is explicitly disabled by choosing <menuitem>Tools - Development Tools</menuitem>." +msgstr "" + +#. D74vk +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id3152821\n" +"help.text" +msgid "When <emph>Development Tools</emph> is enabled, a dockable window will be shown at the bottom of the screen. This window has two main sections:" +msgstr "" + +#. BbGGE +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id31627862228021\n" +"help.text" +msgid "<emph>Document Object Model tree view:</emph> Displays document portions according to the Document Object Model (DOM). Use this section to chose the object to inspect." +msgstr "" + +#. fJXDt +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id581627862228381\n" +"help.text" +msgid "<emph>Object inspection panel:</emph> Displays the available services, methods, properties and interfaces of the selected object." +msgstr "" + +#. SfCJQ +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id91627862617231\n" +"help.text" +msgid "This feature is available since %PRODUCTNAME 7.2 and can be used in Writer, Calc, Impress and Draw." +msgstr "" + +#. 5J2jc +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id791627911297568\n" +"help.text" +msgid "Document Model Tree View" +msgstr "" + +#. WCR6k +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id3153303\n" +"help.text" +msgid "The left side of the window contains a <emph>Current Selection</emph> toggle button, a <emph>Refresh</emph> button and a tree view that displays all objects in the document." +msgstr "" + +#. DEPEn +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id891627912224207\n" +"help.text" +msgid "The behavior of the tree view depends on the status of the <emph>Current Selection</emph> toggle button:" +msgstr "" + +#. CjDg6 +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id811627912238786\n" +"help.text" +msgid "If <emph>Current Selection</emph> is <emph>enabled</emph>, then the <emph>Object Inspection Panel</emph> will display the properties of the object that is currently selected in the document. Hence, clicking any item in the tree view will have no effect." +msgstr "" + +#. 8sDyd +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id721627912239053\n" +"help.text" +msgid "If <emph>Current Selection</emph> is <emph>disabled</emph>, then clicking any item in the tree view will update the contents of the <emph>Object Inspection Panel</emph>." +msgstr "" + +#. PmkTZ +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id931627912467594\n" +"help.text" +msgid "The types of objects displayed by the <emph>Document Model Tree View</emph> depend on the %PRODUCTNAME application being used:" +msgstr "" + +#. AMFhp +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id691627912559559\n" +"help.text" +msgid "%PRODUCTNAME application" +msgstr "" + +#. 44vcy +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id771627912559559\n" +"help.text" +msgid "Supported objects" +msgstr "" + +#. c5tx6 +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id551627912559559\n" +"help.text" +msgid "Writer" +msgstr "" + +#. meXjs +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id941627912559559\n" +"help.text" +msgid "Paragraphs<br/>Text Portions in a Paragraph<br/>Shapes<br/>Tables<br/>Frames<br/>Graphic Objects<br/>Embedded Objects (OLE)<br/>Style Families and Styles" +msgstr "" + +#. KrHuw +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id171627912693619\n" +"help.text" +msgid "Calc" +msgstr "" + +#. SHryG +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id601627912702265\n" +"help.text" +msgid "Sheets<br/>Shapes per sheet<br/>Charts per sheet<br/>Pivot tables per sheet<br/>Style Families and Styles" +msgstr "" + +#. c5S5D +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id711627912898951\n" +"help.text" +msgid "Impress" +msgstr "" + +#. G7tq6 +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id561627912902324\n" +"help.text" +msgid "Slides<br/>Shapes per slide<br/>Master slides<br/>Style Families and Styles" +msgstr "" + +#. APvko +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id711627912898022\n" +"help.text" +msgid "Draw" +msgstr "" + +#. QBNop +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id561627912902123\n" +"help.text" +msgid "Pages<br/>Shapes per page<br/>Style Families and Styles" +msgstr "" + +#. SsmFY +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id731627913346236\n" +"help.text" +msgid "Object Inspection Panel" +msgstr "" + +#. cP4WT +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id571627913372273\n" +"help.text" +msgid "The right side of the window consists of the <emph>Object Inspection Panel</emph> that displays information about the object being inspected." +msgstr "" + +#. CGBzb +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id361627930602108\n" +"help.text" +msgid "The first piece of information available is the <emph>Class Name</emph>, which is the name of the implementation class of the object." +msgstr "" + +#. aF94B +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id111627931046662\n" +"help.text" +msgid "Use the <emph>class name</emph> to search more information in the API documentation. For example, the top-level object in a Writer document is an instance of the class <emph>SwXTextDocument</emph>, which is documented at <link href=\"https://docs.libreoffice.org/sw/html/classSwXTextDocument.html\" name=\"SwXTextDocument_API\">SwXTextDocument Class Reference</link>." +msgstr "" + +#. X9o8G +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id371627930700568\n" +"help.text" +msgid "It is possible to inspect the object further by using the four tabs available that display its <emph>Interfaces</emph>, <emph>Services</emph>, <emph>Properties</emph> and <emph>Methods</emph>." +msgstr "" + +#. AwMan +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id71627913884995\n" +"help.text" +msgid "Each of the tabs organize the information about the object in columns. The set of columns presented depend on which tab is selected." +msgstr "" + +#. RECVL +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id511627914011995\n" +"help.text" +msgid "Interfaces tab" +msgstr "" + +#. FJcvE +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id321627914033147\n" +"help.text" +msgid "Contains a single column presenting the list of interfaces implemented by the object." +msgstr "" + +#. BF7qu +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id21627913972266\n" +"help.text" +msgid "Services tab" +msgstr "" + +#. HZPma +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id371627913989665\n" +"help.text" +msgid "Contains a single column presenting the list of services supported by the object." +msgstr "" + +#. NGnte +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id901627914056156\n" +"help.text" +msgid "Properties tab" +msgstr "" + +#. 9kX9a +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id531627914066770\n" +"help.text" +msgid "Contains four columns that describe the properties of the object:" +msgstr "" + +#. VyG2A +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id461627914264898\n" +"help.text" +msgid "<emph>Property</emph>: Shows the names of all properties that can be inspected." +msgstr "" + +#. YBmE7 +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id491627914265327\n" +"help.text" +msgid "<emph>Value</emph>: Displays a textual representation of the values of all properties." +msgstr "" + +#. 7P4rv +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id981627914265672\n" +"help.text" +msgid "<emph>Type</emph>: Shows the property type." +msgstr "" + +#. FYv4W +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id391627914265992\n" +"help.text" +msgid "<emph>Info</emph>: Presents relevant information about the property. For instance, a property that is read-only will have a \"read-only\" value in this column." +msgstr "" + +#. G2CGc +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id161627914138859\n" +"help.text" +msgid "The <emph>Properties</emph> tab contains an additional section that shows a textual representation of the value of the selected property. When a property is selected the value is updated in the text box available at the bottom of the <emph>Object Inspection Panel</emph>. This is useful when the value is too long to be shown in the <emph>Value</emph> column." +msgstr "" + +#. ptFVa +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id941627914764723\n" +"help.text" +msgid "Methods tab" +msgstr "" + +#. XBugD +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id671627914803456\n" +"help.text" +msgid "Contains four columns that describe the combined list of methods that can be called by the current object:" +msgstr "" + +#. Bq4dK +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id281627914839271\n" +"help.text" +msgid "<emph>Method</emph>: Shows the names of all properties that can be inspected." +msgstr "" + +#. kxBZz +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id421627914839748\n" +"help.text" +msgid "<emph>Return type</emph>: Displays the return type of the methods that can be called by the object. Methods that do not return any value are marked as \"void\" in this column." +msgstr "" + +#. NwGtg +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id891627914840174\n" +"help.text" +msgid "<emph>Parameters</emph>: Shows the list of parameters that are required by the method as well as their respective types." +msgstr "" + +#. KDTST +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id371627914840561\n" +"help.text" +msgid "<emph>Implementation class</emph>: Displays the name of the class where the method is implemented." +msgstr "" + #. WNbRY #: digital_signatures.xhp msgctxt "" @@ -18970,14 +19591,14 @@ msgctxt "" msgid "Copying Attributes With the Clone Formatting Tool" msgstr "Kopírování formátování pomocí štětečku formátu" -#. TRHUk +#. 7Frig #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" "bm_id380260\n" "help.text" -msgid "<bookmark_value>Format Paintbrush</bookmark_value> <bookmark_value>clone formatting</bookmark_value> <bookmark_value>formatting;copying</bookmark_value> <bookmark_value>copying;formatting</bookmark_value> <bookmark_value>Paintbrush</bookmark_value>" -msgstr "<bookmark_value>štěteček formátu</bookmark_value><bookmark_value>formátování;kopírování</bookmark_value><bookmark_value>kopírování;formátování</bookmark_value><bookmark_value>štěteček</bookmark_value>" +msgid "<bookmark_value>Format Paintbrush</bookmark_value> <bookmark_value>clone formatting</bookmark_value> <bookmark_value>formatting;copying</bookmark_value> <bookmark_value>copying;formatting</bookmark_value> <bookmark_value>Paintbrush</bookmark_value>" +msgstr "" #. 7BBrB #: paintbrush.xhp @@ -18988,23 +19609,14 @@ msgctxt "" msgid "<variable id=\"formatpaintbrush\"><link href=\"text/shared/guide/paintbrush.xhp\">Copying Formatting With the Clone Formatting Tool</link></variable>" msgstr "<variable id=\"formatpaintbrush\"><link href=\"text/shared/guide/paintbrush.xhp\">Kopírování formátování pomocí štětečku formátu</link></variable>" -#. qhepx +#. KdqKE #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" "par_idN10655\n" "help.text" -msgid "You can use the Clone Formatting tool to copy formatting from a text selection or from an object and apply the formatting to another text selection or object." -msgstr "Nástroj Štěteček formátu umožňuje kopírovat formátování z vybraného textu nebo z objektu a použít toto formátování na jiný výběr textu nebo objekt." - -#. iDbUF -#: paintbrush.xhp -msgctxt "" -"paintbrush.xhp\n" -"par_id101920091122570\n" -"help.text" -msgid "In Calc, the Clone Formatting tool only applies to cell formatting." -msgstr "V Calcu lze použít štěteček formátu pouze na formátování buněk." +msgid "Use the <emph>Clone Formatting</emph> tool to copy formatting from a text selection or from an object and apply the formatting to another text selection or object." +msgstr "" #. F7Fcd #: paintbrush.xhp @@ -19015,50 +19627,50 @@ msgctxt "" msgid "Select the text or object whose formatting you want to copy." msgstr "Vyberte text nebo objekt, jehož formátování chcete kopírovat." -#. jdFbC +#. gu5yT #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" "par_idN10667\n" "help.text" -msgid "On the <emph>Standard Bar</emph>, click the <emph>Clone Formatting</emph> icon." -msgstr "Na liště <emph>Standardní</emph> klepněte na ikonu <emph>Štěteček formátu</emph>." +msgid "On the <emph>Standard Bar</emph>, click the <emph>Clone Formatting</emph> icon. The mouse cursor will change to a paint bucket." +msgstr "" -#. ipwBd +#. AZjCv #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" -"par_idN10660\n" +"par_idN1066E\n" "help.text" -msgid "The cursor changes to a paint bucket." -msgstr "Kurzor se změní na kyblík s barvou." +msgid "Select or click the text or object that you want to apply the formatting to." +msgstr "Vyberte nebo klepněte na text nebo objekt, na který chcete formátování použít." -#. Ets82 +#. c28pc #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" -"par_idN10663\n" +"par_id291629997756899\n" "help.text" -msgid "If you want to apply the formatting to more than one selection, double-click the <emph>Clone Formatting</emph> icon<image id=\"img_id209967\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id209967\">Icon</alt></image>. After you apply all the formatting, click the icon again." -msgstr "Chcete-li použít formátování na více než jeden výběr, poklepejte na ikonu <emph>Štěteček formátu</emph><image id=\"img_id209967\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id209967\">Ikona</alt></image>. Až s používáním formátování skončíte, klepněte na ikonu znovu." +msgid "If you want to apply the formatting to more than one selection, double-click the <emph>Clone Formatting</emph> icon <image id=\"img_id209967\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id209967\">Icon</alt></image>. After you apply all the formatting, click the icon again." +msgstr "" -#. AZjCv +#. 9ivCF #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" -"par_idN1066E\n" +"par_idN10716\n" "help.text" -msgid "Select or click the text or object that you want to apply the formatting to." -msgstr "Vyberte nebo klepněte na text nebo objekt, na který chcete formátování použít." +msgid "By default only the character formatting is copied ; to include paragraph formatting, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> when you click. To copy only the paragraph formatting, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift when you click." +msgstr "Ve výchozím nastavení se kopíruje pouze formátování znaků; formátování odstavce zahrnete tím, že při výběru textu nebo klepnutí na objekt podržíte <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>. Chcete-li zkopírovat pouze formátování odstavce, podržte při výběru nebo klepnutí <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift." -#. 9ivCF +#. Q29RQ #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" -"par_idN10716\n" +"par_id1001629997571404\n" "help.text" -msgid "By default only the character formatting is copied ; to include paragraph formatting, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> when you click. To copy only the paragraph formatting, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift when you click." -msgstr "Ve výchozím nastavení se kopíruje pouze formátování znaků; formátování odstavce zahrnete tím, že při výběru textu nebo klepnutí na objekt podržíte <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>. Chcete-li zkopírovat pouze formátování odstavce, podržte při výběru nebo klepnutí <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift." +msgid "In Calc, the Clone Formatting tool only copies formatting applied using the <menuitem>Format - Cells</menuitem> dialog or other equivalent methods. Therefore, any formatting applied directly to characters by selecting text inside a cell and then going to the <menuitem>Format - Character</menuitem> dialog will not be copied using the Clone Formatting tool." +msgstr "" #. pjGa2 #: paintbrush.xhp @@ -19249,14 +19861,14 @@ msgctxt "" msgid "Calc table or cells are selected" msgstr "Označena tabulka nebo buňka v Calcu" -#. xBbMX +#. kuPwA #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" "par_idN1070C\n" "help.text" -msgid "Copies the formatting that is specified in the <item type=\"menuitem\">Format - Cells</item> dialog as well as the formatting of the cell contents" -msgstr "Zkopíruje formátování, které je určeno v dialogu <item type=\"menuitem\">Formát - Buňky</item>, stejně tak jako formátování obsahu buněk." +msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog." +msgstr "" #. LFKkc #: pasting.xhp @@ -20275,23 +20887,23 @@ msgctxt "" msgid "<bookmark_value>spreadsheet; redacting contents</bookmark_value> <bookmark_value>presentations; redacting contents</bookmark_value> <bookmark_value>text documents; redacting contents</bookmark_value> <bookmark_value>redaction</bookmark_value>" msgstr "<bookmark_value>sešity;redakční úprava obsahu</bookmark_value><bookmark_value>prezentace;redakční úprava obsahu</bookmark_value><bookmark_value>textové dokumenty;redakční úprava obsahu</bookmark_value><bookmark_value>redakční úprava</bookmark_value>" -#. uen9A +#. A7KDQ #: redaction.xhp msgctxt "" "redaction.xhp\n" "hd_id171562795247717\n" "help.text" -msgid "<link href=\"text/shared/guide/redaction.xhp\" name=\"redaction\">Redacting Documents</link>" -msgstr "<link href=\"text/shared/guide/redaction.xhp\" name=\"Redakční úprava\">Redakční úprava dokumentů</link>" +msgid "<variable id=\"redaction_h1\"><link href=\"text/shared/guide/redaction.xhp\" name=\"redaction_link\">Redacting Documents</link></variable>" +msgstr "" -#. rUjmE +#. AFwWF #: redaction.xhp msgctxt "" "redaction.xhp\n" "par_id471562795247717\n" "help.text" -msgid "<variable id=\"redaction\"><ahelp hid=\".\">Redacting documents blocks out words or portions of a document for authorized use or viewing.</ahelp></variable> Redaction protects sensitive information and helps enterprises and organizations to comply with regulations on confidentiality or privacy." -msgstr "<variable id=\"redaction\"><ahelp hid=\".\">Při redakčních úpravách dokumentů se zakryjí slova nebo části dokumentu, aby odpovídal tomu, jak je schváleno jej používat nebo prohlížet.</ahelp></variable> Redakční úprava chrání citlivé informace a pomáhá firmám a organizacím plnit pravidla týkající se důvěrných nebo soukromých informací." +msgid "<variable id=\"redaction_desc\"><ahelp hid=\".\">Redacting documents blocks out words or portions of a document for authorized use or viewing.</ahelp></variable> Redaction protects sensitive information and helps enterprises and organizations to comply with regulations on confidentiality or privacy." +msgstr "" #. QdoMp #: redaction.xhp @@ -24748,6 +25360,123 @@ msgctxt "" msgid "<link href=\"text/shared/04/01010000.xhp\" name=\"Keyboard commands\">Keyboard commands</link>" msgstr "<link href=\"text/shared/04/01010000.xhp\" name=\"Klávesové zkratky\">Klávesové zkratky</link>" +#. AWjj4 +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"tit\n" +"help.text" +msgid "Tip of the day" +msgstr "" + +#. hEahE +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"bm_id961630844980165\n" +"help.text" +msgid "<bookmark_value>tip of the day</bookmark_value>" +msgstr "" + +#. Pmxkf +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"hd_id161630843025887\n" +"help.text" +msgid "<link href=\"text/shared/guide/tipoftheday.xhp\" name=\"tod\">Tip of the Day</link>" +msgstr "" + +#. PtZCz +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id731630843025888\n" +"help.text" +msgid "<variable id=\"variable name\"><ahelp hid=\"hid path or command\">The Tip of the Day dialog displays useful tips for the user.</ahelp></variable>" +msgstr "" + +#. eGRcH +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id721630843443217\n" +"help.text" +msgid "Choose <menuitem>Help - Show Tip of the day</menuitem>." +msgstr "" + +#. Mix66 +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id601630844290206\n" +"help.text" +msgid "The set of tips is collected from several %PRODUCTNAME community web pages, and is updated on each new release of the software." +msgstr "" + +#. cFRY5 +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id51630844860633\n" +"help.text" +msgid "The tip of the day is not specific to the current module." +msgstr "" + +#. XjuPZ +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"hd_id171630844295289\n" +"help.text" +msgid "Show tips on startup" +msgstr "" + +#. LqZHq +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id711630844302059\n" +"help.text" +msgid "Displays a dialog with a random tip on %PRODUCTNAME startup." +msgstr "" + +#. PAxHM +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"hd_id81630844306451\n" +"help.text" +msgid "Next Tip" +msgstr "" + +#. nqjpy +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id401630844318220\n" +"help.text" +msgid "Displays another tip of the day in the same dialog." +msgstr "" + +#. rSTiz +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"hd_id251630844323484\n" +"help.text" +msgid "OK" +msgstr "" + +#. GoQru +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id511630844327861\n" +"help.text" +msgid "Close the Tip of the Day dialog." +msgstr "" + #. C6Bb4 #: undo_formatting.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/shared/optionen.po b/source/cs/helpcontent2/source/text/shared/optionen.po index 62a08ab2e36..19782bf17e8 100644 --- a/source/cs/helpcontent2/source/text/shared/optionen.po +++ b/source/cs/helpcontent2/source/text/shared/optionen.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-05-14 14:15+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-04 12:59+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/cs/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1549360506.000000\n" @@ -2996,23 +2996,23 @@ msgctxt "" msgid "Help Improve %PRODUCTNAME" msgstr "Pomoc při zlepšování %PRODUCTNAME" -#. Wrk7m +#. qxiYD #: 01010600.xhp msgctxt "" "01010600.xhp\n" "hd_id3169299\n" "help.text" -msgid "Collect usage data and send it to The Document Foundation" -msgstr "Shromažďovat údaje o používaní programu a odesílat je The Document Foundation" +msgid "Send crash reports to The Document Foundation" +msgstr "" -#. q2Akd +#. FpxZ2 #: 01010600.xhp msgctxt "" "01010600.xhp\n" "par_id3167530\n" "help.text" -msgid "<ahelp hid=\"cui/ui/optgeneralpage/collectusageinfo\">Send usage data to help The Document Foundation improve the software usability.</ahelp> The software development team is interested in information about the usage pattern of %PRODUCTNAME. This data helps to improve the usability of the applications, by identifying the most frequently used sequences of commands while performing common tasks, and in return, design a user interface that is easier to use and more productive. The usage data is sent anonymously and carry no document contents, only the commands used." -msgstr "<ahelp hid=\"cui/ui/optgeneralpage/collectusageinfo\">Zapne odesílaní údajů o používání tohoto softwaru společnosti The Document Foundation, aby mohla jeho použitelnost zlepšovat.</ahelp> Tým vývojářů zajímá, jakým způsobem je %PRODUCTNAME používán. Údaje o tom jim pomáhají zlepšovat použitelnost aplikace: dozví se, jaké postupy se pro běžné úkoly nejčastěji používají, a díky tomu mohou navrhnout uživatelské rozhraní, které se snadněji používá a vede k produktivnější práci. Údaje o používání se odesílají anonymně a jejich součástí není žádný obsah dokumentů, ale pouze použité příkazy." +msgid "<ahelp hid=\"cui/ui/optgeneralpage/crashreport\">Send crash reports to help developers improve the software’s reliability.</ahelp> Whenever %PRODUCTNAME crashes, you can opt to send reports containing certain debugging information, useful to help track down the cause of the bug and fix it eventually." +msgstr "" #. Zb7tT #: 01010600.xhp @@ -5993,6 +5993,60 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulerright\">Aligns the vertical ruler with the right border.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulerright\">Zarovná svislé pravítko k pravému okraji.</ahelp>" +#. mpQdJ +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"bm_id411624631841785\n" +"help.text" +msgid "<bookmark_value>outline folding buttons;settings</bookmark_value>" +msgstr "" + +#. AyGcm +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"hd_id751624630367767\n" +"help.text" +msgid "Outline folding" +msgstr "" + +#. ZLHPa +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"hd_id671624630372163\n" +"help.text" +msgid "Show outline-folding buttons" +msgstr "" + +#. tbuLW +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"par_id261624630524895\n" +"help.text" +msgid "Displays outline folding buttons on the left of the outline headings." +msgstr "" + +#. G6sDV +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"hd_id211624630375989\n" +"help.text" +msgid "Include sub levels" +msgstr "" + +#. GyAV9 +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"par_id231624630529145\n" +"help.text" +msgid "Also displays the folding buttons of the outline sub levels." +msgstr "" + #. jH6p8 #: 01040200.xhp msgctxt "" @@ -9773,14 +9827,14 @@ msgctxt "" msgid "General" msgstr "Obecné" -#. r9GEx +#. dNqQR #: 01060300.xhp msgctxt "" "01060300.xhp\n" "bm_id3151110\n" "help.text" -msgid "<bookmark_value>metrics;in sheets</bookmark_value><bookmark_value>tab stops; setting in sheets</bookmark_value><bookmark_value>cells; cursor positions after input (Calc)</bookmark_value><bookmark_value>edit mode; through Enter key (Calc)</bookmark_value><bookmark_value>formatting; expanding (Calc)</bookmark_value><bookmark_value>expanding formatting (Calc)</bookmark_value><bookmark_value>references; expanding (Calc)</bookmark_value><bookmark_value>column headers; highlighting (Calc)</bookmark_value><bookmark_value>row headers; highlighting (Calc)</bookmark_value>" -msgstr "<bookmark_value>metrika; v sešitech</bookmark_value><bookmark_value>tabulátory; nastavení v sešitech</bookmark_value><bookmark_value>buňky; umístění kurzoru po zadání dat (Calc)</bookmark_value><bookmark_value>režim úprav; pomocí klávesy Enter (Calc)</bookmark_value><bookmark_value>formátování; rozšiřování (Calc)</bookmark_value><bookmark_value>rozšiřování; formátování (Calc)</bookmark_value><bookmark_value>odkazy; rozšíření (Calc)</bookmark_value><bookmark_value>záhlaví sloupců; zvýraznění (Calc)</bookmark_value><bookmark_value>záhlaví řádků; zvýrazňování (Calc)</bookmark_value>" +msgid "<bookmark_value>metrics;in sheets</bookmark_value> <bookmark_value>tab stops; setting in sheets</bookmark_value> <bookmark_value>cells; cursor positions after input (Calc)</bookmark_value> <bookmark_value>edit mode; through Enter key (Calc)</bookmark_value> <bookmark_value>formatting; expanding (Calc)</bookmark_value> <bookmark_value>expanding formatting (Calc)</bookmark_value> <bookmark_value>references; expanding (Calc)</bookmark_value> <bookmark_value>column headers; highlighting (Calc)</bookmark_value> <bookmark_value>row headers; highlighting (Calc)</bookmark_value>" +msgstr "" #. ViFyA #: 01060300.xhp @@ -9881,14 +9935,32 @@ msgctxt "" msgid "Press Enter to switch to edit mode" msgstr "Stisk klávesy Enter přepne režim úprav" -#. Skn2E +#. jHBp2 #: 01060300.xhp msgctxt "" "01060300.xhp\n" "par_id3148943\n" "help.text" -msgid "<ahelp hid=\"modules/scalc/ui/scgeneralpage/editmodecb\">Allows you to immediately edit the selected cell after pressing the Enter key.</ahelp>" -msgstr "<ahelp hid=\"modules/scalc/ui/scgeneralpage/editmodecb\">Umožní po stisku klávesy Enter ihned upravovat údaje ve vybrané buňce.</ahelp>" +msgid "<ahelp hid=\"modules/scalc/ui/scgeneralpage/editmodecb\">Determines the behavior of the Enter key in a spreadsheet. Checking this option causes Enter to open cell contents for editing.</ahelp>" +msgstr "" + +#. NMaGC +#: 01060300.xhp +msgctxt "" +"01060300.xhp\n" +"par_id291629751925288\n" +"help.text" +msgid "Uncheck this option to make the Enter key select the cell below the current cell." +msgstr "" + +#. msttp +#: 01060300.xhp +msgctxt "" +"01060300.xhp\n" +"par_id391629752077203\n" +"help.text" +msgid "If a range of cells is selected, each time Enter is pressed will select the next cell inside the range. Hence, enabling this option is useful when entering values into a range of cells sequentially." +msgstr "" #. zqG2F #: 01060300.xhp @@ -11861,14 +11933,14 @@ msgctxt "" msgid "All control points in Bézier editor" msgstr "Všechny ovládací body při úpravách Bézierových křivek" -#. XhTcm +#. d6woc #: 01070100.xhp msgctxt "" "01070100.xhp\n" "par_id3153877\n" "help.text" -msgid "<ahelp hid=\"modules/simpress/ui/sdviewpage/handlesbezier\">Displays the control points of all Bézier points if you have previously selected a <link href=\"text/shared/00/00000005.xhp#bezierobjekt\" name=\"Bézier curve\">Bézier curve</link>. If the <emph>All control points in Bézier</emph> editor option is not marked, only the control points of the selected Bézier points will be visible.</ahelp>" -msgstr "<ahelp hid=\"modules/simpress/ui/sdviewpage/handlesbezier\">Po výběru <link href=\"text/shared/00/00000005.xhp#bezierobjekt\" name=\"Bézierovy křivky\">Bézierovy křivky</link> zobrazí ovládací body všech Bézieriových bodů. Pokud tato možnost není zaškrtnuta, zobrazí se ovládací body pouze u vybraných Bézierových bodů.</ahelp>" +msgid "<ahelp hid=\"modules/simpress/ui/sdviewpage/handlesbezier\">Displays the control points of all Bézier points if you have previously selected a <link href=\"text/shared/00/00000005.xhp#bezierobject\" name=\"Bézier curve\">Bézier curve</link>. If the <emph>All control points in Bézier</emph> editor option is not marked, only the control points of the selected Bézier points will be visible.</ahelp>" +msgstr "" #. aDatu #: 01070100.xhp @@ -12833,14 +12905,14 @@ msgctxt "" msgid "Drawing scale" msgstr "Měřítko kresby" -#. tMAM4 +#. nXodr #: 01070500.xhp msgctxt "" "01070500.xhp\n" "par_id3153965\n" "help.text" -msgid "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/scaleBox\">Determines the drawing scale on the rulers.</ahelp>" -msgstr "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/scaleBox\">Určuje měřítko kresby na pravítkách.</ahelp>" +msgid "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/scaleBox\">Determines the drawing scale on the status bar.</ahelp> Right-click on the scale factor in the status bar to open a list of possible values." +msgstr "" #. CVDi7 #: 01070500.xhp @@ -17234,6 +17306,105 @@ msgctxt "" msgid "for more information on OpenCL, visit <link href=\"https://www.khronos.org/opencl/\">the OpenCL site</link>" msgstr "Více informací naleznete na <link href=\"https://www.khronos.org/opencl/\">stránkách OpenCL</link>." +#. myGoD +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"tit\n" +"help.text" +msgid "Search Commands" +msgstr "" + +#. LBGY4 +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"bm_id8215627973621527\n" +"help.text" +msgid "<bookmark_value>search commands</bookmark_value> <bookmark_value>head-up display (hud)</bookmark_value>" +msgstr "" + +#. n8hsF +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"hd_id951627860296699\n" +"help.text" +msgid "<variable id=\"SearchCommands_h1\"><link href=\"text/shared/optionen/search_commands.xhp\" name=\"SearchCommands_help\">Search Commands</link></variable>" +msgstr "" + +#. fVXLC +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id3155069\n" +"help.text" +msgid "<variable id=\"SearchCommands_intro\"><ahelp hid=\".uno:CommandPopup\">Allows to search and execute all commands available in application menus by their names.</ahelp></variable>" +msgstr "" + +#. rgr85 +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id961562795750725\n" +"help.text" +msgid "Choose <menuitem>Help - Search Commands</menuitem>" +msgstr "" + +#. 2jAJE +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id961562795754587\n" +"help.text" +msgid "Use the shortcut <emph>Shift + Esc</emph>" +msgstr "" + +#. 9gqGJ +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id631628621951493\n" +"help.text" +msgid "When the <emph>Search Commands</emph> feature is activated, a head-up display (HUD) is shown and can be used to quickly search commands by their names. As the search string is typed, all matching commands are shown in a list below the search field." +msgstr "" + +#. LBa6c +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id991628622249416\n" +"help.text" +msgid "To execute a command:" +msgstr "" + +#. CJ4EC +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id521628622272041\n" +"help.text" +msgid "Use the mouse to click on one of the items shown in the list. This will immediately run the selected command." +msgstr "" + +#. uEWNu +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id551628622272467\n" +"help.text" +msgid "Use the arrow keys in the keyboard to navigate through the items shown in the list and press <emph>Enter</emph> to run the desired command." +msgstr "" + +#. XFXXZ +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id41628622450782\n" +"help.text" +msgid "This feature is available in Writer, Calc, Impress and Draw." +msgstr "" + #. uqPJR #: securityoptionsdialog.xhp msgctxt "" @@ -17243,14 +17414,14 @@ msgctxt "" msgid "Security Options and Warnings" msgstr "Možnosti zabezpečení a upozorňování" -#. 2AJs6 +#. FiSkp #: securityoptionsdialog.xhp msgctxt "" "securityoptionsdialog.xhp\n" "bm_id2322154\n" "help.text" -msgid "<bookmark_value>selecting;security warnings</bookmark_value><bookmark_value>selecting;security options</bookmark_value><bookmark_value>options;security</bookmark_value><bookmark_value>warnings;security</bookmark_value>" -msgstr "<bookmark_value>výběr;bezpečnostní upozornění</bookmark_value><bookmark_value>výběr;možnosti bezpečnosti</bookmark_value><bookmark_value>možnosti;bezpečnost</bookmark_value><bookmark_value>upozornění;bezpečnost</bookmark_value>" +msgid "<bookmark_value>selecting;security warnings</bookmark_value> <bookmark_value>selecting;security options</bookmark_value> <bookmark_value>options;security</bookmark_value> <bookmark_value>warnings;security</bookmark_value>" +msgstr "" #. EsBEH #: securityoptionsdialog.xhp @@ -17369,14 +17540,14 @@ msgctxt "" msgid "Remove personal information on saving" msgstr "Odstranit při ukládání osobní informace" -#. 8wTMu +#. tMGtt #: securityoptionsdialog.xhp msgctxt "" "securityoptionsdialog.xhp\n" "par_idN10667\n" "help.text" -msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Zvolte, pokud chcete z vlastností souboru vždy odstranit uživatelské údaje. Pokud tato volba není vybrána, stále můžete osobní informace aktuálního dokumentu odstranit pomocí tlačítka <emph>Obnovit vlastnosti</emph> v dialogovém okně <emph>Soubor - Vlastnosti - Obecné</emph>.</ahelp>" +msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Select to always remove user data from file properties, comments and tracked changes. The names of authors in comments and changes will be replaced by generic values as \"Author1\", \"Author2\" and so forth. Time values will also be reset to a single standard value. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>" +msgstr "" #. HJEQF #: securityoptionsdialog.xhp diff --git a/source/cs/helpcontent2/source/text/simpress/00.po b/source/cs/helpcontent2/source/text/simpress/00.po index a87f12a4915..28614329016 100644 --- a/source/cs/helpcontent2/source/text/simpress/00.po +++ b/source/cs/helpcontent2/source/text/simpress/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-03-19 17:31+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-03-21 21:37+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/cs/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.4.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1561034726.000000\n" #. sqmGT @@ -205,14 +205,14 @@ msgctxt "" msgid "Shift+F3" msgstr "Shift+F3" -#. CDuQB +#. YHwXy #: 00000402.xhp msgctxt "" "00000402.xhp\n" "par_id3149263\n" "help.text" -msgid "<variable id=\"bearbueber\">Choose <emph>Edit - Cross-fading</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only) </variable>" -msgstr "<variable id=\"bearbueber\">Zvolte <emph>Úpravy - Přechod tvarů</emph> (pouze v <item type=\"productname\">%PRODUCTNAME</item> Draw) </variable>" +msgid "<variable id=\"bearbueber\">Choose <emph>Shape - Cross-fading</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)</variable>" +msgstr "" #. k3XUS #: 00000402.xhp @@ -241,14 +241,14 @@ msgctxt "" msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>" msgstr "<variable id=\"feldbefehl\">Zvolte <emph>Úpravy - Pole</emph></variable>" -#. NSTGw +#. EzPdL #: 00000402.xhp msgctxt "" "00000402.xhp\n" "par_id8695944\n" "help.text" -msgid "<variable id=\"gluebar\">Click the <emph>Glue Points</emph> icon on the Drawing Bar </variable>" -msgstr "<variable id=\"gluebar\">Klepněte na ikonu <emph>Záchytné body</emph> na liště Kresba.</variable>" +msgid "<variable id=\"gluebar\">Click the <emph>Glue Points</emph> icon on the Drawing Bar</variable>" +msgstr "" #. cjzea #: 00000403.xhp diff --git a/source/cs/helpcontent2/source/text/simpress/01.po b/source/cs/helpcontent2/source/text/simpress/01.po index bbcf9b83052..dee754f8b11 100644 --- a/source/cs/helpcontent2/source/text/simpress/01.po +++ b/source/cs/helpcontent2/source/text/simpress/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-03-21 21:37+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress01/cs/>\n" @@ -457,14 +457,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/simpress/ui/navigatorpanel/NavigatorPanel\">Opens the Navigator, where you can quickly jump to other slides or move between open files.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/navigatorpanel/NavigatorPanel\">Po otevření Navigátoru v něm můžete rychle přecházet mezi stránkami nebo otevřenými soubory.</ahelp>" -#. pMcDi +#. ce4X2 #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3154015\n" "help.text" -msgid "You can <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dock\">dock</link> the Navigator to the edge of your workspace." -msgstr "Paletku můžete také <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"ukotvit\">ukotvit</link>, tím se přichytí k okraji pracovního prostoru." +msgid "You can <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dock\">dock</link> the Navigator to the edge of your workspace." +msgstr "" #. C3o34 #: 02110000.xhp @@ -754,14 +754,14 @@ msgctxt "" msgid "Insert as link" msgstr "Vložit jako odkaz" -#. nDvVC +#. ik84A #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3153747\n" "help.text" -msgid "Inserts slides as a <link href=\"text/shared/00/00000005.xhp#verknuepfung\" name=\"link\">link</link> into the active slide." -msgstr "...vybrané snímky se vloží jako <link href=\"text/shared/00/00000005.xhp#verknuepfung\" name=\"link\">link</link>." +msgid "Inserts slides as a <link href=\"text/shared/00/00000005.xhp#link\" name=\"link\">link</link> into the active slide." +msgstr "" #. 3RHDp #: 02110000.xhp @@ -8134,15 +8134,6 @@ msgctxt "" msgid "<link href=\"text/simpress/01/bulletandposition.xhp\" name=\"command_name\">Bullet and Position</link>" msgstr "" -#. D3TGn -#: bulletandposition.xhp -msgctxt "" -"bulletandposition.xhp\n" -"par_id401623253567633\n" -"help.text" -msgid "<embedvar href=\"text/shared/01/06050600.xhp#positioninfo\" markup=\"ignore\"/>" -msgstr "" - #. phgxq #: bulletandposition.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/simpress/02.po b/source/cs/helpcontent2/source/text/simpress/02.po index db40b3e0a32..7e726f222ae 100644 --- a/source/cs/helpcontent2/source/text/simpress/02.po +++ b/source/cs/helpcontent2/source/text/simpress/02.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-20 15:34+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\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" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1561035032.000000\n" #. AiACn @@ -736,14 +736,14 @@ msgctxt "" msgid "<bookmark_value>flipping around a flip line</bookmark_value><bookmark_value>mirroring objects</bookmark_value><bookmark_value>3D rotation objects; converting to</bookmark_value><bookmark_value>slanting objects</bookmark_value><bookmark_value>objects; effects</bookmark_value><bookmark_value>distorting objects</bookmark_value><bookmark_value>shearing objects</bookmark_value><bookmark_value>transparency; of objects</bookmark_value><bookmark_value>gradients; transparent</bookmark_value><bookmark_value>colors; defining gradients interactively</bookmark_value><bookmark_value>gradients; defining colors</bookmark_value><bookmark_value>circles; of objects</bookmark_value>" msgstr "<bookmark_value>překlápění; podle čáry</bookmark_value><bookmark_value>zrcadlení objektů</bookmark_value><bookmark_value>převracení objektů</bookmark_value><bookmark_value>3D rotační objekty; převádění na</bookmark_value><bookmark_value>zkosení;objekty</bookmark_value> <bookmark_value>objekty; efekty</bookmark_value><bookmark_value>deformace;objekty</bookmark_value> <bookmark_value>úpravy objektů</bookmark_value><bookmark_value>průhlednost; objektů</bookmark_value><bookmark_value>přechody; průhlednost</bookmark_value><bookmark_value>barvy; interaktivní určení přechodu</bookmark_value><bookmark_value>přechody; určení barev</bookmark_value><bookmark_value>kruhy; objektů</bookmark_value>" -#. YqkFR +#. CJuj9 #: 10030000.xhp msgctxt "" "10030000.xhp\n" "hd_id3147264\n" "help.text" -msgid "<link href=\"text/simpress/02/10030000.xhp\" name=\"Mode\">Mode</link>" -msgstr "<link href=\"text/simpress/02/10030000.xhp\" name=\"Režim\">Režim</link>" +msgid "<link href=\"text/simpress/02/10030000.xhp\" name=\"Transformations\">Transformations</link>" +msgstr "" #. EpoHs #: 10030000.xhp @@ -754,32 +754,41 @@ msgctxt "" msgid "<ahelp hid=\".uno:AdvancedMode\">Modifies the shape, orientation or fill of the selected object(s).</ahelp>" msgstr "<ahelp hid=\".uno:AdvancedMode\">Upraví tvar, orientaci a výplň vybraných objektů.</ahelp>" -#. GqWCz +#. uEqDG #: 10030000.xhp msgctxt "" "10030000.xhp\n" -"par_id3149665\n" +"par_id3149018\n" "help.text" -msgid "<image id=\"img_id3154490\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154490\">Icon</alt></image>" -msgstr "<image id=\"img_id3154490\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154490\">Ikonka</alt></image>" +msgid "Choose <menuitem>View - Toolbars - Transformations</menuitem>." +msgstr "" -#. fMEpv +#. iDvMV #: 10030000.xhp msgctxt "" "10030000.xhp\n" -"par_id3154018\n" +"par_id401626114053741\n" "help.text" -msgid "Transformations (%PRODUCTNAME Draw only)" -msgstr "Transformace (pouze %PRODUCTNAME Draw)" +msgid "Click the arrow next to the <emph>Transformations</emph> icon on the <emph>Standard</emph> bar." +msgstr "" -#. xeiRd +#. QAxua #: 10030000.xhp msgctxt "" "10030000.xhp\n" -"par_id3149018\n" +"par_id3149665\n" "help.text" -msgid "To open the <emph>Transformations</emph> toolbar, choose <emph>View - Toolbars - Transformations</emph>. In <item type=\"productname\">%PRODUCTNAME</item> Draw, you can also click the arrow next to the <emph>Transformations</emph> icon on the <emph>Standard</emph> bar." -msgstr "Nástrojovou lištu <emph>Transformace</emph> otevřete volbou <emph>Zobrazit - Nástrojové lišty - Transformace</emph>. V <item type=\"productname\">%PRODUCTNAME</item> Draw můžete také klepnout na šipku vedle ikony <emph>Transformace</emph> na liště <emph>Standardní</emph>." +msgid "<image id=\"img_id3154490\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154490\">Icon Transformations</alt></image>" +msgstr "" + +#. ZKyMH +#: 10030000.xhp +msgctxt "" +"10030000.xhp\n" +"par_id3154018\n" +"help.text" +msgid "Transformations" +msgstr "" #. pfG6c #: 10030000.xhp @@ -817,14 +826,14 @@ msgctxt "" msgid "If you select a group that includes a 3D object, only the 3D object is rotated. You cannot skew a 3D object, instead, you can rotate it about the X and Y axes by dragging the center handles." msgstr "Pokud vyberete skupinu obsahující 3D objekt, otočí se pouze 3D objekt. 3D objekt nemůžete zkosit, ale můžete jej otočit kolem osy X nebo Y přetažením středních úchytů." -#. ixzBs +#. mgG2X #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3146962\n" "help.text" -msgid "<image id=\"img_id3153811\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153811\">Icon</alt></image>" -msgstr "<image id=\"img_id3153811\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153811\">Ikonka</alt></image>" +msgid "<image id=\"img_id3153811\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153811\">Icon Rotate</alt></image>" +msgstr "" #. WCPSb #: 10030000.xhp @@ -853,14 +862,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:Mirror\">Flips the selected object(s) around a flip line, that you can drag to anywhere on the slide. Drag a handle of the object(s) across the flip line to flip the object(s). To change the orientation of the flip line, drag one of its end points to new location.</ahelp>" msgstr "<ahelp hid=\".uno:Mirror\">Překlopí vybraný objekt (objekty) okolo osy, kterou můžete umístit kdekoliv na snímku. Přetažením úchytu objektu okolo osy objekt překlopíte. Chcete-li změnit orientaci osy, přetáhněte jeden její konec na nové místo.</ahelp>" -#. pAXUd +#. wqV7B #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3153035\n" "help.text" -msgid "<image id=\"img_id3153932\" src=\"cmd/sc_mirror.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153932\">Icon</alt></image>" -msgstr "<image id=\"img_id3153932\" src=\"cmd/sc_mirror.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153932\">Ikonka</alt></image>" +msgid "<image id=\"img_id3153932\" src=\"cmd/sc_mirror.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153932\">Icon Flip</alt></image>" +msgstr "" #. Kz9PF #: 10030000.xhp @@ -898,14 +907,14 @@ msgctxt "" msgid "Drag the symmetry line to a new location to change the shape of the converted object. To change the orientation of the symmetry line, drag one of its end points. Click the object to convert it to 3D." msgstr "Přetažením osy symetrie na nové místo můžete změnit tvar převedeného objektu. Chcete-li změnit orientaci osy symetrie, přetáhněte jeden z konců. Klepnutím na objekt jej převedete do 3D." -#. ZfTVn +#. EAroP #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3150928\n" "help.text" -msgid "<image id=\"img_id3145295\" src=\"svx/res/rotate3d.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145295\">Icon</alt></image>" -msgstr "<image id=\"img_id3145295\" src=\"svx/res/rotate3d.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145295\">Ikona</alt></image>" +msgid "<image id=\"img_id3145295\" src=\"svx/res/rotate3d.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145295\">Icon In 3D rotation object</alt></image>" +msgstr "" #. vCf5c #: 10030000.xhp @@ -934,14 +943,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:CrookRotate\">Distorts the selected object by wrapping it around imaginary circles, and then adding perspective. Drag a handle of the selected object to distort it.</ahelp> If the selected object is not a polygon or Bézier curve, you are prompted to change the object to a curve before you can distort it." msgstr "<ahelp hid=\".uno:CrookRotate\">Zdeformuje vybraný objekt tak, že jej obtočí kolem imaginární kružnice a přidá perspektivu. Vybraný objekt zdeformujete přetažením úchytu.</ahelp> Pokud není vybraný objekt mnohoúhelník nebo Bézierova křivka, budete před deformací dotázáni na změnu objektu na křivku." -#. DVfeM +#. pQ368 #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3147167\n" "help.text" -msgid "<image id=\"img_id3083443\" src=\"cmd/sc_crookslant.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3083443\">Icon</alt></image>" -msgstr "<image id=\"img_id3083443\" src=\"cmd/sc_crookslant.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3083443\">Ikonka</alt></image>" +msgid "<image id=\"img_id3083443\" src=\"cmd/sc_crookslant.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Set in circle</alt></image>" +msgstr "" #. jQBPp #: 10030000.xhp @@ -970,14 +979,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:CrookSlant\">Distorts the selected object by wrapping it around imaginary circles. Drag a handle of the selected object to distort it.</ahelp> If the selected object is not a polygon or Bézier curve, you are prompted to change the object to a curve before you can distort it." msgstr "<ahelp hid=\".uno:CrookSlant\">Zdeformuje vybraný objekt tak, že jej obtočí kolem imaginární kružnice. Vybraný objekt zdeformujete přetažením úchytu.</ahelp> Pokud není vybraný objekt mnohoúhelník nebo Bézierova křivka, budete před deformací dotázáni na změnu objektu na křivku." -#. HH6FB +#. fLFPv #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3150875\n" "help.text" -msgid "<image id=\"img_id3150882\" src=\"cmd/sc_crookrotate.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150882\">Icon</alt></image>" -msgstr "<image id=\"img_id3150882\" src=\"cmd/sc_crookrotate.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150882\">Ikonka</alt></image>" +msgid "<image id=\"img_id3150882\" src=\"cmd/sc_crookrotate.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150882\">Icon Set to circle</alt></image>" +msgstr "" #. CHQyt #: 10030000.xhp @@ -1006,14 +1015,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:Shear\">Lets you drag the handles of the selected object to change its shape.</ahelp> If the selected object is not a polygon or Bézier curve, you are prompted to change the object to a curve before you can distort it." msgstr "<ahelp hid=\".uno:Shear\">Můžete přetáhnout úchyty vybraného objektu a změnit tak jeho tvar.</ahelp> Pokud není vybraný objekt mnohoúhelník nebo Bézierova křivka, budete před deformací dotázáni na změnu objektu na křivku." -#. Lw7AA +#. e6Ep6 #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3154693\n" "help.text" -msgid "<image id=\"img_id3154933\" src=\"cmd/sc_shear.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154933\">Icon</alt></image>" -msgstr "<image id=\"img_id3154933\" src=\"cmd/sc_shear.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154933\">Ikonka</alt></image>" +msgid "<image id=\"img_id3154933\" src=\"cmd/sc_shear.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154933\">Icon Distort</alt></image>" +msgstr "" #. 5Fh3F #: 10030000.xhp @@ -1060,14 +1069,14 @@ msgctxt "" msgid "To display the <emph>Color Bar</emph>, choose <emph>View - Toolbars - Color Bar</emph>." msgstr "Pro zobrazení <emph>Lišty barev</emph> zvolte <emph>Zobrazit - Nástrojové lišty - Lišta barev</emph>." -#. N3Tqg +#. RK2M3 #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3154602\n" "help.text" -msgid "<image id=\"img_id3154790\" src=\"cmd/sc_interactivetransparence.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154790\">Icon</alt></image>" -msgstr "<image id=\"img_id3154790\" src=\"cmd/sc_interactivetransparence.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154790\">Ikonka</alt></image>" +msgid "<image id=\"img_id3154790\" src=\"cmd/sc_interactivetransparence.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154790\">Icon Transparency</alt></image>" +msgstr "" #. xZb79 #: 10030000.xhp @@ -1105,14 +1114,14 @@ msgctxt "" msgid "To display the <emph>Color Bar</emph>, choose <emph>View - Toolbars - Color Bar</emph>." msgstr "Pro zobrazení <emph>Lišty barev</emph> zvolte <emph>Zobrazit - Nástrojové lišty - Lišta barev</emph>." -#. oCZAH +#. SyUHL #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3150990\n" "help.text" -msgid "<image id=\"img_id3151102\" src=\"cmd/sc_interactivegradient.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3151102\">Icon</alt></image>" -msgstr "<image id=\"img_id3151102\" src=\"cmd/sc_interactivegradient.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3151102\">Ikonka</alt></image>" +msgid "<image id=\"img_id3151102\" src=\"cmd/sc_interactivegradient.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151102\">Icon Gradient</alt></image>" +msgstr "" #. nVb58 #: 10030000.xhp diff --git a/source/cs/helpcontent2/source/text/simpress/guide.po b/source/cs/helpcontent2/source/text/simpress/guide.po index ba00c53611f..2a7877047e8 100644 --- a/source/cs/helpcontent2/source/text/simpress/guide.po +++ b/source/cs/helpcontent2/source/text/simpress/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-04-27 17:03+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-04-29 14:37+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/cs/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.4.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1547390017.000000\n" #. S83CC @@ -988,14 +988,14 @@ msgctxt "" msgid "<variable id=\"background\"> <link href=\"text/simpress/guide/background.xhp\" name=\"Changing the Slide Background Fill\">Changing the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Slide</caseinline><defaultinline>Page</defaultinline></switchinline> Background Fill</link> </variable>" msgstr "<variable id=\"background\"><link href=\"text/simpress/guide/background.xhp\" name=\"Změna výplně pozadí snímku\">Změna výplně pozadí <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">snímku</caseinline><defaultinline>stránky</defaultinline></switchinline></link></variable>" -#. 5zK9c +#. DL4oF #: background.xhp msgctxt "" "background.xhp\n" "par_id3155067\n" "help.text" -msgid "You can change the background color or the background fill of the current slide or all of the slides in your document. For a background fill, you can use hatching, a gradient, or a bitmap image." -msgstr "Je možné změnit barvu výplně nebo pozadí vybraného snímku nebo všech snímků v dokumentu. Pozadí snímku je možné vyplnit šrafováním, barevným přechodem, nebo rastrovým obrázkem." +msgid "You can change the background color or the background fill of the current slide or all of the slides in your document. For a background fill, you can use hatching, a gradient, or an image." +msgstr "" #. SEPCz #: background.xhp @@ -1006,23 +1006,23 @@ msgctxt "" msgid "If you want to change the background fill for all of the slides, choose <menuitem>View - Master Slide</menuitem>. To change the background fill of a single slide, choose <menuitem>View - Normal</menuitem>." msgstr "Pokud si přejete změnit barvu výplně pozadí pro všechny snímky, zvolte <menuitem>Zobrazit - Předloha snímku</menuitem>. Chcete-li změnit pozadí pouze u jednoho snímku, zvolte <menuitem>Zobrazit - Normální</menuitem>." -#. ZUiCf +#. uWB9C #: background.xhp msgctxt "" "background.xhp\n" "par_id624713\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Click Set Background Picture for Slide in the context menu of a slide in Normal view to select a bitmap file. This file is used as a background picture.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Rastrový soubor můžete vybrat po klepnutí na Nastavit obrázek pozadí snímku v místní nabídce při normálním zobrazení. Zvolený soubor se použije jako pozadí snímku.</ahelp>" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Click Set Background Picture for Slide in the context menu of a slide in Normal view to select an image file. This file is used as a background picture.</ahelp>" +msgstr "" -#. NRK9m +#. 6eFDv #: background.xhp msgctxt "" "background.xhp\n" "par_id4155067\n" "help.text" -msgid "You can change the background color or the background fill of the current page or all of the pages in your document. For a background fill, you can use hatching, a gradient, or a bitmap image." -msgstr "Barvu nebo výplň pozadí můžete změnit pro aktuální stránku nebo pro všechny stránku v dokumentu. Jako výplň pozadí lze použít šrafování, přechod nebo rastrový obrázek." +msgid "You can change the background color or the background fill of the current page or all of the pages in your document. For a background fill, you can use hatching, a gradient, or an image." +msgstr "" #. BUHu6 #: background.xhp @@ -1033,14 +1033,14 @@ msgctxt "" msgid "If you want to change the background fill for all of the pages, choose <menuitem>View - Master Page</menuitem>. To change the background fill of a single page, choose <menuitem>View - Normal</menuitem>." msgstr "Chcete-li změnit výplň pozadí pro všechny stránky, zvolte <menuitem>Zobrazit - Předloha stránky</menuitem>. Chcete-li ji změnit pro jedinou stránku, zvolte <menuitem>Zobrazit - Normální</menuitem>." -#. Dh3Ju +#. GbV3P #: background.xhp msgctxt "" "background.xhp\n" "par_id644713\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Click Set Background Picture for Page in the context menu of a page in Normal view to select a bitmap file. This file is used as a background picture.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Rastrový soubor můžete vybrat po klepnutí na Nastavit obrázek pozadí snímku v místní nabídce při normálním zobrazení. Zvolený soubor se použije jako pozadí snímku.</ahelp>" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Click Set Background Picture for Page in the context menu of a page in Normal view to select an image file. This file is used as a background picture.</ahelp>" +msgstr "" #. KuE3E #: background.xhp @@ -1132,23 +1132,23 @@ msgctxt "" msgid "Choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Properties</menuitem></caseinline><defaultinline><menuitem>Page - Properties</menuitem></defaultinline></switchinline>, and then click on the <emph>Background</emph> tab." msgstr "Zvolte <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Snímek - Vlastnosti</menuitem></caseinline><defaultinline><menuitem>Stránka - Vlastnosti</menuitem></defaultinline></switchinline> a poté klepněte na kartu <emph>Pozadí</emph>." -#. xDXpC +#. 79gTB #: background.xhp msgctxt "" "background.xhp\n" "par_id3145356\n" "help.text" -msgid "In the <emph>Fill </emph>area, select <emph>Bitmap</emph>, and then click an image in the list." -msgstr "V oblasti <emph>Výplň </emph> vyberte <emph>Rastr</emph> a poté klepněte na obrázek v seznamu." +msgid "In the <emph>Fill </emph>area, select <emph>Image</emph>, and then click an image in the list." +msgstr "" -#. BAQi9 +#. 8yUQT #: background.xhp msgctxt "" "background.xhp\n" "par_id3150757\n" "help.text" -msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Bitmap</emph> list." -msgstr "Chcete-li použít pro pozadí <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">snímku</caseinline><defaultinline>stránky</defaultinline></switchinline> vlastní obrázek, klepněte na tlačítko <emph>Importovat</emph>. Najděte obrázek, který chcete vložit, a klepněte na <widget>Otevřít</widget>. Při návratu na kartu <emph>Pozadí</emph> se vložený obrázek zobrazí v seznamu <emph>Rastr</emph>." +msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Image</emph> list." +msgstr "" #. 24cCs #: background.xhp @@ -3769,14 +3769,14 @@ msgctxt "" msgid "To apply a new <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">master slide</caseinline><defaultinline>master page</defaultinline></switchinline>" msgstr "Použití nové <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">předlohy snímku</caseinline><defaultinline>předlohy stránky</defaultinline></switchinline>" -#. NDv5o +#. wWCBU #: masterpage.xhp msgctxt "" "masterpage.xhp\n" "par_id3154702\n" "help.text" -msgid "Select <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Master Slide</menuitem></caseinline><defaultinline><menuitem>Page - Master Page</menuitem></defaultinline></switchinline>." -msgstr "Zvolte <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Snímek - Předloha snímku</menuitem></caseinline><defaultinline><menuitem>Stránka - Předloha stránky</menuitem></defaultinline></switchinline>." +msgid "Select <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Change Slide Master</menuitem></caseinline><defaultinline><menuitem>Page - Master Page</menuitem></defaultinline></switchinline>." +msgstr "" #. AvkGN #: masterpage.xhp @@ -3859,6 +3859,15 @@ msgctxt "" msgid "To apply the page design to the current page only, clear the <emph>Exchange background page</emph> check box, and then click <widget>OK</widget>." msgstr "Chcete-li použít předlohu stránky pouze na aktuální stránku, zrušte zaškrtnutí pole <emph>Vyměnit stránku pozadí</emph> a klepněte na <widget>OK</widget>." +#. H8tb8 +#: masterpage.xhp +msgctxt "" +"masterpage.xhp\n" +"par_id21631211553150\n" +"help.text" +msgid "Check <emph>Delete unused backgrounds</emph> to remove unreferenced background slides and presentation layouts from the document." +msgstr "" + #. rnFQF #: masterpage.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/smath/00.po b/source/cs/helpcontent2/source/text/smath/00.po index c1ff451a9fd..9b755c91997 100644 --- a/source/cs/helpcontent2/source/text/smath/00.po +++ b/source/cs/helpcontent2/source/text/smath/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-01-12 13:18+0100\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2019-02-21 07:04+0000\n" "Last-Translator: raal <raal@post.cz>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ 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: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1550732684.000000\n" +#. E9tti #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "To access this function..." msgstr "Přístup k této funkci..." +#. rsAwM #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<variable id=\"wie\">To access this function...</variable>" msgstr "<variable id=\"wie\">Přístup k této funkci...</variable>" +#. BL3Y8 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "Choose <emph>Edit - Next Marker</emph>" msgstr "Zvolte <emph>Úpravy - Další značka</emph>" +#. jEFg6 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "F4 key" msgstr "Klávesa F4" +#. 5DAtH #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Choose <emph>Edit - Previous Marker</emph>" msgstr "Zvolte <emph>Úpravy - Předchozí značka</emph>" +#. 7hjUN #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Shift+F4" msgstr "Shift+F4" +#. JMkTx #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Choose <emph>Edit - Next Error</emph>" msgstr "Zvolte <emph>Úpravy - Další chyba</emph>" +#. BmVBo #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "F3 key" msgstr "Klávesa F3" +#. WR9HA #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Choose <emph>Edit - Previous Error</emph>" msgstr "Zvolte <emph>Úpravy - Předchozí chyba</emph>" +#. rhrSM #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Shift+F3" msgstr "Shift+F3" +#. A2tmE #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Na liště Nástroje klepněte na" +#. FqS3z #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<image id=\"img_id3154765\" src=\"cmd/sc_zoom100percent.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3154765\">Icon</alt></image>" msgstr "<image id=\"img_id3154765\" src=\"cmd/sc_zoom100percent.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3154765\">Ikona</alt></image>" +#. ZGH5E #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Zoom 100%" msgstr "Přiblížení 100 %" +#. rcgc8 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "Choose <emph>View - Zoom In</emph>" msgstr "Zvolte <emph>Zobrazit - Přiblížit</emph>" +#. zazds #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Na liště Nástroje klepněte na" +#. cFNys #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "<image id=\"img_id3163822\" src=\"cmd/sc_zoomin.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163822\">Icon</alt></image>" msgstr "<image id=\"img_id3163822\" src=\"cmd/sc_zoomin.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163822\">Ikona</alt></image>" +#. t3FPw #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "Zoom In" msgstr "Přiblížit" +#. mDN9o #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Choose <emph>View - Zoom Out</emph>" msgstr "Zvolte <emph>Zobrazit - Oddálit</emph>" +#. HEGXE #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Na liště Nástroje klepněte na" +#. eEHDh #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<image id=\"img_id3148387\" src=\"cmd/sc_zoomminus.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148387\">Icon</alt></image>" msgstr "<image id=\"img_id3148387\" src=\"cmd/sc_zoomminus.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148387\">Ikona</alt></image>" +#. FwGWc #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Zoom Out" msgstr "Oddálit" +#. trnPc #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Choose <emph>View - Show All</emph>" msgstr "Zvolte <emph>Zobrazit - Zobrazit vše</emph>" +#. b2Bq4 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Na liště Nástroje klepněte na" +#. dhew7 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "<image id=\"img_id3151272\" src=\"cmd/sc_zoom.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3151272\">Icon</alt></image>" msgstr "<image id=\"img_id3151272\" src=\"cmd/sc_zoom.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3151272\">Ikona</alt></image>" +#. 2bHgE #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "Show All" msgstr "Zobrazit vše" +#. 7feMp #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "Choose <emph>View - Update</emph>" msgstr "Zvolte <emph>Zobrazit - Aktualizovat</emph>" +#. FGuRC #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "F9 key" msgstr "Klávesa F9" +#. Wi2Cb #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Na liště Nástroje klepněte na" +#. xD6qA #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<image id=\"img_id3151168\" src=\"cmd/sc_refresh.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3151168\">Icon</alt></image>" msgstr "<image id=\"img_id3151168\" src=\"cmd/sc_refresh.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3151168\">Ikona</alt></image>" +#. 9BewG #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Update" msgstr "Aktualizovat" +#. uo9hE #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<variable id=\"neuzeichnen\">Choose <emph>View - AutoUpdate Display</emph></variable>" msgstr "<variable id=\"neuzeichnen\">Zvolte <emph>Zobrazit - Automatická aktualizace zobrazení</emph></variable>" +#. V5dDC #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<variable id=\"astopa\">Choose <emph>View - Elements</emph></variable>" msgstr "<variable id=\"astopa\">Zvolte <emph>Zobrazit - Prvky vzorce</emph></variable>" +#. EcYMF #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Unary/Binary Operators</emph>" msgstr "Otevřete místní nabídku v okně Příkazy a zvolte <emph>Unární/binární operátory</emph>" +#. F4bjv #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Unary/Binary Operators</emph> from the listbox." msgstr "Zvolte <emph>Zobrazit - Prvky</emph> a poté na panelu Prvky vyberte ze seznamu <emph>Unární/binární operátory</emph>." +#. y5SEf #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Relations</emph>" msgstr "Otevřete místní nabídku v okně Příkazy a zvolte <emph>Relace</emph>" +#. BF7L6 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Relations</emph> from the listbox." msgstr "Zvolte <emph>Zobrazit - Prvky</emph> a poté na panelu Prvky vyberte ze seznamu <emph>Relace</emph>." +#. pdkFZ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Operators</emph>" msgstr "Otevřete místní nabídku v okně Příkazy a zvolte <emph>Operátory</emph>" +#. kupZ9 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Operators</emph> from the listbox." msgstr "Zvolte <emph>Zobrazit - Prvky</emph> a poté na panelu Prvky vyberte ze seznamu <emph>Operátory</emph>." +#. AMNH5 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Functions</emph>" msgstr "Otevřete místní nabídku v okně Příkazy a zvolte <emph>Funkce</emph>" +#. uLDoL #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Functions</emph> from the listbox." msgstr "Zvolte <emph>Zobrazit - Prvky</emph> a poté na panelu Prvky vyberte ze seznamu <emph>Funkce</emph>." +#. trDLY #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Brackets</emph>" msgstr "Otevřete místní nabídku v okně Příkazy a zvolte <emph>Závorky</emph>" +#. Ecj7h #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Brackets</emph> from the listbox." msgstr "Zvolte <emph>Zobrazit - Prvky</emph> a poté na panelu Prvky vyberte ze seznamu <emph>Závorky</emph>." +#. hH2hr #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Attributes</emph>" msgstr "Otevřete místní nabídku v okně Příkazy a zvolte <emph>Atributy</emph>" +#. qFQk7 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Attributes</emph> from the listbox." msgstr "Zvolte <emph>Zobrazit - Prvky</emph> a poté na panelu Prvky vyberte ze seznamu <emph>Atributy</emph>." +#. FxAcz #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Formats</emph>" msgstr "Otevřete místní nabídku v okně Příkazy a zvolte <emph>Formáty</emph>" +#. fEH8m #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Formats</emph> from the listbox." msgstr "Zvolte <emph>Zobrazit - Prvky</emph> a poté na panelu Prvky vyberte ze seznamu <emph>Formáty</emph>." +#. b7NCw #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Set Operations</emph>" msgstr "Otevřete místní nabídku v okně Příkazy a zvolte <emph>Množinové operace</emph>" +#. pBfZE #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Set Operations</emph> from the listbox." msgstr "Zvolte <emph>Zobrazit - Prvky</emph> a poté na panelu Prvky vyberte ze seznamu <emph>Množinové operace</emph>." +#. GGUzh #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "<variable id=\"fmtsfa\">Choose <emph>Format - Fonts</emph></variable>" msgstr "<variable id=\"fmtsfa\">Zvolte <emph>Formát - Písma</emph></variable>" +#. 83k2g #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "<variable id=\"fmtssa\">Choose <emph>Format - Fonts - Modify</emph></variable>" msgstr "<variable id=\"fmtssa\">Zvolte <emph>Formát - Písma - Změnit</emph></variable>" +#. WE6Kn #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "<variable id=\"fmtsgr\">Choose <emph>Format - Font Size</emph></variable>" msgstr "<variable id=\"fmtsgr\">Zvolte <emph>Formát - Velikost písma</emph></variable>" +#. YFE9o #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "<variable id=\"fmtabs\">Choose <emph>Format - Spacing</emph></variable>" msgstr "<variable id=\"fmtabs\">Zvolte <emph>Formát - Prokládání znaků</emph></variable>" +#. MUh9G #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "<variable id=\"fmtarg\">Choose <emph>Format - Align</emph></variable>" msgstr "<variable id=\"fmtarg\">Zvolte <emph>Formát - Zarovnání</emph></variable>" +#. X3CNj #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "<variable id=\"textmodus\">Choose <emph>Format - Text Mode</emph></variable>" msgstr "<variable id=\"textmodus\">Zvolte <emph>Formát - Textový režim</emph></variable>" +#. go9mc #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "Choose <emph>Tools - Symbols</emph>" msgstr "Zvolte <emph>Nástroje - Symboly</emph>" +#. FZ2Tu #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Na liště Nástroje klepněte na" +#. 63bpb #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "<image id=\"img_id3153264\" src=\"cmd/sc_autosum.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153264\">Icon</alt></image>" msgstr "<image id=\"img_id3153264\" src=\"cmd/sc_autosum.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153264\">Ikonka</alt></image>" +#. gNanN #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "Symbols" msgstr "Symboly" +#. B9byP #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "<variable id=\"etssba\">Choose <emph>Tools - Symbols - Edit</emph></variable>" msgstr "<variable id=\"etssba\">Zvolte <emph>Nástroje - Symboly - Upravit</emph></variable>" +#. HB8a9 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "<variable id=\"etsfim\">Choose <emph>Tools - Import Formula</emph></variable>" msgstr "<variable id=\"etsfim\">Zvolte <emph>Nástroje - Importovat vzorec</emph></variable>" +#. jFJ4D #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "<variable id=\"etsmim\">Choose <emph>Tools - Import MathML from Clipboard</emph></variable>" msgstr "<variable id=\"etsmim\">Zvolte <emph>Nástroje - Importovat MathML ze schránky</emph></variable>" +#. ELXVZ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "<variable id=\"etsaps\">Choose <emph>Tools - Customize</emph></variable>" msgstr "<variable id=\"etsaps\">Zvolte <emph>Nástroje - Přizpůsobit</emph></variable>" +#. rrpNJ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Others</emph>" msgstr "Otevřete místní nabídku v okně Příkazy a zvolte <emph>Jiné</emph>" +#. fa4UR #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Others</emph> from the listbox." msgstr "Zvolte <emph>Zobrazit - Prvky</emph> a poté na panelu Prvky vyberte ze seznamu <emph>Jiné</emph>." +#. QG6eL #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "<image id=\"img_id3145632\" src=\"cmd/sc_formelcursor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145632\">Icon</alt></image>" msgstr "<image id=\"img_id3145632\" src=\"cmd/sc_formelcursor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145632\">Ikonka</alt></image>" +#. vtF4A #: 00000004.xhp msgctxt "" "00000004.xhp\n" diff --git a/source/cs/helpcontent2/source/text/smath/02.po b/source/cs/helpcontent2/source/text/smath/02.po index 2ee975082a4..f25b65272df 100644 --- a/source/cs/helpcontent2/source/text/smath/02.po +++ b/source/cs/helpcontent2/source/text/smath/02.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: 2017-05-09 16:45+0200\n" -"PO-Revision-Date: 2014-06-28 17:57+0000\n" -"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" +"PO-Revision-Date: 2017-05-09 18:50+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: cs\n" "MIME-Version: 1.0\n" @@ -14,8 +14,9 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1403978222.000000\n" +"X-POOTLE-MTIME: 1494355849.000000\n" +#. uFbKy #: 03010000.xhp msgctxt "" "03010000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Formula Cursor" msgstr "Kurzor pro vzorce" +#. Lggdu #: 03010000.xhp msgctxt "" "03010000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<bookmark_value>formula cursor in $[officename] Math</bookmark_value><bookmark_value>cursor; in $[officename] Math</bookmark_value>" msgstr "<bookmark_value>kurzor pro vzorce v $[officename] Math</bookmark_value><bookmark_value>kurzor; v $[officename] Math</bookmark_value>" +#. zyNoS #: 03010000.xhp msgctxt "" "03010000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "Formula Cursor" msgstr "Kurzor pro vzorce" +#. WAyJH #: 03010000.xhp msgctxt "" "03010000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "<variable id=\"cursor\"><ahelp hid=\"SID_FORMULACURSOR\">Use this icon on the Tools bar to turn the Formula Cursor on or off.</ahelp> The part of the formula where the cursor is positioned in the <emph>Commands</emph> window is marked with a thin border when the formula cursor is active.</variable>" msgstr "<variable id=\"cursor\"><ahelp hid=\"SID_FORMULACURSOR\">Klepnutím na tuto ikonu na liště Nástroje lze zapnout nebo vypnout kurzor ve vzorci.</ahelp> Je-li kurzor ve vzorci aktivní, potom je část vzorce, ve které je umístěn kurzor v okně <emph>Příkazy</emph>, označena tenkým okrajem.</variable>" +#. 8EZQS #: 03010000.xhp msgctxt "" "03010000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "You can also click a position in the document to move the cursor to its corresponding position in the <emph>Commands</emph> window." msgstr "Klepnutím na určité místo v dokumentu lze také přemístit kurzor na odpovídající místo v okně <emph>Příkazy</emph>." +#. wLEFG #: 03010000.xhp msgctxt "" "03010000.xhp\n" diff --git a/source/cs/helpcontent2/source/text/smath/04.po b/source/cs/helpcontent2/source/text/smath/04.po index 071c6a79503..073dac7aecc 100644 --- a/source/cs/helpcontent2/source/text/smath/04.po +++ b/source/cs/helpcontent2/source/text/smath/04.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: 2017-05-09 16:45+0200\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2018-04-08 09:57+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ 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: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1523181473.000000\n" +#. fW4At #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Formula Shortcut Keys" msgstr "Klávesové zkratky pro vzorce" +#. 7PGFE #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<bookmark_value>shortcut keys; in formulas</bookmark_value>" msgstr "<bookmark_value>klávesové zkratky; ve vzorcích</bookmark_value>" +#. WVdeo #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<variable id=\"math_keys\"><link href=\"text/smath/04/01020000.xhp\" name=\"Formula Shortcut Keys\">Formula Shortcut Keys</link></variable>" msgstr "<variable id=\"math_keys\"><link href=\"text/smath/04/01020000.xhp\" name=\"Klávesové zkratky pro vzorce\">Klávesové zkratky pro vzorce</link></variable>" +#. CraEp #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "A list of the shortcut keys specific to creating formulas is contained in this section." msgstr "Tato část obsahuje seznam klávesových zkratek pro vytváření vzorců." +#. BoUhM #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "The general <link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys in $[officename]\">shortcut keys in $[officename]</link> also apply." msgstr "Kromě toho lze použít i všeobecné <link href=\"text/shared/04/01010000.xhp\" name=\"klávesové zkratky $[officename]\">klávesové zkratky $[officename]</link>." +#. JHsws #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Shortcut Keys for Formula Functions" msgstr "Klávesové zkratky pro funkce vzorců" +#. WKVpk #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "The following shortcut keys correspond to commands in the <emph>Edit</emph> and <emph>View </emph>menus." msgstr "Příkazy, které lze zadat pomocí uvedených klávesových zkratek, se také nacházejí v nabídkách <emph>Upravit</emph> a <emph>Zobrazit</emph>." +#. jfmkj #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "F3" msgstr "F3" +#. M6NJ5 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Next Error" msgstr "Další chyba" +#. NsA5D #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Shift+F3" msgstr "Shift+F3" +#. MZugQ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Previous Error" msgstr "Předchozí chyba" +#. UYWph #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "F4" msgstr "F4" +#. 4FGAR #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Next Marker (Placeholder)" msgstr "Další značka (zástupný znak)" +#. CjJwC #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "Shift+F4" msgstr "Shift+F4" +#. SELdy #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "Previous Marker (Placeholder)" msgstr "Předchozí značka (zástupný znak)" +#. TEBFE #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "F9" msgstr "F9" +#. L5c7R #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "Update" msgstr "Aktualizace" +#. EfFPe #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Navigation in the Elements pane" msgstr "Navigace v panelu Prvky" +#. DzDg9 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "Left or right arrow" msgstr "Šipka vlevo nebo vpravo" +#. qpCKG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "Move left or right to the next category or function." msgstr "Přesune kurzor doleva nebo doprava na další kategorii nebo funkci." +#. r7rNS #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Enter key" msgstr "Klávesa Enter" +#. CnhE4 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Selects a category (within the category section) or inserts a function in the <emph>Commands</emph> window (within the function section)." msgstr "Vybere kategorii (v sekci kategorií) nebo vloží funkci do okna <emph>Příkazy</emph> (v sekci funkcí)." +#. FpXaM #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "Tab" msgstr "Tabulátor" +#. NMMtZ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Jump from the first category item to the first function of the category." msgstr "Přejde z první položky kategorie na první funkci dané kategorie." +#. nt5td #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "Shift+Tab" msgstr "Shift+Tabulátor" +#. G4Sdf #: 01020000.xhp msgctxt "" "01020000.xhp\n" diff --git a/source/cs/helpcontent2/source/text/smath/06.po b/source/cs/helpcontent2/source/text/smath/06.po index 557a89ef114..fb51b11f2d5 100644 --- a/source/cs/helpcontent2/source/text/smath/06.po +++ b/source/cs/helpcontent2/source/text/smath/06.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: 2019-04-08 14:23+0200\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2018-06-23 18:03+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -16,6 +16,7 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1529777016.000000\n" +#. TrAzH #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Math screenshots" msgstr "Snímky obrazovky aplikace Math" +#. QABk4 #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/modules/smath/ui/alignmentdialog/AlignmentDialog.png\" id=\"img_id331525570544232\" localize=\"true\"><alt id=\"alt_id641525570544232\">Alignment Dialog</alt></image>" msgstr "<image src=\"media/screenshots/modules/smath/ui/alignmentdialog/AlignmentDialog.png\" id=\"img_id331525570544232\" localize=\"true\"><alt id=\"alt_id641525570544232\">Dialogové okno Zarovnání</alt></image>" +#. XxMrP #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/modules/smath/ui/fontdialog/FontDialog.png\" id=\"img_id41525570710879\" localize=\"true\"><alt id=\"alt_id931525570710879\">Font Dialog</alt></image>" msgstr "<image src=\"media/screenshots/modules/smath/ui/fontdialog/FontDialog.png\" id=\"img_id41525570710879\" localize=\"true\"><alt id=\"alt_id931525570710879\">Dialogové okno Písmo</alt></image>" +#. FFXms #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/modules/smath/ui/fontsizedialog/FontSizeDialog.png\" id=\"img_id131525570713808\" localize=\"true\"><alt id=\"alt_id501525570713809\">Font Size Dialog</alt></image>" msgstr "<image src=\"media/screenshots/modules/smath/ui/fontsizedialog/FontSizeDialog.png\" id=\"img_id131525570713808\" localize=\"true\"><alt id=\"alt_id501525570713809\">Dialogové okno Velikost písma</alt></image>" +#. 7RGJx #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/modules/smath/ui/fonttypedialog/FontsDialog.png\" id=\"img_id441525570718035\" localize=\"true\"><alt id=\"alt_id401525570718036\">Font Type Dialog</alt></image>" msgstr "<image src=\"media/screenshots/modules/smath/ui/fonttypedialog/FontsDialog.png\" id=\"img_id441525570718035\" localize=\"true\"><alt id=\"alt_id401525570718036\">Dialogové okno Typ písma</alt></image>" +#. qDFEC #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/modules/smath/ui/savedefaultsdialog/SaveDefaultsDialog.png\" id=\"img_id571525570721266\" localize=\"true\"><alt id=\"alt_id981525570721266\">Save Default Dialog</alt></image>" msgstr "<image src=\"media/screenshots/modules/smath/ui/savedefaultsdialog/SaveDefaultsDialog.png\" id=\"img_id571525570721266\" localize=\"true\"><alt id=\"alt_id981525570721266\">Dialogové okno Uložit výchozí nastavení</alt></image>" +#. 6KgFe #: screenshots.xhp msgctxt "" "screenshots.xhp\n" diff --git a/source/cs/helpcontent2/source/text/smath/guide.po b/source/cs/helpcontent2/source/text/smath/guide.po index 824a2155e82..6733fe2c5bb 100644 --- a/source/cs/helpcontent2/source/text/smath/guide.po +++ b/source/cs/helpcontent2/source/text/smath/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-01-12 13:18+0100\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2018-04-08 10:10+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -16,6 +16,7 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1523182243.000000\n" +#. P9FEQ #: align.xhp msgctxt "" "align.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Manually Aligning Formula Parts" msgstr "Ruční zarovnání částí vzorce" +#. Dc94G #: align.xhp msgctxt "" "align.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<bookmark_value>aligning; characters in %PRODUCTNAME Math</bookmark_value><bookmark_value>formula parts; manually aligning</bookmark_value>" msgstr "<bookmark_value>zarovnání; znaků v %PRODUCTNAME Math</bookmark_value><bookmark_value>části vzorce; ruční zarovnání</bookmark_value>" +#. 5ENLq #: align.xhp msgctxt "" "align.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<variable id=\"align\"><link href=\"text/smath/guide/align.xhp\" name=\"Manually Aligning Formula Parts\">Manually Aligning Formula Parts</link></variable>" msgstr "<variable id=\"align\"><link href=\"text/smath/guide/align.xhp\" name=\"Ruční zarovnání částí vzorce\">Ruční zarovnání částí vzorce</link></variable>" +#. eUZmq #: align.xhp msgctxt "" "align.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "How do you align characters in $[officename] Math quickly and easily?" msgstr "Jak lze v aplikaci $[officename] Math rychle a snadno zarovnat znaky?" +#. EJ2GY #: align.xhp msgctxt "" "align.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "To accomplish this, you must define empty groups and character strings. They do not require any space, but carry information that helps in the alignment process." msgstr "Chcete-li toho dosáhnout, musíte definovat prázdné skupiny a řetězce znaků. Nezabírají totiž žádné místo, ale obsahují informace, které usnadňují zarovnání." +#. BLcvk #: align.xhp msgctxt "" "align.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "To create empty groups, enter curly brackets <emph>{}</emph> in the Commands window. In the following example, the goal is to achieve a line break so that the plus signs are beneath one another, even though one less character is entered in the upper line:" msgstr "Pro vytvoření prázdných skupin zadejte do okna Příkazy složené závorky <emph>{}</emph>. V následujícím příkladu je cílem, aby na každém řádku byla znaménka plus pod sebou, i když je v horním řádku méně znaků:" +#. wDfhJ #: align.xhp msgctxt "" "align.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Empty character strings are a simple way to ensure that texts and formulas are left-aligned. They are defined using double inverted commas \"\" . Make sure you do not use any typographic inverted commas. Example:" msgstr "Pomocí prázdných řetězců znaků lze snadno zajistit, aby byly texty a vzorce zarovnány vlevo. Prázdné řetězce se zadávají pomocí dvojitých uvozovek \"\" . Nepoužívejte žádné typografické uvozovky. Příklad:" +#. C6Ky9 #: align.xhp msgctxt "" "align.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "\"A further example.\" newline a+b newline \"\"c-d" msgstr "\"Další příklad.\" newline a+b newline \"\"c-d" +#. WA2Pc #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Changing Default Attributes" msgstr "Změna výchozích atributů" +#. 4DrY6 #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "<bookmark_value>attributes; changing in $[officename] Math</bookmark_value><bookmark_value>font attributes;changing defaults</bookmark_value><bookmark_value>formatting;changing default attributes</bookmark_value><bookmark_value>defaults;changing default formatting</bookmark_value><bookmark_value>changing;default formatting</bookmark_value>" msgstr "<bookmark_value>atributy; změna v $[officename] Math</bookmark_value><bookmark_value>atributy písma; změna výchozích</bookmark_value><bookmark_value>formátování; změna výchozích atributů</bookmark_value><bookmark_value>výchozí; změna výchozího formátování</bookmark_value><bookmark_value>změna; výchozí formátování</bookmark_value>" +#. WndEQ #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "<variable id=\"attributes\"><link href=\"text/smath/guide/attributes.xhp\" name=\"Changing Default Attributes\">Changing Default Attributes</link></variable>" msgstr "<variable id=\"attributes\"><link href=\"text/smath/guide/attributes.xhp\" name=\"Změna výchozích atributů\">Změna výchozích atributů</link></variable>" +#. gAHnh #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "Can default formats in $[officename] Math be modified?" msgstr "Lze v aplikaci $[officename] Math upravit výchozí formáty?" +#. k9ADA #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Some parts of formulas are always formatted bold or italic by default." msgstr "Některé části vzorců jsou standardně formátovány pomocí tučného písma nebo kurzívy." +#. 7A7Vi #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "You can remove these attributes using \"nbold\" and \"nitalic\". Example:" msgstr "Tyto atributy můžete odstranit pomocí příkazů \"nbold\" a \"nitalic\". Příklad:" +#. MCJxc #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "In the second formula, the a is not italic. The b is bold. You cannot change the plus sign by this method." msgstr "V druhém vzorci není písmeno a napsáno kurzívou. Znak b je tučný. Znaménko plus nelze tímto způsobem změnit." +#. oPuAE #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "Merging Formula Parts in Brackets" msgstr "Spojování částí vzorce pomocí závorek" +#. bDPkX #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "<bookmark_value>brackets; merging formula parts</bookmark_value><bookmark_value>formula parts; merging</bookmark_value><bookmark_value>fractions in formulas</bookmark_value><bookmark_value>merging;formula parts</bookmark_value>" msgstr "<bookmark_value>závorky;spojování částí vzorce</bookmark_value><bookmark_value>části vzorce;spojování</bookmark_value><bookmark_value>zlomky ve vzorcích</bookmark_value><bookmark_value>spojování; části vzorce</bookmark_value>" +#. J7BeM #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "<variable id=\"brackets\"><link href=\"text/smath/guide/brackets.xhp\" name=\"Merging Formula Parts in Brackets\">Merging Formula Parts in Brackets</link></variable>" msgstr "<variable id=\"brackets\"><link href=\"text/smath/guide/brackets.xhp\" name=\"Spojování částí vzorce pomocí závorek\">Spojování částí vzorce pomocí závorek</link></variable>" +#. z6zop #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "Inserting fractions into formulas" msgstr "Vložení zlomků do vzorce" +#. jPtfJ #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "In the case of a fraction whose numerator and denominator consist of a product, a sum, and so on, the values that belong together must be bracketed together." msgstr "V případě zlomku, v jehož čitateli a jmenovateli je součin, součet atd., se závorkami musí ohraničit hodnoty, které patří k sobě." +#. 4bWFt #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Use the following syntax:" msgstr "Použijte následující zápis:" +#. FX6mw #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "or" msgstr "nebo" +#. 3UYoM #: comment.xhp msgctxt "" "comment.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "Entering Comments" msgstr "Zadávání komentářů" +#. EpAyX #: comment.xhp msgctxt "" "comment.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "<bookmark_value>comments; entering in $[officename] Math</bookmark_value><bookmark_value>inserting;comments in $[officename] Math</bookmark_value>" msgstr "<bookmark_value>komentáře; zadávání v $[officename] Math</bookmark_value><bookmark_value>vkládání; komentáře v $[officename] Math</bookmark_value>" +#. RB5xU #: comment.xhp msgctxt "" "comment.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "<variable id=\"comment\"><link href=\"text/smath/guide/comment.xhp\" name=\"Entering Comments\">Entering Comments</link></variable>" msgstr "<variable id=\"comment\"><link href=\"text/smath/guide/comment.xhp\" name=\"Zadávání komentářů\">Zadávání komentářů</link></variable>" +#. CA8hE #: comment.xhp msgctxt "" "comment.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "How does one attach comments that don't appear in the document to a formula?" msgstr "Jak lze ke vzorci připojit komentář, který se nezobrazí v dokumentu?" +#. sj3Gt #: comment.xhp msgctxt "" "comment.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "A comment begins with a double percent sign <emph>%%</emph>, and extends to the next line-end character (Enter key). Everything that lies in between is ignored and is not printed out. If there are percent signs in the text, they are treated as part of the text." msgstr "Komentář musí začínat dvěma znaky procento (<emph>%%</emph>) a je ukončen následujícím znakem konce řádku (klávesa Enter). Vše, co se nachází mezi těmito znaky, bude ignorováno a nevytiskne se. Jsou-li znaky procento v textu, považují se za součást textu." +#. 27yBP #: comment.xhp msgctxt "" "comment.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "Example:" msgstr "Příklad:" +#. CMAYs #: comment.xhp msgctxt "" "comment.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "a^2+b^2=c^2 %% Pythagorean theorem." msgstr "a^2+b^2=c^2 %% Pythagorova věta." +#. PZSB7 #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Shortcuts ($[officename] Math Accessibility)" msgstr "Klávesové zkratky (zpřístupnění $[officename] Math)" +#. rsGdv #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<bookmark_value>accessibility; $[officename] Math shortcuts</bookmark_value>" msgstr "<bookmark_value>zpřístupnění; klávesové zkratky $[officename] Math</bookmark_value>" +#. 4zHFd #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<variable id=\"keyboard\"><link href=\"text/smath/guide/keyboard.xhp\" name=\"Shortcuts ($[officename] Math Accessibility)\">Shortcuts ($[officename] Math Accessibility)</link></variable>" msgstr "<variable id=\"keyboard\"><link href=\"text/smath/guide/keyboard.xhp\" name=\"Klávesové zkratky (zpřístupnění $[officename] Math)\">Klávesové zkratky (zpřístupnění $[officename] Math)</link></variable>" +#. ZkpGA #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "You can control $[officename] Math without a mouse." msgstr "$[officename] Math můžete ovládat i bez myši." +#. dNEFC #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "Inserting a Formula Directly" msgstr "Přímé vložení vzorce" +#. 3ztDF #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "If you want to insert a formula into a text document, and you already know the correct writing, you can proceed as follows:" msgstr "Znáte-li správný zápis vzorce a chcete-li jej vložit do textového dokumentu, můžete postupovat následujícím způsobem:" +#. qoVM4 #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "Write the formula into your text" msgstr "Zadejte vzorec do vašeho textu" +#. dmJc9 #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "Select the formula" msgstr "Označte vzorec" +#. bN6uQ #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "Choose the command <emph>Insert - Object - Formula</emph>." msgstr "Zvolte příkaz <emph>Vložit - Objekt - Vzorec</emph>." +#. aowxC #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "Inserting a Formula using a Window" msgstr "Vložení vzorce použitím okna" +#. Tqx4F #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "If you want to use the $[officename] Math interface to edit a formula, choose the command <emph>Insert - Object - Formula</emph> without any text selected." msgstr "Chcete-li použít rozhraní $[officename] Math pro úpravu vzorce, zvolte z nabídky <emph>Vložit - Objekt - Vzorec</emph> když nemáte označen žádný text." +#. sEBBM #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "The cursor waits in the Commands window and you can type the formula." msgstr "Kurzor bude čekat v okně Příkazy a můžete zadávat vzorec." +#. rvzhp #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "You can compose formulas using the Elements pane. Open it with the menu <emph>View - Elements</emph> if it is not already open." msgstr "Vzorce můžete vytvářet pomocí panelu Prvky. Pokud ještě není otevřen, můžete jej otevřít z nabídky <emph>Zobrazit - Prvky</emph>." +#. tfpCC #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "If the Elements pane is open, use F6 to switch from the Commands window to the Elements pane and back." msgstr "Je-li již panel Prvky otevřen, použijte klávesu F6 pro přepínání mezi oknem Příkazy a panelem Prvky." +#. PxwLi #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "Elements pane" msgstr "Panel Prvky" +#. iKfcF #: limits.xhp msgctxt "" "limits.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "Working with Limits" msgstr "Práce s mezemi" +#. 6WSEC #: limits.xhp msgctxt "" "limits.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "<bookmark_value>limits;in sums/integrals</bookmark_value><bookmark_value>integral limits</bookmark_value>" msgstr "<bookmark_value>meze;v sumách/integrálech</bookmark_value><bookmark_value>integrály;meze</bookmark_value>" +#. jCWYY #: limits.xhp msgctxt "" "limits.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "<variable id=\"limits\"><link href=\"text/smath/guide/limits.xhp\">Working with Limits</link></variable>" msgstr "<variable id=\"limits\"><link href=\"text/smath/guide/limits.xhp\">Práce s mezemi</link></variable>" +#. Gtt8e #: limits.xhp msgctxt "" "limits.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "How can I define the limits in a Sum or Integral formula?" msgstr "Jak zadat meze pro integrály a sumy?" +#. kFrLC #: limits.xhp msgctxt "" "limits.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "You want to insert a summation formula like \"summation of s^k from k = 0 to n\" at the cursor in a Writer text document." msgstr "Do textového dokumentu Writeru chcete vložit na pozici kurzoru vzorec, např. \"suma s^k od k = 0 do n\"." +#. 5oKcr #: limits.xhp msgctxt "" "limits.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "Choose <item type=\"menuitem\">Insert - Object - Formula</item>." msgstr "Zvolte <item type=\"menuitem\">Vložit - Objekt - Vzorec</item>." +#. qAFch #: limits.xhp msgctxt "" "limits.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "You see the Math input window and the Elements pane on the left." msgstr "Zobrazí se vstupní okno aplikace Math s panelem Prvky vlevo." +#. DZW2c #: limits.xhp msgctxt "" "limits.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "From the list on the upper part of the Elements pane, select the <emph>Operators</emph> item." msgstr "Ze seznamu v horní části panelu Prvky vyberte ikonu položku <emph>Operátory</emph>." +#. r8sVG #: limits.xhp msgctxt "" "limits.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "In the lower part of the Elements pane, click the <emph>Sum</emph> icon." msgstr "V dolní části panelu Prvky klepněte na ikonu <emph>Suma</emph>." +#. erGA9 #: limits.xhp msgctxt "" "limits.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "To enable lower and upper limits, click additionally the <emph>Upper and Lower Limits</emph> icon." msgstr "Chcete-li přidat horní a dolní mez, klepněte také na ikonu <emph>Horní a dolní meze</emph>." +#. YxM8C #: limits.xhp msgctxt "" "limits.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "In the input window, the first placeholder or marker is selected, and you can start to enter the lower limit:" msgstr "Ve vstupním okně je označen první zástupný znak a můžete zapsat dolní mez:" +#. szLNG #: limits.xhp msgctxt "" "limits.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "Press F4 to advance to the next marker, and enter the upper limit:" msgstr "Stiskem F4 se přesunete na následující značku a zadejte horní mez:" +#. Wh4vB #: limits.xhp msgctxt "" "limits.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "Press F4 to advance to the next marker, and enter the summand:" msgstr "Stiskem F4 se přesunete na následující značku a zadejte sčítaný prvek:" +#. dJvvn #: limits.xhp msgctxt "" "limits.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "Now the formula is complete. Click into your text document outside the formula to leave the formula editor." msgstr "Nyní je vzorec kompletní. Klepněte do textového dokumentu mimo vzorec a editor vzorců se uzavře." +#. bFFkA #: limits.xhp msgctxt "" "limits.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements pane, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window." msgstr "Stejným způsobem můžete zadat vzorec integrálu s mezemi. Když klepnete na ikonu na panelu Prvky, vloží se do vstupního okna odpovídající textový příkaz. Pokud znáte textové příkazy, můžete je zadat přímo do vstupního okna." +#. q8yAH #: limits.xhp msgctxt "" "limits.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "Choose <item type=\"menuitem\">Insert - Object - Formula</item>." msgstr "Zvolte <item type=\"menuitem\">Vložit - Objekt - Vzorec</item>." +#. VAoyi #: limits.xhp msgctxt "" "limits.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "Click in the input window and enter the following line:" msgstr "Klepněte do vstupního okna a zadejte následující řádek:" +#. 7rRJW #: limits.xhp msgctxt "" "limits.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements pane: select the <emph>Formats</emph> item from the list on the top, then the <emph>Small Gap</emph> icon." msgstr "Mezi f(x) a dx je zúžená mezera, kterou můžete vložit také pomocí panelu Prvky: ze seznamu v horní části vyberte položku <emph>Formáty</emph> a poté na ikonu <emph>Malá mezera</emph>." +#. FSWqq #: limits.xhp msgctxt "" "limits.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "If you don't like the font of the letters f and x, choose <item type=\"menuitem\">Format - Fonts</item> and select other fonts. Click the <emph>Default</emph> button to use the new fonts as default from now on." msgstr "Pokud se vám nelíbí písmo písmen f a x, vyberte <item type=\"menuitem\">Formát - Písmo</item> a zvolte jiné písmo. Po klepnutí na tlačítko <emph>Výchozí</emph> se zvolená písma budou odteď používat jako výchozí." +#. KBUXj #: limits.xhp msgctxt "" "limits.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "If you need the formula within a line of text, the limits increase the line height. You can choose <item type=\"menuitem\">Format - Text Mode</item> to place the limits besides the Sum or Integral symbol, which reduces the line height." msgstr "Pokud potřebujete vzorec na řádku textu, meze zvětší výšku řádku. Pokud zvolíte <item type=\"menuitem\">Formát - Textový režim</item>, umístí se meze až za symbol integrálu nebo sumy, a tak se sníží výška řádku." +#. FMfHG #: limits.xhp msgctxt "" "limits.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "<link href=\"text/smath/01/03090909.xhp\">Example of Integral and Sum ranges</link>" msgstr "<link href=\"text/smath/01/03090909.xhp\">Příklad mezí integrálu a sumy</link>" +#. tfPe4 #: main.xhp msgctxt "" "main.xhp\n" @@ -544,6 +610,7 @@ msgctxt "" msgid "Instructions for Using $[officename] Math" msgstr "Instrukce pro použití $[officename] Math" +#. FfhxL #: main.xhp msgctxt "" "main.xhp\n" @@ -552,6 +619,7 @@ msgctxt "" msgid "<bookmark_value>$[officename] Math;general instructions</bookmark_value><bookmark_value>instructions; $[officename] Math</bookmark_value><bookmark_value>Equation Editor, see $[officename] Math</bookmark_value>" msgstr "<bookmark_value>$[officename] Math;všeobecné instrukce</bookmark_value><bookmark_value>instrukce; $[officename] Math</bookmark_value><bookmark_value>editor vzorců, viz $[officename] Math</bookmark_value>" +#. DyNdG #: main.xhp msgctxt "" "main.xhp\n" @@ -560,6 +628,7 @@ msgctxt "" msgid "<variable id=\"main\"><link href=\"text/smath/guide/main.xhp\" name=\"Instructions for Using $[officename] Math\">Instructions for Using $[officename] Math</link></variable>" msgstr "<variable id=\"main\"><link href=\"text/smath/guide/main.xhp\" name=\"Instrukce pro použití $[officename] Math\">Instrukce pro použití $[officename] Math</link></variable>" +#. ArDuV #: main.xhp msgctxt "" "main.xhp\n" @@ -568,6 +637,7 @@ msgctxt "" msgid "Entering and Editing Formulas" msgstr "Zadávání a úpravy vzorců" +#. 74qEh #: newline.xhp msgctxt "" "newline.xhp\n" @@ -576,6 +646,7 @@ msgctxt "" msgid "Entering Line Breaks" msgstr "Zadávání zalomení řádku" +#. S8pTx #: newline.xhp msgctxt "" "newline.xhp\n" @@ -584,6 +655,7 @@ msgctxt "" msgid "<bookmark_value>line breaks; in formulas</bookmark_value><bookmark_value>formulas;line breaks</bookmark_value><bookmark_value>wrapping text;in formulas</bookmark_value>" msgstr "<bookmark_value>zalomení řádku; ve vzorcích</bookmark_value><bookmark_value>vzorce;zalomení řádku</bookmark_value><bookmark_value>zalamování textu;ve vzorcích</bookmark_value>" +#. Uaq5F #: newline.xhp msgctxt "" "newline.xhp\n" @@ -592,6 +664,7 @@ msgctxt "" msgid "<variable id=\"newline\"><link href=\"text/smath/guide/newline.xhp\" name=\"Entering Line Breaks\">Entering Line Breaks</link></variable>" msgstr "<variable id=\"newline\"><link href=\"text/smath/guide/newline.xhp\" name=\"Zadávání zalomení řádku\">Zadávání zalomení řádku</link></variable>" +#. gLLUF #: newline.xhp msgctxt "" "newline.xhp\n" @@ -600,6 +673,7 @@ msgctxt "" msgid "How to write formulas in $[officename] Math over two lines (with manual line break):" msgstr "Jak psát vzorce v $[officename] Math přes dva řádky (s manuálním zalomením řádku):" +#. hYDBe #: newline.xhp msgctxt "" "newline.xhp\n" @@ -608,6 +682,7 @@ msgctxt "" msgid "Create a line break by using the \"newline\" command. Everything coming after the line break is placed on the next line." msgstr "Pomocí příkazu \"newline\" vytvořte zalomení řádku. Vše, co následuje po zalomení řádku, bude umístěno na další řádek." +#. fhtKa #: parentheses.xhp msgctxt "" "parentheses.xhp\n" @@ -616,6 +691,7 @@ msgctxt "" msgid "Inserting Brackets" msgstr "Vkládání závorek" +#. CeDFE #: parentheses.xhp msgctxt "" "parentheses.xhp\n" @@ -624,6 +700,7 @@ msgctxt "" msgid "<bookmark_value>brackets; inserting in %PRODUCTNAME Math</bookmark_value><bookmark_value>inserting;brackets</bookmark_value><bookmark_value>distances between brackets</bookmark_value>" msgstr "<bookmark_value>závorky; vkládání v %PRODUCTNAME Math</bookmark_value><bookmark_value>vkládání;závorky</bookmark_value><bookmark_value>vzdálenosti mezi závorkami</bookmark_value>" +#. XkEUk #: parentheses.xhp msgctxt "" "parentheses.xhp\n" @@ -632,6 +709,7 @@ msgctxt "" msgid "<variable id=\"parentheses\"><link href=\"text/smath/guide/parentheses.xhp\" name=\"Inserting Brackets\">Inserting Brackets</link></variable>" msgstr "<variable id=\"parentheses\"><link href=\"text/smath/guide/parentheses.xhp\" name=\"Vkládání závorek\">Vkládání závorek</link></variable>" +#. cAGdF #: parentheses.xhp msgctxt "" "parentheses.xhp\n" @@ -640,6 +718,7 @@ msgctxt "" msgid "In <item type=\"productname\">%PRODUCTNAME</item> Math, can brackets be shown separately so that the distance between them is freely definable?" msgstr "Lze v aplikaci <item type=\"productname\">%PRODUCTNAME</item> Math zobrazit závorky samostatně, aby bylo možné definovat libovolnou vzdálenost mezi nimi?" +#. L2fFP #: parentheses.xhp msgctxt "" "parentheses.xhp\n" @@ -648,6 +727,7 @@ msgctxt "" msgid "You can set individual brackets using \"left\" and \"right\", but the distance between the brackets will not be fixed, as they adapt to the argument. Nevertheless, there is a way to display brackets so that the distance between them is fixed. To accomplish this, place a \"\\\" (backslash) before the normal brackets. These brackets now behave like any other symbol and the alignment is the same as with other symbols:" msgstr "Samostatné závorky lze zadat pomocí příkazů \"left\" a \"right\", avšak vzdálenost mezi závorkami nebude pevná, protože závorky se přizpůsobí argumentu. Přesto však existuje způsob, jak zobrazit závorky tak, aby vzdálenost mezi nimi byla pevná. Toho lze dosáhnout zadáním znaku \"\\\" (zpětného lomítka) před normální závorky. Tyto závorky potom mají stejnou funkci jako jakýkoliv jiný symbol a nemají žádné zvláštní funkce závorek, tj. nelze pomocí nich vytvářet skupiny a jejich zarovnání odpovídá zarovnání jiných symbolů." +#. AECF4 #: text.xhp msgctxt "" "text.xhp\n" @@ -656,6 +736,7 @@ msgctxt "" msgid "Entering Text" msgstr "Vkládání textu" +#. FGbj6 #: text.xhp msgctxt "" "text.xhp\n" @@ -664,6 +745,7 @@ msgctxt "" msgid "<bookmark_value>text strings; entering in $[officename] Math</bookmark_value><bookmark_value>direct text; entering in $[officename] Math</bookmark_value><bookmark_value>inserting;text in $[officename] Math</bookmark_value>" msgstr "<bookmark_value>textové řetězce; zadávání v $[officename] Math</bookmark_value><bookmark_value>přímý text; zadávání v $[officename] Math</bookmark_value><bookmark_value>vkládání; text v $[officename] Math</bookmark_value>" +#. XRDUC #: text.xhp msgctxt "" "text.xhp\n" @@ -672,6 +754,7 @@ msgctxt "" msgid "<variable id=\"text\"><link href=\"text/smath/guide/text.xhp\" name=\"Entering Text\">Entering Text</link></variable>" msgstr "<variable id=\"text\"><link href=\"text/smath/guide/text.xhp\" name=\"Vkládání textu\">Vkládání textu</link></variable>" +#. FGjG4 #: text.xhp msgctxt "" "text.xhp\n" @@ -680,6 +763,7 @@ msgctxt "" msgid "How to enter direct text strings that do not get interpreted?" msgstr "Jak zadat přímý textový řetězec, který se nebude zpracovávat?" +#. 8AWkB #: text.xhp msgctxt "" "text.xhp\n" @@ -688,6 +772,7 @@ msgctxt "" msgid "Some text strings get interpreted as operators automatically. Sometimes this is not what you want. If you want to write W<emph>*</emph> (a letter with a superscripted asterisk), the asterisk will be interpreted as a multiplication operator. Enclose the direct text within double quotes or add spaceholders." msgstr "Některé textové řetězce se automaticky interpretují jako operátory. Někdy to ovšem nechcete. Pokud chcete napsat např. W<emph>*</emph> (písmeno s hvězdičkou), hvězdička se interpretuje jako operátor násobení. Přímý text uzavřete do uvozovek nebo přidejte zástupné znaky." +#. HCpMB #: text.xhp msgctxt "" "text.xhp\n" @@ -696,6 +781,7 @@ msgctxt "" msgid "Examples:" msgstr "Příklady:" +#. aKbTy #: text.xhp msgctxt "" "text.xhp\n" @@ -704,6 +790,7 @@ msgctxt "" msgid "An imported MathType formula contains the following string" msgstr "Importovaný vzorec MathType obsahuje následující řetězec" +#. pgDrE #: text.xhp msgctxt "" "text.xhp\n" @@ -712,6 +799,7 @@ msgctxt "" msgid "If you have set up Math to convert imported MathType formulas (in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - Microsoft Office), you see the formula with a placeholder instead of the asterisk." msgstr "Pokud je Math nastaven, aby konvertoval importované vzorce MathType (v <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Předvolby</caseinline><defaultinline>Nástroje - Možnosti</defaultinline></switchinline> - Načítání/ukládání - Microsoft Office), uvidíte vzorce se zástupným znakem místo hvězdičky." +#. VXaga #: text.xhp msgctxt "" "text.xhp\n" @@ -720,6 +808,7 @@ msgctxt "" msgid "Change {*} to {} * {} as in the following formula:" msgstr "Změňte {*} na {} * {} jako v následujícím vzorci:" +#. HGq8j #: text.xhp msgctxt "" "text.xhp\n" @@ -728,6 +817,7 @@ msgctxt "" msgid "You can also use W^\"*\" to enter the character as direct text." msgstr "Znak jako přímý text můžete také zadat tímto způsobem: W^\"*\"" +#. qELLZ #: text.xhp msgctxt "" "text.xhp\n" diff --git a/source/cs/helpcontent2/source/text/swriter.po b/source/cs/helpcontent2/source/text/swriter.po index 9389de8a63c..e34283d8839 100644 --- a/source/cs/helpcontent2/source/text/swriter.po +++ b/source/cs/helpcontent2/source/text/swriter.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-11 17:09+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-04-01 04:37+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/cs/>\n" @@ -466,42 +466,6 @@ msgctxt "" msgid "Show or hide <link href=\"text/shared/01/04050000.xhp#resolvecomments\" name=\"resolve comments\">resolved comments</link>." msgstr "Zobrazí nebo skryje <link href=\"text/shared/01/04050000.xhp#resolvecomments\" name=\"Vyřešené komentáře\">vyřešené komentáře</link>." -#. EsnVW -#: main0103.xhp -msgctxt "" -"main0103.xhp\n" -"hd_id102720150854018740\n" -"help.text" -msgid "Show Whitespace" -msgstr "Zobrazit prázdné místo" - -#. WJ3Vz -#: main0103.xhp -msgctxt "" -"main0103.xhp\n" -"par_id102720150854012820\n" -"help.text" -msgid "Displays the document with the top and bottom margins, header and footer and a gap between pages. Uncheck to collapse all the elements above and display document in a contiguous page stream. Hiding whitespace is only possible in Single-page view." -msgstr "Zobrazí v dokumentu horní a dolní okraje, záhlaví, zápatí a mezery mezi stránkami. Zrušíte-li zaškrtnutí, všechny tyto prvky se skryjí a stránky dokumentu k sobě budou přiléhat. Skrýt prázdné místo je možné pouze v režimu zobrazení jedné stránky." - -#. eBSCq -#: main0103.xhp -msgctxt "" -"main0103.xhp\n" -"hd_id03302017034826145\n" -"help.text" -msgid "Track Changes" -msgstr "Sledování změn" - -#. 95G2n -#: main0103.xhp -msgctxt "" -"main0103.xhp\n" -"hd_id102720150908397549\n" -"help.text" -msgid "<link href=\"text/shared/01/gallery.xhp\">Gallery</link>" -msgstr "<link href=\"text/shared/01/gallery.xhp\">Galerie</link>" - #. NEqPZ #: main0103.xhp msgctxt "" @@ -871,6 +835,24 @@ msgctxt "" msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>" msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"Obrázková mapa\">Obrázková mapa</link>" +#. KAnyG +#: main0106.xhp +msgctxt "" +"main0106.xhp\n" +"hd_id621628789958422\n" +"help.text" +msgid "<link href=\"text/shared/guide/redaction.xhp\" name=\"Redact\">Redact</link>" +msgstr "" + +#. hoCpd +#: main0106.xhp +msgctxt "" +"main0106.xhp\n" +"hd_id231628790402002\n" +"help.text" +msgid "<link href=\"text/shared/guide/auto_redact.xhp\" name=\"AutoRedact\">Auto-Redact</link>" +msgstr "" + #. 9FPWA #: main0106.xhp msgctxt "" @@ -1465,6 +1447,42 @@ msgctxt "" msgid "Toggles the setting for automatically recognizing numbers or dates that you enter into a table cell, converting them from text to an appropriate number format." msgstr "Přepne nastavení pro automatické rozpoznávání čísel nebo dat, která jsou zadána do buňky tabulky a poté případně převedena z textu na odpovídající formát čísla." +#. kz8tL +#: main0110.xhp +msgctxt "" +"main0110.xhp\n" +"hd_id711630938569930\n" +"help.text" +msgid "Header Rows Repeat Across Pages" +msgstr "" + +#. pV6gM +#: main0110.xhp +msgctxt "" +"main0110.xhp\n" +"par_id451630938722616\n" +"help.text" +msgid "Repeat a table heading on each new page that the table spans." +msgstr "" + +#. kXsZH +#: main0110.xhp +msgctxt "" +"main0110.xhp\n" +"hd_id191630938574129\n" +"help.text" +msgid "Rows to Break Across Pages" +msgstr "" + +#. iUmYL +#: main0110.xhp +msgctxt "" +"main0110.xhp\n" +"par_id841630938899606\n" +"help.text" +msgid "Allows a page break or column break inside a row of the table. This option is not applied to the first row in a table if the <emph>Repeat Heading</emph> option is selected." +msgstr "" + #. kwKdS #: main0110.xhp msgctxt "" @@ -2365,14 +2383,14 @@ msgctxt "" msgid "Rulers display the dimensions of the page, and the position of tabs, indents, borders and columns. You can modify all of these on the rulers using the mouse." msgstr "Pravítka zobrazují rozměry stránky a umístění tabulátorů, odsazení, ohraničení a sloupců. Všechny tyto vlastnosti je možné pomocí myši upravit." -#. NtELb +#. qEzBZ #: main0213.xhp msgctxt "" "main0213.xhp\n" "par_id3154239\n" "help.text" -msgid "By double-clicking on the ruler, you can open the <emph>Paragraph</emph> dialog and assign <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct paragraph formatting\">direct paragraph formatting</link> for the current paragraph or all selected paragraphs." -msgstr "Poklepání na pravítko otevřete dialog <emph>Odstavec</emph> a můžete aktuálnímu odstavci nebo všem vybraným odstavcům přiřadit <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"formátování\">formátování</link>." +msgid "By double-clicking on the ruler, you can open the <emph>Paragraph</emph> dialog and assign <link href=\"text/shared/00/00000005.xhp#formatting\" name=\"direct paragraph formatting\">direct paragraph formatting</link> for the current paragraph or all selected paragraphs." +msgstr "" #. LqCV4 #: main0214.xhp diff --git a/source/cs/helpcontent2/source/text/swriter/00.po b/source/cs/helpcontent2/source/text/swriter/00.po index a9bd2d34ada..9acd34efc06 100644 --- a/source/cs/helpcontent2/source/text/swriter/00.po +++ b/source/cs/helpcontent2/source/text/swriter/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-03-23 11:45+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-03-24 12:36+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/cs/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.4.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1550732536.000000\n" #. E9tti @@ -493,6 +493,33 @@ msgctxt "" msgid "Formatting Marks" msgstr "Řídicí znaky" +#. LmXFe +#: 00000403.xhp +msgctxt "" +"00000403.xhp\n" +"par_id401629894593714\n" +"help.text" +msgid "Choose <menuitem>View - Show Whitespace</menuitem>." +msgstr "" + +#. SuxGC +#: 00000403.xhp +msgctxt "" +"00000403.xhp\n" +"par_id291629893774665\n" +"help.text" +msgid "<image src=\"cmd/lc_showwhitespace.svg\" id=\"img_id221629893774666\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id141629893774667\">Icon Show Whitespace </alt></image>" +msgstr "" + +#. BEcch +#: 00000403.xhp +msgctxt "" +"00000403.xhp\n" +"par_id311629893774668\n" +"help.text" +msgid "Show Whitespace" +msgstr "" + #. PM6tg #: 00000403.xhp msgctxt "" @@ -2815,6 +2842,24 @@ msgctxt "" msgid "<variable id=\"adiagr\">Choose <menuitem>Tools - Update - Charts</menuitem></variable>" msgstr "<variable id=\"adiagr\">Zvolte <menuitem>Nástroje - Aktualizovat - Grafy</menuitem></variable>" +#. eFAoC +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id101630955770811\n" +"help.text" +msgid "<variable id=\"protectfield\">Choose <menuitem>Tools - Protect Document - Protect Fields</menuitem>.</variable>" +msgstr "" + +#. YhoGY +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id621630955775413\n" +"help.text" +msgid "<variable id=\"protecbookmarks\">Choose <menuitem>Tools - Protect Document - Protect Bookmarks</menuitem>.</variable>" +msgstr "" + #. DbjCa #: 00000406.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/swriter/01.po b/source/cs/helpcontent2/source/text/swriter/01.po index c575c411492..bbd23e2a32d 100644 --- a/source/cs/helpcontent2/source/text/swriter/01.po +++ b/source/cs/helpcontent2/source/text/swriter/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-14 12:01+0200\n" "PO-Revision-Date: 2021-05-07 05:37+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/cs/>\n" @@ -691,14 +691,14 @@ msgctxt "" msgid "<variable id=\"Navigator\"><link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link></variable>" msgstr "<variable id=\"Navigator\"><link href=\"text/swriter/01/02110000.xhp\" name=\"Navigátor\">Navigátor</link></variable>" -#. uXgCi +#. BpzBg #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3149802\n" "help.text" -msgid "<ahelp hid=\".\">Shows or hides the Navigator window, where you can quickly jump to different parts of your document. Navigator is also available as a deck of the Sidebar. You can also use the Navigator to insert elements from the current document or other open documents, and to organize master documents.</ahelp> To edit an item in the Navigator, right-click the item, and then choose a command from the context menu. If you want, you can <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dock\">dock</link> the Navigator at the edge of your workspace." -msgstr "<ahelp hid=\".\">Zobrazí nebo skryje okno Navigátor, kde je možné rychle přecházet mezi jednotlivými částmi dokumentu. Navigátor je rovněž dostupný jako karta postranní lišty. Navigátor lze též použít pro vkládání částí z aktuálního nebo jiných otevřených dokumentů. S jeho pomocí lze také organizovat hlavní dokumenty.</ahelp> Chcete-li upravit položku v Navigátoru, klepněte na ni pravým tlačítkem a vyberte příkaz z místní nabídky. Je též možné <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"ukotvit\">ukotvit</link> Navigátor k okraji pracovní plochy." +msgid "<ahelp hid=\".\">Shows or hides the Navigator window, where you can quickly jump to different parts of your document. Navigator is also available as a deck of the Sidebar. You can also use the Navigator to insert elements from the current document or other open documents, and to organize master documents.</ahelp> To edit an item in the Navigator, right-click the item, and then choose a command from the context menu. If you want, you can <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dock\">dock</link> the Navigator at the edge of your workspace." +msgstr "" #. 3Bt3V #: 02110000.xhp @@ -15793,14 +15793,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/textflowpage/spinWidow\">Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the <emph>Lines </emph>box.</ahelp> If the number of lines at the top of the page is less than the amount specified in the <emph>Lines </emph>box, the position of the break is adjusted." msgstr "<ahelp hid=\"cui/ui/textflowpage/spinWidow\">Určuje minimální počet řádků v odstavci po zalomení stránky. Zaškrtněte toto pole a poté zadejte číslo do pole <emph>Řádky</emph>.</ahelp> Je-li počet řádků na začátku stránky menší než číslo v poli <emph>Řádky</emph>, bude upravena pozice zalomení v odstavci." -#. BVnkP +#. r5hME #: 05030200.xhp msgctxt "" "05030200.xhp\n" "par_id3155860\n" "help.text" -msgid "<link href=\"text/shared/00/00000005.xhp#schuster\" name=\"Orphans\">Orphans</link>." -msgstr "<link href=\"text/shared/00/00000005.xhp#schuster\" name=\"Sirotci\">Sirotci</link>." +msgid "<link href=\"text/shared/00/00000005.xhp#widows_and_orphans\" name=\"Orphans\">Orphans</link>." +msgstr "" #. ZG3Lb #: 05030400.xhp @@ -17530,14 +17530,14 @@ msgctxt "" msgid "Type" msgstr "Typ" -#. 7Ft3j +#. RszD2 #: 05060100.xhp msgctxt "" "05060100.xhp\n" "bm_id9646290\n" "help.text" -msgid "<bookmark_value>resizing;aspect ratio</bookmark_value><bookmark_value>aspect ratio;resizing objects</bookmark_value>" -msgstr "<bookmark_value>změna velikosti;poměr stran</bookmark_value><bookmark_value>poměr stran;změna velikosti objektů</bookmark_value>" +msgid "<bookmark_value>resizing;aspect ratio</bookmark_value> <bookmark_value>aspect ratio;resizing objects</bookmark_value>" +msgstr "" #. aWPDS #: 05060100.xhp @@ -17899,23 +17899,113 @@ msgctxt "" msgid "to" msgstr "k" -#. 2BZkr +#. UukGz #: 05060100.xhp msgctxt "" "05060100.xhp\n" "par_id3149213\n" "help.text" -msgid "<ahelp hid=\".\">Select the reference point for the selected horizontal alignment option.</ahelp>" -msgstr "<ahelp hid=\".\">Vyberte referenční bod pro určení vodorovného zarovnání.</ahelp>" +msgid "<ahelp hid=\".\">Select the reference point for the selected horizontal alignment option.</ahelp> The following options are available:" +msgstr "" + +#. pSgnp +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id521629211712372\n" +"help.text" +msgid "<emph>Paragraph area:</emph> the object is positioned considering the whole width available for the paragraph, including indent spaces." +msgstr "" + +#. iWFAw +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id761629211713907\n" +"help.text" +msgid "<emph>Paragraph text area:</emph> the object is positioned considering the whole width available for text in the paragraph, excluding indent spaces." +msgstr "" + +#. ANQo2 +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id821629211714199\n" +"help.text" +msgid "<emph>Left paragraph border:</emph> the object is positioned considering the width of the indent space available to the left of the paragraph." +msgstr "" + +#. sChkG +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id741629211714572\n" +"help.text" +msgid "<emph>Right paragraph border:</emph> the object is positioned considering the width of the indent space available to the right of the paragraph." +msgstr "" + +#. UWViJ +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id171629211714933\n" +"help.text" +msgid "<emph>Left page border:</emph> the object is positioned considering the space available between the left page border and the left paragraph border." +msgstr "" + +#. F9qZf +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id131629211715280\n" +"help.text" +msgid "<emph>Right page border:</emph> the object is positioned considering the space available between the right page border and the right paragraph border." +msgstr "" + +#. norkq +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id691629211796237\n" +"help.text" +msgid "<emph>Entire page:</emph> the object is positioned considering the whole width of the page, from the left to the right page borders." +msgstr "" + +#. CmKyb +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id981629211796563\n" +"help.text" +msgid "<emph>Page text area:</emph> the object is positioned considering the whole width available for text in the page, from the left to the right page margins." +msgstr "" + +#. JuoS4 +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id811629211796776\n" +"help.text" +msgid "<emph>Character:</emph> the object is positioned considering the horizontal space used by the character." +msgstr "" -#. Cz8Vi +#. cAAkt #: 05060100.xhp msgctxt "" "05060100.xhp\n" -"par_id3149230\n" +"par_id701629220055018\n" +"help.text" +msgid "Beware that the set of options available depend on the Anchor settings. Therefore, not all options listed above may be shown due to the current Anchor choice." +msgstr "" + +#. eBQAz +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id741629211922065\n" "help.text" msgid "You can see the result of the alignments options that you select in the Preview box." -msgstr "Výsledek nastavení zarovnání si můžete zobrazit v náhledovém poli." +msgstr "" #. EUGc6 #: 05060100.xhp @@ -17998,14 +18088,86 @@ msgctxt "" msgid "to" msgstr "k" -#. GevPM +#. WCoTF #: 05060100.xhp msgctxt "" "05060100.xhp\n" "par_id3155075\n" "help.text" -msgid "<ahelp hid=\".\">Select the reference point for the selected vertical alignment option.</ahelp>" -msgstr "<ahelp hid=\".\">Vyberte referenční bod pro určení svislého zarovnání.</ahelp>" +msgid "<ahelp hid=\".\">Select the reference point for the selected vertical alignment option.</ahelp> The following options are available:" +msgstr "" + +#. 5GxHP +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id551629212019498\n" +"help.text" +msgid "<emph>Margin:</emph> Depending on the anchoring type, the object is positioned considering the space between the top margin and the character (\"To character\" anchoring) or bottom edge of the paragraph (\"To paragraph\" anchoring) where the anchor is placed." +msgstr "" + +#. vKwer +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id481629212019833\n" +"help.text" +msgid "<emph>Paragraph text area:</emph> the object is positioned considering the height of the paragraph where the anchor is placed." +msgstr "" + +#. 2i9ic +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id521629212020113\n" +"help.text" +msgid "<emph>Entire page:</emph> the object is positioned considering the full page height, from top to bottom page borders." +msgstr "" + +#. WvDZQ +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id691629212020466\n" +"help.text" +msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins." +msgstr "" + +#. R8syf +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id951629212020860\n" +"help.text" +msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character." +msgstr "" + +#. 76CzL +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id631629212021233\n" +"help.text" +msgid "<emph>Line of text:</emph> the object is positioned considering the height of the line of text where the anchor is placed." +msgstr "" + +#. ywYwM +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id631629220309961\n" +"help.text" +msgid "<emph>Baseline:</emph> available only for \"As character\" anchoring, this option will position the object considering the text baseline over which all characters are placed." +msgstr "" + +#. xYbGQ +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id811629220310472\n" +"help.text" +msgid "<emph>Row:</emph> available only for \"As character\" anchoring, this option will position the object considering the height of the row where the anchor is placed." +msgstr "" #. bQXrs #: 05060100.xhp @@ -22480,14 +22642,14 @@ msgctxt "" msgid "When a List Style is created, a name is assigned to the style. The list style can be applied to paragraphs or assigned to a paragraph style in the Apply List Style section of the <link href=\"text/swriter/01/05030800.xhp\" name=\"ApplyListStyle\">Outline & List</link> tab." msgstr "Při vytvoření se stylu seznamu přiřadí název. Styl seznamu je možné použít na odstavce nebo jej lze v části Použít styl seznamu na kartě <link href=\"text/swriter/01/05030800.xhp\" name=\"Osnova a seznam\">Osnova a seznam</link> přiřadit stylu odstavce." -#. MU724 +#. 9GiGz #: 05130004.xhp msgctxt "" "05130004.xhp\n" "par_id3151390\n" "help.text" -msgid "Ordered lists and unordered lists created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the <link href=\"text/swriter/02/02110000.xhp\" name=\"Toggle Ordered List\">Toggle Ordered List</link> and <link href=\"text/shared/02/06120000.xhp\" name=\"Toggle Unordered List\">Toggle Unordered List</link> icons of the <link href=\"text/swriter/main0202.xhp\" name=\"object bar\">Formatting</link> bar use <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>. They are not list styles." -msgstr "Seřazené a neseřazené seznamy vytvořené v dialogovém okně <link href=\"text/shared/01/06050000.xhp\" name=\"Odrážky a číslování\">Odrážky a číslování</link> nebo pomocí ikon <link href=\"text/swriter/02/02110000.xhp\" name=\"Přepnout seřazený seznam\">Přepnout seřazený seznam</link> a <link href=\"text/shared/02/06120000.xhp\" name=\"Přepnout neseřazený seznam\">Přepnout neseřazený seznam</link> na liště <link href=\"text/swriter/main0202.xhp\" name=\"Lišta Formátování\">Formátování</link> používají <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"přímé formátování\">přímé formátování</link>. Nejedná se proto o styly seznamy." +msgid "Ordered lists and unordered lists created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the <link href=\"text/swriter/02/02110000.xhp\" name=\"Toggle Ordered List\">Toggle Ordered List</link> and <link href=\"text/shared/02/06120000.xhp\" name=\"Toggle Unordered List\">Toggle Unordered List</link> icons of the <link href=\"text/swriter/main0202.xhp\" name=\"object bar\">Formatting</link> bar use <link href=\"text/shared/00/00000005.xhp#formatting\" name=\"direct formatting\">direct formatting</link>. They are not list styles." +msgstr "" #. UgisA #: 05130100.xhp @@ -22777,14 +22939,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Choose Edit Paragraph Style in the context menu of a paragraph to edit the style of all paragraphs of the same style.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Když u aktuálního odstavce vyberete z místní nabídky Upravit styl odstavce a upravíte jej, upravíte tak všechny odstavce s tímto stylem.</ahelp>" -#. 8qFKz +#. PCdBP #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_idN106EF\n" "help.text" -msgid "To <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dock\">dock</link> the Styles window, drag its title bar to the left or to the right side of the workspace. To undock the window, double-click a free space on its toolbar." -msgstr "Chcete-li okno Styly a <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"ukotvit\">ukotvit</link>, přetáhněte jeho záhlaví k levému nebo pravému okraji pracovní plochy. Chcete-li okno uvolnit, poklepejte na volnou oblast na jeho nástrojové liště." +msgid "To <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dock\">dock</link> the Styles window, drag its title bar to the left or to the right side of the workspace. To undock the window, double-click a free space on its toolbar." +msgstr "" #. rnJBS #: 05140000.xhp @@ -22822,14 +22984,14 @@ msgctxt "" msgid "Paragraph Styles" msgstr "Styly odstavce" -#. qAqK4 +#. YsBSM #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3149800\n" "help.text" -msgid "<ahelp hid=\".\">Displays formatting styles for paragraphs.</ahelp> Use paragraph styles to apply the same <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"formatting\">formatting</link>, such as font, numbering, and layout to the paragraphs in your document." -msgstr "<ahelp hid=\".\">Zobrazuje styly pro formátování odstavce.</ahelp> Pomocí stylů odstavce můžete použít stejné <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"formátování\">formátování</link>, např. písmo, číslování či rozvržení odstavce, v celém dokumentu." +msgid "<ahelp hid=\".\">Displays formatting styles for paragraphs.</ahelp> Use paragraph styles to apply the same <link href=\"text/shared/00/00000005.xhp#formatting\" name=\"formatting\">formatting</link>, such as font, numbering, and layout to the paragraphs in your document." +msgstr "" #. ataNf #: 05140000.xhp @@ -24568,14 +24730,14 @@ msgctxt "" msgid "Load/Save" msgstr "Načíst/Uložit" -#. 4jFGn +#. Abswb #: 06060000.xhp msgctxt "" "06060000.xhp\n" "par_id3147512\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/user\">Saves or loads a chapter numbering format. A saved chapter numbering format is available to load into other text documents.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/outlinenumbering/user\">Uloží či načte formát číslování kapitol. Uložené formáty číslování kapitol je možné načíst v jiných textových dokumentech.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/format\">Saves or loads a chapter numbering format. A saved chapter numbering format is available to load into other text documents.</ahelp>" +msgstr "" #. DkYUj #: 06060000.xhp @@ -24595,14 +24757,14 @@ msgctxt "" msgid "Untitled 1 - 9" msgstr "Bez_názvu 1 až 9" -#. GEBee +#. EWZmA #: 06060000.xhp msgctxt "" "06060000.xhp\n" "par_id3150350\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/form1\">Select a predefined numbering format.</ahelp> Save your own predefined numbering formats using <emph>Save As</emph>." -msgstr "<ahelp hid=\"modules/swriter/ui/outlinenumbering/form1\">Vyberte přednastavený formát číslování.</ahelp> Vlastní přednastavené formáty číslování uložíte pomocí <emph>Uložit jako</emph>." +msgid "<ahelp hid=\".\">Select a predefined numbering format.</ahelp> Save your own predefined numbering formats using <emph>Save As</emph>." +msgstr "" #. NoHGV #: 06060000.xhp @@ -24739,15 +24901,6 @@ msgctxt "" msgid "<emph>Description</emph>" msgstr "<emph>Popis</emph>" -#. AoxBN -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3155899\n" -"help.text" -msgid "1, 2, 3, ..." -msgstr "1, 2, 3, ..." - #. rDEQw #: 06060100.xhp msgctxt "" @@ -24757,15 +24910,6 @@ msgctxt "" msgid "Arabic numerals" msgstr "Arabské číslice" -#. aMCaW -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3147513\n" -"help.text" -msgid "A, B, C, ..." -msgstr "A, B, C, ..." - #. zVG2q #: 06060100.xhp msgctxt "" @@ -24775,15 +24919,6 @@ msgctxt "" msgid "Capital letters" msgstr "Velká písmena" -#. sgQ6h -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3154104\n" -"help.text" -msgid "a, b, c, ..." -msgstr "a, b, c, ..." - #. E2DAU #: 06060100.xhp msgctxt "" @@ -24793,15 +24928,6 @@ msgctxt "" msgid "Lowercase letters" msgstr "Malá písmena" -#. XbqUP -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3151314\n" -"help.text" -msgid "I, II, III, ..." -msgstr "I, II, III, ..." - #. PNNRW #: 06060100.xhp msgctxt "" @@ -24811,15 +24937,6 @@ msgctxt "" msgid "Roman numerals (upper)" msgstr "Římské číslice (velké)" -#. PZNRY -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3150360\n" -"help.text" -msgid "i, ii, iii, ..." -msgstr "i, ii, iii, ..." - #. QHGzf #: 06060100.xhp msgctxt "" @@ -24829,15 +24946,6 @@ msgctxt "" msgid "Roman numerals (lower)" msgstr "Římské číslice (malé)" -#. cihkt -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3149298\n" -"help.text" -msgid "A,... AA,... AAA,..." -msgstr "A,... AA,... AAA,..." - #. ozLot #: 06060100.xhp msgctxt "" @@ -24847,15 +24955,6 @@ msgctxt "" msgid "Alphabetical numbering with identical capital letters, where the number of letters indicates the chapter level. For example, the second number in level three is \"BBB\"." msgstr "Abecední číslování se stejnými velkými písmeny, kde počet písmen označuje úroveň kapitoly. Např. druhé číslo ve třetí úrovni je \"BBB\"." -#. dYQ5A -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3143284\n" -"help.text" -msgid "a,... aa,... aaa,..." -msgstr "a,... aa,... aaa,..." - #. AdZyB #: 06060100.xhp msgctxt "" @@ -26926,6 +27025,222 @@ msgctxt "" msgid "Updates items in the current document that have dynamic contents, so as fields and indexes." msgstr "Aktualizuje položky s dynamickým obsahem, jako jsou pole a indexy." +#. T2G4E +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"tit\n" +"help.text" +msgid "Accessibility Check" +msgstr "" + +#. BQC8G +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"bm_id551630942369429\n" +"help.text" +msgid "<bookmark_value>accessibility;check in text document</bookmark_value> <bookmark_value>PDF/UA;ckeck</bookmark_value>" +msgstr "" + +#. M96s3 +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"hd_id771630940172827\n" +"help.text" +msgid "<variable id=\"accessibilitycheckh1\"><link href=\"text/swriter/01/accessibility_check.xhp\" name=\"Accessibility Check\">Accessibility Check</link></variable>" +msgstr "" + +#. yT4uv +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id951630940172830\n" +"help.text" +msgid "Review common accessibility problems in the document, and support for PDF/UA specifications in the PDF export dialog." +msgstr "" + +#. EYLLt +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id311630940367510\n" +"help.text" +msgid "Choose <menuitem>Tools - Accessibility Check</menuitem>." +msgstr "" + +#. MChEF +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id521630941308319\n" +"help.text" +msgid "Select <menuitem>File - Export as PDF - General - Universal Accessibility (PDF/UA)</menuitem> and click <emph>OK</emph>." +msgstr "" + +#. FvnEV +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id901630941406987\n" +"help.text" +msgid "The Accessibility Check tool traverses the document structure and gather all possible accessibility issues. The check can be run manually through the menu or it will be triggered after PDF export dialog, when the PDF/UA support is enabled." +msgstr "" + +#. RpbFj +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"hd_id271630943848307\n" +"help.text" +msgid "The Accessibility Check dialog" +msgstr "" + +#. FAFuD +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id681630943858371\n" +"help.text" +msgid "The Accessibility Check dialog shows a list of all issues found in the text document." +msgstr "" + +#. RPhYG +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"hd_id841630943833924\n" +"help.text" +msgid "Go to Issue" +msgstr "" + +#. fquGN +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id41630943863594\n" +"help.text" +msgid "Click the button to jump to the page and select the object or issue that requires attention for accessibility." +msgstr "" + +#. WgpUi +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"hd_id121630943721145\n" +"help.text" +msgid "Common accessibility checks" +msgstr "" + +#. 9u7no +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id31630941412046\n" +"help.text" +msgid "The checks that are currently implemented are:" +msgstr "" + +#. sxkkp +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id191630941836904\n" +"help.text" +msgid "Check that the document title is set." +msgstr "" + +#. B3GtS +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id1001630941860410\n" +"help.text" +msgid "Check that the document language is set, or that all styles that are in use, have the language set." +msgstr "" + +#. EhNJE +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id1001630941880414\n" +"help.text" +msgid "Check all images, graphics, OLE objects for the alt (or title in some objects) text." +msgstr "" + +#. PSxFG +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id491630941907745\n" +"help.text" +msgid "Check tables don't include splits or merges, which aren't allowed by the specifications." +msgstr "" + +#. wkEAD +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id901630941949974\n" +"help.text" +msgid "Check for fake/manual numbering (not using integrated numbering). For example writing \"1.\" \"2.\" \"3.\" at the beginning of the paragraphs." +msgstr "" + +#. 9e7Xi +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id981630941970321\n" +"help.text" +msgid "Check that hyperlink text is not a hyperlink itself - hyperlink should be described." +msgstr "" + +#. DRKCs +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id421630941989099\n" +"help.text" +msgid "Check for the contrast between text and the background. The algorithm is described in the WCAG specification." +msgstr "" + +#. dVG2r +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id781630942005022\n" +"help.text" +msgid "Check for blinking text, which can be problematic for people with cognitive disabilities or photosensitive epilepsy." +msgstr "" + +#. QgCco +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id651630942022847\n" +"help.text" +msgid "Check for footnotes and endnotes, which should be avoided." +msgstr "" + +#. uoggD +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id531630942039864\n" +"help.text" +msgid "Check for heading order. Order of the headings must increase incrementally with no skips (for example Heading 1 to Heading 3, skipping Heading 2)." +msgstr "" + +#. LdMWG +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id221630942064725\n" +"help.text" +msgid "Check, if text conveys additional meaning with (direct) formatting." +msgstr "" + #. k5UDL #: edit_reference_submenu.xhp msgctxt "" @@ -30373,6 +30688,96 @@ msgctxt "" msgid "<link href=\"text/shared/01/06140200.xhp\" name=\"makeshortcut\">Making a Shortcut Key</link>" msgstr "<link href=\"text/shared/01/06140200.xhp\" name=\"vytvoření klávesové zkratky\">Vytvoření klávesové zkratky</link>" +#. o5ZPq +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"tit\n" +"help.text" +msgid "Protect Document" +msgstr "" + +#. 2VVFB +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"bm_id71630957701819\n" +"help.text" +msgid "<bookmark_value>protection;fields in text documents</bookmark_value><bookmark_value>protection;bookmarks in text documents</bookmark_value>" +msgstr "" + +#. iNpsr +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"hd_id631630954633446\n" +"help.text" +msgid "<link href=\"text/swriter/01/protectdocument.xhp\" name=\"Protect Document\">Protect Document</link>" +msgstr "" + +#. NTd9C +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"par_id491630954633448\n" +"help.text" +msgid "Toggles write protection for fields and bookmarks in the document." +msgstr "" + +#. 9CfQn +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"par_id18112016398104\n" +"help.text" +msgid "<embedvar href=\"text/swriter/guide/protection.xhp#protwarn\"/>" +msgstr "" + +#. ZeFv5 +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"hd_id431630956035026\n" +"help.text" +msgid "Protect Fields" +msgstr "" + +#. wRf6V +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"par_id851630956050636\n" +"help.text" +msgid "Toggles fields write protection. When checked, the fields cannot be edited or deleted." +msgstr "" + +#. DBkt8 +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"hd_id871630956040154\n" +"help.text" +msgid "Protect Bookmarks" +msgstr "" + +#. PxAHD +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"par_id631630956055502\n" +"help.text" +msgid "Toggles bookmark write protection. When checked, the bookmarks cannot be deleted or renamed." +msgstr "" + +#. 96cqF +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"par_id281630957530212\n" +"help.text" +msgid "<embedvar href=\"text/swriter/guide/protection.xhp#protection\"/>" +msgstr "" + #. KadxR #: selection_mode.xhp msgctxt "" @@ -30418,6 +30823,33 @@ msgctxt "" msgid "<ahelp hid=\".\">In block selection mode, you can select a rectangular block of text.</ahelp>" msgstr "<ahelp hid=\".\">V blokovém režimu výběru můžete označit obdélníkový blok textu.</ahelp>" +#. E3EVP +#: show_whitespace.xhp +msgctxt "" +"show_whitespace.xhp\n" +"tit\n" +"help.text" +msgid "Show Whitespace" +msgstr "" + +#. Bb74x +#: show_whitespace.xhp +msgctxt "" +"show_whitespace.xhp\n" +"hd_id11629893531856\n" +"help.text" +msgid "<link href=\"text/swriter/01/show_whitespace.xhp\" name=\"show_whitespace\">Show Whitespace</link>" +msgstr "" + +#. 9GHq6 +#: show_whitespace.xhp +msgctxt "" +"show_whitespace.xhp\n" +"par_id102720150854012820\n" +"help.text" +msgid "Displays the document with the top and bottom margins, header and footer and a gap between pages. Uncheck to collapse all the elements cited and display the document in a contiguous page stream. Hiding whitespace is only possible in Single-page view." +msgstr "" + #. wDniB #: title_page.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/swriter/04.po b/source/cs/helpcontent2/source/text/swriter/04.po index 3e1588ccfe0..7c2409b7f41 100644 --- a/source/cs/helpcontent2/source/text/swriter/04.po +++ b/source/cs/helpcontent2/source/text/swriter/04.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-03-08 14:40+0100\n" +"POT-Creation-Date: 2021-09-14 12:01+0200\n" "PO-Revision-Date: 2021-03-15 20:36+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriter04/cs/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.4.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1534081976.000000\n" #. brcGC @@ -1276,14 +1276,14 @@ msgctxt "" msgid "Ctrl+Arrow Up" msgstr "Ctrl+šipka nahoru" -#. AMkTV +#. cDPtt #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id1764275\n" "help.text" -msgid "Move cursor to beginning of the previous paragraph" -msgstr "Přesunout kurzor na začátek předchozího odstavce" +msgid ">Move cursor to beginning of paragraph. Next keystroke moves cursor to beginning of previous paragraph" +msgstr "" #. VEwNS #: 01020000.xhp diff --git a/source/cs/helpcontent2/source/text/swriter/guide.po b/source/cs/helpcontent2/source/text/swriter/guide.po index 65385aab6e1..2517ffb40bb 100644 --- a/source/cs/helpcontent2/source/text/swriter/guide.po +++ b/source/cs/helpcontent2/source/text/swriter/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-04-27 17:03+0200\n" +"POT-Creation-Date: 2021-09-14 12:01+0200\n" "PO-Revision-Date: 2021-04-29 14:37+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/cs/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.4.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1565688661.000000\n" #. XAt2Y @@ -13264,14 +13264,14 @@ msgctxt "" msgid "For whole table, select the table, and choose the <item type=\"menuitem\">Table - Protect Cells</item> in menu bar." msgstr "Chcete-li chránit celou tabulku, vyberte ji a zvolte v hlavní nabídce <item type=\"menuitem\">Tabulka - Zamknout buňky</item>." -#. Eq6S6 +#. umEmt #: protection.xhp msgctxt "" "protection.xhp\n" "par_id3155178\n" "help.text" -msgid "<variable id=\"firstof\">If necessary, 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 - Formatting Aids</item> and select <emph>Enable cursor</emph> under the <emph>Protected Areas</emph>.</variable>" -msgstr "<variable id=\"firstof\">V případě potřeby 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 - Pomůcky pro formátování</item> a zaškrtněte pole <emph>Povolit kurzor</emph> v části <emph>Zamknuté oblasti</emph>.</variable>" +msgid "<variable id=\"firstof\">If necessary, 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 - Formatting Aids</item> and select <emph>Enable cursor</emph> under the <emph>Protected Areas</emph>.</variable>" +msgstr "" #. bYNoc #: protection.xhp @@ -13345,6 +13345,33 @@ msgctxt "" msgid "Right-click in the index or table of contents in the Navigator and uncheck <emph>Index - Read-only</emph>." msgstr "Klepněte pravým tlačítkem na rejstřík nebo obsah v Navigátoru a zrušte zaškrtnutí položky <emph>Rejstřík - Jen pro čtení</emph>." +#. BatoS +#: protection.xhp +msgctxt "" +"protection.xhp\n" +"hd_id641630957309611\n" +"help.text" +msgid "Protecting fields and bookmarks from changes" +msgstr "" + +#. KGn3f +#: protection.xhp +msgctxt "" +"protection.xhp\n" +"par_id621630957319188\n" +"help.text" +msgid "Choose <menuitem>Tools - Protect Document - Protect Fields</menuitem> to protect all fields against changes. Use this protection to prevent accidental changes in fields." +msgstr "" + +#. DDDVG +#: protection.xhp +msgctxt "" +"protection.xhp\n" +"par_id111630957324575\n" +"help.text" +msgid "Choose <menuitem>Tools - Protect Document - Protect Bookmarks</menuitem> to protect all bookmarks against changes. Use this protection to prevent accidental bookmark changes." +msgstr "" + #. 8pBwt #: protection.xhp msgctxt "" @@ -14227,14 +14254,14 @@ msgctxt "" msgid "Using Regular Expressions in Text Searches" msgstr "Použití regulárních výrazů při vyhledávání textu" -#. BfcDE +#. zQBiL #: search_regexp.xhp msgctxt "" "search_regexp.xhp\n" "bm_id3150099\n" "help.text" -msgid "<bookmark_value>wildcards, see regular expressions</bookmark_value><bookmark_value>searching; with regular expressions</bookmark_value><bookmark_value>regular expressions;searching</bookmark_value><bookmark_value>examples for regular expressions</bookmark_value><bookmark_value>characters;finding all</bookmark_value><bookmark_value>invisible characters;finding</bookmark_value><bookmark_value>paragraph marks;searching</bookmark_value>" -msgstr "<bookmark_value>zástupné znaky, viz regulární výrazy</bookmark_value><bookmark_value>vyhledávání; s regulárními výrazy</bookmark_value><bookmark_value>regulární výrazy;vyhledávání</bookmark_value><bookmark_value>příklady regulárních výrazů</bookmark_value><bookmark_value>znaky;najít vše</bookmark_value><bookmark_value>neviditelné znaky;hledání</bookmark_value><bookmark_value>konce odstavce;vyhledávání</bookmark_value>" +msgid "<bookmark_value>searching; with regular expressions</bookmark_value> <bookmark_value>regular expressions;searching</bookmark_value> <bookmark_value>examples for regular expressions</bookmark_value> <bookmark_value>characters;finding all</bookmark_value> <bookmark_value>invisible characters;finding</bookmark_value> <bookmark_value>paragraph marks;searching</bookmark_value>" +msgstr "" #. Q5Xoa #: search_regexp.xhp @@ -14380,15 +14407,6 @@ msgctxt "" msgid "A search using a regular expression will work only within one paragraph. To search using a regular expression in more than one paragraph, do a separate search in each paragraph." msgstr "Vyhledávání za pomocí regulárních výrazů pracuje pouze uvnitř jednoho odstavce. Pokud chcete vyhledávat za pomoci regulárních výrazů ve více, než jednom odstavci, vyhledávejte v každém odstavci zvlášť." -#. kyToN -#: search_regexp.xhp -msgctxt "" -"search_regexp.xhp\n" -"par_id3149875\n" -"help.text" -msgid "<link href=\"text/shared/01/02100001.xhp\" name=\"List of regular expressions\">List of regular expressions</link>" -msgstr "<link href=\"text/shared/01/02100001.xhp\" name=\"Seznam regulárních výrazů\">Seznam regulárních výrazů</link>" - #. r7Kkv #: section_edit.xhp msgctxt "" |