diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-01-22 14:28:02 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-01-22 14:53:24 +0100 |
commit | 37a6f521ec6303193d6057736ff414ef7c62c6d4 (patch) | |
tree | e4b094dd028d5ada504a170318979f34ac4058a5 /source/lt/helpcontent2 | |
parent | 6d4072204c5fc8d17f52a11ac01b23eba65a20f5 (diff) |
update translations for master
and force-fix errors using pocheck
Change-Id: Idf82bb4c2e7f863f2807524fdea1be4d11b88c2e
Diffstat (limited to 'source/lt/helpcontent2')
32 files changed, 6379 insertions, 4548 deletions
diff --git a/source/lt/helpcontent2/source/auxiliary.po b/source/lt/helpcontent2/source/auxiliary.po index 86e111e789f..6a8254f7b55 100644 --- a/source/lt/helpcontent2/source/auxiliary.po +++ b/source/lt/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: 2019-08-21 21:36+0200\n" +"POT-Creation-Date: 2019-11-25 17:08+0100\n" "PO-Revision-Date: 2019-05-03 19:50+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -583,14 +583,14 @@ msgctxt "" msgid "Charts and Diagrams" msgstr "Grafikai ir diagramos" -#. YC7ih +#. GVohQ #: shared.tree msgctxt "" "shared.tree\n" "1013\n" "node.text" -msgid "Load, Save, Import, Export" -msgstr "Įkėlimas, įrašymas, importas, eksportas" +msgid "Load, Save, Import, Export, PDF" +msgstr "" #. Ty8Du #: shared.tree @@ -1077,4 +1077,3 @@ msgctxt "" "help_section.text" msgid "HTML Documents (Writer Web)" msgstr "Tinklalapiai (Writer Web)" - diff --git a/source/lt/helpcontent2/source/text/sbasic/shared.po b/source/lt/helpcontent2/source/text/sbasic/shared.po index 5eaa33c5262..43bb8507d8b 100644 --- a/source/lt/helpcontent2/source/text/sbasic/shared.po +++ b/source/lt/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: 2019-11-13 13:46+0100\n" +"POT-Creation-Date: 2019-12-24 18:00+0100\n" "PO-Revision-Date: 2019-11-05 12:18+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textsbasicshared/lt/>\n" @@ -1969,13 +1969,13 @@ msgctxt "" msgid "Using Variables" msgstr "" -#. PDbAJ +#. TjAJy #: 01020100.xhp msgctxt "" "01020100.xhp\n" "bm_id3149346\n" "help.text" -msgid "<bookmark_value>names of variables</bookmark_value> <bookmark_value>variables; using</bookmark_value> <bookmark_value>types of variables</bookmark_value> <bookmark_value>declaring variables</bookmark_value> <bookmark_value>values;of variables</bookmark_value> <bookmark_value>constants</bookmark_value> <bookmark_value>arrays;declaring</bookmark_value> <bookmark_value>defining;constants</bookmark_value>" +msgid "<bookmark_value>names of variables</bookmark_value> <bookmark_value>variables; using</bookmark_value> <bookmark_value>types of variables</bookmark_value> <bookmark_value>declaring variables</bookmark_value> <bookmark_value>values;of variables</bookmark_value> <bookmark_value>literals;integer</bookmark_value> <bookmark_value>literals;hexadecimal</bookmark_value> <bookmark_value>literals;integer</bookmark_value> <bookmark_value>literals;octal</bookmark_value> <bookmark_value>literals;&h notation</bookmark_value> <bookmark_value>literals;&o notation</bookmark_value> <bookmark_value>literals;floating-point</bookmark_value> <bookmark_value>constants</bookmark_value> <bookmark_value>arrays;declaring</bookmark_value> <bookmark_value>defining;constants</bookmark_value>" msgstr "" #. VAkCC @@ -2329,13 +2329,13 @@ msgctxt "" msgid "Single Variables" msgstr "" -#. B2eF2 +#. VAptr #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3153070\n" "help.text" -msgid "Single variables can take positive or negative values ranging from 3.402823 x 10E38 to 1.401298 x 10E-45. Single variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Single variables are suitable for mathematical calculations of average precision. Calculations require more time than for Integer variables, but are faster than calculations with Double variables. A Single variable requires 4 bytes of memory. The type-declaration character is \"!\"." +msgid "Single variables can take positive or negative values ranging from 3.402823 x 10E38 to 1.401298 x 10E-45. Single variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Single variables are suitable for mathematical calculations of average precision. Calculations require more time than for Integer variables, but are faster than calculations with Double variables. A Single variable requires 4 bytes of memory. The type-declaration character is \"!\"." msgstr "" #. X2BBe @@ -2347,13 +2347,22 @@ msgctxt "" msgid "Double Variables" msgstr "" -#. WVPhh +#. WhxRy #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3150953\n" "help.text" -msgid "Double variables can take positive or negative values ranging from 1.79769313486232 x 10E308 to 4.94065645841247 x 10E-324. Double variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Double variables are suitable for precise calculations. Calculations require more time than for Single variables. A Double variable requires 8 bytes of memory. The type-declaration character is \"#\"." +msgid "Double variables can take positive or negative values ranging from 1.79769313486232 x 10E308 to 4.94065645841247 x 10E-324. Double variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Double variables are suitable for precise calculations. Calculations require more time than for Single variables. A Double variable requires 8 bytes of memory. The type-declaration character is \"#\"." +msgstr "" + +#. KYBFy +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"par_idm1341130144\n" +"help.text" +msgid "Dim Variable#" msgstr "" #. vFZcZ @@ -2374,6 +2383,24 @@ msgctxt "" msgid "Currency variables are internally stored as 64-bit numbers (8 Bytes) and displayed as a fixed-decimal number with 15 non-decimal and 4 decimal places. The values range from -922337203685477.5808 to +922337203685477.5807. Currency variables are used to calculate currency values with a high precision. The type-declaration character is \"@\"." msgstr "" +#. rs7qz +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"hd_id301576839713868\n" +"help.text" +msgid "Literals for integers" +msgstr "" + +#. PTiRZ +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"par_id1001576839723156\n" +"help.text" +msgid "Numbers can be encoded using octal and hexadecimal forms." +msgstr "" + #. nGGUD #: 01020100.xhp msgctxt "" @@ -3670,13 +3697,13 @@ msgctxt "" msgid "Organizing Libraries and Modules" msgstr "" -#. 7e73U +#. Kq6sz #: 01030400.xhp msgctxt "" "01030400.xhp\n" "bm_id3148797\n" "help.text" -msgid "<bookmark_value>libraries;organizing</bookmark_value><bookmark_value>modules;organizing</bookmark_value><bookmark_value>copying;modules</bookmark_value><bookmark_value>adding libraries</bookmark_value><bookmark_value>deleting;libraries/modules/dialogs</bookmark_value><bookmark_value>dialogs;organizing</bookmark_value><bookmark_value>moving;modules</bookmark_value><bookmark_value>organizing;modules/libraries/dialogs</bookmark_value><bookmark_value>renaming modules and dialogs</bookmark_value>" +msgid "<bookmark_value>libraries;organizing</bookmark_value><bookmark_value>libraries;containers</bookmark_value><bookmark_value>modules;organizing</bookmark_value><bookmark_value>copying;modules</bookmark_value><bookmark_value>adding libraries</bookmark_value><bookmark_value>deleting;libraries/modules/dialogs</bookmark_value><bookmark_value>dialogs;organizing</bookmark_value><bookmark_value>moving;modules</bookmark_value><bookmark_value>organizing;modules/libraries/dialogs</bookmark_value><bookmark_value>renaming modules and dialogs</bookmark_value>" msgstr "" #. ToKAi @@ -3688,6 +3715,60 @@ msgctxt "" msgid "<variable id=\"01030400\"><link href=\"text/sbasic/shared/01030400.xhp\">Organizing Libraries and Modules</link></variable>" msgstr "" +#. H2wBb +#: 01030400.xhp +msgctxt "" +"01030400.xhp\n" +"hd_id371574080559061\n" +"help.text" +msgid "Basic Libraries Containers" +msgstr "" + +#. diKBf +#: 01030400.xhp +msgctxt "" +"01030400.xhp\n" +"par_id961574080563824\n" +"help.text" +msgid "%PRODUCTNAME Basic libraries can be stored in 3 different containers:" +msgstr "" + +#. HYjJE +#: 01030400.xhp +msgctxt "" +"01030400.xhp\n" +"par_id571574079618609\n" +"help.text" +msgid "<emph>%PRODUCTNAME Macros</emph>: libraries stored in this container are available for all users of the computer and are managed by the computer administrator. The container is located in the %PRODUCTNAME installation directory." +msgstr "" + +#. UG2dG +#: 01030400.xhp +msgctxt "" +"01030400.xhp\n" +"par_id151574079741214\n" +"help.text" +msgid "<emph>My Macros</emph>: libraries stored in this container are available to all documents of your user. The container is located in the user profile area and is not accessible by another user." +msgstr "" + +#. 4ABok +#: 01030400.xhp +msgctxt "" +"01030400.xhp\n" +"par_id581574080384335\n" +"help.text" +msgid "<emph>Document</emph>: libraries stored in the document container are only available for the document and are accessible only when the document is open. You cannot access macros of a document from another document." +msgstr "" + +#. GCWxT +#: 01030400.xhp +msgctxt "" +"01030400.xhp\n" +"par_id881574081445896\n" +"help.text" +msgid "To access macros stored in libraries of <emph>%PRODUCTNAME Macros</emph> or <emph>My Macros</emph> from another container, including the document container, use the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>." +msgstr "" + #. bGzjL #: 01030400.xhp msgctxt "" @@ -9097,6 +9178,15 @@ msgctxt "" msgid "RGB Function" msgstr "" +#. qMADe +#: 03010305.xhp +msgctxt "" +"03010305.xhp\n" +"bm_id851576768070903\n" +"help.text" +msgid "<bookmark_value>RGB function</bookmark_value>" +msgstr "" + #. LaGGq #: 03010305.xhp msgctxt "" @@ -17269,22 +17359,22 @@ msgctxt "" msgid "LF - Line feed" msgstr "" -#. q9iyd +#. CncC2 #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id521512319135830\n" "help.text" -msgid "\\x0D\\x0A (13 10) for 32-bit Windows" +msgid "\\x0D\\x0A (13 10) for Windows" msgstr "" -#. bYvYU +#. CPCWE #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id61512319163913\n" "help.text" -msgid "\\x0A (10) for other 64-bit systems" +msgid "\\x0A (10) for other systems" msgstr "" #. LXUYw @@ -17620,13 +17710,13 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error Function\">Error Function</link>" msgstr "" -#. AwQS2 +#. rMs2R #: 03050300.xhp msgctxt "" "03050300.xhp\n" "par_id3148663\n" "help.text" -msgid "Returns the error message that corresponds to a given error code." +msgid "Returns the error message that corresponds to a value or raises a given error context." msgstr "" #. h8KBQ @@ -17638,13 +17728,31 @@ msgctxt "" msgid "Syntax:" msgstr "" -#. H7H8J +#. FowuD +#: 03050300.xhp +msgctxt "" +"03050300.xhp\n" +"par_id631576404838377\n" +"help.text" +msgid "Error" +msgstr "" + +#. TMhEb #: 03050300.xhp msgctxt "" "03050300.xhp\n" "par_id3154366\n" "help.text" -msgid "Error (Expression)" +msgid "Error(expression)" +msgstr "" + +#. bqewK +#: 03050300.xhp +msgctxt "" +"03050300.xhp\n" +"par_id231576404629080\n" +"help.text" +msgid "Error err_code" msgstr "" #. ANh6X @@ -17656,13 +17764,13 @@ msgctxt "" msgid "Return value:" msgstr "" -#. mkAsA +#. FNBFf #: 03050300.xhp msgctxt "" "03050300.xhp\n" "par_id3154125\n" "help.text" -msgid "String" +msgid "String or raised error context" msgstr "" #. BnAcN @@ -17674,22 +17782,31 @@ msgctxt "" msgid "Parameters:" msgstr "" -#. 6qk7p +#. cWGA9 +#: 03050300.xhp +msgctxt "" +"03050300.xhp\n" +"par_id3159254\n" +"help.text" +msgid "If no argument is provided, the Error function returns the error message of the most recent error that occurred during program execution." +msgstr "" + +#. JCiAF #: 03050300.xhp msgctxt "" "03050300.xhp\n" "par_id3153193\n" "help.text" -msgid "<emph>Expression:</emph> Any numeric expression that contains the error code of the error message that you want to return." +msgid "<emph>expression:</emph> Any numeric expression whose error code can be mapped to an existing error message. An empty string is returned if the error code does not exist." msgstr "" -#. qoC93 +#. gDA6e #: 03050300.xhp msgctxt "" "03050300.xhp\n" -"par_id3159254\n" +"par_id351576405235602\n" "help.text" -msgid "If no parameters are passed, the Error function returns the error message of the most recent error that occurred during program execution." +msgid "<emph>err_code:</emph> Any value that corresponds to an existing error code." msgstr "" #. YLe3q @@ -25369,22 +25486,40 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Type Statement\">Type Statement</link>" msgstr "" -#. RJfCF +#. TYvyD #: 03090413.xhp msgctxt "" "03090413.xhp\n" "par_id3159158\n" "help.text" -msgid "Define non-UNO data structures (structs)." +msgid "Define non-UNO data structures." msgstr "" -#. czHF6 +#. hGDzF #: 03090413.xhp msgctxt "" "03090413.xhp\n" "par_id311512206747401\n" "help.text" -msgid "A struct is an ordered collection of data fields, that can be manipulated as a single item." +msgid "A Type structure is an ordered collection of data fields, that can be manipulated as a single item." +msgstr "" + +#. TTALN +#: 03090413.xhp +msgctxt "" +"03090413.xhp\n" +"par_id351573639548645\n" +"help.text" +msgid "A Type structure scope is that of the module it belongs to." +msgstr "" + +#. eGJzD +#: 03090413.xhp +msgctxt "" +"03090413.xhp\n" +"par_id701573639564765\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/enum.xhp\" name=\"enumerations\">Enumerations</link> can be created using Type statement definitions. <link href=\"text/sbasic/guide/basic_2_python.xhp\" name=\"Calling Python Scripts from Basic\">Calling Python Scripts from Basic</link> illustrates that mechanism." msgstr "" #. 2VyE8 @@ -28807,13 +28942,13 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03102800.xhp\" name=\"IsObject Function\">IsObject Function</link>" msgstr "" -#. GeK7z +#. AyVCR #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id3148538\n" "help.text" -msgid "Tests if an object variable is an OLE object. The function returns True if the variable is an OLE object, otherwise it returns False." +msgid "Tests if a variable is an object, as opposed to primitive data types such as dates, numbers, texts. The function returns <literal>True</literal> if the variable is an object, otherwise it returns <literal>False</literal>." msgstr "" #. gBKMV @@ -28825,13 +28960,13 @@ msgctxt "" msgid "Syntax:" msgstr "" -#. tRCWc +#. C8wfe #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id3154285\n" "help.text" -msgid "IsObject (ObjectVar)" +msgid "IsObject(var)" msgstr "" #. ni2zH @@ -28843,13 +28978,13 @@ msgctxt "" msgid "Return value:" msgstr "" -#. qzFEL +#. 4SsCT #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id3156024\n" "help.text" -msgid "Bool" +msgid "Boolean" msgstr "" #. rEmQA @@ -28861,13 +28996,103 @@ msgctxt "" msgid "Parameters:" msgstr "" -#. j2b5R +#. JBB4B #: 03102800.xhp msgctxt "" "03102800.xhp\n" "par_id3148552\n" "help.text" -msgid "<emph>ObjectVar:</emph> Any variable that you want to test. If the Object variable contains an OLE object, the function returns True." +msgid "<emph>var:</emph> Any variable that you want to test." +msgstr "" + +#. SPGXx +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id891575896963115\n" +"help.text" +msgid "The following objects return <literal>True</literal>:" +msgstr "" + +#. CBoWs +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id471575892220352\n" +"help.text" +msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">OLE objects or </caseinline></switchinline>UNO objects" +msgstr "" + +#. mBGyY +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id451575892264518\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/classmodule.xhp\" name=\"Class module\">Class module</link> object instances" +msgstr "" + +#. DgPrD +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id851575882379006\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Extended types\">Extended types</link> or <link href=\"text/sbasic/shared/enum.xhp\" name=\"enumerations\">enumerations</link>" +msgstr "" + +#. TFDZQ +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id131575882378422\n" +"help.text" +msgid "Routines or variables when defined as Object." +msgstr "" + +#. oqtFf +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id511575889156356\n" +"help.text" +msgid "%PRODUCTNAME Basic modules" +msgstr "" + +#. MCx37 +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id441575886284392\n" +"help.text" +msgid "Data structures return <literal>True</literal> even when empty. Object defined variables return <literal>True</literal> even if uninitialized." +msgstr "" + +#. yHDkt +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id191575887649871\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/enum.xhp\" name=\"Enum statement\">Enum statement</link>" +msgstr "" + +#. Dg4st +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id51575897210153\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Type statement\">Type statement</link>" +msgstr "" + +#. WEgzG +#: 03102800.xhp +msgctxt "" +"03102800.xhp\n" +"par_id811575887627196\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/01020100.xhp\" name=\"Using variables\">Using variables</link>" msgstr "" #. dj7fW @@ -40084,22 +40309,22 @@ msgctxt "" msgid "Statement <literal>Option VBAsupport 1</literal> sets <literal>Option Compatible</literal> statement automatically." msgstr "" -#. z8D8s +#. j8iHM #: compatible.xhp msgctxt "" "compatible.xhp\n" -"N0129\n" +"N0131\n" "help.text" -msgid "Refer to <link href=\"text/sbasic/python/python_platform.xhp\">Identifying the Operating System</link> and <link href=\"text/sbasic/python/python_session.xhp\">Getting Session Information</link> for <literal>Option Compatible</literal> simple examples, or <link href=\"text/sbasic/guide/access2base.xhp\">Access2Base shared Basic library</link> for other class examples making use of <literal>Option Compatible</literal> compiler mode." +msgid "Variables scope modification in <link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link> with <literal>CompatibilityMode()</literal> function." msgstr "" -#. j8iHM +#. 2hkYG #: compatible.xhp msgctxt "" "compatible.xhp\n" -"N0131\n" +"N0129\n" "help.text" -msgid "Variables scope modification in <link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link> with <literal>CompatibilityMode()</literal> function." +msgid "Refer to <link href=\"text/sbasic/python/python_platform.xhp\">Identifying the Operating System</link> and <link href=\"text/sbasic/python/python_session.xhp\">Getting Session Information</link> for class module examples, or <link href=\"text/sbasic/guide/access2base.xhp\">Access2Base shared Basic library</link> for other class examples making use of <literal>Option Compatible</literal> compiler mode." msgstr "" #. 7pf8S @@ -40183,6 +40408,15 @@ msgctxt "" msgid "Display WindowManager grouped constant values:" msgstr "" +#. HBPCv +#: enum.xhp +msgctxt "" +"enum.xhp\n" +"par_id731573636687662\n" +"help.text" +msgid "Enumerations can be extended to other data types using <link href=\"text/sbasic/shared/03090413.xhp\" name=\"Type statement\">Type statement</link> definitions. <link href=\"text/sbasic/guide/basic_2_python.xhp\" name=\"Calling Python Scripts from Basic\">Calling Python Scripts from Basic</link> illustrates that mechanism." +msgstr "" + #. N48Xe #: enum.xhp msgctxt "" diff --git a/source/lt/helpcontent2/source/text/sbasic/shared/02.po b/source/lt/helpcontent2/source/text/sbasic/shared/02.po index 3467ef38b0c..10407a5ba34 100644 --- a/source/lt/helpcontent2/source/text/sbasic/shared/02.po +++ b/source/lt/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-07-11 18:38+0200\n" +"POT-Creation-Date: 2019-12-17 14:17+0100\n" "PO-Revision-Date: 2019-11-05 12:17+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textsbasicshared02/lt/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 3.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1494603734.000000\n" #. 6Kkin @@ -88,14 +88,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:CompileBasic\" visibility=\"visible\">Compiles the Basic macro.</ahelp> You need to compile a macro after you make changes to it, or if the macro uses single or procedure steps." msgstr "" -#. a7HNc +#. LLoQJ #: 11020000.xhp msgctxt "" "11020000.xhp\n" "par_id3156426\n" "help.text" -msgid "<image src=\"cmd/sc_compilebasic.png\" id=\"img_id3147576\"><alt id=\"alt_id3147576\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_compilebasic.png\" id=\"img_id3147576\"><alt id=\"alt_id3147576\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_compilebasic.png\" id=\"img_id3147576\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147576\">Icon Compile</alt></image>" +msgstr "" #. 3Z8WW #: 11020000.xhp @@ -547,14 +547,14 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:ChooseMacro\">Opens the <emph>Macro</emph> dialog.</ahelp>" msgstr "" -#. pLGT3 +#. ST6ud #: 11100000.xhp msgctxt "" "11100000.xhp\n" "par_id3148538\n" "help.text" -msgid "<image src=\"cmd/sc_choosemacro.png\" id=\"img_id3153662\"><alt id=\"alt_id3153662\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_choosemacro.png\" id=\"img_id3153662\"><alt id=\"alt_id3153662\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_choosemacro.png\" id=\"img_id3153662\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153662\">Icon Macros</alt></image>" +msgstr "" #. ZW2jE #: 11100000.xhp @@ -592,14 +592,14 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:ModuleDialog\">Click here to open the <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro Organizer\"><emph>Macro Organizer</emph></link> dialog.</ahelp>" msgstr "" -#. Z2JCy +#. 2pTWM #: 11110000.xhp msgctxt "" "11110000.xhp\n" "par_id3157958\n" "help.text" -msgid "<image src=\"cmd/sc_moduledialog.png\" id=\"img_id3155535\"><alt id=\"alt_id3155535\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_moduledialog.png\" id=\"img_id3155535\"><alt id=\"alt_id3155535\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_moduledialog.png\" id=\"img_id3155535\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155535\">Icon Modules</alt></image>" +msgstr "" #. DikyS #: 11110000.xhp @@ -637,14 +637,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:MatchGroup\" visibility=\"visible\">Highlights the text that is enclosed by two corresponding brackets. Place the text cursor in front of an opening or closing bracket, and then click this icon.</ahelp>" msgstr "" -#. 8mPjE +#. jPbz5 #: 11120000.xhp msgctxt "" "11120000.xhp\n" "par_id3149182\n" "help.text" -msgid "<image src=\"cmd/sc_matchgroup.png\" id=\"img_id3155892\"><alt id=\"alt_id3155892\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_matchgroup.png\" id=\"img_id3155892\"><alt id=\"alt_id3155892\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_matchgroup.png\" id=\"img_id3155892\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155892\">Icon Find Parentheses</alt></image>" +msgstr "" #. Y8mTx #: 11120000.xhp @@ -781,14 +781,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:BasicStepOut\" visibility=\"visible\">Jumps back to the previous routine in the current macro.</ahelp>" msgstr "" -#. AhcLc +#. V7PQF #: 11160000.xhp msgctxt "" "11160000.xhp\n" "par_id3156410\n" "help.text" -msgid "<image src=\"cmd/sc_basicstepout.png\" id=\"img_id3159233\"><alt id=\"alt_id3159233\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_basicstepout.png\" id=\"img_id3159233\"><alt id=\"alt_id3159233\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_basicstepout.png\" id=\"img_id3159233\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159233\">Icon Step Out</alt></image>" +msgstr "" #. aLy3R #: 11160000.xhp diff --git a/source/lt/helpcontent2/source/text/scalc.po b/source/lt/helpcontent2/source/text/scalc.po index 7c3a5438e93..2ee9e4058cb 100644 --- a/source/lt/helpcontent2/source/text/scalc.po +++ b/source/lt/helpcontent2/source/text/scalc.po @@ -3,19 +3,20 @@ 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-10-21 20:58+0200\n" -"PO-Revision-Date: 2018-05-06 14:33+0000\n" +"POT-Creation-Date: 2020-01-07 14:09+0100\n" +"PO-Revision-Date: 2019-12-10 20:37+0000\n" "Last-Translator: eglejasu <egle.jasute@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textscalc/lt/>\n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1525617225.000000\n" +#. ZxQeC #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Welcome to the $[officename] Calc Help" msgstr "Sveiki! Čia „$[officename]“ skaičiuoklės žinynas" +#. PqA2G #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "Welcome to the $[officename] Calc Help" msgstr "Sveiki! Čia „$[officename]“ skaičiuoklės žinynas" +#. FATnT #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "How to Work With $[officename] Calc" msgstr "Kaip dirbti „$[officename]“ skaičiuokle" +#. hpSB8 #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Functions by Category\">List of Functions by Category</link>" msgstr "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Functions by Category\">Funkcijų sąrašas pagal kategoriją</link>" +#. SBdpw #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "$[officename] Calc Menus, Toolbars, and Keys" msgstr "„$[officename]“ skaičiuoklės meniu, mygtukų juostos ir klavišai" +#. aFUnY #: main0100.xhp msgctxt "" "main0100.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Menus" msgstr "Meniu" +#. JVoNZ #: main0100.xhp msgctxt "" "main0100.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "<variable id=\"main0100\"><link href=\"text/scalc/main0100.xhp\" name=\"Menus\">Menus</link></variable>" msgstr "<variable id=\"main0100\"><link href=\"text/scalc/main0100.xhp\" name=\"Menus\">Meniu</link></variable>" +#. cbjYY #: main0100.xhp msgctxt "" "main0100.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "The following menu commands are available for spreadsheets." msgstr "Skyrelyje aprašomos skaičiuoklės meniu komandos." +#. PvGHJ #: main0101.xhp msgctxt "" "main0101.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "File" msgstr "Failas" +#. 8jNU6 #: main0101.xhp msgctxt "" "main0101.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0101.xhp\" name=\"File\">File</link>" msgstr "<link href=\"text/scalc/main0101.xhp\" name=\"File\">Failas</link>" +#. GbpEY #: main0101.xhp msgctxt "" "main0101.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "<ahelp hid=\".\">These commands apply to the current document, open a new document, or close the application.</ahelp>" msgstr "<ahelp hid=\".\">Šios komandos taikomos veikiamajam dokumentui, jomis galima sukurti naują dokumentą ar baigti darbą su programa.</ahelp>" +#. 6hchv #: main0102.xhp msgctxt "" "main0102.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "Edit" msgstr "Taisa" +#. Ey57D #: main0102.xhp msgctxt "" "main0102.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0102.xhp\" name=\"Edit\">Edit</link>" msgstr "<link href=\"text/scalc/main0102.xhp\" name=\"Edit\">Taisa</link>" +#. cRq5f #: main0102.xhp msgctxt "" "main0102.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>" msgstr "<ahelp hid=\".\">Šiame meniu yra komandos, skirtos veikiamojo dokumento turiniui taisyti.</ahelp>" +#. p5xh3 #: main0102.xhp msgctxt "" "main0102.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>" msgstr "<link href=\"text/shared/01/02180000.xhp\" name=\"Saitai\">Saitai</link>" +#. A9QFv #: main0102.xhp msgctxt "" "main0102.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>" msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"Jautrios paveikslo sritys\">Jautrios paveikslo sritys</link>" +#. pFCu3 #: main0102.xhp msgctxt "" "main0102.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/02200000.xhp\" name=\"Object\">Object</link>" msgstr "<link href=\"text/shared/01/02200000.xhp\" name=\"Objektas\">Objektas</link>" +#. zRW8E #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "View" msgstr "Rodymas" +#. nYmdC #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0103.xhp\" name=\"View\">View</link>" msgstr "<link href=\"text/scalc/main0103.xhp\" name=\"View\">Rodymas</link>" +#. 6WV9e #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<ahelp hid=\".\">This menu contains commands for controlling the on-screen display of the document.</ahelp>" msgstr "<ahelp hid=\".\">Šiame meniu yra komandos, skirtos veikiamojo dokumento rodymui ekrane.</ahelp>" +#. X7bcB #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Normal" msgstr "Normalusis rodinys" +#. s6GiY #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays the normal layout view of the sheet.</ahelp>" msgstr "<ahelp hid=\".\">Rodomas normalusis lakšto rodinys.</ahelp>" +#. tjNzu #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/03100000.xhp\">Page Break</link>" msgstr "<link href=\"text/scalc/01/03100000.xhp\">Puslapio lūžis</link>" +#. rJbW2 #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Grid Lines for Sheet" msgstr "Lakšto tinklelis" +#. TvxiA #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "Toggle the visibility of grid lines for the current sheet." msgstr "Perjungiamas veikiamojo lakšto tinklelio rodymas." +#. ZPjKe #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "Show Formula" msgstr "Rodyti formulę" +#. KRDBb #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "Display the cell formula expression instead of the calculated result." msgstr "Vietoje apskaičiuoto rezultato langelyje rodoma formulė." +#. 95G2n #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/gallery.xhp\">Gallery</link>" msgstr "<link href=\"text/shared/01/gallery.xhp\">Galerija</link>" +#. f3nqY #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>" msgstr "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Mastelis</link>" +#. Dp7mC #: main0104.xhp msgctxt "" "main0104.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Insert" msgstr "Įterpimas" +#. p4P57 #: main0104.xhp msgctxt "" "main0104.xhp\n" @@ -264,38 +295,43 @@ msgctxt "" msgid "<link href=\"text/scalc/main0104.xhp\" name=\"Insert\">Insert</link>" msgstr "<link href=\"text/scalc/main0104.xhp\" name=\"Insert\">Įterpimas</link>" +#. vJ4Ep #: main0104.xhp msgctxt "" "main0104.xhp\n" "par_id3153896\n" "help.text" -msgid "<ahelp hid=\".\">The Insert menu contains commands for inserting new elements, such as cells, rows, sheets and cell names into the current sheet.</ahelp>" -msgstr "<ahelp hid=\".\">Šiame meniu yra komandos, skirtos naujiems elementams, tokiems kaip langeliai, eilutės, lakštai ir langelių pavadinimai, įterpti į veikiamąjį lakštą.</ahelp>" +msgid "<ahelp hid=\".\">The Insert menu contains commands for inserting new elements, such as images, text boxes, object, media, cell names and much more into the current sheet.</ahelp>" +msgstr "" +#. ZmgWG #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3150769\n" +"hd_id3146918\n" "help.text" -msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Cells\">Cells</link>" -msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Cells\">Langeliai</link>" +msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>" +msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Diagrama\">Diagrama</link>" +#. QKdUC #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3149260\n" +"par_id0302200904002496\n" "help.text" -msgid "<link href=\"text/scalc/01/04050000.xhp\" name=\"Sheet\">Sheet</link>" -msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"Lakštas\">Lakštas</link>" +msgid "Inserts a chart." +msgstr "Įterpiama diagrama." +#. beJfB #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3153726\n" +"hd_id3147003\n" "help.text" -msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>" -msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"Specialieji rašmenys\">Specialieji rašmenys</link>" +msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>" +msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"Slankusis kadras\">Slankusis kadras</link>" +#. bAHCA #: main0104.xhp msgctxt "" "main0104.xhp\n" @@ -304,46 +340,70 @@ msgctxt "" msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>" msgstr "<link href=\"text/shared/02/09070000.xhp\" name=\"Hipersaitas\">Hipersaitas</link>" +#. iAa73 #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3154492\n" +"hd_id3153726\n" "help.text" -msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"Function\">Function</link>" -msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"Function\">Funkcija</link>" +msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>" +msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"Specialieji rašmenys\">Specialieji rašmenys</link>" +#. FvWya #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3145640\n" +"hd_id761577295440343\n" "help.text" -msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Comment</link>" -msgstr "<link href=\"text/shared/01/04050000.xhp\" name=\"Komentaras\">Komentaras</link>" +msgid "Date" +msgstr "" +#. kzxk7 #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3146918\n" +"par_id11577295470732\n" "help.text" -msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>" -msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Diagrama\">Diagrama</link>" +msgid "Inserts the current date in the cell." +msgstr "" +#. hvV2C #: main0104.xhp msgctxt "" "main0104.xhp\n" -"par_id0302200904002496\n" +"hd_id131577295445736\n" "help.text" -msgid "Inserts a chart." -msgstr "Įterpiama diagrama." +msgid "Time" +msgstr "" +#. 6Aizu #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3147003\n" +"par_id91577295463980\n" "help.text" -msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>" -msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"Slankusis kadras\">Slankusis kadras</link>" +msgid "Inserts the current time in the cell" +msgstr "" + +#. CzRJY +#: main0104.xhp +msgctxt "" +"main0104.xhp\n" +"hd_id621577296064493\n" +"help.text" +msgid "Field" +msgstr "" + +#. wWXMc +#: main0104.xhp +msgctxt "" +"main0104.xhp\n" +"par_id391577296078546\n" +"help.text" +msgid "Opens a sub-menu for selecting the date, sheet name or document title in the cell." +msgstr "" +#. JP4tR #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -352,6 +412,7 @@ msgctxt "" msgid "Format" msgstr "Formatas" +#. 9tCac #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -360,6 +421,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0105.xhp\" name=\"Format\">Format</link>" msgstr "<link href=\"text/scalc/main0105.xhp\" name=\"Format\">Formatas</link>" +#. AHPAK #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -368,6 +430,7 @@ msgctxt "" msgid "<ahelp hid=\".\">The <emph>Format</emph> menu contains commands for formatting selected cells, <link href=\"text/shared/00/00000005.xhp#objekt\" name=\"objects\">objects</link>, and cell contents in your document.</ahelp>" msgstr "<ahelp hid=\".\">Meniu <emph>Formatas</emph> komandos, skirtos pasirinktų dokumento langelių, <link href=\"text/shared/00/00000005.xhp#objekt\" name=\"objects\">objektų </link> ir langelių turinio formatavimui.</ahelp>" +#. Ly37n #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -376,6 +439,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/05020000.xhp\" name=\"Cells\">Cells</link>" msgstr "<link href=\"text/scalc/01/05020000.xhp\" name=\"Cells\">Langeliai</link>" +#. FuTAK #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -384,6 +448,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Page\">Page</link>" msgstr "<link href=\"text/scalc/01/05070000.xhp\" name=\"Page\">Puslapis</link>" +#. 2T8EY #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -392,6 +457,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>" msgstr "<link href=\"text/shared/01/05020000.xhp\" name=\"Rašmenys\">Rašmenys</link>" +#. HiDBe #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -400,6 +466,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>" msgstr "<link href=\"text/shared/01/05030000.xhp\" name=\"Pastraipa\">Pastraipa</link>" +#. FDive #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -408,6 +475,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat\">AutoFormat</link>" msgstr "<link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat\">Automatinis formatavimas</link>" +#. f5qPr #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -416,6 +484,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/05120000.xhp\" name=\"Conditional Formatting\">Conditional Formatting</link>" msgstr "<link href=\"text/scalc/01/05120000.xhp\" name=\"Conditional Formatting\">Sąlyginis formatavimas</link>" +#. RugVk #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -424,6 +493,7 @@ msgctxt "" msgid "<link href=\"text/shared/02/01170100.xhp\" name=\"Control\">Control</link>" msgstr "<link href=\"text/shared/02/01170100.xhp\" name=\"Control\">Valdiklis</link>" +#. ejmDA #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -432,6 +502,7 @@ msgctxt "" msgid "<link href=\"text/shared/02/01170200.xhp\" name=\"Form\">Form</link>" msgstr "<link href=\"text/shared/02/01170200.xhp\" name=\"Form\">Forma</link>" +#. r9nLs #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -440,6 +511,7 @@ msgctxt "" msgid "Tools" msgstr "Priemonės" +#. J2ACm #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -448,6 +520,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0106.xhp\" name=\"Tools\">Tools</link>" msgstr "<link href=\"text/scalc/main0106.xhp\" name=\"Tools\">Priemonės</link>" +#. HRbnr #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -456,6 +529,7 @@ msgctxt "" msgid "<ahelp hid=\".\">The <emph>Tools </emph>menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios.</ahelp>" msgstr "<ahelp hid=\".\">Meniu <emph>Priemonės</emph> komandos skirtos rašybos tikrinimui, lakšto nuorodų sekimui, klaidų radimui ir scenarijų aprašymui.</ahelp>" +#. NkvRH #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -464,6 +538,7 @@ msgctxt "" msgid "You can also create and assign macros and configure the look and feel of toolbars, menus, keyboard, and set the default options for $[officename] applications." msgstr "Šio meniu komandomis galima kurti ir priskirti makrokomandas, konfigūruoti mygtukų juostų, meniu, klaviatūros rodinius bei nustatyti numatytąsias parinktis „$[officename]“ programai." +#. eoAXH #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -472,6 +547,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>" msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"Automatinio taisymo parinktys\">Automatinio taisymo parinktys</link>" +#. ToZU6 #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -480,6 +556,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>" msgstr "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Sprendiklis</link>" +#. MzvSo #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -488,6 +565,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/06050000.xhp\" name=\"Scenarios\">Scenarios</link>" msgstr "<link href=\"text/scalc/01/06050000.xhp\" name=\"Scenarios\">Scenarijai</link>" +#. SbKoe #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -496,6 +574,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>" msgstr "<link href=\"text/shared/01/06140000.xhp\" name=\"Sąranka\">Sąranka</link>" +#. KRfJh #: main0107.xhp msgctxt "" "main0107.xhp\n" @@ -504,6 +583,7 @@ msgctxt "" msgid "Window" msgstr "Langas" +#. chBA8 #: main0107.xhp msgctxt "" "main0107.xhp\n" @@ -512,6 +592,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0107.xhp\" name=\"Window\">Window</link>" msgstr "<link href=\"text/scalc/main0107.xhp\" name=\"Window\">Langas</link>" +#. 9UWue #: main0107.xhp msgctxt "" "main0107.xhp\n" @@ -520,6 +601,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Contains commands for manipulating and displaying document windows.</ahelp>" msgstr "<ahelp hid=\".\">Šio meniu komandos skirtos valdyti dokumentų langų rodinį</ahelp>." +#. RHWHH #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -528,6 +610,7 @@ msgctxt "" msgid "Data" msgstr "Duomenys" +#. oCLhW #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -536,6 +619,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0112.xhp\" name=\"Data\">Data</link>" msgstr "<link href=\"text/scalc/main0112.xhp\" name=\"Data\">Duomenys</link>" +#. gxhqm #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -544,6 +628,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Use the <emph>Data</emph> menu commands to edit the data in the current sheet. You can define ranges, sort and filter the data, calculate results, outline data, and create a pivot table.</ahelp>" msgstr "<ahelp hid=\".\">Meniu <emph>Duomenys</emph> komandos skirtos redaguoti veikiamojo lakšto duomenis. Galima apibrėžti arba pasirinkti duomenų sritis, rūšiuoti, filtruoti ir apibendrinti duomenis, apskaičiuoti rezultatus, sukurti suvestinę lentelę.</ahelp>" +#. fUFxA #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -552,6 +637,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12010000.xhp\" name=\"Define Range\">Define Range</link>" msgstr "<link href=\"text/scalc/01/12010000.xhp\" name=\"Define Range\">Apibrėžti sritį</link>" +#. zwUaL #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -560,6 +646,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12020000.xhp\" name=\"Select Range\">Select Range</link>" msgstr "<link href=\"text/scalc/01/12020000.xhp\" name=\"Select Range\">Pasirinkti sritį</link>" +#. Vu2AT #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -568,6 +655,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12030000.xhp\" name=\"Sort\">Sort</link>" msgstr "<link href=\"text/scalc/01/12030000.xhp\" name=\"Sort\">Rikiuoti</link>" +#. YzBJT #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -576,6 +664,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12050000.xhp\" name=\"Subtotals\">Subtotals</link>" msgstr "<link href=\"text/scalc/01/12050000.xhp\" name=\"Subtotals\">Daliniai rezultatai</link>" +#. MGamE #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -584,6 +673,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12120000.xhp\" name=\"Validity\">Validity</link>" msgstr "<link href=\"text/scalc/01/12120000.xhp\" name=\"Tikrinimas\">Tikrinimas</link>" +#. aenfd #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -592,6 +682,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12060000.xhp\" name=\"Multiple Operations\">Multiple Operations</link>" msgstr "<link href=\"text/scalc/01/12060000.xhp\" name=\"Multiple Operations\">Kartotinės operacijos</link>" +#. 2GDcm #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -600,6 +691,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/text2columns.xhp\">Text to Columns</link>" msgstr "<link href=\"text/scalc/01/text2columns.xhp\">Tekstas į skiltis</link>" +#. 7H4LD #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -608,6 +700,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12070000.xhp\" name=\"Consolidate\">Consolidate</link>" msgstr "<link href=\"text/scalc/01/12070000.xhp\" name=\"Consolidate\">Suderinti</link>" +#. LrNMe #: main0112.xhp msgctxt "" "main0112.xhp\n" @@ -616,6 +709,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12100000.xhp\" name=\"Refresh Range\">Refresh Range</link>" msgstr "<link href=\"text/scalc/01/12100000.xhp\" name=\"Refresh Range\">Atnaujinti sritį</link>" +#. efuyu #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -624,6 +718,7 @@ msgctxt "" msgid "Sheet" msgstr "Lakštas" +#. 7eVaK #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -632,6 +727,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0116.xhp\">Sheet</link>" msgstr "<link href=\"text/scalc/main0116.xhp\">Lakštas</link>" +#. cLyep #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -640,6 +736,7 @@ msgctxt "" msgid "<ahelp hid=\".\">This menu contains commands to modify and manage a sheet and its elements.</ahelp>" msgstr "<ahelp hid=\".\">Šio meniu komandos skirtos keisti ir tvarkyti lakštus ir jų elementus.</ahelp>" +#. qH2va #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -648,6 +745,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04030000.xhp\" name=\"Insert Rows\">Insert Rows</link>" msgstr "<link href=\"text/scalc/01/04030000.xhp\" name=\"Insert Rows\">Įterpti eilutes</link>" +#. VWDbt #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -656,6 +754,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04040000.xhp\" name=\"Insert Columns\">Insert Columns</link>" msgstr "<link href=\"text/scalc/01/04040000.xhp\" name=\"Insert Columns\">Įterpti stulpelius</link>" +#. rkoqn #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -664,6 +763,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/02180000.xhp\" name=\"Move/Copy\">Move or Copy Sheet</link>" msgstr "<link href=\"text/scalc/01/02180000.xhp\" name=\"Move/Copy\">Perkelti arba kopijuoti lakštą</link>" +#. sugSD #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -672,6 +772,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/05050300.xhp\" name=\"Show\">Show Sheet</link>" msgstr "<link href=\"text/scalc/01/05050300.xhp\" name=\"Show\">Rodyti lakštą</link>" +#. EF3XK #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -680,6 +781,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">Delete Sheet</link>" msgstr "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">Šalinti lankštą</link>" +#. wbNHt #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -688,6 +790,7 @@ msgctxt "" msgid "Sheet Tab Color" msgstr "Lakšto ąselės spalva" +#. BosLg #: main0116.xhp msgctxt "" "main0116.xhp\n" @@ -696,6 +799,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06140500.xhp\" name=\"Events\">Sheet Events</link>" msgstr "<link href=\"text/shared/01/06140500.xhp\" name=\"Events\">Lakšto įvykiai</link>" +#. 5DRv5 #: main0200.xhp msgctxt "" "main0200.xhp\n" @@ -704,6 +808,7 @@ msgctxt "" msgid "Toolbars" msgstr "Mygtukų juostos" +#. mUvzp #: main0200.xhp msgctxt "" "main0200.xhp\n" @@ -712,6 +817,7 @@ msgctxt "" msgid "<variable id=\"main0200\"><link href=\"text/scalc/main0200.xhp\" name=\"Toolbars\">Toolbars</link></variable>" msgstr "<variable id=\"main0200\"><link href=\"text/scalc/main0200.xhp\" name=\"Toolbars\">Mygtukų juostos</link></variable>" +#. tdJRk #: main0200.xhp msgctxt "" "main0200.xhp\n" @@ -720,6 +826,7 @@ msgctxt "" msgid "This submenu lists the toolbars that are available in spreadsheets.<embedvar href=\"text/shared/00/00000007.xhp#symbolleistenneu\"/>" msgstr "Šiame submeniu pateikiamos skaičiuoklės mygtukų juostos.<embedvar href=\"text/shared/00/00000007.xhp#symbolleistenneu\"/>" +#. XUCUB #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -728,6 +835,7 @@ msgctxt "" msgid "Formatting Bar" msgstr "Formatavimo juosta" +#. 8XR93 #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -736,6 +844,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0202.xhp\" name=\"Formatting Bar\">Formatting Bar</link>" msgstr "<link href=\"text/scalc/main0202.xhp\" name=\"Formatting Bar\">Formatavimo juosta</link>" +#. ayoCz #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -744,6 +853,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_SC_TOOLBOX_TABLE\">The <emph>Formatting</emph> bar contains basic commands for applying manually formatting.</ahelp>" msgstr "<ahelp hid=\"HID_SC_TOOLBOX_TABLE\"><emph>Formatavimo</emph> juostoje yra pagrindiniai formatavimo komandų mygtukai rankiniam formatavimui.</ahelp>" +#. Arm5j #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -752,6 +862,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Font Color</link>" msgstr "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Teksto spalva</link>" +#. Skg7A #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -760,6 +871,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Left\">Align Left</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Left\">Kairinė lygiuotė</link>" +#. 7BZfP #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -768,6 +880,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Center Horizontally\">Align Center Horizontally</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Center Horizontally\">Horizontalioji centrinė lygiuotė</link>" +#. Qz94y #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -776,6 +889,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Right\">Align Right</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Right\">Dešininė lygiuotė</link>" +#. UzBac #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -784,6 +898,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Justify\">Justify</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Justify\">Abipusė lygiuotė</link>" +#. RB8dx #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -792,6 +907,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Top\">Align Top</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Top\">Viršutinė lygiuotė</link>" +#. 6jCFX #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -800,6 +916,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Center Vertically\">Align Center Vertically</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Center Vertically\">Vertikalioji centrinė lygiuotė</link>" +#. VsDGR #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -808,6 +925,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Bottom\">Align Bottom</link>" msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Bottom\">Apatinė lygiuotė</link>" +#. GFJrp #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -816,6 +934,7 @@ msgctxt "" msgid "Number Format : Date" msgstr "Skaičiaus formatas: data" +#. jPLVg #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -824,6 +943,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Applies the date format to the selected cells.</ahelp>" msgstr "<ahelp hid=\".\">Pritaiko datos formatą pasirinktam langeliui.</ahelp>" +#. EpBYF #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -832,6 +952,7 @@ msgctxt "" msgid "Number Format: Exponential" msgstr "Skaičiaus formatas: eksponentinis skaičius" +#. aA3sM #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -840,6 +961,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Applies the exponential format to the selected cells.</ahelp>" msgstr "<ahelp hid=\".\">Pritaiko eksponentinio skaičiaus formatą pasirinktam langeliui.</ahelp>" +#. 8BDJe #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -848,6 +970,7 @@ msgctxt "" msgid "Additional icons" msgstr "Papildomi mygtukai" +#. BdMnG #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -856,6 +979,7 @@ msgctxt "" msgid "If <link href=\"text/shared/00/00000005.xhp#ctl\" name=\"CTL\">CTL</link> support is enabled, two additional icons are visible." msgstr "Jei įgalinta <link href=\"text/shared/00/00000005.xhp#ctl\" name=\"CTL\">kompleksinė teksto struktūra</link>, matomi du papildomi mygtukai." +#. Ft8vF #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -864,14 +988,16 @@ msgctxt "" msgid "Left-To-Right" msgstr "Iš kairės į dešinę" +#. vX3LE #: main0202.xhp msgctxt "" "main0202.xhp\n" "par_idN1089C\n" "help.text" -msgid "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id8354747\">left to right icon</alt></image>" -msgstr "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id8354747\">mygtukas iš kairės į dešinę</alt></image>" +msgid "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8354747\">left to right icon</alt></image>" +msgstr "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8354747\">piktograma iš kairės į dešinę</alt></image>" +#. PJwTW #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -880,6 +1006,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ParaLeftToRight\">The text is entered from left to right.</ahelp>" msgstr "<ahelp hid=\".uno:ParaLeftToRight\">Tekstas rašomas iš kairės į dešinę.</ahelp>" +#. HfCDq #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -888,14 +1015,16 @@ msgctxt "" msgid "Right-To-Left" msgstr "Iš dešinės į kairę" +#. mfrZi #: main0202.xhp msgctxt "" "main0202.xhp\n" "par_idN108DF\n" "help.text" -msgid "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id2405774\">right to left icon</alt></image>" -msgstr "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id2405774\">mygtukas iš dešinės į kairę</alt></image>" +msgid "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2405774\">right to left icon</alt></image>" +msgstr "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2405774\">piktograma iš dešinės į kairę</alt></image>" +#. fjLD6 #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -904,6 +1033,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ParaRightToLeft\">The text formatted in a complex text layout language is entered from right to left.</ahelp>" msgstr "<ahelp hid=\".uno:ParaRightToLeft\">Tekstas, kuriam pritaikyta kompleksinė struktūra, rašomas iš dešinės į kairę.</ahelp>" +#. NVkBC #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -912,6 +1042,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the left.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Langelio turinį lygiuoti pagal kairį kraštą.</ahelp>" +#. rfUHM #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -920,6 +1051,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the right.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Langelio turinį lygiuoti pagal dešinį kraštą.</ahelp>" +#. ZdwVC #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -928,6 +1060,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Horizontally centers the contents of the cell.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Horizontaliai centruoti langelio turinį.</ahelp>" +#. bHQCG #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -936,6 +1069,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the left and right cell borders.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Išlygiuoja langelio turinį pagal kairį ir dešinį kraštą.</ahelp>" +#. GmxHK #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -944,6 +1078,7 @@ msgctxt "" msgid "Drawing Object Properties Bar" msgstr "Grafikos objekto savybių juosta" +#. ddCKC #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -952,6 +1087,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0203.xhp\" name=\"Drawing Object Properties Bar\">Drawing Object Properties Bar</link>" msgstr "<link href=\"text/scalc/main0203.xhp\" name=\"Drawing Object Properties Bar\">Grafikos objekto savybių juosta</link>" +#. BHsxU #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -960,6 +1096,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_SC_TOOLBOX_DRAW\">The <emph>Drawing Object Properties</emph> Bar for objects that you select in the sheet contains formatting and alignment commands.</ahelp>" msgstr "<ahelp hid=\"HID_SC_TOOLBOX_DRAW\"><emph>Grafikos objekto savybės</emph> Šioje juostoje yra pasirinkto objekto formatavimo ir lygiavimo komandų mygtukai.</ahelp>" +#. ypZAt #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -968,6 +1105,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">Line Style</link>" msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">Linijos stilius</link>" +#. GJLtq #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -976,6 +1114,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Width\">Line Width</link>" msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Width\">Linijos storis</link>" +#. J3HZu #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -984,6 +1123,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">Line Color</link>" msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">Linijos spalva</link>" +#. DAGaR #: main0203.xhp msgctxt "" "main0203.xhp\n" @@ -992,6 +1132,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Background Color\">Background Color</link>" msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Background Color\">Fono spalva</link>" +#. BgP3b #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1000,6 +1141,7 @@ msgctxt "" msgid "Text Formatting Bar" msgstr "Teksto formatavimo juosta" +#. tCQyT #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1008,14 +1150,16 @@ msgctxt "" msgid "<link href=\"text/scalc/main0205.xhp\" name=\"Text Formatting Bar\">Text Formatting Bar</link>" msgstr "<link href=\"text/scalc/main0205.xhp\" name=\"Text Formatting Bar\">Teksto formatavimo juosta</link>" +#. h55fM #: main0205.xhp msgctxt "" "main0205.xhp\n" "par_id3151112\n" "help.text" -msgid "<ahelp hid=\"HID_SC_TOOLBOX_DRTEXT\">The <emph>Text Formatting</emph> Bar that is displayed when the cursor is in a text object, such as a text frame or a drawing object, contains formatting and alignment commands.</ahelp>" -msgstr "<ahelp hid=\"HID_SC_TOOLBOX_DRTEXT\"><emph>Teksto formatavimas</emph> Ši juosta pasirodo, kai žymeklis yra teksto langelyje arba grafikos objekte. Joje yra formatavimo ir lygiavimo komandų mygtukai.</ahelp>" +msgid "<ahelp hid=\"HID_SC_TOOLBOX_DRTEXT\">The <emph>Text Formatting</emph> Bar that is displayed when the cursor is in a text object, such as a text box or a drawing object, contains formatting and alignment commands.</ahelp>" +msgstr "<ahelp hid=\"HID_SC_TOOLBOX_DRTEXT\"><emph>Teksto formatavimo</emph> juostoje, kuri rodoma, kai žymeklis yra yra ant tekstinio objekto, tokio kaip teksto laukas arba grafinis objektas, yra teksto formatavimo ir lygiavimo komandos.</ahelp>" +#. qzSkC #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1024,6 +1168,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Font Color</link>" msgstr "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Teksto spalva</link>" +#. ZZMCx #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1032,6 +1177,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 1\">Line Spacing: 1</link>" msgstr "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 1\">Eilučių intervalas: 1</link>" +#. wnVww #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1040,6 +1186,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 1.5\">Line Spacing: 1.5</link>" msgstr "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 1.5\">Eilučių intervalas: 1.5</link>" +#. AUwKK #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1048,6 +1195,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 2\">Line Spacing: 2</link>" msgstr "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 2\">Eilučių intervalas: 2</link>" +#. GB3jJ #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1056,6 +1204,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Align Left\">Align Left</link>" msgstr "<link href=\"text/shared/01/05030700.xhp\" name=\"Align Left\">Kairinė</link>" +#. DUWnb #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1064,6 +1213,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Centered\">Centered</link>" msgstr "<link href=\"text/shared/01/05030700.xhp\" name=\"Centered\">Centrinė</link>" +#. 26EW2 #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1072,6 +1222,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Align Right\">Align Right</link>" msgstr "<link href=\"text/shared/01/05030700.xhp\" name=\"Align Right\">Dešininė</link>" +#. ipyGL #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1080,6 +1231,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Justify\">Justify</link>" msgstr "<link href=\"text/shared/01/05030700.xhp\" name=\"Justify\">Abipusė lygiuotė</link>" +#. 3b4ep #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1088,6 +1240,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020500.xhp\" name=\"Superscript\">Superscript</link>" msgstr "<link href=\"text/shared/01/05020500.xhp\" name=\"Superscript\">Viršutinis indeksas</link>" +#. crEFA #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1096,6 +1249,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020500.xhp\" name=\"Subscript\">Subscript</link>" msgstr "<link href=\"text/shared/01/05020500.xhp\" name=\"Subscript\">Apatinis indeksas</link>" +#. QLvQy #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1104,6 +1258,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>" msgstr "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Rašmenys</link>" +#. XCyBD #: main0205.xhp msgctxt "" "main0205.xhp\n" @@ -1112,6 +1267,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>" msgstr "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Pastraipa</link>" +#. EDAGh #: main0206.xhp msgctxt "" "main0206.xhp\n" @@ -1120,6 +1276,7 @@ msgctxt "" msgid "Formula Bar" msgstr "Formulių juosta" +#. Bnx9x #: main0206.xhp msgctxt "" "main0206.xhp\n" @@ -1128,6 +1285,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0206.xhp\" name=\"Formula Bar\">Formula Bar</link>" msgstr "<link href=\"text/scalc/main0206.xhp\" name=\"Formula Bar\">Formulių juosta</link>" +#. dnFAk #: main0206.xhp msgctxt "" "main0206.xhp\n" @@ -1136,6 +1294,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_SC_INPUTWIN\">Use this bar to enter formulas.</ahelp>" msgstr "<ahelp hid=\"HID_SC_INPUTWIN\">Šioje juostoje rašomos formulės.</ahelp>" +#. CG7Dj #: main0208.xhp msgctxt "" "main0208.xhp\n" @@ -1144,6 +1303,7 @@ msgctxt "" msgid "Status Bar" msgstr "Būsenos juosta" +#. 8RA34 #: main0208.xhp msgctxt "" "main0208.xhp\n" @@ -1152,6 +1312,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0208.xhp\" name=\"Status Bar\">Status Bar</link>" msgstr "<link href=\"text/scalc/main0208.xhp\" name=\"Status Bar\">Būsenos juosta</link>" +#. QDPFj #: main0208.xhp msgctxt "" "main0208.xhp\n" @@ -1160,6 +1321,7 @@ msgctxt "" msgid "The <emph>Status Bar</emph> displays information about the current sheet." msgstr "<emph>Būsenos juostoje</emph> pateikiama aktyvaus lakšto informacija." +#. nct5g #: main0208.xhp msgctxt "" "main0208.xhp\n" @@ -1168,6 +1330,7 @@ msgctxt "" msgid "Digital Signature" msgstr "Skaitmeninis parašas" +#. buUJc #: main0208.xhp msgctxt "" "main0208.xhp\n" @@ -1176,6 +1339,7 @@ msgctxt "" msgid "See also <link href=\"text/shared/guide/digital_signatures.xhp\">Digital Signatures</link>." msgstr "Taip pat skaitykite <link href=\"text/shared/guide/digital_signatures.xhp\">Skaitmeninis parašas</link>" +#. iEc7h #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1184,6 +1348,7 @@ msgctxt "" msgid "Print Preview Bar" msgstr "Spausdinimo peržiūros juosta" +#. PXFAs #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1192,6 +1357,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0210.xhp\" name=\"Print Preview Bar\">Print Preview Bar</link>" msgstr "<link href=\"text/scalc/main0210.xhp\" name=\"Print Preview Bar\">Spausdinimo peržiūros juosta</link>" +#. cFFdQ #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1200,6 +1366,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_SC_WIN_PREVIEW\">The <emph>Print Preview</emph> Bar is displayed when you choose <emph>File - Print Preview</emph>.</ahelp>" msgstr "<ahelp hid=\"HID_SC_WIN_PREVIEW\"><emph>Spausdinimo peržiūros</emph> juosta įjungiama pasirinkus meniu komandą <emph>Failas → Spausdinimo peržiūra</emph>.</ahelp>" +#. FEZVG #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1208,6 +1375,7 @@ msgctxt "" msgid "Full Screen" msgstr "Visas ekranas" +#. c2cjB #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1216,6 +1384,7 @@ msgctxt "" msgid "Hides the menus and toolbars. To exit the full screen mode, click the <emph>Full Screen</emph> button." msgstr "Paslepia meniu ir mygtukų juostas. Jei norite išeiti iš viso ekrano režimo, spustelėkite mygtuką <emph>Visas ekranas</emph>" +#. owxGd #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1224,6 +1393,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Format Page\">Format Page</link>" msgstr "<link href=\"text/scalc/01/05070000.xhp\" name=\"Format Page\">Formatuoti puslapį</link>" +#. w9KJc #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1232,6 +1402,7 @@ msgctxt "" msgid "Margins" msgstr "Paraštės" +#. cEsD4 #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1240,6 +1411,7 @@ msgctxt "" msgid "Shows or hides margins of the page. Margins can be dragged by the mouse, and also can be set on <emph>Page</emph> tab of <emph>Page Style</emph> dialog." msgstr "Parodo arba paslepia puslapio paraštes. Paraštes galite nustatyti traukdami pele arba lange <emph>Puslapio formatas</emph> pasirinkę <emph>Puslapio</emph> kortelę." +#. NsZqF #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1248,6 +1420,7 @@ msgctxt "" msgid "Scaling Factor" msgstr "Mastelio koeficientas" +#. YZA55 #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1256,6 +1429,7 @@ msgctxt "" msgid "This slide defines a page scale for the printed spreadsheet. Scaling factor can be set on <emph>Sheet</emph> tab of <emph>Page Style</emph> dialog, too." msgstr "Šiame laukelyje nurodomas spausdinamo skaičiuoklės puslapio mastelis. Mastelio koeficientą taip pat galite pakeisti <emph>Puslapio stiliaus</emph> lange pasirinkę kortelę <emph>Lakštas</emph>." +#. GFMWr #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1264,6 +1438,7 @@ msgctxt "" msgid "Close Preview" msgstr "Užverti peržiūrą" +#. kL6Ds #: main0210.xhp msgctxt "" "main0210.xhp\n" @@ -1272,6 +1447,7 @@ msgctxt "" msgid "To exit the print preview, click the <emph>Close Preview</emph> button." msgstr "Jei norite išeiti iš spaudinio peržiūros, spustelėkite mygtuką <emph>Užverti peržiūrą</emph>." +#. kTaqi #: main0214.xhp msgctxt "" "main0214.xhp\n" @@ -1280,6 +1456,7 @@ msgctxt "" msgid "Image Bar" msgstr "Paveikslo mygtukų juosta" +#. bZuGP #: main0214.xhp msgctxt "" "main0214.xhp\n" @@ -1288,6 +1465,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0214.xhp\" name=\"Image Bar\">Image Bar</link>" msgstr "<link href=\"text/scalc/main0214.xhp\" name=\"Image Bar\">Paveikslo mygtukų juosta</link>" +#. MnQUQ #: main0214.xhp msgctxt "" "main0214.xhp\n" @@ -1296,6 +1474,7 @@ msgctxt "" msgid "<ahelp hid=\".\">The <emph>Image</emph> bar is displayed when you insert or select an image in a sheet.</ahelp>" msgstr "<ahelp hid=\".\"><emph>Paveikslo</emph> mygtukų juosta pasirodo, kai įterpiate arba pažymite paveikslą.</ahelp> " +#. JKNbf #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1304,6 +1483,7 @@ msgctxt "" msgid "Tools Bar" msgstr "Priemonių mygtukų juosta" +#. FkEmk #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1312,6 +1492,7 @@ msgctxt "" msgid "<link href=\"text/scalc/main0218.xhp\" name=\"Tools Bar\">Tools Bar</link>" msgstr "<link href=\"text/scalc/main0218.xhp\" name=\"Tools Bar\">Priemonių mygtukų juosta</link>" +#. nSzQ3 #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1320,6 +1501,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_SC_TOOLBOX_TOOLS\">Use the Tools bar to access commonly used commands.</ahelp>" msgstr "<ahelp hid=\"HID_SC_TOOLBOX_TOOLS\"> Priemonių juostoje yra bendrosios komandos.</ahelp>" +#. muQ5j #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1328,6 +1510,7 @@ msgctxt "" msgid "<link href=\"text/shared/02/01170000.xhp\" name=\"Controls\">Controls</link>" msgstr "<link href=\"text/shared/02/01170000.xhp\" name=\"Controls\">Valdikliai</link>" +#. rXyMx #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1336,6 +1519,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06080000.xhp\" name=\"Choose Themes\">Choose Themes</link>" msgstr "<link href=\"text/scalc/02/06080000.xhp\" name=\"Choose Themes\">Pasirinkite temą</link>" +#. 3hmW7 #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1344,6 +1528,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12040300.xhp\" name=\"Advanced Filter\">Advanced Filter</link>" msgstr "<link href=\"text/scalc/01/12040300.xhp\" name=\"Advanced Filter\">Papildomas filtras</link>" +#. NgA6E #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1352,6 +1537,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/12090100.xhp\">Start</link>" msgstr "<link href=\"text/scalc/01/12090100.xhp\">Pradėti</link>" +#. AauQw #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1360,6 +1546,7 @@ msgctxt "" msgid "<link href=\"text/shared/autopi/01150000.xhp\" name=\"Euro Converter\">Euro Converter</link>" msgstr "<link href=\"text/shared/autopi/01150000.xhp\" name=\"Euro Converter\">Euro konverteris</link>" +#. Eu4wD #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1368,6 +1555,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04070100.xhp\">Define</link>" msgstr "<link href=\"text/scalc/01/04070100.xhp\">Apibrėžti</link>" +#. HyrGS #: main0218.xhp msgctxt "" "main0218.xhp\n" @@ -1376,6 +1564,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>" msgstr "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Sprendiklis</link>" +#. Fky5g #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1384,6 +1573,7 @@ msgctxt "" msgid "$[officename] Calc Features" msgstr "„$[officename]“ skaičiuoklės galimybės" +#. NJ9KT #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1392,6 +1582,7 @@ msgctxt "" msgid "<variable id=\"main0503\"><link href=\"text/scalc/main0503.xhp\" name=\"$[officename] Calc Features\">$[officename] Calc Features</link></variable>" msgstr "<variable id=\"main0503\"><link href=\"text/scalc/main0503.xhp\" name=\"$[officename] Calc Features\">„$[officename]“ skaičiuoklės galimybės</link></variable>" +#. ztyoG #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1400,6 +1591,7 @@ msgctxt "" msgid "$[officename] Calc is a spreadsheet application that you can use to calculate, analyze, and manage your data. You can also import and modify Microsoft Excel spreadsheets." msgstr "„$[officename]“ skaičiuoklės programoje galite skaičiuoti, tvarkyti ir analizuoti duomenis. Taip pat galite importuoti ir redaguoti „Microsoft Excel“ failus." +#. 6iQ5x #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1408,6 +1600,7 @@ msgctxt "" msgid "Calculations" msgstr "Skaičiavimas" +#. uiaMX #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1416,6 +1609,7 @@ msgctxt "" msgid "$[officename] Calc provides you with <link href=\"text/scalc/01/04060100.xhp\" name=\"functions\">functions</link>, including statistical and banking functions, that you can use to create formulas to perform complex calculations on your data." msgstr "„$[officename]“ skaičiuoklėje sudėtingas formules galite kurti naudodami statistines ir finansines <link href=\"text/scalc/01/04060100.xhp\" name=\"functions\">funkcijas</link>." +#. ZWXQP #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1424,6 +1618,7 @@ msgctxt "" msgid "You can also use the <link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilots\">Function Wizard</link> to help you create your formulas." msgstr "Formules kurti galite naudodami<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilots\">Funkcijos vediklį</link>." +#. jARFA #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1432,6 +1627,7 @@ msgctxt "" msgid "What-If Calculations" msgstr "Sąlyginiai skaičiavimai" +#. 4yrYj #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1440,6 +1636,7 @@ msgctxt "" msgid "An interesting feature is to be able to immediately view the results of changes made to one factor of calculations that are composed of several factors. For instance, you can see how changing the time period in a loan calculation affects the interest rates or repayment amounts. Furthermore, you can manage larger tables by using different predefined scenarios." msgstr "Skaičiuoklės lentelės turi įdomią savybę, jei pakeičiate bent vieną formulės reikšmę iškart pasikeičia jos rezultatas. Pavyzdžiui, pakeitę laikotarpį paskolos formulėje iškart galite pamatyti, kaip pasikeičia palūkanų norma ar grąžinama suma. Taip pat galite tvarkyti dideles lenteles naudodami iš anksto parašytus scenarijus." +#. JRYyA #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1448,6 +1645,7 @@ msgctxt "" msgid "Database Functions" msgstr "Duomenų bazės funkcijos" +#. 99gbx #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1456,6 +1654,7 @@ msgctxt "" msgid "Use spreadsheets to arrange, store, and filter your data." msgstr "Skaičiuoklėje galite tvarkyti, saugoti ir filtruoti savo duomenis." +#. EgN7B #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1464,6 +1663,7 @@ msgctxt "" msgid "$[officename] Calc lets you drag-and-drop tables from databases, or lets you use a spreadsheet as a data source for creating form letters in $[officename] Writer." msgstr "„$[officename]“ skaičiuoklėje galite vilkti lenteles iš duomenų bazės, taip pat naudoti skaičiuoklę kurdami laiškų blankus „$[officename]“ rašyklėje." +#. GKCva #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1472,6 +1672,7 @@ msgctxt "" msgid "Arranging Data" msgstr "Paruošiami duomenys" +#. Bo5vg #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1480,6 +1681,7 @@ msgctxt "" msgid "With a few mouse-clicks, you can reorganize your spreadsheet to show or hide certain data ranges, or to format ranges according to special conditions, or to quickly calculate subtotals and totals." msgstr "Keliais pelės spustelėjimais galite pertvarkyti savo skaičiuoklės dokumentą, kad rodytų arba slėptų tam tikras duomenų sritis. Taip pat galite formatuoti pasirinktą duomenų sritį pagal nurodytas sąlygas, greitai apskaičiuoti tarpines ir galutines sumas." +#. JBCHF #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1488,6 +1690,7 @@ msgctxt "" msgid "Dynamic Charts" msgstr "Dinaminės diagramos" +#. QEi8Q #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1496,6 +1699,7 @@ msgctxt "" msgid "$[officename] Calc lets you present spreadsheet data in dynamic charts that update automatically when the data changes." msgstr "„$[officename]“ skaičiuoklėje galite pateikti lentelės duomenis dinaminėje diagramoje. Pakeitus duomenis lentelėje, pasikeičia ir sukurta diagrama." +#. aFG9z #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -1504,6 +1708,7 @@ msgctxt "" msgid "Opening and Saving Microsoft Files" msgstr "„Microsoft“ failų atidarymas ir saugojimas" +#. HBc3E #: main0503.xhp msgctxt "" "main0503.xhp\n" diff --git a/source/lt/helpcontent2/source/text/scalc/00.po b/source/lt/helpcontent2/source/text/scalc/00.po index 522aed9e89e..a341e28a787 100644 --- a/source/lt/helpcontent2/source/text/scalc/00.po +++ b/source/lt/helpcontent2/source/text/scalc/00.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: 2019-08-21 21:36+0200\n" -"PO-Revision-Date: 2019-10-06 23:21+0000\n" -"Last-Translator: eglejasu <egle.jasute@gmail.com>\n" +"POT-Creation-Date: 2020-01-07 14:09+0100\n" +"PO-Revision-Date: 2019-11-05 12:07+0000\n" +"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textscalc00/lt/>\n" "Language: lt\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 3.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1561232594.000000\n" #. E9tti @@ -1735,14 +1735,185 @@ msgctxt "" msgid "Available since release" msgstr "Galima nuo išleidimo" -#. B5GKt +#. rb2GF #: avail_release.xhp msgctxt "" "avail_release.xhp\n" -"par_id631551701603518\n" +"par_id651551701041690\n" "help.text" -msgid "<variable id=\"release\">This function is available since %PRODUCTNAME </variable>" -msgstr "<variable id=\"release\">Ši funkcija galima nuo „%PRODUCTNAME“ </variable>" +msgid "This function is available since %PRODUCTNAME 3.3" +msgstr "" + +#. cWt2c +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041690\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 3.4" +msgstr "" + +#. DJYpo +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041635\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 3.5" +msgstr "" + +#. movhF +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041636\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 3.6" +msgstr "" + +#. ZabjA +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041640\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 4.0" +msgstr "" + +#. 8DzKR +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041641\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 4.1" +msgstr "" + +#. ZTLzW +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041642\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 4.2" +msgstr "" + +#. 86mak +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041643\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 4.3" +msgstr "" + +#. YVyh9 +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041644\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 4.4" +msgstr "" + +#. zDETc +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041650\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 5.0" +msgstr "" + +#. SawAv +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041651\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 5.1" +msgstr "" + +#. z6ZA8 +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041652\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 5.2" +msgstr "" + +#. STFrB +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041653\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 5.3" +msgstr "" + +#. 283yd +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041654\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 5.4" +msgstr "" + +#. bTkBF +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041660\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 6.0" +msgstr "" + +#. A6MsJ +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041661\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 6.1" +msgstr "" + +#. ba2SV +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041662\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 6.2" +msgstr "" + +#. ADa9o +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041663\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 6.3" +msgstr "" + +#. acWGG +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041664\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 6.4" +msgstr "" + +#. 9FEZK +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id651551401041665\n" +"help.text" +msgid "This function is available since %PRODUCTNAME 6.5" +msgstr "" #. LSPBz #: sheet_menu.xhp diff --git a/source/lt/helpcontent2/source/text/scalc/01.po b/source/lt/helpcontent2/source/text/scalc/01.po index 9a9a2bb5c11..e7e067b2669 100644 --- a/source/lt/helpcontent2/source/text/scalc/01.po +++ b/source/lt/helpcontent2/source/text/scalc/01.po @@ -3,10 +3,10 @@ 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-13 13:46+0100\n" -"PO-Revision-Date: 2019-11-05 12:06+0000\n" -"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" -"Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textscalc01/lt/>\n" +"POT-Creation-Date: 2020-01-07 14:09+0100\n" +"PO-Revision-Date: 2019-12-17 11:22+0000\n" +"Last-Translator: eglejasu <egle.jasute@gmail.com>\n" +"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc01/lt/>\n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3832,23 +3832,32 @@ msgctxt "" msgid "<bookmark_value>inserting functions; Function Wizard</bookmark_value><bookmark_value>functions;Function Wizard</bookmark_value><bookmark_value>wizards; functions</bookmark_value>" msgstr "<bookmark_value>funkcijų įterpimas; Funkcijos vediklis</bookmark_value><bookmark_value>funkcijos;Funkcijos vediklis</bookmark_value><bookmark_value>vediklis;funkcijos</bookmark_value>" -#. 8hkzg +#. KeWpp #: 04060000.xhp msgctxt "" "04060000.xhp\n" "hd_id3147426\n" "help.text" -msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">Function Wizard</link>" -msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">Funkcijos vedlys</link>" +msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">Function</link>" +msgstr "" -#. qWAXe +#. wjD4H #: 04060000.xhp msgctxt "" "04060000.xhp\n" "par_id3145271\n" "help.text" -msgid "<variable id=\"funktionsautopilottext\"><ahelp hid=\".\">Opens the <emph>Function Wizard</emph>, which helps you to interactively create formulas.</ahelp></variable> Before you start the Wizard, select a cell or a range of cells from the current sheet, in order to determine the position at which the formula will be inserted." -msgstr "<variable id=\"funktionsautopilottext\"><ahelp hid=\".\">Atveria <emph>Funkcijos vediklį</emph>, kuris jums padeda interaktyviai kurti formules.</ahelp></variable> Prieš atveriant funkcijos vediklį, pažymėkite langelį arba langelių sritį, taip nurodydami formulės kurią įvesite poziciją." +msgid "<variable id=\"funktionsautopilottext\"><ahelp hid=\".\">Opens the <emph>Function Wizard</emph>, which helps you to interactively create formulas.</ahelp></variable>" +msgstr "" + +#. exDJs +#: 04060000.xhp +msgctxt "" +"04060000.xhp\n" +"par_id491577286833512\n" +"help.text" +msgid "Before you start the Wizard, select a cell or a range of cells from the current sheet, in order to determine the position at which the formula will be inserted." +msgstr "" #. xeqnV #: 04060000.xhp @@ -4748,7 +4757,7 @@ msgctxt "" "par_id3151188\n" "help.text" msgid "Choose <link href=\"text/shared/optionen/01060500.xhp\" name=\"Spreadsheet - Calculate\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Calculate</menuitem></link> to define how $[officename] Calc acts when searching for identical entries." -msgstr "" +msgstr "Pasirinkite <link href=\"text/shared/optionen/01060500.xhp\" name=\"Spreadsheet - Calculate\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Priemonės – Parinktys</menuitem></defaultinline></switchinline><menuitem> – „%PRODUCTNAME “ skaičiuoklė – Skaičiuoti</menuitem></link>, kai norite apibrėžti, kaip „$[officename]“ skaičiuoklė ieško vienodų įrašų." #. GCPCd #: 04060101.xhp @@ -5542,14 +5551,14 @@ msgctxt "" msgid "<bookmark_value>date and time functions</bookmark_value> <bookmark_value>functions; date & time</bookmark_value> <bookmark_value>Function Wizard; date & time</bookmark_value>" msgstr "<bookmark_value>datos ir laiko funkcijos</bookmark_value> <bookmark_value>funkcijos; data ir laikas</bookmark_value> <bookmark_value>funkcijų vediklis; data ir laikas</bookmark_value>" -#. 27DbC +#. 4twnp #: 04060102.xhp msgctxt "" "04060102.xhp\n" "hd_id3154536\n" "help.text" -msgid "Date & Time Functions" -msgstr "Datos ir laiko funkcijos" +msgid "<variable id=\"h1\">Date & Time Functions</variable>" +msgstr "" #. MJ2GD #: 04060102.xhp @@ -7045,23 +7054,23 @@ msgctxt "" msgid "<item type=\"input\">=DISC(\"2001-01-25\";\"2001-11-15\";97;100;3)</item> returns about 0.0372 or 3.72 per cent." msgstr "<item type=\"input\">=DISC(\"2001-01-25\";\"2001-11-15\";97;100;3)</item> grąžins apie 0.0372." -#. hm7Tq +#. pLhCb #: 04060103.xhp msgctxt "" "04060103.xhp\n" "bm_id3154695\n" "help.text" -msgid "<bookmark_value>DURATION_ADD function</bookmark_value> <bookmark_value>Microsoft Excel functions</bookmark_value> <bookmark_value>durations;fixed interest securities</bookmark_value>" -msgstr "<bookmark_value>DURATION_ADD funkcija</bookmark_value> <bookmark_value>Microsoft Excel funkcija</bookmark_value> <bookmark_value>laikotarpis;fiksuotas palūkanų užstatas</bookmark_value>" +msgid "<bookmark_value>DURATION function</bookmark_value> <bookmark_value>durations;fixed interest securities</bookmark_value>" +msgstr "<bookmark_value>DURATION funkcija</bookmark_value> <bookmark_value>trukmė;fiksuotų palūkanų vertybiniai popieriai</bookmark_value>" -#. bD2zQ +#. coRDF #: 04060103.xhp msgctxt "" "04060103.xhp\n" "hd_id3154695\n" "help.text" -msgid "DURATION_ADD" -msgstr "DURATION_ADD" +msgid "DURATION" +msgstr "DURATION" #. oA2tj #: 04060103.xhp @@ -7072,14 +7081,14 @@ msgctxt "" msgid "<ahelp hid=\"HID_AAI_FUNC_DURATION\">Calculates the duration of a fixed interest security in years.</ahelp>" msgstr "<ahelp hid=\"HID_AAI_FUNC_DURATION\">Apskaičiuoja fiksuotų palūkanų vertybinių popierių laikotarpį metais.</ahelp>" -#. MEAyR +#. bJZPP #: 04060103.xhp msgctxt "" "04060103.xhp\n" "par_id3153373\n" "help.text" -msgid "DURATION_ADD(\"Settlement\"; \"Maturity\"; Coupon; Yield; Frequency; Basis)" -msgstr "DURATION_ADD(įsigijimas; terminas; atkarpa; pajamos; dažnis; metodas)" +msgid "DURATION(\"Settlement\"; \"Maturity\"; Coupon; Yield; Frequency; Basis)" +msgstr "DURATION(mokėjimas; terminas; atkarpa; pajamos; dažnis)" #. JeeVp #: 04060103.xhp @@ -7135,14 +7144,14 @@ msgctxt "" msgid "A security is purchased on 2001-01-01; the maturity date is 2006-01-01. The Coupon rate of interest is 8%. The yield is 9.0%. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how long is the duration?" msgstr "Vertybinių popierių įsigijimo data 2001-01-01, termino data yra 2006-01-01. Atkarpos palūkanų norma yra 8%. Pajamos yra 9.0%. Palūkanos yra sumokamos kas pusę metų (dažnis yra 2). Koks yra laikotarpis, jei naudojamas kasdienio balanso skaičiavimo metodas?" -#. vGsKM +#. ggYzf #: 04060103.xhp msgctxt "" "04060103.xhp\n" "par_id3154902\n" "help.text" -msgid "<item type=\"input\">=DURATION_ADD(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)</item>" -msgstr "<item type=\"input\">=DURATION_ADD(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)</item>" +msgid "<item type=\"input\">=DURATION(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)</item>" +msgstr "<item type=\"input\">=DURATION(\"2001-01-01\";\"2006-01-01\";0,08;0,09;2;3)</item>" #. TjeEJ #: 04060103.xhp @@ -14443,14 +14452,14 @@ msgctxt "" msgid "To sum up only negative numbers: <item type=\"input\">=SUMIF(A1:A10;\"<0\")</item>" msgstr "Tik neigiamiems skaičiams sudėti galima naudoti formulę: <item type=\"input\">=SUMIF(A1:A10;\"<0\")</item>" -#. rxMQ3 +#. GGT9C #: 04060106.xhp msgctxt "" "04060106.xhp\n" "par_id6670125\n" "help.text" -msgid "<item type=\"input\">=SUMIF(A1:A10;\">0\";B1:10)</item> - sums values from the range B1:B10 only if the corresponding values in the range A1:A10 are >0." -msgstr "<item type=\"input\">=SUMIF(A1:A10;\">0\";B1:10)</item> – susumuoja langelių srities B1:B10 reikšmes, jei atitinkamų langelių srities A1:A10 reikšmės yra >0." +msgid "<item type=\"input\">=SUMIF(A1:A10;\">0\";B1:B10)</item> - sums values from the range B1:B10 only if the corresponding values in the range A1:A10 are >0." +msgstr "<item type=\"input\">=SUMIF(A1:A10;\">0\";B1:B10)</item> – susumuoja srities B1:B10 reikšmes, jei atitinkamos srities A1:A10 reikšmės yra teigiamos." #. G5vdm #: 04060106.xhp @@ -15127,14 +15136,14 @@ msgctxt "" msgid "<item type=\"input\">=ODD(-3.1)</item> returns -5." msgstr "<item type=\"input\">=ODD(-3.1)</item> grąžina -5." -#. Tkdj9 +#. CR7gG #: 04060106.xhp msgctxt "" "04060106.xhp\n" "bm_id2957404\n" "help.text" -msgid "<bookmark_value>FLOOR.PRECISE function</bookmark_value> <bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>" -msgstr "<bookmark_value>FLOOR.PRECISE funkcija</bookmark_value> <bookmark_value>apvalinama;iki mažesniojo reikšminio kartotinio</bookmark_value>" +msgid "<bookmark_value>FLOOR.PRECISE function</bookmark_value> <bookmark_value>FLOOR.XCL function</bookmark_value> <bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>" +msgstr "<bookmark_value>FLOOR.PRECISE funkcija</bookmark_value> <bookmark_value>FLOOR.XCL funkcija</bookmark_value> <bookmark_value>apvalinimas;iki artimiausio reikšmingumo kartotinio</bookmark_value>" #. ticPN #: 04060106.xhp @@ -15190,14 +15199,14 @@ msgctxt "" msgid "<item type=\"input\">=FLOOR.PRECISE( -11;-2)</item> returns -12" msgstr "<item type=\"input\">=FLOOR.PRECISE( -11;-2)</item> grąžina -12" -#. qdxiZ +#. aDgE5 #: 04060106.xhp msgctxt "" "04060106.xhp\n" "bm_id3157404\n" "help.text" -msgid "<bookmark_value>FLOOR function</bookmark_value> <bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>" -msgstr "<bookmark_value>FLOOR funkcija</bookmark_value> <bookmark_value>apvalinama;iki žemesniojo reikšminio kartotinio</bookmark_value>" +msgid "<bookmark_value>FLOOR function</bookmark_value> <bookmark_value>FLOOR.MATH function</bookmark_value> <bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>" +msgstr "<bookmark_value>FLOOR funkcija</bookmark_value> <bookmark_value>FLOOR.MATH funkcija</bookmark_value> <bookmark_value>apvalinimas;iki artimiausio reikšmingumo kartotinio</bookmark_value>" #. BAZE3 #: 04060106.xhp @@ -17800,14 +17809,14 @@ msgctxt "" msgid "<variable id=\"head_statistic\"><link href=\"text/scalc/01/04060108.xhp\" name=\"Statistics Functions\">Statistics Functions</link></variable>" msgstr "<variable id=\"head_statistic\"><link href=\"text/scalc/01/04060108.xhp\" name=\"Statistics Functions\">Statistikos funkcijos</link></variable>" -#. eNDVS +#. M7Z6D #: 04060108.xhp msgctxt "" "04060108.xhp\n" "par_id3157874\n" "help.text" -msgid "<variable id=\"statistiktext\">This category contains the <emph>Statistics</emph> functions. </variable>" -msgstr "<variable id=\"statistiktext\">Šioje kategorijoje pateikiamos <emph>Statistikos</emph> funkcijos. </variable>" +msgid "<variable id=\"statistiktext\">This category contains the <emph>Statistics</emph> functions.</variable>" +msgstr "" #. HiTED #: 04060108.xhp @@ -17818,33 +17827,6 @@ msgctxt "" msgid "Some of the examples use the following data table:" msgstr "Kai kuriuose pateiktuose pavyzdžiuose naudosime šios lentelės duomenis:" -#. hYpm5 -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3148775\n" -"help.text" -msgid "C" -msgstr "C" - -#. bPvvQ -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3145297\n" -"help.text" -msgid "D" -msgstr "D" - -#. ySt77 -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3150661\n" -"help.text" -msgid "2" -msgstr "2" - #. PeXDp #: 04060108.xhp msgctxt "" @@ -17863,195 +17845,6 @@ msgctxt "" msgid "y value" msgstr "y reikšmė" -#. pNBpa -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3153224\n" -"help.text" -msgid "3" -msgstr "3" - -#. GCDq5 -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3150475\n" -"help.text" -msgid "-5" -msgstr "-5" - -#. K4fiE -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3155367\n" -"help.text" -msgid "-3" -msgstr "-3" - -#. 8cSjP -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3149783\n" -"help.text" -msgid "4" -msgstr "4" - -#. YQKPp -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3153181\n" -"help.text" -msgid "-2" -msgstr "-2" - -#. p5BEY -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3148429\n" -"help.text" -msgid "0" -msgstr "0" - -#. DT4EG -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3152588\n" -"help.text" -msgid "5" -msgstr "5" - -#. zqQWt -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3147483\n" -"help.text" -msgid "-1" -msgstr "-1" - -#. GsCZB -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3083443\n" -"help.text" -msgid "1" -msgstr "1" - -#. LyuFQ -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3149826\n" -"help.text" -msgid "6" -msgstr "6" - -#. BfBEi -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3163820\n" -"help.text" -msgid "0" -msgstr "0" - -#. 2pfGT -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3154816\n" -"help.text" -msgid "3" -msgstr "3" - -#. 4idBB -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3149276\n" -"help.text" -msgid "7" -msgstr "7" - -#. wUKtq -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3149267\n" -"help.text" -msgid "2" -msgstr "2" - -#. hyKxt -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3156310\n" -"help.text" -msgid "4" -msgstr "4" - -#. 8HMk6 -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3154639\n" -"help.text" -msgid "8" -msgstr "8" - -#. Ec6AG -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3145205\n" -"help.text" -msgid "4" -msgstr "4" - -#. FnpA8 -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3153276\n" -"help.text" -msgid "6" -msgstr "6" - -#. ee6VB -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3150756\n" -"help.text" -msgid "9" -msgstr "9" - -#. EM3Gs -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3156095\n" -"help.text" -msgid "6" -msgstr "6" - -#. oFf2A -#: 04060108.xhp -msgctxt "" -"04060108.xhp\n" -"par_id3152929\n" -"help.text" -msgid "8" -msgstr "8" - #. BbE8F #: 04060108.xhp msgctxt "" @@ -19049,7 +18842,7 @@ msgctxt "" "par_id3150156\n" "help.text" msgid "=VLOOKUP(SearchCriterion; Array; Index; SortedRangeLookup)" -msgstr "" +msgstr "=VLOOKUP(paieškos kriterijus; masyvas; rodyklė; išrikiuotos srities peržiūra)" #. 7FsgG #: 04060109.xhp @@ -19085,7 +18878,7 @@ msgctxt "" "par_id3151208\n" "help.text" msgid "<emph>SortedRangeLookup</emph> is an optional parameter that indicates whether the first column in the array contains range boundaries instead of plain values. In this mode, the lookup returns the value in the row with first column having value equal to or less than SearchCriterion. E.g., it could contain dates when some tax value had been changed, and so the values represent starting dates of a period when a specific tax value was effective. Thus, searching for a date that is absent in the first array column, but falls between some existing boundary dates, would give the lower of them, allowing to find out the data being effective to the searched date. Enter the Boolean value FALSE or zero if the first column is not a range boundary list. When this parameter is TRUE or not given, the first column in the array <emph>must be sorted in ascending order</emph>. Sorted columns can be searched much faster and the function always returns a value, even if the search value was not matched exactly, if it is greater than the lowest value of the sorted list. In unsorted lists, the search value must be matched exactly. Otherwise the function will return #N/A with message: <emph>Error: Value Not Available</emph>." -msgstr "" +msgstr "<emph>Išrikiuotos srities peržiūra</emph> – papildomas parametras, kuris nusako, ar pirmasis masyvo stulpelis apima srities ribas, o ne paprastas reikšmes. Šioje veiksenoje grąžinama reikšmė eilutėje, kurioje pirmasis stulpelis turi reikšmę, lygią ar mažesnę už paieškos kriterijų. Pvz., joje gali būti datos, kai buvo pakeista tam tikra mokesčių reikšmė, taigi vertės atspindi laikotarpio, kai galiojo konkreti mokesčių vertė, pradžią. Taigi, ieškant datos, kurios nėra pirmame masyvo stulpelyje, bet patenka tarp kai kurių esamų ribinių datų, bus pateikiama žemesnė iš jų tokiu būdu leidžiama sužinoti, kokie duomenys yra veiksmingi ieškomai datai. Įveskite loginę reikšmę NETIESA arba 0, jei pirmasis stulpelis nėra srities riba. Kai šis parametras yra TIESA arba nenurodytas, pirmasis stulpelis masyve <emph>turi būti išrikiuotas didėjančiai</emph>. Išrikiuotuose stulpeliuose paieška gali būti atliekama greičiau ir funkcija visada grąžina reikšmę, net jei paieškos reikšmė ne visiškai atitinka ir jei ji yra didesnė nei mažiausią išrikiuoto sąrašo reikšmę. Priešingu atveju funkcija grąžina #N/A su pranešimu: <emph>Klaida: reikšmė netinkama</emph>." #. fJQRf #: 04060109.xhp @@ -19760,7 +19553,7 @@ msgctxt "" "par_id3146070\n" "help.text" msgid "HLOOKUP(SearchCriterion; Array; Index; SortedRangeLookup)" -msgstr "" +msgstr "HLOOKUP(paieškos kriterijus; masyvas; rodyklė; išrikiuotos srities peržiūra)" #. nhwwF #: 04060109.xhp @@ -20041,14 +19834,14 @@ msgctxt "" msgid "<item type=\"input\">=HYPERLINK(\"http://www.example.org\";\"Click here\")</item> displays the text \"Click here\" in the cell and executes the hyperlink http://www.example.org when clicked." msgstr "<item type=\"input\">=HYPERLINK(\"http://www.example.org\";\"Spausti čia\")</item> rodo „Spausti čia“ ir spustelėjus atveria http://www.example.org tinklalapį." -#. 6vtR6 +#. nBEGH #: 04060109.xhp msgctxt "" "04060109.xhp\n" "par_id0907200912224534\n" "help.text" -msgid "=HYPERLINK(\"http://www.example.org\";12345) displays the number 12345 and executes the hyperlink http://www.example.org when clicked." -msgstr "=HYPERLINK(\"http://www.example.org\";12345) rodo skaičius 12345, kuriuos spustelėjus atveria nuorodą http://www.example.org." +msgid "<item type=\"input\">=HYPERLINK(\"http://www.example.org\";12345)</item> displays the number 12345 and executes the hyperlink http://www.example.org when clicked." +msgstr "" #. GFCwJ #: 04060109.xhp @@ -21326,7 +21119,7 @@ msgctxt "" "par_id3149141\n" "help.text" msgid "<item type=\"input\">=LEFT(\"output\";3)</item> returns “out”." -msgstr "<item type=\"input\">=LEFT(\"išvestis\";2)</item> grąžina “iš”." +msgstr "<item type=\"input\">=LEFT(\"išvestis\";2)</item> grąžina „iš”." #. Bb5G5 #: 04060110.xhp @@ -21344,7 +21137,7 @@ msgctxt "" "hd_id2947083\n" "help.text" msgid "<variable id=\"leftbvar\"><link href=\"text/scalc/01/04060110.xhp#leftb\" name=\"LEFTB\">LEFTB</link></variable>" -msgstr "" +msgstr "<variable id=\"leftbvar\"><link href=\"text/scalc/01/04060110.xhp#leftb\" name=\"LEFTB\">LEFTB</link></variable>" #. f3mWg #: 04060110.xhp @@ -21506,7 +21299,7 @@ msgctxt "" "hd_id2956110\n" "help.text" msgid "<variable id=\"lenbvar\"><link href=\"text/scalc/01/04060110.xhp#lenb\" name=\"LENB\">LENB</link></variable>" -msgstr "" +msgstr "<variable id=\"lenbvar\"><link href=\"text/scalc/01/04060110.xhp#lenb\" name=\"LENB\">LENB</link></variable>" #. Cwz9S #: 04060110.xhp @@ -21722,7 +21515,7 @@ msgctxt "" "hd_id2954589\n" "help.text" msgid "<variable id=\"midbvar\"><link href=\"text/scalc/01/04060110.xhp#midb\" name=\"MIDB\">MIDB</link></variable>" -msgstr "" +msgstr "<variable id=\"midbvar\"><link href=\"text/scalc/01/04060110.xhp#midb\" name=\"MIDB\">MIDB</link></variable>" #. Qe8mw #: 04060110.xhp @@ -22163,7 +21956,7 @@ msgctxt "" "hd_id2949805\n" "help.text" msgid "<variable id=\"rightbvar\"><link href=\"text/scalc/01/04060110.xhp#rightb\" name=\"RIGHTB\">RIGHTB</link></variable>" -msgstr "" +msgstr "<variable id=\"rightbvar\"><link href=\"text/scalc/01/04060110.xhp#rightb\" name=\"RIGHTB\">RIGHTB</link></variable>" #. gvrHM #: 04060110.xhp @@ -30877,14 +30670,14 @@ msgctxt "" msgid "A security is purchased on 1999-02-15; the maturity date is 2007-11-15. The nominal rate of interest is 5.75%. The yield is 6.5%. The redemption value is 100 currency units. Interest is paid half-yearly (frequency is 2). With calculation on basis 0, the price is as follows:" msgstr "Vertybinių popierių pirkimo data 1999-02-15, termino pabaigos data 2007-11-15. Palūkanų norma 5,75%. Pajamos yra 6,5%. Išperkamoji vertė yra 100 piniginių vienetų. Palūkanos mokamos kas pusę metų (2 kartus). Skaičiuojant metodu 0, kaina yra:" -#. SGB87 +#. mvRnh #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3147273\n" "help.text" -msgid "=PRICE(\"1999-02-15\"; \"2007-11-15\"; 0.0575; 0.065; 100; 2; 0) returns 95.04287." -msgstr "=PRICE(\"1999-02-15\"; \"2007-11-15\"; 0,0575; 0,065; 100; 2; 0) grąžina 95,04287." +msgid "<input>=PRICE(\"1999-02-15\"; \"2007-11-15\"; 0.0575; 0.065; 100; 2; 0)</input> returns 95.04287." +msgstr "<input>=PRICE(\"1999-02-15\"; \"2007-11-15\"; 0,0575; 0,065; 100; 2; 0)</input> grąžina 95,04287." #. sQGxa #: 04060119.xhp @@ -30967,14 +30760,14 @@ msgctxt "" msgid "A security is purchased on 1999-02-15; the maturity date is 1999-03-01. Discount in per cent is 5.25%. The redemption value is 100. When calculating on basis 2 the price discount is as follows:" msgstr "Vertybinių popierių įsigijimo data 1999-02-15. Galiojimo termino data 1999-03-01. Nuolaida procentais 5,25%. Išperkamoji vertė 100. Skaičiuojant metodu 2, nuolaida yra:" -#. zWwmn +#. ZeFG7 #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3151178\n" "help.text" -msgid "=PRICEDISC(\"1999-02-15\"; \"1999-03-01\"; 0.0525; 100; 2) returns 99.79583." -msgstr "=PRICEDISC(\"1999-02-15\"; \"1999-03-01\"; 0,0525; 100; 2) grąžina 99,79583." +msgid "<input>=PRICEDISC(\"1999-02-15\"; \"1999-03-01\"; 0.0525; 100; 2)</input> returns 99.79583." +msgstr "<input>=PRICEDISC(\"1999-02-15\"; \"1999-03-01\"; 0,0525; 100; 2)</input> grąžina 99,79583." #. hbGNH #: 04060119.xhp @@ -31075,32 +30868,32 @@ msgctxt "" msgid "The price is calculated as follows:" msgstr "Pavyzdyje pateikiama vertės apskaičiavimas:" -#. ed6RY +#. fi4NY #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3158409\n" "help.text" -msgid "=PRICEMAT(\"1999-02-15\";\"1999-04-13\";\"1998-11-11\"; 0.061; 0.061;0) returns 99.98449888." -msgstr "=PRICEMAT(\"1999-02-15\";\"1999-04-13\";\"1998-11-11\"; 0,061; 0,061;0) grąžina 99,98449888." +msgid "<input>=PRICEMAT(\"1999-02-15\";\"1999-04-13\";\"1998-11-11\"; 0.061; 0.061;0)</input> returns 99.98449888." +msgstr "<input>=PRICEMAT(\"1999-02-15\";\"1999-04-13\";\"1998-11-11\"; 0,061; 0,061;0)</input> grąžina 99,98449888." -#. crj7S +#. GAN7n #: 04060119.xhp msgctxt "" "04060119.xhp\n" "bm_id3148448\n" "help.text" -msgid "<bookmark_value>calculating; durations</bookmark_value><bookmark_value>durations;calculating</bookmark_value><bookmark_value>DURATION function</bookmark_value>" -msgstr "<bookmark_value>apskaičiuojama; laikotarpiai</bookmark_value><bookmark_value>laikotarpiai;apskaičiuojama</bookmark_value><bookmark_value>DURATION funkcija</bookmark_value>" +msgid "<bookmark_value>calculating; durations</bookmark_value><bookmark_value>durations;calculating</bookmark_value><bookmark_value>PDURATION function</bookmark_value>" +msgstr "<bookmark_value>skaičiuoja; intervalai</bookmark_value><bookmark_value>intervalai; skaičiuoja</bookmark_value><bookmark_value>PDURATION funkcija</bookmark_value>" -#. HUEcU +#. EjWXp #: 04060119.xhp msgctxt "" "04060119.xhp\n" "hd_id3148448\n" "help.text" -msgid "DURATION" -msgstr "DURATION" +msgid "PDURATION" +msgstr "PPDURATION" #. mQkqy #: 04060119.xhp @@ -31111,14 +30904,14 @@ msgctxt "" msgid "<ahelp hid=\"HID_FUNC_LAUFZEIT\">Calculates the number of periods required by an investment to attain the desired value.</ahelp>" msgstr "<ahelp hid=\"HID_FUNC_LAUFZEIT\">Apskaičiuoja laikotarpių skaičių, kai žinoma palūkanų norma, pradinė ir galutinė vertės. </ahelp>" -#. brSXj +#. wLSMC #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3148933\n" "help.text" -msgid "DURATION(Rate; PV; FV)" -msgstr "DURATION(norma; pradžioje; pabaigoje)" +msgid "PDURATION(Rate; PV; FV)" +msgstr "PPDURATION (norma; pradinė; galutinė)" #. Rzxhq #: 04060119.xhp @@ -31327,14 +31120,14 @@ msgctxt "" msgid "A security is purchased on 2001-01-01; the maturity date is 2006-01-01. The nominal rate of interest is 8%. The yield is 9.0%. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how long is the modified duration?" msgstr "Vertybinių popierių įsigijimo data 2001-01-01. Galiojimo termino data 2006-01-01. Nominaliųjų palūkanų norma 8%. Pajamos 9,0%. Palūkanos mokamas pas pusę metų (2 kartus). Kiek pasikeitė trukmė, kai naudojamas kasdienio palūkanų skaičiavimo metodas (metodas 3)?" -#. uvE3L +#. PWSr2 #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3145378\n" "help.text" -msgid "=MDURATION(\"2001-01-01\"; \"2006-01-01\"; 0.08; 0.09; 2; 3) returns 4.02 years." -msgstr "=MDURATION(\"2001-01-01\"; \"2006-01-01\"; 0,08; 0,09; 2; 3) grąžina 4,02 metų." +msgid "<input>=MDURATION(\"2001-01-01\"; \"2006-01-01\"; 0.08; 0.09; 2; 3)</input> returns 4.02 years." +msgstr "<input>=MDURATION(\"2001-01-01\"; \"2006-01-01\"; 0,08; 0,09; 2; 3)</input> grąžina 4,02 metų." #. BrDKP #: 04060119.xhp @@ -31876,14 +31669,14 @@ msgctxt "" msgid "A security is purchased on 1999-02-15. It matures on 2007-11-15. The rate of interest is 5.75%. The price is 95.04287 currency units per 100 units of par value, the redemption value is 100 units. Interest is paid half-yearly (frequency = 2) and the basis is 0. How high is the yield?" msgstr "Vertybinių popierių įsigijimo data 1999-02-15. Galiojimo termino pabaiga 2007-11-15. Palūkanų norma 5,75%. Kaina 95,04287 piniginių vienetų už 100 vienetų vertybinių popierių, išperkamoji vertė 100. Palūkanos mokamos kas pusę metų (2 kartus) ir metodas 0. Kokios yra pajamos?" -#. UfrLb +#. iewbU #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3154194\n" "help.text" -msgid "=YIELD(\"1999-02-15\"; \"2007-11-15\"; 0.0575 ;95.04287; 100; 2; 0) returns 0.065 or 6.50 per cent." -msgstr "=YIELD(\"1999-02-15\"; \"2007-11-15\"; 0,0575 ;95,04287; 100; 2; 0) grąžina 0,065 or 6,50 proc." +msgid "<input>=YIELD(\"1999-02-15\"; \"2007-11-15\"; 0.0575 ;95.04287; 100; 2; 0)</input> returns 0.065 or 6.50 per cent." +msgstr "<input>=YIELD(\"1999-02-15\"; \"2007-11-15\"; 0,0575 ;95,04287; 100; 2; 0)</input> grąžina 0,065 arba 6,50 procentus." #. AeJmf #: 04060119.xhp @@ -31966,14 +31759,14 @@ msgctxt "" msgid "A non-interest-bearing security is purchased on 1999-02-15. It matures on 1999-03-01. The price is 99.795 currency units per 100 units of par value, the redemption value is 100 units. The basis is 2. How high is the yield?" msgstr "Beprocentiniai vertybiniai popieriai įsigyti 1999-02-15. Galiojimo terminas baigiasi 1999-03-01. Kaina 99,795 piniginių vienetų už 100 vienetų vertybinių popierių, išperkamoji vertė 100. Metodas 2. Kokios pajamos?" -#. 7YN9G +#. DMev8 #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3155187\n" "help.text" -msgid "=YIELDDISC(\"1999-02-15\"; \"1999-03-01\"; 99.795; 100; 2) returns 0.052823 or 5.2823 per cent." -msgstr "=YIELDDISC(\"1999-02-15\"; \"1999-03-01\"; 99,795; 100; 2) grąžina 0,052823 arba 5,2823 proc." +msgid "<input>=YIELDDISC(\"1999-02-15\"; \"1999-03-01\"; 99.795; 100; 2)</input> returns 0.052823 or 5.2823 per cent." +msgstr "<input>=YIELDDISC(\"1999-02-15\"; \"1999-03-01\"; 99,795; 100; 2)</input> grąžina 0,052823 arba 5,2823 procentus." #. 5mbhE #: 04060119.xhp @@ -32065,14 +31858,14 @@ msgctxt "" msgid "A security is purchased on 1999-03-15. It matures on 1999-11-03. The issue date was 1998-11-08. The rate of interest is 6.25%, the price is 100.0123 units. The basis is 0. How high is the yield?" msgstr "Vertybinių popierių įsigijimo data 1999-03-15. Galiojimo terminas 1999-11-03. Išleidimo data 1998-11-08. Palūkanų norma 6,25%, kaina 100,0123 vienetai. Metodas 0. Kokios pajamos?" -#. EgFWh +#. DswXC #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3155311\n" "help.text" -msgid "=YIELDMAT(\"1999-03-15\"; \"1999-11-03\"; \"1998-11-08\"; 0.0625; 100.0123; 0) returns 0.060954 or 6.0954 per cent." -msgstr "=YIELDMAT(\"1999-03-15\"; \"1999-11-03\"; \"1998-11-08\"; 0,0625; 100,0123; 0) grąžina 0,060954 arba 6,0954 proc." +msgid "<input>=YIELDMAT(\"1999-03-15\"; \"1999-11-03\"; \"1998-11-08\"; 0.0625; 100.0123; 0)</input> returns 0.060954 or 6.0954 per cent." +msgstr "<input>=YIELDMAT(\"1999-03-15\"; \"1999-11-03\"; \"1998-11-08\"; 0,0625; 100,0123; 0)</input> grąžina 0,060954 arba 6,0954 procento." #. 2ZC4E #: 04060119.xhp @@ -32254,14 +32047,14 @@ msgctxt "" msgid "The return on the treasury bill corresponding to a security is worked out as follows:" msgstr "Grąžina iždo vekselį atitinkantį vertybinius popierius:" -#. PGMJB +#. QzDeZ #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3154382\n" "help.text" -msgid "=TBILLEQ(\"1999-03-31\";\"1999-06-01\"; 0.0914) returns 0.094151 or 9.4151 per cent." -msgstr "=TBILLEQ(\"1999-03-31\";\"1999-06-01\"; 0,0914) grąžina 0,094151 arba 9,4151 proc." +msgid "<input>=TBILLEQ(\"1999-03-31\";\"1999-06-01\"; 0.0914)</input> returns 0.094151 or 9.4151 per cent." +msgstr "<input>=TBILLEQ(\"1999-03-31\";\"1999-06-01\"; 0,0914)</input> grąžina 0,094151 arba 9,4151 procento." #. zcFRa #: 04060119.xhp @@ -32344,14 +32137,14 @@ msgctxt "" msgid "The price of the treasury bill is worked out as follows:" msgstr "Iždo vekselio kainą skaičiuojama pagal formulę:" -#. 2oCRv +#. VfuXC #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3154592\n" "help.text" -msgid "=TBILLPRICE(\"1999-03-31\";\"1999-06-01\"; 0.09) returns 98.45." -msgstr "=TBILLPRICE(\"1999-03-31\";\"1999-06-01\"; 0,09) grąžina 98,45." +msgid "<input>=TBILLPRICE(\"1999-03-31\";\"1999-06-01\"; 0.09)</input> returns 98.45." +msgstr "<input>=TBILLPRICE(\"1999-03-31\";\"1999-06-01\"; 0,09)</input> grąžina 98,45." #. yEHpt #: 04060119.xhp @@ -32434,14 +32227,14 @@ msgctxt "" msgid "The yield of the treasury bill is worked out as follows:" msgstr "Iždo vekselio pajamos skaičiuojamos pagal formulę:" -#. vwDmA +#. CrxD8 #: 04060119.xhp msgctxt "" "04060119.xhp\n" "par_id3148528\n" "help.text" -msgid "=TBILLYIELD(\"1999-03-31\";\"1999-06-01\"; 98.45) returns 0.091417 or 9.1417 per cent." -msgstr "=TBILLYIELD(\"1999-03-31\";\"1999-06-01\"; 98,45) grąžina 0,091417 arba 9,1417 proc." +msgid "<input>=TBILLYIELD(\"1999-03-31\";\"1999-06-01\"; 98.45)</input> returns 0.091417 or 9.1417 per cent." +msgstr "<input>=TBILLYIELD(\"1999-03-31\";\"1999-06-01\"; 98,45)</input> grąžina 0,091417 arba 9,1417 procento." #. NF5nu #: 04060119.xhp @@ -33098,7 +32891,7 @@ msgctxt "" "par_id3165000\n" "help.text" msgid "<emph>Criteria</emph> indicates the criteria in the form of a number, an expression or a character string. These criteria determine which cells are counted." -msgstr "" +msgstr "<emph>Kriterijus</emph> nurodo mas skaičiumi, reiškiniu arba ženklų eilute. Šis kriterijus nurodo, kurie langeliai skaičiuojami." #. ZpDRv #: 04060181.xhp @@ -44350,14 +44143,14 @@ msgctxt "" msgid "Insert Function into calculation sheet" msgstr "Įterpti funkciją į skaičiuoklės lakštą" -#. 7J4VW +#. UPFoX #: 04080000.xhp msgctxt "" "04080000.xhp\n" "par_id3150043\n" "help.text" -msgid "<image id=\"img_id3159267\" src=\"sc/res/fx.png\"><alt id=\"alt_id3159267\">Icon</alt></image>" -msgstr "<image id=\"img_id3159267\" src=\"sc/res/fx.png\"><alt id=\"alt_id3159267\">Piktograma</alt></image>" +msgid "<image id=\"img_id3159267\" src=\"sc/res/fx.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159267\">Icon Insert Function</alt></image>" +msgstr "" #. 4Hfgb #: 04080000.xhp @@ -46177,14 +45970,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays the list of the available Cell Styles for <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"indirect cell formatting\">indirect cell formatting</link>.</ahelp>" msgstr "<ahelp hid=\".\">Parodo galimių langelių stilių sąrašą <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"indirect cell formatting\"> langelių formatavimui</link>.</ahelp>" -#. vDDA3 +#. JcMEc #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3150751\n" "help.text" -msgid "<image id=\"img_id3153714\" src=\"sc/res/sf01.png\"><alt id=\"alt_id3153714\">Icon</alt></image>" -msgstr "<image id=\"img_id3153714\" src=\"sc/res/sf01.png\"><alt id=\"alt_id3153714\">Piktograma</alt></image>" +msgid "<image id=\"img_id3153714\" src=\"sc/res/sf01.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153714\">Icon Cell Styles</alt></image>" +msgstr "" #. HKD2C #: 05100000.xhp @@ -46213,14 +46006,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays the Page Styles available for indirect page formatting.</ahelp>" msgstr "<ahelp hid=\".\">Parodo galimus puslapių stilius.</ahelp>" -#. oCa5C +#. cM9f4 #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3159100\n" "help.text" -msgid "<image id=\"img_id3149814\" src=\"sw/res/sf04.png\"><alt id=\"alt_id3149814\">Icon</alt></image>" -msgstr "<image id=\"img_id3149814\" src=\"sw/res/sf04.png\"><alt id=\"alt_id3149814\">Piktograma</alt></image>" +msgid "<image id=\"img_id3149814\" src=\"sw/res/sf04.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149814\">Icon Page Styles</alt></image>" +msgstr "" #. BnFvb #: 05100000.xhp @@ -46249,14 +46042,14 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_WATERCAN\">Turns the Fill Format mode on and off. Use the paint can to assign the Style selected in the Styles window.</ahelp>" msgstr "<ahelp hid=\"SFX2_HID_TEMPLDLG_WATERCAN\">Įjungia arba išjungia stiliaus pritaikymo veikseną. Naudodamiesi pritaikymo veiksena galite priskirti Stiliaus lange pasirinktą stilių.</ahelp>" -#. JM3as +#. ChsD7 #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3155087\n" "help.text" -msgid "<image id=\"img_id3153068\" src=\"cmd/sc_fillstyle.png\"><alt id=\"alt_id3153068\">Icon</alt></image>" -msgstr "<image id=\"img_id3153068\" src=\"cmd/sc_fillstyle.png\"><alt id=\"alt_id3153068\">Piktograma</alt></image>" +msgid "<image id=\"img_id3153068\" src=\"cmd/sc_fillstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153068\">Icon Fill Format Mode</alt></image>" +msgstr "" #. TEEFF #: 05100000.xhp @@ -46330,14 +46123,14 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_NEWBYEXAMPLE\">Creates a new style based on the formatting of a selected object.</ahelp> Assign a name for the style in the <link href=\"text/shared/01/05140100.xhp\" name=\"Create Style\">Create Style</link> dialog." msgstr "<ahelp hid=\"SFX2_HID_TEMPLDLG_NEWBYEXAMPLE\">Sukuria naują stilių pasirinkto objekto formato pagrindu.</ahelp> Priskirkite stiliui pavadinimą dialogo lange <link href=\"text/shared/01/05140100.xhp\" name=\"Create Style\">Kurti stilių</link>." -#. AGMAe +#. T967y #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3150050\n" "help.text" -msgid "<image id=\"img_id3154649\" src=\"cmd/sc_stylenewbyexample.png\"><alt id=\"alt_id3154649\">Icon</alt></image>" -msgstr "<image id=\"img_id3154649\" src=\"cmd/sc_stylenewbyexample.png\"><alt id=\"alt_id3154649\">Piktograma</alt></image>" +msgid "<image id=\"img_id3154649\" src=\"cmd/sc_stylenewbyexample.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154649\">Icon New Style from Selection</alt></image>" +msgstr "" #. aE4gp #: 05100000.xhp @@ -46366,14 +46159,14 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_UPDATEBYEXAMPLE\">Updates the Style selected in the Styles window with the current formatting of the selected object.</ahelp>" msgstr "<ahelp hid=\"SFX2_HID_TEMPLDLG_UPDATEBYEXAMPLE\">Atnaujina pasirinktą stilių pagal pasirinkto objekto formatą.</ahelp>" -#. 5cyG3 +#. F3Lph #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3145118\n" "help.text" -msgid "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\"><alt id=\"alt_id3155754\">Icon</alt></image>" -msgstr "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\"><alt id=\"alt_id3155754\">Piktograma</alt></image>" +msgid "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155754\">Icon Update Style</alt></image>" +msgstr "" #. AbPzG #: 05100000.xhp @@ -51190,14 +50983,14 @@ msgctxt "" msgid "Select Source" msgstr "Šaltinio parinkimas" -#. 9ePQP +#. tbA55 #: 12090100.xhp msgctxt "" "12090100.xhp\n" "hd_id3153663\n" "help.text" -msgid "Select Source" -msgstr "Šaltinio parinkimas" +msgid "<link href=\"text/scalc/01/12090100.xhp\" name=\"Pivot Table - Select Source\">Pivot Table - Select Source</link>" +msgstr "" #. JCesq #: 12090100.xhp @@ -55769,7 +55562,7 @@ msgctxt "" "par_id45123108916423\n" "help.text" msgid "If the <emph>Average_Range</emph> is not specified, <emph>Range</emph> is used for both, the calculation of the mean and the search according to the condition. If <emph>Average_Range</emph> is specified, the <emph>Range</emph> is used only for the condition test, while <emph>Average_Range</emph> is used for the average calculation." -msgstr "" +msgstr "Jei <emph>vidurkio sritis</emph> nenurodyta, <emph>sritis</emph> naudojama ir vidurkio skaičiavimui ir paieškai pagal nurodytą sąlygą. Jei <emph>vidurkio sritis</emph> nurodyta, tai <emph>sritis</emph> naudojama tik paieškai pagal sąlygą tol, kol vidurkio skaičiavimui naudojama <emph>vidurkio sritis</emph>." #. 8v8Zv #: func_averageif.xhp @@ -57776,7 +57569,7 @@ msgctxt "" "tit\n" "help.text" msgid "FINDB Function" -msgstr "" +msgstr "FINDB funkcija" #. EkUr2 #: func_findb.xhp @@ -57785,7 +57578,7 @@ msgctxt "" "bm_id141573508995071\n" "help.text" msgid "<bookmark_value>FINDB Function</bookmark_value> <bookmark_value>find text;FINDB Function</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>FINDB funkcija</bookmark_value>............<bookmark_value>rasti tekstą;FINDB funkcija</bookmark_value>" #. WmZAa #: func_findb.xhp @@ -57794,7 +57587,7 @@ msgctxt "" "hd_id771573508637966\n" "help.text" msgid "<variable id=\"findb\"><link href=\"text/scalc/01/func_findb.xhp\" name=\"findb\">FINDB</link></variable>" -msgstr "" +msgstr "<variable id=\"findb\"><link href=\"text/scalc/01/func_findb.xhp\" name=\"findb\">FINDB</link></variable>" #. iW2EE #: func_findb.xhp @@ -57803,7 +57596,7 @@ msgctxt "" "par_id831573508637970\n" "help.text" msgid "<variable id=\"variable name\"><ahelp hid=\".\">Returns the starting position of a given text, using byte positions. FINDB is case sensitive.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"variable name\"><ahelp hid=\".\">Grąžina duoto teksto pradžią naudodama baito vietą. FINDB skiria didžiąsias ir mažąsias raides.</ahelp></variable>" #. yA9fg #: func_findb.xhp @@ -57812,7 +57605,7 @@ msgctxt "" "par_id221573517641172\n" "help.text" msgid "FINDB( Find Text ; Text ; Position )" -msgstr "" +msgstr "FINDB(ieškomas tekstas ; tekstas; vieta)" #. puQAw #: func_findb.xhp @@ -57821,7 +57614,7 @@ msgctxt "" "par_id241573517292388\n" "help.text" msgid "<emph>Find Text</emph>: The text or text expression to be found." -msgstr "" +msgstr "<emph>Ieškomas tekstas</emph> – nurodomas ieškomas tekstas arba išraiška." #. YgyTW #: func_findb.xhp @@ -57830,7 +57623,7 @@ msgctxt "" "par_id991573517299918\n" "help.text" msgid "<emph>Text</emph>: the text in which the search is to be made." -msgstr "" +msgstr "<emph>Tekstas</emph> – nurodomas tekstas, kuriame vykdoma paieška." #. pfYPq #: func_findb.xhp @@ -57839,7 +57632,7 @@ msgctxt "" "par_id521573517305077\n" "help.text" msgid "<emph>Position</emph>: The position in the text where the search starts." -msgstr "" +msgstr "<emph>Vieta</emph> – vieta tekste, kur pradedama paieška." #. VLM4H #: func_findb.xhp @@ -57848,7 +57641,7 @@ msgctxt "" "par_id481573517830373\n" "help.text" msgid "<input>=FINDB(\"ᄫᄬ\";\"ᄩᄔᄕᄜᄝᄞᄠgᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";17)</input> returns 19." -msgstr "" +msgstr "<input>=FINDB(\"ᄫᄬ\";\"ᄩᄔᄕᄜᄝᄞᄠgᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";17)</input> grąžina 19." #. 2YcR7 #: func_forecastetsadd.xhp @@ -58082,7 +57875,7 @@ msgctxt "" "par_id0603201617141750\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_FORECAST_ETS_PIA\">Calculates the prediction interval(s) for additive forecast based on the historical data using ETS or EDS algorithms.</ahelp> EDS is used when argument <emph>period_length</emph> is 0, otherwise ETS is used." -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_FORECAST_ETS_PIA\">Apskaičiuoja prognozės intervalus pridėtiniai prognozei pagal istorinius duomenis naudodama ETS ir EDS algoritmus.</ahelp> EDS naudojamas, kai argumentas <emph>laikotarpis</emph> lygus 0, o kitais atvejais naudojamas ETS algoritmas." #. ZnBVX #: func_forecastetspiadd.xhp @@ -58741,15 +58534,6 @@ msgctxt "" msgid "<item type=\"input\">=HOUR(C4)</item> returns 17 if the contents of C4 = <item type=\"input\">17:20:00</item>." msgstr "<item type=\"input\">=HOUR(C4)</item> grąžina 17, jei langelyje C4 yra <item type=\"input\">17:20:00</item>." -#. aYfHQ -#: func_hour.xhp -msgctxt "" -"func_hour.xhp\n" -"par_id3154188\n" -"help.text" -msgid "<link href=\"text/scalc/01/04060102.xhp\" name=\"YEAR\">YEAR</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"NOW\">NOW</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MINUTE\">MINUTE</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MONTH\">MONTH</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"DAY\">DAY</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"WEEKDAY\">WEEKDAY</link>." -msgstr "<link href=\"text/scalc/01/04060102.xhp\" name=\"YEAR\">YEAR</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"NOW\">NOW</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MINUTE\">MINUTE</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MONTH\">MONTH</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"DAY\">DAY</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"WEEKDAY\">WEEKDAY</link>." - #. DiCWs #: func_ifs.xhp msgctxt "" @@ -59020,6 +58804,15 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imcosh_des\">Returns the hyperbolic cosine of a complex number.</variable> The hyperbolic cosine of a complex number can be expressed by:</ahelp>" msgstr "<ahelp hid=\".\"><variable id=\"imcosh_des\">Grąžina kompleksinio skaičiaus hiperbolinį kosinusą.</variable> Hiperbolinis kosinusas gali būti išreikštas:</ahelp>" +#. cawEM +#: func_imcosh.xhp +msgctxt "" +"func_imcosh.xhp\n" +"par_id24939266285933\n" +"help.text" +msgid "<image src=\"media/helpimg/sc_func_imcosh.svg\" id=\"img_id211575078735993\" width=\"464.56109px\" height=\"31.5px\"><alt id=\"alt_id401575078735994\">IMCOSH equation</alt></image>" +msgstr "" + #. neXB8 #: func_imcosh.xhp msgctxt "" @@ -59092,14 +58885,14 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imcot_des\">Returns the cotangent of a complex number.</variable> The cotangent of a complex number can be expressed by:</ahelp>" msgstr "<ahelp hid=\".\"><variable id=\"imcot_des\">Grąžina kompleksinio skaičiaus kotangentą.</variable> Kotangentas gali būti išreikštas:</ahelp>" -#. ofv76 +#. cdma2 #: func_imcot.xhp msgctxt "" "func_imcot.xhp\n" "par_id311713256011430\n" "help.text" -msgid "<image id=\"img_id5988220084990\" src=\"media/helpimg/sc_func_imcot.png\"><alt id=\"alt_id5988220084990\">cot(a+bi)=cos(a+bi)/sin(a+bi)</alt></image>" -msgstr "<image id=\"img_id5988220084990\" src=\"media/helpimg/sc_func_imcot.png\"><alt id=\"alt_id5988220084990\">cot(a+bi)=cos(a+bi)/sin(a+bi)</alt></image>" +msgid "<image src=\"media/helpimg/sc_func_imcot.svg\" id=\"img_id211575078735993\" width=\"258.56943px\" height=\"54.962498px\"><alt id=\"alt_id401575078735994\">IMCOT equation</alt></image>" +msgstr "" #. z7EtV #: func_imcot.xhp @@ -59173,14 +58966,14 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imcsc_des\">Returns the cosecant of a complex number. </variable> The cosecant of a complex number can be expressed by:</ahelp>" msgstr "<ahelp hid=\".\"><variable id=\"imcsc_des\">Grąžina kompleksinio skaičiaus kosekantą.</variable> Kosekantas gali būti išreikštas:</ahelp>" -#. Jd8pB +#. 9P8Xq #: func_imcsc.xhp msgctxt "" "func_imcsc.xhp\n" "par_id13510198901485\n" "help.text" -msgid "<image id=\"img_id24404683532568\" src=\"media/helpimg/sc_func_imcsc.png\"><alt id=\"alt_id148492012231637\">csc(a+bi)=1/sin(a+bi)</alt></image>" -msgstr "<image id=\"img_id24404683532568\" src=\"media/helpimg/sc_func_imcsc.png\"><alt id=\"alt_id148492012231637\">csc(a+bi)=1/sin(a+bi)</alt></image>" +msgid "<image src=\"media/helpimg/sc_func_imcsc.svg\" id=\"img_id211575078735993\" width=\"594.60278px\" height=\"54.962498px\"><alt id=\"alt_id401575078735994\">IMCSC equation</alt></image>" +msgstr "" #. jBzZA #: func_imcsc.xhp @@ -59254,14 +59047,14 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imcsch_des\">Returns the hyperbolic cosecant of a complex number.</variable> The hyperbolic cosecant of a complex number can be expressed by:</ahelp>" msgstr "<ahelp hid=\".\"><variable id=\"imcsch_des\">Grąžina kompleksinio skaičiaus hiperbolinį kosekantą.</variable> Hiperbolinis kosekantas gali būti išreikštas:</ahelp>" -#. PPDq3 +#. VWFPK #: func_imcsch.xhp msgctxt "" "func_imcsch.xhp\n" "par_id195151657917534\n" "help.text" -msgid "<image id=\"img_id23513691929169\" src=\"media/helpimg/sc_func_imcsch.png\"><alt id=\"alt_id313882186926700\">csch(a+bi)=1/sinh(a+bi)</alt></image>" -msgstr "<image id=\"img_id23513691929169\" src=\"media/helpimg/sc_func_imcsch.png\"><alt id=\"alt_id313882186926700\">csch(a+bi)=1/sinh(a+bi)</alt></image>" +msgid "<image src=\"media/helpimg/sc_func_imcsch.svg\" id=\"img_id211575078735993\" width=\"619.60278px\" height=\"54.962498px\"><alt id=\"alt_id401575078735994\">IMCSCH equation</alt></image>" +msgstr "" #. ndjhY #: func_imcsch.xhp @@ -59335,14 +59128,14 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imsec_des\">Returns the secant of a complex number. </variable> The secant of a complex number can be expressed by:</ahelp>" msgstr "<ahelp hid=\".\"><variable id=\"imsec_des\">Grąžina kompleksinio skaičiaus sekantą.</variable> Sekantas gali būti išreikštas:</ahelp>" -#. oFCsQ +#. gbjYF #: func_imsec.xhp msgctxt "" "func_imsec.xhp\n" "par_id17543461310594\n" "help.text" -msgid "<image id=\"img_id112671346811327\" src=\"media/helpimg/sc_func_imsec.png\"><alt id=\"alt_id303562937523579\">sec(a+bi)=1/cos(a+bi)</alt></image>" -msgstr "<image id=\"img_id112671346811327\" src=\"media/helpimg/sc_func_imsec.png\"><alt id=\"alt_id303562937523579\">sec(a+bi)=1/cos(a+bi)</alt></image>" +msgid "<image src=\"media/helpimg/sc_func_imsec.svg\" id=\"img_id211575078735993\" width=\"599.10275px\" height=\"54.962498px\"><alt id=\"alt_id401575078735994\">IMSEC equation</alt></image>" +msgstr "" #. CEucF #: func_imsec.xhp @@ -59416,14 +59209,14 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imsech_des\">Returns the hyperbolic secant of a complex number. </variable> The hyperbolic secant of a complex number can be expressed by:</ahelp>" msgstr "<ahelp hid=\".\"><variable id=\"imsech_des\">Grąžina kompleksinio skaičiaus hiperbolinį sekantą.</variable> Hiperbolinis sekantas gali būti išreikštas:</ahelp>" -#. kCU6F +#. ymrxb #: func_imsech.xhp msgctxt "" "func_imsech.xhp\n" "par_id74572850718840\n" "help.text" -msgid "<image id=\"img_id8983315386682\" src=\"media/helpimg/sc_func_imsech.png\"><alt id=\"alt_id9157586510683\">sech(a+bi)=1/cosh(a+bi)</alt></image>" -msgstr "<image id=\"img_id8983315386682\" src=\"media/helpimg/sc_func_imsech.png\"><alt id=\"alt_id9157586510683\">sech(a+bi)=1/cosh(a+bi)</alt></image>" +msgid "<image src=\"media/helpimg/sc_func_imsech.svg\" id=\"img_id211575078735993\" width=\"624.10275px\" height=\"54.962498px\"><alt id=\"alt_id401575078735994\">IMSECH equation</alt></image>" +msgstr "" #. Rqker #: func_imsech.xhp @@ -59497,14 +59290,14 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imsin_des\">Returns the sine of a complex number. </variable> The sine of a complex number can be expressed by:</ahelp>" msgstr "<ahelp hid=\".\"><variable id=\"imsin_des\">Grąžina kompleksinio skaičiaus sinusą.</variable> Sinusas gali būti išreikštas:</ahelp>" -#. ZXSse +#. 5FyPJ #: func_imsin.xhp msgctxt "" "func_imsin.xhp\n" "par_id3189460120934\n" "help.text" -msgid "sin(a+bi)=sin(a)cosh(b)+cos(a)sinh(b)i" -msgstr "sin(a+bi)=sin(a)cosh(b)+cos(a)sinh(b)i" +msgid "<image src=\"media/helpimg/sc_func_imsin.svg\" id=\"img_id211575078735993\" width=\"447.2611px\" height=\"31.5px\"><alt id=\"alt_id401575078735994\">IMSIN equation</alt></image>" +msgstr "" #. tcmGA #: func_imsin.xhp @@ -59578,14 +59371,14 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imsinh_des\">Returns the hyperbolic sine of a complex number.</variable> The hyperbolic sine of a complex number can be expressed by:</ahelp>" msgstr "<ahelp hid=\".\"><variable id=\"imsinh_des\">Grąžina kompleksinio skaičiaus hiperbolinį sinusą.</variable> Hiperbolinis sinusas gali būti išreikštas:</ahelp>" -#. eAYir +#. ZDbJS #: func_imsinh.xhp msgctxt "" "func_imsinh.xhp\n" "par_id3189460120934\n" "help.text" -msgid "sinh(a+bi)=sinh(a)cos(b)+cosh(a)sin(b)i" -msgstr "sinh(a+bi)=sinh(a)cos(b)+cos(a)sin(b)i" +msgid "<image src=\"media/helpimg/sc_func_imsinh.svg\" id=\"img_id211575078735993\" width=\"459.7611px\" height=\"31.5px\"><alt id=\"alt_id401575078735994\">IMSINH equation</alt></image>" +msgstr "" #. CM4Gy #: func_imsinh.xhp @@ -59659,14 +59452,14 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"imtan_des\">Returns the tangent of a complex number.</variable> The tangent of a complex number can be expressed by:</ahelp>" msgstr "<ahelp hid=\".\"><variable id=\"imtan_des\">Grąžina kompleksinio skaičiaus tangentą.</variable> Tangentas gali būti išreikštas:</ahelp>" -#. CNTVt +#. mdUUP #: func_imtan.xhp msgctxt "" "func_imtan.xhp\n" "par_id25021317131239\n" "help.text" -msgid "<image id=\"img_id16283275473700\" src=\"media/helpimg/sc_func_imtan.png\"><alt id=\"alt_id676711494402\">tan(a+bi)=sin(a+bi)/cos(a+bi)</alt></image>" -msgstr "<image id=\"img_id16283275473700\" src=\"media/helpimg/sc_func_imtan.png\"><alt id=\"alt_id676711494402\">tan(a+bi)=sin(a+bi)/cos(a+bi)</alt></image>" +msgid "<image src=\"media/helpimg/sc_func_imtan.svg\" id=\"img_id211575078735993\" width=\"597.80275px\" height=\"59.5625px\"><alt id=\"alt_id401575078735994\">IMTAN equation</alt></image>" +msgstr "" #. 7QtEG #: func_imtan.xhp @@ -60424,15 +60217,6 @@ msgctxt "" msgid "<item type=\"input\">=NETWORKDAYS.INTL(C3;D3)</item> gives 22 working days." msgstr "<item type=\"input\">=NETWORKDAYS.INTL(C3;D3)</item> grąžina 22 darbo dienas." -#. EVv5k -#: func_networkdays.intl.xhp -msgctxt "" -"func_networkdays.intl.xhp\n" -"par_id23102016225717242\n" -"help.text" -msgid "<link href=\"text/scalc/01/04060102.xhp\">Date functions</link>" -msgstr "<link href=\"text/scalc/01/04060102.xhp\">Datos funkcijos</link>" - #. winzV #: func_networkdays.xhp msgctxt "" @@ -60442,14 +60226,14 @@ msgctxt "" msgid "NETWORKDAYS" msgstr "NETWORKDAYS" -#. 7srBV +#. v4yGQ #: func_networkdays.xhp msgctxt "" "func_networkdays.xhp\n" "bm_id3151254\n" "help.text" -msgid "<bookmark_value>NETWORKDAYS function</bookmark_value>" -msgstr "<bookmark_value>NETWORKDAYS funkcija</bookmark_value>" +msgid "<bookmark_value>NETWORKDAYS function</bookmark_value> <bookmark_value>NETWORKDAYS_EXCEL2003 function</bookmark_value>" +msgstr "<bookmark_value>NETWORKDAYS funkcija</bookmark_value> <bookmark_value>NETWORKDAYS_EXCEL2003 funkcija</bookmark_value>" #. HzF8v #: func_networkdays.xhp @@ -60550,15 +60334,6 @@ msgctxt "" msgid "<item type=\"input\">=NETWORKDAYS(DATE(2016;9;12); DATE(2016;9;25); ; {1;0;0;0;1;1;1})</item> returns 6 workdays." msgstr "<item type=\"input\">=NETWORKDAYS(DATE(2016;9;12); DATE(2016;9;25); ; {1;0;0;0;1;1;1})</item> grąžina 6 darbo dienas." -#. MpfGY -#: func_networkdays.xhp -msgctxt "" -"func_networkdays.xhp\n" -"par_id23102016225717242\n" -"help.text" -msgid "<link href=\"text/scalc/01/04060102.xhp\">Date functions</link>" -msgstr "<link href=\"text/scalc/01/04060102.xhp\">Datos funkcijos</link>" - #. HCN8H #: func_now.xhp msgctxt "" @@ -60712,6 +60487,594 @@ msgctxt "" msgid "<item type=\"input\">=NUMBERVALUE(\"123.456\";\".\";\",\")</item> yields 123.456" msgstr "<item type=\"input\">=NUMBERVALUE(\"123,456\";\".\";\",\")</item> duoda 123,456" +#. EJhfD +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"tit\n" +"help.text" +msgid "Function OPT_BARRIER" +msgstr "Funkcija OPT_BARRIER" + +#. 4HRGX +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"bm_id511575065323638\n" +"help.text" +msgid "<bookmark_value>OPT_BARRIER function</bookmark_value>" +msgstr "<bookmark_value>OPT_BARRIER funkcija</bookmark_value>" + +#. KrCYn +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"hd_id241575063871994\n" +"help.text" +msgid "<variable id=\"optbrarrierh1\"><link href=\"text/scalc/01/func_opt_barrier.xhp\" name=\"OPT_BARRIER\">OPT_BARRIER</link></variable>" +msgstr "<variable id=\"optbrarrierh1\"><link href=\"text/scalc/01/func_opt_barrier.xhp\" name=\"OPT_BARRIER\">OPT_BARRIER</link></variable>" + +#. uFKBs +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id121575063871995\n" +"help.text" +msgid "<variable id=\"variable name\"><ahelp hid=\".\">Returns the pricing for a barrier option, calculated using the Black-Scholes option pricing model.</ahelp></variable>" +msgstr "<variable id=\"variable name\"><ahelp hid=\".\">Grąžina ribinę pasirinkimo kainą, kurią apskaičiuoja pagal Black-Scholes pasirinkimo kainos modelį.</ahelp></variable>" + +#. FxbGq +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id371575067051846\n" +"help.text" +msgid "OPT_BARRIER(Spot; Volatility; Rate; Foreign Rate; Maturity; Strike; LowerBarrier; UpperBarrier; Rebate; PutCall; InOut; BarrierMonitoring; Greek)" +msgstr "" + +#. XEMff +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id681575073426941\n" +"help.text" +msgid "<emph>Strike</emph> is the strike price of the option and should be non-negative." +msgstr "<emph>Pokytis</emph> – pokyčio kaina ir turi būti neneigiama." + +#. 8tgWG +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id671575073495724\n" +"help.text" +msgid "<emph>Rebate</emph> is the amount of money to be paid at maturity if the barrier is hit." +msgstr "<emph>Nuolaida</emph> – mokama laikotarpio suma, kai riba pasiekiama." + +#. uAzky +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id691575073511191\n" +"help.text" +msgid "<variable id=\"optputcall\"><emph>Put or Call</emph> is a string that defines whether the option is a put (“p”) or a call (“c”).</variable>" +msgstr "<variable id=\"optputcall\"><emph>Parduoti arba pirkti</emph> – eilutė nurodanti, ar parduodama („p“) ar perkama („c“).</variable>" + +#. PdCJb +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id651575073773761\n" +"help.text" +msgid "<input>=OPT_BARRIER(30;0.2;0.06;0;1;40;25;0;0;\"c\";\"o\";\"c\")</input> returns the value 0.4243." +msgstr "" + +#. ABVQH +#: func_opt_barrier.xhp +msgctxt "" +"func_opt_barrier.xhp\n" +"par_id401575073777593\n" +"help.text" +msgid "<input>=OPT_BARRIER(50;0.4;0.05;0;0.5;65;0;80;0;\"p\";\"o\";\"c\";\"e\")</input> returns the value 10.1585." +msgstr "" + +#. HWhRY +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"tit\n" +"help.text" +msgid "Function OPT_PROB_HIT" +msgstr "Funkcija OPT_PROB_HIT" + +#. 5Naq2 +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"bm_id961575074485125\n" +"help.text" +msgid "<bookmark_value>OPT_PROB_HIT function</bookmark_value>" +msgstr "<bookmark_value>OPT_PROB_HIT funkcija</bookmark_value>" + +#. jn8fF +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"hd_id71575063908363\n" +"help.text" +msgid "<variable id=\"optprobhith1\"><link href=\"text/scalc/01/func_opt_prob_hit.xhp\" name=\"OPT_PROB_HIT\">OPT_PROB_HIT</link></variable>" +msgstr "<variable id=\"optprobhith1\"><link href=\"text/scalc/01/func_opt_prob_hit.xhp\" name=\"OPT_PROB_HIT\">OPT_PROB_HIT</link></variable>" + +#. fWecm +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id591575063908364\n" +"help.text" +msgid "<variable id=\"variable name\"><ahelp hid=\".\">Returns the probability that an asset hits a predetermined barrier price, assuming that the stock price can be modeled as a process S that follows the stochastic differential equation</ahelp></variable>, as follows." +msgstr "<variable id=\"variable name\"><ahelp hid=\".\">Grąžina tikimybę, kad turto vertė peržengs kainos ribą, darant prielaidą, kad akcijų kaina modeliuojama pagal stochastinę diferencialinę lygtį.</ahelp></variable>" + +#. ZJBj2 +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id21575078735992\n" +"help.text" +msgid "<image src=\"media/helpimg/sc_func_opt01.svg\" id=\"img_id211575078735993\" width=\"197.38334px\" height=\"51.2125px\"><alt id=\"alt_id401575078735994\">OPT_PROB_HIT equation</alt></image>" +msgstr "" + +#. FnaCP +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id821575074114118\n" +"help.text" +msgid "<literal>µ</literal> is the asset’s percentage drift, <literal>vol</literal> is the percentage volatility of the stock, and <literal>dW</literal> is a random sample drawn from a normal distribution with a zero mean. <literal>W</literal> is a Wiener process or Brownian motion." +msgstr "<literal>µ</literal> yra turto procento slinkimas, <literal>vol</literal> yra akcijų vertės pokytis procentais ir <literal>dW</literal> yra atsitiktinė imtis, paimta iš normaliojo pasiskirstymo su nuliniu vidurkiu. <literal>W</literal> yra Wiener procesas arba Brownian judėjimas." + +#. 9NRxu +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id211575074192954\n" +"help.text" +msgid "OPT_PROB_HIT(Spot; Volatility; Drift; Maturity; LowerBarrier; UpperBarrier)" +msgstr "" + +#. XaA8K +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id901575074339820\n" +"help.text" +msgid "<variable id=\"optdrift\"><emph>Drift</emph> is the annual stock price percentage drift rate (µ in the above formula). The value is expressed as a decimal (for example, enter 15% as 0.15).</variable>" +msgstr "<variable id=\"optdrift\"><emph>Slinkimas</emph> yra metinė akcijų kainos procentinė slinkimo norma (formulėje pažymėta µ). Reikšmė rašoma dešimtainiais skaičiais.</variable>" + +#. 6yrWk +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id681575073426941\n" +"help.text" +msgid "<variable id=\"optstrike\"><emph>Strike</emph> is the strike price of the option and should be non-negative.</variable>" +msgstr "<variable id=\"optstrike\"><emph>Kritimas</emph> – pasirinkimo kritimo kaina ir turi būti neneigiama.</variable>" + +#. mHW3F +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id971575074431070\n" +"help.text" +msgid "<input>=OPT_PROB_HIT(30;0.2;0.3;1;0;40)</input> returns the value 0.6119." +msgstr "" + +#. 3EshE +#: func_opt_prob_hit.xhp +msgctxt "" +"func_opt_prob_hit.xhp\n" +"par_id171575074434932\n" +"help.text" +msgid "<input>=OPT_PROB_HIT(70;0.3;0.1;0.5;60;0)</input> returns the value 0.4239." +msgstr "" + +#. RFprF +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"tit\n" +"help.text" +msgid "Function OPT_PROB_INMONEY" +msgstr "Funkcija OPT_PROB_INMONEY" + +#. QQBrZ +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"bm_id961575065633373\n" +"help.text" +msgid "<bookmark_value>OPT_PROB_INMONEY function</bookmark_value>" +msgstr "<bookmark_value>OPT_PROB_INMONEY funkcija</bookmark_value>" + +#. kMBbw +#: func_opt_prob_inmoney.xhp +#, fuzzy +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"hd_id941575063929082\n" +"help.text" +msgid "<variable id=\"optprobinmoneyh1\"><link href=\"text/scalc/01/func_opt_prob_inmoney.xhp\" name=\"OPT_PROB_INMONEY\">OPT_PROB_INMONEY</link></variable>" +msgstr "<variable id=\"optprobinmoneyh1\"><link href=\"text/scalc/01/func_opt_prob_inmoney.xhp\" name=\"OPT_PROB_INMONEY\">OPT_PROB_INMONEY</link></variable>" + +#. QDryb +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id941575063929083\n" +"help.text" +msgid "<variable id=\"variable name\"><ahelp hid=\".\">Returns the probability that an asset will end up between two barrier levels at maturity, assuming that the stock price can be modeled as a process S that follows the stochastic differential equation</ahelp></variable>, as follows." +msgstr "<variable id=\"variable name\"><ahelp hid=\".\">Grąžina tikimybę, kad turtas pasibaigus terminui pateks tarp dviejų ribų, darant prielaidą, kad akcijų kainą galima modeliuoti kaip procesą S pagal stochastinę diferencialinę lygtį.</ahelp></variable>" + +#. 2GJsA +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id21575078735992\n" +"help.text" +msgid "<image src=\"media/helpimg/sc_func_opt01.svg\" id=\"img_id211575078735993\" width=\"197.38334px\" height=\"51.2125px\"><alt id=\"alt_id401575078735994\">OPT_PROB_INMONEY equation</alt></image>" +msgstr "" + +#. 7ja6D +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id941575074893788\n" +"help.text" +msgid "<literal>µ</literal> is the asset’s percentage drift, <literal>vol</literal> is the percentage volatility of the stock, and <literal>dW</literal> is a random sample drawn from a normal distribution with a zero mean. <literal>W</literal> is a Wiener process or Brownian motion." +msgstr "<literal>µ</literal> yra turto procentinis slinkimas, <literal>vol</literal> yra procentinis akcijų pokytis ir <literal>dW</literal> yra atsitiktinė imtis paimta iš normaliojo skirstinio su nuliniu vidurkiu. <literal>W</literal> yra Wiener procesas arba Brownian judėjimas." + +#. pMCin +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id241575075282150\n" +"help.text" +msgid "If the optional <emph>Strike</emph> and <emph>PutCall</emph> arguments are included, then" +msgstr "" + +#. vxxYT +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id931575075314553\n" +"help.text" +msgid "For a call option, the function returns the probability that the asset will end up between <emph>Strike</emph> and <emph>UpperBarrier</emph>." +msgstr "" + +#. UrAPw +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id531575075321659\n" +"help.text" +msgid "For a put option, the function returns the probability that the asset will end up between <emph>LowerBarrier</emph> and <emph>Strike</emph>." +msgstr "" + +#. 9VazP +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id191575075304900\n" +"help.text" +msgid "The function ignores the possibility of knock-out before maturity." +msgstr "Funkcija nepaiso „konck-out“ tikimybės prieš terminą." + +#. XTh5Y +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id761575075027094\n" +"help.text" +msgid "OPT_PROB_INMONEY(Spot; Volatility; Drift; Maturity; LowerBarrier; UpperBarrier; Strike; PutCall)" +msgstr "" + +#. mE6CG +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id601575074993334\n" +"help.text" +msgid "<input>=OPT_PROB_INMONEY(30;0.2;0.1;1;0;50)</input> returns the value 0.9844." +msgstr "" + +#. K7AED +#: func_opt_prob_inmoney.xhp +msgctxt "" +"func_opt_prob_inmoney.xhp\n" +"par_id261575074997216\n" +"help.text" +msgid "<input>=OPT_PROB_INMONEY(70;0.3;0.15;1;60;0;80;\"p\")</input> returns the value 0.3440." +msgstr "" + +#. muQEH +#: func_opt_touch.xhp +#, fuzzy +msgctxt "" +"func_opt_touch.xhp\n" +"tit\n" +"help.text" +msgid "OPT_TOUCH" +msgstr "OPT_TOUCH" + +#. r3Awi +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"bm_id951575065400504\n" +"help.text" +msgid "<bookmark_value>OPT_TOUCH function</bookmark_value>" +msgstr "<bookmark_value>OPT_TOUCH funkcija</bookmark_value>" + +#. DBPBG +#: func_opt_touch.xhp +#, fuzzy +msgctxt "" +"func_opt_touch.xhp\n" +"hd_id41575062825964\n" +"help.text" +msgid "<variable id=\"opttouchh1\"><link href=\"text/scalc/01/func_opt_touch.xhp\" name=\"function_opt_touch\">OPT_TOUCH</link></variable>" +msgstr "<variable id=\"opttouchh1\"><link href=\"text/scalc/01/func_opt_touch.xhp\" name=\"function_opt_touch\">OPT_TOUCH</link></variable>" + +#. HwW6c +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id531575062825965\n" +"help.text" +msgid "<ahelp hid=\".\">Returns the pricing of a touch / no-touch option, calculated using the Black-Scholes option pricing model.</ahelp>" +msgstr "<ahelp hid=\".\">Grąžina „touch“ arba „no touch“ kainą, apskaičiuotą pagal „Black-Scholes“ parinkties kainodaros modelį.</ahelp>" + +#. DE8qf +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id371575066515276\n" +"help.text" +msgid "For relevant background information, visit the <link href=\"https://en.wikipedia.org/wiki/Option_(finance)\" name=\"optionfinance\">Options (finance)</link> and <link href=\"https://en.wikipedia.org/wiki/Black–Scholes_model\" name=\"blackscholes\">Black-Scholes</link> model Wikipedia pages." +msgstr "Daugiau informacijos: <link href=\"https://en.wikipedia.org/wiki/Option_(finance)\" name=\"optionfinance\">Parinktys (finansai)</link> ir <link href=\"https://en.wikipedia.org/wiki/Black–Scholes_model\" name=\"blackscholes\">„Black-Scholes“</link> modelio „Wikipedia“ puslapiai." + +#. 29Wsy +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id571575080642652\n" +"help.text" +msgid "Further information about touch / no-touch options may be found on many financial websites." +msgstr "Daugiau informacijos apie „touch“ ir „no touch“ modelius galite rasti įvairiuose finansiniuose tinklalapiuose." + +#. pyway +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id151575063296819\n" +"help.text" +msgid "OPT_TOUCH(Spot; Volatility; Rate; ForeignRate; Maturity; LowerBarrier; UpperBarrier; ForeignDomestic; InOut; BarrierMonitoring; Greek)" +msgstr "" + +#. 6rD5u +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id321575066304659\n" +"help.text" +msgid "<variable id=\"optspot\"><emph>Spot</emph> is the price / value of the underlying asset and should be greater than 0.0.</variable>" +msgstr "<variable id=\"optspot\"><emph>Vertė</emph> – bazinio turto kaina arba vertė didesnė už 0,0.</variable>" + +#. CoALG +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id31575066315078\n" +"help.text" +msgid "<variable id=\"optvolat\"><emph>Volatility</emph> is the annual percentage volatility of the underlying asset expressed as a decimal (for example, enter 30% as 0.3). The value should be greater than 0.0.</variable>" +msgstr "<variable id=\"optvolat\"><emph>Kitimas</emph> – metinis bazinio turto vertės procentinis kitimas išreikštas dešimtainiais skaičiais (pvz., 30% užrašoma, kaip 0,3). Reikšmė turi būti didesnė už 0,0.</variable>" + +#. iCEkw +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id681575066324254\n" +"help.text" +msgid "<variable id=\"optrate\"><emph>Rate</emph> is the continuously compounded interest rate. This is a percentage expressed as a decimal (for example, enter 40% as 0.4).</variable>" +msgstr "<variable id=\"optrate\"><emph>Norma</emph> – nuolat sudedama palūkanų norma. Procentai išreiškiami dešimtainiu skaičiumi.</variable>" + +#. eoG8E +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id71575066333773\n" +"help.text" +msgid "<variable id=\"optfrate\"><emph>ForeignRate</emph> is the continuously compounded foreign interest rate. This is a percentage expressed as a decimal (for example, enter 50% as 0.5).</variable>" +msgstr "" + +#. hzfJp +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id21575066338734\n" +"help.text" +msgid "<variable id=\"optmaturity\"><emph>Maturity</emph> is the time to maturity of the option, in years, and should be non-negative.</variable>" +msgstr "<variable id=\"optmaturity\"><emph>Terminas</emph> – laikotarpis išreikštas metais ir turi būti neneigiamas.</variable>" + +#. Gksbz +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id671575066343182\n" +"help.text" +msgid "<variable id=\"optlowbar\"><emph>LowerBarrier</emph> is the predetermined lower barrier price; set to zero for no lower barrier.</variable>" +msgstr "" + +#. KDTDW +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id301575066347357\n" +"help.text" +msgid "<variable id=\"optupbar\"><emph>UpperBarrier</emph> is the predetermined upper barrier price; set to zero for no upper barrier.</variable>" +msgstr "" + +#. oVmg7 +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id561575066355924\n" +"help.text" +msgid "<variable id=\"optdomestic\"><emph>ForeignDomestic</emph> is a string that defines whether the option pays domestic (“d”) or foreign (“f”) currency.</variable>" +msgstr "" + +#. zTRA2 +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id251575066360596\n" +"help.text" +msgid "<variable id=\"optinout\"><emph>InOut</emph> is a string that defines whether the option is knock-in (“i”) or knock-out (“o”).</variable>" +msgstr "" + +#. AsXAj +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id861575066366861\n" +"help.text" +msgid "<variable id=\"optbarmon\"><emph>BarrierMonitoring</emph> is a string that defines whether the barrier is monitored continuously (“c”) or only at the end / maturity (“e”).</variable>" +msgstr "" + +#. xyF8R +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id721575066374340\n" +"help.text" +msgid "<emph>Greek</emph> (optional) is a string argument. If omitted or set to “value”, “v”, “price”, or “p”, then the function simply returns the option price. If another valid string is entered, the function returns price sensitivities (Greeks) to one of the input parameters. The valid options in this case are as follows." +msgstr "<emph>Jautrumas</emph> (papildomas) eilutės argumentas. Jei praleidžiamas, nurodomas „reikšmė“, „v“, „kaina“ arba „p“, tai funkcija grąžina kainą. jei įvesta kita reikšmė, funkcija grąžina kainą atsižvelgdama į vieną iš įvestų parametrų. Galimos šios reikšmės:" + +#. NhW28 +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id951575063536153\n" +"help.text" +msgid "“delta” or “d”." +msgstr "„delta” or „d”." + +#. DVKPe +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id361575063554232\n" +"help.text" +msgid "“gamma” or “g”." +msgstr "„gamma” arba „g”." + +#. mY7eD +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id961575063563017\n" +"help.text" +msgid "“theta” or “t”." +msgstr "„theta” arba „t”." + +#. 7BNpN +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id971575063570632\n" +"help.text" +msgid "“vega” or “e”." +msgstr "„vega” arba „e”." + +#. F4AQk +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id631575063580705\n" +"help.text" +msgid "“volga” or “o”." +msgstr "„volga” arba „o”." + +#. DcBfK +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id981575063594505\n" +"help.text" +msgid "“vanna” or “a”." +msgstr "„vanna” arba „a”." + +#. vjCq4 +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id191575063598656\n" +"help.text" +msgid "“rho” or “r”." +msgstr "„rho” arba „r”." + +#. NGCqj +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id751575063602288\n" +"help.text" +msgid "“rhof” or “f”." +msgstr "„rhof” arba „f”." + +#. U7QqM +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id181575063666675\n" +"help.text" +msgid "<input>=OPT_TOUCH(50;0.25;0.05;0;1;0;55;\"d\";\"i\";\"c\")</input> returns the value 0.6876." +msgstr "" + +#. 8JFD4 +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id811575063677250\n" +"help.text" +msgid "<input>=OPT_TOUCH(80;0.2;0.05;0;0.5;60;0;\"f\";\"o\";\"c\";\"r\")</input> returns the value 15.5516." +msgstr "" + +#. ychjG +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id121575125779535\n" +"help.text" +msgid "<link href=\"text/scalc/01/04060103.xhp\">Financial Functions Part One</link>" +msgstr "<link href=\"text/scalc/01/04060103.xhp\">Finansinių funkcijų pirmoji dalis</link>" + +#. aX7LC +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id251575125873714\n" +"help.text" +msgid "<link href=\"text/scalc/01/04060119.xhp\">Financial Functions Part Two</link>" +msgstr "<link href=\"text/scalc/01/04060119.xhp\">Finansinių funkcijų antroji dalis</link>" + +#. Q7SFh +#: func_opt_touch.xhp +msgctxt "" +"func_opt_touch.xhp\n" +"par_id191575125878595\n" +"help.text" +msgid "<link href=\"text/scalc/01/04060118.xhp\">Financial Functions Part Three</link>" +msgstr "<link href=\"text/scalc/01/04060118.xhp\">Finansinių funkcijų trečioji dalis</link>" + #. zr5G3 #: func_rawsubtract.xhp msgctxt "" @@ -60944,7 +61307,7 @@ msgctxt "" "tit\n" "help.text" msgid "REPLACEB Function" -msgstr "" +msgstr "REPLACEB funkcija" #. GfVed #: func_replaceb.xhp @@ -60953,7 +61316,7 @@ msgctxt "" "bm_id141573508995071\n" "help.text" msgid "<bookmark_value>REPLACEB Function</bookmark_value> <bookmark_value>replace text;REPLACEB Function</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>REPLACEB funkcija</bookmark_value> <bookmark_value>pakeisti tekstą;REPLACEB funkcija</bookmark_value>" #. 5MutE #: func_replaceb.xhp @@ -60962,7 +61325,7 @@ msgctxt "" "hd_id771573508637966\n" "help.text" msgid "<variable id=\"replaceb\"><link href=\"text/scalc/01/func_replaceb.xhp\" name=\"replaceb\">REPLACEB</link></variable>" -msgstr "" +msgstr "<variable id=\"replaceb\"><link href=\"text/scalc/01/func_replaceb.xhp\" name=\"replaceb\">REPLACEB </link></variable>" #. djAL7 #: func_replaceb.xhp @@ -60971,7 +61334,7 @@ msgctxt "" "par_id831573508637970\n" "help.text" msgid "<variable id=\"variable name\"><ahelp hid=\".\">Returns text where an old text is replaced with a new text, using byte positions.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"variable name\"><ahelp hid=\".\">Grąžina teksto vietą, kur senas tekstas bus pakeistas nauju tekstu.</ahelp></variable>" #. Fd4SC #: func_replaceb.xhp @@ -60980,7 +61343,7 @@ msgctxt "" "par_id701542231253817\n" "help.text" msgid "REPLACEB( Text ; Position ; Length ; NewText )" -msgstr "" +msgstr "REPLACEB(tekstas; vieta; ilgis; naujas tekstas)" #. eY5FG #: func_replaceb.xhp @@ -60989,7 +61352,7 @@ msgctxt "" "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 "" +msgstr "<emph>Tekstas</emph> – naujo teksto reikšmė arba langelio, kuriame yra teksto reikšmė, nuoroda." #. bqPxd #: func_replaceb.xhp @@ -60998,7 +61361,7 @@ msgctxt "" "par_id431573510862075\n" "help.text" msgid "<emph>Position</emph>: the character position from which text is to be replaced." -msgstr "" +msgstr "<emph>Vieta</emph> – ženklo vieta, nuo kurio tekstas bus keičiamas." #. TtgNA #: func_replaceb.xhp @@ -61007,7 +61370,7 @@ msgctxt "" "par_id481573510866260\n" "help.text" msgid "<emph>Length</emph>: the number of characters to be replaced." -msgstr "" +msgstr "<emph>Ilgis</emph> – keičiamų ženklų skaičius." #. UuACG #: func_replaceb.xhp @@ -61016,7 +61379,7 @@ msgctxt "" "par_id911573510871412\n" "help.text" msgid "<emph>NewText</emph>: the text to be inserted." -msgstr "" +msgstr "<emph>Naujas tekstas</emph> – įterpiamas nauja tekstas." #. QH3SH #: func_replaceb.xhp @@ -61025,7 +61388,7 @@ msgctxt "" "par_id431573515742206\n" "help.text" msgid "<input>=REPLACEB(\"ᄩᄔᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";4;1;\"ab\")</input> returns \"ᄩ abᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\" ." -msgstr "" +msgstr "<input>=REPLACEB(\"ᄩᄔᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";4;1;\"ab\")</input> grąžina \"ᄩ abᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\" ." #. E7heY #: func_roundsig.xhp @@ -61151,7 +61514,7 @@ msgctxt "" "tit\n" "help.text" msgid "SEARCHB Function" -msgstr "" +msgstr "SEARCHB funkcija" #. ennrh #: func_searchb.xhp @@ -61160,7 +61523,7 @@ msgctxt "" "bm_id141573508995071\n" "help.text" msgid "<bookmark_value>SEARCHB Function</bookmark_value> <bookmark_value>search text;SEARCHB Function</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>SEARCHB funkcija</bookmark_value> <bookmark_value>ieškoti teksto;SEARCHB funkcija</bookmark_value>" #. AXnND #: func_searchb.xhp @@ -61169,7 +61532,7 @@ msgctxt "" "hd_id771573508637966\n" "help.text" msgid "<variable id=\"searchb\"><link href=\"text/scalc/01/func_searchb.xhp\" name=\"searchb\">SEARCHB</link></variable>" -msgstr "" +msgstr "<variable id=\"searchb\"><link href=\"text/scalc/01/func_searchb.xhp\" name=\"searchb\">SEARCHB </link></variable>" #. TySAy #: func_searchb.xhp @@ -61178,7 +61541,7 @@ msgctxt "" "par_id831573508637970\n" "help.text" msgid "<variable id=\"variable name\"><ahelp hid=\".\">Returns the starting position of a given text, using byte positions (not case sensitive).</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"variable name\"><ahelp hid=\".\">Grąžina duoto teksto pradžios vietą (neskiria didžiųjų ir mažųjų raidžių).</ahelp></variable>" #. jADhb #: func_searchb.xhp @@ -61187,7 +61550,7 @@ msgctxt "" "par_id531573516878780\n" "help.text" msgid "SEARCHB( Find text ; Text ; Position)" -msgstr "" +msgstr "SEARCHB( ieškomas tekstas; tekstas; vieta)" #. 6Pmbf #: func_searchb.xhp @@ -61196,7 +61559,7 @@ msgctxt "" "par_id241573517292388\n" "help.text" msgid "<emph>Find Text</emph>: The text or text expression to be found." -msgstr "" +msgstr "<emph>Ieškomas tekstas</emph> – ieškomas tekstas arba tekstinė reikšmė." #. ovdFE #: func_searchb.xhp @@ -61205,7 +61568,7 @@ msgctxt "" "par_id991573517299918\n" "help.text" msgid "<emph>Text</emph>: the text in which the search is to be made." -msgstr "" +msgstr "<emph>Tekstas</emph> – tekstas, kuriame ieškoma teksto reikšmė." #. oDk8C #: func_searchb.xhp @@ -61214,7 +61577,7 @@ msgctxt "" "par_id521573517305077\n" "help.text" msgid "<emph>Position</emph>: The position in the text where the search starts." -msgstr "" +msgstr "<emph>Vieta</emph> – teksto vieta, kur pradedama paieška." #. 2E7js #: func_searchb.xhp @@ -61223,7 +61586,7 @@ msgctxt "" "par_id561573517310749\n" "help.text" msgid "<input>=SEARCHB(\"ᄫᄬ\";\"ᄩᄔᄕᄜᄝᄞᄠgᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";17)</input> returns 20." -msgstr "" +msgstr "<input>=SEARCHB(\"ᄫᄬ\";\"ᄩᄔᄕᄜᄝᄞᄠgᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";17)</input> grąžina 20." #. Mv5R9 #: func_second.xhp @@ -63205,15 +63568,6 @@ msgctxt "" msgid "<item type=\"input\">=WORKDAY.INTL(C3;D3)</item> gives the result: January 10, 2017." msgstr "<item type=\"input\">=WORKDAY.INTL(C3;D3)</item> rezultatas yra 2017 m. sausio 10 d." -#. 4CAcU -#: func_workday.intl.xhp -msgctxt "" -"func_workday.intl.xhp\n" -"par_id23102016225717242\n" -"help.text" -msgid "<link href=\"text/scalc/01/04060102.xhp\">Date functions</link>" -msgstr "<link href=\"text/scalc/01/04060102.xhp\">Datos funkcijos</link>" - #. 5dvmu #: func_workday.xhp msgctxt "" @@ -63340,14 +63694,14 @@ msgctxt "" msgid "<variable id=\"year\"><link href=\"text/scalc/01/func_year.xhp\">YEAR</link></variable>" msgstr "<variable id=\"year\"><link href=\"text/scalc/01/func_year.xhp\">YEAR</link></variable>" -#. nEAhg +#. jfsgr #: func_year.xhp msgctxt "" "func_year.xhp\n" "par_id3147496\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_JAHR\">Returns the year as a number according to the internal calculation rules.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_JAHR\">Grąžina nurodyto skaičiaus metus pagal vidines skaičiavimo taisykles.</ahelp>" +msgid "<ahelp hid=\"HID_FUNC_JAHR\">Returns the year as a number according to the <link href=\"text/scalc/01/04060102.xhp#datebase\" name=\"date calculation rules\">internal calculation rules</link>.</ahelp>" +msgstr "" #. 3SfLe #: func_year.xhp @@ -63394,6 +63748,15 @@ msgctxt "" msgid "<item type=\"input\">=YEAR(33333.33)</item> returns 1991" msgstr "<item type=\"input\">=YEAR(33333,33)</item> grąžina 1991" +#. YXa5g +#: func_year.xhp +msgctxt "" +"func_year.xhp\n" +"par_id141577548861101\n" +"help.text" +msgid "<input>=YEAR(DATEVALUE('2010-09-28'))</input> returns 2010." +msgstr "" + #. kAjPe #: func_yearfrac.xhp msgctxt "" diff --git a/source/lt/helpcontent2/source/text/scalc/02.po b/source/lt/helpcontent2/source/text/scalc/02.po index 950661e3bd9..3bb0a8fcee1 100644 --- a/source/lt/helpcontent2/source/text/scalc/02.po +++ b/source/lt/helpcontent2/source/text/scalc/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: 2019-07-11 18:38+0200\n" -"PO-Revision-Date: 2019-11-05 12:08+0000\n" -"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" +"POT-Creation-Date: 2020-01-07 14:09+0100\n" +"PO-Revision-Date: 2019-12-10 20:37+0000\n" +"Last-Translator: eglejasu <egle.jasute@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textscalc02/lt/>\n" "Language: lt\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 3.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1552476311.000000\n" #. aSE5T @@ -43,14 +43,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:NumberFormatCurrency\" visibility=\"visible\">Applies the default currency format to the selected cells.</ahelp>" msgstr "<ahelp hid=\".uno:NumberFormatCurrency\" visibility=\"visible\">Pritaiko numatytąjį valiutos formatą pažymėtiems langeliams</ahelp>" -#. FD5Sa +#. 2nsBF #: 02130000.xhp msgctxt "" "02130000.xhp\n" "par_id3155267\n" "help.text" -msgid "<image src=\"cmd/sc_currencyfield.png\" id=\"img_id3159096\"><alt id=\"alt_id3159096\">Currency Number Format Icon</alt></image>" -msgstr "<image src=\"cmd/sc_currencyfield.png\" id=\"img_id3159096\"> <alt id=\"alt_id3159096\">Valiutos formato piktograma</alt></image>" +msgid "<image src=\"cmd/sc_currencyfield.svg\" id=\"img_id3159096\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159096\">Currency Number Format Icon</alt></image>" +msgstr "<image src=\"cmd/sc_currencyfield.svg\" id=\"img_id3159096\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159096\">Piniginių viene</alt></image>tų formato mygtukas" #. KBVhJ #: 02130000.xhp @@ -97,14 +97,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:NumberFormatPercent\">Applies the percentage format to the selected cells.</ahelp>" msgstr "<ahelp hid=\".uno:NumberFormatPercent\">Pritaiko procentų formatas pažymėtiems langeliams.</ahelp>" -#. ZPUWs +#. AFCdX #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3153968\n" "help.text" -msgid "<image id=\"img_id3150869\" src=\"cmd/sc_numberformatpercent.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150869\">Icon</alt></image>" -msgstr "<image id=\"img_id3150869\" src=\"cmd/sc_numberformatpercent.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150869\">Piktograma</alt></image>" +msgid "<image id=\"img_id3150869\" src=\"cmd/sc_numberformatpercent.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150869\">Icon</alt></image>" +msgstr "<image id=\"img_id3150869\" src=\"cmd/sc_numberformatpercent.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150869\">Piktograma</alt></image>" #. CAFBw #: 02140000.xhp @@ -196,14 +196,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:NumberFormatStandard\" visibility=\"visible\">Applies the default number format to the selected cells.</ahelp>" msgstr "<ahelp hid=\".uno:NumberFormatStandard\" visibility=\"visible\">Pritaiko numatytąjį skaičių formatą pažymėtiems langeliams.</ahelp>" -#. KAqFR +#. MpiW2 #: 02150000.xhp msgctxt "" "02150000.xhp\n" "par_id3155922\n" "help.text" -msgid "<image src=\"cmd/sc_numberformatstandard.png\" id=\"img_id3156024\"><alt id=\"alt_id3156024\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_numberformatstandard.png\" id=\"img_id3156024\"><alt id=\"alt_id3156024\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_numberformatstandard.svg\" id=\"img_id3156024\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156024\">Icon Standard Format </alt></image>" +msgstr "<image src=\"cmd/sc_numberformatstandard.svg\" id=\"img_id3156024\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156024\">paprasto formato piktograma</alt></image>" #. 7xorF #: 02150000.xhp @@ -250,14 +250,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:NumberFormatIncDecimals\">Adds one decimal place to the numbers in the selected cells.</ahelp>" msgstr "<ahelp hid=\".uno:NumberFormatIncDecimals\">Prideda vieną dešimtainę skilti pažymėtų langelių skaičiams.</ahelp>" -#. gNSzk +#. BuLUg #: 02160000.xhp msgctxt "" "02160000.xhp\n" "par_id3145787\n" "help.text" -msgid "<image id=\"img_id3145271\" src=\"cmd/sc_numberformatincdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145271\">Icon</alt></image>" -msgstr "<image id=\"img_id3145271\" src=\"cmd/sc_numberformatincdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145271\">Piktograma</alt></image>" +msgid "<image id=\"img_id3145271\" src=\"cmd/sc_numberformatincdecimals.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145271\">Icon Add Decimal Place</alt></image>" +msgstr "<image id=\"img_id3145271\" src=\"cmd/sc_numberformatincdecimals.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145271\">Dešimtainio skirtuko pridėjimo piktograma</alt></image>" #. NDn3G #: 02160000.xhp @@ -295,14 +295,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:NumberFormatDecDecimals\">Removes one decimal place from the numbers in the selected cells.</ahelp>" msgstr "<ahelp hid=\".uno:NumberFormatDecDecimals\">Pašalina vieną dešimtainę skiltį iš pažymėtų langelių skaičių.</ahelp>" -#. Cfdc2 +#. FCfMZ #: 02170000.xhp msgctxt "" "02170000.xhp\n" "par_id3145173\n" "help.text" -msgid "<image id=\"img_id3153192\" src=\"cmd/sc_numberformatdecdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153192\">Icon</alt></image>" -msgstr "<image id=\"img_id3153192\" src=\"cmd/sc_numberformatdecdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153192\">Piktograma</alt></image>" +msgid "<image id=\"img_id3153192\" src=\"cmd/sc_numberformatdecdecimals.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153192\">Icon Delete Decimal Place</alt></image>" +msgstr "<image id=\"img_id3153192\" src=\"cmd/sc_numberformatdecdecimals.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153192\">Dešimtainio skirtuko šalinimo piktograma</alt></image>" #. xCuwp #: 02170000.xhp @@ -313,14 +313,14 @@ msgctxt "" msgid "Number Format: Delete Decimal Place" msgstr "Skaičiaus formatas: šalinti dešimtaines skiltis" -#. 7YmDY +#. 89BHV #: 06010000.xhp msgctxt "" "06010000.xhp\n" "tit\n" "help.text" -msgid "Sheet Area" -msgstr "Lakšto sritis" +msgid "Name Box" +msgstr "" #. JJA9o #: 06010000.xhp @@ -367,14 +367,14 @@ msgctxt "" msgid "Name Box" msgstr "Pavadinimo langelis" -#. 3cbES +#. yH3c4 #: 06010000.xhp msgctxt "" "06010000.xhp\n" "par_id3152596\n" "help.text" -msgid "To jump to a particular cell, or to select a cell range, type the cell reference, or cell range reference in this box, for example, F1, or A1:C4." -msgstr "Jei norite peršokti į tam tikrą langelį arba pažymėti langelių sritį, parašykite langelio arba langelių srities koordinates šiame langelyje, pavyzdžiui F1, arba A1:C4." +msgid "To jump to a particular cell, or to select a cell range, type the cell reference, or cell range reference in this box, for example, F1, or A1:C4. You can also enter full name of a sheet; the tooltip then changes to \"Go To Sheet\", and pressing Enter switches to that sheet." +msgstr "" #. VFke2 #: 06030000.xhp diff --git a/source/lt/helpcontent2/source/text/scalc/05.po b/source/lt/helpcontent2/source/text/scalc/05.po index d1ef0a08e52..8b97ba4b975 100644 --- a/source/lt/helpcontent2/source/text/scalc/05.po +++ b/source/lt/helpcontent2/source/text/scalc/05.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-09-30 14:01+0200\n" +"POT-Creation-Date: 2019-12-24 18:00+0100\n" "PO-Revision-Date: 2019-10-14 12:48+0000\n" "Last-Translator: eglejasu <egle.jasute@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textscalc05/lt/>\n" @@ -403,23 +403,23 @@ msgctxt "" msgid "Variable is not available" msgstr "Kintamojo nėra" -#. HMhgw +#. 3Ewjd #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3146142\n" "help.text" -msgid "519<br/>#VALUE" -msgstr "519<br/>#VALUE" +msgid "519<br/>#VALUE!" +msgstr "" -#. XLuhq +#. ESdqW #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3155954\n" "help.text" -msgid "No result (#VALUE is in the cell rather than Err:519!)" -msgstr "Nėra rezultato (Langelyje bus #VALUE vietoj Klaida:519 )" +msgid "No result (instead of Err:519 cell displays #VALUE!)" +msgstr "" #. cf6oh #: 02140000.xhp @@ -448,23 +448,23 @@ msgctxt "" msgid "Compiler creates an unknown compiler code." msgstr "Kompiliatorius sukuria nežinoma kompiliatoriaus kodą." -#. PJVYY +#. xbiK9 #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3153737\n" "help.text" -msgid "Internal syntax error" -msgstr "Vidinė sintaksės klaida" +msgid "Internal syntax error (instead of Err:521 cell displays #NULL!)" +msgstr "" -#. u5uEu +#. AiUic #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3155436\n" "help.text" -msgid "No result." -msgstr "Nėra rezultato." +msgid "No code or no result." +msgstr "" #. SWNv6 #: 02140000.xhp @@ -502,23 +502,23 @@ msgctxt "" msgid "Function missed a targeted value, or <link href=\"text/shared/optionen/01060500.xhp\">iterative references</link> do not reach the minimum change within the maximum steps that are set." msgstr "Funkcijai trūksta reikšmės, arba <link href=\"text/shared/optionen/01060500.xhp\">iteracijos nuoroda</link> nesiekia minimalaus pakeitimo maksimume nustatytų žingsnių." -#. azaxi +#. K9EbP #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3153544\n" "help.text" -msgid "524<br/>#REF" -msgstr "524<br/>#REF" +msgid "524<br/>#REF!" +msgstr "" -#. wDZiv +#. ioqDF #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3154634\n" "help.text" -msgid "invalid references (instead of Err:524 cell contains #REF)" -msgstr "Neteisingas vardas (vietoj Klaida: 524,langelyje bus #REF)" +msgid "invalid references (instead of Err:524 cell displays #REF!)" +msgstr "" #. iGGQE #: 02140000.xhp @@ -538,14 +538,14 @@ msgctxt "" msgid "525<br/>#NAME?" msgstr "525<br/>#NAME?" -#. XxUaQ +#. KxXmj #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3148428\n" "help.text" -msgid "invalid names (instead of Err:525 cell contains #NAME?)" -msgstr "Neteisingas vardas (vietoj Klaida: 525,langelyje bus #NAME?)" +msgid "invalid names (instead of Err:525 cell displays #NAME?)" +msgstr "" #. pTzCU #: 02140000.xhp diff --git a/source/lt/helpcontent2/source/text/scalc/guide.po b/source/lt/helpcontent2/source/text/scalc/guide.po index 3529604b895..34eac022b20 100644 --- a/source/lt/helpcontent2/source/text/scalc/guide.po +++ b/source/lt/helpcontent2/source/text/scalc/guide.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: 2019-11-08 19:34+0100\n" -"PO-Revision-Date: 2019-10-14 12:48+0000\n" -"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" +"PO-Revision-Date: 2019-12-06 11:57+0000\n" +"Last-Translator: eglejasu <egle.jasute@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textscalcguide/lt/>\n" "Language: lt\n" "MIME-Version: 1.0\n" @@ -2417,7 +2417,7 @@ msgctxt "" "par_id2078005\n" "help.text" msgid "Open a new, empty spreadsheet. By default, it has only a single sheet named Sheet1. Add a second sheet clicking on <emph>+</emph> button to the left of the sheet tab in the bottom (it will be named Sheet2 by default)." -msgstr "" +msgstr "Atverkite naują, tuščią skaičiuoklės dokumentą. Numatyta, kad jis turi tik vieną lakštą „1 lakštas“. Pridėkite antrą lakštą spustelėję <emph>+</emph> mygtuką lakšto ąselės kairėje (pridedamas „2 lakštas“)." #. paXnm #: cellreferences.xhp @@ -2462,15 +2462,15 @@ msgctxt "" "par_id3147338\n" "help.text" msgid "When referencing a sheet with name containing spaces, use single quotes around the name: <item type=\"literal\">='Sheet with spaces in name'.A1</item>" -msgstr "" +msgstr "Jei nurodote lakšto pavadinimą, kuriame yra tarpai tarp žodžių, tai rašykite jį tarp apostrofų:<item type=\"literal\">='Lakštas su tarpais pavadinime'.A1</item>" -#. 3CbGE +#. 7thQw #: cellreferences.xhp msgctxt "" "cellreferences.xhp\n" "par_id3147383\n" "help.text" -msgid "The example uses Calc formula syntax. It is also possible to use Excel A1 ot R1C1 formula syntax; this is configured on <link href=\"text/shared/optionen/01060900.xhp\">Formula options page</link>." +msgid "The example uses Calc formula syntax. It is also possible to use Excel A1 or R1C1 formula syntax; this is configured on <link href=\"text/shared/optionen/01060900.xhp\">Formula options page</link>." msgstr "" #. mK8vG @@ -2543,7 +2543,7 @@ msgctxt "" "par_id7099826\n" "help.text" msgid "If you drag the box in the lower right corner of the active cell to select a range of cells, $[officename] automatically inserts the corresponding references in the adjacent cells. As a result, the sheet name is preceded with a \"$\" sign to designate it as an <link href=\"text/scalc/guide/relativ_absolut_ref.xhp\">absolute reference</link>." -msgstr "" +msgstr "Jei pasirinkdami langelių sritį tempiate už langelio dešiniojo kampo, tai „$[officename]“ automatiškai įterpia atitinkamas nuorodas į gretimus langelius. Lakšto pavadinimo pradžioje parašomas „$“ ženklas nurodo, kad nuoroda yra akip <link href=\"text/scalc/guide/relativ_absolut_ref.xhp\">absoliučioji koordinatė</link>." #. hrgGP #: cellreferences.xhp @@ -12425,7 +12425,7 @@ msgctxt "" "par_id3148456\n" "help.text" msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Basic</menuitem>." -msgstr "" +msgstr "Pasirinkite <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Priemonės – Parinktys</menuitem></defaultinline></switchinline><menuitem> –„%PRODUCTNAME“ pagrindinės</menuitem>." #. 5gEUD #: userdefined_function.xhp @@ -12443,7 +12443,7 @@ msgctxt "" "par_id3150327\n" "help.text" msgid "Enter the function code. In this example, we define a <literal>VOL(a; b; c)</literal> function that calculates the volume of a rectangular solid with side lengths <literal>a</literal>, <literal>b</literal> and <literal>c</literal>:" -msgstr "" +msgstr "Įveskite funkcijos kodą. Šiame pavyzdyje, apibrėžiama funkcija <literal>VOL(a; b; c)</literal>, kuri apskaičiuoja stačiakampio gretasienio tūrį, kai duoti jo briaunų ilgiai <literal>a</literal>, <literal>b</literal> ir <literal>c</literal>:" #. eXWo3 #: userdefined_function.xhp @@ -12497,7 +12497,7 @@ msgctxt "" "par_id3150304\n" "help.text" msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Basic</menuitem>." -msgstr "" +msgstr "Pasirinkite <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Priemonės – Parinktys</menuitem></defaultinline></switchinline><menuitem> –„%PRODUCTNAME“ pagrindinės</menuitem>." #. HZciB #: userdefined_function.xhp @@ -12569,7 +12569,7 @@ msgctxt "" "par_id3148869\n" "help.text" msgid "Once you have defined the function <literal>VOL(a; b; c)</literal> in the Basic-IDE, you can apply it the same way as the built-in functions of $[officename] Calc." -msgstr "" +msgstr "Jei apibrėžėte funkciją <literal>VOL(a; b; c)</literal> pagrindiniame IDE, tai galite ją taikyti kai ir kitas sukurtas „$[officename]“ skaičiuoklės funkcija." #. WtG8F #: userdefined_function.xhp @@ -12578,7 +12578,7 @@ msgctxt "" "par_id3148606\n" "help.text" msgid "Open a Calc document and enter numbers for the function parameters <literal>a</literal>, <literal>b</literal> and <literal>c</literal> in cells A1, B1, and C1." -msgstr "" +msgstr "Atverkite skaičiuoklės dokumentą ir įveskite funkcijos parametrus <literal>a</literal>, <literal>b</literal> ir <literal>c</literal> į langelius A1, B1 ir C1" #. TTo2C #: userdefined_function.xhp @@ -12895,14 +12895,14 @@ msgctxt "" msgid "Names must not be the same as cell references. For example, the name A1 is invalid because A1 is a cell reference to the top left cell." msgstr "Pavadinimai negali būti tokie patys kaip langelių koordinatės. Pavyzdžiui, joks langelis negali turėti pavadinimo A1, nes langelis A1 yra viršutinis kairysis lakšto langelis." -#. RfAJF +#. ufHkJ #: value_with_name.xhp msgctxt "" "value_with_name.xhp\n" "par_id32898987\n" "help.text" -msgid "Names must not start with the letter R followed by a number. See the ADDRESS function for more information." -msgstr "Pavadinimas negali prasidėti raide R ir skaičiais už jos. Dėl daugiau informacijos žiūrėkite ADDRESS funkciją." +msgid "Names must not start with the letters C or R followed by a number; also single characters C and R are not allowed as names. See the ADDRESS function for more information." +msgstr "" #. ELFqL #: value_with_name.xhp diff --git a/source/lt/helpcontent2/source/text/schart/02.po b/source/lt/helpcontent2/source/text/schart/02.po index 58e371de8d2..783855cd4e2 100644 --- a/source/lt/helpcontent2/source/text/schart/02.po +++ b/source/lt/helpcontent2/source/text/schart/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-07-11 18:38+0200\n" +"POT-Creation-Date: 2019-12-17 14:17+0100\n" "PO-Revision-Date: 2019-11-05 12:00+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textschart02/lt/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 3.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1494389347.000000\n" #. RTFEU @@ -43,14 +43,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:DataInRows\">Changes the arrangement of the chart data.</ahelp>" msgstr "" -#. aWA4a +#. DTBcs #: 01190000.xhp msgctxt "" "01190000.xhp\n" "par_id3150751\n" "help.text" -msgid "<image id=\"img_id3145643\" src=\"cmd/sc_datainrows.png\"><alt id=\"alt_id3145643\">Icon</alt></image>" -msgstr "<image id=\"img_id3145643\" src=\"cmd/sc_datainrows.png\"><alt id=\"alt_id3145643\">Piktograma</alt></image>" +msgid "<image id=\"img_id3145643\" src=\"cmd/sc_datainrows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145643\">Icon Data in Rows</alt></image>" +msgstr "" #. 6yPuD #: 01190000.xhp @@ -88,14 +88,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:DataInColumns\">Changes the arrangement of the chart data.</ahelp>" msgstr "" -#. 6keDp +#. mUTUF #: 01200000.xhp msgctxt "" "01200000.xhp\n" "par_id3149260\n" "help.text" -msgid "<image id=\"img_id3149379\" src=\"cmd/sc_dataincolumns.png\"><alt id=\"alt_id3149379\">Icon</alt></image>" -msgstr "<image id=\"img_id3149379\" src=\"cmd/sc_dataincolumns.png\"><alt id=\"alt_id3149379\">Piktograma</alt></image>" +msgid "<image id=\"img_id3149379\" src=\"cmd/sc_dataincolumns.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149379\">Icon Data in Columns</alt></image>" +msgstr "" #. CByTA #: 01200000.xhp diff --git a/source/lt/helpcontent2/source/text/sdraw/guide.po b/source/lt/helpcontent2/source/text/sdraw/guide.po index cb0ae0ca752..0406b2a5790 100644 --- a/source/lt/helpcontent2/source/text/sdraw/guide.po +++ b/source/lt/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: 2019-11-05 14:28+0100\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" "PO-Revision-Date: 2019-11-05 12:08+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textsdrawguide/lt/>\n" @@ -2671,13 +2671,13 @@ msgctxt "" msgid "Hold down the Shift key to restrict the rotation to multiples of 15 degrees." msgstr "" -#. XcEGA +#. 7nDAL #: rotate_object.xhp msgctxt "" "rotate_object.xhp\n" "par_id0930200803002463\n" "help.text" -msgid "Right-click the object to open the context menu. Choose Position and Size - Rotation to enter an exact rotation value." +msgid "Right-click the object to open the context menu. Choose <menuitem>Position and Size - Rotation</menuitem> to enter an exact rotation value." msgstr "" #. G5NAB diff --git a/source/lt/helpcontent2/source/text/shared/00.po b/source/lt/helpcontent2/source/text/shared/00.po index afbc810cd4a..bd0555f7b6a 100644 --- a/source/lt/helpcontent2/source/text/shared/00.po +++ b/source/lt/helpcontent2/source/text/shared/00.po @@ -3,10 +3,10 @@ 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 20:19+0100\n" -"PO-Revision-Date: 2019-11-05 12:13+0000\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" +"PO-Revision-Date: 2019-12-17 11:23+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" -"Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textshared00/lt/>\n" +"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/lt/>\n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -890,13 +890,13 @@ msgctxt "" msgid "Hyperlinks are cross-references, highlighted in text in various colors and activated by mouse-click. With the aid of hyperlinks, readers can jump to specific information within a document as well as to related information in other documents." msgstr "" -#. ggyWG +#. EouXX #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3156281\n" "help.text" -msgid "In $[officename] you can assign hyperlinks to text as well as to graphics and text frames (see the Hyperlink Dialog icon on the Standard bar)." +msgid "In $[officename] you can assign hyperlinks to text as well as to graphics and frames (see the Hyperlink Dialog icon on the Standard bar)." msgstr "" #. uYSgv @@ -917,13 +917,13 @@ msgctxt "" msgid "ImageMap" msgstr "" -#. h8MPs +#. vbAkm #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3154685\n" "help.text" -msgid "An ImageMap is a reference-sensitive graphic or text frame. You can click on defined areas of the graphic or text frame to go to a target (<link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link>), which is linked with the area. The reference areas, along with the linked URLs and corresponding text displayed when resting the mouse pointer on these areas, are defined in the <link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap Editor\">ImageMap Editor</link>." +msgid "An ImageMap is a reference-sensitive graphic or frame. You can click on defined areas of the graphic or frame to go to a target (<link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link>), which is linked with the area. The reference areas, along with the linked URLs and corresponding text displayed when resting the mouse pointer on these areas, are defined in the <link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap Editor\">ImageMap Editor</link>." msgstr "" #. CzwEW @@ -1043,13 +1043,13 @@ msgctxt "" msgid "The area of the picture or frame where the reader can click is indicated by the appearance of the linked <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> when the mouse passes over the area. The ImageMap is stored in a layer below the picture and contains information about the referenced regions. The only disadvantage of Client Side ImageMaps is that older Web browsers cannot read them; a disadvantage that will, however, resolve itself in time." msgstr "" -#. DBqoR +#. kB898 #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3149664\n" "help.text" -msgid "When saving the ImageMap, select the file type <emph>SIP - StarView ImageMap</emph>. This saves the ImageMap directly in a format which can be applied to every active picture or frame in your document. However, if you just want to use the ImageMap on the current picture or text frame, you do not have to save it in any special format. After defining the regions, simply click <emph>Apply</emph>. Nothing more is necessary. Client Side ImageMaps saved in <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> format are inserted directly into the page in HTML code." +msgid "When saving the ImageMap, select the file type <emph>SIP - StarView ImageMap</emph>. This saves the ImageMap directly in a format which can be applied to every active picture or frame in your document. However, if you just want to use the ImageMap on the current picture or frame, you do not have to save it in any special format. After defining the regions, simply click <emph>Apply</emph>. Nothing more is necessary. Client Side ImageMaps saved in <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> format are inserted directly into the page in HTML code." msgstr "" #. JCSdG @@ -2814,7 +2814,7 @@ msgctxt "" "par_id3152823\n" "help.text" msgid "<variable id=\"werkzeugleiste\">Icon on the Tools bar: </variable>" -msgstr "" +msgstr "<variable id=\"werkzeugleiste\">Piktograma priemonių mygtukų juostoje: </variable>" #. uv5zx #: 00000007.xhp @@ -2823,7 +2823,7 @@ msgctxt "" "par_id3152352\n" "help.text" msgid "<variable id=\"textobjektleiste\">Icon on the Formatting Bar: </variable>" -msgstr "" +msgstr "<variable id=\"textobjektleiste\">Piktograma formatavimo mygtukų juostoje: </variable>" #. cu8Ax #: 00000007.xhp @@ -2832,7 +2832,7 @@ msgctxt "" "par_id3151370\n" "help.text" msgid "<variable id=\"objektleiste\">Icon on the Formatting Bar: </variable>" -msgstr "" +msgstr "<variable id=\"objektleiste\">Piktograma formatavimo mygtukų juostoje: </variable>" #. oZZCh #: 00000007.xhp @@ -2841,7 +2841,7 @@ msgctxt "" "par_id3149748\n" "help.text" msgid "<variable id=\"diaobjektleiste\">Icon on the Slide View Bar: </variable>" -msgstr "" +msgstr "<variable id=\"diaobjektleiste\">Piktograma skaidrės rodymo mygtukų juostoje: </variable>" #. VXAaB #: 00000007.xhp @@ -3383,22 +3383,22 @@ msgctxt "" msgid "The distances of graphics and Plug-Ins to the content can be set individually for export to $[officename] Writer and MS Internet Explorer. If the top/bottom or right/left margin is set differently, the distances are exported in a \"STYLE\" option for the corresponding tag as CSS1 size properties \"Margin-Top\", \"Margin-Bottom\", \"Margin-Left\" and \"Margin-Right\"." msgstr "" -#. CEtDK +#. xGAve #: 00000020.xhp msgctxt "" "00000020.xhp\n" "par_id3144510\n" "help.text" -msgid "Text frames are supported with the use of CSS1 extensions for absolute positioned objects. This applies only to the export options Mozilla Firefox, MS Internet Explorer, and $[officename] Writer. Text frames can be aligned as graphics, <switchinline select=\"sys\"><caseinline select=\"WIN\"> Plug-Ins,</caseinline></switchinline>and Floating Frames, but character-linked frames are not possible." +msgid "Frames are supported with the use of CSS1 extensions for absolute positioned objects. This applies only to the export options Mozilla Firefox, MS Internet Explorer, and $[officename] Writer. Frames can be aligned as graphics, <switchinline select=\"sys\"><caseinline select=\"WIN\"> Plug-Ins,</caseinline></switchinline>and Floating Frames, but character-linked frames are not possible." msgstr "" -#. 5Nq4u +#. Vym4j #: 00000020.xhp msgctxt "" "00000020.xhp\n" "par_id3147530\n" "help.text" -msgid "Text frames are exported as \"<SPAN>\" or \"<DIV>\" tags if they do not contain columns. If they do contain columns then they are exported as \"<MULTICOL>\"." +msgid "Frames are exported as \"<SPAN>\" or \"<DIV>\" tags if they do not contain columns. If they do contain columns then they are exported as \"<MULTICOL>\"." msgstr "" #. wakAb @@ -6948,14 +6948,59 @@ msgctxt "" msgid "Export Directly as EPUB" msgstr "Tiesiogiai eksportuoti EPUB formatu" -#. hEnsh +#. FKD8W #: 00000401.xhp msgctxt "" "00000401.xhp\n" "par_id3163421\n" "help.text" -msgid "Choose <emph>File - Export As - Export as PDF</emph>, <emph>Digital Signatures</emph> tab." -msgstr "Pasirinkite komandą <emph>Failas → Eksportuoti kaip → Eksportuoti PDF formatu</emph> ir atverkite kortelę <emph>Skaitmeniniai parašai</emph>." +msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>, <emph>Digital Signatures</emph> tab." +msgstr "" + +#. PnEEp +#: 00000401.xhp +msgctxt "" +"00000401.xhp\n" +"par_id671574090639995\n" +"help.text" +msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>, <emph>Security</emph> tab." +msgstr "" + +#. ZDFjz +#: 00000401.xhp +msgctxt "" +"00000401.xhp\n" +"par_id211574090645188\n" +"help.text" +msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>, <emph>General</emph> tab." +msgstr "" + +#. SUTsb +#: 00000401.xhp +msgctxt "" +"00000401.xhp\n" +"par_id601574090650587\n" +"help.text" +msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>, <emph>Initial View</emph> tab." +msgstr "" + +#. dwtTE +#: 00000401.xhp +msgctxt "" +"00000401.xhp\n" +"par_id51574090655835\n" +"help.text" +msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>, <emph>Links</emph> tab." +msgstr "" + +#. RGybr +#: 00000401.xhp +msgctxt "" +"00000401.xhp\n" +"par_id541574090661437\n" +"help.text" +msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>, <emph>User Interface</emph> tab." +msgstr "" #. itwVi #: 00000401.xhp @@ -7813,14 +7858,23 @@ msgctxt "" msgid "<variable id=\"filterauswahl\">Open a file of a type that is unknown to %PRODUCTNAME and that is no text file.</variable>" msgstr "" -#. SGmx7 +#. r3DhT +#: 00000404.xhp +msgctxt "" +"00000404.xhp\n" +"par_id491577300092990\n" +"help.text" +msgid "On the <emph>Fontwork</emph> bar, click" +msgstr "" + +#. 6QW9h #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_idN10DDC\n" "help.text" -msgid "<image id=\"Graphic2\" src=\"cmd/sc_fontworkgalleryfloater.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "<image id=\"Graphic2\" src=\"cmd/sc_fontworkgalleryfloater.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Piktograma</alt></image>" +msgid "<image id=\"Graphic2\" src=\"cmd/sc_fontworkgalleryfloater.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_fontwork\">Icon Fontwork</alt></image>" +msgstr "" #. W5iAB #: 00000404.xhp @@ -7831,6 +7885,15 @@ msgctxt "" msgid "Fontwork Gallery" msgstr "" +#. uMQfA +#: 00000404.xhp +msgctxt "" +"00000404.xhp\n" +"par_id521577299133097\n" +"help.text" +msgid "Choose <menuitem>Insert - Fontwork</menuitem>" +msgstr "" + #. jYEWS #: 00000404.xhp msgctxt "" @@ -7939,6 +8002,15 @@ msgctxt "" msgid "Stars" msgstr "" +#. c6VE3 +#: 00000404.xhp +msgctxt "" +"00000404.xhp\n" +"par_id81526422144005\n" +"help.text" +msgid "Choose <emph>Insert - Signature Line...</emph>" +msgstr "" + #. aFWLc #: 00000406.xhp msgctxt "" @@ -9199,14 +9271,14 @@ msgctxt "" msgid "Form view: <emph>Standard Filter</emph> icon in the <emph>Form</emph> bar." msgstr "" -#. NbDPT +#. 3jukD #: 00000409.xhp msgctxt "" "00000409.xhp\n" "par_id3155619\n" "help.text" -msgid "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3147588\"><alt id=\"alt_id3147588\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3147588\"><alt id=\"alt_id3147588\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3147588\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147588\">Icon Standard Filter</alt></image>" +msgstr "" #. oB9GF #: 00000409.xhp @@ -9613,14 +9685,14 @@ msgctxt "" msgid "On <emph>Text Formatting</emph> bar (with cursor in object), click" msgstr "" -#. nUafY +#. KFCKR #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3148998\n" "help.text" -msgid "<image id=\"img_id3154894\" src=\"cmd/sc_outlineformat.png\"><alt id=\"alt_id3154894\">Icon</alt></image>" -msgstr "<image id=\"img_id3154894\" src=\"cmd/sc_outlineformat.png\"><alt id=\"alt_id3154894\">Piktograma</alt></image>" +msgid "<image id=\"img_id3154894\" src=\"cmd/sc_outlineformat.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154894\">Icon Character</alt></image>" +msgstr "" #. AdBzN #: 00040500.xhp @@ -9656,7 +9728,7 @@ msgctxt "" "par_id3155338\n" "help.text" msgid "Open context menu of a row header in a database table - choose <emph>Table Format - Font</emph> tab." -msgstr "" +msgstr "Duomenų bazės lentelėje atverkite kontekstinį eilutės antraštės meniu, pasirinkite komandą <emph>Lentelės formatavimas</emph> ir atverkite kortelę <emph>Šriftas</emph>." #. 4dCFB #: 00040500.xhp @@ -9665,7 +9737,7 @@ msgctxt "" "par_id3150355\n" "help.text" msgid "Choose <emph>Format - Title - Character</emph> tab (Chart documents)." -msgstr "" +msgstr "Pasirinkite komandą <emph>Formatas → Pavadinimas</emph> ir atverkite kortelę <emph>Šriftas</emph> (diagramų dokumentuose)." #. nV4EJ #: 00040500.xhp @@ -9674,7 +9746,7 @@ msgctxt "" "par_id3149812\n" "help.text" msgid "Choose <emph>Format - Legend - Character</emph> tab (Chart documents)." -msgstr "" +msgstr "Pasirinkite komandą <emph>Formatas → Legenda</emph> ir atverkite kortelę <emph>Šriftas</emph> (diagramų dokumentuose)." #. Z93Az #: 00040500.xhp @@ -9683,7 +9755,7 @@ msgctxt "" "par_id3153717\n" "help.text" msgid "Choose <emph>Format - Axis - Character</emph> tab (Chart documents)." -msgstr "" +msgstr "Pasirinkite komandą <emph>Formatas → Ašis</emph> ir atverkite kortelę <emph>Šriftas</emph> (diagramų dokumentuose)." #. QhGCy #: 00040500.xhp @@ -9692,7 +9764,7 @@ msgctxt "" "par_id3154749\n" "help.text" msgid "Choose <emph>Format - Cells - Font</emph> tab (spreadsheets)." -msgstr "" +msgstr "Pasirinkite komandą <emph>Formatas → Langeliai</emph> ir atverkite kortelę <emph>Šriftas</emph> (skaičiuoklės dokumentuose)." #. VUPNE #: 00040500.xhp @@ -9829,14 +9901,14 @@ msgctxt "" msgid "On <emph>Text Formatting</emph> bar (with cursor in object), click" msgstr "" -#. fdFdE +#. Kobha #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3155995\n" "help.text" -msgid "<image id=\"img_id3150495\" src=\"cmd/sc_paragraphdialog.png\"><alt id=\"alt_id3150495\">Icon</alt></image>" -msgstr "<image id=\"img_id3150495\" src=\"cmd/sc_paragraphdialog.png\"><alt id=\"alt_id3150495\">Piktograma</alt></image>" +msgid "<image id=\"img_id3150495\" src=\"cmd/sc_paragraphdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150495\">Icon Paragraph</alt></image>" +msgstr "" #. E7XoA #: 00040500.xhp @@ -10108,58 +10180,121 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Background</emph> tab.</caseinline></switchinline>" msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Pasirinkite komandą <emph>Formatas → Langeliai</emph> ir atverkite kortelę <emph>Fonas</emph>.</caseinline></switchinline>" -#. BiRy6 +#. DjVCQ #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3146791\n" "help.text" -msgid "Choose <emph>Format - Page - Organizer</emph> tab." -msgstr "Pasirinkite komandą <emph>Formatas → Puslapis</emph> ir atverkite kortelę <emph>Stiliaus savybės</emph>." +msgid "Choose <menuitem>Format - Page Style - Organizer</menuitem> tab." +msgstr "" + +#. 5BJtP +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id7146791\n" +"help.text" +msgid "Choose <menuitem>Styles - Edit Style - Organizer</menuitem> tab." +msgstr "" + +#. 8xdE8 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id631579002848692\n" +"help.text" +msgid "Choose <menuitem>Styles - Manage Styles</menuitem> - open context menu of an entry and choose <menuitem>Modify/New - Organizer</menuitem> tab." +msgstr "" + +#. Z2AF5 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3146788\n" +"help.text" +msgid "<variable id=\"Calcseiteverwaltenh1\">Choose <menuitem>Format - Page - Organizer</menuitem> tab.</variable>" +msgstr "" + +#. Y2ck5 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id961579003607432\n" +"help.text" +msgid "Choose <menuitem>Styles - Manage Styles</menuitem> - open context menu of an entry and choose <menuitem>Modify/New - Organizer</menuitem> tab." +msgstr "" + +#. 5tDj9 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3123788\n" +"help.text" +msgid "<variable id=\"Drawseiteverwaltenh1\">Choose <menuitem>Format - Styles - Edit Style - Organizer</menuitem> tab.</variable>" +msgstr "" + +#. HE8gX +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id111579003773016\n" +"help.text" +msgid "Choose <menuitem>Format - Styles - Manage Styles</menuitem> - open context menu of an entry and choose <menuitem>Modify/New - Organizer</menuitem> tab." +msgstr "" + +#. rSUuK +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3149388\n" +"help.text" +msgid "<variable id=\"Impressseiteverwaltenh1\">Choose <menuitem>Slide - Properties - Page</menuitem> tab.</variable>" +msgstr "" -#. C33xr +#. Tv5B3 #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3154482\n" "help.text" -msgid "Choose <emph>View - Styles</emph> - open context menu of an entry and choose <emph>Modify/New - Organizer</emph> tab." -msgstr "Pasirinkite komandą <emph>Rodymas → Stiliai</emph>, stilių polangyje atverkite kontekstinį kurio nors įrašo meniu, iš ten pasirinkite komandą <emph>Keisti</emph> arba <emph>Kurti</emph> ir atverkite kortelę <emph>Stiliaus savybės</emph>." +msgid "Choose <menuitem>View - Styles</menuitem> (F11) - open context menu of an entry and choose <menuitem>Modify/New - Organizer</menuitem> tab." +msgstr "" -#. 7cgpF +#. a85dA #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3153357\n" "help.text" -msgid "Choose <emph>Format - Page - Page</emph> tab." -msgstr "Pasirinkite komandą <emph>Formatas → Puslapis</emph> ir atverkite kortelę <emph>Puslapis</emph>." +msgid "Choose <menuitem>Format - Page - Page</menuitem> tab." +msgstr "" -#. 8MnVJ +#. RWWCj #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3149323\n" "help.text" -msgid "Choose <emph>Slide - Properties - Page</emph> tab (in $[officename] Impress)." -msgstr "Pasirinkite komandą <emph>Skaidrė → Savybės</emph> ir atverkite kortelę <emph>Lapas</emph> („$[officename]“ pateikčių rengyklėje)." +msgid "Choose <menuitem>Slide - Properties - Page</menuitem> tab (in $[officename] Impress)." +msgstr "" -#. xvuQG +#. 9mYb4 #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3154972\n" "help.text" -msgid "Choose <emph>Page - Properties - Page</emph> tab (in $[officename] Draw)." -msgstr "Pasirinkite komandą <emph>Lapas → Savybės</emph> ir atverkite kortelę <emph>Lapas</emph> („$[officename]“ grafikos rengyklėje)." +msgid "Choose <menuitem>Page - Properties - Page</menuitem> tab (in $[officename] Draw)." +msgstr "" -#. xkH9C +#. Qk9bQ #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3154362\n" "help.text" -msgid "Choose <emph>View - Styles</emph> - open context menu of an entry and choose <emph>Modify/New - Page</emph> tab." +msgid "Choose <menuitem>View - Styles</menuitem> - open context menu of an entry and choose <emph>Modify/New - Page</emph> tab." msgstr "" #. w3yEG @@ -10225,14 +10360,14 @@ msgctxt "" msgid "On <emph>Formatting</emph> bar, click" msgstr "<emph>Formatavimo</emph> mygtukų juostoje spustelėkite mygtuką" -#. 29Sg8 +#. raTBP #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3148533\n" "help.text" -msgid "<image id=\"img_id3149568\" src=\"cmd/sc_designerdialog.png\"><alt id=\"alt_id3149568\">Icon</alt></image>" -msgstr "<image id=\"img_id3149568\" src=\"cmd/sc_designerdialog.png\"><alt id=\"alt_id3149568\">Piktograma</alt></image>" +msgid "<image id=\"img_id3149568\" src=\"cmd/sc_designerdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149568\">Icon Styles</alt></image>" +msgstr "" #. GGmAC #: 00040500.xhp @@ -10405,31 +10540,40 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>.</caseinline></switchinline>" msgstr "" -#. CQBHb +#. ZD5up +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3156011\n" +"help.text" +msgid "Choose <menuitem>View - Styles</menuitem> (F11) - context menu of a Presentation Style (except Background) - choose <menuitem>New/Modify - Numbering</menuitem> tab." +msgstr "" + +#. 3g7gB #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3150862\n" "help.text" -msgid "Choose <emph>Format - Bullets and Numbering - Numbering</emph> tab." -msgstr "Pasirinkite komandą <emph>Formatas → Ženklinimas ir numeravimas</emph> ir atverkite kortelę <emph>Numeravimas</emph>." +msgid "Choose <menuitem>Format - Bullets and Numbering - Numbering</menuitem> tab." +msgstr "" -#. 8cCLx +#. iTevh #: 00040500.xhp msgctxt "" "00040500.xhp\n" -"par_id3155378\n" +"par_id3129011\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Open <emph>Styles - Presentation Styles</emph> - context menu of an Outline Style - choose <emph>New/Modify</emph>.</caseinline></switchinline>" +msgid "Choose <menuitem>View - Styles</menuitem> (F11) - context menu of a List Style - choose <menuitem>New/Modify - Numbering Style</menuitem> tab." msgstr "" -#. yYMEA +#. dAnx5 #: 00040500.xhp msgctxt "" "00040500.xhp\n" -"par_id3156011\n" +"par_id3146019\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>.</caseinline></switchinline>" +msgid "Choose <menuitem>Styles - Manage Styles</menuitem> - choose - context menu of a List Style - choose <menuitem>New/Modify - Numbering Style</menuitem> tab." msgstr "" #. 4AKhs @@ -10504,14 +10648,14 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"/><defaultinline>Icon on the <emph>Image</emph> toolbar:</defaultinline></switchinline>" msgstr "" -#. FKqFA +#. YKAFD #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3149953\n" "help.text" -msgid "<image id=\"img_id3155092\" src=\"cmd/sc_grafattrcrop.png\"><alt id=\"alt_id3155092\">Icon</alt></image>" -msgstr "<image id=\"img_id3155092\" src=\"cmd/sc_grafattrcrop.png\"><alt id=\"alt_id3155092\">Piktograma</alt></image>" +msgid "<image id=\"img_id3155092\" src=\"cmd/sc_grafattrcrop.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155092\">Icon Crop</alt></image>" +msgstr "" #. Qs4bZ #: 00040500.xhp @@ -11944,95 +12088,113 @@ msgctxt "" msgid "Area" msgstr "Sritis" -#. dyPkA +#. dXFUA #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3154948\n" +"par_id3145607\n" "help.text" -msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - </emph> </caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Area - Area</emph> tab." +msgid "Choose <menuitem>View - Styles</menuitem> - choose <switchinline select=\"appl\"><caseinline select=\"WRITER\">Paragraph, Frame or Page</caseinline></switchinline> style - open context menu - choose <menuitem>Modify/New - </menuitem><switchinline select=\"appl\"><caseinline select=\"CALC\"><menuitem>Background</menuitem></caseinline><defaultinline><menuitem>Area</menuitem></defaultinline></switchinline> tab." msgstr "" -#. bepw3 +#. TGDHe #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3145607\n" +"par_id841527083135387\n" "help.text" -msgid "Choose <emph>View - Styles</emph> - open context menu and choose <emph>Modify/New - Area</emph> tab (presentation documents)." -msgstr "Pasirinkite <emph>Rodymas → Stiliai</emph>, atverkite kontekstinį meniu ir pasirinkite komandą <emph>Kurti</emph> arba <emph>Keisti</emph>, tada atverkite kortelę <emph>Sritis</emph> (pateikčių rengyklė)." +msgid "Choose <menuitem>Table - Properties - Background</menuitem> tab." +msgstr "" -#. bNuBh +#. jBEkR #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3152922\n" +"par_id821578662265845\n" "help.text" -msgid "Choose <emph>Format - Title - Area</emph> tab (chart documents)." +msgid "Choose <menuitem>Format - Page - Area</menuitem> tab." msgstr "" -#. CGx4L +#. hu68D #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3157894\n" +"par_id3149664\n" "help.text" -msgid "Choose <emph>Format - Legend - Area</emph> tab (chart documents)." +msgid "Choose <menuitem>Slide - Properties - Background</menuitem> tab." msgstr "" -#. Gv7um +#. NP4xZ #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3144444\n" +"par_id431578737397995\n" "help.text" -msgid "Choose <emph>Format - Chart Wall - Area</emph> tab (chart documents)." +msgid "Choose <menuitem>Format - Cells - Background</menuitem> tab" msgstr "" -#. ByfCM +#. 8Ac8B #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3156543\n" +"par_id9149694\n" "help.text" -msgid "Choose <emph>Format - Chart Floor - Area</emph> tab (chart documents)." +msgid "Choose <menuitem>Page - Properties - Background</menuitem> tab." msgstr "" -#. ByRAr +#. BNF8c #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3150685\n" +"par_id3154948\n" "help.text" -msgid "Choose <emph>Format - Chart Area - Area</emph> tab (chart documents)." +msgid "Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem></caseinline><caseinline select=\"IMPRESS\"><menuitem>Object and Shape - </menuitem></caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Area - Area</emph> tab." msgstr "" -#. i6r3e +#. CQaYm #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id3149664\n" +"par_id3152922\n" "help.text" -msgid "Choose <emph>Slide - Properties - Background</emph> tab (in $[officename] Impress)." -msgstr "Pasirinkite komandą <emph>Skaidrė → Savybės</emph> ir atverkite kortelę <emph>Fonas</emph> („$[officename]“ pateikčių rengyklėje)." +msgid "Choose <menuitem>Format - Title - Area</menuitem> tab (chart documents)." +msgstr "" -#. MGKAR +#. dCqeB #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id9149694\n" +"par_id3157894\n" "help.text" -msgid "Choose <emph>Page - Properties - Background</emph> tab (in $[officename] Draw)." -msgstr "Pasirinkite komandą <emph>Lapas → Savybės</emph> ir atverkite kortelę <emph>Fonas</emph> („$[officename]“ grafikos rengyklėje)." +msgid "Choose <menuitem>Format - Legend - Area</menuitem> tab (chart documents)." +msgstr "" -#. wgJx5 +#. KcL9w #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id841527083135387\n" +"par_id3144444\n" "help.text" -msgid "Choose <emph>Table - Properties - Background</emph> tab." -msgstr "Pasirinkite komandą <emph>Lentelė → Savybės</emph> ir atverkite kortelę <emph>Fonas</emph>." +msgid "Choose <menuitem>Format - Chart Wall - Area</menuitem> tab (chart documents)." +msgstr "" + +#. ijD7Y +#: 00040502.xhp +msgctxt "" +"00040502.xhp\n" +"par_id3156543\n" +"help.text" +msgid "Choose <menuitem>Format - Chart Floor - Area</menuitem> tab (chart documents)." +msgstr "" + +#. Zuv4t +#: 00040502.xhp +msgctxt "" +"00040502.xhp\n" +"par_id3150685\n" +"help.text" +msgid "Choose <menuitem>Format - Chart Area - Area</menuitem> tab (chart documents)." +msgstr "" #. MBrCE #: 00040502.xhp @@ -12151,6 +12313,24 @@ msgctxt "" msgid "Choose <emph>Format - Object Properties - Data Series - Transparency</emph> tab (chart documents)." msgstr "" +#. pwXzp +#: 00040502.xhp +msgctxt "" +"00040502.xhp\n" +"par_id3147189\n" +"help.text" +msgid "Choose <emph>Format - Paragraph - Transparency</emph> tab." +msgstr "" + +#. GBRys +#: 00040502.xhp +msgctxt "" +"00040502.xhp\n" +"par_id3144352\n" +"help.text" +msgid "Choose <emph>View - Styles</emph> - open context menu of an entry and choose <emph>Modify/New - Transparency</emph> tab." +msgstr "" + #. JHYnk #: 00040502.xhp msgctxt "" @@ -12970,49 +13150,58 @@ msgctxt "" msgid "Open context menu of a column header in a database table - choose <emph>Column Width</emph>." msgstr "" -#. kq94E +#. Bwd8k #: 00040503.xhp msgctxt "" "00040503.xhp\n" "par_id3148668\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Numbers</emph> tab.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Pasirinkite komandą <emph>Formatas → Langeliai</emph> ir atverkite kortelę <emph>Skaičiai</emph>.</caseinline></switchinline>" +msgid "Choose <menuitem>Format - Cells - Numbers</menuitem> tab." +msgstr "" -#. wKdCV +#. KdbT6 #: 00040503.xhp msgctxt "" "00040503.xhp\n" "par_id3152349\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>View - Styles</emph> - open context menu and choose <emph>Modify/New - Numbers</emph> tab.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Pasirinkite komandą <emph>Rodymas → Stiliai</emph>, atverkite kontekstinį meniu ir pasirinkite komandą <emph>Kurti</emph> arba <emph>Keisti</emph>, tada atverkite kortelę <emph>Skaičiai</emph>.</caseinline></switchinline>" +msgid "Choose <menuitem>View - Styles</menuitem> (F11) - open context menu and choose <emph>Modify/New - Numbers</emph> tab." +msgstr "" -#. Zpngu +#. hadQp #: 00040503.xhp msgctxt "" "00040503.xhp\n" "par_id3161459\n" "help.text" -msgid "Open context menu for a column header in an open database table - choose <emph>Column Format - Format</emph> tab." +msgid "Open context menu for a column header in an open database table - choose <menuitem>Column Format - Format</menuitem> tab." msgstr "" -#. hHBnY +#. uckxj #: 00040503.xhp msgctxt "" "00040503.xhp\n" -"par_id3147531\n" +"par_id3150823\n" "help.text" -msgid "Choose <emph>Format - Axis - Y Axis - Numbers</emph> tab (Chart Documents)." +msgid "Choose <menuitem>Table - Number Format</menuitem> (for tables)." msgstr "" -#. AbPHG +#. zEP8P #: 00040503.xhp msgctxt "" "00040503.xhp\n" -"par_id3150823\n" +"par_id231578229435232\n" "help.text" -msgid "Also as <emph>Number Format</emph> dialog for tables and fields in text documents: Choose <emph>Format - Number Format</emph>, or choose <emph>Insert - Field - More Fields - Variables</emph> tab and select <emph>Additional formats</emph> in the <emph>Format</emph> list." +msgid "Choose <menuitem>Insert - Field - More Fields - Variables</menuitem> tab and select <emph>Additional formats</emph> in the <emph>Format</emph> list (for variables)." +msgstr "" + +#. xXuAA +#: 00040503.xhp +msgctxt "" +"00040503.xhp\n" +"par_id3147531\n" +"help.text" +msgid "Choose <menuitem>Format - Axis - Y Axis - Numbers</menuitem> tab (chart documents)." msgstr "" #. yMFSR @@ -13895,7 +14084,7 @@ msgctxt "" "par_id3156297\n" "help.text" msgid "Choose <emph>Edit - Find & Replace</emph>." -msgstr "" +msgstr "Pasirinkite komandą <emph>Taisa → Ieškoti ir keisti</emph>." #. jkkFa #: edit_menu.xhp @@ -13904,7 +14093,7 @@ msgctxt "" "par_id3154503\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+H" -msgstr "" +msgstr "Paspauskite klavišus <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Vald</defaultinline></switchinline>+H" #. UPprs #: edit_menu.xhp @@ -13913,7 +14102,7 @@ msgctxt "" "par_id3155083\n" "help.text" msgid "On the <emph>Standard</emph> bar, click" -msgstr "" +msgstr "<emph>Standartinėje</emph> mygtukų juostoje spustelėkite mygtuką" #. QvErv #: edit_menu.xhp @@ -13931,7 +14120,7 @@ msgctxt "" "par_id3144748\n" "help.text" msgid "Find & Replace" -msgstr "" +msgstr "Ieškoti ir keisti" #. ffHRa #: edit_menu.xhp @@ -13940,7 +14129,7 @@ msgctxt "" "par_id3156357\n" "help.text" msgid "<variable id=\"suchenattribute\">Choose <emph>Edit - Find & Replace - Attributes</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"suchenattribute\">Pasirinkite komandą <emph>Taisa → Ieškoti ir keisti</emph> ir spustelėkite mygtuką <emph>Požymiai</emph>.</variable>" #. yjXrm #: edit_menu.xhp @@ -13949,7 +14138,7 @@ msgctxt "" "par_id3153840\n" "help.text" msgid "<variable id=\"suchenformat\">Choose <emph>Edit - Find & Replace - Format</emph> button.</variable>" -msgstr "" +msgstr "<variable id=\"suchenformat\">Pasirinkite komandą <emph>Taisa → Ieškoti ir keisti</emph> ir spustelėkite mygtuką <emph>Formatas</emph>.</variable>" #. gZyCv #: edit_menu.xhp @@ -13958,7 +14147,7 @@ msgctxt "" "par_id3146971\n" "help.text" msgid "Choose <emph>Edit - Find & Replace - Similarity search</emph> check box, then click the <emph>Similarities</emph> button." -msgstr "" +msgstr "Pasirinkite komandą <emph>Taisa → Ieškoti ir keisti</emph>, pažymėkite parinktį <emph>Panašumų paieška</emph> ir spustelėkite mygtuką <emph>Panašumai</emph>." #. C6kEr #: edit_menu.xhp diff --git a/source/lt/helpcontent2/source/text/shared/01.po b/source/lt/helpcontent2/source/text/shared/01.po index dc37eda6be8..6fe5320541c 100644 --- a/source/lt/helpcontent2/source/text/shared/01.po +++ b/source/lt/helpcontent2/source/text/shared/01.po @@ -3,10 +3,10 @@ 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-13 13:46+0100\n" -"PO-Revision-Date: 2019-11-13 12:53+0000\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" +"PO-Revision-Date: 2019-12-24 16:19+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" -"Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textshared01/lt/>\n" +"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/lt/>\n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -2293,14 +2293,14 @@ msgctxt "" msgid "<bookmark_value>remote file; open</bookmark_value><bookmark_value>open; remote file</bookmark_value>" msgstr "" -#. RWPLS +#. APLpD #: 01020001.xhp msgctxt "" "01020001.xhp\n" "hd_id151513629025611\n" "help.text" -msgid "<link href=\"text/shared/01/01020001.xhp\" name=\"Open Remote...\">Open Remote...</link>" -msgstr "<link href=\"text/shared/01/01020001.xhp\" name=\"Atverti nuotolinį failą…\">Atverti nuotolinį failą…</link>" +msgid "<link href=\"text/shared/01/01020001.xhp\" name=\"Open Remote\">Open Remote</link>" +msgstr "" #. 5DG6r #: 01020001.xhp @@ -2311,14 +2311,14 @@ msgctxt "" msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>" msgstr "" -#. fByLE +#. HDqBq #: 01020001.xhp msgctxt "" "01020001.xhp\n" "par_id611513629210220\n" "help.text" -msgid "Choose <item type=\"menuitem\">File - Open Remote...</item> ." -msgstr "Pasirinkite <item type=\"menuitem\">Failas → Atverti nuotolinį failą…</item> ." +msgid "Choose <item type=\"menuitem\">File - Open Remote</item>." +msgstr "" #. GqJTN #: 01020001.xhp @@ -2329,13 +2329,13 @@ msgctxt "" msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>." msgstr "" -#. 9zyka +#. HP9o5 #: 01020001.xhp msgctxt "" "01020001.xhp\n" "par_id431513629862558\n" "help.text" -msgid "Long-click on the <emph>Open</emph> icon and select <emph>Open Remote File...</emph> ." +msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>." msgstr "" #. 8aZPe @@ -6935,7 +6935,7 @@ msgctxt "" "tit\n" "help.text" msgid "Find & Replace" -msgstr "" +msgstr "Ieškoti ir keisti" #. JSALd #: 02100000.xhp @@ -6944,7 +6944,7 @@ msgctxt "" "hd_id3154044\n" "help.text" msgid "<variable id=\"02100000\"><link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link></variable>" -msgstr "" +msgstr "<variable id=\"02100000\"><link href=\"text/shared/01/02100000.xhp\" name=\"Ieškoti ir keisti\">Ieškoti ir keisti</link></variable>" #. 9Lmbn #: 02100000.xhp @@ -6953,7 +6953,7 @@ msgctxt "" "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 "" +msgstr "<variable id=\"suchenersetzentext\"><ahelp hid=\".uno:SearchDialog\">Veikiamajame dokumente randamas arba pakeičiamas tam tikras tekstas ar teksto formatas.</ahelp></variable>" #. VcXFC #: 02100000.xhp @@ -6962,7 +6962,7 @@ msgctxt "" "par_id00001\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Type the text to search in the current document. Press <item type=\"keycode\">Enter</item> to search the text.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Surinkite tekstą, kurio norite ieškoti veikiamajame dokumente. Paspauskite klavišą <item type=\"keycode\">Įvesti</item>, kad pradėtumėte paiešką.</ahelp>" #. 3swkZ #: 02100000.xhp @@ -6971,7 +6971,7 @@ msgctxt "" "par_id00002\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to search the next occurrence in downward direction.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Spustelėkite, jei norite ieškoti kito radinio dokumento pabaigos link.</ahelp>" #. umniz #: 02100000.xhp @@ -6980,7 +6980,7 @@ msgctxt "" "par_id00003\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to search the next occurrence in upward direction.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Spustelėkite, jei norite ieškoti kito radinio dokumento pradžios link.</ahelp>" #. dF9qe #: 02100000.xhp @@ -6989,7 +6989,7 @@ msgctxt "" "hd_id3152425\n" "help.text" msgid "Find" -msgstr "" +msgstr "Ko ieškoti" #. 7fcPX #: 02100000.xhp @@ -6998,7 +6998,7 @@ msgctxt "" "par_id3155805\n" "help.text" msgid "<ahelp hid=\"svx/ui/findreplacedialog/searchlist\">Enter the text that you want to find, or select a previous search from the list.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"svx/ui/findreplacedialog/searchlist\">Įveskite norimą rasti tekstą arba pasirinkite ankstesnį ieškinį iš išskleidžiamojo sąrašo.</ahelp>" #. fELUg #: 02100000.xhp @@ -7007,7 +7007,7 @@ msgctxt "" "par_id3153683\n" "help.text" msgid "Search options are listed under the <emph>Find</emph> box and in the <emph>Other options</emph> area of the dialog." -msgstr "" +msgstr "Paieškos parinktys išvardintos po laukeliu <emph>Ko ieškoti</emph> ir to paties dialogo lango parinkčių grupėje <emph>Kitos parinktys</emph>." #. S33sH #: 02100000.xhp @@ -7016,7 +7016,7 @@ msgctxt "" "hd_id3154924\n" "help.text" msgid "Match case" -msgstr "" +msgstr "Skirti didžiąsias ir mažąsias raides" #. TmSVg #: 02100000.xhp @@ -7025,7 +7025,7 @@ msgctxt "" "bm_id3154760\n" "help.text" msgid "<bookmark_value>case sensitivity;searching</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>raidžių lygis;paieška</bookmark_value>" #. 6BpCN #: 02100000.xhp @@ -7034,7 +7034,7 @@ msgctxt "" "par_id3154760\n" "help.text" msgid "<variable id=\"exakt\"><ahelp hid=\"svx/ui/findreplacedialog/matchcase\">Distinguishes between uppercase and lowercase characters.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"exakt\"><ahelp hid=\"svx/ui/findreplacedialog/matchcase\">Kai parinktis pažymėta, didžiosios ir mažosios raidės laikomos skirtingomis.</ahelp></variable>" #. H8feD #: 02100000.xhp @@ -7043,7 +7043,7 @@ msgctxt "" "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 "" +msgstr "<bookmark_value>paieška;suformatuoti skaičiai</bookmark_value> <bookmark_value>paieška;atsižvelgiant į formatavimą</bookmark_value>" #. UnzxV #: 02100000.xhp @@ -7052,7 +7052,7 @@ msgctxt "" "hd_id261558922782067\n" "help.text" msgid "Formatted display" -msgstr "" +msgstr "Atsižvelgti į formatavimą" #. sG3fC #: 02100000.xhp @@ -7061,7 +7061,7 @@ msgctxt "" "par_id971558923550517\n" "help.text" msgid "<ahelp hid=\"svx/ui/findreplacedialog/searchformatted\">Includes number formatting characters in the search.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"svx/ui/findreplacedialog/searchformatted\">Į paiešką įtraukiamos suformatuotos skaitinės reikšmės.</ahelp>" #. iw8Eo #: 02100000.xhp @@ -7070,7 +7070,7 @@ msgctxt "" "hd_id3148538\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Entire Cells</caseinline><defaultinline>Whole words only</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Ištisi langeliai</caseinline><defaultinline>Tik ištisi žodžiai</defaultinline></switchinline>" #. 8zaDz #: 02100000.xhp @@ -7079,7 +7079,7 @@ msgctxt "" "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 "" +msgstr "<variable id=\"ganze\"><ahelp hid=\"svx/ui/findreplacedialog/wholewords\">Ieškoma tik ištisų žodžių, atitinkančių ieškinį, arba langelių, kurių visas turinys sutampa su ieškinio tekstu.</ahelp></variable>" #. jTAAd #: 02100000.xhp @@ -7088,7 +7088,7 @@ msgctxt "" "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 "" +msgstr "<bookmark_value>paieška; visuose lakštuose</bookmark_value><bookmark_value>lakštai; paieška visuose</bookmark_value>" #. jkXem #: 02100000.xhp @@ -7097,7 +7097,7 @@ msgctxt "" "hd_id3152960\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">All sheets</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Visuose lakštuose</caseinline></switchinline>" #. 7MSZK #: 02100000.xhp @@ -7106,7 +7106,7 @@ msgctxt "" "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 "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Paieška vykdoma visuose veikiamojo skaičiuoklės dokumento lakštuose.</caseinline></switchinline>" #. D5Jko #: 02100000.xhp @@ -7115,7 +7115,7 @@ msgctxt "" "par_id4089175\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches through all of the sheets in the current spreadsheet file.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Paieška vykdoma visuose veikiamojo skaičiuoklės dokumento lakštuose.</ahelp>" #. T6CG6 #: 02100000.xhp @@ -7124,7 +7124,7 @@ msgctxt "" "hd_id3152551\n" "help.text" msgid "Replace" -msgstr "" +msgstr "Kuo pakeisti" #. Sfkrt #: 02100000.xhp @@ -7133,7 +7133,7 @@ msgctxt "" "par_id3156426\n" "help.text" msgid "<ahelp hid=\"svx/ui/findreplacedialog/replacelist\">Enter the replacement text, or select a recent replacement text or style from the list.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"svx/ui/findreplacedialog/replacelist\">Įveskite tekstą, kuriuo norite pakeisti radinį(-us), arba iš išskleidžiamojo sąrašo pasirinkite anksčiau naudotą tekstą arba stilių.</ahelp>" #. hncQB #: 02100000.xhp @@ -7142,7 +7142,7 @@ msgctxt "" "par_id3150506\n" "help.text" msgid "Replacement options are listed under the <emph>Find</emph> box and in the <emph>Other options</emph> area of the dialog." -msgstr "" +msgstr "Keitimo parinktys išvardintos po laukeliu <emph>Ko ieškoti</emph> ir to paties dialogo lango parinkčių grupėje <emph>Kitos parinktys</emph>." #. hA2sP #: 02100000.xhp @@ -7151,7 +7151,7 @@ msgctxt "" "hd_id3154299\n" "help.text" msgid "Find All" -msgstr "" +msgstr "Ieškoti visų" #. FmGsM #: 02100000.xhp @@ -7160,7 +7160,7 @@ msgctxt "" "par_id3145785\n" "help.text" msgid "Finds and selects all instances of the text or the format that you are searching for in the document (only in Writer and Calc documents)." -msgstr "" +msgstr "Dokumente randami ir pažymimi visi ieškomo teksto ar formato atvejai (tik tekstų rengyklės ir skaičiuoklės dokumentuose)." #. hfYB3 #: 02100000.xhp @@ -7169,7 +7169,7 @@ msgctxt "" "par_id31454242785\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Finds and selects all instances of the text or the format that you are searching for in the document (only in Writer and Calc documents).</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Dokumente randami ir pažymimi visi ieškomo teksto ar formato atvejai (tik tekstų rengyklės ir skaičiuoklės dokumentuose).</ahelp>" #. EqqsF #: 02100000.xhp @@ -7178,7 +7178,7 @@ msgctxt "" "hd_id301020161412479230\n" "help.text" msgid "Find Previous" -msgstr "" +msgstr "Ieškoti ankstesnio" #. S2bGF #: 02100000.xhp @@ -7187,7 +7187,7 @@ msgctxt "" "par_id301020161412471558\n" "help.text" msgid "<ahelp hid=\"svx/ui/findreplacedialog/backsearch\">Finds and selects the previous occurrence of the text or format that you are searching for in the document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"svx/ui/findreplacedialog/backsearch\">Dokumente randamas ir pažymimas ankstesnis ieškomo teksto ar formato atvejis.</ahelp>" #. NDcxk #: 02100000.xhp @@ -7196,7 +7196,7 @@ msgctxt "" "hd_id3163821\n" "help.text" msgid "Find Next" -msgstr "" +msgstr "Ieškoti kito" #. 5cXR4 #: 02100000.xhp @@ -7205,7 +7205,7 @@ msgctxt "" "par_id3147436\n" "help.text" msgid "<ahelp hid=\"svx/ui/findreplacedialog/search\">Finds and selects the next occurrence of the text or format that you are searching for in the document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"svx/ui/findreplacedialog/search\">Dokumente randamas ir pažymimas kitas ieškomo teksto ar formato atvejis.</ahelp>" #. kR3DG #: 02100000.xhp @@ -7214,7 +7214,7 @@ msgctxt "" "hd_id3149065\n" "help.text" msgid "Replace" -msgstr "" +msgstr "Pakeisti" #. h4vCU #: 02100000.xhp @@ -7223,7 +7223,7 @@ msgctxt "" "par_id3151170\n" "help.text" msgid "<ahelp hid=\"svx/ui/findreplacedialog/replace\">Replaces the selected text or format that you searched for, and then searches for the next occurrence.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"svx/ui/findreplacedialog/replace\">Pakeičiamas pažymėtas ieškoto teksto ar formato atvejis ir ieškoma kito atvejo.</ahelp>" #. 2DBz8 #: 02100000.xhp @@ -7232,7 +7232,7 @@ msgctxt "" "hd_id3153742\n" "help.text" msgid "Replace All" -msgstr "" +msgstr "Pakeisti visus" #. vEXBU #: 02100000.xhp @@ -7241,7 +7241,7 @@ msgctxt "" "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 "" +msgstr "<ahelp hid=\".\">Pakeičiami visi ieškomo teksto ar formato atvejai.</ahelp><switchinline select=\"appl\"><caseinline select=\"IMPRESS\"> Kartokite šią komandą tol, kol skaidrėje įvykdysite visus keitimus.</caseinline></switchinline>" #. vUDHU #: 02100000.xhp @@ -7250,7 +7250,7 @@ msgctxt "" "hd_id3166410\n" "help.text" msgid "Other options" -msgstr "" +msgstr "Kitos parinktys" #. MWBBp #: 02100000.xhp @@ -7259,7 +7259,7 @@ msgctxt "" "par_id3150113\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"visible\">Shows more or fewer search options. Click this label again to hide the extended search options.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"visible\">Rodoma daugiau arba mažiau paieškos parinkčių. Spustelėkite šią antraštę dar kartą, jei norite paslėpti papildomas parinktis.</ahelp>" #. sJxFe #: 02100000.xhp @@ -7268,7 +7268,7 @@ msgctxt "" "bm_id3147264\n" "help.text" msgid "<bookmark_value>finding; selections</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>paieška; atrankos</bookmark_value>" #. AWPdF #: 02100000.xhp @@ -7277,7 +7277,7 @@ msgctxt "" "hd_id3147264\n" "help.text" msgid "Current selection only" -msgstr "" +msgstr "Tik pažymėtoje srityje" #. w7qMv #: 02100000.xhp @@ -7286,7 +7286,7 @@ msgctxt "" "par_id3150866\n" "help.text" msgid "<ahelp hid=\".\">Searches only the selected text or cells.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Ieškoma tik pažymėtame tekste arba langeliuose.</ahelp>" #. LKoJf #: 02100000.xhp @@ -7295,7 +7295,7 @@ msgctxt "" "hd_id3156192\n" "help.text" msgid "Replace backwards" -msgstr "" +msgstr "Pradžios link" #. okjYd #: 02100000.xhp @@ -7305,6 +7305,8 @@ msgctxt "" "help.text" msgid "<ahelp hid=\"svx/ui/findreplacedialog/replace_backwards\">Search starts at the current cursor position and goes backwards to the beginning of the file.</ahelp>" msgstr "" +"<ahelp hid=\"svx/ui/findreplacedialog/replace_backwards\">Paieška pradedama ties \n" +" žymeklio vieta ir vykdoma dokumento pradžios kryptimi.</ahelp>" #. Dvvya #: 02100000.xhp @@ -7313,7 +7315,7 @@ msgctxt "" "hd_id3144439\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Regular expressions</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Reguliarieji reiškiniai</defaultinline></switchinline>" #. Vj29Y #: 02100000.xhp @@ -7322,7 +7324,7 @@ msgctxt "" "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 "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Paieškoje leidžiama naudoti reguliariuosius reiškinius.</defaultinline></switchinline>" #. JTXQw #: 02100000.xhp @@ -7331,7 +7333,7 @@ msgctxt "" "par_id3727225\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Allows you to use regular expressions in your search.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Paieškoje leidžiama naudoti reguliariuosius reiškinius.</ahelp>" #. gDuQb #: 02100000.xhp @@ -7340,7 +7342,7 @@ msgctxt "" "par_id8876918\n" "help.text" 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 "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Ieškoma nurodyto stiliaus teksto. Pažymėkite šį langelį, tuomet laukelyje <emph>Ko ieškoti</emph> iš sąrašo parinkite ieškomą stilių. Stilių, kuriuo norite pakeisti radinius, parinkite iš laukelio <emph>Kuo pakeisti</emph> sąrašo.</ahelp>" #. YFddy #: 02100000.xhp @@ -7349,7 +7351,7 @@ msgctxt "" "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 "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Pastraipos stilių paieška (Įtraukti stilius)</caseinline><caseinline select=\"CALC\">Langelių stilių paieška</caseinline></switchinline>" #. sg7R3 #: 02100000.xhp @@ -7358,7 +7360,7 @@ msgctxt "" "par_id3155103\n" "help.text" msgid "<ahelp hid=\"svx/ui/findreplacedialog/layout\">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 "" +msgstr "<ahelp hid=\"svx/ui/findreplacedialog/layout\">Ieškoma nurodyto stiliaus teksto. Pažymėkite šį langelį, tuomet laukelyje <emph>Ko ieškoti</emph> iš sąrašo parinkite ieškomą stilių. Stilių, kuriuo norite pakeisti radinius, parinkite iš laukelio <emph>Kuo pakeisti</emph> sąrašo.</ahelp>" #. QDrX5 #: 02100000.xhp @@ -7367,7 +7369,7 @@ msgctxt "" "par_idN109CC\n" "help.text" msgid "After you select the attributes that you want to search for, the <emph>Paragraph Styles</emph> box in the <emph>Other options</emph> area of the %PRODUCTNAME Writer <emph>Find & Replace</emph> dialog changes to <emph>Including Styles</emph>." -msgstr "" +msgstr "Jei nurodysite paieškos požymius, parinkties <emph>Pastraipos stilių paieška</emph> pavadinimas „%PRODUCTNAME“ tekstų rengyklės dialogo lango <emph>Ieškoti ir keisti</emph> parinkčių grupėje <emph>Kitos parinktys</emph> pasikeis į <emph>Įtraukti stilius</emph>." #. FebT7 #: 02100000.xhp @@ -7376,7 +7378,7 @@ msgctxt "" "par_idN109DF\n" "help.text" msgid "If you want to search for text in which attributes were set by using direct formatting and styles, select the <emph>Including Styles</emph> box." -msgstr "" +msgstr "Jei norite ieškoti teksto, kurio požymiai buvo nustatyti tiesioginiu formatavimu ir stiliais, pažymėkite parinktį <emph>Įtraukti stilius</emph>." #. N2USE #: 02100000.xhp @@ -7385,7 +7387,7 @@ msgctxt "" "hd_id3149167\n" "help.text" msgid "<variable id=\"halbnormaltitel\">Match character width (only if Asian languages are enabled)</variable>" -msgstr "" +msgstr "<variable id=\"halbnormaltitel\">Atsižvelgti į rašmens plotį (tik jei įgalintos Azijos kalbos)</variable>" #. B4uAW #: 02100000.xhp @@ -7394,7 +7396,7 @@ msgctxt "" "par_id3145744\n" "help.text" msgid "<variable id=\"halbnormaltext\"><ahelp hid=\"svx/ui/findreplacedialog/matchcharwidth\">Distinguishes between half-width and full-width character forms.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"halbnormaltext\"><ahelp hid=\"svx/ui/findreplacedialog/matchcharwidth\">Pusės pločio ir viso pločio rašmenų formos laikomos skirtingomis.</ahelp></variable>" #. D4hMq #: 02100000.xhp @@ -7403,7 +7405,7 @@ msgctxt "" "hd_id3153178\n" "help.text" msgid "<variable id=\"aehnlichtitel\">Sounds like (Japanese) (only if Asian languages are enabled)</variable>" -msgstr "" +msgstr "<variable id=\"aehnlichtitel\">Panašūs garsai (japonų) (tik jei įgalintos Azijos kalbos)</variable>" #. pvCos #: 02100000.xhp @@ -7412,7 +7414,7 @@ msgctxt "" "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 "" +msgstr "<variable id=\"aehnlichtext\"><ahelp hid=\"svx/ui/findreplacedialog/soundslike\">Leidžiama parinkti paieškos nuostatas panašiai rašomiems japonų kalbos garsams. Pažymėkite parinktį, tuomet spustelėkite mygtuką <emph>Garsai</emph> ir parinkite nuostatas.</ahelp></variable>" #. hgfVQ #: 02100000.xhp @@ -7421,7 +7423,7 @@ msgctxt "" "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 "" +msgstr "<variable id=\"aehnlichbutton\"><ahelp hid=\"svx/ui/findreplacedialog/soundslikebtn\" visibility=\"hidden\">Parenkamos paieškos parinktys panašiai rašomiems japonų kalbos garsams.</ahelp></variable>" #. buRmS #: 02100000.xhp @@ -7430,7 +7432,7 @@ msgctxt "" "par_id3148672\n" "help.text" msgid "<link href=\"text/shared/optionen/01150200.xhp\" name=\"Searching in Japanese\">Searching in Japanese</link>" -msgstr "" +msgstr "<link href=\"text/shared/optionen/01150200.xhp\" name=\"Searching in Japanese\">Paieška japonų kalba</link>" #. NCwXM #: 02100000.xhp @@ -7439,7 +7441,7 @@ msgctxt "" "hd_id0302200901464169\n" "help.text" msgid "Comments" -msgstr "" +msgstr "Komentarai" #. Wjco2 #: 02100000.xhp @@ -7448,7 +7450,7 @@ msgctxt "" "par_id0302200901464150\n" "help.text" msgid "<ahelp hid=\".\">In Writer, you can select to include the comment texts in your searches.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Tekstų rengyklėje „Writer“ paiešką galima vykdyti įtraukiant ir komentarų tekstą.</ahelp>" #. Yfpme #: 02100000.xhp @@ -7457,7 +7459,7 @@ msgctxt "" "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 "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100200.xhp\" name=\"Attributes\">Požymiai</link></caseinline></switchinline>" #. qXZEJ #: 02100000.xhp @@ -7466,7 +7468,7 @@ msgctxt "" "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 "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Format\">Formatas</link></caseinline></switchinline>" #. 2HX6G #: 02100000.xhp @@ -7475,7 +7477,7 @@ msgctxt "" "par_id8641315\n" "help.text" msgid "Finds specific text formatting features, such as font types, font effects, and text flow characteristics." -msgstr "" +msgstr "Ieškoma teksto pagal tam tikras formatavimo savybes: šriftų šeimą, šrifto efektus ar teksto skaidymo būdą." #. iuEjF #: 02100000.xhp @@ -7484,7 +7486,7 @@ msgctxt "" "hd_id3154188\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">No Format</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Be formato</caseinline></switchinline>" #. K6cJh #: 02100000.xhp @@ -7493,7 +7495,7 @@ msgctxt "" "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 "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Spustelėkite laukeliuose <emph>Ko ieškoti</emph> arba <emph>Kuo pakeisti</emph>, tuomet spustelėkite šį mygtuką – šitaip bus pašalinti visi su formatu susiję paieškos kriterijai.</caseinline></switchinline>" #. RD9Dh #: 02100000.xhp @@ -7502,7 +7504,7 @@ msgctxt "" "par_id1334269\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">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.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Spustelėkite laukeliuose <emph>Ko ieškoti</emph> arba <emph>Kuo pakeisti</emph>, tuomet spustelėkite šį mygtuką – šitaip bus pašalinti visi su formatu susiję paieškos kriterijai.</ahelp>" #. VXaHg #: 02100000.xhp @@ -7511,7 +7513,7 @@ msgctxt "" "par_id3150337\n" "help.text" msgid "The search criteria for formatting attributes are displayed under the <emph>Find</emph> or the <emph>Replace</emph> box." -msgstr "" +msgstr "Formato paieškos kriterijai rodomi po laukeliais <emph>Ko ieškoti</emph> arba <emph>Kuo pakeisti</emph>." #. AEyg4 #: 02100000.xhp @@ -7520,7 +7522,7 @@ msgctxt "" "hd_id3153004\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Direction</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Kryptis</caseinline></switchinline>" #. h6bCC #: 02100000.xhp @@ -7529,7 +7531,7 @@ msgctxt "" "par_id3156332\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Determines the order for searching the cells.</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Nurodoma langelių tvarka paieškai vykdyti.</caseinline></switchinline>" #. BaX3C #: 02100000.xhp @@ -7538,7 +7540,7 @@ msgctxt "" "hd_id3155064\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Rows</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Eilutėmis</caseinline></switchinline>" #. MXcmg #: 02100000.xhp @@ -7547,7 +7549,7 @@ msgctxt "" "par_id301020161457217894\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches from left to right across the rows.</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Paieška vykdoma eilutėse iš kairės į dešinę.</caseinline></switchinline>" #. XN5B4 #: 02100000.xhp @@ -7556,7 +7558,7 @@ msgctxt "" "par_id743430\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches from left to right across the rows.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Paieška vykdoma eilutėse iš kairės į dešinę.</ahelp>" #. CJSEj #: 02100000.xhp @@ -7565,7 +7567,7 @@ msgctxt "" "hd_id3156277\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Columns</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Stulpeliais</caseinline></switchinline>" #. DavNn #: 02100000.xhp @@ -7574,7 +7576,7 @@ msgctxt "" "par_id3145207\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches from top to bottom through the columns.</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Paieška vykdoma stulpeliuose iš viršaus į apačią.</caseinline></switchinline>" #. DKdyD #: 02100000.xhp @@ -7583,7 +7585,7 @@ msgctxt "" "par_id3470564\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches from top to bottom through the columns.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Paieška vykdoma stulpeliuose iš viršaus į apačią.</ahelp>" #. 2we6m #: 02100000.xhp @@ -7592,7 +7594,7 @@ msgctxt "" "hd_id3154944\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Search in</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Kur ieškoti</caseinline></switchinline>" #. jaDAq #: 02100000.xhp @@ -7601,7 +7603,7 @@ msgctxt "" "hd_id3146925\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formulas</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formulėse</caseinline></switchinline>" #. 8PEbc #: 02100000.xhp @@ -7610,7 +7612,7 @@ msgctxt "" "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 "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Nurodyto teksto ieškoma formulėse ir fiksuotose (ne apskaičiuotose) reikšmėse. Pavyzdžiui, galima ieškoti formulių su tekstu „SUM“.</caseinline></switchinline>" #. 5Jw5w #: 02100000.xhp @@ -7619,7 +7621,7 @@ msgctxt "" "par_id6719870\n" "help.text" 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 "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Nurodyto teksto ieškoma formulėse ir fiksuotose (ne apskaičiuotose) reikšmėse. Pavyzdžiui, galima ieškoti formulių su tekstu „SUM“.</ahelp>" #. SCCjN #: 02100000.xhp @@ -7628,7 +7630,7 @@ msgctxt "" "hd_id3149400\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Values</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Reikšmėse</caseinline></switchinline>" #. gNAhz #: 02100000.xhp @@ -7637,7 +7639,7 @@ msgctxt "" "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 "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Nurodyto teksto ieškoma reikšmėse ir formulių rezultatuose.</caseinline></switchinline>" #. aj5NM #: 02100000.xhp @@ -7646,7 +7648,7 @@ msgctxt "" "par_id6064943\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for the characters that you specify in values and in the results of formulas.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Nurodyto teksto ieškoma reikšmėse ir formulių rezultatuose.</ahelp>" #. eyn9j #: 02100000.xhp @@ -7655,7 +7657,7 @@ msgctxt "" "hd_id3145650\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Notes</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Pastabose</caseinline></switchinline>" #. MTECk #: 02100000.xhp @@ -7664,7 +7666,7 @@ msgctxt "" "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 "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Nurodyto teksto ieškoma į langelius įterptuose komentaruose.</caseinline></switchinline>" #. psHFB #: 02100000.xhp @@ -7673,7 +7675,7 @@ msgctxt "" "par_id9799798\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for the characters that you specify in the comments that are attached to the cells.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Nurodyto teksto ieškoma į langelius įterptuose komentaruose.</ahelp>" #. sFF39 #: 02100000.xhp @@ -7682,7 +7684,7 @@ msgctxt "" "par_id3151101\n" "help.text" msgid "After you close the <emph>Find & Replace</emph> dialog, you can still search using the last search criteria that you entered, by pressing <item type=\"keycode\">Shift+</item><switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+F</item>." -msgstr "" +msgstr "Jei užvėrėte dialogo langą <emph>Ieškoti ir keisti</emph>, paiešką su vėliausiai naudotais paieškos kriterijais toliau galima vykdyti paspaudus klavišus <item type=\"keycode\">Lyg2+</item><switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Vald</item></defaultinline></switchinline><item type=\"keycode\">+F</item>." #. GspKW #: 02100001.xhp @@ -7700,7 +7702,7 @@ msgctxt "" "bm_id3146765\n" "help.text" msgid "<bookmark_value>regular expressions; list of</bookmark_value><bookmark_value>regular expressions; new line</bookmark_value><bookmark_value>regular expressions; empty paragraph</bookmark_value><bookmark_value>regular expressions; begin of word</bookmark_value><bookmark_value>regular expressions; begin of paragraph</bookmark_value><bookmark_value>regular expressions; end of paragraph</bookmark_value><bookmark_value>lists; regular expressions</bookmark_value><bookmark_value>replacing; tab stops (regular expressions)</bookmark_value><bookmark_value>tab stops; regular expressions</bookmark_value><bookmark_value>concatenation, see ampersand symbol</bookmark_value><bookmark_value>ampersand symbol, see also operators</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>reguliarieji reiškiniai; sąrašas</bookmark_value><bookmark_value>reguliarieji reiškiniai; nauja eilutė</bookmark_value><bookmark_value>reguliarieji reiškiniai; tuščia pastraipa</bookmark_value><bookmark_value>reguliarieji reiškiniai; žodžio pradžia</bookmark_value><bookmark_value>reguliarieji reiškiniai; pastraipos pradžia</bookmark_value><bookmark_value>reguliarieji reiškiniai; pastraipos pabaiga</bookmark_value><bookmark_value>sąrašai; reguliarieji reiškiniai</bookmark_value><bookmark_value>keitimas; tabuliavimo pozicijos (reguliarieji reiškiniai)</bookmark_value><bookmark_value>tabuliavimo pozicijos; reguliarieji reiškiniai</bookmark_value><bookmark_value>sujungimas, žr. ampersendo ženklas</bookmark_value><bookmark_value>ampersendo ženklas, t. p. žr. operatoriai</bookmark_value>" #. hKBwP #: 02100001.xhp @@ -7826,7 +7828,7 @@ msgctxt "" "par_id3147209\n" "help.text" msgid "The special character that follows it is interpreted as a normal character and not as a regular expression meta character (except for the combinations \"\\n\", \"\\t\", \"\\b\", \"\\>\" and \"\\<\"). For example, \"tree\\.\" matches \"tree.\", not \"treed\" or \"trees\"." -msgstr "" +msgstr "Specialusis rašmuo, esantis po šio ženklo, laikomas įprastu rašmeniu, o ne reguliariojo reiškinio metarašmeniu (išskyrus kombinacijas „\\n“, „\\t“, „\\b“, „\\>“ ir „\\<“). Pavyzdžiui, reiškinys „bala\\.“ atitiks seką „bala.“, bet ne „balas“ ar „balai“." #. sDmtU #: 02100001.xhp @@ -7835,7 +7837,7 @@ msgctxt "" "par_id3153700\n" "help.text" msgid "A line break that was inserted with the <keycode>Shift+Enter</keycode> key combination when in the <widget>Find</widget> text box." -msgstr "" +msgstr "Eilutės lūžis, laukelyje <widget>Ko ieškoti</widget> įterptas klavišų kombinacija <keycode>Lyg2+Įvesti</keycode>." #. oALhj #: 02100001.xhp @@ -7844,7 +7846,7 @@ msgctxt "" "par_id731559575258580\n" "help.text" msgid "A paragraph break that can be entered with the <keycode>Enter</keycode> or <keycode>Return</keycode> key when in the <widget>Replace</widget> text box." -msgstr "" +msgstr "Pastraipos lūžis, laukelyje <widget>Kuo pakeisti</widget> įterptas klavišu <keycode>Įvesti</keycode>." #. u7KxS #: 02100001.xhp @@ -7853,7 +7855,7 @@ msgctxt "" "par_id631559575338134\n" "help.text" msgid "To change line breaks into paragraph breaks, enter \\n in both the <widget>Find</widget> and <widget>Replace</widget> boxes, and then perform a search and replace." -msgstr "" +msgstr "Jei norite eilutės lūžius pakeisti pastraipos lūžiais, abiejuose laukeliuose, <widget>Ko ieškoti</widget> ir <widget>Kuo pakeisti</widget>, įveskite „\\n“ ir atlikite paieškos ir keitimo operaciją." #. UvYSH #: 02100001.xhp @@ -7862,7 +7864,7 @@ msgctxt "" "par_id3157809\n" "help.text" msgid "A tab character. Can also be used in the <widget>Replace</widget> box." -msgstr "" +msgstr "Tabuliavimo ženklas. Galima naudoti ir laukelyje <widget>Kuo pakeisti</widget>." #. wimpC #: 02100001.xhp @@ -7871,7 +7873,7 @@ msgctxt "" "par_id3153666\n" "help.text" msgid "A word boundary. For example, \"\\bbook\" matches \"bookmark\" and \"book\" but not \"checkbook\" whereas \"book\\b\" matches \"checkbook\" and \"book\" but not \"bookmark\"." -msgstr "" +msgstr "Žodžio riba. Pavyzdžiui, reiškinys „\\btara“ atitiks žodžius „taranas“ ir „tara“, bet ne „gitara“; o „tara\\b“ atitiks žodžius „gitara“ ir „tara“, bet ne „taranas“." #. rGGpb #: 02100001.xhp @@ -7880,7 +7882,7 @@ msgctxt "" "par_id851559575484466\n" "help.text" msgid "Note, this form replaces the obsolete (although they still work for now) forms \"\\>\" (match end of word) and \"\\<\" (match start of word)." -msgstr "" +msgstr "Šis pakaitos simbolis pakeičia pasenusius (nors vis dar veikiančius) simbolius „\\>“ (žymi žodžio pabaigą) ir „\\<“ (žymi žodžio pradžią)." #. CLz2y #: 02100001.xhp @@ -7889,7 +7891,7 @@ msgctxt "" "par_id3151245\n" "help.text" msgid "Finds an empty paragraph." -msgstr "" +msgstr "Ieškoma tuščios pastraipos." #. UWusC #: 02100001.xhp @@ -7898,7 +7900,7 @@ msgctxt "" "par_id3159413\n" "help.text" msgid "Finds the first character of a paragraph." -msgstr "" +msgstr "Ieškoma pirmojo pastraipos rašmens." #. uS3UZ #: 02100001.xhp @@ -7907,7 +7909,7 @@ msgctxt "" "par_id3147282\n" "help.text" msgid "& or $0" -msgstr "" +msgstr "& arba $0" #. aE5RW #: 02100001.xhp @@ -7916,7 +7918,7 @@ msgctxt "" "par_id3153961\n" "help.text" msgid "Adds the string that was found by the search criteria in the <widget>Find</widget> box to the term in the <widget>Replace</widget> box when you make a replacement." -msgstr "" +msgstr "Tekstas, įvestas kaip ieškinys laukelyje <widget>Ko ieškoti</widget>, pridedamas prie teksto, nurodyto laukelyje <widget>Kuo pakeisti</widget>, dokumento tekste atliekant keitimus." #. GeEfv #: 02100001.xhp @@ -7925,7 +7927,7 @@ msgctxt "" "par_id3149650\n" "help.text" msgid "For example, if you enter \"window\" in the <widget>Find</widget> box and \"&frame\" in the <widget>Replace</widget> box, the word \"window\" is replaced with \"windowframe\"." -msgstr "" +msgstr "Pavyzdžiui, jei laukelyje <widget>Ko ieškoti</widget> įvesite žodį „saitas“, o laukelyje <widget>Kuo pakeisti</widget> – „hiper&“, dokumento tekste žodis „saitas“ bus pakeistas žodžiu „hipersaitas“." #. i8gW8 #: 02100001.xhp @@ -7934,7 +7936,7 @@ msgctxt "" "par_id3150543\n" "help.text" msgid "You can also enter an \"&\" in the <widget>Replace</widget> box to modify the <emph>Attributes</emph> or the <emph>Format</emph> of the string found by the search criteria." -msgstr "" +msgstr "Laukelyje <widget>Kuo pakeisti</widget> įvedus „&“ taip pat galima pakeisti radinių <emph>požymius</emph> ar <emph>formatą</emph>." #. vQ3mE #: 02100001.xhp @@ -7943,7 +7945,7 @@ msgctxt "" "par_id3154630\n" "help.text" msgid "Any single occurrence of any one of the characters that are between the brackets. For example: \"[abc123]\" matches the characters ‘a’, ‘b’, ’c’, ‘1’, ‘2’ and ‘3’. \"[a-e]\" matches single occurrences of the characters a through e, inclusive (the range must be specified with the character having the smallest Unicode code number first). \"[a-eh-x]\" matches any single occurrence of the characters that are in the ranges ‘a’ through ‘e’ and ‘h’ through ‘x’." -msgstr "" +msgstr "Bet kuris vienas rašmuo iš išvardintų tarp laužtinių skliaustų. Pavyzdžiui, reiškinys „[abc123]“ atitiks rašmenis „a“, „b“, „c“, „1“, „2“ ir „3“. „[a-e]“ atitiks raides nuo „a“ iki „e“ imtinai (rėžis aprašomas pradedant nuo rašmens, kurio unikodo kodas yra mažiausias). Reiškinys „[a-eh-p]“ atitiks raides, esančias rėžiuose nuo „a“ iki „e“ ir nuo „h“ iki „p“." #. VGtpx #: 02100001.xhp @@ -7952,7 +7954,7 @@ msgctxt "" "par_id3149167\n" "help.text" msgid "Any single occurrence of a character, including Tab, Space and Line Break characters, that is not in the list of characters specified inclusive ranges are permitted. For example \"[^a-syz]\" matches all characters not in the inclusive range ‘a’ through ‘s’ or the characters ‘y’ and ‘z’." -msgstr "" +msgstr "Bet kuris vienas rašmuo, įskaitant tabuliavimo ženklą, tarpą ir eilutės lūžį, kurio nėra išvardintų rašmenų rėžiuose. Pavyzdžiui, reiškinys „[^a-mvz]“ atitiks visus rašmenis, kurių nėra rėžyje nuo „a“ iki „m“ imtinai ir kurie nėra raidės „v“ ar „z“." #. tNwDD #: 02100001.xhp @@ -7961,7 +7963,7 @@ msgctxt "" "par_id3153768\n" "help.text" msgid "The character represented by the four-digit hexadecimal Unicode code (XXXX)." -msgstr "" +msgstr "Rašmuo, žymimas keturženkliu šešioliktainiu unikodo kodu (XXXX)." #. Xp9AR #: 02100001.xhp @@ -7970,7 +7972,7 @@ msgctxt "" "par_id3153769\n" "help.text" msgid "The character represented by the eight-digit hexadecimal Unicode code (XXXXXXXX)." -msgstr "" +msgstr "Rašmuo, žymimas aštuonženkliu šešioliktainiu unikodo kodu (XXXXXXXX)." #. BAX3j #: 02100001.xhp @@ -7979,7 +7981,7 @@ msgctxt "" "par_id3159252\n" "help.text" msgid "For certain symbol fonts the Unicode code for special characters may depend on the font in use. The Unicode codes can be viewed by choosing <menuitem>Insert - Special Character</menuitem>." -msgstr "" +msgstr "Kai kuriuose simbolių šriftuose esančių specialiųjų rašmenų unikodo kodas gali priklausyti nuo naudojamo šrifto. Unikodo kodus galima sužinoti lange <menuitem>Įterpimas → Specialieji rašmenys</menuitem>." #. 6Swuu #: 02100001.xhp @@ -7988,7 +7990,7 @@ msgctxt "" "par_id3154985\n" "help.text" msgid "The infix operator delimiting alternatives. Matches the term preceding the \"|\" or the term following the \"|\". For example, \"this|that\" matches occurrences of both \"this\" and \"that\"." -msgstr "" +msgstr "Operacijos ženklas alternatyvoms nurodyti. Atitinka žodį, esantį prieš ženklą „|“, arba žodį po jo. Pavyzdžiui, reiškinys „šis|šio“ atitiks žodžius „šis“ ir „šio“." #. 8RnED #: 02100001.xhp @@ -7997,15 +7999,15 @@ msgctxt "" "par_id3150103\n" "help.text" msgid "The post-fix repetition operator that specifies an exact number of occurrences (\"N\") of the regular expression term immediately preceding it must be present for a match to occur. For example, \"tre{2}\" matches \"tree\"." -msgstr "" +msgstr "Operacijos ženklas, rodantis rašmens pasikartojimų paeiliui skaičių (N). Rašmuo, esantis prieš ženklą, turi kartotis nurodytą skaičių kartų. Pavyzdžiui, reiškinys „tre{2}“ atitiks žodį „tree“." -#. Fca5T +#. EVGGD #: 02100001.xhp msgctxt "" "02100001.xhp\n" "par_id3147317\n" "help.text" -msgid "The post-fix repetition operator that specifies a range (minimum of \"N\" to a maximum of \"M\") of occurrences of the regular expression term immediately preceding it that can be present for a match to occur. For example, \"tre{1,2}\" marches \"tre\" and \"tree\"." +msgid "The post-fix repetition operator that specifies a range (minimum of \"N\" to a maximum of \"M\") of occurrences of the regular expression term immediately preceding it that can be present for a match to occur. For example, \"tre{1,2}\" matches \"tre\" and \"tree\"." msgstr "" #. Awzam @@ -8015,7 +8017,7 @@ msgctxt "" "par_id843836\n" "help.text" msgid "The post-fix repetition operator that specifies a range (minimum \"N\" to an unspecified maximum) of occurrences of the regular expression term immediately preceding it that can be present for a match to occur. (The maximum number of occurrences is limited only by the size of the document). For example, \"tre{2,}\" matches \"tree\", \"treee\", and \"treeeee\"." -msgstr "" +msgstr "Operacijos ženklas, rodantis mažiausią rašmens pasikartojimų paeiliui skaičių (N). Rašmuo, esantis prieš ženklą, turi kartotis nurodytą skaičių arba daugiau kartų (didžiausią pasikartojimų skaičių riboja tik dokumento dydis). Pavyzdžiui, reiškinys „tre{2,}“ atitiks žodžius „tree“ , „treee“ ir „treeeee“." #. yWFFT #: 02100001.xhp @@ -8024,7 +8026,7 @@ msgctxt "" "par_id91559576682961\n" "help.text" msgid "The grouping construct that serves three purposes." -msgstr "" +msgstr "Grupavimo ženklai, naudojami trimis atvejais." #. A9ZHn #: 02100001.xhp @@ -8033,7 +8035,7 @@ msgctxt "" "par_id871559576709007\n" "help.text" msgid "To enclose a set of ‘|’ alternatives. For example, the regular expression \"b(oo|ac)k\" matches both \"book\" and \"back\"." -msgstr "" +msgstr "Alternatyvoms su ženklu „|“ grupuoti. Pavyzdžiui, reiškinys „n(or|ag)as“ atitiks žodžius „noras“ ir „nagas“." #. zeknH #: 02100001.xhp @@ -8042,15 +8044,15 @@ msgctxt "" "par_id891559576747109\n" "help.text" msgid "To group terms in a complex expression to be operated on by the post-fix operators: \"*\", \"+\" and \"?\" along with the post-fix repetition operators. For example, the regular expression \"a(bc)?d\" matches both \"ad\" and \"abcd\" in a search.; the regular expression \"M(iss){2}ippi\" matches \"Mississippi\"." -msgstr "" +msgstr "Simboliams sudėtiniuose reguliariuosiuose reiškiniuose, kuriuose dar naudojami ir operacijų ženklai „*“, „+“, ar „?“, taip pat pasikartojimų skaičiaus operacijų ženklai, grupuoti. Pavyzdžiui, reguliarusis reiškinys „a(bc)?d“ atitiks rašmenų sekas „ad“ ir „abcd“. Reguliarusis reiškinys „M(is){2}ipė“ atitiks žodį „Misisipė“." -#. MBhCt +#. bpE22 #: 02100001.xhp msgctxt "" "02100001.xhp\n" "par_id801559576780692\n" "help.text" -msgid "To record the matched sub string inside the parentheses as a reference for later use in the <widget>Find</widget> box using the \"\\n\" construct or in the <widget>Replace</widget> box using the \"$n\" construct, where the reference to the first matched sub string in the current expression in the <widget>Find</widget> box is represented by \"\\1\" in the <widget>Find</widget> box and by \"$1\" in the <widget>Replace</widget> box, the reference to the second matched sub string by \"\\2\" and \"$2\" respectively, and so on." +msgid "To record the matched sub string inside the parentheses as a reference for later use in the <widget>Find</widget> box using the \"\\n\" construct or in the <widget>Replace</widget> box using the \"$n\" construct, where the reference to the first matched sub string in the current expression is represented by \"\\1\" in the <widget>Find</widget> box and by \"$1\" in the <widget>Replace</widget> box, the reference to the second matched sub string by \"\\2\" and \"$2\" respectively, and so on." msgstr "" #. ekwoG @@ -8060,7 +8062,7 @@ msgctxt "" "par_id951559576846997\n" "help.text" msgid "For example, the regular expression \"(890)7\\1\\1\" matches \"8907890890\"." -msgstr "" +msgstr "Pavyzdžiui, reguliarusis reiškinys „(890)7\\1\\1“ atitiks seką „8907890890“." #. FXv6A #: 02100001.xhp @@ -8069,7 +8071,7 @@ msgctxt "" "par_id561559576865734\n" "help.text" msgid "With the regular expression \"\\b(fruit|truth)\\b\" in the Find box and the regular expression \"$1ful\" in the Replace box occurrences of the words \"fruit\" and \"truth\" can be replaced with the words \"fruitful\" and \"truthful\" respectively without affecting the words \"fruitfully\" and \"truthfully\"" -msgstr "" +msgstr "Jei laukelyje <emph>Ko ieškoti</emph> įvesite reguliarųjį reiškinį „\\b(fruit|truth)\\b“, o laukelyje <emph>Kuo pakeisti</emph> – „$1ful“, angliški žodžiai „fruit“ ir „truth“ bus pakeisti žodžiais „fruitful“ ir „truthful“, tačiau žodžiai „fruitfully“ ir „truthfully“ liks kokie buvę." #. kKDeg #: 02100001.xhp @@ -8078,7 +8080,7 @@ msgctxt "" "par_id3147397\n" "help.text" msgid "Represents an alphabetic character. Use <emph>[:alpha:]+</emph> to find one of them." -msgstr "" +msgstr "Žymi abėcėlės raidę. Naudokite <emph>[:alpha:]+</emph> vienai iš jų rasti." #. fKD9u #: 02100001.xhp @@ -8087,7 +8089,7 @@ msgctxt "" "par_id3150010\n" "help.text" msgid "Represents a decimal digit. Use <emph>[:digit:]+</emph> to find one of them." -msgstr "" +msgstr "Žymi dešimtainį skaitmenį. Naudokite <emph>[:digit:]+</emph> vienam iš jų rasti." #. sDfFW #: 02100001.xhp @@ -8096,7 +8098,7 @@ msgctxt "" "par_id3153281\n" "help.text" msgid "Represents an alphanumeric character ([:alpha:] and [:digit:])." -msgstr "" +msgstr "Žymi raidę arba skaičių ([:alpha:] ir [:digit:])." #. hzCEE #: 02100001.xhp @@ -8105,7 +8107,7 @@ msgctxt "" "par_id3150961\n" "help.text" msgid "Represents a space character (but not other whitespace characters)." -msgstr "" +msgstr "Žymi tarpą, išgautą tarpo ženklu (bet ne kitokiais tarpą įterpiančiais ženklais)." #. ABFBQ #: 02100001.xhp @@ -8114,7 +8116,7 @@ msgctxt "" "par_id3150872\n" "help.text" msgid "Represents a printable character." -msgstr "" +msgstr "Žymi spausdinamą rašmenį." #. PpQEZ #: 02100001.xhp @@ -8123,7 +8125,7 @@ msgctxt "" "par_id3152576\n" "help.text" msgid "Represents a nonprinting character." -msgstr "" +msgstr "Žymi nespausdinamą rašmenį." #. YCGiZ #: 02100001.xhp @@ -8132,7 +8134,7 @@ msgctxt "" "par_id3145730\n" "help.text" msgid "Represents a lowercase character if <emph>Match case</emph> is selected in <emph>Options</emph>." -msgstr "" +msgstr "Žymi mažąją raidę, kai įgalinta parinktis <emph>Skirti didžiąsias ir mažąsias raides</emph>." #. EVkR9 #: 02100001.xhp @@ -8141,7 +8143,7 @@ msgctxt "" "par_id3150092\n" "help.text" msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>." -msgstr "" +msgstr "Žymi didžiąją raidę, kai įgalinta parinktis <emph>Skirti didžiąsias ir mažąsias raides</emph>." #. iArH4 #: 02100001.xhp @@ -8150,7 +8152,7 @@ msgctxt "" "par_id5311440\n" "help.text" msgid "For a full list of supported metacharacters and syntax, see <link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>" -msgstr "" +msgstr "Visą galimų metarašmenų sąrašą ir naudotiną sintaksę galima peržiūrėti <link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ICU Regular Expressions documentation\">ICU reguliariųjų reiškinių dokumentacijoje</link>." #. HBqoH #: 02100001.xhp @@ -8159,7 +8161,7 @@ msgctxt "" "par_id141559577104334\n" "help.text" msgid "Note that currently all named character class terms, [:alpha:] through [:upper:], must be enclosed in parentheses when used in a regular expression, see the examples that follow." -msgstr "" +msgstr "Lentelės pabaigoje išvardinti pakaitos simboliai nuo [:alpha:] iki [:upper:] reguliariajame reiškinyje turi būti rašomi skliaustuose. Žr. pavyzdžius žemiau." #. HvC9Q #: 02100001.xhp @@ -8168,7 +8170,7 @@ msgctxt "" "par_id261559577375317\n" "help.text" msgid "Regular expression terms can be combined to form complex and sophisticated regular expressions for searches as show in the following examples." -msgstr "" +msgstr "Iš kelių pakaitos simbolių galima sudaryti sudėtingus reguliariuosius reiškinius frazių paieškai. Žemiau pateikiama keletas tokių reiškinių pavyzdžių." #. piA3n #: 02100001.xhp @@ -8177,7 +8179,7 @@ msgctxt "" "hd_id5311441\n" "help.text" msgid "Examples" -msgstr "" +msgstr "Pavyzdžiai" #. U2Chi #: 02100001.xhp @@ -8186,7 +8188,7 @@ msgctxt "" "par_id901559577400292\n" "help.text" msgid "Expression" -msgstr "" +msgstr "Reiškinys" #. bxE4P #: 02100001.xhp @@ -8195,7 +8197,7 @@ msgctxt "" "par_id381559577400292\n" "help.text" msgid "Meaning" -msgstr "" +msgstr "Reikšmė" #. ySBpJ #: 02100001.xhp @@ -8204,7 +8206,7 @@ msgctxt "" "par_id621559577542068\n" "help.text" msgid "An empty paragraph." -msgstr "" +msgstr "Tuščia pastraipa." #. LhRmN #: 02100001.xhp @@ -8213,7 +8215,7 @@ msgctxt "" "par_id311559577563701\n" "help.text" msgid "<variable id=\"startpar\">^ specifies that the match must be at the start of a paragraph,</variable>" -msgstr "" +msgstr "<variable id=\"startpar\">Ženklas ^ reiškia, kad ieškoma seka turi būti pastraipos pradžioje,</variable>" #. Dtryp #: 02100001.xhp @@ -8222,7 +8224,7 @@ msgctxt "" "par_id391559577592658\n" "help.text" msgid "<variable id=\"endpar\">$ specifies that a paragraph mark or the end of a cell must follow the matched string.</variable>" -msgstr "" +msgstr "<variable id=\"endpar\">ženklas $ reiškia, kad iškart po ieškomos sekos turi būti pastraipos ženklas arba langelio pabaiga.</variable>" #. xuz38 #: 02100001.xhp @@ -8231,7 +8233,7 @@ msgctxt "" "par_id771559577837101\n" "help.text" msgid "The first character of a paragraph." -msgstr "" +msgstr "Pirmasis pastraipos rašmuo." #. DwGtk #: 02100001.xhp @@ -8240,7 +8242,7 @@ msgctxt "" "par_id171559577924884\n" "help.text" msgid ". specifies any single character." -msgstr "" +msgstr "ženklas . reiškia bet kokį vieną rašmenį." #. cJukB #: 02100001.xhp @@ -8249,7 +8251,7 @@ msgctxt "" "par_id471559577961403\n" "help.text" msgid "Matches \"e\" by itself or an \"e\" followed by one digit." -msgstr "" +msgstr "Viena raidė „e“, arba raidė „e“ su vienu skaitmeniu po jos." #. kFwGK #: 02100001.xhp @@ -8258,7 +8260,7 @@ msgctxt "" "par_id421559578050163\n" "help.text" msgid "e specifies the character \"e\"," -msgstr "" +msgstr "e reiškia raidę „e“," #. D5zng #: 02100001.xhp @@ -8267,7 +8269,7 @@ msgctxt "" "par_id591559578054502\n" "help.text" msgid "<variable id=\"digit\">[:digit:] specifies any decimal digit,</variable>" -msgstr "" +msgstr "<variable id=\"digit\">[:digit:] reiškia bet kokį dešimtainį skaitmenį,</variable>" #. 7TE4A #: 02100001.xhp @@ -8276,7 +8278,7 @@ msgctxt "" "par_id341559578058972\n" "help.text" msgid "? specifies zero or one occurrences of [:digit:]." -msgstr "" +msgstr "? reiškia jokio arba vieną skaitmenį [:digit:]." #. My3BF #: 02100001.xhp @@ -8285,7 +8287,7 @@ msgctxt "" "par_id551559578087559\n" "help.text" msgid "Matches a paragraph or cells containing exactly one digit." -msgstr "" +msgstr "Žymi pastraipą ar langelius, kuriuose yra lygiai vienas skaitmuo." #. iF9o3 #: 02100001.xhp @@ -8294,7 +8296,7 @@ msgctxt "" "par_id771559578184372\n" "help.text" msgid "Matches a paragraph or cell containing only three digit numbers" -msgstr "" +msgstr "Žymi pastraipą arba langelį, kuriame yra tik trys skaitmenys." #. Pu2qz #: 02100001.xhp @@ -8303,6 +8305,15 @@ msgctxt "" "par_id401559578501329\n" "help.text" msgid "{3} specifies that [:digit:] must occur three times," +msgstr "{3} reiškia, kad skaitmenys [:digit:] turi būti trys," + +#. y6MUw +#: 02100001.xhp +msgctxt "" +"02100001.xhp\n" +"par_id131559578728924\n" +"help.text" +msgid "\\bconst(itu|ruc)tion\\b" msgstr "" #. 22cNV @@ -8312,7 +8323,7 @@ msgctxt "" "par_id891559578728925\n" "help.text" msgid "Matches the words \"constitution\" and \"construction\" but not the word \"constitutional.\"" -msgstr "" +msgstr "Atitinka angliškus žodžius „constitution“ ir „construction“, bet ne „constitutional“." #. 9CxUF #: 02100001.xhp @@ -8321,7 +8332,7 @@ msgctxt "" "par_id381559578787403\n" "help.text" msgid "\\b specifies that the match must begin at a word boundary," -msgstr "" +msgstr "\\b reiškia, kad ieškoma seka šiuo atveju turi būti žodžio pradžioje," #. WavE9 #: 02100001.xhp @@ -8330,7 +8341,7 @@ msgctxt "" "par_id721559578792194\n" "help.text" msgid "const specifies the characters \"const\"," -msgstr "" +msgstr "const reiškia raidžių seką „const“," #. 5YEKT #: 02100001.xhp @@ -8339,7 +8350,7 @@ msgctxt "" "par_id941559578797721\n" "help.text" msgid "( starts the group," -msgstr "" +msgstr "skliaustu ( pradedama grupė," #. 3ZGiA #: 02100001.xhp @@ -8348,7 +8359,7 @@ msgctxt "" "par_id641559578802269\n" "help.text" msgid "itu specifies the characters \"itu\"," -msgstr "" +msgstr "itu reiškia raidžių seką „itu“," #. 4AJBD #: 02100001.xhp @@ -8357,7 +8368,7 @@ msgctxt "" "par_id271559578807054\n" "help.text" msgid "| specifies the alternative," -msgstr "" +msgstr "ženklas | žymi alternatyvą," #. HogR2 #: 02100001.xhp @@ -8366,7 +8377,7 @@ msgctxt "" "par_id801559578813944\n" "help.text" msgid "ruc specifies the characters \"ruc\"," -msgstr "" +msgstr "ruc reiškia raidžių seką „ruc“," #. gUAB3 #: 02100001.xhp @@ -8375,7 +8386,7 @@ msgctxt "" "par_id421559578820595\n" "help.text" msgid ") ends the group," -msgstr "" +msgstr "skliaustu ) baigiama grupė," #. AWN9H #: 02100001.xhp @@ -8384,15 +8395,15 @@ msgctxt "" "par_id621559578825464\n" "help.text" msgid "tion specifies the characters \"tion\"," -msgstr "" +msgstr "tion reiškia raidžių seką „tion“," -#. G6A3i +#. TkAoJ #: 02100001.xhp msgctxt "" "02100001.xhp\n" "par_id91559578832058\n" "help.text" -msgid "/b specifies that the match must end at a word boundary." +msgid "\\b specifies that the match must end at a word boundary." msgstr "" #. K8QcW @@ -8402,7 +8413,7 @@ msgctxt "" "par_id1751457\n" "help.text" msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/How_Tos/Regular_Expressions_in_Writer\" name=\"wiki.documentfoundation.org Documentation/HowTo/Writer/Regular Expressions\">Wiki page about regular expressions in Writer</link>" -msgstr "" +msgstr "<link href=\"https://wiki.documentfoundation.org/Documentation/How_Tos/Regular_Expressions_in_Writer\" name=\"wiki.documentfoundation.org Documentation/HowTo/Writer/Regular Expressions\">Vikio straipsnis apie reguliariuosius reiškinius tekstų rengyklėje „Writer“</link>" #. Q534c #: 02100001.xhp @@ -8411,7 +8422,7 @@ msgctxt "" "par_id5483870\n" "help.text" msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/How_Tos/Regular_Expressions_in_Calc\" name=\"wiki.documentfoundation.org Documentation/HowTo/Calc/Regular Expressions\">Wiki page about regular expressions in Calc</link>" -msgstr "" +msgstr "<link href=\"https://wiki.documentfoundation.org/Documentation/How_Tos/Regular_Expressions_in_Calc\" name=\"wiki.documentfoundation.org Documentation/HowTo/Calc/Regular Expressions\">Vikio straipsnis apie reguliariuosius reiškinius skaičiuoklėje „Calc“</link>" #. Aj9D7 #: 02100100.xhp @@ -8420,7 +8431,7 @@ msgctxt "" "tit\n" "help.text" msgid "Similarity Search" -msgstr "" +msgstr "Panašumų paieška" #. t6yWA #: 02100100.xhp @@ -8429,7 +8440,7 @@ msgctxt "" "bm_id3156045\n" "help.text" msgid "<bookmark_value>similarity search</bookmark_value><bookmark_value>finding; similarity search</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>panašumų paieška</bookmark_value><bookmark_value>paieška; panašumų paieška</bookmark_value>" #. NQEpW #: 02100100.xhp @@ -8438,7 +8449,7 @@ msgctxt "" "hd_id3156045\n" "help.text" msgid "<link href=\"text/shared/01/02100100.xhp\" name=\"Similarity Search\">Similarity Search</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/02100100.xhp\" name=\"Similarity Search\">Panašumų paieška</link>" #. cMi8S #: 02100100.xhp @@ -8447,7 +8458,7 @@ msgctxt "" "par_id3146856\n" "help.text" msgid "<ahelp hid=\"svx/ui/findreplacedialog/similarity\">Find terms that are similar to the <emph>Find</emph> text. Select this checkbox, and then click the <emph>Similarities</emph> button to define the similarity options.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"svx/ui/findreplacedialog/similarity\">Ieškoma frazių, panašių į įvestą laukelyje <emph>Ko ieškoti</emph>. Pažymėkite šią parinktį, tuomet spustelėkite mygtuką <emph>Panašumai</emph> ir nustatykite panašumo parinktis.</ahelp>" #. PGhDm #: 02100100.xhp @@ -8456,7 +8467,7 @@ msgctxt "" "par_id3149551\n" "help.text" msgid "For example, a similarity search can find words that differ from the <emph>Find</emph> text by two characters." -msgstr "" +msgstr "Pavyzdžiui, atliekant panašumų paiešką galima rasti žodžius, nuo įvesto laukelyje <emph>Ko ieškoti</emph> besiskiriančius dviem rašmenimis." #. BX4Fz #: 02100100.xhp @@ -8465,7 +8476,7 @@ msgctxt "" "hd_id3154621\n" "help.text" msgid "Similarities" -msgstr "" +msgstr "Panašumai" #. sBjNi #: 02100100.xhp @@ -8474,7 +8485,7 @@ msgctxt "" "par_id3145629\n" "help.text" msgid "<ahelp hid=\"svx/ui/findreplacedialog/similaritybtn\">Set the options for the similarity search.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"svx/ui/findreplacedialog/similaritybtn\">Nustatomos panašumų paieškos parinktys.</ahelp>" #. FLKW6 #: 02100100.xhp @@ -8483,7 +8494,7 @@ msgctxt "" "hd_id3149511\n" "help.text" msgid "Settings" -msgstr "" +msgstr "Nuostatos" #. ZeAFT #: 02100100.xhp @@ -8492,7 +8503,7 @@ msgctxt "" "par_id3152594\n" "help.text" msgid "Define the criteria for determining if a word is similar to the search term." -msgstr "" +msgstr "Nustatomi žodžio panašumo į ieškinį kriterijai." #. cMdSn #: 02100100.xhp @@ -8501,7 +8512,7 @@ msgctxt "" "hd_id3153551\n" "help.text" msgid "Exchange characters" -msgstr "" +msgstr "Nesutampančių rašmenų" #. Drg3E #: 02100100.xhp @@ -8510,7 +8521,7 @@ msgctxt "" "par_id3152551\n" "help.text" msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"sweep\" and \"creep\" are considered similar." -msgstr "" +msgstr "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Nurodykite, kiek rašmenų gali nesutapti ieškinyje ir randamuose žodžiuose.</ahelp> Pavyzdžiui, jei parinksite reiškmę 2, žodžiai „namas“ ir „bumas“ bus laikomi panašiais." #. kAF4X #: 02100100.xhp @@ -8519,7 +8530,7 @@ msgctxt "" "hd_id3147010\n" "help.text" msgid "Add characters" -msgstr "" +msgstr "Daugiau rašmenų" #. A5B5g #: 02100100.xhp @@ -8528,7 +8539,7 @@ msgctxt "" "par_id3109847\n" "help.text" msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/longerfld\">Enter the maximum number of characters by which a word can exceed the number of characters in the search term.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/similaritysearchdialog/longerfld\">Nurodykite didžiausią leistiną rašmenų skaičių, kiek randami žodžiai gali būti ilgesni už ieškinį.</ahelp>" #. Fit8C #: 02100100.xhp @@ -8537,7 +8548,7 @@ msgctxt "" "hd_id3166460\n" "help.text" msgid "Remove characters" -msgstr "" +msgstr "Mažiau rašmenų" #. xnGii #: 02100100.xhp @@ -8546,7 +8557,7 @@ msgctxt "" "par_id3148685\n" "help.text" msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/shorterfld\">Enter the number of characters by which a word can be shorter than the search term.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/similaritysearchdialog/shorterfld\">Nurodykite rašmenų skaičių, kiek randami žodžiai gali būti trumpesni už ieškinį.</ahelp>" #. KGAr5 #: 02100100.xhp @@ -8555,7 +8566,7 @@ msgctxt "" "hd_id3153700\n" "help.text" msgid "Combine" -msgstr "" +msgstr "Apjungti" #. FfPQC #: 02100100.xhp @@ -8564,7 +8575,7 @@ msgctxt "" "par_id3156553\n" "help.text" msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/relaxbox\">Searches for a term that matches any combination of the similarity search settings.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/similaritysearchdialog/relaxbox\">Vykdant paiešką atsižvelgiama į visas nurodytų panašumų paieškos nuostatų kombinacijas.</ahelp>" #. Fvuvx #: 02100200.xhp @@ -8573,7 +8584,7 @@ msgctxt "" "tit\n" "help.text" msgid "Attributes" -msgstr "" +msgstr "Požymiai" #. QxMgK #: 02100200.xhp @@ -8582,7 +8593,7 @@ msgctxt "" "hd_id3154422\n" "help.text" msgid "Attributes" -msgstr "" +msgstr "Požymiai" #. 3ctBX #: 02100200.xhp @@ -8591,7 +8602,7 @@ msgctxt "" "par_id3153331\n" "help.text" msgid "<variable id=\"attributetext\"><ahelp hid=\"cui/ui/searchattrdialog/SearchAttrDialog\">Choose the text attributes that you want to search for. For example, if you search for the <emph>Font</emph> attribute, all instances of text that do not use the default font are found. All text that has a directly coded font attribute, and all text where a style switches the font attribute, are found.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"attributetext\"><ahelp hid=\"cui/ui/searchattrdialog/SearchAttrDialog\">Čia galima nurodyti, kokių tekto požymių ieškoti. Pavyzdžiui, jei ieškosite požymio <emph>Šriftas</emph>, bus rastos visos teksto atkarpos, kuriose pritaikytas ne numatytasis šriftas. Tokiose atkarpose šriftas gali būti pakeistas tiesioginiu formatavimu arba pritaikius stilių.</ahelp></variable>" #. txC5Y #: 02100200.xhp @@ -8600,7 +8611,7 @@ msgctxt "" "hd_id3150944\n" "help.text" msgid "Options" -msgstr "" +msgstr "Parinktys" #. SKtfR #: 02100200.xhp @@ -8609,7 +8620,7 @@ msgctxt "" "par_id3151384\n" "help.text" msgid "Select the attributes that you want to search for." -msgstr "" +msgstr "Čia parenkami ieškotini požymiai." #. 3uGkF #: 02100200.xhp @@ -8618,7 +8629,7 @@ msgctxt "" "hd_id3149245\n" "help.text" msgid "Keep with Next Paragraph" -msgstr "" +msgstr "Susieti su kita pastraipa" #. XPeAo #: 02100200.xhp @@ -8627,7 +8638,7 @@ msgctxt "" "par_id3154760\n" "help.text" msgid "Finds the <emph>Keep With Next Paragraph</emph> attribute." -msgstr "" +msgstr "Randamas požymis <emph>Susieti su kita pastraipa</emph>." #. RYBnH #: 02100200.xhp @@ -8636,7 +8647,7 @@ msgctxt "" "hd_id3145068\n" "help.text" msgid "Split Paragraph" -msgstr "" +msgstr "Neskaidyti pastraipos" #. EkMYp #: 02100200.xhp @@ -8645,7 +8656,7 @@ msgctxt "" "par_id3147560\n" "help.text" msgid "Finds the <emph>Do not split paragraph</emph> attribute." -msgstr "" +msgstr "Randamas požymis <emph>Neskaidyti pastraipos</emph>." #. ZRhne #: 02100200.xhp @@ -8654,7 +8665,7 @@ msgctxt "" "hd_id3156435\n" "help.text" msgid "Spacing" -msgstr "" +msgstr "Pastraipų intervalas" #. NQ8nQ #: 02100200.xhp @@ -8663,7 +8674,7 @@ msgctxt "" "par_id3150866\n" "help.text" msgid "Finds the <emph>Spacing</emph> (top, bottom) attribute." -msgstr "" +msgstr "Randamas <emph>intervalo</emph> (prieš ar po pastraipos) požymis." #. YAon7 #: 02100200.xhp @@ -8672,7 +8683,7 @@ msgctxt "" "hd_id3154071\n" "help.text" msgid "Alignment" -msgstr "" +msgstr "Lygiuotė" #. AE9Up #: 02100200.xhp @@ -8681,7 +8692,7 @@ msgctxt "" "par_id3154365\n" "help.text" msgid "Finds the <emph>Alignment</emph> (left, right, centered, justified) attribute." -msgstr "" +msgstr "Randamas <emph>lygiuotės</emph> (kairinės, dešininės, centrinės ar abipusės) požymis." #. 6foNF #: 02100200.xhp @@ -8690,7 +8701,7 @@ msgctxt "" "hd_id3145171\n" "help.text" msgid "Effects" -msgstr "" +msgstr "Efektai" #. DGtqz #: 02100200.xhp @@ -8699,7 +8710,7 @@ msgctxt "" "par_id3149203\n" "help.text" msgid "Finds characters that use the <emph>Capital, Lowercase, Small capitals,</emph> and <emph>Title</emph> character attributes." -msgstr "" +msgstr "Randami rašmenys, kuriems pritaikyti efektai <emph>Didžiosios raidės</emph>, <emph>Mažosios raidės</emph>, <emph>Iš didžiųjų raidžių</emph> ar <emph>Sumažintos didžiosios raidės</emph>." #. Ld5EJ #: 02100200.xhp @@ -8708,7 +8719,7 @@ msgctxt "" "hd_id3148676\n" "help.text" msgid "Blinking" -msgstr "" +msgstr "Mirksėjimas" #. 5bw5B #: 02100200.xhp @@ -8717,7 +8728,7 @@ msgctxt "" "par_id3153193\n" "help.text" msgid "Finds characters use the <emph>Blinking</emph> attribute." -msgstr "" +msgstr "Randami rašmenys, kuriems pritaikytas <emph>mirksėjimo</emph> požymis." #. 7FqVR #: 02100200.xhp @@ -8726,7 +8737,7 @@ msgctxt "" "hd_id3153968\n" "help.text" msgid "Strikethrough" -msgstr "" +msgstr "Perbraukta" #. tY3Qe #: 02100200.xhp @@ -8735,7 +8746,7 @@ msgctxt "" "par_id3145746\n" "help.text" msgid "Finds characters that use the <emph>Strikethrough</emph> (single or double) attribute." -msgstr "" +msgstr "Randami rašmenys, kuriems pritaikytas viengubo ar dvigubo <emph>perbraukimo</emph> požymis." #. L2MCb #: 02100200.xhp @@ -8744,7 +8755,7 @@ msgctxt "" "hd_id3156422\n" "help.text" msgid "Indent" -msgstr "" +msgstr "Įtrauka" #. xXBrv #: 02100200.xhp @@ -8753,7 +8764,7 @@ msgctxt "" "par_id3150449\n" "help.text" msgid "Finds the <emph>Indent</emph> (from left, from right, first line) attribute." -msgstr "" +msgstr "Randamas <emph>įtraukos</emph> (iš kairės, iš dešinės, pirmosios eilutės) požymis." #. wsfLU #: 02100200.xhp @@ -8762,7 +8773,7 @@ msgctxt "" "hd_id3145203\n" "help.text" msgid "Widows" -msgstr "" +msgstr "Keliamos eilutės" #. cDCi4 #: 02100200.xhp @@ -8771,7 +8782,7 @@ msgctxt "" "par_id3153105\n" "help.text" msgid "Finds the <emph>Widow Control</emph> attribute." -msgstr "" +msgstr "Randamas <emph>mažiausio keliamų eilučių skaičiaus</emph> požymis." #. iCyDv #: 02100200.xhp @@ -8780,7 +8791,7 @@ msgctxt "" "hd_id3149560\n" "help.text" msgid "Kerning" -msgstr "" +msgstr "Sanglauda" #. QD3JL #: 02100200.xhp @@ -8789,7 +8800,7 @@ msgctxt "" "par_id3155132\n" "help.text" msgid "Finds <emph>Spacing</emph> (standard, expanded, condensed) attributes and pair kerning." -msgstr "" +msgstr "Randami pritaikyti <emph>tarpų tarp rašmenų</emph> (įprastinių, praretintų ar glaudžių) ir rašmenų sanglaudos požymiai." #. nXevu #: 02100200.xhp @@ -8798,7 +8809,7 @@ msgctxt "" "hd_id3145261\n" "help.text" msgid "Outline" -msgstr "" +msgstr "Kontūras" #. ABAfv #: 02100200.xhp @@ -8807,7 +8818,7 @@ msgctxt "" "par_id3153143\n" "help.text" msgid "Finds the <emph>Outline</emph> attribute." -msgstr "" +msgstr "Randamas <emph>kontūro</emph> požymis." #. 8EoAV #: 02100200.xhp @@ -8816,7 +8827,7 @@ msgctxt "" "hd_id3148575\n" "help.text" msgid "Position" -msgstr "" +msgstr "Padėtis" #. Dq5VM #: 02100200.xhp @@ -8825,7 +8836,7 @@ msgctxt "" "par_id3146922\n" "help.text" msgid "Finds characters using the <emph>Normal</emph>, <emph>Superscript</emph> or <emph>Subscript</emph> attributes." -msgstr "" +msgstr "Randami rašmenys, kuriems pritaikyta <emph>įprasta</emph>, <emph>viršutinio indekso</emph> ar <emph>apatinio indekso</emph> padėtis." #. DXmaH #: 02100200.xhp @@ -8834,7 +8845,7 @@ msgctxt "" "hd_id3156062\n" "help.text" msgid "Register-true" -msgstr "" +msgstr "Bazinių linijų lygiavimas" #. PQVEc #: 02100200.xhp @@ -8843,7 +8854,7 @@ msgctxt "" "par_id3152886\n" "help.text" msgid "Finds the <emph>Register-true</emph> attribute." -msgstr "" +msgstr "Randamas <emph>bazinių linijų lygiavimo</emph> požymis." #. kbwRT #: 02100200.xhp @@ -8852,7 +8863,7 @@ msgctxt "" "hd_id3159196\n" "help.text" msgid "Relief" -msgstr "" +msgstr "Reljefas" #. m9S8B #: 02100200.xhp @@ -8861,7 +8872,7 @@ msgctxt "" "par_id3146120\n" "help.text" msgid "Finds the <emph>Relief</emph> attribute." -msgstr "" +msgstr "Randamas pritaikytas <emph>reljefo</emph> požymis." #. AfTBL #: 02100200.xhp @@ -8870,7 +8881,7 @@ msgctxt "" "hd_id3154014\n" "help.text" msgid "Rotation" -msgstr "" +msgstr "Posūkis" #. bCJYe #: 02100200.xhp @@ -8879,7 +8890,7 @@ msgctxt "" "par_id3150873\n" "help.text" msgid "Finds the <emph>Rotation</emph> attribute." -msgstr "" +msgstr "Randamas <emph>posūkio</emph> požymis." #. tRW9u #: 02100200.xhp @@ -8888,7 +8899,7 @@ msgctxt "" "hd_id3152576\n" "help.text" msgid "Shadowed" -msgstr "" +msgstr "Šešėlis" #. S7aJA #: 02100200.xhp @@ -8897,7 +8908,7 @@ msgctxt "" "par_id3150104\n" "help.text" msgid "Finds the <emph>Shadowed</emph> attribute." -msgstr "" +msgstr "Randamas <emph>šešėlio</emph> požymis." #. GrhLD #: 02100200.xhp @@ -8906,7 +8917,7 @@ msgctxt "" "hd_id3159156\n" "help.text" msgid "Font" -msgstr "" +msgstr "Šriftas" #. AGNBn #: 02100200.xhp @@ -8915,7 +8926,7 @@ msgctxt "" "par_id3154320\n" "help.text" msgid "Finds any instance where the default font was changed." -msgstr "" +msgstr "Randamos visos teksto ištraukos, kurioms pritaikytas ne numatytasis šriftas." #. NdneG #: 02100200.xhp @@ -8924,7 +8935,7 @@ msgctxt "" "hd_id3151113\n" "help.text" msgid "Font Color" -msgstr "" +msgstr "Teksto spalva" #. quDy5 #: 02100200.xhp @@ -8933,7 +8944,7 @@ msgctxt "" "par_id3149664\n" "help.text" msgid "Finds any instance where the default font color was changed." -msgstr "" +msgstr "Randamos visos teksto ištraukos, kurioms buvo pritaikyta ne numatytoji spalva." #. dV3wX #: 02100200.xhp @@ -8942,7 +8953,7 @@ msgctxt "" "hd_id3152794\n" "help.text" msgid "Font Size" -msgstr "" +msgstr "Šrifto dydis" #. ArTbG #: 02100200.xhp @@ -8951,7 +8962,7 @@ msgctxt "" "par_id3150962\n" "help.text" msgid "Finds the <emph>Font size/Font height</emph> attribute." -msgstr "" +msgstr "Randamas <emph>šrifto dydžio</emph> požymis." #. 29BiP #: 02100200.xhp @@ -8960,7 +8971,7 @@ msgctxt "" "hd_id3163717\n" "help.text" msgid "Font Weight" -msgstr "" +msgstr "Šrifto storis" #. GA3Vj #: 02100200.xhp @@ -8969,7 +8980,7 @@ msgctxt "" "par_id3150593\n" "help.text" msgid "Finds the <emph>Bold</emph> or the <emph>Bold and Italic</emph> attribute." -msgstr "" +msgstr "Randami <emph>pusjuodžio</emph> arba <emph>pusjuodžio ir kursyvo</emph> šrifto požymiai." #. k9kGH #: 02100200.xhp @@ -8978,7 +8989,7 @@ msgctxt "" "hd_id3146928\n" "help.text" msgid "Font Posture" -msgstr "" +msgstr "Šrifto stilius" #. kCzTc #: 02100200.xhp @@ -8987,7 +8998,7 @@ msgctxt "" "par_id3154097\n" "help.text" msgid "Finds the <emph>Italic</emph> or the <emph>Bold and Italic</emph> attribute." -msgstr "" +msgstr "Randami <emph>kursyvo</emph> arba <emph>pusjuodžio ir kursyvo</emph> šrifto požymiai." #. AZ98z #: 02100200.xhp @@ -8996,7 +9007,7 @@ msgctxt "" "hd_id3148388\n" "help.text" msgid "Orphans" -msgstr "" +msgstr "Paliekamos eilutės" #. wMnjp #: 02100200.xhp @@ -9005,7 +9016,7 @@ msgctxt "" "par_id3156737\n" "help.text" msgid "Finds the <link href=\"text/shared/00/00000005.xhp#schuster\"><emph>Orphan Control</emph></link> attribute." -msgstr "" +msgstr "Randamas <link href=\"text/shared/00/00000005.xhp#schuster\"><emph>mažiausio paliekamų eilučių skaičiaus</emph></link> požymis." #. 2r5Ai #: 02100200.xhp @@ -9014,7 +9025,7 @@ msgctxt "" "hd_id3153159\n" "help.text" msgid "Page Style" -msgstr "" +msgstr "Puslapio stilius" #. uFTXa #: 02100200.xhp @@ -9023,7 +9034,7 @@ msgctxt "" "par_id3147045\n" "help.text" msgid "Finds the <emph>Break With Page Style</emph> attribute." -msgstr "" +msgstr "Randamas <emph>lūžio su puslapio stiliumi</emph> požymis." #. NaD58 #: 02100200.xhp @@ -9032,7 +9043,7 @@ msgctxt "" "hd_id3147124\n" "help.text" msgid "Hyphenation" -msgstr "" +msgstr "Žodžių kėlimas" #. NN2ds #: 02100200.xhp @@ -9041,7 +9052,7 @@ msgctxt "" "par_id3153877\n" "help.text" msgid "Finds the <emph>Hyphenation</emph> attribute." -msgstr "" +msgstr "Randamas pritaikytas <emph>žodžių kėlimo</emph> požymis." #. onFmm #: 02100200.xhp @@ -9050,7 +9061,7 @@ msgctxt "" "hd_id3148773\n" "help.text" msgid "Scale" -msgstr "" +msgstr "Rašmenų mastelis" #. ajKvA #: 02100200.xhp @@ -9059,7 +9070,7 @@ msgctxt "" "par_id3147396\n" "help.text" msgid "Finds the <emph>Scale</emph> attribute." -msgstr "" +msgstr "Randamas <emph>rašmenų mastelio</emph> požymis." #. 3XPab #: 02100200.xhp @@ -9068,7 +9079,7 @@ msgctxt "" "hd_id3148455\n" "help.text" msgid "Language" -msgstr "" +msgstr "Kalba" #. bczFJ #: 02100200.xhp @@ -9077,7 +9088,7 @@ msgctxt "" "par_id3150716\n" "help.text" msgid "Finds the <emph>Language</emph> attribute (for spelling)." -msgstr "" +msgstr "Randamas nustatytos rašybos tikrinimo <emph>kalbos</emph> požymis." #. CD7Lz #: 02100200.xhp @@ -9086,7 +9097,7 @@ msgctxt "" "hd_id3154511\n" "help.text" msgid "Tab Stops" -msgstr "" +msgstr "Tabuliavimo pozicijos" #. LCKBs #: 02100200.xhp @@ -9095,7 +9106,7 @@ msgctxt "" "par_id3151037\n" "help.text" msgid "Finds paragraphs that use an additional tab set." -msgstr "" +msgstr "Randamos pastraipos, kuriose yra įterptos papildomos tabuliavimo pozicijos." #. AupvE #: 02100200.xhp @@ -9104,7 +9115,7 @@ msgctxt "" "hd_id3154164\n" "help.text" msgid "Underline" -msgstr "" +msgstr "Pabraukta" #. iygUf #: 02100200.xhp @@ -9113,7 +9124,7 @@ msgctxt "" "par_id3148566\n" "help.text" msgid "Finds characters that use the <emph>Underlined</emph> attribute (single, double, or dotted)." -msgstr "" +msgstr "Randami rašmenys, kuriems pritaikytas <emph>pabraukimo</emph> požymis (vienguba ar dviguba linija arba taškais)." #. WyaJQ #: 02100200.xhp @@ -9122,7 +9133,7 @@ msgctxt "" "hd_id3153099\n" "help.text" msgid "Vertical text alignment" -msgstr "" +msgstr "Vertikalus teksto lygiavimas" #. xyDQi #: 02100200.xhp @@ -9131,7 +9142,7 @@ msgctxt "" "par_id3145650\n" "help.text" msgid "Finds the <emph>Vertical text alignment</emph> attribute." -msgstr "" +msgstr "Randamas tekstas su pritaikytu <emph>vertikalaus teksto lygiavimo</emph> požymiu." #. cSnst #: 02100200.xhp @@ -9140,7 +9151,7 @@ msgctxt "" "hd_id3147259\n" "help.text" msgid "Individual Words" -msgstr "" +msgstr "Tarpų nebraukti" #. qp7RB #: 02100200.xhp @@ -9149,7 +9160,7 @@ msgctxt "" "par_id3156438\n" "help.text" msgid "Finds individual words that use the <emph>Underlined</emph> or the <emph>Strikethrough</emph> attribute." -msgstr "" +msgstr "Randami atskiri žodžiai su pritaikytais <emph>pabraukimo</emph> arba <emph>perbraukimo</emph> požymiais." #. hxuA7 #: 02100200.xhp @@ -9158,7 +9169,7 @@ msgctxt "" "hd_id3153948\n" "help.text" msgid "Character background" -msgstr "" +msgstr "Rašmens fonas" #. VqC43 #: 02100200.xhp @@ -9167,7 +9178,7 @@ msgctxt "" "par_id3145300\n" "help.text" msgid "Finds characters that use the <emph>Background</emph> attribute." -msgstr "" +msgstr "Randami rašmenys, kuriems pritaikytas <emph>fono</emph> požymis." #. o2PGG #: 02100200.xhp @@ -9176,7 +9187,7 @@ msgctxt "" "hd_id3146791\n" "help.text" msgid "Line Spacing" -msgstr "" +msgstr "Eilučių intervalas" #. nEXgR #: 02100200.xhp @@ -9185,7 +9196,7 @@ msgctxt "" "par_id3146912\n" "help.text" msgid "Finds the <emph>Line spacing</emph> (single line, 1.5 lines, double, proportional, at least, lead) attribute." -msgstr "" +msgstr "Randamas pritaikytas <emph>eilučių intervalo</emph> (viengubo, 1,5 eilutės, dvigubo, proporcinio, mažiausio, keičiamo) požymis." #. 6YUoJ #: 02100300.xhp @@ -9194,7 +9205,7 @@ msgctxt "" "tit\n" "help.text" msgid "Text Format (Search)" -msgstr "" +msgstr "Teksto formatas (paieška)" #. EoG9A #: 02100300.xhp @@ -9203,7 +9214,7 @@ msgctxt "" "hd_id3154840\n" "help.text" msgid "Text Format (Search)" -msgstr "" +msgstr "Teksto formatas (paieška)" #. GjncJ #: 02100300.xhp @@ -9212,7 +9223,7 @@ msgctxt "" "par_id3150355\n" "help.text" msgid "<variable id=\"formattext\"><ahelp hid=\"svx/ui/findreplacedialog/format\">Finds specific text formatting features, such as font types, font effects, and text flow characteristics.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"formattext\"><ahelp hid=\"svx/ui/findreplacedialog/format\">Ieškoma tam tikrų teksto formatavimo požymių – šrifto, šrifto efektų, teksto skaidymo būdų ir pan.</ahelp></variable>" #. uuHCu #: 02100300.xhp @@ -9221,7 +9232,7 @@ msgctxt "" "par_id3145383\n" "help.text" msgid "The search criteria for attributes are listed below the <emph>Find</emph> box." -msgstr "" +msgstr "Požymių paieškos kriterijai išvardijami po laukeliu <emph>Ko ieškoti</emph>." #. EG6tE #: 02100300.xhp @@ -9230,7 +9241,7 @@ msgctxt "" "par_id3150466\n" "help.text" msgid "You do not need to specify a search text in the <emph>Find</emph> box when you search and replace formatting." -msgstr "" +msgstr "Kai ieškote ir norite pakeisti formatą, laukelyje <emph>Ko ieškoti</emph> ieškomo teksto įvesti nereikia." #. XMTuR #: 02100300.xhp @@ -9239,7 +9250,7 @@ msgctxt "" "par_id3156152\n" "help.text" msgid "To define a replacement format, click in the <emph>Replace</emph> box, and then click the <emph>Format</emph> button." -msgstr "" +msgstr "Jei norite nustatyti formatą, kuriuo reikės pakeisti ieškomą formatą, spustelėkite laukelyje <emph>Kuo pakeisti</emph>, tuomet spustelėkite mygtuką <emph>Formatas</emph>." #. D9m7D #: 02100300.xhp @@ -9248,7 +9259,7 @@ msgctxt "" "par_id3153821\n" "help.text" msgid "Use the <emph>Text Format (Search)</emph> or the <emph>Text Format (Replace)</emph> to define your formatting search criteria. These dialogs contain the following tab pages:" -msgstr "" +msgstr "Formato paieškos ar keitimo kriterijai nustatomi <emph>teksto formato paieškos</emph> arba <emph>teksto formato keitimo</emph> dialogo languose. Šiuose languose yra tokios kortelės:" #. nSBes #: 02100300.xhp @@ -9257,7 +9268,7 @@ msgctxt "" "par_id3149457\n" "help.text" msgid "<link href=\"text/shared/01/02100200.xhp\" name=\"Attributes\">Attributes</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/02100200.xhp\" name=\"Attributes\">Požymiai</link>" #. wSn8W #: 02110000.xhp @@ -10600,14 +10611,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_APPLY\">Applies the changes that you made to the image map.</ahelp>" msgstr "" -#. mFkv4 +#. Q5GKS #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3149811\n" "help.text" -msgid "<image id=\"img_id3147275\" src=\"svx/res/nu01.png\"><alt id=\"alt_id3147275\">Icon</alt></image>" -msgstr "<image id=\"img_id3147275\" src=\"svx/res/nu01.png\"><alt id=\"alt_id3147275\">Piktograma</alt></image>" +msgid "<image id=\"img_id3147275\" src=\"svx/res/nu01.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147275\">Icon Apply</alt></image>" +msgstr "" #. PtM8F #: 02220000.xhp @@ -10636,14 +10647,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_OPEN\">Loads an existing image map in the <emph>MAP-CERN</emph>, <emph>MAP-NCSA</emph> or <emph>SIP StarView</emph> ImageMap file format.</ahelp>" msgstr "" -#. dPtCW +#. YBA3c #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3149795\n" "help.text" -msgid "<image id=\"img_id3155503\" src=\"cmd/sc_open.png\"><alt id=\"alt_id3155503\">Icon</alt></image>" -msgstr "<image id=\"img_id3155503\" src=\"cmd/sc_open.png\"><alt id=\"alt_id3155503\">Piktograma</alt></image>" +msgid "<image id=\"img_id3155503\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155503\">Icon Open</alt></image>" +msgstr "" #. nGQif #: 02220000.xhp @@ -10672,14 +10683,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_SAVEAS\">Saves the image map in the <emph>MAP-CERN</emph>, <emph>MAP-NCSA</emph> or <emph>SIP StarView</emph> ImageMap file format.</ahelp>" msgstr "" -#. z7Evm +#. DtBot #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3154280\n" "help.text" -msgid "<image id=\"img_id3154923\" src=\"cmd/sc_saveas.png\"><alt id=\"alt_id3154923\">Icon</alt></image>" -msgstr "<image id=\"img_id3154923\" src=\"cmd/sc_saveas.png\"><alt id=\"alt_id3154923\">Piktograma</alt></image>" +msgid "<image id=\"img_id3154923\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154923\">Icon Save</alt></image>" +msgstr "" #. zzpcn #: 02220000.xhp @@ -10708,14 +10719,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_SELECT\">Selects a hotspot in the image map for editing.</ahelp>" msgstr "" -#. qESqQ +#. 4GoEm #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3156214\n" "help.text" -msgid "<image id=\"img_id3153192\" src=\"cmd/sc_drawselect.png\"><alt id=\"alt_id3153192\">Icon</alt></image>" -msgstr "<image id=\"img_id3153192\" src=\"cmd/sc_drawselect.png\"><alt id=\"alt_id3153192\">Piktograma</alt></image>" +msgid "<image id=\"img_id3153192\" src=\"cmd/sc_drawselect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153192\">Icon Select</alt></image>" +msgstr "" #. TJAcj #: 02220000.xhp @@ -10744,14 +10755,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_RECT\">Draws a rectangular hotspot where you drag in the graphic. After, you can enter the <emph>Address</emph> and the <emph>Text</emph> for the hotspot, and then select the <emph>Frame</emph> where you want the URL to open.</ahelp>" msgstr "" -#. DAeXz +#. pm6nN #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3150769\n" "help.text" -msgid "<image id=\"img_id3154297\" src=\"cmd/sc_rect.png\"><alt id=\"alt_id3154297\">Icon</alt></image>" -msgstr "<image id=\"img_id3154297\" src=\"cmd/sc_rect.png\"><alt id=\"alt_id3154297\">Piktograma</alt></image>" +msgid "<image id=\"img_id3154297\" src=\"cmd/sc_rect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154297\">Icon Rectangle</alt></image>" +msgstr "" #. 27ptx #: 02220000.xhp @@ -10780,14 +10791,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_CIRCLE\">Draws an elliptical hotspot where you drag in the graphic. After, you can enter the <emph>Address</emph> and the <emph>Text</emph> for the hotspot, and then select the <emph>Frame</emph> where you want the URL to open.</ahelp>" msgstr "" -#. gSjtt +#. z8UMY #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3155308\n" "help.text" -msgid "<image id=\"img_id3154011\" src=\"cmd/sc_ellipse.png\"><alt id=\"alt_id3154011\">Icon</alt></image>" -msgstr "<image id=\"img_id3154011\" src=\"cmd/sc_ellipse.png\"><alt id=\"alt_id3154011\">Piktograma</alt></image>" +msgid "<image id=\"img_id3154011\" src=\"cmd/sc_ellipse.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154011\">Icon Ellipse</alt></image>" +msgstr "" #. ShcoZ #: 02220000.xhp @@ -10816,14 +10827,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_POLY\">Draws a polygonal hotspot in the graphic. Click this icon, drag in the graphic, and then click to define one side of the polygon. Move to where you want to place the end of the next side, and then click. Repeat until you have drawn all of the sides of the polygon. When you are finished, double-click to close the polygon. After, you can enter the <emph>Address</emph> and the <emph>Text</emph> for the hotspot, and then select the <emph>Frame</emph> where you want the URL to open.</ahelp>" msgstr "" -#. F2rrJ +#. wAz5P #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3148577\n" "help.text" -msgid "<image id=\"img_id3156005\" src=\"cmd/sc_polygon.png\"><alt id=\"alt_id3156005\">Icon</alt></image>" -msgstr "<image id=\"img_id3156005\" src=\"cmd/sc_polygon.png\"><alt id=\"alt_id3156005\">Piktograma</alt></image>" +msgid "<image id=\"img_id3156005\" src=\"cmd/sc_polygon.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156005\">Icon Polygon</alt></image>" +msgstr "" #. pK5eV #: 02220000.xhp @@ -10852,14 +10863,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_FREEPOLY\">Draws a hotspot that is based on a freeform polygon. Click this icon and move to where you want to draw the hotspot. Drag a freeform line and release to close the shape. After, you can enter the <emph>Address</emph> and the <emph>Text</emph> for the hotspot, and then select the <emph>Frame</emph> where you want the URL to open.</ahelp>" msgstr "" -#. aDnZK +#. k2wFH #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3153877\n" "help.text" -msgid "<image id=\"img_id3148386\" src=\"cmd/sc_freeline.png\"><alt id=\"alt_id3148386\">Icon</alt></image>" -msgstr "<image id=\"img_id3148386\" src=\"cmd/sc_freeline.png\"><alt id=\"alt_id3148386\">Piktograma</alt></image>" +msgid "<image id=\"img_id3148386\" src=\"cmd/sc_freeline.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148386\">Icon Freeform Polygon</alt></image>" +msgstr "" #. CrbLf #: 02220000.xhp @@ -10888,14 +10899,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYEDIT\">Lets you change the shape of the selected hotspot by editing the anchor points.</ahelp>" msgstr "" -#. RDtYL +#. PFcBf #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3145801\n" "help.text" -msgid "<image id=\"img_id3150113\" src=\"cmd/sc_toggleobjectbeziermode.png\"><alt id=\"alt_id3150113\">Icon</alt></image>" -msgstr "<image id=\"img_id3150113\" src=\"cmd/sc_toggleobjectbeziermode.png\"><alt id=\"alt_id3150113\">Piktograma</alt></image>" +msgid "<image id=\"img_id3150113\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150113\">Icon Edit points</alt></image>" +msgstr "" #. 5ZNA5 #: 02220000.xhp @@ -10924,14 +10935,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYMOVE\">Lets you move the individual anchor points of the selected hotspot.</ahelp>" msgstr "" -#. NbWWv +#. Bbuy9 #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3146971\n" "help.text" -msgid "<image id=\"img_id3148570\" src=\"cmd/sc_beziermove.png\"><alt id=\"alt_id3148570\">Icon</alt></image>" -msgstr "<image id=\"img_id3148570\" src=\"cmd/sc_beziermove.png\"><alt id=\"alt_id3148570\">Piktograma</alt></image>" +msgid "<image id=\"img_id3148570\" src=\"cmd/sc_beziermove.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148570\">Icon Move Points</alt></image>" +msgstr "" #. UkQ35 #: 02220000.xhp @@ -10960,14 +10971,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYINSERT\">Adds an anchor point where you click on the outline of the hotspot.</ahelp>" msgstr "" -#. PLL3T +#. 8hhth #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3150749\n" "help.text" -msgid "<image id=\"img_id3146793\" src=\"cmd/sc_bezierinsert.png\"><alt id=\"alt_id3146793\">Icon</alt></image>" -msgstr "<image id=\"img_id3146793\" src=\"cmd/sc_bezierinsert.png\"><alt id=\"alt_id3146793\">Piktograma</alt></image>" +msgid "<image id=\"img_id3146793\" src=\"cmd/sc_bezierinsert.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146793\">Icon Insert Points</alt></image>" +msgstr "" #. Bps2C #: 02220000.xhp @@ -10996,14 +11007,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYDELETE\">Deletes the selected anchor point.</ahelp>" msgstr "" -#. eFc9N +#. FAeCG #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3149021\n" "help.text" -msgid "<image id=\"img_id3154508\" src=\"cmd/sc_bezierdelete.png\"><alt id=\"alt_id3154508\">Icon</alt></image>" -msgstr "<image id=\"img_id3154508\" src=\"cmd/sc_bezierdelete.png\"><alt id=\"alt_id3154508\">Piktograma</alt></image>" +msgid "<image id=\"img_id3154508\" src=\"cmd/sc_bezierdelete.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154508\">Icon Delete Points</alt></image>" +msgstr "" #. WB6Zf #: 02220000.xhp @@ -11032,22 +11043,13 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_ACTIVE\">Disables or enables the hyperlink for the selected hotspot. A disabled hotspot is transparent.</ahelp>" msgstr "" -#. ncC7x +#. 8XqEU #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3155901\n" "help.text" -msgid "<image id=\"img_id3145232\" src=\"svx/res/id016.png\"><alt id=\"alt_id3145232\">Icon</alt></image>" -msgstr "<image id=\"img_id3145232\" src=\"svx/res/id016.png\"><alt id=\"alt_id3145232\">Piktograma</alt></image>" - -#. Giw7b -#: 02220000.xhp -msgctxt "" -"02220000.xhp\n" -"par_id3155959\n" -"help.text" -msgid "Active" +msgid "<image id=\"img_id3145232\" src=\"svx/res/id016.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145232\">Icon Active</alt></image>" msgstr "" #. 5dKoE @@ -11068,14 +11070,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_MACRO\">Lets you assign a macro that runs when you click the selected hotspot in a browser.</ahelp>" msgstr "" -#. wPorY +#. i8ix7 #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3145769\n" "help.text" -msgid "<image id=\"img_id3153922\" src=\"cmd/sc_choosemacro.png\"><alt id=\"alt_id3153922\">Icon</alt></image>" -msgstr "<image id=\"img_id3153922\" src=\"cmd/sc_choosemacro.png\"><alt id=\"alt_id3153922\">Piktograma</alt></image>" +msgid "<image id=\"img_id3153922\" src=\"cmd/sc_choosemacro.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153922\">Icon Macro</alt></image>" +msgstr "" #. cVL5D #: 02220000.xhp @@ -11104,14 +11106,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_PROPERTY\">Allows you to define the properties of the selected hotspot.</ahelp>" msgstr "" -#. L9PZZ +#. xMabR #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3159104\n" "help.text" -msgid "<image id=\"img_id3149735\" src=\"cmd/sc_modifyframe.png\"><alt id=\"alt_id3149735\">Icon</alt></image>" -msgstr "<image id=\"img_id3149735\" src=\"cmd/sc_modifyframe.png\"><alt id=\"alt_id3149735\">Piktograma</alt></image>" +msgid "<image id=\"img_id3149735\" src=\"cmd/sc_modifyframe.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149735\">Icon Properties</alt></image>" +msgstr "" #. imNDz #: 02220000.xhp @@ -13714,13 +13716,13 @@ msgctxt "" msgid "In the <emph>Find & Replace</emph> dialog of text documents, you can select to include the comments texts in your searches." msgstr "" -#. TtJvG +#. DX5fQ #: 04050000.xhp msgctxt "" "04050000.xhp\n" "hd_id601573488847729\n" "help.text" -msgid "Replying comments" +msgid "Replying to comments" msgstr "" #. XjKE5 @@ -13732,13 +13734,13 @@ msgctxt "" msgid "If the comment in a text document was written by another author, there is a <emph>Reply</emph> command in the context menu. <ahelp hid=\".\">This command inserts a new comment adjacent to the comment to which you want to reply.</ahelp> The comment anchor is the same for both comments. Type your reply text in the new comment. Save and send your document to other authors, then those authors can add replies, too." msgstr "" -#. gPtB2 +#. FD6oN #: 04050000.xhp msgctxt "" "04050000.xhp\n" "hd_id201573491050815\n" "help.text" -msgid "Marking comments resolved" +msgid "Marking comments as resolved" msgstr "" #. F4jJK @@ -14119,22 +14121,49 @@ msgctxt "" msgid "<ahelp hid=\"HID_CHARMAP_CTL_SHOWSET\">Click the special character(s) that you want to insert, and then click <emph>Insert</emph>.</ahelp>" msgstr "" -#. n8ENj +#. VSFia #: 04100000.xhp msgctxt "" "04100000.xhp\n" "hd_id3154317\n" "help.text" -msgid "Characters" +msgid "Recent Characters" msgstr "" -#. ta52D +#. 4FZk9 #: 04100000.xhp msgctxt "" "04100000.xhp\n" "par_id3152551\n" "help.text" -msgid "Displays the special characters to be inserted. Edit this field if you want to change the current selection of characters." +msgid "Displays the special characters that were inserted recently." +msgstr "" + +#. FhhBr +#: 04100000.xhp +msgctxt "" +"04100000.xhp\n" +"hd_id9854317\n" +"help.text" +msgid "Favorite Characters" +msgstr "" + +#. Qp8gh +#: 04100000.xhp +msgctxt "" +"04100000.xhp\n" +"par_id3159351\n" +"help.text" +msgid "Displays the special characters that were chosen with the <emph>Add to Favorites</emph> button. Up to 16 special characters can be saved as a favorite." +msgstr "" + +#. yjLEK +#: 04100000.xhp +msgctxt "" +"04100000.xhp\n" +"par_id31525545\n" +"help.text" +msgid "Double-click on a special character will insert it into the document." msgstr "" #. U8Mm2 @@ -14254,42 +14283,6 @@ msgctxt "" msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>" msgstr "" -#. tgqqs -#: 04150000.xhp -msgctxt "" -"04150000.xhp\n" -"par_id030420161017343575\n" -"help.text" -msgid "Chart From File" -msgstr "" - -#. RHGkL -#: 04150000.xhp -msgctxt "" -"04150000.xhp\n" -"par_id030420161036124113\n" -"help.text" -msgid "<ahelp hid=\".uno:InsertObjectChartFromFile\">Inserts a chart from within another spreadsheet or from an ODF Chart file (file extension: <emph>*.odc</emph>).</ahelp>" -msgstr "" - -#. DRhEX -#: 04150000.xhp -msgctxt "" -"04150000.xhp\n" -"par_id030420161017345031\n" -"help.text" -msgid "3D Model" -msgstr "" - -#. u3mir -#: 04150000.xhp -msgctxt "" -"04150000.xhp\n" -"par_id03042016103612802\n" -"help.text" -msgid "<ahelp hid=\".uno:Insert3DModel\">Inserts a 3D models in the glTF format. This option is currently only available for Windows and Linux.</ahelp>" -msgstr "" - #. mRZCQ #: 04150000.xhp msgctxt "" @@ -14774,7 +14767,7 @@ msgctxt "" "tit\n" "help.text" msgid "Font" -msgstr "" +msgstr "Šriftas" #. HYnrq #: 05020100.xhp @@ -14783,7 +14776,7 @@ msgctxt "" "bm_id3154812\n" "help.text" msgid "<bookmark_value>formats; fonts</bookmark_value><bookmark_value>characters;fonts and formats</bookmark_value><bookmark_value>fonts; formats</bookmark_value><bookmark_value>text; fonts and formats</bookmark_value><bookmark_value>typefaces; formats</bookmark_value><bookmark_value>font sizes; relative changes</bookmark_value><bookmark_value>languages; spellchecking and formatting</bookmark_value><bookmark_value>characters; enabling CTL and Asian characters</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>formatai; šriftai</bookmark_value><bookmark_value>rašmenys;šriftai ir formatai</bookmark_value><bookmark_value>šriftai; formatai</bookmark_value><bookmark_value>tekstas; šriftai ir formatai</bookmark_value><bookmark_value>garnitūras; formatai</bookmark_value><bookmark_value>šrifto dydis; santykinis keitimas</bookmark_value><bookmark_value>kalbos; rašybos tikrinimas ir formatavimas</bookmark_value><bookmark_value>rašmenys; kompleksinės teksto struktūros ir Azijos rašmenų įgalinimas</bookmark_value>" #. tYER7 #: 05020100.xhp @@ -14792,7 +14785,7 @@ msgctxt "" "hd_id3154812\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"CHART\"><link href=\"text/shared/01/05020100.xhp\" name=\"Characters\">Characters</link></caseinline><defaultinline><link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Font</link></defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CHART\"><link href=\"text/shared/01/05020100.xhp\" name=\"Characters\">Rašmenys</link></caseinline><defaultinline><link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Šriftas</link></defaultinline></switchinline>" #. ABAbR #: 05020100.xhp @@ -14801,7 +14794,7 @@ msgctxt "" "par_id3158405\n" "help.text" msgid "<variable id=\"zn\"><ahelp hid=\"cui/ui/charnamepage/CharNamePage\">Specify the formatting and the font that you want to apply.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"zn\"><ahelp hid=\"cui/ui/charnamepage/CharNamePage\">Čia nustatomas taikytinas formatavimas ir šriftas.</ahelp></variable>" #. mA83G #: 05020100.xhp @@ -14810,7 +14803,7 @@ msgctxt "" "par_id3155616\n" "help.text" msgid "The changes are applied to the current selection, to the entire word that contains the cursor, or to the new text that you type." -msgstr "" +msgstr "Pakeitimai bus pritaikyti pažymėtam tekstui, visam žodžiui, kuriame tuo metu yra žymeklis, arba naujai renkamam tekstui." #. WcHYN #: 05020100.xhp @@ -14819,7 +14812,7 @@ msgctxt "" "par_id3155552\n" "help.text" msgid "Depending on your language settings, you can change the formatting for the following font types:" -msgstr "" +msgstr "Priklausomai nuo kalbos nuostatų, formatavimą galima keisti šiems šriftų tipams:" #. YBwW7 #: 05020100.xhp @@ -14828,7 +14821,7 @@ msgctxt "" "par_id3147291\n" "help.text" msgid "Western text font - Latin character sets." -msgstr "" +msgstr "Vakarų Europos kalbų šriftas – lotyniškos abėcėlės pagrindo rašmenys" #. yY9tq #: 05020100.xhp @@ -14837,7 +14830,7 @@ msgctxt "" "par_id3155391\n" "help.text" msgid "Asian text font - Chinese, Japanese, or Korean character sets" -msgstr "" +msgstr "Azijos kalbų šriftas – kiniški, japoniški ar korėjietiški rašmenys" #. vyMCG #: 05020100.xhp @@ -14846,7 +14839,7 @@ msgctxt "" "par_id3147576\n" "help.text" msgid "Complex text layout font - right-to-left text direction" -msgstr "" +msgstr "Kompleksinio teksto šriftas – tekstas, rašomas iš dešinės į kairę" #. iVVkD #: 05020100.xhp @@ -14855,7 +14848,7 @@ msgctxt "" "par_id3153663\n" "help.text" msgid "To enable support for complex text layout and Asian character sets, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>, and then select the <emph>Enabled</emph> box in the corresponding area." -msgstr "" +msgstr "Kompleksinio teksto ir Azijos kalbų rašmenims įgalinti pasirinkite <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME → Parinktys</emph></caseinline><defaultinline><emph>Priemonės → Parinktys</emph></defaultinline></switchinline><emph> → Kalbos nuostatos → Kalba</emph> ir pažymėkite atitinkamų parinkčių langelius." #. ig9HL #: 05020100.xhp @@ -14864,7 +14857,7 @@ msgctxt "" "par_id083120160609088310\n" "help.text" msgid "<image id=\"img_id083120160608495768\" src=\"media/screenshots/cui/ui/charnamepage/CharNamePage.png\" width=\"9.0417in\" height=\"6.9791in\"><alt id=\"alt_id083120160608495768\">Font dialog</alt></image>" -msgstr "" +msgstr "<image id=\"img_id083120160608495768\" src=\"media/screenshots/cui/ui/charnamepage/CharNamePage.png\" width=\"9.0417in\" height=\"6.9791in\"><alt id=\"alt_id083120160608495768\">Šrifto dialogo langas</alt></image>" #. Uf2n9 #: 05020100.xhp @@ -14873,7 +14866,7 @@ msgctxt "" "hd_id3148686\n" "help.text" msgid "Font" -msgstr "" +msgstr "Garnitūras" #. 8uKGv #: 05020100.xhp @@ -14882,7 +14875,7 @@ msgctxt "" "par_id3148491\n" "help.text" msgid "<ahelp hid=\"cui/ui/charnamepage/ctlfontnamelb\">Enter the name of an installed font that you want to use, or select a font from the list.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/charnamepage/ctlfontnamelb\">Įveskite kompiuteryje įdiegto ir norimo naudoti šrifto pavadinimą arba parinkite šriftą iš sąrašo.</ahelp>" #. ZZ6JH #: 05020100.xhp @@ -14891,7 +14884,7 @@ msgctxt "" "hd_id3143271\n" "help.text" msgid "Typeface" -msgstr "" +msgstr "Stilius" #. sABoQ #: 05020100.xhp @@ -14900,7 +14893,7 @@ msgctxt "" "par_id3155922\n" "help.text" msgid "<ahelp hid=\"cui/ui/charnamepage/ctlstylelb\">Select the formatting that you want to apply.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/charnamepage/ctlstylelb\">Parinkite norimą taikyti formatavimą.</ahelp>" #. MGdTv #: 05020100.xhp @@ -14909,7 +14902,7 @@ msgctxt "" "hd_id3151054\n" "help.text" msgid "Size" -msgstr "" +msgstr "Dydis" #. oGL33 #: 05020100.xhp @@ -14918,7 +14911,7 @@ msgctxt "" "par_id3150359\n" "help.text" msgid "<ahelp hid=\"cui/ui/charnamepage/ctlsizelb\">Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/charnamepage/ctlsizelb\">Įveskite arba parinkite norimą šrifto dydį. Keičiamo dydžio šriftams reikšmė gali būti ir dešimtainė trupmena.</ahelp>" #. t9Gfx #: 05020100.xhp @@ -14927,7 +14920,7 @@ msgctxt "" "par_id3148797\n" "help.text" msgid "If you are creating a style that is based on another style, you can enter a percentage value or a point value (for example, <item type=\"input\">-2pt</item> or <item type=\"input\">+5pt</item>)." -msgstr "" +msgstr "Jei kuriate stilių kito stiliaus pagrindu, galima nurodyti ir procentinę dydžio reikšmę ar skirtumą taškais, (pavyzdžiui, <item type=\"input\">-2 tšk.</item> ar <item type=\"input\">+5 tšk.</item>)." #. hJCp6 #: 05020100.xhp @@ -14936,7 +14929,7 @@ msgctxt "" "hd_id3151176\n" "help.text" msgid "Language" -msgstr "" +msgstr "Kalba" #. MGSCA #: 05020100.xhp @@ -14945,7 +14938,7 @@ msgctxt "" "par_id3157961\n" "help.text" msgid "<ahelp hid=\"cui/ui/charnamepage/ctllanglb\">Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/charnamepage/ctllanglb\">Čia nustatoma pažymėto ar naujai renkamo teksto rašybos tikrinimo kalba. Kalbos, kurioms yra įdiegtas rašybos tikrinimo modulis, pažymėtos varnele.</ahelp>" #. dyESr #: 05020100.xhp @@ -14954,7 +14947,7 @@ msgctxt "" "par_id3157962\n" "help.text" msgid "If the language list consists of an editable combo box, you can enter a valid <emph>BCP 47 language tag</emph> if the language you want to assign is not available from the selectable list." -msgstr "" +msgstr "Jei kalbų sąrašas pateikiamas jungtiniame langelyje, o norimos kalbos sąraše nėra, galima įvesti galiojančią <emph>BCP 47 tipo kalbos žymę</emph>." #. Xf7AT #: 05020100.xhp @@ -14963,7 +14956,7 @@ msgctxt "" "par_id3157963\n" "help.text" msgid "For language tag details please see the <link href=\"http://www.langtag.net/\"><emph>For users</emph> section on the langtag.net web site</link>." -msgstr "" +msgstr "Daugiau apie kalbų žymes skaitykite tinklalapio <link href=\"http://www.langtag.net/\">langtag.net naudotojams skirtoje dalyje <emph>For users</emph></link>." #. cpdYi #: 05020100.xhp @@ -14972,7 +14965,7 @@ msgctxt "" "par_id3153770\n" "help.text" msgid "You can also change the locale setting for cells (choose <emph>Format - Cells - Numbers</emph>)." -msgstr "" +msgstr "Langeliams galima pakeisti ir lokalės nuostatas (pasirinkite <emph>Formatas → Langeliai</emph>, kortelė <emph>Skaičiai</emph>)." #. ZqG5G #: 05020100.xhp @@ -14981,7 +14974,7 @@ msgctxt "" "par_id3145364\n" "help.text" msgid "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Asian languages support\">Asian languages support</link>" -msgstr "" +msgstr "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Asian languages support\">Azijos kalbų suderinamumas</link>" #. yEggE #: 05020100.xhp @@ -14990,7 +14983,7 @@ msgctxt "" "par_id3147213\n" "help.text" msgid "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Complex text layout support\">Complex text layout support</link>" -msgstr "" +msgstr "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Complex text layout support\">Kompleksinės teksto struktūros suderinamumas</link>" #. FC2BQ #: 05020200.xhp @@ -14999,7 +14992,7 @@ msgctxt "" "tit\n" "help.text" msgid "Font Effects" -msgstr "" +msgstr "Rašmenų savybės" #. VKWDA #: 05020200.xhp @@ -15008,7 +15001,7 @@ msgctxt "" "bm_id3153514\n" "help.text" msgid "<bookmark_value>fonts; effects</bookmark_value><bookmark_value>formatting; font effects</bookmark_value><bookmark_value>characters; font effects</bookmark_value><bookmark_value>text; font effects</bookmark_value><bookmark_value>effects; fonts</bookmark_value><bookmark_value>underlining; text</bookmark_value><bookmark_value>capital letters; font effects</bookmark_value><bookmark_value>lowercase letters; font effects</bookmark_value><bookmark_value>titles; font effects</bookmark_value><bookmark_value>small capitals</bookmark_value><bookmark_value>strikethrough; font effects</bookmark_value><bookmark_value>fonts; strikethrough</bookmark_value><bookmark_value>outlines; font effects</bookmark_value><bookmark_value>fonts; outlines</bookmark_value><bookmark_value>shadows; characters</bookmark_value><bookmark_value>fonts; shadows</bookmark_value><bookmark_value>fonts; color ignored</bookmark_value><bookmark_value>ignored font colors</bookmark_value><bookmark_value>colors; ignored text color</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>šriftai; rašmenų savybės</bookmark_value><bookmark_value>formatavimas; rašmenų savybės</bookmark_value><bookmark_value>rašmenys; savybės</bookmark_value><bookmark_value>tekstas; rašmenų savybės</bookmark_value><bookmark_value>savybės; rašmenys</bookmark_value><bookmark_value>pabraukimas; tekstas</bookmark_value><bookmark_value>didžiosios raidės; rašmenų savybės</bookmark_value><bookmark_value>mažosios raidės; rašmenų savybės</bookmark_value><bookmark_value>iš didžiųjų raidžių; rašmenų savybės</bookmark_value><bookmark_value>sumažintos didžiosios raidės</bookmark_value><bookmark_value>perbraukimas; rašmenų savybės</bookmark_value><bookmark_value>šriftai; perbraukimas</bookmark_value><bookmark_value>kontūras; rašmenų savybės</bookmark_value><bookmark_value>šriftai; kontūras</bookmark_value><bookmark_value>šešėliai; rašmenys</bookmark_value><bookmark_value>šriftai; šešėliai</bookmark_value><bookmark_value>šriftai; spalvų nepaisymas</bookmark_value><bookmark_value>nepaisoma rašmenų spalva</bookmark_value><bookmark_value>spalvos; nepaisoma teksto spalva</bookmark_value>" #. ENsDC #: 05020200.xhp @@ -15017,7 +15010,7 @@ msgctxt "" "hd_id3153514\n" "help.text" msgid "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Effects\">Font Effects</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Effects\">Rašmenų savybės</link>" #. BGt5t #: 05020200.xhp @@ -15026,7 +15019,7 @@ msgctxt "" "par_id3149205\n" "help.text" msgid "<ahelp hid=\"cui/ui/effectspage/EffectsPage\">Specify the font effects that you want to use.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/effectspage/EffectsPage\">Čia nurodomos naudotinos rašmenų savybės.</ahelp>" #. AYN9L #: 05020200.xhp @@ -15035,7 +15028,7 @@ msgctxt "" "hd_id3149482\n" "help.text" msgid "Font Color" -msgstr "" +msgstr "Teksto spalva" #. yZAbJ #: 05020200.xhp @@ -15044,7 +15037,7 @@ msgctxt "" "par_id3146924\n" "help.text" msgid "<ahelp hid=\"cui/ui/effectspage/fontcolorlb\">Sets the color for the selected text. If you select <emph>Automatic</emph>, the text color is set to black for light backgrounds and to white for dark backgrounds.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/effectspage/fontcolorlb\">Parenkama pažymėto teksto spalva. Jei parinksite nuostatą <emph>Automatiškai</emph>, teksto spalva bus juoda, kai naudojamas šviesus fonas, ir balta, kai naudojamas tamsus fonas.</ahelp>" #. ScU6M #: 05020200.xhp @@ -15053,7 +15046,7 @@ msgctxt "" "par_idN10CC2\n" "help.text" msgid "To change the color of a text selection, select the text that you want to change, and click the <emph>Font Color</emph> icon. To apply a different color, click the arrow next to the <emph>Font Color</emph> icon, and then select the color that you want to use." -msgstr "" +msgstr "Kad pakeistumėte teksto spalvą, pažymėkite norimą tekstą ir spustelėkite mygtuką <emph>Teksto spalva</emph>. Jei norite pritaikyti kitokią spalvą, spustelėkite rodyklę šalia mygtuko <emph>Teksto spalva</emph> ir parinkite norimą spalvą." #. vT2uF #: 05020200.xhp @@ -15062,7 +15055,7 @@ msgctxt "" "par_idN10CC9\n" "help.text" msgid "If you click the <emph>Font Color</emph> icon before you select text, the paint can cursor appears. To change the color of text, select the text with the paint can cursor. To change the color of a single word, double-click in a word. To apply a different color, click the arrow next to the <emph>Font Color</emph> icon, and then select the color that you want to use." -msgstr "" +msgstr "Jei mygtuką <emph>Teksto spalva</emph> spustelėsite dar nepažymėję teksto, žymeklis įgis dažų skardinės formą. Kad pakeistumėte teksto spalvą, pažymėkite norimą tekstą šiuo žymekliu. Jei norite pakeisti vieno žodžio spalvą, dukart spustelėkite tą žodį. Jei norite pritaikyti kitokią spalvą, spustelėkite rodyklę šalia mygtuko <emph>Teksto spalva</emph> ir parinkite norimą spalvą." #. vjg7G #: 05020200.xhp @@ -15071,7 +15064,7 @@ msgctxt "" "par_idN10CD6\n" "help.text" msgid "To undo the last change, right-click." -msgstr "" +msgstr "Jei norite atšaukti paskutinį pakeitimą, spustelėkite dešiniuoju pelės klavišu." #. Dj8AA #: 05020200.xhp @@ -15080,7 +15073,7 @@ msgctxt "" "par_idN10CDA\n" "help.text" msgid "To exit the paint can mode, click once, or press the <emph>Esc</emph> key." -msgstr "" +msgstr "Jei norite atsisakyti spalvos taikymo veiksenos, spustelėkite kartą arba paspauskite <emph>grįžties</emph> klavišą." #. MFvGw #: 05020200.xhp @@ -15089,7 +15082,7 @@ msgctxt "" "par_id3150037\n" "help.text" msgid "The text color is ignored when printing, if the <emph>Print text in black</emph> check box is selected in <link href=\"text/shared/optionen/01040400.xhp\" name=\"Writer - Print\"><emph>%PRODUCTNAME Writer - Print</emph></link> in the <emph>Options</emph> dialog box." -msgstr "" +msgstr "Spausdinant dokumentą teksto spalvos nepaisoma, jei <emph>parinkčių</emph> lange <link href=\"text/shared/optionen/01040400.xhp\" name=\"Writer - Print\"><emph>„%PRODUCTNAME“ tekstų rengyklė → Spausdinimas</emph></link> įgalinta parinktis <emph>Tekstą spausdinti juodai</emph>." #. tFhVN #: 05020200.xhp @@ -15098,7 +15091,7 @@ msgctxt "" "par_id7613757\n" "help.text" msgid "The text color is ignored on screen, if the <emph>Use automatic font color for screen display</emph> check box is selected in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01013000.xhp\"><emph>%PRODUCTNAME - Accessibility</emph></link>." -msgstr "" +msgstr "Teksto spalvos nepaisoma rodant tekstą ekrane, jei lange <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME → Parinktys</emph></caseinline><defaultinline><emph>Priemonės → Parinktys</emph></defaultinline></switchinline><emph> → </emph><link href=\"text/shared/optionen/01013000.xhp\"><emph>%PRODUCTNAME → Pritaikymas neįgaliesiems</emph></link> įgalinta parinktis <emph>Ekrano vaizdui naudoti automatinę teksto spalvą</emph>." #. zbPP3 #: 05020200.xhp @@ -15107,7 +15100,25 @@ msgctxt "" "par_id3144766\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\"><variable id=\"textfarbe\">Click to apply the current font color to the selected characters. You can also click here, and then drag a selection to change the text color. Click the arrow next to the icon to open the <emph>Font color</emph> toolbar.</variable></ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\"><variable id=\"textfarbe\">Spustelėkite, jei parinktą spalvą norite pritaikyti pažymėtiems rašmenims. Taip pat galima pirma spustelėti čia, o paskui pažymėti tekstą, kurio spalvą norite keisti. Spustelėję rodyklę šalia mygtuko atversite <emph>teksto spalvos</emph> mygtukų juostą.</variable></ahelp>" + +#. Yvw3j +#: 05020200.xhp +msgctxt "" +"05020200.xhp\n" +"hd_id0123200902243377\n" +"help.text" +msgid "Transparency" +msgstr "Skaidrumas" + +#. xbjmo +#: 05020200.xhp +msgctxt "" +"05020200.xhp\n" +"par_id3146925\n" +"help.text" +msgid "Sets the transparency of the character text. The value 100% means entirely transparent, while 0% means not transparent at all." +msgstr "Nustatomas rašmenų skaidrumas. 100% vertė reiškia visiškai skaidrų tekstą, 0% – visiškai nepermatomą." #. giEeL #: 05020200.xhp @@ -15116,7 +15127,7 @@ msgctxt "" "hd_id3146137\n" "help.text" msgid "Effects" -msgstr "" +msgstr "Efektai" #. gFDAo #: 05020200.xhp @@ -15125,7 +15136,7 @@ msgctxt "" "par_id3150084\n" "help.text" msgid "<ahelp hid=\"cui/ui/effectspage/effectslb\">Select the font effects that you want to apply.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/effectspage/effectslb\">Čia parenkami norimi pritaikyti teksto efektai.</ahelp>" #. TCY6u #: 05020200.xhp @@ -15134,7 +15145,7 @@ msgctxt "" "hd_id3149575\n" "help.text" msgid "Effects" -msgstr "" +msgstr "Efektai" #. G2gCr #: 05020200.xhp @@ -15143,7 +15154,7 @@ msgctxt "" "par_id3148944\n" "help.text" msgid "The following capitalization effects are available:" -msgstr "" +msgstr "Galima rinktis iš šių raidžių lygio efektų:" #. Yh6gB #: 05020200.xhp @@ -15152,7 +15163,7 @@ msgctxt "" "par_id3155922\n" "help.text" msgid "<emph>Without</emph> - no effect is applied," -msgstr "" +msgstr "<emph>Jokio</emph> – netaikomas joks efektas." #. AohH9 #: 05020200.xhp @@ -15161,7 +15172,7 @@ msgctxt "" "par_id3154280\n" "help.text" msgid "<emph>Capitals</emph> - changes the selected lowercase characters to uppercase characters," -msgstr "" +msgstr "<emph>Didžiosios raidės</emph> – pažymėtos mažosios raidės pakeičiamos didžiosiomis raidėmis." #. KCVx4 #: 05020200.xhp @@ -15170,7 +15181,7 @@ msgctxt "" "par_id3148947\n" "help.text" msgid "<emph>Lowercase</emph> - changes the selected uppercase characters to lower characters," -msgstr "" +msgstr "<emph>Mažosios raidės</emph> – pažymėtos didžiosios raidės pakeičiamos mažosiomis raidėmis." #. zEB6q #: 05020200.xhp @@ -15179,7 +15190,7 @@ msgctxt "" "par_id3149456\n" "help.text" msgid "<emph>Title font</emph> - changes the first character of each selected word to an uppercase character," -msgstr "" +msgstr "<emph>Iš didžiųjų raidžių</emph> – visų pažymėtų žodžių pirmosios raidės pakeičiamos didžiosiomis raidėmis." #. 7gaCo #: 05020200.xhp @@ -15188,7 +15199,7 @@ msgctxt "" "par_id3154937\n" "help.text" msgid "<emph>Small capitals</emph> - changes the selected lowercase characters to uppercase characters, and then reduces their size." -msgstr "" +msgstr "<emph>Sumažintos didžiosios raidės</emph> – pažymėtos mažosios raidės pakeičiamos didžiosiomis ir sumažinamas jų dydis." #. iAwbr #: 05020200.xhp @@ -15197,7 +15208,7 @@ msgctxt "" "hd_id3154129\n" "help.text" msgid "Relief" -msgstr "" +msgstr "Reljefas" #. iXCe4 #: 05020200.xhp @@ -15206,7 +15217,7 @@ msgctxt "" "par_id3146974\n" "help.text" msgid "<ahelp hid=\"cui/ui/effectspage/relieflb\">Select a <emph>relief</emph> effect to apply to the selected text. The <emph>embossed</emph> relief makes the characters appear as if they are raised above the page. The <emph>engraved</emph> relief makes the characters appear as if they are pressed into the page.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/effectspage/relieflb\">Parinkite pažymėtam tekstui taikytiną <emph>reljefo</emph> efektą. Rašmenys su pritaikytu <emph>iškilaus</emph> reljefo efektu atrodys tarsi esantys iškilę iš lapo. <emph>Įdubus</emph> reljefo efektas suteiks rašmenims į lapą įspaustų rašmenų vaizdą.</ahelp>" #. BhRXq #: 05020200.xhp @@ -15215,7 +15226,7 @@ msgctxt "" "hd_id3147287\n" "help.text" msgid "Outline" -msgstr "" +msgstr "Kontūras" #. pPmRf #: 05020200.xhp @@ -15224,7 +15235,7 @@ msgctxt "" "par_id3159126\n" "help.text" msgid "<ahelp hid=\"cui/ui/effectspage/outlinecb\">Displays the outline of the selected characters. This effect does not work with every font.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/effectspage/outlinecb\">Rodomas tik pažymėtų rašmenų kontūras. Šio efekto negalima pritaikyti visiems šriftams.</ahelp>" #. TTNGb #: 05020200.xhp @@ -15233,7 +15244,7 @@ msgctxt "" "hd_id3163714\n" "help.text" msgid "Shadow" -msgstr "" +msgstr "Šešėlis" #. 3ATPy #: 05020200.xhp @@ -15242,7 +15253,7 @@ msgctxt "" "par_id3150962\n" "help.text" msgid "<ahelp hid=\"cui/ui/effectspage/shadowcb\">Adds a shadow that casts below and to the right of the selected characters.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/effectspage/shadowcb\">Pridedamas šešėlis, krentantis žemyn ir dešinėn nuo pažymėtų rašmenų.</ahelp>" #. kGuxJ #: 05020200.xhp @@ -15251,7 +15262,7 @@ msgctxt "" "bm_id410168\n" "help.text" msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>mirksintis tekstas</bookmark_value> <bookmark_value>blyksintis tekstas</bookmark_value>" #. Suvvn #: 05020200.xhp @@ -15260,7 +15271,7 @@ msgctxt "" "hd_id3152941\n" "help.text" msgid "Blinking" -msgstr "" +msgstr "Mirksėjimas" #. 2FiCB #: 05020200.xhp @@ -15269,7 +15280,7 @@ msgctxt "" "par_id3145662\n" "help.text" msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Pažymėtiems rašmenims pritaikomas mirksėjimo efektas. Mirksėjimo dažnio keisti negalima.</ahelp>" #. B3MEb #: 05020200.xhp @@ -15278,7 +15289,7 @@ msgctxt "" "par_idN10B81\n" "help.text" msgid "Hidden" -msgstr "" +msgstr "Paslėptas" #. DJ7xG #: 05020200.xhp @@ -15287,7 +15298,7 @@ msgctxt "" "par_idN10B85\n" "help.text" msgid "<ahelp hid=\"cui/ui/effectspage/hiddencb\">Hides the selected characters.</ahelp> To display the hidden text, ensure that <emph>Formatting Marks</emph> is selected in the <emph>View</emph> menu. You can also choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph> and select <emph>Hidden text</emph>." -msgstr "" +msgstr "<ahelp hid=\"cui/ui/effectspage/hiddencb\">Pažymėti rašmenys paslepiami.</ahelp> Jei norite parodyti paslėptą tekstą, meniu <emph>Rodymas</emph> įgalinkite parinktį <emph>Formatavimo ženklai</emph>. Taip pat galima lange <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME → Parinktys</emph></caseinline><defaultinline><emph>Priemonės → Parinktys</emph></defaultinline></switchinline><emph> → „%PRODUCTNAME“ tekstų rengyklė → Formatavimas</emph> pažymėti parinktį <emph>Paslėptus rašmenis</emph>." #. YV7be #: 05020200.xhp @@ -15296,7 +15307,7 @@ msgctxt "" "par_id0123200902291084\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\"><emph>Overlines or removes overlining from the selected text. If the cursor is not in a word, the new text that you enter is overlined.</emph></ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\"><emph>Nubrėžiama arba pašalinama linija virš pažymėto teksto. Jei žymeklis yra ne žodyje, linija brėžiama virš naujai renkamo teksto.</emph></ahelp>" #. yLgGs #: 05020200.xhp @@ -15305,7 +15316,7 @@ msgctxt "" "hd_id0123200902243376\n" "help.text" msgid "Overlining" -msgstr "" +msgstr "Linija viršuje" #. AgLqC #: 05020200.xhp @@ -15314,7 +15325,7 @@ msgctxt "" "par_id0123200902243343\n" "help.text" msgid "<ahelp hid=\"cui/ui/effectspage/overlinelb\">Select the overlining style that you want to apply. To apply the overlining to words only, select the <emph>Individual Words</emph> box.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/effectspage/overlinelb\">Parinkite norimą linijos virš teksto stilių. Jei norite, kad linija būtų tik virš žodžių, pažymėkite parinktį <emph>Tarpų nebraukti</emph>.</ahelp>" #. hjGmq #: 05020200.xhp @@ -15323,7 +15334,7 @@ msgctxt "" "hd_id0123200902243470\n" "help.text" msgid "Overline color" -msgstr "" +msgstr "Linijos viršuje spalva" #. Qj5QS #: 05020200.xhp @@ -15332,7 +15343,7 @@ msgctxt "" "par_id0123200902243466\n" "help.text" msgid "<ahelp hid=\"cui/ui/effectspage/overlinecolorlb\">Select the color for the overlining.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/effectspage/overlinecolorlb\">Parinkite linijos viršuje spalvą.</ahelp>" #. exFYD #: 05020200.xhp @@ -15341,7 +15352,7 @@ msgctxt "" "hd_id3150400\n" "help.text" msgid "Strikethrough" -msgstr "" +msgstr "Perbraukimas" #. GhmxB #: 05020200.xhp @@ -15350,7 +15361,7 @@ msgctxt "" "par_id3145203\n" "help.text" msgid "<ahelp hid=\"cui/ui/effectspage/strikeoutlb\">Select a strikethrough style for the selected text.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/effectspage/strikeoutlb\">Parinkite norimą pažymėto teksto perbraukimo stilių.</ahelp>" #. 8KFk2 #: 05020200.xhp @@ -15359,7 +15370,7 @@ msgctxt "" "par_id3150496\n" "help.text" msgid "If you save your document in Microsoft Word format, all of the strikethrough styles are converted to the single line style." -msgstr "" +msgstr "Jei dokumentą įrašysite „Microsoft Word“ formatu, visi perbraukimo stiliai bus pakeisti į viengubą liniją." #. ojwCR #: 05020200.xhp @@ -15368,7 +15379,7 @@ msgctxt "" "hd_id3151226\n" "help.text" msgid "Underlining" -msgstr "" +msgstr "Pabraukimas" #. WedNX #: 05020200.xhp @@ -15377,7 +15388,7 @@ msgctxt "" "par_id3147576\n" "help.text" msgid "<ahelp hid=\"cui/ui/effectspage/underlinelb\">Select the underlining style that you want to apply. To apply the underlining to words only, select the <emph>Individual Words</emph> box.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/effectspage/underlinelb\">Parinkite norimą pabraukimo linijos stilių. Jei norite pabraukti tik žodžius, pažymėkite parinktį <emph>Tarpų nebraukti</emph>.</ahelp>" #. E5TPY #: 05020200.xhp @@ -15386,7 +15397,7 @@ msgctxt "" "par_id3153147\n" "help.text" msgid "If you apply underlining to a superscript text, the underlining is raised to the level of the superscript. If the superscript is contained in a word with normal text, the underlining is not raised." -msgstr "" +msgstr "Jei pabraukimą pritaikysite viršutinio indekso tekstui, pabraukimo linija bus pakelta į indekso aukštį. Jei viršutinis indeksas yra žodyje, užrašytame įprastu tekstu, pabraukimo linija nekeliama." #. PssvR #: 05020200.xhp @@ -15395,7 +15406,7 @@ msgctxt "" "hd_id3148642\n" "help.text" msgid "Underline color" -msgstr "" +msgstr "Pabraukimo spalva" #. iFDaB #: 05020200.xhp @@ -15404,7 +15415,7 @@ msgctxt "" "par_id3150254\n" "help.text" msgid "<ahelp hid=\"cui/ui/effectspage/underlinecolorlb\">Select the color for the underlining.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/effectspage/underlinecolorlb\">Parinkite pabraukimo linijos spalvą.</ahelp>" #. vCnQY #: 05020200.xhp @@ -15413,7 +15424,7 @@ msgctxt "" "hd_id3153104\n" "help.text" msgid "Individual words" -msgstr "" +msgstr "Tarpų nebraukti" #. LifTi #: 05020200.xhp @@ -15422,7 +15433,7 @@ msgctxt "" "par_id3152935\n" "help.text" msgid "<ahelp hid=\"cui/ui/effectspage/individualwordscb\">Applies the selected effect only to words and ignores spaces.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/effectspage/individualwordscb\">Norimas efektas taikomas tik žodžiams, praleidžiant tarpus.</ahelp>" #. 7qD3W #: 05020200.xhp @@ -15431,7 +15442,7 @@ msgctxt "" "hd_id3150332\n" "help.text" msgid "Emphasis mark" -msgstr "" +msgstr "Išskyrimo simbolis" #. v3dTW #: 05020200.xhp @@ -15440,7 +15451,7 @@ msgctxt "" "par_id3152576\n" "help.text" msgid "<ahelp hid=\"cui/ui/effectspage/emphasislb\">Select a character to display over or below the entire length of the selected text.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/effectspage/emphasislb\">Parinkite ženklą, kuris bus rodomas virš arba po visu pažymėtu tekstu.</ahelp>" #. Fuu9V #: 05020200.xhp @@ -15449,7 +15460,7 @@ msgctxt "" "hd_id3152460\n" "help.text" msgid "Position" -msgstr "" +msgstr "Padėtis" #. 44rBr #: 05020200.xhp @@ -15458,7 +15469,7 @@ msgctxt "" "par_id3147436\n" "help.text" msgid "<ahelp hid=\"cui/ui/effectspage/positionlb\">Specify where to display the emphasis marks.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/effectspage/positionlb\">Nurodykite, kur turi būti rodomas išskyrimo simbolis.</ahelp>" #. BzbXS #: 05020300.xhp @@ -15487,6 +15498,15 @@ msgctxt "" msgid "Numbers / Format" msgstr "" +#. CNMbg +#: 05020300.xhp +msgctxt "" +"05020300.xhp\n" +"par_id3145086\n" +"help.text" +msgid "Specify the formatting option for the selected variable." +msgstr "" + #. z8GFZ #: 05020300.xhp msgctxt "" @@ -15532,13 +15552,13 @@ msgctxt "" msgid "Format" msgstr "" -#. EUEpX +#. igSKQ #: 05020300.xhp msgctxt "" "05020300.xhp\n" "par_id3148491\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberingformatpage/formatlb\">Select how you want the contents of the selected cell(s) to be displayed.</ahelp> The code for the selected option is displayed in the <emph>Format Code</emph> box." +msgid "<ahelp hid=\"cui/ui/numberingformatpage/formatlb\">Select how you want the contents of the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cell(s) </caseinline><defaultinline>field</defaultinline></switchinline> to be displayed.</ahelp> The code for the selected option is displayed in the <emph>Format code</emph> box." msgstr "" #. zFHm5 @@ -15577,13 +15597,13 @@ msgctxt "" msgid "Language" msgstr "" -#. BRVHP +#. tGmXJ #: 05020300.xhp msgctxt "" "05020300.xhp\n" "par_id3154138\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberingformatpage/languagelb\">Specifies the language setting for the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cells </caseinline><defaultinline>fields</defaultinline></switchinline>. With the language set to <emph>Automatic</emph>, $[officename] automatically applies the number formats associated with the system default language. Select any language to fix the settings for the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cells</caseinline><defaultinline> fields</defaultinline></switchinline>.</ahelp>" +msgid "<ahelp hid=\"cui/ui/numberingformatpage/languagelb\">Specifies the language setting for the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cells</caseinline><defaultinline>field</defaultinline></switchinline>. <switchinline select=\"appl\"><caseinline select=\"WRITER\">With the language set to <emph>Automatic</emph>, $[officename] automatically applies the number formats associated with the system default language.</caseinline></switchinline> Select any language to fix the settings for the selected <switchinline select=\"appl\"><caseinline select=\"CALC\">cells</caseinline><defaultinline> fields</defaultinline></switchinline>.</ahelp>" msgstr "" #. K29ZG @@ -15775,40 +15795,40 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/numberingformatpage/add\">Adds the number format code that you entered to the user-defined category.</ahelp>" msgstr "" -#. LhvTR +#. FqD4t #: 05020300.xhp msgctxt "" "05020300.xhp\n" -"hd_id3149263\n" +"hd_id3153573\n" "help.text" -msgid "Delete" +msgid "Edit Comment" msgstr "" -#. MLH57 +#. yjr9j #: 05020300.xhp msgctxt "" "05020300.xhp\n" -"par_id3154150\n" +"par_id3083444\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberingformatpage/delete\">Deletes the selected number format.</ahelp> The changes are effective after you restart $[officename]." +msgid "<ahelp hid=\"cui/ui/numberingformatpage/edit\">Adds a comment to the selected number format.</ahelp>" msgstr "" -#. FqD4t +#. LhvTR #: 05020300.xhp msgctxt "" "05020300.xhp\n" -"hd_id3153573\n" +"hd_id3149263\n" "help.text" -msgid "Edit Comment" +msgid "Delete" msgstr "" -#. yjr9j +#. MLH57 #: 05020300.xhp msgctxt "" "05020300.xhp\n" -"par_id3083444\n" +"par_id3154150\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberingformatpage/edit\">Adds a comment to the selected number format.</ahelp>" +msgid "<ahelp hid=\"cui/ui/numberingformatpage/delete\">Deletes the selected number format.</ahelp> The changes are effective after you restart $[officename]." msgstr "" #. 8oTWz @@ -20445,7 +20465,7 @@ msgctxt "" "tit\n" "help.text" msgid "Paragraph" -msgstr "" +msgstr "Pastraipa" #. Spx9H #: 05030000.xhp @@ -20454,7 +20474,7 @@ msgctxt "" "hd_id3150467\n" "help.text" msgid "Paragraph" -msgstr "" +msgstr "Pastraipa" #. w6EvU #: 05030000.xhp @@ -20463,7 +20483,7 @@ msgctxt "" "par_id3148668\n" "help.text" msgid "<variable id=\"absatztext\"><ahelp hid=\".\">Modifies the format of the current paragraph, such as indents and alignment.</ahelp></variable> To modify the font of the current paragraph, select the entire paragraph, choose Format - Character, and then click on the Font tab." -msgstr "" +msgstr "<variable id=\"absatztext\"><ahelp hid=\".\">Čia keičiamos veikiamosios pastraipos formato savybės, pavyzdžiui, įtraukos ar lygiuotė.</ahelp></variable> Jei norite pakeisti veikiamosios pastraipos teksto šriftą, pažymėkite visą pastraipą, pasirinkite <emph>Formatas → Rašmenys</emph> ir atverkite kortelę <emph>Šriftas</emph>." #. bfSQ5 #: 05030000.xhp @@ -20472,7 +20492,7 @@ msgctxt "" "par_id3156042\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The paragraph style for the current paragraph is displayed at the <emph>Formatting</emph> toolbar, and is highlighted in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles window</link>. </caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Veikiamosios pastraipos stiliaus pavadinimas rodomas <emph>formatavimo</emph> mygtukų juostoje, taip pat yra paryškintas <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">stilių polangyje</link>. </caseinline></switchinline>" #. 3xcFE #: 05030100.xhp @@ -20481,7 +20501,7 @@ msgctxt "" "tit\n" "help.text" msgid "Indents and Spacing" -msgstr "" +msgstr "Įtraukos ir intervalai" #. VaNGr #: 05030100.xhp @@ -20490,7 +20510,7 @@ msgctxt "" "bm_id3154689\n" "help.text" msgid "<bookmark_value>spacing; between paragraphs in footnotes</bookmark_value> <bookmark_value>line spacing; paragraph</bookmark_value> <bookmark_value>spacing; lines and paragraphs</bookmark_value> <bookmark_value>single-line spacing in text</bookmark_value> <bookmark_value>one and a half line spacing in text</bookmark_value> <bookmark_value>double-line spacing in paragraphs</bookmark_value> <bookmark_value>leading between paragraphs</bookmark_value> <bookmark_value>paragraphs;spacing</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>intervalai; pastraipos ir išnašos</bookmark_value> <bookmark_value>eilučių intervalas; pastraipa</bookmark_value> <bookmark_value>intervalai; eilutės ir pastraipos</bookmark_value> <bookmark_value>viengubas teksto intervalas</bookmark_value> <bookmark_value>pusantros eilutės intervalas</bookmark_value> <bookmark_value>dvigubas eilutės intervalas pastraipoje</bookmark_value> <bookmark_value>intervalas prieš pastraipą</bookmark_value> <bookmark_value>pastraipos;intervalai</bookmark_value>" #. 7nXFS #: 05030100.xhp @@ -20499,7 +20519,7 @@ msgctxt "" "hd_id3154689\n" "help.text" msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Indents and Spacing\">Indents and Spacing</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/05030100.xhp\" name=\"Indents and Spacing\">Įtraukos ir intervalai</link>" #. CfTPu #: 05030100.xhp @@ -20508,7 +20528,7 @@ msgctxt "" "par_id3155069\n" "help.text" msgid "<ahelp hid=\"cui/ui/paraindentspacing/ParaIndentSpacing\">Sets the indenting and the spacing options for the paragraph.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/paraindentspacing/ParaIndentSpacing\">Čia nustatomos pastraipos įtraukų ir intervalų parinktys.</ahelp>" #. SrSp7 #: 05030100.xhp @@ -20517,7 +20537,7 @@ msgctxt "" "par_id3153910\n" "help.text" msgid "To change the measurement units used in this dialog, choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General, and then select a new measurement unit in the Settings area." -msgstr "" +msgstr "Jei norite pakeisti šiame dialogo lange naudojamus matavimo vienetus, pasirinkite <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME → Parinktys</emph></caseinline><defaultinline><emph>Priemonės → Parinktys</emph></defaultinline></switchinline><emph> → „%PRODUCTNAME“ tekstų rengyklė → Bendrosios parinktys</emph> ir grupėje <emph>Nuostatos</emph> parinkite norimus matavimo vienetus." #. Vwj8X #: 05030100.xhp @@ -20526,7 +20546,7 @@ msgctxt "" "par_id3154823\n" "help.text" msgid "You can also <link href=\"text/swriter/guide/ruler.xhp\" name=\"ruler\">set indents using the ruler</link>. To display the ruler, choose <emph>View - Ruler</emph>." -msgstr "" +msgstr "Įtraukas taip pat galima nustatyti <link href=\"text/swriter/guide/ruler.xhp\" name=\"ruler\">naudojantis liniuote</link>. Kad liniuotės būtų matomos, pažymėkite norimą parinktį meniu <emph>Rodymas → Liniuotės</emph>." #. JndpY #: 05030100.xhp @@ -20535,7 +20555,7 @@ msgctxt "" "hd_id3158430\n" "help.text" msgid "Indent" -msgstr "" +msgstr "Įtrauka" #. EEoCX #: 05030100.xhp @@ -20544,7 +20564,7 @@ msgctxt "" "par_id3155419\n" "help.text" msgid "Specify the amount of space to leave between the left and the right page margins and the paragraph." -msgstr "" +msgstr "Nurodykite atstumą tarp kairiosios ar dešiniosios puslapio paraštės ir pastraipos." #. CPzaB #: 05030100.xhp @@ -20553,7 +20573,7 @@ msgctxt "" "hd_id3153698\n" "help.text" msgid "Before text" -msgstr "" +msgstr "Iš kairės" #. CGRbx #: 05030100.xhp @@ -20562,7 +20582,7 @@ msgctxt "" "par_id3148990\n" "help.text" msgid "<ahelp hid=\"cui/ui/paraindentspacing/spinED_LEFTINDENT\">Enter the amount of space that you want to indent the paragraph from the page margin. If you want the paragraph to extend into the page margin, enter a negative number. In Left-to-Right languages, the left edge of the paragraph is indented with respect to the left page margin. In Right-to-Left languages, the right edge of the paragraph is indented with respect to the right page margin.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/paraindentspacing/spinED_LEFTINDENT\">Nurodykite atstumą, kuriuo pastraipa turėtų būti atitraukta nuo puslapio paraštės. Jei norite, kad pastraipos tekstas būtų ir paraštėje, įvesite neigiamą skaičių. Kalboms, kuriose tekstas rašomas iš kairės į dešinę, kairysis pastraipos kraštas įtraukiamas kairiosios paraštės atžvilgiu. Jei tekstas rašomas iš dešinės į kairę, dešinysis pastraipos kraštas įtraukiamas dešiniosios paraštės atžvilgiu.</ahelp>" #. mpSaD #: 05030100.xhp @@ -20571,7 +20591,7 @@ msgctxt "" "hd_id3152361\n" "help.text" msgid "After text" -msgstr "" +msgstr "Iš dešinės" #. DkA54 #: 05030100.xhp @@ -20580,7 +20600,7 @@ msgctxt "" "par_id3154390\n" "help.text" msgid "<ahelp hid=\"cui/ui/paraindentspacing/spinED_RIGHTINDENT\">Enter the amount of space that you want to indent the paragraph from the page margin. If you want the paragraph to extend into the page margin, enter a negative number. In Left-to-Right languages, the right edge of the paragraph is indented with respect to the right page margin. In Right-to-Left languages, the left edge of the paragraph is indented with respect to the left page margin.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/paraindentspacing/spinED_RIGHTINDENT\">Nurodykite atstumą, kuriuo pastraipa turėtų būti atitraukta nuo puslapio paraštės. Jei norite, kad pastraipos tekstas būtų ir paraštėje, įvesite neigiamą skaičių. Kalboms, kuriose tekstas rašomas iš kairės į dešinę, dešinysis pastraipos kraštas įtraukiamas dešiniosios paraštės atžvilgiu. Jei tekstas rašomas iš dešinės į kairę, kairysis pastraipos kraštas įtraukiamas kairiosios paraštės atžvilgiu.</ahelp>" #. kJ3JQ #: 05030100.xhp @@ -20589,7 +20609,7 @@ msgctxt "" "hd_id3149169\n" "help.text" msgid "First line" -msgstr "" +msgstr "Pirmoji eilutė" #. 6QAJh #: 05030100.xhp @@ -20598,24 +20618,24 @@ msgctxt "" "par_id3150651\n" "help.text" msgid "<ahelp hid=\"cui/ui/paraindentspacing/spinED_FLINEINDENT\">Indents the first line of a paragraph by the amount that you enter. To create a hanging indent enter a positive value for \"Before text\" and a negative value for \"First line\". To indent the first line of a paragraph that uses numbering or bullets, choose \"<link href=\"text/shared/01/06050600.xhp\">Format - Bullets and Numbering - Position</link>\".</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/paraindentspacing/spinED_FLINEINDENT\">Nurodyta verte įtraukiama pirmoji pastraipos eilutė. Jei norite sukurti atvirkštinę įtrauką, įveskite teigiamą reikšmę laukelyje <emph>Iš kairės</emph> ir neigiamą reikšmę laukelyje <emph>Pirmoji eilutė</emph>. Numeruotos ar ženklintos pastraipos pirmosios eilutės įtrauką galima nustatyti lango <emph>Formatas → Ženklinimas ir numeravimas</emph> kortelėje <link href=\"text/shared/01/06050600.xhp\"><emph>Padėtis</emph></link>.</ahelp>" -#. XD9qr +#. yWgGc #: 05030100.xhp msgctxt "" "05030100.xhp\n" "hd_id3150288\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Automatic</caseinline></switchinline>" +msgid "Automatic" msgstr "" -#. aB2NF +#. dJRTJ #: 05030100.xhp msgctxt "" "05030100.xhp\n" "par_id3151041\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/paraindentspacing/checkCB_AUTO\">Automatically indents a paragraph according to the font size and the line spacing. The setting in the <emph>First Line </emph>box is ignored.</ahelp></caseinline></switchinline>" +msgid "<ahelp hid=\"cui/ui/paraindentspacing/checkCB_AUTO\">Automatically indents a paragraph according to the font size and the line spacing. The setting in the <emph>First Line </emph>box is ignored.</ahelp>" msgstr "" #. Ppsst @@ -20625,7 +20645,7 @@ msgctxt "" "hd_id3157894\n" "help.text" msgid "Spacing" -msgstr "" +msgstr "Intervalas" #. 8Bjry #: 05030100.xhp @@ -20634,7 +20654,7 @@ msgctxt "" "par_id3152462\n" "help.text" msgid "Specify the amount of space to leave between selected paragraphs." -msgstr "" +msgstr "Nurodykite, kokį atstumą reikia palikti tarp pažymėtų pastraipų." #. uF3vy #: 05030100.xhp @@ -20643,7 +20663,7 @@ msgctxt "" "hd_id3147216\n" "help.text" msgid "Above paragraph" -msgstr "" +msgstr "Prieš pastraipą" #. FxydJ #: 05030100.xhp @@ -20652,7 +20672,7 @@ msgctxt "" "par_id3146148\n" "help.text" msgid "<ahelp hid=\"cui/ui/paraindentspacing/spinED_TOPDIST\">Enter the amount of space that you want to leave above the selected paragraph(s).</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/paraindentspacing/spinED_TOPDIST\">Nurodykite atstumą, kurį reikia palikti virš pažymėtos pastraipos(-ų).</ahelp>" #. 2AFhr #: 05030100.xhp @@ -20661,7 +20681,7 @@ msgctxt "" "hd_id3145590\n" "help.text" msgid "Below paragraph" -msgstr "" +msgstr "Po pastraipos" #. E4iuG #: 05030100.xhp @@ -20670,7 +20690,7 @@ msgctxt "" "par_id3163822\n" "help.text" msgid "<ahelp hid=\"cui/ui/paraindentspacing/spinED_BOTTOMDIST\">Enter the amount of space that you want to leave below the selected paragraph(s).</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/paraindentspacing/spinED_BOTTOMDIST\">Nurodykite atstumą, kurį reikia palikti po pažymėta pastraipa(-omis).</ahelp>" #. XcHiq #: 05030100.xhp @@ -20679,7 +20699,7 @@ msgctxt "" "hd_id3145591\n" "help.text" msgid "Don't add space between paragraphs of the same style" -msgstr "" +msgstr "Neįterpti intervalo tarp to paties stiliaus pastraipų" #. eqZaq #: 05030100.xhp @@ -20688,7 +20708,7 @@ msgctxt "" "par_id3163823\n" "help.text" msgid "<ahelp hid=\"cui/ui/paraindentspacing/checkCB_CONTEXTUALSPACING\">Makes any space specified before or after this paragraph not be applied when the preceding and following paragraphs are of the same paragraph style.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/paraindentspacing/checkCB_CONTEXTUALSPACING\">Kai parinktis pažymėta, intervalo prieš ar po pastraipos nuostatos netaikomos veikiamajai pastraipai, jei ankstesnė ir kita pastraipos yra to paties pastraipos stiliaus.</ahelp>" #. igxnT #: 05030100.xhp @@ -20697,7 +20717,7 @@ msgctxt "" "hd_id3156441\n" "help.text" msgid "Line spacing" -msgstr "" +msgstr "Eilučių intervalas" #. Bfa7i #: 05030100.xhp @@ -20706,7 +20726,7 @@ msgctxt "" "par_id3146985\n" "help.text" msgid "<ahelp hid=\"cui/ui/paraindentspacing/comboLB_LINEDIST\">Specify the amount of space to leave between lines of text in a paragraph.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/paraindentspacing/comboLB_LINEDIST\">Nurodykite intervalą tarp pastraipos teksto eilučių bazinių linijų.</ahelp>" #. qdRSF #: 05030100.xhp @@ -20715,7 +20735,7 @@ msgctxt "" "hd_id3146923\n" "help.text" msgid "Single" -msgstr "" +msgstr "Viengubas" #. GxjhR #: 05030100.xhp @@ -20724,7 +20744,7 @@ msgctxt "" "par_id3150011\n" "help.text" msgid "<variable id=\"einzeiligtext\">Applies single line spacing to the current paragraph. This is the default setting.</variable>" -msgstr "" +msgstr "<variable id=\"einzeiligtext\">Veikiamajai pastraipai pritaikomas viengubas eilučių intervalas. Ši nuostata yra numatytoji.</variable>" #. 5SLdx #: 05030100.xhp @@ -20733,7 +20753,7 @@ msgctxt "" "hd_id3148500\n" "help.text" msgid "1.5 lines" -msgstr "" +msgstr "1,5 eilutės" #. UeNao #: 05030100.xhp @@ -20742,7 +20762,7 @@ msgctxt "" "par_id3150094\n" "help.text" msgid "<variable id=\"eineinhalbzeiligtext\">Sets the line spacing to 1.5 lines.</variable>" -msgstr "" +msgstr "<variable id=\"eineinhalbzeiligtext\">Nustatomas pusantros eilutės intervalas tarp eilučių.</variable>" #. XGSUC #: 05030100.xhp @@ -20751,7 +20771,7 @@ msgctxt "" "hd_id3149378\n" "help.text" msgid "Double" -msgstr "" +msgstr "Dvigubas" #. BBQZ7 #: 05030100.xhp @@ -20760,7 +20780,7 @@ msgctxt "" "par_id3154512\n" "help.text" msgid "<variable id=\"zweizeiligtext\">Sets the line spacing to two lines.</variable>" -msgstr "" +msgstr "<variable id=\"zweizeiligtext\">Nustatomas dviejų eilučių dydžio intervalas tarp eilučių.</variable>" #. HDPps #: 05030100.xhp @@ -20769,7 +20789,7 @@ msgctxt "" "hd_id3151206\n" "help.text" msgid "Proportional" -msgstr "" +msgstr "Proporcinis" #. m3zDL #: 05030100.xhp @@ -20778,7 +20798,7 @@ msgctxt "" "par_id3147494\n" "help.text" msgid "Select this option and then enter a percentage value in the box, where 100% corresponds to single line spacing." -msgstr "" +msgstr "Nustačius šią parinktį eilučių intervalą galimą nurodyti procentine verte, kur 100% atitinka viengubą eilučių intervalą." #. N57s7 #: 05030100.xhp @@ -20787,7 +20807,7 @@ msgctxt "" "hd_id3156332\n" "help.text" msgid "At Least" -msgstr "" +msgstr "Bent" #. 4AHye #: 05030100.xhp @@ -20796,7 +20816,7 @@ msgctxt "" "par_id3157965\n" "help.text" msgid "Sets the minimum line spacing to the value that you enter in the box." -msgstr "" +msgstr "Nustatoma mažiausia leistina eilučių intervalo reikšmė." #. jBvFh #: 05030100.xhp @@ -20805,7 +20825,7 @@ msgctxt "" "par_id3150744\n" "help.text" msgid "If you use different font sizes within a paragraph, the line spacing is automatically adjusted to the largest font size. If you prefer to have identical spacing for all lines, specify a value in <emph>At least</emph> that corresponds to the largest font size." -msgstr "" +msgstr "Jei pastraipoje yra skirtingo dydžio teksto, eilučių intervalas automatiškai pritaikomas prie didžiausio šrifto. Jei norite, kad eilučių intervalas visoms eilutėms būtų vienodas, parinkties <emph>Bent</emph> reikšmę nustatykite atsižvelgdami į didžiausią šriftą." #. EfD73 #: 05030100.xhp @@ -20814,7 +20834,7 @@ msgctxt "" "hd_id3153927\n" "help.text" msgid "Leading" -msgstr "" +msgstr "Intervalo keitimas" #. oCASo #: 05030100.xhp @@ -20823,24 +20843,24 @@ msgctxt "" "par_id3153354\n" "help.text" msgid "Sets the height of the vertical space that is inserted between two lines." -msgstr "" +msgstr "Nustatomas vertikalus tarpas tarp dviejų eilučių." -#. AxTDN +#. TDxWX #: 05030100.xhp msgctxt "" "05030100.xhp\n" "hd_id3155443\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Fixed</caseinline></switchinline>" +msgid "Fixed" msgstr "" -#. mgn8P +#. 7Dv79 #: 05030100.xhp msgctxt "" "05030100.xhp\n" "par_id3153711\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Sets the line spacing to exactly match the value that you enter in the box. This can result in cropped characters.</caseinline></switchinline>" +msgid "Sets the line spacing to exactly match the value that you enter in the box. This can result in cropped characters." msgstr "" #. sqTV8 @@ -20850,7 +20870,7 @@ msgctxt "" "hd_id3156383\n" "help.text" msgid "of" -msgstr "" +msgstr " " #. AKCgU #: 05030100.xhp @@ -20859,7 +20879,7 @@ msgctxt "" "par_id3154304\n" "help.text" msgid "<ahelp hid=\"cui/ui/paraindentspacing/spinED_LINEDISTMETRIC\">Enter the value to use for the line spacing.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/paraindentspacing/spinED_LINEDISTMETRIC\">Šiame laukelyje nurodykite intervalo dydžio reikšmę.</ahelp>" #. 8RVDa #: 05030100.xhp @@ -20868,7 +20888,7 @@ msgctxt "" "hd_id3154965\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Register-true</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Bazinių linijų lygiavimas</caseinline></switchinline>" #. peaPB #: 05030100.xhp @@ -20877,7 +20897,7 @@ msgctxt "" "hd_id3146316\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Activate</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Įjungti</caseinline></switchinline>" #. GkqdV #: 05030100.xhp @@ -20886,7 +20906,7 @@ msgctxt "" "par_id3156315\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/paraindentspacing/checkCB_REGISTER\">Aligns the baseline of each line of text to a vertical document grid, so that each line is the same height. To use this feature, you must first activate the <emph>Register-true </emph>option for the current page style. To do this, choose <emph>Format - Page</emph>, click on the <emph>Page </emph>tab, and then select the<emph> Register-true</emph> box in the<emph> Layout settings</emph> area.</ahelp></caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/paraindentspacing/checkCB_REGISTER\">Kiekvienos teksto eilutės bazinė (pagrindo) linija lygiuojama pagal vertikalųjį dokumento tinklelį, kad visos eilutės būtų vienodame aukštyje. Kad galėtumėte naudoti šią funkciją, pirmiausia reikia įgalinti <emph>bazinių linijų lygiavimą</emph> puslapio stiliaus parinkčių lange. Pasirinkite <emph>Formatas → Puslapio stilius</emph>, atverkite kortelę <emph>Puslapis</emph> ir parinkčių grupėje <emph>Maketo parinktys</emph> pažymėkite parinktį <emph>Lygiuoti bazines linijas</emph>.</ahelp></caseinline></switchinline>" #. Qv5qF #: 05030100.xhp @@ -20895,7 +20915,7 @@ msgctxt "" "par_id9267250\n" "help.text" msgid "<link href=\"text/swriter/guide/registertrue.xhp\" name=\"Writing Register-true\">Writing Register-true</link>" -msgstr "" +msgstr "<link href=\"text/swriter/guide/registertrue.xhp\" name=\"Writing Register-true\">Teksto rinkimas lygiuojant bazines linijas</link>" #. eLFiC #: 05030300.xhp @@ -21221,13 +21241,13 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/paratabspage/buttonBTN_NEW\">Adds the tab stop that you defined to the current paragraph.</ahelp>" msgstr "" -#. WU5sj +#. vhsNK #: 05030300.xhp msgctxt "" "05030300.xhp\n" "hd_id3153945\n" "help.text" -msgid "Clear All" +msgid "Delete all" msgstr "" #. n3nWv @@ -21635,14 +21655,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/backgroundpage/BackgroundPage\">Set the background color or graphic.</ahelp>" msgstr "<ahelp hid=\"cui/ui/backgroundpage/BackgroundPage\">Čia nustatoma fono spalva arba paveikslas.</ahelp>" -#. G8i9t +#. cfKE8 #: 05030600.xhp msgctxt "" "05030600.xhp\n" "par_id3147653\n" "help.text" -msgid "You can specify the background for <switchinline select=\"appl\"><caseinline select=\"WRITER\">paragraphs, pages, headers, footers, text frames, tables, table cells, sections, and indexes.</caseinline><caseinline select=\"CALC\">cells and pages.</caseinline></switchinline>" -msgstr "Foną galima nustatyti <switchinline select=\"appl\"><caseinline select=\"WRITER\">pastraipoms, puslapiams, puslapinėms antraštėms ir poraštėms, teksto kadrams, lentelėms, lentelių langeliams, sekcijoms ir rodyklėms.</caseinline><caseinline select=\"CALC\">langeliams ir puslapiams.</caseinline></switchinline>" +msgid "You can specify the background for <switchinline select=\"appl\"><caseinline select=\"WRITER\">paragraphs, pages, headers, footers, frames, tables, table cells, sections, and indexes.</caseinline><caseinline select=\"CALC\">cells and pages.</caseinline></switchinline>" +msgstr "" #. WUJz3 #: 05030600.xhp @@ -21903,7 +21923,7 @@ msgctxt "" "tit\n" "help.text" msgid "Alignment" -msgstr "" +msgstr "Lygiuotė" #. Sn4GT #: 05030700.xhp @@ -21912,7 +21932,7 @@ msgctxt "" "bm_id3150008\n" "help.text" msgid "<bookmark_value>aligning; paragraphs</bookmark_value><bookmark_value>paragraphs; alignment</bookmark_value><bookmark_value>lines of text; alignment</bookmark_value><bookmark_value>left alignment of paragraphs</bookmark_value><bookmark_value>right alignment of paragraphs</bookmark_value><bookmark_value>centered text</bookmark_value><bookmark_value>justifying text</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>lygiuotė; pastraipos</bookmark_value><bookmark_value>pastraipos; lygiuotė</bookmark_value><bookmark_value>teksto eilutės; lygiuotė</bookmark_value><bookmark_value>kairinė pastraipų lygiuotė</bookmark_value><bookmark_value>dešininė pastraipų lygiuotė</bookmark_value><bookmark_value>centrinė teksto lygiuotė</bookmark_value><bookmark_value>abipusė teksto lygiuotė</bookmark_value>" #. aJrFk #: 05030700.xhp @@ -21921,7 +21941,7 @@ msgctxt "" "hd_id3150008\n" "help.text" msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Alignment\">Alignment</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/05030700.xhp\" name=\"Alignment\">Lygiuotė</link>" #. EYRFX #: 05030700.xhp @@ -21930,15 +21950,15 @@ msgctxt "" "par_id3147399\n" "help.text" msgid "<ahelp hid=\"cui/ui/paragalignpage/ParaAlignPage\">Sets the alignment of the paragraph relative to the margins of page.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/paragalignpage/ParaAlignPage\">Čia nustatoma pastraipos lygiuotė puslapio paraščių atžvilgiu.</ahelp>" -#. N65sZ +#. DQeLQ #: 05030700.xhp msgctxt "" "05030700.xhp\n" "hd_id3143268\n" "help.text" -msgid "Alignment" +msgid "Options" msgstr "" #. zEFM8 @@ -21948,7 +21968,7 @@ msgctxt "" "par_id3147008\n" "help.text" msgid "Set the alignment options for the current paragraph." -msgstr "" +msgstr "Nustatomos veikiamosios pastraipos lygiuotės parinktys." #. K27YF #: 05030700.xhp @@ -21957,7 +21977,7 @@ msgctxt "" "hd_id3153681\n" "help.text" msgid "Left" -msgstr "" +msgstr "Kairinė" #. aZEd9 #: 05030700.xhp @@ -21966,7 +21986,7 @@ msgctxt "" "par_id3153031\n" "help.text" msgid "<variable id=\"linkstext\"><ahelp hid=\"cui/ui/paragalignpage/radioBTN_LEFTALIGN\">Aligns the paragraph to the left page margin.</ahelp></variable> If Asian language support is enabled, this option is named Left/Top." -msgstr "" +msgstr "<variable id=\"linkstext\"><ahelp hid=\"cui/ui/paragalignpage/radioBTN_LEFTALIGN\">Pastraipos tekstas lygiuojamas pagal kairiąją puslapio paraštę.</ahelp></variable> Jei įgalintos Azijos kalbos, ši parinktis vadinasi <emph>Kairinė viršuje</emph>." #. UGsGS #: 05030700.xhp @@ -21975,7 +21995,7 @@ msgctxt "" "hd_id3154142\n" "help.text" msgid "Right" -msgstr "" +msgstr "Dešininė" #. ET5cr #: 05030700.xhp @@ -21984,7 +22004,7 @@ msgctxt "" "par_id3156326\n" "help.text" msgid "<variable id=\"rechtstext\"><ahelp hid=\"cui/ui/paragalignpage/radioBTN_RIGHTALIGN\">Aligns the paragraph to the right page margin.</ahelp></variable> If Asian language support is enabled, this option is named Right/Bottom." -msgstr "" +msgstr "<variable id=\"rechtstext\"><ahelp hid=\"cui/ui/paragalignpage/radioBTN_RIGHTALIGN\">Pastraipos tekstas lygiuojamas pagal dešiniąją puslapio paraštę.</ahelp></variable> Jei įgalintos Azijos kalbos, ši parinktis vadinasi <emph>Dešininė apačioje</emph>." #. RcaYb #: 05030700.xhp @@ -21993,7 +22013,7 @@ msgctxt "" "hd_id3148642\n" "help.text" msgid "Centered" -msgstr "" +msgstr "Centrinė" #. DnoAS #: 05030700.xhp @@ -22002,7 +22022,7 @@ msgctxt "" "par_id3153257\n" "help.text" msgid "<variable id=\"zentrierttext\"><ahelp hid=\"cui/ui/paragalignpage/radioBTN_CENTERALIGN\">Centers the contents of the paragraph on the page.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"zentrierttext\"><ahelp hid=\"cui/ui/paragalignpage/radioBTN_CENTERALIGN\">Pastraipos tekstas puslapyje centruojamas.</ahelp></variable>" #. 8BzHN #: 05030700.xhp @@ -22011,7 +22031,7 @@ msgctxt "" "hd_id3149415\n" "help.text" msgid "Justify" -msgstr "" +msgstr "Abipusė" #. X9hpY #: 05030700.xhp @@ -22020,7 +22040,7 @@ msgctxt "" "par_id3152474\n" "help.text" msgid "<variable id=\"blocksatztext\"><ahelp hid=\"cui/ui/paragalignpage/radioBTN_JUSTIFYALIGN\">Aligns the paragraph to the left and to the right page margins.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"blocksatztext\"><ahelp hid=\"cui/ui/paragalignpage/radioBTN_JUSTIFYALIGN\">Pastraipos tekstas lygiuojamas ir pagal kairiąją, ir pagal dešiniąją puslapio paraštes.</ahelp></variable>" #. sDK8k #: 05030700.xhp @@ -22029,7 +22049,7 @@ msgctxt "" "hd_id3145068\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Last Line</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Paskutinės eilutės lygiuotė</caseinline></switchinline>" #. gsE3Q #: 05030700.xhp @@ -22038,7 +22058,7 @@ msgctxt "" "par_id3154280\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/paragalignpage/comboLB_LASTLINE\">Specify the alignment for the last line in the paragraph.</ahelp></caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/paragalignpage/comboLB_LASTLINE\">Nurodoma paskutinės pastraipos eilutės lygiuotė.</ahelp></caseinline></switchinline>" #. FnF7K #: 05030700.xhp @@ -22047,7 +22067,7 @@ msgctxt "" "hd_id3154936\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Expand single word</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Išplėsti paskutinį žodį</caseinline></switchinline>" #. nxk2b #: 05030700.xhp @@ -22056,7 +22076,7 @@ msgctxt "" "par_id3154224\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/paragalignpage/checkCB_EXPAND\">If the last line of a justified paragraph consists of one word, the word is stretched to the width of the paragraph.</ahelp></caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/paragalignpage/checkCB_EXPAND\">Jei paskutinėje abipusės lygiuotės pastraipos eilutėje yra tik vienas žodis, jis išplečiamas, kad užimtų visą pastraipos plotį.</ahelp></caseinline></switchinline>" #. zLR4E #: 05030700.xhp @@ -22065,7 +22085,7 @@ msgctxt "" "hd_id3150495\n" "help.text" msgid "Snap to text grid (if active)" -msgstr "" +msgstr "Pritraukti prie tinklelio (jei rodomas)" #. 8hu63 #: 05030700.xhp @@ -22074,15 +22094,24 @@ msgctxt "" "par_id3154331\n" "help.text" msgid "<ahelp hid=\"cui/ui/paragalignpage/checkCB_SNAP\">Aligns the paragraph to a text grid. To activate the text grid, choose <link href=\"text/swriter/01/05040800.xhp\" name=\"Format - Page - Text Grid\"><emph>Format - Page - Text Grid</emph></link>.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/paragalignpage/checkCB_SNAP\">Pastraipos tekstas lygiuojamas pagal teksto tinklelį. Teksto tinklelį aktyvinti galima dialogo lango <emph>Formatas → Puslapio stilius</emph> kortelėje <link href=\"text/swriter/01/05040800.xhp\" name=\"Format - Page - Text Grid\"><emph>Teksto tinklelis</emph></link>.</ahelp>" -#. EANa5 +#. 8fVGt #: 05030700.xhp msgctxt "" "05030700.xhp\n" "hd_id3148672\n" "help.text" -msgid "Text-to-text - Alignment" +msgid "Text-to-text" +msgstr "" + +#. CvZ85 +#: 05030700.xhp +msgctxt "" +"05030700.xhp\n" +"hd_id3154451\n" +"help.text" +msgid "Alignment" msgstr "" #. rARSM @@ -22092,7 +22121,7 @@ msgctxt "" "par_id3149807\n" "help.text" msgid "<ahelp hid=\"cui/ui/paragalignpage/comboLB_VERTALIGN\">Select an alignment option for oversized or undersized characters in the paragraph relative to the rest of the text in the paragraph.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/paragalignpage/comboLB_VERTALIGN\">Čia nustatoma didesnių ar mažesnių už įprastus rašmenų lygiuotė likusio pastraipos teksto atžvilgiu.</ahelp>" #. xFaFm #: 05030700.xhp @@ -22101,7 +22130,7 @@ msgctxt "" "hd_id3144434\n" "help.text" msgid "Properties" -msgstr "" +msgstr "Savybės" #. YqaeT #: 05030700.xhp @@ -22110,7 +22139,7 @@ msgctxt "" "hd_id3154631\n" "help.text" msgid "Text direction" -msgstr "" +msgstr "Teksto kryptis" #. RdNS9 #: 05030700.xhp @@ -22119,7 +22148,7 @@ msgctxt "" "par_id3157960\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/columnpage/textdirectionlb\">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/columnpage/textdirectionlb\">Čia nurodoma kompleksinės teksto struktūros pastraipos teksto kryptis. Ši parinktis galima tik tada, kai įgalinta kompleksinė teksto struktūra.</ahelp>" #. LzeZA #: 05030800.xhp @@ -22508,22 +22537,40 @@ msgctxt "" msgid "<ahelp hid=\"sfx/ui/managestylepage/nextstyle\">Select an existing style that you want to follow the current style in your document. For paragraph styles, the next style is applied to an empty paragraph that is created when you press Enter at the end of an existing paragraph. For page styles, the next style is applied when a new page is created.</ahelp>" msgstr "" -#. pMBwD +#. cLVjF #: 05040100.xhp msgctxt "" "05040100.xhp\n" "hd_id3163802\n" "help.text" -msgid "Linked with" +msgid "Inherit from" msgstr "" -#. BL7nv +#. PNQTa #: 05040100.xhp msgctxt "" "05040100.xhp\n" "par_id3166461\n" "help.text" -msgid "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Select an existing style that you want to base the new style on, or select none to define your own style.</ahelp>" +msgid "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Select an existing style (or - None -) to provide its definitions to the current style. Use the other tabs to modify the inherited style.</ahelp>" +msgstr "" + +#. nt5th +#: 05040100.xhp +msgctxt "" +"05040100.xhp\n" +"hd_id3148400\n" +"help.text" +msgid "Edit Style" +msgstr "" + +#. TAEAj +#: 05040100.xhp +msgctxt "" +"05040100.xhp\n" +"par_id3155179\n" +"help.text" +msgid "Edit the properties of the parent style." msgstr "" #. eaxKa @@ -22571,24 +22618,6 @@ msgctxt "" msgid "<ahelp hid=\"sfx/ui/managestylepage/desc\">Describes the relevant formatting used in the current style.</ahelp>" msgstr "" -#. iABDv -#: 05040100.xhp -msgctxt "" -"05040100.xhp\n" -"par_idN1072D\n" -"help.text" -msgid "Assign Shortcut Key" -msgstr "" - -#. VDMuN -#: 05040100.xhp -msgctxt "" -"05040100.xhp\n" -"par_idN10731\n" -"help.text" -msgid "Opens the <emph>Tools - Customize - Keyboard</emph> tab page where you can assign a shortcut key to the current Style." -msgstr "" - #. UjGXL #: 05040100.xhp msgctxt "" @@ -23210,13 +23239,13 @@ msgctxt "" msgid "<link href=\"text/shared/01/05040300.xhp\" name=\"Header\">Header</link>" msgstr "" -#. PUUhF +#. CHjxs #: 05040300.xhp msgctxt "" "05040300.xhp\n" "par_id3156027\n" "help.text" -msgid "<ahelp hid=\"svx/ui/headfootformatpage/HFFormatPage\">Adds a header to the current page style. A header is an area in the top page margin, where you can add text or graphics.</ahelp>" +msgid "<ahelp hid=\"svx/ui/headfootformatpage/HFormatPage\">Adds a header to the current page style. A header is an area in the top page margin, where you can add text or graphics.</ahelp>" msgstr "" #. AiAZ8 @@ -23534,13 +23563,13 @@ msgctxt "" msgid "<link href=\"text/shared/01/05040400.xhp\" name=\"Footer\">Footer</link>" msgstr "" -#. N2y4H +#. ah7vE #: 05040400.xhp msgctxt "" "05040400.xhp\n" "par_id3156553\n" "help.text" -msgid "<ahelp hid=\"svx/ui/headfootformatpage/HFFormatPage\">Adds a footer to the current page style. A footer is an area in the bottom page margin, where you can add text or graphics.</ahelp>" +msgid "<ahelp hid=\"svx/ui/headfootformatpage/FFormatPage\">Adds a footer to the current page style. A footer is an area in the bottom page margin, where you can add text or graphics.</ahelp>" msgstr "" #. ofejE @@ -26648,24 +26677,6 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/areatabpage/btnnone\">Do not fill the selected object.</ahelp>" msgstr "" -#. wjDrT -#: 05210100.xhp -msgctxt "" -"05210100.xhp\n" -"hd_id3153345\n" -"help.text" -msgid "Color" -msgstr "" - -#. sJECX -#: 05210100.xhp -msgctxt "" -"05210100.xhp\n" -"par_id3149750\n" -"help.text" -msgid "<ahelp hid=\"cui/ui/areatabpage/btncolor\">Fills the object with a color selected on this page.</ahelp>" -msgstr "" - #. 58oAC #: 05210100.xhp msgctxt "" @@ -26756,6 +26767,222 @@ msgctxt "" msgid "<variable id=\"sytext\"><ahelp hid=\".uno:FillStyle\">Select the type of fill that you want to apply to the selected drawing object.</ahelp></variable>" msgstr "" +#. GUfm5 +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"tit\n" +"help.text" +msgid "Colors" +msgstr "" + +#. RSPZA +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"bm_id37440771\n" +"help.text" +msgid "<bookmark_value>colors;palette</bookmark_value><bookmark_value>colors;adding</bookmark_value><bookmark_value>colors;delete</bookmark_value>" +msgstr "" + +#. vay4k +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id681578759272545\n" +"help.text" +msgid "<variable id=\"colorpageh1\"><link href=\"text/shared/01/05210200.xhp\" name=\"Colors\">Colors</link></variable>" +msgstr "" + +#. QfPqQ +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id3149119\n" +"help.text" +msgid "Select a color to apply, save the current color list, or load a different color list." +msgstr "" + +#. vUNGz +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id291578764209687\n" +"help.text" +msgid "Press the <widget>Color</widget> button in one of the situations below:" +msgstr "" + +#. uiJLg +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id931578758906569\n" +"help.text" +msgid "Colors" +msgstr "" + +#. 2iXVW +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id551578758911321\n" +"help.text" +msgid "Palette" +msgstr "" + +#. ebwpw +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id411578758922329\n" +"help.text" +msgid "Select the color palette in the list box to pick the color for the selected object. The palette color set displays below." +msgstr "" + +#. DQAGQ +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id981578758969146\n" +"help.text" +msgid "Recent colors" +msgstr "" + +#. 6LC8v +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id751578758975939\n" +"help.text" +msgid "Displays the recent selected colors." +msgstr "" + +#. Gkcmg +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id41578758979874\n" +"help.text" +msgid "Custom Palette" +msgstr "" + +#. u7xEP +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id641578758985603\n" +"help.text" +msgid "Click <widget>Add</widget> to open a dialog to set a name for the custom color. The palette changes to \"custom\"." +msgstr "" + +#. 5Br7h +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id191578758991563\n" +"help.text" +msgid "Click <widget>Delete</widget> to delete the color from the custom palette." +msgstr "" + +#. ECZqn +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id921578758048450\n" +"help.text" +msgid "You cannot add or delete colors of the palettes provided by your installation." +msgstr "" + +#. BwEAC +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id991578758873888\n" +"help.text" +msgid "Active" +msgstr "" + +#. 77qcm +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id361578758881241\n" +"help.text" +msgid "Displays the current active color for the object. Red, blue and green components values and the color value in hexadecimal notation are displayed just below." +msgstr "" + +#. hKFBD +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id801578758863952\n" +"help.text" +msgid "New" +msgstr "" + +#. J3FdA +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id271578758868425\n" +"help.text" +msgid "Displays the new color for the object that will be applied when you press <widget>OK</widget>." +msgstr "" + +#. kw6LA +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id701578758840552\n" +"help.text" +msgid "R, G and B" +msgstr "" + +#. gNMXD +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id691578758845984\n" +"help.text" +msgid "The red, blue and green components values of the new color. You can define the new color by entering the red, green and blue values in the respective <emph>R</emph>, <emph>G</emph> and <emph>B</emph> spin boxes.Allowed values are 0 to 255." +msgstr "" + +#. NAGAE +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id591578758836544\n" +"help.text" +msgid "Hex" +msgstr "" + +#. TBTQV +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id121578758850944\n" +"help.text" +msgid "The color value in hexadecimal notation. You can enter the hexadecimal value in the <emph>Hex</emph> text box." +msgstr "" + +#. hW3tX +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"hd_id891578758832248\n" +"help.text" +msgid "Pick" +msgstr "" + +#. oVvDT +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id131578758826856\n" +"help.text" +msgid "Opens the <link href=\"text/shared/optionen/01010501.xhp\" name=\"color picker\">color picker dialog</link> for a graphical selection of the desired color." +msgstr "" + #. Eybzn #: 05210300.xhp msgctxt "" @@ -29393,40 +29620,31 @@ msgctxt "" msgid "Fontwork" msgstr "" -#. CfLRY +#. TCGqk #: 05280000.xhp msgctxt "" "05280000.xhp\n" "hd_id3146959\n" "help.text" -msgid "<variable id=\"fntwrk\"><link href=\"text/shared/01/05280000.xhp\" name=\"FontWork\">Fontwork Dialog (Previous Version)</link></variable>" +msgid "<variable id=\"fntwrk\"><link href=\"text/shared/01/05280000.xhp\" name=\"FontWork\">Fontwork Dialog (for putting text along a curve)</link></variable>" msgstr "" -#. 6cPGC +#. EF8Ai #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3151097\n" "help.text" -msgid "<ahelp hid=\".uno:FontWork\">Edits Fontwork effects of the selected object that has been created with the previous Fontwork dialog.</ahelp>" +msgid "<ahelp hid=\".uno:FontWork\">Simple tool for putting text along a curve without any fancy effects.</ahelp>" msgstr "" -#. AEyBA +#. DGABQ #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3155934\n" "help.text" -msgid "This <emph>Fontwork</emph> dialog is only available for Fontwork in old Writer text documents that were created prior to OpenOffice.org 2.0. You must first call <emph>Tools - Customize</emph> to add a menu command or an icon to open this dialog." -msgstr "" - -#. rFDAD -#: 05280000.xhp -msgctxt "" -"05280000.xhp\n" -"par_id3154497\n" -"help.text" -msgid "You can change the shape of the text baseline to match semicircles, arcs, circles, and freeform lines." +msgid "This <emph>Fontwork</emph> dialog is meant for making text follow a curve. Draw a curve, double-click it and type text into it. With the curve selected, you can now activate the Fontwork command. <switchinline select=\"appl\"><caseinline select=\"WRITER\">Access the dialog by choosing <menuitem>Format - Text Box and Shape - Fontwork</menuitem></caseinline><defaultinline>First call <menuitem>Tools - Customize</menuitem> to add a menu command or a toolbar button to open the dialog. The <emph>Fontwork</emph> command is found in the Format category of the Customize dialog</defaultinline></switchinline>." msgstr "" #. dLxem @@ -29438,40 +29656,13 @@ msgctxt "" msgid "Alignment icons" msgstr "" -#. kAoZC -#: 05280000.xhp -msgctxt "" -"05280000.xhp\n" -"par_id3149760\n" -"help.text" -msgid "<ahelp hid=\"HID_FONTWORK_CTL_FORMS\" visibility=\"hidden\">Click the shape of the baseline that you want to use for the text.</ahelp>" -msgstr "" - -#. opZXe -#: 05280000.xhp -msgctxt "" -"05280000.xhp\n" -"par_id3152542\n" -"help.text" -msgid "The top row contains the following baseline shapes: <emph>Upper Semicircle</emph>, <emph>Lower Semicircle</emph>, <emph>Left Semicircle</emph> and <emph>Right Semicircle</emph>." -msgstr "" - -#. nttRE -#: 05280000.xhp -msgctxt "" -"05280000.xhp\n" -"par_id3150774\n" -"help.text" -msgid "The middle row contains the following baseline shapes: <emph>Upper Arc</emph>, <emph>Lower Arc, Left Arc</emph> and <emph>Right Arc</emph>." -msgstr "" - -#. dZD6W +#. cULRv #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3159158\n" "help.text" -msgid "The bottom row contains the following baseline shapes: <emph>Open Circle, Closed Circle, Closed Circle II</emph>, and <emph>Open Circle Vertical</emph>. For the best results, the drawing object must contain more than two lines of text." +msgid "You can make text follow any shape. Most of the custom shapes available in the Drawing toolbar need to be converted to a different type before you can use them with Fontwork. In Impress or Draw, right-click the shape and select <emph>Convert - To Curve/Polygon/Contour</emph>. If you wish, you can now copy and paste the converted shape into Writer for use with Fontwork. Shapes in the <emph>Legacy Circles and Ovals</emph> and <emph>Legacy Rectangles</emph> toolbars do not need to be converted. The <emph>Arc</emph> included in the basic shapes is also a legacy shape." msgstr "" #. rDFeE @@ -36890,13 +37081,13 @@ msgctxt "" msgid "Numbering Style" msgstr "" -#. 4oGz6 +#. soKRn #: 06050200.xhp msgctxt "" "06050200.xhp\n" "hd_id3146807\n" "help.text" -msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Numbering</link>" +msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Numbering Style</link>" msgstr "" #. 3FT7A @@ -36935,13 +37126,13 @@ msgctxt "" msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>" msgstr "" -#. zsU2G +#. b4BYW #: 06050200.xhp msgctxt "" "06050200.xhp\n" "par_id3152918\n" "help.text" -msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>" +msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Customize tab (Bullets and Numbering dialog)</link>" msgstr "" #. mFseS @@ -37016,13 +37207,13 @@ msgctxt "" msgid "Image" msgstr "" -#. HDHNj +#. b9BPD #: 06050400.xhp msgctxt "" "06050400.xhp\n" "hd_id0611200904373284\n" "help.text" -msgid "<link href=\"text/shared/01/06050400.xhp\" name=\"Graphics\">Graphics</link>" +msgid "<link href=\"text/shared/01/06050400.xhp\" name=\"Graphics\">Image</link>" msgstr "" #. g8rob @@ -37106,13 +37297,13 @@ msgctxt "" msgid "<bookmark_value>numbering;options</bookmark_value> <bookmark_value>bullet lists; formatting options</bookmark_value> <bookmark_value>font sizes;bullets</bookmark_value>" msgstr "" -#. r2ZUG +#. Cq4hL #: 06050500.xhp msgctxt "" "06050500.xhp\n" "hd_id3147240\n" "help.text" -msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options\">Options</link>" +msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options\">Customize</link>" msgstr "" #. KTDdy @@ -37124,15 +37315,6 @@ msgctxt "" msgid "Sets the formatting options for numbered or bulleted lists. If you want, you can apply formatting to individual levels in the list hierarchy." msgstr "" -#. mWs5a -#: 06050500.xhp -msgctxt "" -"06050500.xhp\n" -"hd_id3155069\n" -"help.text" -msgid "Format" -msgstr "" - #. pGwyV #: 06050500.xhp msgctxt "" @@ -37160,6 +37342,15 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/numberingoptionspage/levellb\">Select the level(s) that you want to define the formatting options for.</ahelp> The selected level is highlighted in the preview." msgstr "" +#. ugWJQ +#: 06050500.xhp +msgctxt "" +"06050500.xhp\n" +"hd_id3159200\n" +"help.text" +msgid "Number" +msgstr "" + #. LEAqu #: 06050500.xhp msgctxt "" @@ -37286,6 +37477,42 @@ msgctxt "" msgid "Roman numerals (lowercase)" msgstr "" +#. cxHdx +#: 06050500.xhp +msgctxt "" +"06050500.xhp\n" +"par_id2356426\n" +"help.text" +msgid "1st, 2nd, 3rd, ..." +msgstr "" + +#. wCRvr +#: 06050500.xhp +msgctxt "" +"06050500.xhp\n" +"par_id2356410\n" +"help.text" +msgid "Ordinal numerals" +msgstr "" + +#. duuRN +#: 06050500.xhp +msgctxt "" +"06050500.xhp\n" +"par_id2378426\n" +"help.text" +msgid "One, Two, Three, ..." +msgstr "" + +#. CDDpc +#: 06050500.xhp +msgctxt "" +"06050500.xhp\n" +"par_id2896410\n" +"help.text" +msgid "Cardinal numerals" +msgstr "" + #. BcNvd #: 06050500.xhp msgctxt "" @@ -37331,13 +37558,13 @@ msgctxt "" msgid "Bullet" msgstr "" -#. SyGSi +#. vZdhE #: 06050500.xhp msgctxt "" "06050500.xhp\n" "par_id3145085\n" "help.text" -msgid "Adds a bullet to the beginning of a line. Select this option, and then click the <emph>Character</emph> button to choose a bullet style." +msgid "Adds a bullet to the beginning of a line. Select this option, and then click the <emph>Select</emph> button to choose a bullet style." msgstr "" #. JBJEa @@ -37349,13 +37576,13 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Bullets are resized to fit the current line height. If you want, you can define a Character Style that uses a different font size for bullets.</caseinline></switchinline>" msgstr "" -#. ebWFN +#. pqU3e #: 06050500.xhp msgctxt "" "06050500.xhp\n" "par_id3152811\n" "help.text" -msgid "Image" +msgid "Graphics" msgstr "" #. BJUoD @@ -37448,13 +37675,13 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/numberingoptionspage/suffix\">Enter a character or the text to display behind the number in the list. If you want to create a numbered list that uses the style \"1.)\", enter \".)\" in this box.</ahelp>" msgstr "" -#. PYrAJ +#. Uw4HA #: 06050500.xhp msgctxt "" "06050500.xhp\n" "hd_id3156423\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Character Styles</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Character Style</caseinline></switchinline>" msgstr "" #. zkHUZ @@ -37538,24 +37765,6 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline><ahelp hid=\"cui/ui/numberingoptionspage/relsize\">Enter the amount by which you want to resize the bullet character with respect to the font height of the current paragraph.</ahelp></defaultinline></switchinline>" msgstr "" -#. v8T5P -#: 06050500.xhp -msgctxt "" -"06050500.xhp\n" -"hd_id3147444\n" -"help.text" -msgid "Character" -msgstr "" - -#. gPGpp -#: 06050500.xhp -msgctxt "" -"06050500.xhp\n" -"par_id3153144\n" -"help.text" -msgid "<ahelp hid=\"cui/ui/numberingoptionspage/bullet\">Opens the <link href=\"text/shared/01/04100000.xhp\" name=\"Special Characters\">Special Characters</link> dialog, where you can select a bullet symbol.</ahelp>" -msgstr "" - #. iEYKN #: 06050500.xhp msgctxt "" @@ -37763,13 +37972,13 @@ msgctxt "" msgid "<ahelp hid=\".\">Select the element that will follow the numbering: a tab stop, a space, a line break, or nothing.</ahelp>" msgstr "" -#. NJWoJ +#. Ahxab #: 06050600.xhp msgctxt "" "06050600.xhp\n" "hd_id7809686\n" "help.text" -msgid "at" +msgid "Tab stop at" msgstr "" #. AwaE8 @@ -42651,6 +42860,168 @@ msgctxt "" msgid "Comments and script fields at the beginning of the first paragraph in a document are exported to the header of an HTML document. If the document begins with a table, the first paragraph in the first cell of the table is exported to the header of the HTML document." msgstr "" +#. KBbjw +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"tit\n" +"help.text" +msgid "Adding Signature Line in Documents" +msgstr "" + +#. EGN36 +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"bm_id821526779524753\n" +"help.text" +msgid "<bookmark_value>digital signature;add signature line</bookmark_value><bookmark_value>signature line;adding</bookmark_value>" +msgstr "" + +#. fYs2f +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id501526421873817\n" +"help.text" +msgid "<variable id=\"addsignatureline01\"><link href=\"text/shared/01/addsignatureline.xhp\" name=\"Signature Line\">Signature Line</link></variable>" +msgstr "" + +#. bcvDE +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id991526423190756\n" +"help.text" +msgid "Insert a graphic box representing a signature line of the document." +msgstr "" + +#. FFaDB +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id751526436546030\n" +"help.text" +msgid "<image src=\"media/helpimg/sw_signatureline01.png\" id=\"img_id91526436546031\" width=\"311px\" height=\"179px\"> <alt id=\"alt_id351526436546031\">Signature Line Box</alt> </image>" +msgstr "" + +#. AgbBh +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id651526423393786\n" +"help.text" +msgid "The signature line displays an horizontal line, a location mark, the name, title and e-mail of signer." +msgstr "" + +#. auwte +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id631526467960460\n" +"help.text" +msgid "Name" +msgstr "" + +#. mwYBp +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id351526467968348\n" +"help.text" +msgid "<ahelp hid=\".\">Insert the name of the signer. The name is displayed in the signature line graphic box.</ahelp>" +msgstr "" + +#. bucAF +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id171526467974440\n" +"help.text" +msgid "Title" +msgstr "" + +#. fyUJY +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id701526467979209\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the title of the signer. The title is displayed in the signature line graphic box.</ahelp>" +msgstr "" + +#. Aa59Z +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id431526467986157\n" +"help.text" +msgid "Email" +msgstr "" + +#. EnpJD +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id111526467993387\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the e-mail of the signer. The email is not displayed in the signature line graphic box, and is be used for the digital signature.</ahelp>" +msgstr "" + +#. EpDAG +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id451526468019876\n" +"help.text" +msgid "Signer can add comments" +msgstr "" + +#. x49zw +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id531526562791579\n" +"help.text" +msgid "<ahelp hid=\".\">Enable signer to insert comments in the Sign Signature Line dialog at time of signature.</ahelp>" +msgstr "" + +#. rAhqF +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id31526468046686\n" +"help.text" +msgid "Show sign date in signature line" +msgstr "" + +#. xWyoH +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id11526468051934\n" +"help.text" +msgid "<ahelp hid=\".\">Mark this checkbox to display the date of the signature, at the time when the document is digitally signed.</ahelp>" +msgstr "" + +#. SGaTf +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"hd_id791526468057743\n" +"help.text" +msgid "Instructions to the signer" +msgstr "" + +#. jrvVd +#: addsignatureline.xhp +msgctxt "" +"addsignatureline.xhp\n" +"par_id131526560799876\n" +"help.text" +msgid "<ahelp hid=\".\">Insert instructions for the signer. The instructions appears in the Sign Signature Line dialog box, at the time of signature.</ahelp>" +msgstr "" + #. ViF5g #: digitalsignatures.xhp msgctxt "" @@ -43018,7 +43389,7 @@ msgctxt "" "tit\n" "help.text" msgid "OpenType Font Features" -msgstr "" +msgstr "„OpenType“ šriftų savybės" #. n4g4m #: font_features.xhp @@ -43027,7 +43398,7 @@ msgctxt "" "bm_id991541772077660\n" "help.text" msgid "<bookmark_value>font features</bookmark_value> <bookmark_value>font features;OpenType</bookmark_value> <bookmark_value>OpenType;font features</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>šriftų savybės</bookmark_value> <bookmark_value>šriftų savybės;OpenType</bookmark_value> <bookmark_value>OpenType;šriftų savybės</bookmark_value>" #. BLj8y #: font_features.xhp @@ -43036,7 +43407,7 @@ msgctxt "" "hd_id581541769624076\n" "help.text" msgid "<link href=\"text/shared/01/font_features.xhp\" name=\"Features\">Font Features</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/font_features.xhp\" name=\"Features\">Šriftų savybės</link>" #. rHZVt #: font_features.xhp @@ -43045,7 +43416,7 @@ msgctxt "" "par_id501541769624078\n" "help.text" msgid "<variable id=\"variable name\"><ahelp hid=\".\">Select and apply font typographical features to characters.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"variable name\"><ahelp hid=\".\">Čia rašmenims galima parinkti ir pritaikyti tipografines šriftų savybes.</ahelp></variable>" #. J99e3 #: font_features.xhp @@ -43054,7 +43425,7 @@ msgctxt "" "par_id661541784477179\n" "help.text" msgid "Then press <emph>Features...</emph>" -msgstr "" +msgstr "Tuomet spustelėkite mygtuką <emph>Savybės…</emph>" #. Kw5dr #: font_features.xhp @@ -43063,7 +43434,7 @@ msgctxt "" "par_id321541773889428\n" "help.text" msgid "%PRODUCTNAME supports OpenType font format. The two main benefits of the OpenType format are its cross-platform compatibility, and its ability to support widely expanded character sets and layout features, which provide richer linguistic support and advanced typographic control." -msgstr "" +msgstr "„%PRODUCTNAME“ programa suderinama su „OpenType“ šriftų formatu. Išskirtinės „OpenType“ formato savybės – tai daugiaplatformis suderinamumas, galimybė atvaizduoti rašmenis iš išplėstinių rašmenų aibių ir plačios rašmenų išdėstymo galimybės. Dėl to šriftus galima pritaikyti kur kas platesniems lingvistiniams poreikiams bei išnaudoti įvairias jų tipografines savybes." #. HAKPM #: font_features.xhp @@ -43072,7 +43443,7 @@ msgctxt "" "par_id31541774826256\n" "help.text" msgid "The features displayed in the Font Features dialog depends on the selected font." -msgstr "" +msgstr "Šrifto savybių lange rodomos savybės priklauso nuo pasirinkto šrifto." #. x5X42 #: font_features.xhp @@ -43081,7 +43452,7 @@ msgctxt "" "hd_id81541778714507\n" "help.text" msgid "Font features box" -msgstr "" +msgstr "Šrifto savybių parinkčių grupė" #. q2yar #: font_features.xhp @@ -43090,7 +43461,7 @@ msgctxt "" "par_id991541778707882\n" "help.text" msgid "The font features box contains the configurable features available for the font." -msgstr "" +msgstr "Šrifto savybių parinkčių grupėje rodomos pasirinkto šrifto savybės, kurias galima pritaikyti tekstui." #. uAMgu #: font_features.xhp @@ -43099,7 +43470,7 @@ msgctxt "" "hd_id511541778721077\n" "help.text" msgid "Font feature visualization window" -msgstr "" +msgstr "Šrifto savybių peržiūra" #. Fpdiz #: font_features.xhp @@ -43108,7 +43479,7 @@ msgctxt "" "par_id31541778666390\n" "help.text" msgid "The feature visualization window displays a default text where the selected features can be inspected." -msgstr "" +msgstr "Šrifto savybių peržiūros srityje galima pamatyti, kaip atrodys tekstas su pritaikytomis pažymėtomis šrifto savybėmis." #. kcd8R #: font_features.xhp @@ -43117,7 +43488,7 @@ msgctxt "" "par_id801541774734588\n" "help.text" msgid "<link href=\"https://en.wikipedia.org/wiki/OpenType\" name=\"OpenType\">Wikipedia on OpenType</link>" -msgstr "" +msgstr "<link href=\"https://en.wikipedia.org/wiki/OpenType\" name=\"OpenType\">Vikipedijos straipsnis apie „OpenType“ formatą</link>" #. SAPKA #: formatting_mark.xhp @@ -44901,14 +45272,14 @@ msgctxt "" msgid "You can disable or enable the automatic check in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/online_update.xhp\">Online Update</link>." msgstr "Automatinę naujinimų paiešką įjungti arba išjungti galima lange <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → Parinktys</caseinline><defaultinline>Priemonės → Parinktys</defaultinline></switchinline> → %PRODUCTNAME → <link href=\"text/shared/optionen/online_update.xhp\">Atnaujinimas internetu</link>." -#. qpBRJ +#. AJBeB #: online_update.xhp msgctxt "" "online_update.xhp\n" "par_id3422345\n" "help.text" -msgid "If an update is available, an icon<image id=\"img_id3155415\" src=\"extensions/source/update/ui/onlineupdate_16.png\" width=\"0.4583in\" height=\"0.1354in\"><alt id=\"alt_id3155415\">Icon</alt></image> on the menu bar will notify you of the update. Click the icon to open a dialog with more information." -msgstr "Apie galimą naujinimą bus pranešama piktograma<image id=\"img_id3155415\" src=\"extensions/source/update/ui/onlineupdate_16.png\" width=\"0.4583in\" height=\"0.1354in\"><alt id=\"alt_id3155415\">Piktograma</alt></image> meniu juostoje. Spustelėjus piktogramą bus atvertas dialogo langas su papildoma informacija." +msgid "If an update is available, an icon <image id=\"img_id3155415\" src=\"extensions/res/update/ui/onlineupdate_16.svg\" width=\"0.4583in\" height=\"0.1354in\"><alt id=\"alt_id3155415\">Update Icon</alt></image> on the menu bar will notify you of the update. Click the icon to open a dialog with more information." +msgstr "" #. bGkRw #: online_update.xhp @@ -46377,13 +46748,13 @@ msgctxt "" msgid "Identifier" msgstr "Identifikatorius" -#. zC2TC +#. 76CQA #: ref_epub_export.xhp msgctxt "" "ref_epub_export.xhp\n" "par_id3154237\n" "help.text" -msgid "Enter an unique identifier for the publication." +msgid "Enter a unique identifier for the publication." msgstr "" #. nhyXh @@ -46467,13 +46838,13 @@ msgctxt "" msgid "Export as PDF" msgstr "" -#. aKMDK +#. 9A7EN #: ref_pdf_export.xhp msgctxt "" "ref_pdf_export.xhp\n" "bm_id3149532\n" "help.text" -msgid "<bookmark_value>PDF;export</bookmark_value> <bookmark_value>portable document format</bookmark_value> <bookmark_value>exporting;to PDF</bookmark_value>" +msgid "<bookmark_value>PDF;export</bookmark_value><bookmark_value>portable document format</bookmark_value><bookmark_value>exporting;to PDF</bookmark_value>" msgstr "" #. iNwuy @@ -46494,1562 +46865,1886 @@ msgctxt "" msgid "<variable id=\"export\"><ahelp hid=\".\">Saves the current file to Portable Document Format (PDF) version 1.4.</ahelp> A PDF file can be viewed and printed on any platform with the original formatting intact, provided that supporting software is installed.</variable>" msgstr "" -#. YGFLw +#. NHTF4 #: ref_pdf_export.xhp msgctxt "" "ref_pdf_export.xhp\n" -"hd_id746482\n" +"hd_id3150507\n" "help.text" -msgid "General tab" -msgstr "Pagrindinių parinkčių kortelė" +msgid "Export button" +msgstr "Eksportavimo mygtukas" -#. rYXBh +#. kHxND #: ref_pdf_export.xhp msgctxt "" "ref_pdf_export.xhp\n" +"par_id3146975\n" +"help.text" +msgid "<ahelp hid=\".\">Exports the current file in PDF format.</ahelp>" +msgstr "<ahelp hid=\".\">Veikiamasis failas eksportuojamas PDF formatu.</ahelp>" + +#. g65mo +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"tit\n" +"help.text" +msgid "PDF Export Digital Signature" +msgstr "" + +#. yMdYf +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"bm_id761574111929927\n" +"help.text" +msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>" +msgstr "" + +#. ChX9A +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id13068636\n" +"help.text" +msgid "<variable id=\"pdfexportdigitalsignatureh1\"><link href=\"text/shared/01/ref_pdf_export_digital_signature.xhp\" name=\"Digital Signatures\">Digital Signatures</link></variable>" +msgstr "" + +#. uXfCT +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id22107303\n" +"help.text" +msgid "This tab contains the options related to exporting to a digitally signed PDF." +msgstr "" + +#. xU5Ci +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id22107304\n" +"help.text" +msgid "Digital signatures are used to ensure that the PDF was really created by the original author (i.e. you), and that the document has not been modified since it was signed." +msgstr "" + +#. ArQN3 +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id22107305\n" +"help.text" +msgid "The signed PDF export uses the keys and X.509 certificates already stored in your default key store location or on a smartcard." +msgstr "" + +#. BQDRC +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id22107306\n" +"help.text" +msgid "The key store to be used can be selected under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline> <defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - Certificate Path</emph>." +msgstr "" + +#. JoMg7 +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id22107307\n" +"help.text" +msgid "When using a smartcard, it must already be configured for use by your key store. This is usually done during installation of the smartcard software." +msgstr "" + +#. yv3nB +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id191574111792669\n" +"help.text" +msgid "Certificate" +msgstr "" + +#. knZ4u +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id12927335\n" +"help.text" +msgid "Use this certificate to digitally sign PDF documents" +msgstr "" + +#. taTZ3 +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id12107303\n" +"help.text" +msgid "<ahelp hid=\".\">Allows you to select a certificate to be used for signing this PDF export.</ahelp>" +msgstr "" + +#. 73q3H +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id17985168\n" +"help.text" +msgid "Select" +msgstr "" + +#. tx8zW +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id12507303\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the <emph>Select Certificate</emph> dialog.</ahelp>" +msgstr "" + +#. CajHf +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id12507403\n" +"help.text" +msgid "All certificates found in your selected key store are displayed. If the key store is protected by a password, you are prompted for it. When using a smartcard that is protected by a PIN, you are also prompted for that." +msgstr "" + +#. dzcYc +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id12507503\n" +"help.text" +msgid "Select the certificate to use for digitally signing the exported PDF by clicking on the corresponding line, then click <emph>OK</emph>." +msgstr "" + +#. JcDDp +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id12507603\n" +"help.text" +msgid "All other fields on the <emph>Digital Signatures</emph> tab will be accessible only after a certificate has been selected." +msgstr "" + +#. 3VMee +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id1876186\n" +"help.text" +msgid "Certificate password" +msgstr "" + +#. q2bWg +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id13939634\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the password used for protecting the private key associated with the selected certificate.</ahelp> Usually this is the key store password." +msgstr "" + +#. BgD3C +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id13932634\n" +"help.text" +msgid "If the key store password has already been entered in the <emph>Select Certificate</emph> dialog, the key store may already be unlocked and not require the password again. But to be on the safe side, enter it nevertheless." +msgstr "" + +#. 5x66U +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id13933634\n" +"help.text" +msgid "When using a smartcard, enter the PIN here. Some smartcard software will prompt you for the PIN again before signing. This is cumbersome, but that's how smartcards work." +msgstr "" + +#. 87YWF +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id1599688\n" +"help.text" +msgid "Location, Contact information, Reason" +msgstr "" + +#. a4FkK +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id11371501\n" +"help.text" +msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>" +msgstr "" + +#. dDtVb +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id14661702\n" +"help.text" +msgid "Time Stamp Authority" +msgstr "" + +#. MUvFG +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id17868892\n" +"help.text" +msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>" +msgstr "" + +#. Po9jA +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id29089022\n" +"help.text" +msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed." +msgstr "" + +#. aTCsU +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id39089022\n" +"help.text" +msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>." +msgstr "" + +#. Gnocd +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id49089022\n" +"help.text" +msgid "If no TSA URL is selected (the default), the signature will not be timestamped, but will use the current time from your local computer." +msgstr "" + +#. 74q7v +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"tit\n" +"help.text" +msgid "PDF Export General" +msgstr "" + +#. mDa2C +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"bm_id611574100815898\n" +"help.text" +msgid "<bookmark_value>PDF export;general options</bookmark_value><bookmark_value>hybrid PDF</bookmark_value><bookmark_value>PDF forms</bookmark_value>" +msgstr "" + +#. 7dwDw +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"hd_id746482\n" +"help.text" +msgid "<variable id=\"pdfexportgeneralh1\"><link href=\"text/shared/01/ref_pdf_export_general.xhp\" name=\"General tab\">General</link></variable>" +msgstr "" + +#. G9CkE +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id641574099149998\n" +"help.text" +msgid "Sets the general options for exporting your document to a PDF file. Range, images, watermark, forms and other parameters." +msgstr "" + +#. iiCGi +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" "hd_id3148520\n" "help.text" msgid "Range" -msgstr "Rėžiai" +msgstr "" -#. srrym -#: ref_pdf_export.xhp +#. hVmqN +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id3154230\n" "help.text" msgid "Sets the export options for the pages included in the PDF file." msgstr "" -#. KWsEZ -#: ref_pdf_export.xhp +#. DZmde +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id3166445\n" "help.text" msgid "All" -msgstr "Visi puslapiai" +msgstr "" -#. PQn2n -#: ref_pdf_export.xhp +#. ad55B +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id3149893\n" "help.text" msgid "<ahelp hid=\"filter/ui/pdfgeneralpage/all\">Exports all defined print ranges. If no print range is defined, exports the entire document.</ahelp>" msgstr "" -#. rgZyG -#: ref_pdf_export.xhp +#. irArA +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id3154673\n" "help.text" msgid "Pages" -msgstr "Puslapiai" +msgstr "" -#. xKAfj -#: ref_pdf_export.xhp +#. jXfhZ +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id3147571\n" "help.text" msgid "<ahelp hid=\".\">Exports the pages you type in the box.</ahelp>" msgstr "" -#. PSJWi -#: ref_pdf_export.xhp +#. B4Ntf +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id3145136\n" "help.text" msgid "To export a range of pages, use the format 3-6. To export single pages, use the format 7;9;11. If you want, you can export a combination of page ranges and single pages, by using a format like 3-6;8;10;12." msgstr "" -#. RaSHL -#: ref_pdf_export.xhp +#. bHBcc +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id3147043\n" "help.text" msgid "Selection" -msgstr "Atranka" +msgstr "" -#. NBTeg -#: ref_pdf_export.xhp +#. d6rFh +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id3150774\n" "help.text" msgid "<ahelp hid=\"filter/ui/pdfgeneralpage/selection\">Exports the current selection.</ahelp>" msgstr "" -#. nENWC -#: ref_pdf_export.xhp +#. Gzztk +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" +"hd_id871574106145581\n" +"help.text" +msgid "View PDF after export" +msgstr "" + +#. 5G7Gh +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id631574106701788\n" +"help.text" +msgid "Open the exported document in the system default PDF viewer." +msgstr "" + +#. MnPmj +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" "par_idN10706\n" "help.text" msgid "Images" -msgstr "Paveikslai" +msgstr "" -#. bV5A4 -#: ref_pdf_export.xhp +#. A2F7m +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN1070A\n" "help.text" msgid "Sets the PDF export options for images inside your document." msgstr "" -#. CNv4i -#: ref_pdf_export.xhp +#. eMHjG +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN1071B\n" "help.text" msgid "EPS images with embedded previews are exported only as previews. EPS images without embedded previews are exported as empty placeholders." msgstr "" -#. EXhvs -#: ref_pdf_export.xhp +#. ZszgA +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10715\n" "help.text" msgid "Lossless compression" -msgstr "Glaudinimas be praradimų" +msgstr "" -#. QMqTQ -#: ref_pdf_export.xhp +#. a4qQR +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10719\n" "help.text" msgid "<ahelp hid=\".\">Selects a lossless compression of images. All pixels are preserved.</ahelp>" msgstr "" -#. FzmLm -#: ref_pdf_export.xhp +#. jhrAG +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10730\n" "help.text" msgid "JPEG compression" -msgstr "JPEG glaudinimas" +msgstr "" -#. 3BGfd -#: ref_pdf_export.xhp +#. z3ei4 +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10734\n" "help.text" msgid "<ahelp hid=\".\">Selects a JPEG compression of images. With a high quality level, almost all pixels are preserved. With a low quality level, some pixels get lost and artefacts are introduced, but file sizes are reduced.</ahelp>" msgstr "" -#. WWRxq -#: ref_pdf_export.xhp +#. MZoXB +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN1074C\n" "help.text" msgid "Quality" -msgstr "Kokybė" +msgstr "" -#. QsCUW -#: ref_pdf_export.xhp +#. Ej8Dz +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10750\n" "help.text" msgid "<ahelp hid=\".\">Enter the quality level for JPEG compression.</ahelp>" msgstr "" -#. izozi -#: ref_pdf_export.xhp +#. DhAPY +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10767\n" "help.text" msgid "Reduce image resolution" -msgstr "Mažinti paveikslų skiriamąją gebą" +msgstr "" -#. sSETc -#: ref_pdf_export.xhp +#. BWwdD +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN1076B\n" "help.text" msgid "<ahelp hid=\".\">Select to resample or down-size the images to a lower number of pixels per inch.</ahelp>" msgstr "" -#. v7AX7 -#: ref_pdf_export.xhp +#. hFmPG +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10782\n" "help.text" msgid "<ahelp hid=\".\">Select the target resolution for the images.</ahelp>" msgstr "" -#. dfuhc -#: ref_pdf_export.xhp +#. ZmGtx +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" +"hd_id141574104956415\n" +"help.text" +msgid "Watermark" +msgstr "" + +#. 32jmH +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id341574104961922\n" +"help.text" +msgid "Add a centered, vertical, light green watermark text to the page background. The watermark is not part of the source document." +msgstr "" + +#. ZPLc3 +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"hd_id381574104981670\n" +"help.text" +msgid "Sign with watermark" +msgstr "" + +#. aRDYE +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id981574105202743\n" +"help.text" +msgid "Check to enable the watermark signature." +msgstr "" + +#. pn9H3 +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"hd_id511574105027966\n" +"help.text" +msgid "Text" +msgstr "" + +#. Wesdj +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id361574105035733\n" +"help.text" +msgid "Insert the text for the watermark signature." +msgstr "" + +#. DjKkz +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id621574105378072\n" +"help.text" +msgid "You cannot adjust the position, orientation and size of the watermark. The watermark is not stored in the source document." +msgstr "" + +#. EgBnH +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" "par_idN10791\n" "help.text" msgid "General" -msgstr "Kitos parinktys" +msgstr "" -#. FhMZo -#: ref_pdf_export.xhp +#. 4HuMF +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN10795\n" "help.text" msgid "Sets general PDF export options." msgstr "" -#. ewbZV -#: ref_pdf_export.xhp +#. JZuBd +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id080420080355360\n" "help.text" msgid "Hybrid PDF (embed ODF file)" -msgstr "Hibridinis PDF (įdėti ODF failą)" +msgstr "" -#. HBAvM -#: ref_pdf_export.xhp +#. ywf7E +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id0804200803553767\n" "help.text" msgid "<ahelp hid=\".\">This setting enables you to export the document as a .pdf file containing two file formats: PDF and ODF.</ahelp> In PDF viewers it behaves like a normal .pdf file and it remains fully editable in %PRODUCTNAME." msgstr "" -#. H3oPC -#: ref_pdf_export.xhp +#. ioGVp +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id2796411\n" "help.text" -msgid "Archive PDF/A-1a (ISO 19005-1)" -msgstr "Archyvinis PDF (PDF/A, ISO 19005)" +msgid "Archive (PDF/A ISO 19005)" +msgstr "" -#. s4qAD -#: ref_pdf_export.xhp +#. EZ8fR +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id5016327\n" "help.text" -msgid "<ahelp hid=\".\">Converts to the PDF/A-1a format. This is defined as an electronic document file format for long term preservation. All fonts that were used in the source document will be embedded into the generated PDF file. PDF tags will be written.</ahelp>" +msgid "<ahelp hid=\".\">Converts to the PDF/A-2b or PDF/A-1b format. This is defined as an electronic document file format for long term preservation. All fonts that were used in the source document will be embedded into the generated PDF file. PDF tags will be written.</ahelp>" msgstr "" -#. GuGBF -#: ref_pdf_export.xhp +#. UTPZ7 +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN107A0\n" "help.text" msgid "Tagged PDF (add document structure)" -msgstr "Sužymėtas PDF (įdedama dokumento struktūra)" +msgstr "" -#. AUDyF -#: ref_pdf_export.xhp +#. cyGKc +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN107A4\n" "help.text" msgid "<ahelp hid=\".\">Select to write PDF tags. This can increase file size by huge amounts.</ahelp>" msgstr "" -#. GQAtH -#: ref_pdf_export.xhp +#. JpL7Q +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_idN107B3\n" "help.text" msgid "Tagged PDF contains information about the structure of the document contents. This can help to display the document on devices with different screens, and when using screen reader software." msgstr "" -#. ZwLki -#: ref_pdf_export.xhp +#. fJMbL +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" +"par_idN107F4\n" +"help.text" +msgid "Create PDF form" +msgstr "" + +#. 5VHmT +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id4909817\n" +"help.text" +msgid "<ahelp hid=\".\">Choose to create a PDF form. This can be filled out and printed by the user of the PDF document.</ahelp>" +msgstr "" + +#. GfzoX +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"hd_id6585283\n" +"help.text" +msgid "Submit format" +msgstr "" + +#. TiT6m +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_idN107F8\n" +"help.text" +msgid "<ahelp hid=\".\">Select the format of submitting forms from within the PDF file.</ahelp>" +msgstr "" + +#. fDMyN +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id0901200811454970\n" +"help.text" +msgid "Select the format of the data that you will receive from the submitter: FDF (Forms Data Format), PDF, HTML, or XML." +msgstr "" + +#. oscV7 +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_idN10807\n" +"help.text" +msgid "This setting overrides the control's URL property that you set in the document." +msgstr "" + +#. maGDz +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"hd_id1026200909535841\n" +"help.text" +msgid "Allow duplicate field names" +msgstr "" + +#. TuXqi +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id102620090953596\n" +"help.text" +msgid "<ahelp hid=\".\">Allows you to use the same field name for multiple fields in the generated PDF file. If disabled, field names will be exported using generated unique names.</ahelp>" +msgstr "" + +#. JCBTD +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" "hd_id8257087\n" "help.text" msgid "Export bookmarks" -msgstr "Eksportuoti žymeles" +msgstr "" -#. WtLDu -#: ref_pdf_export.xhp +#. ne8RR +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id3479415\n" "help.text" msgid "<ahelp hid=\".\">Select to export bookmarks of Writer documents as PDF bookmarks. Bookmarks are created for all outline paragraphs (<item type=\"menuitem\">Tools - Chapter Numbering</item>) and for all table of contents entries for which you did assign hyperlinks in the source document.</ahelp>" msgstr "" -#. GQbw7 -#: ref_pdf_export.xhp +#. PejFz +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN107BE\n" +"ref_pdf_export_general.xhp\n" +"hd_id561574106156581\n" "help.text" -msgid "Comments as PDF annotations" -msgstr "Komentarus versti PDF anotacijomis" +msgid "Export Placeholders" +msgstr "" -#. TgVUa -#: ref_pdf_export.xhp +#. HAGBC +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN107C2\n" +"ref_pdf_export_general.xhp\n" +"par_id851574109680187\n" "help.text" -msgid "<ahelp hid=\".\">Select to export comments of Writer and Calc documents as PDF annotations.</ahelp>" +msgid "Export the placeholders fields visual markings only. The exported placeholder is ineffective." msgstr "" -#. wDJVG -#: ref_pdf_export.xhp +#. xCL7B +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN207C2\n" +"ref_pdf_export_general.xhp\n" +"par_idN107BE\n" "help.text" -msgid "To export comments of Writer documents as they are shown in %PRODUCTNAME, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Print</emph> and select the <emph>In margins</emph> option in the <emph>Comments</emph> area. The exported pages will be scaled down and the comments will be placed into their margins." +msgid "Comments as PDF annotations" msgstr "" -#. bVe7R -#: ref_pdf_export.xhp +#. FYA5k +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN107F4\n" +"ref_pdf_export_general.xhp\n" +"par_idN107C2\n" "help.text" -msgid "Create PDF form" -msgstr "Sukurti PDF formą" +msgid "<ahelp hid=\".\">Select to export comments of Writer and Calc documents as PDF annotations.</ahelp>" +msgstr "" -#. SWCE3 -#: ref_pdf_export.xhp +#. anEFb +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id4909817\n" +"ref_pdf_export_general.xhp\n" +"par_idN207C2\n" "help.text" -msgid "<ahelp hid=\".\">Choose to create a PDF form. This can be filled out and printed by the user of the PDF document.</ahelp>" +msgid "To export comments of Writer documents as they are shown in %PRODUCTNAME, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem> </caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Print</menuitem> and select the <emph>In margins</emph> option in the <emph>Comments</emph> area. The exported pages will be scaled down and the comments will be placed into their margins." msgstr "" -#. CbcL6 -#: ref_pdf_export.xhp +#. 2qBJx +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id6585283\n" +"ref_pdf_export_general.xhp\n" +"hd_id451574107102243\n" "help.text" -msgid "Submit format" -msgstr "Pateikimo formatas" +msgid "Export Notes Page" +msgstr "" -#. FMAWB -#: ref_pdf_export.xhp +#. bMEP8 +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN107F8\n" +"ref_pdf_export_general.xhp\n" +"par_id971574108811475\n" "help.text" -msgid "<ahelp hid=\".\">Select the format of submitting forms from within the PDF file.</ahelp>" +msgid "Export also the Notes pages view at the end of the exported PDF presentation document." msgstr "" -#. CDCBP -#: ref_pdf_export.xhp +#. 3KkeL +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id0901200811454970\n" +"ref_pdf_export_general.xhp\n" +"hd_id831574107106923\n" "help.text" -msgid "Select the format of the data that you will receive from the submitter: FDF (Forms Data Format), PDF, HTML, or XML." +msgid "Export only notes page" msgstr "" -#. cMjBY -#: ref_pdf_export.xhp +#. zuDdx +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN10807\n" +"ref_pdf_export_general.xhp\n" +"par_id81574108064993\n" "help.text" -msgid "This setting overrides the control's URL property that you set in the document." +msgid "Exports only the Notes page views." msgstr "" -#. SbrYH -#: ref_pdf_export.xhp +#. 9FqPS +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id1026200909535841\n" +"ref_pdf_export_general.xhp\n" +"hd_id51574108224576\n" "help.text" -msgid "Allow duplicate field names" -msgstr "Leisti vienodus laukų vardus" +msgid "Whole sheet export" +msgstr "" -#. fG8Bo -#: ref_pdf_export.xhp +#. 95sab +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id102620090953596\n" +"ref_pdf_export_general.xhp\n" +"par_id81574108602417\n" "help.text" -msgid "<ahelp hid=\".\">Allows you to use the same field name for multiple fields in the generated PDF file. If disabled, field names will be exported using generated unique names.</ahelp>" +msgid "Export one sheet per page." msgstr "" -#. krybr -#: ref_pdf_export.xhp +#. KCagR +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id3946958\n" "help.text" msgid "Export automatically inserted blank pages" -msgstr "Eksportuoti automatiškai įterptus tuščius puslapius" +msgstr "" -#. FUnoV -#: ref_pdf_export.xhp +#. oCgCD +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id8551896\n" "help.text" msgid "<ahelp hid=\".\">If switched on, automatically inserted blank pages are exported to the PDF file. This is best if you are printing the pdf file double-sided. Example: In a book a chapter paragraph style is set to always start with an odd numbered page. If the previous chapter ends on an odd page, %PRODUCTNAME inserts an even numbered blank page. This option controls whether to export that even numbered page or not.</ahelp>" msgstr "" -#. wfKDq -#: ref_pdf_export.xhp +#. 9CTHu +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "hd_id3946959\n" "help.text" msgid "Use reference XObjects" -msgstr "Naudoti susietus „XObjects“ objektus" +msgstr "" -#. odL4p -#: ref_pdf_export.xhp +#. ogMpB +#: ref_pdf_export_general.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_general.xhp\n" "par_id8551897\n" "help.text" msgid "<ahelp hid=\".\">This option affects how PDF images are exported back to PDF. When this option is disabled, then the first page of the PDF data is included in the output. The PDF export merges the used images, fonts and other resources during export. This is a complex operation, but the result can be viewed in various viewers. When the option is enabled, then the reference XObject markup is used: this is a simple operation, but viewers have to support this markup to show vector images. Otherwise a fallback bitmap is shown in the viewer.</ahelp>" msgstr "" -#. 9rswW -#: ref_pdf_export.xhp +#. FphzH +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" +"tit\n" +"help.text" +msgid "PDF Export Initial View" +msgstr "" + +#. Vohw6 +#: ref_pdf_export_initial_view.xhp +msgctxt "" +"ref_pdf_export_initial_view.xhp\n" +"bm_id501574100782266\n" +"help.text" +msgid "<bookmark_value>PDF export;initial document view</bookmark_value>" +msgstr "" + +#. sygue +#: ref_pdf_export_initial_view.xhp +msgctxt "" +"ref_pdf_export_initial_view.xhp\n" "hd_id9796441\n" "help.text" -msgid "Initial View tab" -msgstr "Pradinio rodymo kortelė" +msgid "<variable id=\"pdfexportinitialviewh1\"><link href=\"text/shared/01/ref_pdf_export_initial_view.xhp\" name=\"Initial View tab\">Initial View</link></variable>" +msgstr "" -#. qvDSZ -#: ref_pdf_export.xhp +#. A3pPj +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" +"par_id631574099455028\n" +"help.text" +msgid "Sets the options for the initial view of the PDF file in the external PDF viewer." +msgstr "" + +#. WwbUh +#: ref_pdf_export_initial_view.xhp +msgctxt "" +"ref_pdf_export_initial_view.xhp\n" "hd_id1218604\n" "help.text" msgid "Panes" -msgstr "Polangiai" +msgstr "" -#. iF2tA -#: ref_pdf_export.xhp +#. bEDqK +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id7071443\n" "help.text" msgid "Page only" -msgstr "Tik puslapis" +msgstr "" -#. ES53g -#: ref_pdf_export.xhp +#. 5RgtV +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id1851557\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows only the page contents.</ahelp>" msgstr "" -#. zNkrs -#: ref_pdf_export.xhp +#. 4ByUi +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id7464217\n" "help.text" msgid "Bookmarks and page" -msgstr "Žymelės ir puslapis" +msgstr "" -#. wnCDu -#: ref_pdf_export.xhp +#. 8e4Tz +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id4490188\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows a bookmarks palette and the page contents.</ahelp>" msgstr "" -#. GB36z -#: ref_pdf_export.xhp +#. 9r2CE +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id3581041\n" "help.text" msgid "Thumbnails and page" -msgstr "Miniatiūros ir puslapis" +msgstr "" -#. h8vY2 -#: ref_pdf_export.xhp +#. FRnCt +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id956755\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows a thumbnails palette and the page contents.</ahelp>" msgstr "" -#. BNovE -#: ref_pdf_export.xhp +#. Busqt +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id1905575\n" "help.text" msgid "Open on page" -msgstr "Atverti puslapį" +msgstr "" -#. NdddP -#: ref_pdf_export.xhp +#. GALpy +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id9776909\n" "help.text" msgid "<ahelp hid=\".\">Select to show the given page when the reader opens the PDF file.</ahelp>" msgstr "" -#. gksFn -#: ref_pdf_export.xhp +#. DGsCQ +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id7509994\n" "help.text" msgid "Magnification" -msgstr "Mastelis" +msgstr "" -#. NKFjK -#: ref_pdf_export.xhp +#. aQ3Sd +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id5900143\n" "help.text" msgid "Default" -msgstr "Numatytasis" +msgstr "" -#. e3Jsd -#: ref_pdf_export.xhp +#. 4hDXM +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id822168\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows the page contents without zooming. If the reader software is configured to use a zoom factor by default, the page shows with that zoom factor.</ahelp>" msgstr "" -#. g9xUr -#: ref_pdf_export.xhp +#. DoxvC +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id1092257\n" "help.text" msgid "Fit in window" -msgstr "Talpinti lange" +msgstr "" -#. EHC2g -#: ref_pdf_export.xhp +#. B6YsR +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id3092135\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows the page zoomed to fit entirely into the reader's window.</ahelp>" msgstr "" -#. RFtR3 -#: ref_pdf_export.xhp +#. DPqW4 +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id654622\n" "help.text" msgid "Fit width" -msgstr "Talpinti iš pločio" +msgstr "" -#. EEqwy -#: ref_pdf_export.xhp +#. i6ZAF +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id814539\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows the page zoomed to fit the width of the reader's window.</ahelp>" msgstr "" -#. PjWsX -#: ref_pdf_export.xhp +#. GwVwu +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id9883114\n" "help.text" msgid "Fit visible" -msgstr "Talpinti tekstą" +msgstr "" -#. pvGRo -#: ref_pdf_export.xhp +#. nEKBx +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id2362437\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows the text and graphics on the page zoomed to fit the width of the reader's window.</ahelp>" msgstr "" -#. v2Ysd -#: ref_pdf_export.xhp +#. qETwo +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id7296975\n" "help.text" msgid "Zoom factor" -msgstr "Mastelio koeficientas" +msgstr "" -#. EBt5k -#: ref_pdf_export.xhp +#. azkEb +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id371715\n" "help.text" msgid "<ahelp hid=\".\">Select a given zoom factor when the reader opens the PDF file.</ahelp>" msgstr "" -#. VAT9F -#: ref_pdf_export.xhp +#. MRYkB +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id329905\n" "help.text" msgid "Page layout" -msgstr "Puslapių išdėstymas" +msgstr "" -#. A8BbX -#: ref_pdf_export.xhp +#. wz7rH +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id5632496\n" "help.text" msgid "Default" -msgstr "Numatytasis" +msgstr "" -#. ve6xm -#: ref_pdf_export.xhp +#. ELtpQ +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id1694082\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows the pages according to the layout setting of the reader software.</ahelp>" msgstr "" -#. EeRDe -#: ref_pdf_export.xhp +#. RSJ9k +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id8454237\n" "help.text" msgid "Single page" -msgstr "Vienas puslapis" +msgstr "" -#. J2hh5 -#: ref_pdf_export.xhp +#. icsgH +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id672322\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows one page at a time.</ahelp>" msgstr "" -#. xYXTC -#: ref_pdf_export.xhp +#. 7iUMG +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id7387310\n" "help.text" msgid "Continuous" -msgstr "Tęstinis" +msgstr "" -#. AMVAo -#: ref_pdf_export.xhp +#. jtnwD +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id8764305\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows pages in a continuous vertical column.</ahelp>" msgstr "" -#. VaqyP -#: ref_pdf_export.xhp +#. LYBU7 +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id6223639\n" "help.text" msgid "Continuous facing" -msgstr "Tęstinis gretutinis" +msgstr "" -#. G9ZDi -#: ref_pdf_export.xhp +#. uXXhc +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id5318765\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows pages side by side in a continuous column. For more than two pages, the first page is displayed on the right.</ahelp>" msgstr "" -#. SsbPb -#: ref_pdf_export.xhp +#. VhW8S +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "hd_id1416364\n" "help.text" msgid "First page is left" msgstr "" -#. nyFgf -#: ref_pdf_export.xhp +#. VunCm +#: ref_pdf_export_initial_view.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_initial_view.xhp\n" "par_id9596850\n" "help.text" msgid "<ahelp hid=\".\">Select to generate a PDF file that shows pages side by side in a continuous column. For more than two pages, the first page is displayed on the left. You must enable support for complex text layout on Language settings - Languages in the Options dialog box.</ahelp>" msgstr "" -#. BBVDG -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id18005\n" -"help.text" -msgid "User Interface tab" -msgstr "Naudotojo sąsajos kortelė" - -#. 2CqWB -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id6676839\n" -"help.text" -msgid "Window options" -msgstr "Lango parinktys" - -#. fGQQW -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id3809015\n" -"help.text" -msgid "Resize window to initial page" -msgstr "Lango dydį pritaikyti prie pradinio puslapio" - -#. TAv3i -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id1321146\n" -"help.text" -msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a window displaying the whole initial page.</ahelp>" -msgstr "" - -#. EEvjg -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id6994842\n" -"help.text" -msgid "Center window on screen" -msgstr "Centruoti langą ekrane" - -#. YE9Br -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id9601428\n" -"help.text" -msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a reader window centered on screen.</ahelp>" -msgstr "" - -#. FNtXA -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id6369212\n" -"help.text" -msgid "Open in full screen mode" -msgstr "Atverti visame ekrane" - -#. x5W3x -#: ref_pdf_export.xhp +#. 5DSPy +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id1111789\n" -"help.text" -msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a full screen reader window in front of all other windows.</ahelp>" -msgstr "" - -#. BZohV -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id2041993\n" -"help.text" -msgid "Display document title" -msgstr "Rodyti dokumento pavadinimą" - -#. gDZoN -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id4576555\n" -"help.text" -msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown with the document title in the reader's title bar.</ahelp>" -msgstr "" - -#. BrmFe -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id4632099\n" -"help.text" -msgid "User interface options" -msgstr "Naudotojo sąsajos parinktys" - -#. mEPWU -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id3154087\n" -"help.text" -msgid "Hide menu bar" -msgstr "Slėpti meniu juostą" - -#. DVTx5 -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id6582537\n" -"help.text" -msgid "<ahelp hid=\".\">Select to hide the reader's menu bar when the document is active.</ahelp>" -msgstr "" - -#. bFqTM -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id729697\n" -"help.text" -msgid "Hide toolbar" -msgstr "Slėpti priemonių juostą" - -#. HUYTD -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id769066\n" -"help.text" -msgid "<ahelp hid=\".\">Select to hide the reader's toolbar when the document is active.</ahelp>" -msgstr "" - -#. 3WXPG -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id376293\n" -"help.text" -msgid "Hide window controls" -msgstr "Slėpti lango valdiklius" - -#. BsDe9 -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id43641\n" +"ref_pdf_export_links.xhp\n" +"tit\n" "help.text" -msgid "<ahelp hid=\".\">Select to hide the reader's controls when the document is active.</ahelp>" +msgid "PDF Export Links" msgstr "" -#. hpLGf -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id1886654\n" -"help.text" -msgid "Transitions" -msgstr "Keitimo efektai" - -#. cDDSr -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN107D9\n" -"help.text" -msgid "Use transition effects" -msgstr "Eksportuoti keitimo efektus" - -#. SQACg -#: ref_pdf_export.xhp +#. TBE2y +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_idN107DD\n" +"ref_pdf_export_links.xhp\n" +"bm_id891574100750278\n" "help.text" -msgid "<ahelp hid=\".\">Select to export Impress slide transition effects to respective PDF effects.</ahelp>" +msgid "<bookmark_value>PDF export;links</bookmark_value>" msgstr "" -#. TBeAD -#: ref_pdf_export.xhp +#. 4baAA +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id9053926\n" -"help.text" -msgid "Bookmarks" -msgstr "Žymelės" - -#. EBBNM -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id1941892\n" -"help.text" -msgid "All bookmark levels" -msgstr "Visi žymelių lygiai" - -#. SFf5R -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id341807\n" +"ref_pdf_export_links.xhp\n" +"hd_id9464094\n" "help.text" -msgid "<ahelp hid=\".\">Select to show all bookmark levels when the reader opens the PDF file.</ahelp>" +msgid "<variable id=\"pdfexportlinksh1\"><link href=\"text/shared/01/ref_pdf_export_links.xhp\" name=\"Links tab\">Links</link></variable>" msgstr "" -#. WGuip -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id486770\n" -"help.text" -msgid "Visible bookmark levels" -msgstr "Matomi žymelių lygiai" - -#. BE6L5 -#: ref_pdf_export.xhp +#. sEKFT +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id4850001\n" +"ref_pdf_export_links.xhp\n" +"par_id9302346\n" "help.text" -msgid "<ahelp hid=\".\">Select to show bookmark levels down to the selected level when the reader opens the PDF file.</ahelp>" +msgid "Specify how to export bookmarks and hyperlinks in your document." msgstr "" -#. HWHCC -#: ref_pdf_export.xhp +#. CDBGh +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id9464094\n" +"ref_pdf_export_links.xhp\n" +"hd_id541574116548796\n" "help.text" -msgid "Links tab" -msgstr "Saitų kortelė" - -#. XFXvp -#: ref_pdf_export.xhp -msgctxt "" -"ref_pdf_export.xhp\n" -"par_id9302346\n" -"help.text" -msgid "Specify how to export bookmarks and hyperlinks in your document." +msgid "General" msgstr "" -#. bRHVU -#: ref_pdf_export.xhp +#. GKCBf +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id8296151\n" "help.text" msgid "Export bookmarks as named destinations" -msgstr "Eksportuoti žymeles kaip paskirtį su pavadinimu" +msgstr "" -#. avjir -#: ref_pdf_export.xhp +#. YmVwd +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id4809411\n" "help.text" msgid "<ahelp hid=\".\">The bookmarks (targets of references) in PDF files can be defined as rectangular areas. Additionally, bookmarks to named objects can be defined by their names. Enable the checkbox to export the names of objects in your document as valid bookmark targets. This allows you to link to those objects by name from other documents.</ahelp>" msgstr "" -#. XJjkM -#: ref_pdf_export.xhp +#. vGzbC +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id6454969\n" "help.text" msgid "Convert document references to PDF targets" -msgstr "Dokumento saitus paversti PDF paskirtimis" +msgstr "" -#. LcXFo -#: ref_pdf_export.xhp +#. XWDop +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id7928708\n" "help.text" msgid "<ahelp hid=\".\">Enable this checkbox to convert the URLs referencing other ODF files to PDF files with the same name. In the referencing URLs the extensions .odt, .odp, .ods, .odg, and .odm are converted to the extension .pdf.</ahelp>" msgstr "" -#. CtF3B -#: ref_pdf_export.xhp +#. DaZuR +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id3864253\n" "help.text" msgid "Export URLs relative to file system" -msgstr "URL adresus eksportuoti santykinai failų sistemos atžvilgiu" +msgstr "" -#. 4FEeP -#: ref_pdf_export.xhp +#. 8wcR4 +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id3144016\n" "help.text" msgid "<ahelp hid=\".\">Enable this checkbox to export URLs to other documents as relative URLs in the file system. See <link href=\"text/shared/guide/hyperlink_rel_abs.xhp\">\"relative hyperlinks\"</link> in the Help.</ahelp>" msgstr "" -#. rym4J -#: ref_pdf_export.xhp +#. 7pCv6 +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id9937131\n" "help.text" msgid "Cross-document links" -msgstr "Tarpdokumentiniai saitai" +msgstr "" -#. BgW4m -#: ref_pdf_export.xhp +#. 9mR8B +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id5616626\n" "help.text" msgid "Specify how to handle hyperlinks from your PDF file to other files." msgstr "" -#. WDB5A -#: ref_pdf_export.xhp +#. AVSxU +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id1972106\n" "help.text" msgid "Default mode" -msgstr "Numatytoji veiksena" +msgstr "" -#. JVafj -#: ref_pdf_export.xhp +#. hoUxt +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id79042\n" "help.text" msgid "<ahelp hid=\".\">Links from your PDF document to other documents will be handled as it is specified in your operating system.</ahelp>" msgstr "" -#. FFGxP -#: ref_pdf_export.xhp +#. DgzzG +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id4076357\n" "help.text" msgid "Open with PDF reader application" -msgstr "Atverti PDF peržiūros programa" +msgstr "" -#. mVbw3 -#: ref_pdf_export.xhp +#. Pr4hN +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id8231757\n" "help.text" msgid "<ahelp hid=\".\">Cross-document links are opened with the PDF reader application that currently shows the document. The PDF reader application must be able to handle the specified file type inside the hyperlink.</ahelp>" msgstr "" -#. 9mYvK -#: ref_pdf_export.xhp +#. 2E8em +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "hd_id3168736\n" "help.text" msgid "Open with Internet browser" -msgstr "Atverti interneto naršykle" +msgstr "" -#. QQa9q -#: ref_pdf_export.xhp +#. GxGBj +#: ref_pdf_export_links.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_links.xhp\n" "par_id1909848\n" "help.text" msgid "<ahelp hid=\".\">Cross-document links are opened with the Internet browser. The Internet browser must be able to handle the specified file type inside the hyperlink.</ahelp>" msgstr "" -#. wBMRL -#: ref_pdf_export.xhp +#. 8iBvu +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" +"tit\n" +"help.text" +msgid "PDF Export Security" +msgstr "" + +#. 5kxYj +#: ref_pdf_export_security.xhp +msgctxt "" +"ref_pdf_export_security.xhp\n" +"bm_id241574100707591\n" +"help.text" +msgid "<bookmark_value>PDF export;security</bookmark_value>" +msgstr "" + +#. 4c4XK +#: ref_pdf_export_security.xhp +msgctxt "" +"ref_pdf_export_security.xhp\n" "hd_id3068636\n" "help.text" -msgid "Security tab" -msgstr "Apsaugos kortelė" +msgid "<variable id=\"pdfexportsecurityh1\"><link href=\"text/shared/01/ref_pdf_export_security.xhp\" name=\"Security tab\">Security</link></variable>" +msgstr "" -#. VrmgD -#: ref_pdf_export.xhp +#. RRcJ2 +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" +"par_id291574099537389\n" +"help.text" +msgid "Specifies the security options of the exported PDF file." +msgstr "" + +#. ENhob +#: ref_pdf_export_security.xhp +msgctxt "" +"ref_pdf_export_security.xhp\n" "hd_id2927335\n" "help.text" msgid "Set passwords" -msgstr "Nustatyti slaptažodžius" +msgstr "" -#. rGpfQ -#: ref_pdf_export.xhp +#. 6ixp9 +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id2107303\n" "help.text" msgid "<ahelp hid=\".\">Click to open a dialog where you enter the passwords.</ahelp>" msgstr "" -#. mCJfz -#: ref_pdf_export.xhp +#. fSFwW +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id41123951\n" "help.text" msgid "You can specify a password needed to view the PDF. You can enter an optional password that allows the person viewing the PDF to edit and/or print the document." msgstr "" -#. apbQ8 -#: ref_pdf_export.xhp +#. zTe3V +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id7985168\n" "help.text" msgid "Printing" -msgstr "Spausdinimas" +msgstr "" -#. 6mkCM -#: ref_pdf_export.xhp +#. wpyGW +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id876186\n" "help.text" msgid "Not permitted" -msgstr "Neleidžiamas" +msgstr "" -#. PwjrA -#: ref_pdf_export.xhp +#. 6AbXC +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id3939634\n" "help.text" msgid "<ahelp hid=\".\">Printing the document is not permitted.</ahelp>" msgstr "" -#. tstuU -#: ref_pdf_export.xhp +#. qFw2A +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id599688\n" "help.text" msgid "Low resolution (150 dpi)" -msgstr "Maža skiriamąja geba (150 tšk./col.)" +msgstr "" -#. 58DFp -#: ref_pdf_export.xhp +#. 6C4hC +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id1371501\n" "help.text" msgid "<ahelp hid=\".\">The document can only be printed in low resolution (150 dpi). Not all PDF readers honor this setting.</ahelp>" msgstr "" -#. 6doE5 -#: ref_pdf_export.xhp +#. a7e4V +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id4661702\n" "help.text" msgid "High resolution" -msgstr "Didele skiriamąja geba" +msgstr "" -#. Kv2ro -#: ref_pdf_export.xhp +#. oZFWk +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id7868892\n" "help.text" msgid "<ahelp hid=\".\">The document can be printed in high resolution.</ahelp>" msgstr "" -#. xY9JS -#: ref_pdf_export.xhp +#. fwe8W +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id2188787\n" "help.text" msgid "Changes" -msgstr "Pakeitimai" +msgstr "" -#. JRjN2 -#: ref_pdf_export.xhp +#. huf8W +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id5833307\n" "help.text" msgid "Not permitted" -msgstr "Neleidžiami" +msgstr "" -#. G443J -#: ref_pdf_export.xhp +#. DK4FY +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id7726676\n" "help.text" msgid "<ahelp hid=\".\">No changes of the content are permitted.</ahelp>" msgstr "" -#. AEenB -#: ref_pdf_export.xhp +#. ZzgJG +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id3729361\n" "help.text" msgid "Inserting, deleting, and rotating pages" -msgstr "Puslapių įterpimas, šalinimas ir sukimas" +msgstr "" -#. UXF73 -#: ref_pdf_export.xhp +#. ECsAs +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id9573961\n" "help.text" msgid "<ahelp hid=\".\">Only inserting, deleting, and rotating pages is permitted.</ahelp>" msgstr "" -#. 3Wc4s -#: ref_pdf_export.xhp +#. BBKXs +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id7700430\n" "help.text" msgid "Filling in form fields" -msgstr "Formos laukų pildymas" +msgstr "" -#. 3VvMi -#: ref_pdf_export.xhp +#. VEprE +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id1180455\n" "help.text" msgid "<ahelp hid=\".\">Only filling in form fields is permitted.</ahelp>" msgstr "" -#. EfJTd -#: ref_pdf_export.xhp +#. uNYzx +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id3405560\n" "help.text" msgid "Commenting, filling in form fields" -msgstr "Komentavimas, formos laukų pildymas" +msgstr "" -#. T4ng2 -#: ref_pdf_export.xhp +#. XuQVH +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id3409527\n" "help.text" msgid "<ahelp hid=\".\">Only commenting and filling in form fields is permitted.</ahelp>" msgstr "" -#. BFTbm -#: ref_pdf_export.xhp +#. jEsBj +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id7112338\n" "help.text" msgid "Any except extracting pages" -msgstr "Bet kokie išskyrus puslapių šalinimą" +msgstr "" -#. WEVPK -#: ref_pdf_export.xhp +#. mZe6m +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id2855616\n" "help.text" msgid "<ahelp hid=\".\">All changes are permitted, except extracting pages.</ahelp>" msgstr "" -#. GAJQH -#: ref_pdf_export.xhp +#. JHbUu +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" +"hd_id841574111651138\n" +"help.text" +msgid "Contents" +msgstr "" + +#. xUSS6 +#: ref_pdf_export_security.xhp +msgctxt "" +"ref_pdf_export_security.xhp\n" "hd_id2091433\n" "help.text" msgid "Enable copying of content" -msgstr "Leisti kopijuoti turinį" +msgstr "" -#. agEJy -#: ref_pdf_export.xhp +#. F9N4b +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id5092318\n" "help.text" msgid "<ahelp hid=\".\">Select to enable copying of content to the clipboard.</ahelp>" msgstr "" -#. aGCLL -#: ref_pdf_export.xhp +#. YN4vV +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "hd_id9312417\n" "help.text" msgid "Enable text access for accessibility tools" -msgstr "Leisti skaityti tekstą neįgaliųjų priemonėmis" +msgstr "" -#. KEuQK -#: ref_pdf_export.xhp +#. Wdm6G +#: ref_pdf_export_security.xhp msgctxt "" -"ref_pdf_export.xhp\n" +"ref_pdf_export_security.xhp\n" "par_id9089022\n" "help.text" msgid "<ahelp hid=\".\">Select to enable text access for accessibility tools.</ahelp>" msgstr "" -#. jQ3Bj -#: ref_pdf_export.xhp +#. ihxeF +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id13068636\n" +"ref_pdf_export_user_interface.xhp\n" +"tit\n" "help.text" -msgid "Digital Signatures tab" -msgstr "Skaitmeninių parašų kortelė" +msgid "PDF Export User Interface" +msgstr "" -#. T6i2E -#: ref_pdf_export.xhp +#. go9S3 +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id22107303\n" +"ref_pdf_export_user_interface.xhp\n" +"bm_id871574100654871\n" "help.text" -msgid "This tab contains the options related to exporting to a digitally signed PDF." -msgstr "Šioje kortelėje nustatomos eksportuojamo PDF dokumento pasirašymo skaitmeniniu būdu parinktys." +msgid "<bookmark_value>PDF export;user interface</bookmark_value>" +msgstr "" -#. qtaAD -#: ref_pdf_export.xhp +#. TYF4D +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id22107304\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id18005\n" "help.text" -msgid "Digital signatures are used to ensure that the PDF was really created by the original author (i.e. you), and that the document has not been modified since it was signed." -msgstr "Skaitmeniniai parašai reikalingi užtikrinti, kad PDF dokumentas tikrai buvo sukurtas pradinio dokumento autoriaus (jūsų), ir kad dokumentas nebuvo pakeistas nuo jo pasirašymo momento." +msgid "<variable id=\"pdfexportuserinterfaceh1\"><link href=\"text/shared/01/ref_pdf_export_user_interface.xhp\" name=\"User Interface tab\">User Interface</link></variable>" +msgstr "" -#. i4GGE -#: ref_pdf_export.xhp +#. tiBmQ +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id22107305\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id261574099621912\n" "help.text" -msgid "The signed PDF export uses the keys and X.509 certificates already stored in your default key store location or on a smartcard." -msgstr "Eksportuojamo PDF dokumento pasirašymui naudojami numatytoje liudijimų vietoje ar išorinėje kortelėje esantys raktai ir X.509 liudijimai." +msgid "Specifies the options for the external PDF viewer user interface." +msgstr "" -#. mDGZQ -#: ref_pdf_export.xhp +#. 5Jw39 +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id22107306\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id6676839\n" "help.text" -msgid "The key store to be used can be selected under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - Certificate Path</emph>." -msgstr "Vietą, kurioje laikomi liudijimai, galima parinkti lango <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME → Parinktys</emph></caseinline><defaultinline><emph>Priemonės → Parinktys</emph></defaultinline></switchinline><emph> → %PRODUCTNAME → Saugumas</emph> parinkčių grupėje <emph>Liudijimo adresas</emph>." +msgid "Window options" +msgstr "" -#. SFCfE -#: ref_pdf_export.xhp +#. 9LBfo +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id22107307\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id3809015\n" "help.text" -msgid "When using a smartcard, it must already be configured for use by your key store. This is usually done during installation of the smartcard software." -msgstr "Jei liudijimai saugomi išorinėje kortelėje, ji jau turi būti susieta su liudijimų adresu. Tai paprastai atliekama kortelės programinės įrangos diegimo metu." +msgid "Resize window to initial page" +msgstr "" -#. ZUqG4 -#: ref_pdf_export.xhp +#. LwcNn +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id12927335\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id1321146\n" "help.text" -msgid "Use this certificate to digitally sign PDF documents" -msgstr "Naudoti šį liudijimą PDF dokumentų pasirašymui" +msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a window displaying the whole initial page.</ahelp>" +msgstr "" -#. nAGcx -#: ref_pdf_export.xhp +#. S3F7A +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id12107303\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id6994842\n" "help.text" -msgid "<ahelp hid=\".\">Allows you to select a certificate to be used for signing this PDF export.</ahelp>" -msgstr "<ahelp hid=\".\">Parenkamas liudijimas, naudotinas eksportuojamam PDF dokumentui pasirašyti.</ahelp>" +msgid "Center window on screen" +msgstr "" -#. 6jhXq -#: ref_pdf_export.xhp +#. RvCRC +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id17985168\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id9601428\n" "help.text" -msgid "Select" -msgstr "Parinkti" +msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a reader window centered on screen.</ahelp>" +msgstr "" -#. acUx7 -#: ref_pdf_export.xhp +#. 6ottQ +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id12507303\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id6369212\n" "help.text" -msgid "<ahelp hid=\".\">Opens the <emph>Select Certificate</emph> dialog.</ahelp>" -msgstr "<ahelp hid=\".\">Atveriamas <emph>liudijimo parinkimo</emph> dialogo langas.</ahelp>" +msgid "Open in full screen mode" +msgstr "" -#. cTQMD -#: ref_pdf_export.xhp +#. AAMwV +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id12507403\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id1111789\n" "help.text" -msgid "All certificates found in your selected key store are displayed. If the key store is protected by a password, you are prompted for it. When using a smartcard that is protected by a PIN, you are also prompted for that." -msgstr "Liudijimo parinkimo lange rodomi vis liudijimai, esantys nustatytame liudijimų aplanke. Jei aplankas apsaugotas slaptažodžiu, paprašoma jį įvesti. Jei naudojate PIN kodu apsaugotą išorinę kortelę, bus paprašyta įvesti PIN kodą." +msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown in a full screen reader window in front of all other windows.</ahelp>" +msgstr "" -#. jvAGE -#: ref_pdf_export.xhp +#. GMp2t +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id12507503\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id2041993\n" "help.text" -msgid "Select the certificate to use for digitally signing the exported PDF by clicking on the corresponding line, then click <emph>OK</emph>." -msgstr "Pažymėkite liudijimą, kurį norite naudoti eksportuojamam PDF dokumentui pasirašyti, ir spustelėkite mygtuką <emph>Gerai</emph>." +msgid "Display document title" +msgstr "" -#. pD7zw -#: ref_pdf_export.xhp +#. mKxYG +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id12507603\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id4576555\n" "help.text" -msgid "All other fields on the <emph>Digital Signatures</emph> tab will be accessible only after a certificate has been selected." -msgstr "Visi kiti laukai <emph>skaitmeninių parašų</emph> kortelėje bus veiksnūs tik tada, kai bus parinktas liudijimas." +msgid "<ahelp hid=\".\">Select to generate a PDF file that is shown with the document title in the reader's title bar.</ahelp>" +msgstr "" -#. EqDoE -#: ref_pdf_export.xhp +#. E5iSo +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id1876186\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id4632099\n" "help.text" -msgid "Certificate password" -msgstr "Liudijimo slaptažodis" +msgid "User interface options" +msgstr "" -#. AEBYJ -#: ref_pdf_export.xhp +#. iC2dq +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id13939634\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id3154087\n" "help.text" -msgid "<ahelp hid=\".\">Enter the password used for protecting the private key associated with the selected certificate.</ahelp> Usually this is the key store password." -msgstr "<ahelp hid=\".\">Įveskite privačiojo rakto, susieto su pasirinktu liudijimu, slaptažodį.</ahelp> Paprastai tai yra liudijimų aplanko slaptažodis." +msgid "Hide menu bar" +msgstr "" -#. 2HCP7 -#: ref_pdf_export.xhp +#. AC8NQ +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id13932634\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id6582537\n" "help.text" -msgid "If the key store password has already been entered in the <emph>Select Certificate</emph> dialog, the key store may already be unlocked and not require the password again. But to be on the safe side, enter it nevertheless." -msgstr "Jei liudijimų aplanko slaptažodį jau įvedėte <emph>liudijimo parinkimo</emph> dialogo lange, gali nebereikėti kartoti slaptažodžio. Vis dėlto, bus saugiau, jei slaptažodį įvesite dar kartą ir čia." +msgid "<ahelp hid=\".\">Select to hide the reader's menu bar when the document is active.</ahelp>" +msgstr "" -#. EYbQ2 -#: ref_pdf_export.xhp +#. 7FeM6 +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id13933634\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id729697\n" "help.text" -msgid "When using a smartcard, enter the PIN here. Some smartcard software will prompt you for the PIN again before signing. This is cumbersome, but that's how smartcards work." -msgstr "Jei naudojate išorinę kortelę, čia įveskite PIN kodą. Priklausomai nuo kortelės programinės įrangos, PIN kodo gali būti pareikalauta dar kartą prieš pasirašant dokumentą. Nepatogu, bet taip veikia kortelės." +msgid "Hide toolbar" +msgstr "" -#. hTGDG -#: ref_pdf_export.xhp +#. PGyhr +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id1599688\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id769066\n" "help.text" -msgid "Location, Contact information, Reason" -msgstr "Vieta, kontaktinė informacija, priežastis" +msgid "<ahelp hid=\".\">Select to hide the reader's toolbar when the document is active.</ahelp>" +msgstr "" -#. RLvWg -#: ref_pdf_export.xhp +#. xG2Ua +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id11371501\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id376293\n" "help.text" -msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>" -msgstr "<ahelp hid=\".\">Šiuose trijuose laukuose galima įvesti papildomą informaciją apie skaitmeninį parašą, taikomą PDF dokumentui (kur, kas ir kodėl dokumentą pasirašė). Šie duomenys bus įrašyti atitinkamuose PDF dokumento laukuose ir bus matomi visiems, peržiūrintiems dokumentą. Bet kurį ar net visus tris laukus galima palikti tuščius.</ahelp>" +msgid "Hide window controls" +msgstr "" -#. HaXtK -#: ref_pdf_export.xhp +#. zEBUV +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id14661702\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id43641\n" "help.text" -msgid "Time Stamp Authority" -msgstr "Laiko žymų įstaiga" +msgid "<ahelp hid=\".\">Select to hide the reader's controls when the document is active.</ahelp>" +msgstr "" -#. BiAYc -#: ref_pdf_export.xhp +#. zf2om +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id17868892\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id1886654\n" "help.text" -msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>" -msgstr "<ahelp hid=\".\">Čia galima (bet nebūtina) nurodyti laiko žymų įstaigos (LŽĮ) URL adresą. </ahelp>" +msgid "Transitions" +msgstr "" -#. w5qEp -#: ref_pdf_export.xhp +#. fhAFT +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id29089022\n" +"ref_pdf_export_user_interface.xhp\n" +"par_idN107D9\n" "help.text" -msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed." -msgstr "PDF dokumento pasirašymo metu LŽĮ adresas naudojamas skaitmeniniu būdu pasirašytai laiko žymai gauti. Ši žyma įterpiama į dokumento skaitmeninį parašą. Pagal tokią (RFC 3161) žymą vėliau galima patikimai patikrinti, kada dokumentas buvo pasirašytas." +msgid "Use transition effects" +msgstr "" -#. FUEnM -#: ref_pdf_export.xhp +#. gAEB5 +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id39089022\n" +"ref_pdf_export_user_interface.xhp\n" +"par_idN107DD\n" "help.text" -msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>." -msgstr "LŽĮ sąrašą galima nurodyti lango <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME → Parinktys</emph></caseinline><defaultinline><emph>Priemonės → Parinktys</emph></defaultinline></switchinline><emph> → %PRODUCTNAME → Saugumas</emph> dalyje <emph>Laiko žymų įstaigos (LŽĮ)</emph>." +msgid "<ahelp hid=\".\">Select to export Impress slide transition effects to respective PDF effects.</ahelp>" +msgstr "" -#. D9GLD -#: ref_pdf_export.xhp +#. QnGof +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id49089022\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id9053926\n" "help.text" -msgid "If no TSA URL is selected (the default), the signature will not be timestamped, but will use the current time from your local computer." -msgstr "Jei nepasirinkta jokio LŽĮ URL adreso (numatytoji parinktis), skaitmeninis parašas nebus susietas su laiko žyma, o pasirašymo momentu bus laikomas dabartinis kompiuterio rodomas laikas." +msgid "Bookmarks" +msgstr "" -#. NHTF4 -#: ref_pdf_export.xhp +#. jtoVv +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"hd_id3150507\n" +"ref_pdf_export_user_interface.xhp\n" +"hd_id1941892\n" "help.text" -msgid "Export button" -msgstr "Eksportavimo mygtukas" +msgid "All bookmark levels" +msgstr "" -#. kHxND -#: ref_pdf_export.xhp +#. 8tTN6 +#: ref_pdf_export_user_interface.xhp msgctxt "" -"ref_pdf_export.xhp\n" -"par_id3146975\n" +"ref_pdf_export_user_interface.xhp\n" +"par_id341807\n" "help.text" -msgid "<ahelp hid=\".\">Exports the current file in PDF format.</ahelp>" -msgstr "<ahelp hid=\".\">Veikiamasis failas eksportuojamas PDF formatu.</ahelp>" +msgid "<ahelp hid=\".\">Select to show all bookmark levels when the reader opens the PDF file.</ahelp>" +msgstr "" + +#. VcrQh +#: ref_pdf_export_user_interface.xhp +msgctxt "" +"ref_pdf_export_user_interface.xhp\n" +"hd_id486770\n" +"help.text" +msgid "Visible bookmark levels" +msgstr "" + +#. ZoAs9 +#: ref_pdf_export_user_interface.xhp +msgctxt "" +"ref_pdf_export_user_interface.xhp\n" +"par_id4850001\n" +"help.text" +msgid "<ahelp hid=\".\">Select to show bookmark levels down to the selected level when the reader opens the PDF file.</ahelp>" +msgstr "" #. HUGki #: ref_pdf_send_as.xhp @@ -48330,6 +49025,159 @@ msgctxt "" msgid "Sign the PDF document as usual." msgstr "Tuomet PDF dokumentą galima pasirašyti įprastu būdu." +#. MDAYT +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"tit\n" +"help.text" +msgid "Signing the Signature Line" +msgstr "" + +#. DBWeJ +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"bm_id651526779220785\n" +"help.text" +msgid "<bookmark_value>digital signature;sign signature line</bookmark_value><bookmark_value>signature line;signing</bookmark_value>" +msgstr "" + +#. NC7Qf +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"hd_id401526575112776\n" +"help.text" +msgid "<variable id=\"signsignatureline01\"><link href=\"text/shared/01/signsignatureline.xhp\" name=\"Sign Signature Line\">Digitally Signing the Signature Line</link></variable>" +msgstr "" + +#. wfYC7 +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id611526575121298\n" +"help.text" +msgid "%PRODUCTNAME lets you sign digitally a signature line in your document." +msgstr "" + +#. ri5RP +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id511526575127337\n" +"help.text" +msgid "On signing a signature line, %PRODUCTNAME fills the line with the name of signer, adds the digital certificate issuer information and optionally insert the date of signature." +msgstr "" + +#. 2S44H +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id291526564031387\n" +"help.text" +msgid "Select the signature line graphic object context menu. Choose <emph>Sign Signature Line</emph>." +msgstr "" + +#. roSVC +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"hd_id311526563971364\n" +"help.text" +msgid "Your Name" +msgstr "" + +#. EDZbU +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id511526564217965\n" +"help.text" +msgid "<ahelp hid=\".\">Enter your name as signer of the document. Your name will be inserted above the signature horizontal line.</ahelp>" +msgstr "" + +#. AdPnC +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"hd_id401526563978041\n" +"help.text" +msgid "Certificate" +msgstr "" + +#. VATQB +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id31526564223526\n" +"help.text" +msgid "<ahelp hid=\".\">Click on the Select Certificate button to open the Select Certificate dialog box, where your certificates are listed. Select the certificate suitable for signing the document.</ahelp>" +msgstr "" + +#. 7EAfe +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id251526576138883\n" +"help.text" +msgid "The information of the certificate issuer is inserted in the bottom of the Signature Line object." +msgstr "" + +#. CG8CA +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"hd_id301526563985718\n" +"help.text" +msgid "Instructions from the document creator" +msgstr "" + +#. GoLTw +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id271526564228571\n" +"help.text" +msgid "<ahelp hid=\".\">This area displays the instructions entered by the document creator when <link href=\"text/swriter/01/addsignatureline.xhp\" name=\"Adding the Signature Line\">adding the signature line</link>.</ahelp>" +msgstr "" + +#. H8zHw +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"hd_id161526563992082\n" +"help.text" +msgid "Add comments" +msgstr "" + +#. dYbqA +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id21526564234712\n" +"help.text" +msgid "<ahelp hid=\".\">Enter comments about the signature. The comments are displayed in the <emph>Description</emph> field of the certificate.</ahelp>" +msgstr "" + +#. SAEMF +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id621526576147414\n" +"help.text" +msgid "If enabled when the signature line was created, the date of signature is inserted on the top right of the signature line object." +msgstr "" + +#. GLUyy +#: signsignatureline.xhp +msgctxt "" +"signsignatureline.xhp\n" +"par_id21526579319036\n" +"help.text" +msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>" +msgstr "" + #. m3D8J #: webhtml.xhp msgctxt "" diff --git a/source/lt/helpcontent2/source/text/shared/02.po b/source/lt/helpcontent2/source/text/shared/02.po index 66f048fa351..8e12135b225 100644 --- a/source/lt/helpcontent2/source/text/shared/02.po +++ b/source/lt/helpcontent2/source/text/shared/02.po @@ -3,10 +3,10 @@ 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-05 14:28+0100\n" -"PO-Revision-Date: 2019-11-05 12:14+0000\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" +"PO-Revision-Date: 2019-12-17 11:23+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" -"Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textshared02/lt/>\n" +"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/lt/>\n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -2824,13 +2824,13 @@ msgctxt "" msgid "Enabled" msgstr "" -#. 3eeD9 +#. ag5GD #: 01170101.xhp msgctxt "" "01170101.xhp\n" "par_id3150084\n" "help.text" -msgid "<ahelp hid=\".\">If a control field has the property \"Enabled\" (<emph>Yes</emph>), the form user can use the control field.</ahelp> otherwise (<emph>No</emph>), it is disabled and greyed out." +msgid "<ahelp hid=\".\">If a control field has the property \"Enabled\" (<emph>Yes</emph>), the form user can use the control field.</ahelp> Otherwise (<emph>No</emph>), it is disabled and greyed out." msgstr "" #. tYDLf @@ -10547,13 +10547,13 @@ msgctxt "" msgid "Styles" msgstr "" -#. YHFXR +#. eQswn #: 02010000.xhp msgctxt "" "02010000.xhp\n" "tit\n" "help.text" -msgid "Set Paragrph Style" +msgid "Set Paragraph Style" msgstr "" #. b7cD8 @@ -10689,7 +10689,7 @@ msgctxt "" "par_id3150085\n" "help.text" msgid "Font Name" -msgstr "" +msgstr "Šrifto pavadinimas" #. P22wr #: 02020000.xhp @@ -10707,7 +10707,7 @@ msgctxt "" "par_id3148550\n" "help.text" msgid "<variable id=\"vorschautext\">You can see the name of the fonts formatted in their respective font if you mark the <emph>Show preview of fonts</emph> field in <link href=\"text/shared/optionen/01010800.xhp\" name=\"$[officename] - View\"><emph>$[officename] - View</emph></link> in the <emph>Options</emph> dialog box.</variable>" -msgstr "" +msgstr "<variable id=\"vorschautext\">Šrifto pavadinimas bus rodomas atitinkamu šriftu, jei <emph>parinkčių</emph> lange <link href=\"text/shared/optionen/01010800.xhp\" name=\"$[officename] - View\"><emph>$[officename] → Rodymas</emph></link> bus pažymėta parinktis <emph>Rodyti šriftų peržiūrą</emph>.</variable>" #. xFsW2 #: 02020000.xhp @@ -10808,14 +10808,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:TextdirectionLeftToRight\">Specifies the horizontal direction of the text.</ahelp>" msgstr "" -#. TEscT +#. Cncyn #: 02040000.xhp msgctxt "" "02040000.xhp\n" "par_id3147291\n" "help.text" -msgid "<image src=\"cmd/sc_textdirectionlefttoright.png\" id=\"img_id3155805\"><alt id=\"alt_id3155805\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_textdirectionlefttoright.png\" id=\"img_id3155805\"><alt id=\"alt_id3155805\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_textdirectionlefttoright.png\" id=\"img_id3155805\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155805\">Icon Text direction from left to right</alt></image>" +msgstr "" #. caPbq #: 02040000.xhp @@ -10853,14 +10853,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:TextdirectionTopToBottom\" visibility=\"visible\">Specifies the vertical direction of the text.</ahelp>" msgstr "" -#. zGbFL +#. HzVEe #: 02050000.xhp msgctxt "" "02050000.xhp\n" "par_id3154186\n" "help.text" -msgid "<image src=\"cmd/sc_textdirectiontoptobottom.png\" id=\"img_id3154927\"><alt id=\"alt_id3154927\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_textdirectiontoptobottom.png\" id=\"img_id3154927\"><alt id=\"alt_id3154927\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_textdirectiontoptobottom.png\" id=\"img_id3154927\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154927\">Icon Text direction from top to bottom</alt></image>" +msgstr "" #. QLaEc #: 02050000.xhp @@ -11267,14 +11267,14 @@ msgctxt "" msgid "<variable id=\"hintergrundfarbetext\"><ahelp hid=\".\">Click to open a toolbar where you can click a background color for a paragraph. The color is applied to the background of the current paragraph or the selected paragraphs.</ahelp></variable>" msgstr "" -#. RgkCC +#. FpnJ5 #: 02170000.xhp msgctxt "" "02170000.xhp\n" "par_id3147276\n" "help.text" -msgid "<image id=\"img_id3148538\" src=\"cmd/sc_backgroundcolor.png\"><alt id=\"alt_id3148538\">Icon</alt></image>" -msgstr "<image id=\"img_id3148538\" src=\"cmd/sc_backgroundcolor.png\"><alt id=\"alt_id3148538\">Piktograma</alt></image>" +msgid "<image id=\"img_id3148538\" src=\"cmd/sc_backgroundcolor.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148538\">Icon Background color</alt></image>" +msgstr "" #. 22wMa #: 02170000.xhp @@ -11420,13 +11420,13 @@ msgctxt "" msgid "<ahelp hid=\".uno:SetBorderStyle\">Click the <emph>Borders</emph> icon to open the <emph>Borders</emph> toolbar, where you can modify the border of a sheet area or an object.</ahelp>" msgstr "" -#. sN4r4 +#. 3dkCT #: 03130000.xhp msgctxt "" "03130000.xhp\n" "par_id3147261\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><defaultinline>This object can be the border of a text frame, a graphic or a table. The icon will only be visible if a graphic, table, object or frame has been selected.</defaultinline></switchinline>" +msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><defaultinline>This object can be the border of a frame, a graphic or a table. The icon will only be visible if a graphic, table, object or frame has been selected.</defaultinline></switchinline>" msgstr "" #. qqXKC @@ -12149,13 +12149,13 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">In the <link href=\"text/swriter/01/03120000.xhp\" name=\"Web Layout\"><emph>Web Layout</emph></link>, some numbering/bullet options are not available.</caseinline></switchinline>" msgstr "" -#. MPbCK +#. 23PDg #: 06120000.xhp msgctxt "" "06120000.xhp\n" "par_id3154317\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">The distance between the text and the left text frame and the position of the bullets can be determined in the dialog under <link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph\"><emph>Format - Paragraph</emph></link> by entering the left indent and the first-line indent.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">The distance between the text and the left text box and the position of the bullets can be determined in the dialog under <link href=\"text/shared/01/05030100.xhp\" name=\"Format - Paragraph\"><emph>Format - Paragraph</emph></link> by entering the left indent and the first-line indent.</caseinline></switchinline>" msgstr "" #. QCjAp @@ -13373,14 +13373,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Moves back to the previous page in the document.</ahelp> This function is only active when you select the <emph>Print Preview</emph> function on the <emph>File</emph> menu." msgstr "" -#. 6EC8g +#. Q3Dco #: 10010000.xhp msgctxt "" "10010000.xhp\n" "par_id3155552\n" "help.text" -msgid "<image src=\"cmd/sc_pageup.png\" id=\"img_id3145090\"><alt id=\"alt_id3145090\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_pageup.png\" id=\"img_id3145090\"><alt id=\"alt_id3145090\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_pageup.png\" id=\"img_id3145090\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Previous Page</alt></image>" +msgstr "" #. QWY2G #: 10010000.xhp @@ -13418,14 +13418,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Moves forward to the next page in the document.</ahelp> This function is only active when you select the <emph>Print Preview</emph> function on the <emph>File</emph> menu." msgstr "" -#. 97P94 +#. LFDee #: 10020000.xhp msgctxt "" "10020000.xhp\n" "par_id3154186\n" "help.text" -msgid "<image src=\"cmd/sc_pagedown.png\" id=\"img_id3149346\"><alt id=\"alt_id3149346\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_pagedown.png\" id=\"img_id3149346\"><alt id=\"alt_id3149346\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_pagedown.png\" id=\"img_id3149346\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149346\">Icon Next Page</alt></image>" +msgstr "" #. FS8rq #: 10020000.xhp @@ -13463,14 +13463,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Moves to the first page of the document.</ahelp> This function is only active when you select the <emph>Print Preview</emph> function on the <emph>File</emph> menu." msgstr "" -#. QWRqX +#. gtbnE #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3154751\n" "help.text" -msgid "<image src=\"cmd/sc_gotostartofdoc.png\" id=\"img_id3147571\"><alt id=\"alt_id3147571\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_gotostartofdoc.png\" id=\"img_id3147571\"><alt id=\"alt_id3147571\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_gotostartofdoc.png\" id=\"img_id3147571\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147571\">Icon First Page</alt></image>" +msgstr "" #. mHeYZ #: 10030000.xhp @@ -13508,14 +13508,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Moves to the last page of the document.</ahelp> This function is only active when you select the <emph>Print Preview</emph> function on the <emph>File</emph> menu." msgstr "" -#. FvLuj +#. ZMv7T #: 10040000.xhp msgctxt "" "10040000.xhp\n" "par_id3155805\n" "help.text" -msgid "<image src=\"cmd/sc_gotoendofdoc.png\" id=\"img_id3153394\"><alt id=\"alt_id3153394\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_gotoendofdoc.png\" id=\"img_id3153394\"><alt id=\"alt_id3153394\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_gotoendofdoc.png\" id=\"img_id3153394\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153394\">Icon Last Page</alt></image>" +msgstr "" #. E7V4E #: 10040000.xhp @@ -15128,14 +15128,14 @@ msgctxt "" msgid "<link href=\"text/shared/02/12100000.xhp\" name=\"Sort Order\">Sort Order</link>" msgstr "" -#. foE9D +#. 7cyxb #: 12100000.xhp msgctxt "" "12100000.xhp\n" "par_id3144436\n" "help.text" -msgid "<image src=\"cmd/sc_tablesort.png\" id=\"img_id3153894\"><alt id=\"alt_id3153894\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_tablesort.png\" id=\"img_id3153894\"><alt id=\"alt_id3153894\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_tablesort.png\" id=\"img_id3153894\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153894\">Icon Sort Order</alt></image>" +msgstr "" #. 48yLL #: 12100000.xhp @@ -16550,13 +16550,13 @@ msgctxt "" msgid "You can define the indents and margins for the current paragraph, or for all selected paragraphs, using the mouse." msgstr "" -#. tCEuS +#. vbmVx #: 13020000.xhp msgctxt "" "13020000.xhp\n" "par_id3152594\n" "help.text" -msgid "If you split the page into columns, or the cursor is placed in a multiple-column text frame, you can change the column width and the column spacing by dragging them on the ruler with the mouse." +msgid "If you split the page into columns, or the cursor is placed in a multiple-column frame, you can change the column width and the column spacing by dragging them on the ruler with the mouse." msgstr "" #. dBqE3 @@ -18737,14 +18737,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:GrafLuminance\" visibility=\"visible\">Specifies the brightness for the selected graphic object.</ahelp> Values from -100% (only black) to +100% (only white) are possible." msgstr "<ahelp hid=\".uno:GrafLuminance\" visibility=\"visible\">Nustatoma šviesio vertė pažymėtame grafikos objekte.</ahelp> Galimos reikšmės yra nuo -100% (juoda) iki +100% (balta)." -#. p4H4C +#. fbAqa #: 24060000.xhp msgctxt "" "24060000.xhp\n" "par_id3150808\n" "help.text" -msgid "<image src=\"res/sc10863.png\" id=\"img_id3146130\"><alt id=\"alt_id3146130\">Icon</alt></image>" -msgstr "<image src=\"res/sc10863.png\" id=\"img_id3146130\"><alt id=\"alt_id3146130\">Piktograma</alt></image>" +msgid "<image src=\"res/sc10863.png\" id=\"img_id3146130\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146130\">Icon Brightness</alt></image>" +msgstr "" #. h5Rsx #: 24060000.xhp @@ -18782,14 +18782,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:GrafContrast\" visibility=\"visible\">Specifies the contrast for viewing the selected graphic image.</ahelp> Values from -100% (no contrast at all) to +100% (full contrast) are possible." msgstr "<ahelp hid=\".uno:GrafContrast\" visibility=\"visible\">Nustatoma kontrasto vertė pažymėtame grafikos objekte.</ahelp> Galimos reikšmės yra nuo -100% (jokio kontrasto) iki +100% (didžiausias kontrastas)." -#. gmtNC +#. jAUcg #: 24070000.xhp msgctxt "" "24070000.xhp\n" "par_id3156027\n" "help.text" -msgid "<image src=\"res/sc10864.png\" id=\"img_id3154398\"><alt id=\"alt_id3154398\">Icon</alt></image>" -msgstr "<image src=\"res/sc10864.png\" id=\"img_id3154398\"><alt id=\"alt_id3154398\">Piktograma</alt></image>" +msgid "<image src=\"res/sc10864.png\" id=\"img_id3154398\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154398\">Icon </alt></image>" +msgstr "" #. G799w #: 24070000.xhp diff --git a/source/lt/helpcontent2/source/text/shared/05.po b/source/lt/helpcontent2/source/text/shared/05.po index 75521d085b6..3f2bd6de094 100644 --- a/source/lt/helpcontent2/source/text/shared/05.po +++ b/source/lt/helpcontent2/source/text/shared/05.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: 2019-12-17 14:17+0100\n" "PO-Revision-Date: 2019-05-07 18:05+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1069,14 +1069,14 @@ msgctxt "" msgid "<ahelp hid=\"sfx/ui/bookmarkdialog/BookmarkDialog\" visibility=\"hidden\">Displays the name of the bookmarked page. You can also type a new name for the bookmark.</ahelp>" msgstr "<ahelp hid=\"sfx/ui/bookmarkdialog/BookmarkDialog\" visibility=\"hidden\">Rodomas į žymeles įdėto žinyno puslapio pavadinimas. Žymelę galima pervadinti savaip.</ahelp>" -#. FWRCQ +#. DCXuy #: 00000150.xhp msgctxt "" "00000150.xhp\n" "par_id3149140\n" "help.text" -msgid "<image src=\"sfx2/res/favourite.png\" id=\"img_id3149549\"><alt id=\"alt_id3149549\">Icon</alt></image>" -msgstr "<image src=\"sfx2/res/favourite.png\" id=\"img_id3149549\"><alt id=\"alt_id3149549\">Piktograma</alt></image>" +msgid "<image src=\"sfx2/res/favourite.png\" id=\"img_id3149549\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149549\">Icon</alt></image>" +msgstr "" #. H2dME #: 00000150.xhp diff --git a/source/lt/helpcontent2/source/text/shared/06.po b/source/lt/helpcontent2/source/text/shared/06.po index 0e8986cb552..51dfec62ec4 100644 --- a/source/lt/helpcontent2/source/text/shared/06.po +++ b/source/lt/helpcontent2/source/text/shared/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-11-08 19:34+0100\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" "PO-Revision-Date: 2019-07-29 07:26+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -16,6 +16,69 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564385168.000000\n" +#. EUcrc +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"tit\n" +"help.text" +msgid "Filter screenshots" +msgstr "" + +#. KKTAL +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"par_id431534783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/filter/ui/pdfgeneralpage/PdfGeneralPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export General Options Dialog Image</alt></image>" +msgstr "" + +#. NiURr +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"par_id434534783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/filter/ui/pdflinkspage/PdfLinksPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export Links Options Dialog Image</alt></image>" +msgstr "" + +#. 6V29R +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"par_id434534703734366\n" +"help.text" +msgid "<image src=\"media/screenshots/filter/ui/pdfviewpage/PdfViewPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export View Options Dialog Image</alt></image>" +msgstr "" + +#. csH2C +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"par_id434534703734306\n" +"help.text" +msgid "<image src=\"media/screenshots/filter/ui/pdfuserinterfacepage/PdfUserInterfacePage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export User Interface Options Dialog Image</alt></image>" +msgstr "" + +#. Ea8o3 +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"par_id434534703704306\n" +"help.text" +msgid "<image src=\"media/screenshots/filter/ui/pdfsignpage/PdfSignPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export Digital Signature Options Dialog Image</alt></image>" +msgstr "" + +#. mBPGC +#: filter_screenshots.xhp +msgctxt "" +"filter_screenshots.xhp\n" +"par_id434034703704306\n" +"help.text" +msgid "<image src=\"media/screenshots/filter/ui/pdfsecuritypage/PdfSecurityPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">PDF Export Security Options Dialog Image</alt></image>" +msgstr "" + #. cEcCB #: optionen_screenshots.xhp msgctxt "" @@ -178,6 +241,168 @@ msgctxt "" msgid "<image src=\"media/screenshots/cui/ui/hyperlinknewdocpage/HyperlinkNewDocPage.png\" id=\"img_id411572279106814\"><alt id=\"alt_id611572279106816\">Hyperlink New Document Dialog Image</alt></image>" msgstr "" +#. j7M36 +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id61884\n" +"help.text" +msgid "<image id=\"img_id5337\" src=\"media/screenshots/cui/ui/colorpickerdialog/ColorPicker.png\"><alt id=\"alt_id34144\">The Pick a Color window</alt></image>" +msgstr "" + +#. WUBTK +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id651578766209506\n" +"help.text" +msgid "<image id=\"img_id521237\" src=\"media/screenshots/cui/ui/colorpage/ColorPage.png\"><alt id=\"alt_id378144\">Color page dialog</alt></image>" +msgstr "" + +#. agtWk +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"tit\n" +"help.text" +msgid "SIMPRESS Screenshots" +msgstr "" + +#. c6FJr +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id431534783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/optimpressgeneralpage/OptSavePage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">Impress General Options Dialog</alt></image>" +msgstr "" + +#. 5EVvY +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id431514783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/sdviewpage/SdViewPage.png\" id=\"img_id131531783734367\"><alt id=\"alt_id271534783731367\">Impress View Options Dialog</alt></image>" +msgstr "" + +#. a5Djv +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id231514783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/prntopts/prntopts.png\" id=\"img_id231531783734367\"><alt id=\"alt_id671534783731367\">Impress Print Options Dialog</alt></image>" +msgstr "" + +#. nUdKY +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id231414783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/photoalbum/PhotoAlbumCreatorDialog.png\" id=\"img_id231591783734367\"><alt id=\"alt_id671534783731067\">Impress Photo Album Dialog</alt></image>" +msgstr "" + +#. CitKQ +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id231414783735366\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/presentationdialog/PresentationDialog.png\" id=\"img_id231591783734567\"><alt id=\"alt_id671538783731067\">Presentation Dialog</alt></image>" +msgstr "" + +#. yFT8R +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id231414783735360\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/slidedesigndialog/SlideDesignDialog.png\" id=\"img_id231591783734560\"><alt id=\"alt_id671538783731060\">Slide Design Dialog</alt></image>" +msgstr "" + +#. dgGzF +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id231414780735360\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/headerfooterdialog/HeaderFooterDialog.png\" id=\"img_id231591780734560\"><alt id=\"alt_id671538780731060\">Header Footer Dialog</alt></image>" +msgstr "" + +#. cxPnD +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id891577672025399\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/masterlayoutdlg/MasterLayoutDialog.png\" id=\"img_id231577672025400\"><alt id=\"alt_id601577672025401\">Master Layout Dialog</alt></image>" +msgstr "" + +#. P2Ap4 +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id521577673588040\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/customslideshows/CustomSlideShows.png\" id=\"img_id51577673588041\"><alt id=\"alt_id171577673588042\">Custom Slide Shows Dialog</alt></image>" +msgstr "" + +#. fAstm +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id651577674792950\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/definecustomslideshow/DefineCustomSlideShow.png\" id=\"img_id791577674792951\"><alt id=\"alt_id171577674792952\">Define Custom Slide Show Dialog</alt></image>" +msgstr "" + +#. nwxvb +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id291577710686074\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/customanimationeffecttab/EffectTab.png\" id=\"img_id761577710686075\"><alt id=\"alt_id701577710686076\">Enhanced Animation Effects Dialog</alt></image>" +msgstr "" + +#. 7grsS +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id911577712535653\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/customanimationtexttab/TextAnimationTab.png\" id=\"img_id461577712535654\"><alt id=\"alt_id501577712535655\">Text Animation Dialog</alt></image>" +msgstr "" + +#. 9FESr +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id471577714065260\n" +"help.text" +msgid "<image src=\"media/screenshots/modules/simpress/ui/customanimationtimingtab/TimingTab.png\" id=\"img_id381577714065261\"><alt id=\"alt_id151577714065262\">Custom Animation Timing Dialog</alt></image>" +msgstr "" + +#. 5E4AD +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id431634783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/miscellaneous/impressremote/ui/image02/impress_remote02.png\" id=\"img_id131634783734367\"><alt id=\"alt_id273534783734367\">Alternate mode: all slide thumbnails for direct selection or jumping. The current slide has a red selection cursor</alt></image>" +msgstr "" + +#. Vda3k +#: simpress_screenshots.xhp +msgctxt "" +"simpress_screenshots.xhp\n" +"par_id431634783034366\n" +"help.text" +msgid "<image src=\"media/screenshots/miscellaneous/impressremote/ui/image01/impress_remote01.png\" id=\"img_id121634783734367\"><alt id=\"alt_id273534733734367\">Impress Remote: initial thumbnail shown</alt></image>" +msgstr "" + #. 9viDm #: svx_screenshots.xhp msgctxt "" diff --git a/source/lt/helpcontent2/source/text/shared/guide.po b/source/lt/helpcontent2/source/text/shared/guide.po index 8989e03a462..8d96abb2bba 100644 --- a/source/lt/helpcontent2/source/text/shared/guide.po +++ b/source/lt/helpcontent2/source/text/shared/guide.po @@ -3,10 +3,10 @@ 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-13 13:46+0100\n" -"PO-Revision-Date: 2019-11-08 18:44+0000\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" +"PO-Revision-Date: 2019-12-17 11:23+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" -"Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textsharedguide/lt/>\n" +"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedguide/lt/>\n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3886,15 +3886,6 @@ msgctxt "" msgid "Text" msgstr "" -#. DjMCj -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer124\n" -"help.text" -msgid "text/plain" -msgstr "" - #. 2CRnm #: convertfilters.xhp msgctxt "" @@ -3904,15 +3895,6 @@ msgctxt "" msgid "Text" msgstr "" -#. BJffz -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer127\n" -"help.text" -msgid "text/plain" -msgstr "" - #. iEVLD #: convertfilters.xhp msgctxt "" @@ -3922,15 +3904,6 @@ msgctxt "" msgid "Text" msgstr "" -#. 23EHF -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer130\n" -"help.text" -msgid "text/plain" -msgstr "" - #. we8Kv #: convertfilters.xhp msgctxt "" @@ -4579,15 +4552,6 @@ msgctxt "" msgid "Text" msgstr "" -#. aFApy -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_calc118\n" -"help.text" -msgid "text/plain" -msgstr "" - #. ovpqS #: convertfilters.xhp msgctxt "" @@ -5947,14 +5911,14 @@ msgctxt "" msgid "<variable id=\"copytext2application\"><link href=\"text/shared/guide/copytext2application.xhp\" name=\"Inserting Data From Text Documents\">Inserting Data From Text Documents</link></variable>" msgstr "<variable id=\"copytext2application\"><link href=\"text/shared/guide/copytext2application.xhp\" name=\"IDuomenų iš teksto dokumento įterpimas\">Duomenų iš teksto dokumento įterpimas</link></variable>" -#. yFkFP +#. iFDtC #: copytext2application.xhp msgctxt "" "copytext2application.xhp\n" "par_id3156426\n" "help.text" -msgid "You can insert text into other document types, such as spreadsheets and presentations. Note that there is a difference between whether the text is inserted into a text frame, a spreadsheet cell, or into the outline view of a presentation." -msgstr "Tekstą galima įterpti ir į kitokius dokumentus: skaičiuoklės dokumentus ar pateiktis. Svarbu žinoti, kad tekstas apdorojamas skirtingai, jei jį įterpiate į teksto kadrą, skaičiuoklės dokumento langelį ar pateikties struktūrą." +msgid "You can insert text into other document types, such as spreadsheets and presentations. Note that there is a difference between whether the text is inserted into a frame, a spreadsheet cell, or into the outline view of a presentation." +msgstr "" #. NMAmB #: copytext2application.xhp @@ -7198,13 +7162,13 @@ msgctxt "" msgid "<variable id=\"data_register\"><link href=\"text/shared/guide/data_register.xhp\">Registering and Deleting a Database</link></variable>" msgstr "" -#. hjjf4 +#. E6cCK #: 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 %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." +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 "" #. ADK4M @@ -11228,7 +11192,7 @@ msgctxt "" "tit\n" "help.text" msgid "Searching for Attributes" -msgstr "" +msgstr "Požymių paieška" #. cLjSN #: find_attributes.xhp @@ -11237,7 +11201,7 @@ msgctxt "" "bm_id5681020\n" "help.text" msgid "<bookmark_value>fonts;finding</bookmark_value><bookmark_value>font attributes;finding</bookmark_value><bookmark_value>text attributes;finding</bookmark_value><bookmark_value>attributes; finding</bookmark_value><bookmark_value>finding; attributes</bookmark_value><bookmark_value>resetting;Find & Replace mode</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>šriftai;paieška</bookmark_value><bookmark_value>šrifto požymiai;paieška</bookmark_value><bookmark_value>teksto požymiai;paieška</bookmark_value><bookmark_value>požymiai; paieška</bookmark_value><bookmark_value>paieška;požymiai</bookmark_value><bookmark_value>atstatymas;paieška ir keitimas</bookmark_value>" #. 5zBUL #: find_attributes.xhp @@ -11246,7 +11210,7 @@ msgctxt "" "par_idN10663\n" "help.text" msgid "<variable id=\"find_attributes\"><link href=\"text/shared/guide/find_attributes.xhp\">Searching for Attributes</link></variable>" -msgstr "" +msgstr "<variable id=\"find_attributes\"><link href=\"text/shared/guide/find_attributes.xhp\">Požymių paieška</link></variable>" #. bTzrF #: find_attributes.xhp @@ -11255,7 +11219,7 @@ msgctxt "" "par_idN10681\n" "help.text" msgid "You can search for text with attributes that are applied either by direct formatting or by styles. For example, if you search for the <emph>Font</emph> attribute, all instances of text that do not use the default font are found. All text that has a directly coded font attribute, and all text where a style switches the font attribute, are found." -msgstr "" +msgstr "Teksto požymiai, kurių ieškote, gali būti pritaikyti arba tiesiogiai, arba stiliumi. Pavyzdžiui, jei ieškosite požymio <emph>Šriftas</emph>, bus rastos visos teksto atkarpos, kuriose pritaikytas ne numatytasis šriftas. Tokiose atkarpose šriftas gali būti pakeistas tiesioginiu formatavimu arba pritaikius stilių" #. E4Gso #: find_attributes.xhp @@ -11264,7 +11228,7 @@ msgctxt "" "par_idN10688\n" "help.text" msgid "If you want to find text with any font by name, click the <emph>Format</emph> button in the <link href=\"text/shared/01/02100000.xhp\">Find & Replace</link> dialog of %PRODUCTNAME Writer." -msgstr "" +msgstr "Jei norite rasti tekstą, kuriam pritaikytas konkretaus pavadinimo šriftas, „%PRODUCTNAME“ tekstų rengyklės <link href=\"text/shared/01/02100000.xhp\">paieškos ir keitimo</link> dialogo lange spustelėkite mygtuką <emph>Formatas</emph>." #. XHLxH #: find_attributes.xhp @@ -11273,7 +11237,7 @@ msgctxt "" "par_idN1069D\n" "help.text" msgid "After you select the attributes that you want to search for, the <emph>Paragraph Styles</emph> box in the <emph>Other options</emph> area of the %PRODUCTNAME Writer <emph>Find & Replace </emph>dialog changes to <emph>Including Styles</emph>." -msgstr "" +msgstr "Kai parinksite ieškotinus požymius, „%PRODUCTNAME“ tekstų rengyklės <emph>paieškos ir keitimo</emph> dialogo lango parinkčių grupėje <emph>Kitos parinktys</emph> esanti parinktis <emph>Pastraipos stilių paieška</emph> pasikeis į parinktį <emph>Įtraukti stilius</emph>." #. BYwPQ #: find_attributes.xhp @@ -11282,7 +11246,7 @@ msgctxt "" "par_idN106B0\n" "help.text" msgid "If you want to search for text in which attributes were set by using direct formatting and styles, select the <emph>Including Styles</emph> box." -msgstr "" +msgstr "Jei norite ieškoti teksto, kuriam požymiai buvo pritaikyti ne tik tiesioginiu formatavimu, bet ir stiliais, pažymėkite parinktį <emph>Įtraukti stilius</emph>." #. TAHTm #: find_attributes.xhp @@ -11291,7 +11255,7 @@ msgctxt "" "par_idN106B7\n" "help.text" msgid "The search criteria for attributes are listed below the <emph>Find</emph> box." -msgstr "" +msgstr "Požymių paieškos kriterijai išvardijami po laukeliu <emph>Ko ieškoti</emph>." #. Qmdgo #: find_attributes.xhp @@ -11300,7 +11264,7 @@ msgctxt "" "par_idN106BE\n" "help.text" msgid "To search for all font changes" -msgstr "" +msgstr "Visų šrifto pakeitimų paieška" #. 48N8P #: find_attributes.xhp @@ -11309,7 +11273,7 @@ msgctxt "" "par_idN106C5\n" "help.text" msgid "Choose <emph>Edit - Find & Replace</emph>." -msgstr "" +msgstr "Pasirinkite komandą <emph>Taisa → Ieškoti ir keisti</emph>." #. Ym6ic #: find_attributes.xhp @@ -11318,7 +11282,7 @@ msgctxt "" "par_idN106CD\n" "help.text" msgid "Clear the <emph>Find</emph> text box if necessary." -msgstr "" +msgstr "Jei reikia, pašalinkite esamą tekstą iš langelio <emph>Ko ieškoti</emph>." #. SfBRF #: find_attributes.xhp @@ -11327,7 +11291,7 @@ msgctxt "" "par_idN106D5\n" "help.text" msgid "Click <emph>Attributes</emph>." -msgstr "" +msgstr "Spustelėkite mygtuką <emph>Požymiai</emph>." #. 2bRsu #: find_attributes.xhp @@ -11336,7 +11300,7 @@ msgctxt "" "par_idN106DD\n" "help.text" msgid "In the <emph>Attributes</emph> dialog, select the <emph>Font</emph> check box, and click OK." -msgstr "" +msgstr "<emph>Požymių</emph> dialogo lange pažymėkite parinktį <emph>Šriftas</emph> ir spustelėkite mygtuką <emph>Gerai</emph>." #. GMbnZ #: find_attributes.xhp @@ -11345,7 +11309,7 @@ msgctxt "" "par_idN106E8\n" "help.text" msgid "In the <emph>Find & Replace</emph> dialog, you now can read \"Font\" below the <emph>Find</emph> text box." -msgstr "" +msgstr "<emph>Paieškos ir keitimo</emph> dialogo lange po laukeliu <emph>Ko ieškoti</emph> rodomas paieškos kriterijus „Šriftas“." #. F2tXB #: find_attributes.xhp @@ -11354,7 +11318,7 @@ msgctxt "" "par_idN106F4\n" "help.text" msgid "Click <emph>Find Next</emph>." -msgstr "" +msgstr "Spustelėkite mygtuką <emph>Ieškoti kito</emph>." #. aas6y #: find_attributes.xhp @@ -11363,7 +11327,7 @@ msgctxt "" "par_idN106FB\n" "help.text" msgid "All places where a font change was applied, either directly or by assigning an appropriate style, are found." -msgstr "" +msgstr "Bus rastos visos dokumento teksto atkarpos, kuriose – tiesiogiai ar pritaikius stilių – buvo pakeistas šriftas." #. Nm24L #: find_attributes.xhp @@ -11372,7 +11336,7 @@ msgctxt "" "par_idN106FE\n" "help.text" msgid "To reset the Find & Replace mode" -msgstr "" +msgstr "Paieškos ir keitimo parinkčių atstatymas" #. BDSCB #: find_attributes.xhp @@ -11381,7 +11345,7 @@ msgctxt "" "par_idN10702\n" "help.text" msgid "To stop searching for the current attributes, reset the <emph>Find & Replace</emph> dialog to normal mode." -msgstr "" +msgstr "Jei nebenorite ieškoti parinktų požymių, reikia atstatyti <emph>paieškos ir keitimo</emph> dialogo langą į pradinę veikseną." #. DFBVG #: find_attributes.xhp @@ -11390,7 +11354,7 @@ msgctxt "" "par_idN1070C\n" "help.text" msgid "Click <emph>No Format</emph>." -msgstr "" +msgstr "Spustelėkite mygtuką <emph>Be formato</emph>." #. YBjpU #: find_attributes.xhp @@ -11399,7 +11363,7 @@ msgctxt "" "par_idN1071E\n" "help.text" msgid "<link href=\"text/shared/01/02100000.xhp\">Find & Replace</link> dialog" -msgstr "" +msgstr "<link href=\"text/shared/01/02100000.xhp\">Paieškos ir keitimo</link> dialogo langas" #. MZvyA #: find_attributes.xhp @@ -11408,7 +11372,7 @@ msgctxt "" "par_id6837672\n" "help.text" msgid "Searching for attributes is available in the Find & Replace dialog for text documents." -msgstr "" +msgstr "Požymių paieška yra galima teksto dokumentų paieškos ir keitimo dialogo lange." #. mLvsv #: flat_icons.xhp @@ -13732,23 +13696,23 @@ msgctxt "" msgid "This function allows you to insert special characters, such as check marks, boxes, and telephone symbols, into your text." msgstr "Čia aprašoma kaip įterpti specialiuosius rašmenis, kurių nėra klaviatūroje (pavyzdžiui, varnelės pavidalo ženklus, pseudografikos simbolius, telefono simbolius ir t. t.) į dokumentą." -#. WCagg +#. N5gfA #: insert_specialchar.xhp msgctxt "" "insert_specialchar.xhp\n" "par_id3155535\n" "help.text" -msgid "To view a selection of all characters, choose <emph>Insert - Special Character</emph>." -msgstr "Jei norite peržiūrėti visus rašmenis, pasirinkite komandą <emph>Įterpimas → Specialieji rašmenys</emph>." +msgid "To view a selection of all characters, choose <menuitem>Insert - Special Character</menuitem>." +msgstr "" -#. yimCE +#. fFAT9 #: insert_specialchar.xhp msgctxt "" "insert_specialchar.xhp\n" "par_id3147275\n" "help.text" -msgid "In the large selection field click the desired character or several characters in succession. The characters are displayed at the bottom of the dialog. When you close the dialog with <emph>OK</emph>, all displayed characters in the selected font are inserted in the current document." -msgstr "Dideliame pasirinkimo lauke spustelėkite norimą rašmenį arba kelis rašmenis paeiliui. Pasirinkti rašmenys rodomi dialogo lango apačioje. Jei spustelėsite mygtuką <emph>Gerai</emph>, į dokumentą bus įterpti visi pasirinkti rašmenys." +msgid "In the large selection field double-click on the desired character, which is inserted in the current document." +msgstr "" #. p7XqC #: insert_specialchar.xhp @@ -18324,23 +18288,23 @@ msgctxt "" msgid "<variable id=\"navigator\"><link href=\"text/shared/guide/navigator.xhp\" name=\"Navigator for Document Overview\">Navigator for Document Overview</link></variable>" msgstr "<variable id=\"navigator\"><link href=\"text/shared/guide/navigator.xhp\" name=\"Žvalgiklis dokumentų peržiūrai\">Žvalgiklis dokumentų peržiūrai</link></variable>" -#. 46zBL +#. J58D6 #: navigator.xhp msgctxt "" "navigator.xhp\n" "par_id3154823\n" "help.text" -msgid "All contents of the Navigator window are referred to here as \"categories,\" whether titles, sheets, tables, text frames, graphics, OLE objects, sections, hyperlinks, references, indexes or comments." -msgstr "Objektai žvalgiklio lange grupuojami į kategorijas. Atskiros kategorijos gali būti antraštės, lakštai, lentelės, teksto kadrai, paveikslai, OLE objektai, sekcijos, hipersaitai, nuorodos, rodyklės ar komentarai." +msgid "All contents of the Navigator window are referred to here as \"categories,\" whether headings, sheets, tables, frames, graphics, OLE objects, sections, hyperlinks, references, indexes, comments, or drawing objects." +msgstr "" -#. ettQE +#. EseGu #: navigator.xhp msgctxt "" "navigator.xhp\n" "par_id3153662\n" "help.text" -msgid "The Navigator displays all types of objects contained in a document. If a plus sign appears next to a category, this indicates that at least one object of this kind exists. If you rest the mouse pointer on the category name, the number of objects is displayed in an extended tip." -msgstr "Žvalgiklyje išvardijami visų tipų objektai, esantys dokumente. Jei prie kategorijos pavadinimo yra pliuso ženklas, tai reiškia, kad dokumente yra bent vienas šios kategorijos objektas. Jei virš kategorijos pavadinimo užvesite pelės žymeklį, užuominoje bus parodytas dokumente esančių tos kategorijos objektų skaičius." +msgid "The Navigator displays types of objects contained in a document. If a plus sign appears next to a category, this indicates that at least one object of this kind exists. If you rest the mouse pointer on the category name, the number of objects is displayed in an extended tip." +msgstr "" #. GD7Zi #: navigator.xhp @@ -18630,14 +18594,14 @@ msgctxt "" msgid "<bookmark_value>OpenPGP;document encryption</bookmark_value> <bookmark_value>file encryption;OpenPGP</bookmark_value> <bookmark_value>public key;file encryption</bookmark_value> <bookmark_value>private key;file encryption</bookmark_value> <bookmark_value>file encryption;symmetric keys</bookmark_value>" msgstr "<bookmark_value>OpenPGP;dokumentų užšifravimas</bookmark_value> <bookmark_value>failų užšifravimas;OpenPGP</bookmark_value> <bookmark_value>viešasis raktas;failų užšifravimas</bookmark_value> <bookmark_value>privatusis raktas;failų užšifravimas</bookmark_value> <bookmark_value>failų užšifravimas;simetriniai raktai</bookmark_value>" -#. vNaWK +#. 3JoL7 #: openpgp.xhp msgctxt "" "openpgp.xhp\n" "hd_id131543693200115\n" "help.text" -msgid "<link href=\"text/shared/guide/openpgp.xhp\" name=\"openpgp\">Encrypting Documents with OpenPGP</link>" -msgstr "<link href=\"text/shared/guide/openpgp.xhp\" name=\"openpgp\">Dokumentų užšifravimas OpenPGP raktu</link>" +msgid "<variable id=\"openpgph1\"><link href=\"text/shared/guide/openpgp.xhp\" name=\"openpgp\">Encrypting Documents with OpenPGP</link></variable>" +msgstr "" #. pDG6n #: openpgp.xhp @@ -20178,13 +20142,13 @@ msgctxt "" msgid "<link href=\"text/shared/guide/qrcode.xhp\" name=\"QR Code\">QR Code</link>" msgstr "" -#. PjhrC +#. Q8ujF #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id381566315781439\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Generate QR Code for any text or URL.</ahelp>" +msgid "<ahelp hid=\".\">Generate QR Code for any text or URL.</ahelp>" msgstr "" #. SzeNM diff --git a/source/lt/helpcontent2/source/text/shared/optionen.po b/source/lt/helpcontent2/source/text/shared/optionen.po index a22f2567baf..0aa0c540519 100644 --- a/source/lt/helpcontent2/source/text/shared/optionen.po +++ b/source/lt/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: 2019-11-05 14:28+0100\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" "PO-Revision-Date: 2019-08-05 19:37+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2401,23 +2401,23 @@ msgctxt "" msgid "Selecting a new color" msgstr "Naujos spalvos parinkimas" -#. fB99W +#. B6n3s #: 01010501.xhp msgctxt "" "01010501.xhp\n" -"hd_id3153126\n" +"bm_id3150771\n" "help.text" -msgid "Selecting a new color" -msgstr "Naujos spalvos parinkimas" +msgid "<bookmark_value>pick color</bookmark_value><bookmark_value>color selector</bookmark_value>" +msgstr "" -#. wBuaY +#. yHj82 #: 01010501.xhp msgctxt "" "01010501.xhp\n" -"bm_id3150771\n" +"hd_id3153126\n" "help.text" -msgid "<bookmark_value>defining;colors</bookmark_value> <bookmark_value>colors;selection</bookmark_value> <bookmark_value>colors;adding</bookmark_value>" -msgstr "<bookmark_value>aprašymas;spalvos</bookmark_value> <bookmark_value>spalvos;parinkimas</bookmark_value> <bookmark_value>spalvos;pridėjimas</bookmark_value>" +msgid "<variable id=\"colorpickerh1\"><link href=\"text/shared/optionen/01010501.xhp\" name=\"Selecting a new color\">Selecting a new color</link></variable>" +msgstr "" #. 2DKci #: 01010501.xhp @@ -2437,15 +2437,6 @@ msgctxt "" msgid "The Pick a Color Window" msgstr "Spalvos parinkimo langas" -#. EH8MY -#: 01010501.xhp -msgctxt "" -"01010501.xhp\n" -"par_id61884\n" -"help.text" -msgid "<image id=\"img_id5337\" src=\"media/screenshots/cui/ui/colorpickerdialog/ColorPicker.png\" width=\"19cm\" height=\"16cm\"><caption id=\"alt_id34144\">The Pick a Color window</caption></image>" -msgstr "<image id=\"img_id5337\" src=\"media/screenshots/cui/ui/colorpickerdialog/ColorPicker.png\" width=\"19cm\" height=\"16cm\"><caption id=\"alt_id34144\">Spalvos parinkimo langas</caption></image>" - #. 5u2bL #: 01010501.xhp msgctxt "" @@ -4300,14 +4291,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/optappearancepage/delete\">Deletes the color scheme shown in the <emph>Scheme</emph> box. You cannot delete the Default scheme.</ahelp>" msgstr "<ahelp hid=\"cui/ui/optappearancepage/delete\">Pašalinama išskleidžiamajame sąraše <emph>Schema</emph> parinkta spalvų schema. Numatytosios schemos pašalinti negalima.</ahelp>" -#. LGhAa +#. E3wCV #: 01012000.xhp msgctxt "" "01012000.xhp\n" "hd_id3148672\n" "help.text" -msgid "Scheme" -msgstr "Naudotojo spalvos" +msgid "Custom Colors" +msgstr "" #. 7JQfD #: 01012000.xhp @@ -4318,32 +4309,32 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/optappearancepage/colorconfig\">Select the colors for the user interface elements.</ahelp>" msgstr "<ahelp hid=\"cui/ui/optappearancepage/colorconfig\">Čia parenkamos naudotojo sąsajos elementų spalvos.</ahelp>" -#. Gepg5 +#. gBGAR #: 01012000.xhp msgctxt "" "01012000.xhp\n" "par_id3150769\n" "help.text" -msgid "To apply a color to a user interface element, ensure that the checkbox in front of the name is marked. To hide a user interface element, clear the check box." -msgstr "Jei naudotojo elementui norite pritaikyti pasirinktą spalvą, žymimasis langelis ties to elemento pavadinimu privalo būti pažymėtas. Jei naudotojo sąsajos elementą norite paslėpti, panaikinkite langelio žymėjimą." +msgid "To apply a color to a <emph>user interface element</emph>, ensure that the checkbox in front of the name is marked. To hide a user interface element, clear the check box." +msgstr "" -#. PM7xD +#. LRXwH #: 01012000.xhp msgctxt "" "01012000.xhp\n" "par_id3155430\n" "help.text" -msgid "Some user interface elements cannot be hidden." -msgstr "Kai kurių naudotojo sąsajos elementų paslėpti negalima." +msgid "Some <emph>user interface elements</emph> cannot be hidden." +msgstr "" -#. 2P3wG +#. ebKkM #: 01012000.xhp msgctxt "" "01012000.xhp\n" "par_id3145365\n" "help.text" -msgid "In order to enhance cursor visibility, if the user sets the application background color between 40% and 60% gray, it is automatically changed to 40% gray." -msgstr "Kad pelės žymeklis būtų geriau matomas, jei programos fono spalvą nustatysite nuo 40 % iki 60 % pilką, ji automatiškai bus pakeista į 40 % pilką." +msgid "To enhance cursor visibility, set the application background color between 40% and 60% gray, it is automatically changed to 40% gray." +msgstr "" #. 7xJHG #: 01012000.xhp @@ -5560,14 +5551,14 @@ msgctxt "" msgid "View" msgstr "Rodymas" -#. a57WH +#. C8LR2 #: 01040200.xhp msgctxt "" "01040200.xhp\n" "bm_id3156346\n" "help.text" -msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>" -msgstr "<bookmark_value>orientyrai; rodymas tempiant kadrus (tekstų rengyklė)</bookmark_value><bookmark_value>slankjuostės; horizontalioji ir vertikalioji (tekstų rengyklė)</bookmark_value><bookmark_value>horizontalioji slankjuostė (tekstų rengyklė)</bookmark_value><bookmark_value>vertikalioji slankjuostė (tekstų rengyklė)</bookmark_value><bookmark_value>tolygus slinkimas (tekstų rengyklė)</bookmark_value><bookmark_value>rodymas; paveikslai ir objektai (tekstų rengyklė)</bookmark_value><bookmark_value>paveikslai; rodymas tekstų rengyklėje (tekstų rengyklė)</bookmark_value><bookmark_value>objektai; rodymas teksto dokumentuose</bookmark_value><bookmark_value>rodymas; lentelės (tekstų rengyklė)</bookmark_value><bookmark_value>lentelės tekste; rodymas</bookmark_value><bookmark_value>lentelių ribos (tekstų rengyklė)</bookmark_value><bookmark_value>kraštinės;lentelių ribos (tekstų rengyklė)</bookmark_value><bookmark_value>rodymas; grafikos objektai ir valdikliai (tekstų rengyklė)</bookmark_value><bookmark_value>grafikos objektai; rodymas (tekstų rengyklėje)</bookmark_value><bookmark_value>valdikliai; rodymas (tekstų rengyklė)</bookmark_value><bookmark_value>laukai;laukų kodų rodymas (tekstų rengyklė)</bookmark_value><bookmark_value>rodymas; komentarai teksto dokumentuose</bookmark_value>" +msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>" +msgstr "" #. Bc7jh #: 01040200.xhp @@ -5587,14 +5578,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Defines the default settings for displaying objects in your text documents and also the default settings for the window elements.</ahelp>" msgstr "<ahelp hid=\".\">Parenkamos numatytosios objektų rodymo teksto dokumentuose ir lango elementų nuostatos.</ahelp>" -#. o38xd +#. oFHR7 #: 01040200.xhp msgctxt "" "01040200.xhp\n" "hd_id3145072\n" "help.text" -msgid "Snap Lines" -msgstr "Orientyrai" +msgid "Guides" +msgstr "" #. ye7LB #: 01040200.xhp @@ -5812,24 +5803,6 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/drawings\">Displays the drawings and controls contained in your document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/drawings\">Rodomi dokumente esantys grafikos objektai ir valdikliai.</ahelp>" -#. XLehC -#: 01040200.xhp -msgctxt "" -"01040200.xhp\n" -"hd_id3155937\n" -"help.text" -msgid "Field codes" -msgstr "Laukų kodai" - -#. XybFS -#: 01040200.xhp -msgctxt "" -"01040200.xhp\n" -"par_id3155959\n" -"help.text" -msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/fieldcodes\">Displays the field names in the document instead of the contents of the fields.</ahelp> You can also choose <link href=\"text/swriter/01/03090000.xhp\" name=\"View - Field Names\"><emph>View - Field Names</emph></link> in a text document." -msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/fieldcodes\">Vietoj laukų turinio dokumente rodomi laukų pavadinimai.</ahelp> Tą pačią parinktį galima įjungti teksto rengyklėje pasirinkus komandas <link href=\"text/swriter/01/03090000.xhp\" name=\"Rodymas → Laukų pavadinimai\"><emph>Rodymas → Laukų pavadinimai</emph></link>." - #. xFt8H #: 01040200.xhp msgctxt "" @@ -12251,23 +12224,23 @@ msgctxt "" msgid "Only text area selectable" msgstr "Atranka tik teksto srityje" -#. 2io3m +#. PBTUn #: 01070500.xhp msgctxt "" "01070500.xhp\n" "par_id3149808\n" "help.text" -msgid "<variable id=\"textbereich\"><ahelp hid=\".\">Specifies whether to select a text frame by clicking the text.</ahelp></variable>" -msgstr "<variable id=\"textbereich\"><ahelp hid=\".\">Nustatoma, kad teksto kadras būtų pažymimas tik spustelėjus ties tekstu kadre.</ahelp></variable>" +msgid "<variable id=\"textbereich\"><ahelp hid=\".\">Specifies whether to select a text box by clicking the text.</ahelp></variable>" +msgstr "" -#. JpcnC +#. mUpr6 #: 01070500.xhp msgctxt "" "01070500.xhp\n" "par_id3155431\n" "help.text" -msgid "<variable id=\"textbereich2\">In the area of the text frame that is not filled with text, an object behind the text frame can be selected.</variable>" -msgstr "<variable id=\"textbereich2\">Tuomet, jei spustelėsite teksto kadro srityje, kurioje nėra teksto, bus pažymėtas už teksto kadro esantis objektas.</variable>" +msgid "<variable id=\"textbereich2\">In the area of the text box that is not filled with text, an object behind the text box can be selected.</variable>" +msgstr "" #. 3jDfz #: 01070500.xhp diff --git a/source/lt/helpcontent2/source/text/simpress.po b/source/lt/helpcontent2/source/text/simpress.po index d1f74788f2e..078cf8f32e5 100644 --- a/source/lt/helpcontent2/source/text/simpress.po +++ b/source/lt/helpcontent2/source/text/simpress.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-05 14:28+0100\n" +"POT-Creation-Date: 2020-01-07 14:10+0100\n" "PO-Revision-Date: 2019-11-05 12:19+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textsimpress/lt/>\n" @@ -250,113 +250,77 @@ msgctxt "" msgid "<ahelp hid=\".\">This menu contains the commands that are used to insert new elements into the document, for example, graphics, objects, special characters and other files.</ahelp>" msgstr "<ahelp hid=\".\">Šis meniu apima komandas, kurios naudojamos naujų objektų įterpimui dokumente, pavyzdžiui, grafikos objektams, specialiesiems ženklams ir kitiems failams.</ahelp>" -#. mYoZ5 +#. ZmgWG #: main0104.xhp msgctxt "" "main0104.xhp\n" -"par_idN105C7\n" -"help.text" -msgid "<link href=\"text/simpress/01/03152000.xhp\">Page Number</link>" -msgstr "<link href=\"text/simpress/01/03152000.xhp\">Puslapio numeris</link>" - -#. dk5d2 -#: main0104.xhp -msgctxt "" -"main0104.xhp\n" -"par_idN10609\n" -"help.text" -msgid "Adds the slide number or the page number." -msgstr "Įterpia skaidrės arba puslapio numerį." - -#. PVRc8 -#: main0104.xhp -msgctxt "" -"main0104.xhp\n" -"par_idN105D7\n" +"hd_id3146918\n" "help.text" -msgid "<link href=\"text/simpress/01/03152000.xhp\">Date and Time</link>" -msgstr "<link href=\"text/simpress/01/03152000.xhp\">Data ir laikas</link>" +msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>" +msgstr "" -#. YWRW6 +#. QKdUC #: main0104.xhp msgctxt "" "main0104.xhp\n" -"par_idN10624\n" +"par_id0302200904002496\n" "help.text" -msgid "Adds the date and time as a field." -msgstr "Įterpia datos ir laiko laukelius." +msgid "Inserts a chart." +msgstr "" -#. A9PJu +#. Rz4Mz #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id0915200910362363\n" +"hd_id3145768\n" "help.text" -msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Comment</link>" -msgstr "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Komentaras</link>" +msgid "<link href=\"text/simpress/01/04080100.xhp\" name=\"Table\">Table</link>" +msgstr "<link href=\"text/simpress/01/04080100.xhp\" name=\"Lentelė\">Lentelė</link>" -#. htnbK +#. beJfB #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3153964\n" +"hd_id3147003\n" "help.text" -msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>" -msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"Specialieji rašmenys\">Specialieji rašmenys</link>" +msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>" +msgstr "" -#. YQZYf +#. bAHCA #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3145790\n" +"hd_id3156285\n" "help.text" msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>" -msgstr "<link href=\"text/shared/02/09070000.xhp\" name=\"Hipersaitas\">Hipersaitas</link>" - -#. X2n9P -#: main0104.xhp -msgctxt "" -"main0104.xhp\n" -"par_idN10651\n" -"help.text" -msgid "<link href=\"text/simpress/01/06050000.xhp\">Animated Image</link>" -msgstr "<link href=\"text/simpress/01/06050000.xhp\">Animuotas paveikslas</link>" - -#. Rz4Mz -#: main0104.xhp -msgctxt "" -"main0104.xhp\n" -"hd_id3145768\n" -"help.text" -msgid "<link href=\"text/simpress/01/04080100.xhp\" name=\"Table\">Table</link>" -msgstr "<link href=\"text/simpress/01/04080100.xhp\" name=\"Lentelė\">Lentelė</link>" +msgstr "" -#. F4ECD +#. qs9B7 #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3143232\n" +"hd_id3163726\n" "help.text" -msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>" -msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Diagrama\">Diagrama</link>" +msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>" +msgstr "" -#. FbALH +#. JdPCK #: main0104.xhp msgctxt "" "main0104.xhp\n" -"par_id0302200904013251\n" +"par_idN105C7\n" "help.text" -msgid "Inserts a chart." -msgstr "Įterpiama diagrama." +msgid "Slide Number" +msgstr "" -#. pkzom +#. dk5d2 #: main0104.xhp msgctxt "" "main0104.xhp\n" -"hd_id3153812\n" +"par_idN10609\n" "help.text" -msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>" -msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Slankusis kadras</link>" +msgid "Adds the slide number or the page number." +msgstr "Įterpia skaidrės arba puslapio numerį." #. KRfJh #: main0107.xhp diff --git a/source/lt/helpcontent2/source/text/simpress/00.po b/source/lt/helpcontent2/source/text/simpress/00.po index 1cad9c622d1..8b4238e35ed 100644 --- a/source/lt/helpcontent2/source/text/simpress/00.po +++ b/source/lt/helpcontent2/source/text/simpress/00.po @@ -3,15 +3,15 @@ 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-05 14:28+0100\n" -"PO-Revision-Date: 2019-08-20 20:13+0000\n" -"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2020-01-07 14:10+0100\n" +"PO-Revision-Date: 2019-12-17 11:22+0000\n" +"Last-Translator: eglejasu <egle.jasute@gmail.com>\n" +"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress00/lt/>\n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1566331987.000000\n" @@ -583,14 +583,14 @@ msgctxt "" msgid "<variable id=\"efglbe\">Select a snap point or line, open the context menu, and choose <emph>Edit Snap Point/Line</emph></variable>" msgstr "<variable id=\"efglbe\">Pažymėkite traukos tašką arba tiesę, atverkite kontekstinį meniu ir pasirinkite <emph>Taisyti traukos tašką arba tiesę</emph></variable>" -#. z7KYF +#. hmnUh #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3151239\n" "help.text" -msgid "Choose <emph>Insert - Spreadsheet</emph>" -msgstr "Pasirinkite <emph>Įterpimas → Lentelė</emph>" +msgid "Choose <emph>Insert - Table</emph>" +msgstr "" #. 6CAQP #: 00000404.xhp @@ -601,23 +601,23 @@ msgctxt "" msgid "On the <emph>Insert</emph> toolbar, click" msgstr "<emph>Įterpimo</emph> mygtukų juostoje spustelėkite" -#. H2v3R +#. h7J5j #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3163703\n" "help.text" -msgid "<image id=\"img_id3145361\" src=\"cmd/sc_grid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145361\">Icon</alt></image>" -msgstr "<image id=\"img_id3145361\" src=\"cmd/sc_grid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145361\"> piktogramą</alt></image>" +msgid "<image id=\"img_id3145361\" src=\"cmd/sc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145361\">Icon Insert Table</alt></image>" +msgstr "" -#. Rg8zC +#. tUXJX #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3146963\n" "help.text" -msgid "Spreadsheet" -msgstr "Skaičiuoklė" +msgid "Table" +msgstr "" #. mEkeS #: 00000404.xhp @@ -626,7 +626,7 @@ msgctxt "" "par_id3153075\n" "help.text" msgid "Choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline><defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>" -msgstr "" +msgstr "Pasirinkite <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Skaidrė – Įterpti skaidrę iš failo</menuitem></caseinline><defaultinline><menuitem>Puslapis – Įterpti puslapį iš failo</menuitem></defaultinline></switchinline>" #. ttNgv #: 00000404.xhp @@ -653,7 +653,7 @@ msgctxt "" "par_id3157900\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Insert Slide from File</caseinline><defaultinline>Insert Page from File</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Įterpti skaidrę iš failo</caseinline><defaultinline>Įterpti puslapį iš failo</defaultinline></switchinline>" #. YV4RY #: 00000404.xhp @@ -781,6 +781,42 @@ msgctxt "" msgid "Choose <emph>Format - Layer</emph> (only $[officename] Draw)" msgstr "Pasirinkite <emph>Formatas → Sluoksnis</emph> (tik „$[officename]“ braižyklėje)" +#. i9rFk +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id3146316\n" +"help.text" +msgid "Choose <emph>Format - Interaction</emph>" +msgstr "Pasirinkite <emph>Formatas – Sąveiką</emph>" + +#. Gfjf3 +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id3149257\n" +"help.text" +msgid "On the <emph>Standard</emph> toolbar, click" +msgstr "<emph>Standartinėje</emph> juostoje spustelėkite" + +#. 4a3bB +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id3154649\n" +"help.text" +msgid "<image id=\"img_id3150205\" src=\"cmd/sc_animationeffects.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150205\">Icon Interaction</alt></image>" +msgstr "<image id=\"img_id3150205\" src=\"cmd/sc_animationeffects.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150205\">Sąveikos piktogramą</alt></image>" + +#. 8eiDD +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id3155380\n" +"help.text" +msgid "Interaction" +msgstr "Sąveika" + #. aFWLc #: 00000406.xhp msgctxt "" @@ -835,14 +871,14 @@ msgctxt "" msgid "Slide Show Menu" msgstr "Demonstravimo meniu" -#. GNGFA +#. xdCQt #: 00000407.xhp msgctxt "" "00000407.xhp\n" "par_id3158394\n" "help.text" -msgid "<variable id=\"etdaw\">Choose <emph>Slide Show - Slide Transition</emph></variable>" -msgstr "<variable id=\"etdaw\">Pasirinkite <emph>Demonstravimas → Perėjimas tarp skaidrių</emph></variable>" +msgid "<variable id=\"etdaw\">Choose <menuitem>View - Slide Transition</menuitem></variable>" +msgstr "<variable id=\"etdaw\">Pasirinkite <menuitem>Rodymas – Skaidrės keitimas</menuitem></variable>" #. LvLjL #: 00000407.xhp @@ -889,42 +925,6 @@ msgctxt "" msgid "Custom Animation" msgstr "Animacija" -#. EmpP5 -#: 00000407.xhp -msgctxt "" -"00000407.xhp\n" -"par_id3146316\n" -"help.text" -msgid "Choose <emph>Slide Show - Interaction</emph>" -msgstr "Pasirinkite <emph>Demonstravimas → Interaktyvumas</emph>" - -#. VxBs4 -#: 00000407.xhp -msgctxt "" -"00000407.xhp\n" -"par_id3149257\n" -"help.text" -msgid "On the <emph>Drawing</emph> toolbar, click" -msgstr "<emph>Braižymo</emph> mygtukų juostoje spustelėkite" - -#. r5Z3N -#: 00000407.xhp -msgctxt "" -"00000407.xhp\n" -"par_id3154649\n" -"help.text" -msgid "<image id=\"img_id3150205\" src=\"cmd/sc_animationeffects.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150205\">Icon</alt></image>" -msgstr "<image id=\"img_id3150205\" src=\"cmd/sc_animationeffects.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150205\"> piktogramą</alt></image>" - -#. Td3BT -#: 00000407.xhp -msgctxt "" -"00000407.xhp\n" -"par_id3155380\n" -"help.text" -msgid "Interaction" -msgstr "Interaktyvumas" - #. jGCAJ #: 00000407.xhp msgctxt "" diff --git a/source/lt/helpcontent2/source/text/simpress/01.po b/source/lt/helpcontent2/source/text/simpress/01.po index 52fdd8c7626..f7451e283cb 100644 --- a/source/lt/helpcontent2/source/text/simpress/01.po +++ b/source/lt/helpcontent2/source/text/simpress/01.po @@ -3,10 +3,10 @@ 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-05 14:28+0100\n" -"PO-Revision-Date: 2019-10-14 12:47+0000\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" +"PO-Revision-Date: 2019-12-17 11:21+0000\n" "Last-Translator: eglejasu <egle.jasute@gmail.com>\n" -"Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textsimpress01/lt/>\n" +"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress01/lt/>\n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -2230,15 +2230,6 @@ msgctxt "" msgid "<emph>Notes and Handouts</emph> tab page where you can specify options for the notes pages and the handout pages." msgstr "<emph>Pastabų ir dalijamosios medžiagos</emph> kortelėje galite nurodyti pastabų ir dalijamosios medžiagos puslapių parametrus." -#. mR6tn -#: 03152000.xhp -msgctxt "" -"03152000.xhp\n" -"par_id083120160418133174\n" -"help.text" -msgid "<image id=\"img_id083120160418043590\" src=\"media/screenshots/modules/simpress/ui/headerfooterdialog/HeaderFooterDialog.png\" width=\"6.5835in\" height=\"5.5102in\"><alt id=\"alt_id083120160418043590\">Header and footer dialog</alt></image>" -msgstr "<image id=\"img_id083120160418043590\" src=\"media/screenshots/modules/simpress/ui/headerfooterdialog/HeaderFooterDialog.png\" width=\"6.5835in\" height=\"5.5102in\"><alt id=\"alt_id083120160418043590\">Antraštės ir poraštės dialogo langas</alt></image>" - #. J6vXD #: 03152000.xhp msgctxt "" @@ -2257,42 +2248,6 @@ msgctxt "" msgid "Specify the elements to include on your slides." msgstr "Nurodykite skaidrės elementus" -#. 7kXWb -#: 03152000.xhp -msgctxt "" -"03152000.xhp\n" -"par_idN106BD\n" -"help.text" -msgid "Footer" -msgstr "Puslapinė poraštė" - -#. LEMfH -#: 03152000.xhp -msgctxt "" -"03152000.xhp\n" -"par_idN106C8\n" -"help.text" -msgid "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_cb\">Adds the text that you enter in the <emph>Footer text</emph> box to the bottom of the slide.</ahelp>" -msgstr "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_cb\">Prideda tekstą įrašytą <emph>Poraštės laukelyje</emph> skaidrės apačioje.</ahelp>" - -#. HfkEu -#: 03152000.xhp -msgctxt "" -"03152000.xhp\n" -"par_idN106D7\n" -"help.text" -msgid "Footer text" -msgstr "Puslapinės poraštės tekstas" - -#. dwcTd -#: 03152000.xhp -msgctxt "" -"03152000.xhp\n" -"par_idN106E2\n" -"help.text" -msgid "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_text\">Adds the text that you enter to the bottom of the slide.</ahelp>" -msgstr "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_text\">Prideda tekstą įrašytą skaidrės apačioje.</ahelp>" - #. tDVab #: 03152000.xhp msgctxt "" @@ -2401,6 +2356,42 @@ msgctxt "" msgid "<ahelp hid=\"modules/simpress/ui/headerfootertab/language_list\">Select the language for the date and time format.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/headerfootertab/language_list\">Pasirinkite datos ir laiko formatui kalbą.</ahelp>" +#. 7kXWb +#: 03152000.xhp +msgctxt "" +"03152000.xhp\n" +"par_idN106BD\n" +"help.text" +msgid "Footer" +msgstr "Puslapinė poraštė" + +#. LEMfH +#: 03152000.xhp +msgctxt "" +"03152000.xhp\n" +"par_idN106C8\n" +"help.text" +msgid "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_cb\">Adds the text that you enter in the <emph>Footer text</emph> box to the bottom of the slide.</ahelp>" +msgstr "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_cb\">Prideda tekstą įrašytą <emph>Poraštės laukelyje</emph> skaidrės apačioje.</ahelp>" + +#. HfkEu +#: 03152000.xhp +msgctxt "" +"03152000.xhp\n" +"par_idN106D7\n" +"help.text" +msgid "Footer text" +msgstr "Puslapinės poraštės tekstas" + +#. dwcTd +#: 03152000.xhp +msgctxt "" +"03152000.xhp\n" +"par_idN106E2\n" +"help.text" +msgid "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_text\">Adds the text that you enter to the bottom of the slide.</ahelp>" +msgstr "<ahelp hid=\"modules/simpress/ui/headerfootertab/footer_text\">Prideda tekstą įrašytą skaidrės apačioje.</ahelp>" + #. RkFDQ #: 03152000.xhp msgctxt "" @@ -2581,14 +2572,14 @@ msgctxt "" msgid "<bookmark_value>snap lines, see also guides</bookmark_value><bookmark_value>snap points;inserting</bookmark_value><bookmark_value>guides; inserting</bookmark_value><bookmark_value>magnetic lines in presentations</bookmark_value>" msgstr "<bookmark_value>pritraukti tiesę, skaitykite nurodymus</bookmark_value><bookmark_value>pritraukti tašką;įterpimas</bookmark_value><bookmark_value>nurodymai; įterpimas</bookmark_value><bookmark_value>pritraukimo tiesės pateiktyse</bookmark_value>" -#. WG3my +#. WGziE #: 04030000.xhp msgctxt "" "04030000.xhp\n" "hd_id3145800\n" "help.text" -msgid "Snap Point/Line" -msgstr "Pritraukti tašką arba tiesę" +msgid "<link href=\"text/simpress/01/04030000.xhp\" name=\"Snap Point/Line\">Snap Point/Line</link>" +msgstr "" #. YTzoX #: 04030000.xhp @@ -2966,7 +2957,7 @@ msgctxt "" "hd_id3146976\n" "help.text" msgid "<variable id=\"insertobjectfromfile\"><link href=\"text/simpress/01/04110100.xhp\" name=\"Insert page\">Insert <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Slide</caseinline><defaultinline>Page</defaultinline></switchinline>/Objects from File</link></variable>" -msgstr "" +msgstr "<variable id=\"insertobjectfromfile\"><link href=\"text/simpress/01/04110100.xhp\" name=\"Insert page\">Įterpimas <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Skaidrė</caseinline><defaultinline>Puslpis</defaultinline></switchinline>/Objektas iš failo</link></variable>" #. zCX2g #: 04110100.xhp @@ -3085,14 +3076,14 @@ msgctxt "" msgid "Inserts text from an ASCII, RTF, or HTML file into the active slide." msgstr "Įterpti tekstą iš ASCII, RTF arba HTML failo į esamą skaidrę." -#. VTnZg +#. W7iC7 #: 04110200.xhp msgctxt "" "04110200.xhp\n" "par_id3149018\n" "help.text" -msgid "The inserted text uses the default text formatting of the active slide. If you want, you can drag a text frame in your slide, and then insert the text. The text frame automatically extends downwards for longer text passages." -msgstr "Tekstas įterpiamas numatytuoju esamoje skaidrėje formatu. Jei norite, galite tempto teksto lauką skaidrėje ir tuomet įterpti tekstą. Teksto laukas automatiškai padidinamas ilgesniam tekstui." +msgid "The inserted text uses the default text formatting of the active slide. If you want, you can drag a text box in your slide, and then insert the text. The box automatically extends downwards for longer text passages." +msgstr "Tekstas įterpiamas tuo pačiu formatu kaip yra tekstas esamoje skaidrėje. jei norite, galite tempti teksto lauką skaidrėje ir tuomet įterpti tekstą. Laukas prisitaiko prie teksto." #. zJb7d #: 04110200.xhp @@ -3679,14 +3670,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:TemplateFamily5\">Show styles used in <item type=\"productname\">%PRODUCTNAME</item> Impress AutoLayouts.</ahelp> You can only modify Presentation Styles." msgstr "<ahelp hid=\".uno:TemplateFamily5\">Rodo stilius, kurie naudojami <item type=\"productname\">„%PRODUCTNAME“</item> Pateikčių automatinėje struktūroje.</ahelp> Taisyti galite tik pateikčių stilius." -#. auBGf +#. L9LrX #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3154253\n" "help.text" -msgid "<image id=\"img_id3156382\" src=\"cmd/sc_presentation.png\"><alt id=\"alt_id3156382\">Icon</alt></image>" -msgstr "<image id=\"img_id3156382\" src=\"cmd/sc_presentation.png\"><alt id=\"alt_id3156382\">Mygtukas</alt></image>" +msgid "<image id=\"img_id3156382\" src=\"cmd/sc_presentation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156382\">Icon Presentation Styles</alt></image>" +msgstr "" #. FX2fC #: 05100000.xhp @@ -3715,14 +3706,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:ParaStyle\">Show styles for formatting graphical elements, including text objects.</ahelp>" msgstr "<ahelp hid=\".uno:ParaStyle\">Rodo grafikos objektų stilius, įskaitant ir tekstinius objektus.</ahelp>" -#. rAxMq +#. XNPx5 #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3145587\n" "help.text" -msgid "<image id=\"img_id3150370\" src=\"cmd/sc_objectcatalog.png\"><alt id=\"alt_id3150370\">Icon</alt></image>" -msgstr "<image id=\"img_id3150370\" src=\"cmd/sc_objectcatalog.png\"><alt id=\"alt_id3150370\">Mygtukas</alt></image>" +msgid "<image id=\"img_id3150370\" src=\"cmd/sc_objectcatalog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150370\">Icon Graphic Styles</alt></image>" +msgstr "" #. CVtXt #: 05100000.xhp @@ -3751,14 +3742,14 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_WATERCAN\">Applies the selected style to an object on your slide. Click the paint bucket icon and then click an object in your slide to apply the style. Click the paint bucket icon again to exit this mode.</ahelp>" msgstr "<ahelp hid=\"SFX2_HID_TEMPLDLG_WATERCAN\">Pritaiko pasirinktą stilių objektui ar skaidrei. Spustelėkite stiliaus pritaikymo veiksenos mygtuką ir tuomet spustelėkite objektą ar skaidrę. Jei norite išjungti veikseną, spustelėkite dar kartą stiliaus pritaikymo veiksenos mygtuką.</ahelp>" -#. rFZ9d +#. uFKrE #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3156020\n" "help.text" -msgid "<image id=\"img_id3153246\" src=\"cmd/sc_fillstyle.png\"><alt id=\"alt_id3153246\">Icon</alt></image>" -msgstr "<image id=\"img_id3153246\" src=\"cmd/sc_fillstyle.png\"><alt id=\"alt_id3153246\">Mygtukas</alt></image>" +msgid "<image id=\"img_id3153246\" src=\"cmd/sc_fillstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153246\">Icon Fill format mode</alt></image>" +msgstr "" #. Nafq7 #: 05100000.xhp @@ -3787,14 +3778,14 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_NEWBYEXAMPLE\"><link href=\"text/shared/01/05140100.xhp\" name=\"Creates a new style\">Creates a new style</link> using the format attributes of a selected object.</ahelp>" msgstr "<ahelp hid=\"SFX2_HID_TEMPLDLG_NEWBYEXAMPLE\"><link href=\"text/shared/01/05140100.xhp\" name=\"Creates a new style\">Sukuria naują stilių</link> naudodama pasirinkto objekto formatavimo savybes.</ahelp>" -#. fD7tX +#. Pgf2Q #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3147297\n" "help.text" -msgid "<image id=\"img_id3151390\" src=\"cmd/sc_stylenewbyexample.png\"><alt id=\"alt_id3151390\">Icon</alt></image>" -msgstr "<image id=\"img_id3151390\" src=\"cmd/sc_stylenewbyexample.png\"><alt id=\"alt_id3151390\">Mygtukas</alt></image>" +msgid "<image id=\"img_id3151390\" src=\"cmd/sc_stylenewbyexample.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151390\">Icon New Style from selection</alt></image>" +msgstr "" #. xeuEr #: 05100000.xhp @@ -3823,14 +3814,14 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_UPDATEBYEXAMPLE\">Updates the Style selected in the Styles window with the current formatting of the selected object.</ahelp>" msgstr "<ahelp hid=\"SFX2_HID_TEMPLDLG_UPDATEBYEXAMPLE\">Atnaujina pasirinktą stilių pagal pasirinkto objekto formatą.</ahelp>" -#. CGfUP +#. niAJk #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3149888\n" "help.text" -msgid "<image id=\"img_id3146878\" src=\"cmd/sc_styleupdatebyexample.png\"><alt id=\"alt_id3146878\">Icon</alt></image>" -msgstr "<image id=\"img_id3146878\" src=\"cmd/sc_styleupdatebyexample.png\"><alt id=\"alt_id3146878\">Mygtukas</alt></image>" +msgid "<image id=\"img_id3146878\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146878\">Icon Update Style</alt></image>" +msgstr "" #. FuMK5 #: 05100000.xhp @@ -6109,14 +6100,14 @@ msgctxt "" msgid "<bookmark_value>interactions; objects in interactive presentations</bookmark_value><bookmark_value>programs run by mouse click in presentations</bookmark_value><bookmark_value>running macros/programs in presentations</bookmark_value><bookmark_value>macros; running in presentations</bookmark_value><bookmark_value>presentations;exiting by interaction</bookmark_value><bookmark_value>exiting;by clicking objects</bookmark_value>" msgstr "<bookmark_value>interaktyvumas; objektai ir interaktyvus demonstravimas</bookmark_value><bookmark_value>programa paleidžiama spustelėjus pelės klavišą</bookmark_value><bookmark_value>makroprogramų paleidimas demonstracijose</bookmark_value><bookmark_value>makrokomandos; paleidžiama demonstracijose</bookmark_value><bookmark_value>demonstracijos;interaktyvus paslėpimas</bookmark_value><bookmark_value>paslėpimas;spustelėjus objektus</bookmark_value>" -#. Kc7zW +#. tTBcr #: 06070000.xhp msgctxt "" "06070000.xhp\n" "hd_id3153246\n" "help.text" -msgid "Interaction" -msgstr "Interaktyvumas" +msgid "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Interaction</link>" +msgstr "<link href=\"text/simpress/01/06070000.xhp\" name=\"Interaction\">Sąveika</link>" #. fFHEt #: 06070000.xhp diff --git a/source/lt/helpcontent2/source/text/simpress/02.po b/source/lt/helpcontent2/source/text/simpress/02.po index f5ccc308d67..26f642dc930 100644 --- a/source/lt/helpcontent2/source/text/simpress/02.po +++ b/source/lt/helpcontent2/source/text/simpress/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: 2019-11-05 14:28+0100\n" -"PO-Revision-Date: 2019-11-05 12:03+0000\n" -"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" +"POT-Creation-Date: 2020-01-07 14:10+0100\n" +"PO-Revision-Date: 2019-12-06 11:56+0000\n" +"Last-Translator: eglejasu <egle.jasute@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textsimpress02/lt/>\n" "Language: lt\n" "MIME-Version: 1.0\n" @@ -718,14 +718,14 @@ msgctxt "" msgid "Shift" msgstr "Perkelti" -#. kWiGE +#. yEHKT #: 10030000.xhp msgctxt "" "10030000.xhp\n" "tit\n" "help.text" -msgid "Mode" -msgstr "Veiksena" +msgid "Transformations" +msgstr "" #. R839F #: 10030000.xhp @@ -763,23 +763,23 @@ msgctxt "" 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\">Piktograma</alt></image>" -#. 6a5Du +#. fMEpv #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3154018\n" "help.text" -msgid "Effects (%PRODUCTNAME Draw only)" -msgstr "Efektai (tik „%PRODUCTNAME“ braižyklėje)" +msgid "Transformations (%PRODUCTNAME Draw only)" +msgstr "" -#. XHDTm +#. xeiRd #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3149018\n" "help.text" -msgid "To open the<item type=\"productname\">%PRODUCTNAME</item> Draw <emph>Mode </emph>toolbar, click the arrow next to the <emph>Effects </emph>icon on the <emph>Drawing</emph> bar. In %PRODUCTNAME Impress, choose <emph>View - Toolbars - Mode</emph>." -msgstr "Jei norite atverti <item type=\"productname\">„%PRODUCTNAME“</item> Grafikos objektų <emph>veikseną </emph>mygtukų juostoje, spustelėkite rodyklę prie <emph>Efektų </emph>piktogramos <emph>Gafikos objektų</emph> juostoje. „%PRODUCTNAME“ pateikčių rengyklėje pasirinkite <emph>Rodymas → Mygtukų juostos → Grafikos objektai</emph>." +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 "" #. pfG6c #: 10030000.xhp @@ -1744,14 +1744,14 @@ msgctxt "" msgid "Fit Vertical Text to Frame" msgstr "Priderinti vertikalų tekstą prie kadro" -#. VZSdD +#. cQVEE #: 10050000.xhp msgctxt "" "10050000.xhp\n" "par_id3148770\n" "help.text" -msgid "<ahelp hid=\".uno:VerticalTextFitToSizeTool\">Draws a text frame with vertical text direction where you click or drag in the current document. The text that you enter is automatically resized to fit the dimensions of the frame. (Enable Asian text support to enable this icon).</ahelp> Click anywhere in the document, and then type or paste your text. You can also move the cursor to where you want to add the text, drag a text frame, and then type or paste your text." -msgstr "<ahelp hid=\".uno:VerticalTextFitToSizeTool\">Nubraižo teksto kadrą vertikaliai rašomam tekstui, kai jūs nuspaudžiate ir tempiate žymeklį dokumente. Įrašomas tekstas automatiškai pritaikomas prie kadro matmenų. (Įgalinkite Azijos teksto palaikymą, kad galėtumėte aktyvuoti šią piktogramą).</ahelp> spustelėkite dokumente ir tuomet įrašykite arba įdėkite nukopijuotą tekstą. Galite perkelti žymeklį į norimą vietą ir tempdami sukurti teksto kadrą, tuomet įrašyti arba įdėti nukopijuotą tekstą." +msgid "<ahelp hid=\".uno:VerticalTextFitToSizeTool\">Draws a text box with vertical text direction where you click or drag in the current document. The text that you enter is automatically resized to fit the dimensions of the box. (Enable Asian text support to enable this icon).</ahelp> Click anywhere in the document, and then type or paste your text. You can also move the cursor to where you want to add the text, drag a box, and then type or paste your text." +msgstr "<ahelp hid=\".uno:VerticalTextFitToSizeTool\">Tempiant esamame dokumente nubrėžia teksto lauką su vertikaliai išdėstytu tekstu. Įvestas tekstas automatiškai pritaikomas prie lauko. ( Įjungta Azijos kalbų veiksena įgalina šį mygtuką).</ahelp> Spustelėkite bet kur dokumente ir įveskite iš klaviatūros arba įdėkite nukopijuotą tekstą. Galite perkelti žymeklį ten, kur norite įdėti tekstą, tempti lauką ir tuomet įvesti iš klaviatūros arba įdėti nukopijuotą tekstą." #. GYCAK #: 10050000.xhp @@ -5029,14 +5029,14 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:OutlineCollapseAll\">Hides all of the headings of the slides in the current slide show except for the titles of the slides. Hidden headings are indicated by a black line in front of a slide title. To show the headings, click the <link href=\"text/simpress/02/11070000.xhp\" name=\"All Levels\"><emph>All Levels</emph></link> icon.</ahelp>" msgstr "<ahelp visibility=\"visible\" hid=\".uno:OutlineCollapseAll\">Paslepia visas esamo dokumento skaidrių antraštes išskyrus titulinėje skaidrėje. Paslėpta antraštė nurodyta kaip juoda juosta prieš skaidrės pavadinimą. Jei norite parodyti antraštes, paspauskite piktogramą <link href=\"text/simpress/02/11070000.xhp\" name=\"All Levels\"><emph>Visi lygiai</emph></link>.</ahelp>" -#. qA2jY +#. daXsB #: 11060000.xhp msgctxt "" "11060000.xhp\n" "par_id3154702\n" "help.text" -msgid "<image src=\"cmd/sc_outlinecollapseall.png\" id=\"img_id3155336\"><alt id=\"alt_id3155336\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_outlinecollapseall.png\" id=\"img_id3155336\"><alt id=\"alt_id3155336\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_outlinecollapseall.png\" id=\"img_id3155336\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155336\">Icon First Level</alt></image>" +msgstr "" #. cx5A2 #: 11060000.xhp @@ -5083,14 +5083,14 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:OutlineExpandAll\">Displays the hidden headings of the slides in the current slide show. To hide all of the headings in the current slide show, except for the slide titles, click the <link href=\"text/simpress/02/11060000.xhp\" name=\"First Level\"><emph>First Level</emph></link> icon.</ahelp>" msgstr "<ahelp visibility=\"visible\" hid=\".uno:OutlineExpandAll\">Parodo esamo dokumento paslėptas skaidrių antraštes. Jei norite paslėpti esamos skaidrių demonstracijos antraštes, išskyrus titulinė skaidrės, paspauskite piktogramą <link href=\"text/simpress/02/11060000.xhp\" name=\"First Level\"><emph>Pirmas lygis</emph></link>.</ahelp>" -#. AvtWZ +#. qv42E #: 11070000.xhp msgctxt "" "11070000.xhp\n" "par_id3155333\n" "help.text" -msgid "<image src=\"cmd/sc_outlineexpandall.png\" id=\"img_id3154705\"><alt id=\"alt_id3154705\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_outlineexpandall.png\" id=\"img_id3154705\"><alt id=\"alt_id3154705\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_outlineexpandall.png\" id=\"img_id3154705\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154705\">Icon All Levels</alt></image>" +msgstr "" #. Y9hBE #: 11070000.xhp @@ -5137,14 +5137,14 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:OutlineCollapse\">Hides the subheadings of a selected heading. Hidden subheadings are indicated by a black line in front of a heading. To show the lower level headings, click the <link href=\"text/simpress/02/11090000.xhp\" name=\"Show Subpoints\"><emph>Show Subpoints</emph></link> icon.</ahelp>" msgstr "<ahelp visibility=\"visible\" hid=\".uno:OutlineCollapse\">Paslepia pasirinktų antraščių poantraštes. Paslėptos poantraštės nurodomos juoda linija prieš antraštę. Jei norite parodyti žemesnio lygio antraštes, spauskite piktogramą <link href=\"text/simpress/02/11090000.xhp\" name=\"Show Subpoints\"><emph>Rodyti poantraštes</emph></link>.</ahelp>" -#. jsYSz +#. 49fKD #: 11080000.xhp msgctxt "" "11080000.xhp\n" "par_id3155961\n" "help.text" -msgid "<image src=\"cmd/sc_outlinecollapse.png\" id=\"img_id3149256\"><alt id=\"alt_id3149256\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_outlinecollapse.png\" id=\"img_id3149256\"><alt id=\"alt_id3149256\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_outlinecollapse.png\" id=\"img_id3149256\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149256\">Icon Hide Subpoints</alt></image>" +msgstr "" #. YhA3W #: 11080000.xhp @@ -5191,14 +5191,14 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:OutlineExpand\">Displays the hidden subheadings of a selected heading. To hide the subheadings of a selected heading, click <link href=\"text/simpress/02/11080000.xhp\" name=\"Hide Subpoints\"><emph>Hide Subpoints</emph></link> icon.</ahelp>" msgstr "<ahelp visibility=\"visible\" hid=\".uno:OutlineExpand\">Parodo pasirinktos antraštės paslėptas poantraštes. Jei norite paslėpti pasirinktos antraštės poantraštes, paspauskite piktogramą <link href=\"text/simpress/02/11080000.xhp\" name=\"Hide Subpoints\"><emph>Slėpti poantraštes</emph></link>.</ahelp>" -#. 7EDvZ +#. a3dwN #: 11090000.xhp msgctxt "" "11090000.xhp\n" "par_id3155959\n" "help.text" -msgid "<image src=\"cmd/sc_outlineexpand.png\" id=\"img_id3155336\"><alt id=\"alt_id3155336\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_outlineexpand.png\" id=\"img_id3155336\"><alt id=\"alt_id3155336\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_outlineexpand.png\" id=\"img_id3155336\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155336\">Icon Show Subpoints</alt></image>" +msgstr "" #. CYjYo #: 11090000.xhp @@ -5344,14 +5344,14 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:GlueEditMode\">Insert or modify the properties of a glue point. A glue point is a custom connection point where you can attach a <link href=\"text/simpress/02/10100000.xhp\" name=\"connector\">connector</link> line.</ahelp>" msgstr "<ahelp visibility=\"visible\" hid=\".uno:GlueEditMode\">Įterpti arba keisti jungiamojo taško savybes. Jungiamasis taškas yra nustatoma jungtis, kur galite prijungti esamą arba brėžiamą <link href=\"text/simpress/02/10100000.xhp\" name=\"connector\">jungiamąją</link> liniją.</ahelp>" -#. GATCB +#. cSpbQ #: 13010000.xhp msgctxt "" "13010000.xhp\n" "par_id3153713\n" "help.text" -msgid "<image src=\"cmd/sc_glueeditmode.png\" id=\"img_id3154256\"><alt id=\"alt_id3154256\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_glueeditmode.png\" id=\"img_id3154256\"><alt id=\"alt_id3154256\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_glueeditmode.png\" id=\"img_id3154256\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154256\">Icon Glue Points</alt></image>" +msgstr "" #. TnU3Q #: 13010000.xhp @@ -5540,7 +5540,7 @@ msgctxt "" "bm_id3152596\n" "help.text" msgid "<bookmark_value>guides; show snap lines icon</bookmark_value><bookmark_value>showing; guides</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>gairės; rodyti pritraukimo linijų piktogramą</bookmark_value><bookmark_value>rodymas; gairės</bookmark_value>" #. ERkK4 #: 13050000.xhp @@ -5713,14 +5713,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:LeaveAllGroups\" visibility=\"visible\">Exits all groups and returns to normal view.</ahelp>" msgstr "<ahelp hid=\".uno:LeaveAllGroups\" visibility=\"visible\">Išeiti iš visų grupių ir grįžti į įprastą peržiūrą.</ahelp>" -#. Seb4L +#. v8HRQ #: 13100000.xhp msgctxt "" "13100000.xhp\n" "par_id3155443\n" "help.text" -msgid "<image src=\"cmd/sc_leaveallgroups.png\" id=\"img_id3154757\"><alt id=\"alt_id3154757\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_leaveallgroups.png\" id=\"img_id3154757\"><alt id=\"alt_id3154757\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_leaveallgroups.png\" id=\"img_id3154757\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154757\">Icon Exit all groups</alt></image>" +msgstr "" #. CGmZy #: 13100000.xhp @@ -5785,14 +5785,14 @@ msgctxt "" msgid "<link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\">Snap to Page Margins</link>" msgstr "<link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\">Pritraukti prie puslapio paraščių</link>" -#. 8FEbY +#. Mv3cD #: 13150000.xhp msgctxt "" "13150000.xhp\n" "par_id3150717\n" "help.text" -msgid "<image src=\"cmd/sc_snapborder.png\" id=\"img_id3154016\"><alt id=\"alt_id3154016\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_snapborder.png\" id=\"img_id3154016\"><alt id=\"alt_id3154016\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_snapborder.png\" id=\"img_id3154016\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154016\">Icon Snap to Page Margins</alt></image>" +msgstr "" #. BVB6e #: 13150000.xhp @@ -5821,14 +5821,14 @@ msgctxt "" msgid "<link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\">Snap to Object Border</link>" msgstr "<link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\">Pritraukti prie objekto krašto</link>" -#. 8GZSk +#. 72nDp #: 13160000.xhp msgctxt "" "13160000.xhp\n" "par_id3150717\n" "help.text" -msgid "<image src=\"cmd/sc_snapframe.png\" id=\"img_id3154510\"><alt id=\"alt_id3154510\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_snapframe.png\" id=\"img_id3154510\"><alt id=\"alt_id3154510\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_snapframe.png\" id=\"img_id3154510\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154510\">Icon Snap to Object Border</alt></image>" +msgstr "" #. 5AnZF #: 13160000.xhp @@ -5857,14 +5857,14 @@ msgctxt "" msgid "<link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\">Snap to Object Points</link>" msgstr "<link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\">Pritraukti prie objekto taškų</link>" -#. 9prpZ +#. nDEAG #: 13170000.xhp msgctxt "" "13170000.xhp\n" "par_id3154016\n" "help.text" -msgid "<image src=\"cmd/sc_snappoints.png\" id=\"img_id3153415\"><alt id=\"alt_id3153415\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_snappoints.png\" id=\"img_id3153415\"><alt id=\"alt_id3153415\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_snappoints.png\" id=\"img_id3153415\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153415\">Icon Snap to Object Points</alt></image>" +msgstr "" #. ggjdc #: 13170000.xhp @@ -5893,14 +5893,14 @@ msgctxt "" msgid "<link href=\"text/simpress/02/13180000.xhp\" name=\"Allow Quick Editing\">Allow Quick Editing</link>" msgstr "<link href=\"text/simpress/02/13180000.xhp\" name=\"Allow Quick Editing\">Leisti greitą taisymą</link>" -#. FPwL5 +#. 86BGL #: 13180000.xhp msgctxt "" "13180000.xhp\n" "par_id3149664\n" "help.text" -msgid "<image src=\"cmd/sc_quickedit.png\" id=\"img_id3153728\"><alt id=\"alt_id3153728\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_quickedit.png\" id=\"img_id3153728\"><alt id=\"alt_id3153728\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_quickedit.png\" id=\"img_id3153728\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153728\">Icon Allow Quick Editing</alt></image>" +msgstr "" #. 6agsE #: 13180000.xhp @@ -5929,14 +5929,14 @@ msgctxt "" msgid "<link href=\"text/simpress/02/13190000.xhp\" name=\"Select Text Area Only\">Select Text Area Only</link>" msgstr "<link href=\"text/simpress/02/13190000.xhp\" name=\"Select Text Area Only\">Pažymėti tik teksto lauką</link>" -#. 73Fgr +#. 2KA8K #: 13190000.xhp msgctxt "" "13190000.xhp\n" "par_id3154510\n" "help.text" -msgid "<image src=\"cmd/sc_pickthrough.png\" id=\"img_id3154015\"><alt id=\"alt_id3154015\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_pickthrough.png\" id=\"img_id3154015\"><alt id=\"alt_id3154015\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_pickthrough.png\" id=\"img_id3154015\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154015\">Icon Select Text Area Only</alt></image>" +msgstr "" #. GUik3 #: 13190000.xhp diff --git a/source/lt/helpcontent2/source/text/simpress/04.po b/source/lt/helpcontent2/source/text/simpress/04.po index b8b20e3472b..d65e5912676 100644 --- a/source/lt/helpcontent2/source/text/simpress/04.po +++ b/source/lt/helpcontent2/source/text/simpress/04.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-07-11 18:38+0200\n" -"PO-Revision-Date: 2019-11-05 12:03+0000\n" +"PO-Revision-Date: 2019-12-06 11:56+0000\n" "Last-Translator: eglejasu <egle.jasute@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textsimpress04/lt/>\n" "Language: lt\n" @@ -1256,7 +1256,7 @@ msgctxt "" "hd_ii3151005\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Arrow Right</caseinline><defaultinline>Shift+End</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Arrow Right</caseinline><defaultinline>Lyg2+Pab.</defaultinline></switchinline>" #. ABpAb #: 01020000.xhp @@ -1265,7 +1265,7 @@ msgctxt "" "par_ii3151019\n" "help.text" msgid "Go and select to end of line" -msgstr "" +msgstr "Perkelia ir pažymi linijos pabaigą" #. wEBa3 #: 01020000.xhp @@ -1274,7 +1274,7 @@ msgctxt "" "hd_ii3149371\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Arrow Up</caseinline><defaultinline>Ctrl+Home</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Arrow Up</caseinline><defaultinline>Vald+Pradžios klavišas</defaultinline></switchinline>" #. 8fhET #: 01020000.xhp @@ -1283,7 +1283,7 @@ msgctxt "" "par_ii3149396\n" "help.text" msgid "Go to start of text block in slide" -msgstr "" +msgstr "Pereina į skaidrės teksto lauko pradžia." #. DJ9EV #: 01020000.xhp @@ -1292,7 +1292,7 @@ msgctxt "" "hd_ii3151030\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Arrow Up</caseinline><defaultinline>Ctrl+Shift+Home</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Arrow UP</caseinline><defaultinline>Vald+Lyg2+Pradžios klavišas</defaultinline></switchinline>" #. FsL7L #: 01020000.xhp @@ -1301,7 +1301,7 @@ msgctxt "" "par_ii3151055\n" "help.text" msgid "Go and select text to start of text block in slide" -msgstr "" +msgstr "Pereina ir pažymi skaidrės tekstą iki lauko teksto pradžios." #. AgD4a #: 01020000.xhp @@ -1310,7 +1310,7 @@ msgctxt "" "hd_ii3151075\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Arrow Down</caseinline><defaultinline>Ctrl+End</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Arrow Down</caseinline><defaultinline>Vald+Pabaigos klavišas</defaultinline></switchinline>" #. BWhN2 #: 01020000.xhp @@ -1319,7 +1319,7 @@ msgctxt "" "par_ii3149732\n" "help.text" msgid "Go to end of text block in slide" -msgstr "" +msgstr "Pereina į skaidrės teksto lauko pabaigą" #. YbZLB #: 01020000.xhp @@ -1328,7 +1328,7 @@ msgctxt "" "hd_ii3149750\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Arrow Down</caseinline><defaultinline>Ctrl+Shift+End</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Arrow Down</caseinline><defaultinline>Vald+Lyg2+Pabaigos klavišas</defaultinline></switchinline>" #. FTAHc #: 01020000.xhp @@ -1337,7 +1337,7 @@ msgctxt "" "par_ii3147064\n" "help.text" msgid "Go and select text to end of document" -msgstr "" +msgstr "Pereina ir pažymi dokumento tekstą iki pabaigos" #. uVkW5 #: 01020000.xhp @@ -1346,7 +1346,7 @@ msgctxt "" "hd_ii3148448\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Fn+Backspace</caseinline><defaultinline>Ctrl+Del</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Fn+Backspace</caseinline><defaultinline>Vald+Šalinti</defaultinline></switchinline>" #. H4Rqg #: 01020000.xhp @@ -1355,7 +1355,7 @@ msgctxt "" "par_ii3148474\n" "help.text" msgid "Delete text to end of word" -msgstr "" +msgstr "Pašalina tekstą iki žodžio pabaigos" #. EgLtR #: 01020000.xhp @@ -1364,7 +1364,7 @@ msgctxt "" "hd_ii3151080\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Backspace" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Vald</defaultinline></switchinline>+Naikinti" #. KbGnF #: 01020000.xhp @@ -1373,7 +1373,7 @@ msgctxt "" "par_ii3151106\n" "help.text" msgid "Delete text to beginning of word" -msgstr "" +msgstr "Pašalina tekstą iki žodžio pradžios" #. dBGp4 #: 01020000.xhp @@ -1382,7 +1382,7 @@ msgctxt "" "par_ii9959715\n" "help.text" msgid "In a list: delete an empty paragraph in front of the current paragraph" -msgstr "" +msgstr "Sąraše: pašalina tuščia pastraipą prieš esamą pastraipą" #. v29QH #: 01020000.xhp @@ -1391,7 +1391,7 @@ msgctxt "" "hd_ii3151124\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Fn</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Del" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Fn</caseinline><defaultinline>Vald</defaultinline></switchinline>+Lyg2+Šalinti" #. bcZb5 #: 01020000.xhp @@ -1400,7 +1400,7 @@ msgctxt "" "par_ii3146919\n" "help.text" msgid "Delete text to end of sentence" -msgstr "" +msgstr "Pašalina tekstą iki sakinio labaigos" #. AiUze #: 01020000.xhp @@ -1409,7 +1409,7 @@ msgctxt "" "hd_ii3146937\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Backspace" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Vald</defaultinline></switchinline>+Lyg2+Naikinti" #. xMBDV #: 01020000.xhp @@ -1418,7 +1418,7 @@ msgctxt "" "par_ii3153532\n" "help.text" msgid "Delete text to beginning of sentence" -msgstr "" +msgstr "Pašalina tekstą iki sakinio pradžios" #. KR7Dv #: 01020000.xhp @@ -1427,7 +1427,7 @@ msgctxt "" "hd_id3156192\n" "help.text" msgid "Shortcut Keys in $[officename] Impress" -msgstr "" +msgstr "„$[officename]“ pateikčių rengyklės spartieji klavišai" #. MaLzD #: 01020000.xhp @@ -1436,7 +1436,7 @@ msgctxt "" "hd_id3147326\n" "help.text" msgid "Shortcut Keys" -msgstr "" +msgstr "Spartieji klavišai" #. PV8mW #: 01020000.xhp @@ -1445,7 +1445,7 @@ msgctxt "" "par_id3155137\n" "help.text" msgid "<emph>Effect</emph>" -msgstr "" +msgstr "<emph>Efektas</emph>" #. YgRiu #: 01020000.xhp @@ -1454,7 +1454,7 @@ msgctxt "" "hd_id3153520\n" "help.text" msgid "Arrow key" -msgstr "" +msgstr "Rodyklės klavišas" #. 9bGue #: 01020000.xhp @@ -1463,7 +1463,7 @@ msgctxt "" "par_id3147077\n" "help.text" msgid "Moves the selected object or the page view in the direction of the arrow." -msgstr "" +msgstr "Perkelia pasirinktą objektą arba juda puslapio peržiūroje rodyklės kryptimi" #. XDD3T #: 01020000.xhp @@ -1472,7 +1472,7 @@ msgctxt "" "hd_id3154384\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Arrow Key" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Vald</defaultinline></switchinline>+Rodyklė" #. m9FiD #: 01020000.xhp @@ -1481,7 +1481,7 @@ msgctxt "" "par_id3153279\n" "help.text" msgid "Move around in the page view." -msgstr "" +msgstr "Juda puslapio peržiūroje rodyklės kryptimi" #. pwcBu #: 01020000.xhp @@ -1490,7 +1490,7 @@ msgctxt "" "hd_id3153354\n" "help.text" msgid "Shift + drag" -msgstr "" +msgstr "Lyg2+tempti" #. csfEE #: 01020000.xhp @@ -1499,7 +1499,7 @@ msgctxt "" "par_id3148650\n" "help.text" msgid "Constrains the movement of the selected object horizontally or vertically." -msgstr "" +msgstr "Verčia judėti pasirinktus objektus horizontaliai arba vertikaliai." #. 79SmF #: 01020000.xhp @@ -1508,7 +1508,7 @@ msgctxt "" "hd_id3154117\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ drag (with <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Copy when moving</link> option active)" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Vald</defaultinline></switchinline>+tempti (su <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Kopijuoja perkeliant</link> papildoma funkcija)" #. 4VefV #: 01020000.xhp @@ -1517,7 +1517,7 @@ msgctxt "" "par_id3150584\n" "help.text" msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag an object to create a copy of the object." -msgstr "" +msgstr "Jei laikysite nuspaudę <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Vald</defaultinline></switchinline> ir tempsite objektą, sukursite objekto kopiją." #. GEDhM #: 01020000.xhp @@ -1526,7 +1526,7 @@ msgctxt "" "hd_id3151304\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> Key" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Lyg3</defaultinline></switchinline> klavišas" #. mPqf2 #: 01020000.xhp @@ -1571,7 +1571,7 @@ msgctxt "" "par_id3156368\n" "help.text" msgid "Select the object in front of the currently selected object." -msgstr "" +msgstr "Pažymi objektą priešais esamą pažymėtą objektą." #. 3mPFA #: 01020000.xhp @@ -1580,7 +1580,7 @@ msgctxt "" "hd_id3148879\n" "help.text" msgid "Shift+click" -msgstr "" +msgstr "Lyg2+ spustelėti kairįjį pelės klavišą" #. P8nhR #: 01020000.xhp @@ -1589,7 +1589,7 @@ msgctxt "" "par_id3155908\n" "help.text" msgid "Select adjacent items or a text passage. Click at the start of a selection, move to the end of the selection, and then hold down Shift while you click." -msgstr "" +msgstr "Pažymimas gretimas objektas ar tekstą. Spustelėkite pasirinkimo pradžioje, tempkite iki pasirinkimo pabaigos, tuomet nuspauskite Lyg2 kol spustelėjate pelės klavišą." #. EL4xV #: 01020000.xhp @@ -1598,7 +1598,7 @@ msgctxt "" "hd_id3149543\n" "help.text" msgid "Shift+drag (when resizing)" -msgstr "" +msgstr "Lyg2+tempti (kai keičiamas dydis)" #. sQkaa #: 01020000.xhp @@ -1607,7 +1607,7 @@ msgctxt "" "par_id3150689\n" "help.text" msgid "Hold down Shift while dragging to resize an object to maintain the proportions of the object." -msgstr "" +msgstr "Tempdami laikykite nuspaudę Lyg2 ir pakeisite objekto dydį išlaikydami objekto proporcijas." #. cdzwa #: 01020000.xhp @@ -1616,7 +1616,7 @@ msgctxt "" "hd_id3150115\n" "help.text" msgid "Tab key" -msgstr "" +msgstr "Tab klavišas" #. VQpdu #: 01020000.xhp @@ -1625,7 +1625,7 @@ msgctxt "" "par_id3155858\n" "help.text" msgid "Select objects in the order in which they were created." -msgstr "" +msgstr "Pasirinkite objektus tokia eilės tvarka, kokia jie buvo sukurti." #. 4ttnU #: 01020000.xhp @@ -1634,7 +1634,7 @@ msgctxt "" "hd_id3147475\n" "help.text" msgid "Shift+Tab" -msgstr "" +msgstr "Lyg2+Tab" #. FyVb4 #: 01020000.xhp @@ -1643,7 +1643,7 @@ msgctxt "" "par_id3153695\n" "help.text" msgid "Select objects in the reverse order in which they were created." -msgstr "" +msgstr "Pasirinkite objektus atvirkščia tvarka nei jie buvo sukurti." #. PrAzG #: 01020000.xhp @@ -1652,7 +1652,7 @@ msgctxt "" "hd_id3147496\n" "help.text" msgid "Escape" -msgstr "" +msgstr "Grįžimo klavišas" #. MZDz7 #: 01020000.xhp @@ -1661,7 +1661,7 @@ msgctxt "" "par_id3146141\n" "help.text" msgid "Exit current mode." -msgstr "" +msgstr "Išeina iš esamos veiksenos" #. XRhoV #: 01020000.xhp @@ -1670,7 +1670,7 @@ msgctxt "" "hd_id3147615\n" "help.text" msgid "Enter" -msgstr "" +msgstr "Įvesties klavišas" #. 84uvS #: 01020000.xhp @@ -1679,7 +1679,7 @@ msgctxt "" "par_id3145119\n" "help.text" msgid "Activate a placeholder object in a new presentation (only if the frame is selected)." -msgstr "" +msgstr "Aktyvuokite objekto rezervuotą vietą naujame pristatyme (tik jei pažymėtas rėmelis)." #. jAe2F #: 01020000.xhp @@ -1688,7 +1688,7 @@ msgctxt "" "hd_id3145258\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Vald</defaultinline></switchinline>+Įvestis" #. ToHSt #: 01020000.xhp @@ -1697,7 +1697,7 @@ msgctxt "" "par_id3149563\n" "help.text" msgid "Moves to the next text object on the slide." -msgstr "" +msgstr "Pereina prie kito skaidrės objekto." #. XD2P9 #: 01020000.xhp @@ -1706,7 +1706,7 @@ msgctxt "" "par_id3146910\n" "help.text" msgid "If there are no text objects on the slide, or if you reached the last text object, a new slide is inserted after the current slide. The new slide uses the same layout as the current slide." -msgstr "" +msgstr "Jei skaidrėje nėra tekstinio objekto arba, jei prieinamas paskutinis tekstinis objektas, po esamos skaidrės įterpiama nauja skaidrė. Naujos skaidrė struktūra tokia pati, kaip ir ankstesnės." #. qBDGe #: 01020000.xhp @@ -1715,7 +1715,7 @@ msgctxt "" "par_id4478286\n" "help.text" msgid "PageUp" -msgstr "" +msgstr "Puslapis aukštyn" #. dGPrv #: 01020000.xhp @@ -1724,7 +1724,7 @@ msgctxt "" "par_id2616351\n" "help.text" msgid "Switch to the previous slide. No function on the first slide." -msgstr "" +msgstr "Pereina prie ankstesnės skaidrės. Jei esate pirmoje skaidrėje, tai klavišo paspaudimas nedaro jokios įtakos." #. 2Mf5K #: 01020000.xhp @@ -1733,7 +1733,7 @@ msgctxt "" "par_id950956\n" "help.text" msgid "PageDown" -msgstr "" +msgstr "Puslapis žemyn" #. DZRDT #: 01020000.xhp @@ -1742,7 +1742,7 @@ msgctxt "" "par_id4433423\n" "help.text" msgid "Switch to the next slide. No function on the last slide." -msgstr "" +msgstr "Perkelia į kitą skaidrę. Paskutinėje skaidrėje klavišo paspaudimas neveikia." #. 9mSah #: 01020000.xhp @@ -1751,7 +1751,7 @@ msgctxt "" "hd_id3149138\n" "help.text" msgid "Navigating with the Keyboard in Slide Sorter" -msgstr "" +msgstr "Naršymas naudojant skaidrių rūšiavimo klavišus" #. 8SbTN #: 01020000.xhp @@ -1760,7 +1760,7 @@ msgctxt "" "par_idN110AA\n" "help.text" msgid "Shortcut Keys" -msgstr "" +msgstr "Spartieji klavišai" #. HxZKZ #: 01020000.xhp @@ -1769,7 +1769,7 @@ msgctxt "" "par_idN110B0\n" "help.text" msgid "<emph>Effect</emph>" -msgstr "" +msgstr "<emph>Efektas</emph>" #. eqqG2 #: 01020000.xhp @@ -1778,7 +1778,7 @@ msgctxt "" "hd_id3153254\n" "help.text" msgid "Home/End" -msgstr "" +msgstr "Pradžios arba pabaigos klavišas" #. YRAaf #: 01020000.xhp @@ -1787,7 +1787,7 @@ msgctxt "" "par_id3153268\n" "help.text" msgid "Set the focus to the first/last slide." -msgstr "" +msgstr "Nustato židinį pirmoje arba paskutinėje skaidrėje." #. 6e3jn #: 01020000.xhp @@ -1796,7 +1796,7 @@ msgctxt "" "hd_id3154811\n" "help.text" msgid "Left/Right arrow keys or Page Up/Down" -msgstr "" +msgstr "Kairės arba dešinės rodyklės klavišas arba puslapio aukštyn arba žemyn klavišas" #. TFbpU #: 01020000.xhp @@ -1805,7 +1805,7 @@ msgctxt "" "par_id3145073\n" "help.text" msgid "Set the focus to the next/previous slide." -msgstr "" +msgstr "Nustato židinį kitoje arba ankstesnėje skaidrėje." #. 9dpmN #: 01020000.xhp @@ -1814,7 +1814,7 @@ msgctxt "" "hd_id3145086\n" "help.text" msgid "Enter" -msgstr "" +msgstr "Įvestis" #. qziyU #: 01020000.xhp @@ -1823,7 +1823,7 @@ msgctxt "" "par_id3157548\n" "help.text" msgid "Change to Normal Mode with the active slide." -msgstr "" +msgstr "Pakeičia įprastą veikseną aktyvioje skaidrėje." #. uKr5Q #: presenter.xhp @@ -1832,7 +1832,7 @@ msgctxt "" "tit\n" "help.text" msgid "Presenter Console Keyboard Shortcuts" -msgstr "" +msgstr "Naršymo pulto klaviatūros nuoroda" #. 7nDJu #: presenter.xhp @@ -1841,7 +1841,7 @@ msgctxt "" "bm_id0921200912285678\n" "help.text" msgid "<bookmark_value>Presenter Console shortcuts</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Naršymo pulto nuoroda</bookmark_value>" #. wYw58 #: presenter.xhp @@ -1850,7 +1850,7 @@ msgctxt "" "hd_id0921201912165661\n" "help.text" msgid "Presenter Console Keyboard Shortcuts" -msgstr "" +msgstr "Naršymo pulto klaviatūros nuoroda" #. 7Qknz #: presenter.xhp @@ -1859,7 +1859,7 @@ msgctxt "" "par_id0921201912165656\n" "help.text" msgid "When running a slide show using the Presenter Console, you can use the following keys:" -msgstr "" +msgstr "Demonstruodami skaidres ir naudodami naršymo pultą galite naudotis šiais klavišais:" #. upQFL #: presenter.xhp @@ -1868,7 +1868,7 @@ msgctxt "" "par_id0921200901104028\n" "help.text" msgid "Action" -msgstr "" +msgstr "Veiksmas" #. X5p3v #: presenter.xhp @@ -1877,7 +1877,7 @@ msgctxt "" "par_id0921200901104093\n" "help.text" msgid "Key or Keys" -msgstr "" +msgstr "Klavišas arba klavišai" #. Xx8Mt #: presenter.xhp @@ -1886,7 +1886,7 @@ msgctxt "" "par_id092120090110418\n" "help.text" msgid "Next slide, or next effect" -msgstr "" +msgstr "Kita skaidrė arba kitas efektas" #. umqc2 #: presenter.xhp @@ -1895,7 +1895,7 @@ msgctxt "" "par_id0921200901104120\n" "help.text" msgid "Left click, right arrow, down arrow, spacebar, page down, enter, return, 'N'" -msgstr "" +msgstr "Kairiojo pelės klavišo spustelėjimas, rodyklė dešinėn arba žemyn, tarpas, puslapis žemyn, įvesti, grįžti, „N“" #. xVgqH #: presenter.xhp @@ -1904,7 +1904,7 @@ msgctxt "" "par_id0921200901104165\n" "help.text" msgid "Previous slide, or previous effect" -msgstr "" +msgstr "Ankstesnė skaidrė arba ankstesnis efektas" #. r8Lqw #: presenter.xhp @@ -1913,7 +1913,7 @@ msgctxt "" "par_id0921200901104115\n" "help.text" msgid "Right click, left arrow, up arrow, page up, backspace, 'P'" -msgstr "" +msgstr "Dešiniojo pelės klavišo spustelėjimas, rodyklė kairėn arba aukštyn, puslapis aukštyn, naikinti, „P“" #. aTM8W #: presenter.xhp @@ -1922,7 +1922,7 @@ msgctxt "" "par_id0921200901104164\n" "help.text" msgid "First slide" -msgstr "" +msgstr "Pirmoji skaidrė" #. HgTEt #: presenter.xhp @@ -1931,7 +1931,7 @@ msgctxt "" "par_id0921200901104148\n" "help.text" msgid "Home" -msgstr "" +msgstr "Į pradžią" #. GDsA9 #: presenter.xhp @@ -1940,7 +1940,7 @@ msgctxt "" "par_id0921200901104221\n" "help.text" msgid "Last slide" -msgstr "" +msgstr "Paskutinė skaidrė" #. QtJ7s #: presenter.xhp @@ -1949,7 +1949,7 @@ msgctxt "" "par_id0921200901104277\n" "help.text" msgid "End" -msgstr "" +msgstr "Į pabaigą" #. kGgCp #: presenter.xhp @@ -1958,7 +1958,7 @@ msgctxt "" "par_id0921200901104279\n" "help.text" msgid "Previous slide without effects" -msgstr "" +msgstr "Ankstesnė skaidrė be efektų" #. nDMaU #: presenter.xhp @@ -1967,7 +1967,7 @@ msgctxt "" "par_id092120090110423\n" "help.text" msgid "Alt+Page Up" -msgstr "" +msgstr "Lyg3+Puslapis aukštyn" #. KiqUv #: presenter.xhp @@ -1976,7 +1976,7 @@ msgctxt "" "par_id092120090110427\n" "help.text" msgid "Next slide without effects" -msgstr "" +msgstr "Kita skaidrė be efektų" #. HzR2y #: presenter.xhp @@ -1985,7 +1985,7 @@ msgctxt "" "par_id0921200901104261\n" "help.text" msgid "Alt+Page Down" -msgstr "" +msgstr "Lyg3+Puslapis žemyn" #. GHkCz #: presenter.xhp @@ -1994,7 +1994,7 @@ msgctxt "" "par_id0921200901104383\n" "help.text" msgid "Black/Unblack the screen" -msgstr "" +msgstr "Juoda ekrano užsklanda arba atšaukti juodo ekrano užsklandą" #. pSuCv #: presenter.xhp @@ -2003,7 +2003,7 @@ msgctxt "" "par_id092120090110431\n" "help.text" msgid "'B', '.'" -msgstr "" +msgstr "„B“, „.“" #. DqXrk #: presenter.xhp @@ -2012,7 +2012,7 @@ msgctxt "" "par_id0921200901104311\n" "help.text" msgid "White/Unwhite the screen" -msgstr "" +msgstr "Balta ekrano užsklanda arba atšaukti balto ekrano užsklandą" #. AvKhN #: presenter.xhp @@ -2021,7 +2021,7 @@ msgctxt "" "par_id0921200901104359\n" "help.text" msgid "'W', ','" -msgstr "" +msgstr "„W“, „,“" #. WNxZu #: presenter.xhp @@ -2030,7 +2030,7 @@ msgctxt "" "par_id0921200901104336\n" "help.text" msgid "End slide show" -msgstr "" +msgstr "Pateikties pabaigos rodinys" #. LjERt #: presenter.xhp @@ -2039,7 +2039,7 @@ msgctxt "" "par_id0921200901104419\n" "help.text" msgid "Esc, '-'" -msgstr "" +msgstr "Grįžimas, „-“" #. avmEH #: presenter.xhp @@ -2048,7 +2048,7 @@ msgctxt "" "par_id0921200901104460\n" "help.text" msgid "Go to slide number" -msgstr "" +msgstr "Eiti į nurodyto numerio skaidrę" #. dJDFn #: presenter.xhp @@ -2057,7 +2057,7 @@ msgctxt "" "par_id092120090110440\n" "help.text" msgid "Number followed by Enter" -msgstr "" +msgstr "Skaičius ir klavišas „Įvesti“" #. cp4q9 #: presenter.xhp @@ -2066,7 +2066,7 @@ msgctxt "" "par_id0921200901104427\n" "help.text" msgid "Grow/Shrink size of notes font" -msgstr "" +msgstr "Didinti arba mažinti pastabų šriftą" #. BNmzk #: presenter.xhp @@ -2075,7 +2075,7 @@ msgctxt "" "par_id0921200901104442\n" "help.text" msgid "'G', 'S'" -msgstr "" +msgstr "„G“, „S“" #. DcGFR #: presenter.xhp @@ -2084,7 +2084,7 @@ msgctxt "" "par_id0921200901104473\n" "help.text" msgid "Scroll notes up/down" -msgstr "" +msgstr "Slinkti pastabas aukštyn arba žemyn" #. UtJo5 #: presenter.xhp @@ -2093,7 +2093,7 @@ msgctxt "" "par_id092120090110459\n" "help.text" msgid "'A', 'Z'" -msgstr "" +msgstr "„A“, „Z“" #. 2k9f7 #: presenter.xhp @@ -2102,7 +2102,7 @@ msgctxt "" "par_id092120090110456\n" "help.text" msgid "Move caret in notes view backward/forward" -msgstr "" +msgstr "Perkelti žymeklį pastabose pirmyn arba atgal" #. paqeH #: presenter.xhp @@ -2111,7 +2111,7 @@ msgctxt "" "par_id092120090110457\n" "help.text" msgid "'H', 'L'" -msgstr "" +msgstr "„H“, „L“" #. GCG6r #: presenter.xhp @@ -2120,7 +2120,7 @@ msgctxt "" "par_id0921200901104566\n" "help.text" msgid "Show the Presenter Console" -msgstr "" +msgstr "Rodyti naršymo pultą" #. Rb4AZ #: presenter.xhp @@ -2129,7 +2129,7 @@ msgctxt "" "par_id0921200901104544\n" "help.text" msgid "Ctrl-'1'" -msgstr "" +msgstr "Vald-„1“" #. GCS4u #: presenter.xhp @@ -2138,7 +2138,7 @@ msgctxt "" "par_id0921200901104535\n" "help.text" msgid "Show the Presentation Notes" -msgstr "" +msgstr "Rodyti pateikties pastabas" #. QTGFH #: presenter.xhp @@ -2147,7 +2147,7 @@ msgctxt "" "par_id0921200901104680\n" "help.text" msgid "Ctrl-'2'" -msgstr "" +msgstr "Vald-„2“" #. Y6DcP #: presenter.xhp @@ -2156,7 +2156,7 @@ msgctxt "" "par_id0921200901104634\n" "help.text" msgid "Show the Slides Overview" -msgstr "" +msgstr "Rodyti skaidrių apžvalgą" #. sxEj2 #: presenter.xhp @@ -2165,4 +2165,4 @@ msgctxt "" "par_id0921200901104632\n" "help.text" msgid "Ctrl-'3'" -msgstr "" +msgstr "Vald-„3“" diff --git a/source/lt/helpcontent2/source/text/simpress/guide.po b/source/lt/helpcontent2/source/text/simpress/guide.po index b629f8ce8d0..9851366a955 100644 --- a/source/lt/helpcontent2/source/text/simpress/guide.po +++ b/source/lt/helpcontent2/source/text/simpress/guide.po @@ -3,10 +3,10 @@ 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-05 14:28+0100\n" -"PO-Revision-Date: 2019-11-05 12:02+0000\n" -"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" -"Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textsimpressguide/lt/>\n" +"POT-Creation-Date: 2020-01-07 14:10+0100\n" +"PO-Revision-Date: 2019-12-24 16:18+0000\n" +"Last-Translator: eglejasu <egle.jasute@gmail.com>\n" +"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpressguide/lt/>\n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -59,7 +59,7 @@ msgctxt "" "par_id3150210\n" "help.text" msgid "Curved object based on Bézier curves" -msgstr "Kreivę Bézier kreivių pagrindu" +msgstr "Kreivę Bezjė kreivių pagrindu" #. TdAzE #: 3d_create.xhp @@ -610,14 +610,14 @@ msgctxt "" msgid "To preview the animation, click the <emph>Play</emph> button." msgstr "Jei norite peržiūrėti animaciją, spustelėkite mygtuką <emph>Leisti</emph>." -#. ukSGq +#. EDUEJ #: animated_objects.xhp msgctxt "" "animated_objects.xhp\n" "par_id3148826123\n" "help.text" -msgid "On Slide Pane an <image id=\"img_id3151172123\" src=\"sd/res/click_16.png\"/> icon appears next to the preview of those slides, which have one or more objects with custom animation. When you present the slide show with the Presenter Console, <image id=\"img_id3151172235\" src=\"sd/res/presenterscreen-Animation.png\"/> icon indicates that the next slide has custom animation." -msgstr "Skaidrių skyde prie skaidrių, turinčių vieną ar kelis objektus su vartotojo aprašyta animacija, rodinio pasirodo <image id=\"img_id3151172123\" src=\"sd/res/click_16.png\"/> piktograma. Kai demonstruojate pateiktį, piktograma <image id=\"img_id3151172235\" src=\"sd/res/presenterscreen-Animation.png\"/> rodo, kad kitoje skaidrėje yra vartotojo aprašytą animaciją." +msgid "On Slide Pane an <image id=\"img_id3151172123\" src=\"sd/res/click_16.png\" width=\"0.5cm\" height=\"0.5cm\"/> icon appears next to the preview of those slides, which have one or more objects with custom animation. When you present the slide show with the Presenter Console, <image id=\"img_id3151172235\" src=\"sd/res/presenterscreen-Animation.png\"/> icon indicates that the next slide has custom animation." +msgstr "" #. Dd9pi #: animated_objects.xhp @@ -797,7 +797,7 @@ msgctxt "" "par_id3148826234\n" "help.text" msgid "On Slide Pane an <image id=\"img_id3151172234\" src=\"sd/res/fade_effect_indicator.png\" width=\"0.222inch\" height=\"0.222inch\"/> icon appears next to the preview of those slides, which have slide transition. When you present the slide show with the Presenter Console, <image id=\"img_id3151172235\" src=\"sd/res/presenterscreen-Transition.png\" width=\"0.222inch\" height=\"0.222inch\"/> icon indicates that the next slide has slide transition." -msgstr "" +msgstr "Skaidrių juostoje prie skaidrių peržižiūros pasirodo <image id=\"img_id3151172234\" src=\"sd/res/fade_effect_indicator.png\" width=\"0.222inch\" height=\"0.222inch\"/>piktograma, kuri rodo skaidrės perėjimą. Kai demonstruojate skaidres naudodami naršymo pultą, <image id=\"img_id3151172235\" src=\"sd/res/presenterscreen-Transition.png\" width=\"0.222inch\" height=\"0.222inch\"/>piktograma parodo, ar kita skaidrė turi priskirtą skaidrės perėjimą." #. c3Czx #: animated_slidechange.xhp @@ -824,7 +824,7 @@ msgctxt "" "par_id3148826\n" "help.text" msgid "If you want, you can use the <emph>Zoom</emph> toolbar<image id=\"img_id3151172\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151172\">Icon Zoom</alt></image> to change the view magnification for the slides." -msgstr "" +msgstr "Naudodami <emph>Mastelio</emph> priemonėse <image id=\"img_id3151172\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151172\">Mastelio piktogramą</alt></image> galite keisti peržiūrimų skaidrių dydį." #. EYP8G #: animated_slidechange.xhp @@ -977,7 +977,7 @@ msgctxt "" "bm_id3150199\n" "help.text" msgid "<bookmark_value>backgrounds; changing</bookmark_value><bookmark_value>master slides; changing backgrounds</bookmark_value><bookmark_value>master pages; changing backgrounds</bookmark_value><bookmark_value>slides;changing backgrounds</bookmark_value><bookmark_value>pages;changing backgrounds</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>fonas; keitimas</bookmark_value><bookmark_value>ruošinio skaidrės; fonų keitimas</bookmark_value><bookmark_value>ruošinio puslapiai; fonų keitimas</bookmark_value><bookmark_value>skaidrės; fonų keitimas</bookmark_value><bookmark_value>puslapiai;fonų keitimas</bookmark_value>" #. GuKhy #: background.xhp @@ -986,7 +986,7 @@ msgctxt "" "hd_id3150199\n" "help.text" 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 "" +msgstr "<variable id=\"background\"> <link href=\"text/simpress/guide/background.xhp\" name=\"Changing the Slide Background Fill\">Keisti <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">skaidrės</caseinline><defaultinline>puslapio</defaultinline></switchinline>fono užpildą</link> </variable>" #. 5zK9c #: background.xhp @@ -995,7 +995,7 @@ msgctxt "" "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 "Galite pakeisti fono spalvą arba esamos ar visų skaidrių fono užpildymą. Skaidrės fonui galite naudoti užbrūkšniavimą, gradientą arba taškinės grafikos paveikslėlį." +msgstr "Galite pakeisti fono spalvą arba esamos ar visų skaidrių fono užpildymą. Skaidrės fonui galite naudoti brūkšniuotę, gradientą arba piešinį." #. SEPCz #: background.xhp @@ -1004,7 +1004,7 @@ msgctxt "" "par_id3148701\n" "help.text" 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 "" +msgstr "Jei norite pakeisti visų skaidrių fonų užpildus, tai pasirinkite <menuitem>Rodyti – Ruošinio skaidrė</menuitem>. Jei norite pakeisti tik vienos skaidrės foną, tai pasirinkite <menuitem>Rodyti → Skaidrė</menuitem>" #. ZUiCf #: background.xhp @@ -1022,7 +1022,7 @@ msgctxt "" "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 "" +msgstr "Galite pakeisti esamo puslapio ar visų dokumento puslapių fono spalvą arba užpildą. Jei norite pakeisti fono užpildą, galite naudoti brūkšniuotę, gradientą arba piešinį." #. BUHu6 #: background.xhp @@ -1031,7 +1031,7 @@ msgctxt "" "par_id4148701\n" "help.text" 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 "" +msgstr "Jei norite pakeisti visų puslapių fono užpildą, tai pasirinkite <menuitem>Rodymas – Ruošinio puslapis</menuitem>. jei norite pakeisti vieno puslapio užpildą, pasirinkite <menuitem>Rodymas → Puslapis</menuitem>." #. Dh3Ju #: background.xhp @@ -1040,7 +1040,7 @@ msgctxt "" "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 "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Spustelėkite puslapio kontekstiniame meniu „Puslapio fono paveikslėlis“ ir pasirinkite paveikslėlį. Pasirinktas failas bus naudojamas kaip puslapio fonas.</ahelp>" #. KuE3E #: background.xhp @@ -1049,15 +1049,15 @@ msgctxt "" "hd_id3150534\n" "help.text" msgid "To use a color, gradient, or hatching pattern for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background" -msgstr "" +msgstr "Jei norite pakeisti <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">skaidrės</caseinline><defaultinline>puslapio</defaultinline></switchinline>fono spalva, brūkšniuotę ar raštą," -#. 7EdvK +#. qokFC #: background.xhp msgctxt "" "background.xhp\n" "par_id3149942\n" "help.text" -msgid "Choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide</menuitem></caseinline><defaultinline><menuitem>Page</menuitem></defaultinline></switchinline>, and then click on the <emph>Background</emph> tab." +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 "" #. EoCa7 @@ -1076,7 +1076,7 @@ msgctxt "" "par_id3153040\n" "help.text" msgid "Select <widget>Color</widget>, and then click a color in the list." -msgstr "" +msgstr "Pasirinkite komandą <widget>Spalva</widget> ir spustelėkite norimą spalvą iš sąrašo." #. 5Xzvp #: background.xhp @@ -1085,7 +1085,7 @@ msgctxt "" "par_id3150866\n" "help.text" msgid "Select <widget>Gradient</widget>, and then click a gradient style in the list." -msgstr "" +msgstr "Pasirinkite komandą <widget>Gradientas</widget> ir spustelėkite gradiento stilių sąraše." #. EXMWm #: background.xhp @@ -1094,7 +1094,7 @@ msgctxt "" "par_id3150338\n" "help.text" msgid "Select <widget>Hatching</widget>, and then click a hatching style in the list." -msgstr "" +msgstr "Pasirinkite <widget>Brūkšniuotė</widget> ir spustelėkite brūkšniuotės stilių sąraše." #. NvZCn #: background.xhp @@ -1103,7 +1103,7 @@ msgctxt "" "par_id3150021\n" "help.text" msgid "Click <widget>OK</widget>." -msgstr "" +msgstr "Spustelėkite <widget>Gerai</widget>." #. 4XDDt #: background.xhp @@ -1112,7 +1112,7 @@ msgctxt "" "hd_id3145244\n" "help.text" msgid "To use an image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background" -msgstr "" +msgstr "Jei norite naudoti paveikslėlį <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">skaidrės</caseinline><defaultinline>puslapio</defaultinline></switchinline> fone, tai" #. mkcrw #: background.xhp @@ -1121,7 +1121,7 @@ msgctxt "" "par_id3148394\n" "help.text" msgid "You can display an entire image as a <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, or you can tile the image to produce a patterned background." -msgstr "" +msgstr "galite esamą paveikslėlį rodyti kaip <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">skaidrės</caseinline><defaultinline>puslapio</defaultinline></switchinline> foną arba galite uždėti raštą." #. mN2NC #: background.xhp @@ -1130,7 +1130,7 @@ msgctxt "" "par_id3156064\n" "help.text" 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 "" +msgstr "Pasirinkite <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Skaidrė → Savybės</menuitem></caseinline><defaultinline><menuitem>Puslapis → Savybės</menuitem></defaultinline></switchinline> ir spustelėkite <emph>Fono</emph> ąselę." #. xDXpC #: background.xhp @@ -1148,7 +1148,7 @@ msgctxt "" "par_id3150757\n" "help.text" msgid "If you want to use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, close the <emph>Page Setup </emph>dialog, and then choose <menuitem>Format - Area</menuitem>. Click the <emph>Bitmaps </emph>tab, and then click <emph>Import</emph>. Locate the image you want to import and click <widget>Open</widget>. When you return to the <emph>Background</emph> tab, the image you imported will be in the <emph>Bitmap</emph> list." -msgstr "" +msgstr "Jei norit naudoti savo paveikslėlį <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">skaidrės</caseinline><defaultinline>puslapio</defaultinline></switchinline> fone, užverkite <emph>Puslapio parinkčių</emph> dialogo langą ir pasirinkite <menuitem>Formatas – Sritis</menuitem>. Spustelėkite <emph>Paveikslų</emph> ąselę ir <emph>Importuoti</emph>. Pažymėkite importuojamą paveikslą ir spustelėkite <widget>Atverti</widget>. Kai grįžtate į <emph>Fono</emph> kortelę, importuotas paveikslas atsiranda <emph>Paveikslų</emph>sąraše." #. 24cCs #: background.xhp @@ -1184,7 +1184,7 @@ msgctxt "" "par_id3154934\n" "help.text" msgid "Click <widget>OK</widget>." -msgstr "" +msgstr "Spustelėkite <widget>Gerai</widget>." #. akEdF #: background.xhp @@ -1193,7 +1193,7 @@ msgctxt "" "par_id3158403\n" "help.text" msgid "This modification is only valid for the current presentation or drawing document." -msgstr "" +msgstr "Ši galimybė gali būti pritaikyta tik esamai pateikčiai arba braižymo rengyklės dokumentui." #. VXGG5 #: background.xhp @@ -1202,7 +1202,7 @@ msgctxt "" "par_idN10820\n" "help.text" msgid "To save a new master <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> as a template" -msgstr "" +msgstr "Jei norite įrašyti naują <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">skaidrės</caseinline><defaultinline>puslapio</defaultinline></switchinline>maketą kaip šabloną, tai" #. AD7rF #: background.xhp @@ -1211,7 +1211,7 @@ msgctxt "" "par_idN10827\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Choose <menuitem>View - Master Slide</menuitem> to change to the master slide</caseinline><defaultinline>Choose <menuitem>View - Master Page</menuitem> to change to the master page</defaultinline></switchinline>." -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">pasirinkite <menuitem>Rodymas → Skaidrės maketas</menuitem> skaidrės maketo keitimui arba </caseinline><defaultinline>pasirinkite <menuitem>Rodymas → Puslapio maketas</menuitem> puslapio maketo keitimui</defaultinline></switchinline>." #. d7A7H #: background.xhp @@ -1220,7 +1220,7 @@ msgctxt "" "par_idN1082F\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Choose <menuitem>Slide - Properties</menuitem> to change the slide background, or choose other formatting commands. Objects that you add here will be visible on all slides that are based on this master slide.</caseinline><defaultinline>Choose <menuitem>Page - Properties</menuitem> to change the page background, or choose other formatting commands. Objects that you add here will be visible on all pages that are based on this master page.</defaultinline></switchinline>." -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Pasirinkite <menuitem>Skaidrė – Savybės</menuitem>, kai norite keisti skaidrės foną arba atlikti kitą formatavimą. Čia pridėti objektai bus matomi visose skaidrėse sukurtose pagal šį skaidrės maketą. </caseinline><defaultinline>Pasirinkite <menuitem>Puslapis – Savybės</menuitem>, kai norite pakeisti puslapio foną arba atlikti kitą formatavimą. Čia pridėti objektai bus matomi visuose puslapiuose sukurtose pagal šį puslapio maketą.</defaultinline></switchinline>" #. LTDkg #: background.xhp @@ -1229,7 +1229,7 @@ msgctxt "" "par_idN10837\n" "help.text" msgid "Choose <menuitem>View - Normal</menuitem> to close the master view." -msgstr "" +msgstr "Pasirinkite <menuitem>Rodymas → Skaidrė</menuitem>, kai norite užverti maketo peržiūrą." #. PUrYC #: background.xhp @@ -1238,7 +1238,7 @@ msgctxt "" "par_idN1083F\n" "help.text" msgid "Choose <menuitem>File - Templates - Save As Template</menuitem> to save the document as a template." -msgstr "" +msgstr "Pasirinkite <menuitem>Failas → Šablonai → Įrašyti kaip šabloną</menuitem>, jei norite įrašyti dokumentą kaip šabloną." #. 9S6pV #: background.xhp @@ -1247,7 +1247,7 @@ msgctxt "" "par_idN10847\n" "help.text" msgid "Enter a name for the template. Do not change the category from \"My Templates\". Click <widget>OK</widget>." -msgstr "" +msgstr "Įveskite šablono pavadinimą. Nekeiskite kategorijos „Mano šablonai“. Spustelėkite <widget>Gerai</widget>." #. E3Q73 #: background.xhp @@ -1256,7 +1256,7 @@ msgctxt "" "par_idN1084A\n" "help.text" msgid "Now you can use the Templates window to open a new presentation or drawing based on your new template." -msgstr "" +msgstr "Dabar naudodami šablono langą galite atverti naują pateiktį arba brėžinį šio šablono pagrindu." #. mKxAB #: change_scale.xhp @@ -1823,7 +1823,7 @@ msgctxt "" "par_id3150394\n" "help.text" msgid "<link href=\"text/simpress/01/01170000.xhp\" name=\"File - Export\">File - Export</link>" -msgstr "" +msgstr "<link href=\"text/simpress/01/01170000.xhp\" name=\"File - Export\">Failas → Eksportuoti</link>" #. nLHAE #: html_import.xhp @@ -1832,7 +1832,7 @@ msgctxt "" "tit\n" "help.text" msgid "Importing HTML Pages Into Presentations" -msgstr "" +msgstr "Importuojamas HTML puslapis į pateiktį" #. jR6Lz #: html_import.xhp @@ -1841,7 +1841,7 @@ msgctxt "" "bm_id3146121\n" "help.text" msgid "<bookmark_value>importing; presentations with HTML</bookmark_value><bookmark_value>presentations; importing HTML</bookmark_value><bookmark_value>HTML; importing into presentations</bookmark_value><bookmark_value>text documents;inserting in slides</bookmark_value><bookmark_value>inserting; text in presentations</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>importuojamas; pateiktys su HTML</bookmark_value><bookmark_value>pateiktys; importuojamas HTML</bookmark_value><bookmark_value>HTML; importuojama į pateiktis</bookmark_value><bookmark_value>tekstinis dokumentas;skaidrių įterpimas</bookmark_value><bookmark_value>įterpimas; tekstas į pateiktis</bookmark_value>" #. E9gEY #: html_import.xhp @@ -1850,7 +1850,7 @@ msgctxt "" "hd_id3146121\n" "help.text" msgid "<variable id=\"html_import\"><link href=\"text/simpress/guide/html_import.xhp\" name=\"Importing HTML Pages Into Presentations \">Importing HTML Pages Into Presentations </link></variable>" -msgstr "" +msgstr "<variable id=\"html_import\"><link href=\"text/simpress/guide/html_import.xhp\" name=\"Importing HTML Pages Into Presentations \">HTML puslapio importavimas į pateiktį </link></variable>" #. LDkby #: html_import.xhp @@ -1859,7 +1859,7 @@ msgctxt "" "par_id3150750\n" "help.text" msgid "You can import any text file, including text in HTML documents, into a slide." -msgstr "" +msgstr "Galite importuoti bet kokį tekstinį failą įskaitant HTML dokumento tekstą, į skaidrę." #. z3chc #: html_import.xhp @@ -1868,7 +1868,7 @@ msgctxt "" "hd_id3155443\n" "help.text" msgid "To insert text from a file into a slide:" -msgstr "" +msgstr "Įterpti tekstą iš failo į skaidrę:" #. GFBxE #: html_import.xhp @@ -1877,7 +1877,7 @@ msgctxt "" "par_id3146313\n" "help.text" msgid "In the slide where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline><defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>." -msgstr "" +msgstr "Skaidrėje, kur norite įterpti tekstą, pasirinkite <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Skaidrė → Įterpti iš failo</menuitem></caseinline><defaultinline><menuitem>Puslapis – Įterpti puslapį iš failo</menuitem></defaultinline></switchinline>." #. NCRij #: html_import.xhp @@ -1886,7 +1886,7 @@ msgctxt "" "par_id3150207\n" "help.text" msgid "Select \"Text\" or \"HTML Document\" as the <emph>File type</emph>." -msgstr "" +msgstr "Pasirinkite <emph>failo tipą</emph> „Tekstas“ arba „HTML“." #. AYDxh #: html_import.xhp @@ -1895,7 +1895,7 @@ msgctxt "" "par_id3148610\n" "help.text" msgid "Locate the file containing the text that you want to add, and then click <emph>Insert</emph>." -msgstr "" +msgstr "Nurodykite failą, kurio tekstą norite įterpti ir spustelėkite <emph>Įterpti</emph>." #. Ksdzc #: html_import.xhp @@ -1904,7 +1904,7 @@ msgctxt "" "par_id3153915\n" "help.text" msgid "If the text file contains more text than can be inserted into a single slide, you can divide the text over several slides." -msgstr "" +msgstr "Jei teksto faile yra daugiau teksto nei galima sutalpinti vienoje skaidrėje, tai galite padalinti tekstą į kelias skaidres." #. qE5Nc #: html_import.xhp @@ -1913,7 +1913,7 @@ msgctxt "" "par_id3149126\n" "help.text" msgid "Double-click in the inserted text to enter edit mode." -msgstr "" +msgstr "Dukart spragtelėkite įterptą tekstą ir atversite taisymo veikseną." #. 9EpAW #: html_import.xhp @@ -1922,7 +1922,7 @@ msgctxt "" "par_id3143228\n" "help.text" msgid "Select all of the text that lies below the visible slide area and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+X." -msgstr "" +msgstr "Pažymėkite visą tekstą, kuris yra už skaidrės matomos zonos ir paspauskite <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Vald</defaultinline></switchinline>+X." #. TBMtB #: html_import.xhp @@ -1931,7 +1931,7 @@ msgctxt "" "par_id3153811\n" "help.text" msgid "Choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - New Slide</menuitem></caseinline><defaultinline><menuitem>Page - New Page</menuitem></defaultinline></switchinline>, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V." -msgstr "" +msgstr "Pasirinkite <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Skaidrė → Nauja skaidrė</menuitem></caseinline><defaultinline><menuitem>Puslapis → Naujas puslapis</menuitem></defaultinline></switchinline> ir paspauskite <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Vald</defaultinline></switchinline>+V naujoje skaidrėje." #. tA9U8 #: html_import.xhp @@ -1940,7 +1940,7 @@ msgctxt "" "par_id3147297\n" "help.text" msgid "Repeat steps 1 to 3 until all of the text is on slides." -msgstr "" +msgstr "Kartokite šiuos žingsnius, kol visą tekstą sutalpinsite į skaidres." #. Wj6zE #: impress_remote.xhp @@ -1949,7 +1949,7 @@ msgctxt "" "tit\n" "help.text" msgid "Impress Remote Guide" -msgstr "" +msgstr "Nuotolinės pateikčių rengyklės gairės" #. 4LE6T #: impress_remote.xhp @@ -1958,7 +1958,7 @@ msgctxt "" "bm_id180820171850105346\n" "help.text" msgid "<bookmark_value>Impress slide show;remote control</bookmark_value> <bookmark_value>remote control;Bluetooth connection</bookmark_value> <bookmark_value>remote control;controlling slide show</bookmark_value> <bookmark_value>Impress Remote;controlling slide show</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>pateikčių rengyklės skaidrės demonstravimas; nuotolinis valdymas</bookmark_value> <bookmark_value>nuotolinis valdymas;„Bluetooth“ jungtis</bookmark_value> <bookmark_value>nuotolinis valdymas;skaidrės demonstravimo valdymas</bookmark_value> <bookmark_value>pateikčių rengyklės nuotolinis valdymas;skaidrės demonstravimo valdymas</bookmark_value>" #. G2BEL #: impress_remote.xhp @@ -1967,7 +1967,7 @@ msgctxt "" "hd_id170820171152085523\n" "help.text" msgid "<variable id=\"impressremotecontrolug\"><link href=\"text/simpress/guide/impress_remote.xhp\">Slideshow Remote Control – Impress Remote User Guide</link></variable>" -msgstr "" +msgstr "<variable id=\"impressremotecontrolug\"><link href=\"text/simpress/guide/impress_remote.xhp\">Skaidrės demonstravimo nuotolinis valdymas → Pateikčių rengyklės nuotolinio naudotojo gairės</link></variable>" #. yRfrH #: impress_remote.xhp @@ -1976,7 +1976,7 @@ msgctxt "" "par_id170820171152388332\n" "help.text" msgid "<ahelp hid=\".\">%PRODUCTNAME Impress Remote is an open-source application available for the Android and iOS operating systems, which lets you control %PRODUCTNAME Impress slideshows with a mobile device.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">„%PRODUCTNAME“ pateikčių rengyklės nuotolinis valdymas yra atviro kodo programėlė „Android“ ir „iOS“ sistemoms, kuri leidžia valdyti „%PRODUCTNAME“ pateikčių rengyklės skaidrių demonstravimą su mobiliuoju įrenginiu.</ahelp>" #. QDEQY #: impress_remote.xhp @@ -1985,7 +1985,7 @@ msgctxt "" "par_id18082017203814366\n" "help.text" msgid "<image id=\"img_id180820172037407615\" src=\"media/helpimg/impress_remote_icon.png\" width=\"2cm\" height=\"2cm\"><alt id=\"alt_id180820172037407615\">Impress Remote Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id180820172037407615\" src=\"media/helpimg/impress_remote_icon.png\" width=\"2cm\" height=\"2cm\"><alt id=\"alt_id180820172037407615\">Pateikčių rengyklės nuotolinio valdymo piktograma</alt></image>" #. je3bP #: impress_remote.xhp @@ -1994,7 +1994,7 @@ msgctxt "" "par_id170820171219426143\n" "help.text" msgid "Impress Remote displays slide thumbnails in the device screen with any corresponding notes below. Flick your finger on the screen to go forward or backward in the presentation. You can also display a mosaic of slides to jump directly to the desired one for easier presentation dynamic." -msgstr "" +msgstr "Pateikčių rengyklės nuotolinis valdymas parodo sumažintą skaidrę įrenginio ekrane su atitinkamomis pastabomis. Slinkdami pirštu ekrane galite keliauti per pristatymą. Taip pat galite naudoti skaidrių mozaiką ir pereiti iš vienos skaidrės į kitą." #. isJVe #: impress_remote.xhp @@ -2003,7 +2003,7 @@ msgctxt "" "par_id170820171556596990\n" "help.text" msgid "The connection between the computer running the %PRODUCTNAME Impress presentation and the mobile device is done through Bluetooth or a network link." -msgstr "" +msgstr "Kompiuteris, kuriame paleidžiate skaidres ir mobilusis įrenginys susietas „Bluetooth“ jungtimi arba interneto ryšiu." #. iEbyT #: impress_remote.xhp @@ -2012,7 +2012,7 @@ msgctxt "" "hd_id170820171213379781\n" "help.text" msgid "Impress Remote Features" -msgstr "" +msgstr "Pateikčių rengyklės nuotolinio valdymo galimybės" #. eFdVY #: impress_remote.xhp @@ -2021,7 +2021,7 @@ msgctxt "" "par_id170820171213377063\n" "help.text" msgid "Impress Remote is a very useful application to let you control slideshows at a distance of the computer, enabling you to walk while doing your presentation. Its main features are:" -msgstr "" +msgstr "Nuotolinis pateikčių rengyklės valdymas yra labai naudinga galimybė leidžianti valdyti skaidrių demonstravimą per atstumą, pasakojant nereikia stovėti vienoje vietoje. Pagrindinės galimybės:" #. VWuDr #: impress_remote.xhp @@ -2030,7 +2030,7 @@ msgctxt "" "par_id170820171213372148\n" "help.text" msgid "<emph>Control the slideshow</emph> with finger gestures and taps on the mobile device screen." -msgstr "" +msgstr "<emph>Valdyti skaidrių demonstravimą</emph> slenkant arba liečiant pirštu mobiliojo įrenginio ekrane." #. veQc9 #: impress_remote.xhp @@ -2039,7 +2039,7 @@ msgctxt "" "par_id18082017152608187\n" "help.text" msgid "<emph>Slide object animations</emph> are triggered with taps on the mobile screen." -msgstr "" +msgstr "<emph>Skaidrių objektų animacija</emph> veikia liečiant mobiliojo ekraną." #. Xxy2D #: impress_remote.xhp @@ -2048,7 +2048,7 @@ msgctxt "" "par_id170820171807276358\n" "help.text" msgid "<emph>Slide previews</emph>: the presentation slides can be previewed in the mobile device when both the computer and device are connected." -msgstr "" +msgstr "<emph>Skaidrių peržiūra</emph>: pateikties skaidres galite peržiūrėti mobiliajame įrenginyje, kai kompiuteris ir įrenginys yra sujungti." #. SLKoU #: impress_remote.xhp @@ -2057,7 +2057,7 @@ msgctxt "" "par_id170820171213376498\n" "help.text" msgid "<emph>Speaker notes</emph>: there is an exclusive speaker notes section below the slides on your device where all the slide notes are displayed." -msgstr "" +msgstr "<emph>Kalbėtojo pastabos</emph>: po skaidrėmis yra atskira kalbėtojo pastabų vieta, kur rodmos skaidrės pastabos." #. d3ALU #: impress_remote.xhp @@ -2066,7 +2066,7 @@ msgctxt "" "par_id170820171213378089\n" "help.text" msgid "<emph>Timer</emph>: sets the time a slide is displayed for automatic slide shows." -msgstr "" +msgstr "<emph>Laikmatis</emph>: rodomas skaidrės rodymo laikas, kai naudojate automatinį skaidrių demonstravimą." #. tf2hh #: impress_remote.xhp @@ -2075,7 +2075,7 @@ msgctxt "" "par_id190820171108499214\n" "help.text" msgid "<emph>Visual pointer</emph>: display a “laser pointer” on the computer screen, controlled by your finger’s position on the slide thumbnail on the mobile device." -msgstr "" +msgstr "<emph>Žymeklis</emph>: rodo lazerinį žymeklį kompiuterio ekrane, kuris valdomas pirštu mobiliajame įrenginyje." #. PdqgS #: impress_remote.xhp @@ -2084,7 +2084,7 @@ msgctxt "" "hd_id170820171213373502\n" "help.text" msgid "Requirements:" -msgstr "" +msgstr "Reikalavimai:" #. C5LEa #: impress_remote.xhp @@ -2093,7 +2093,7 @@ msgctxt "" "hd_id170820171213372327\n" "help.text" msgid "Computer:" -msgstr "" +msgstr "Kompiuteris:" #. yBAuo #: impress_remote.xhp @@ -2102,7 +2102,7 @@ msgctxt "" "par_id170820171213375117\n" "help.text" msgid "GNU/Linux, Windows or macOS." -msgstr "" +msgstr "GNU arba „Linux“, „Windows“ arba „macOS“." #. 9caoF #: impress_remote.xhp @@ -2111,7 +2111,7 @@ msgctxt "" "par_id170820171213371179\n" "help.text" msgid "Bluetooth or network connectivity." -msgstr "" +msgstr "„Bluetooth“ arba interneto ryšys." #. 6JBhA #: impress_remote.xhp @@ -2120,7 +2120,7 @@ msgctxt "" "par_id170820171213374973\n" "help.text" msgid "%PRODUCTNAME version 4.1 or higher." -msgstr "" +msgstr "„%PRODUCTNAME“ 4.1 arba aukštesnė versija." #. N7qTi #: impress_remote.xhp @@ -2129,7 +2129,7 @@ msgctxt "" "hd_id170820171213374790\n" "help.text" msgid "Mobile device:" -msgstr "" +msgstr "Mobilusis įrenginys" #. AMZx4 #: impress_remote.xhp @@ -2138,7 +2138,7 @@ msgctxt "" "par_id170820171213372067\n" "help.text" msgid "A phone or tablet with Android 2.3 or higher or iOS, with Bluetooth or network connectivity." -msgstr "" +msgstr "Telefonas arba planšetė su „Android“ 2.3 arba aukštesne versija arba „iOS“ su „Bluetooth“ arba interneto ryšiu." #. ZNVgf #: impress_remote.xhp @@ -2147,7 +2147,7 @@ msgctxt "" "par_id170820171213375360\n" "help.text" msgid "Impress Remote application installed in the mobile device." -msgstr "" +msgstr "Pateikčių rengyklės nuotolinio valdymo programėlė mobiliajame įrenginyje." #. RGqDW #: impress_remote.xhp @@ -2156,7 +2156,7 @@ msgctxt "" "hd_id170820171556594902\n" "help.text" msgid "Downloading and Installing Impress Remote in Your Mobile Device" -msgstr "" +msgstr "Pateikčių rengyklės nuotolinio valdymo atsisiuntimas ir įdiegimas mobiliajame įrenginyje." #. j94qQ #: impress_remote.xhp @@ -2165,7 +2165,7 @@ msgctxt "" "par_id170820171556595054\n" "help.text" msgid "Download Impress Remote from the Google Play Store or the Apple Store by searching for “Impress Remote” in the search box. Be sure that the results bring Impress Remote from The Document Foundation (TDF). Install Impress Remote in the mobile device as with other mobile applications." -msgstr "" +msgstr "Iš „Google Play“ atsisiųskite Pateikčių rengyklės valdymo programėlę. Ieškokite „Impress remote“. Įsitikinkite, kad programėlė yra iš TDF. Įdiekite programėlę į savo mobilųjį įrenginį." #. QWeFP #: impress_remote.xhp @@ -2174,7 +2174,7 @@ msgctxt "" "hd_id180820171526083520\n" "help.text" msgid "Impress Remote Settings" -msgstr "" +msgstr "Pateikčių rengyklės nuotolinio valdymo nuostatos" #. ye9WK #: impress_remote.xhp @@ -2183,7 +2183,7 @@ msgctxt "" "bm_id180820171851119861\n" "help.text" msgid "<bookmark_value>Impress Remote;settings</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>pateikčių rengyklės nuotolinis valdymas;nuostatos</bookmark_value>" #. xxGwE #: impress_remote.xhp @@ -2192,7 +2192,7 @@ msgctxt "" "par_id180820171526081809\n" "help.text" msgid "With Impress Remote enabled in the mobile device and in the Computer page, access the Setting page by tapping the right corner of the screen. The following settings are available:" -msgstr "" +msgstr "Kai pateikčių rengyklės nuotolinis valdymas įjungtas įrenginyje ir kompiuteryje, atverkite nuostatų puslapį liesdami įrenginio ekrano dešinį kampą. Galimos šios nuostatos:" #. 88gfU #: impress_remote.xhp @@ -2201,7 +2201,7 @@ msgctxt "" "par_id180820171526087374\n" "help.text" msgid "<emph>Volume key actions</emph>: check to enable the device’s volume keys to go forward when pressing the volume-up button and move backward when pressing the volume-down button." -msgstr "" +msgstr "<emph>Garso reguliavimo klavišas</emph>: patikrinkite, ar veikia garso reguliavimas tempdami pirmyn garsą didinate, tempdami atgal – mažinate." #. hCfa5 #: impress_remote.xhp @@ -2210,7 +2210,7 @@ msgctxt "" "par_id180820171526085600\n" "help.text" msgid "<emph>Keep screen on</emph>: check to prevent the automatic screen off and device from automatically locking while using Impress Remote." -msgstr "" +msgstr "<emph>Laikyti ekraną įjungtą</emph>: patikrinkite, kad ekranas neišsijungtų kol naudojate pateikčių rengyklės skaidrių demonstravimo nuotolinį valdymą." #. FVRcd #: impress_remote.xhp @@ -2219,7 +2219,7 @@ msgctxt "" "par_id180820171526082838\n" "help.text" msgid "<emph>Quiet mode</emph>: put the device in silent mode to avoid audio notifications of incoming calls or other messages. This setting does not affect the vibration mode you may have previously set." -msgstr "" +msgstr "<emph>Tylos veiksena</emph>: įjunkite įrenginio tylos režimą, kad demonstravimo metu netrukdytų pašaliniai įrenginio garsai, skambučiai, tekstinių pranešimų signalai. Ši nuostata neišjungia vibravimo, jei anksčiau buvote tai nustatę." #. TGgTu #: impress_remote.xhp @@ -2228,7 +2228,7 @@ msgctxt "" "hd_id170820171213387590\n" "help.text" msgid "Connecting the Computer to the Mobile Device" -msgstr "" +msgstr "Kompiuterio prijungimas prie mobiliojo įrenginio" #. 3k7Pj #: impress_remote.xhp @@ -2237,7 +2237,7 @@ msgctxt "" "bm_id18082017185147849\n" "help.text" msgid "<bookmark_value>Impress Remote;connecting to computer</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>pateikčių rengyklės valdymas;prijungimas prie kompiuterio</bookmark_value>" #. BHFmX #: impress_remote.xhp @@ -2246,7 +2246,7 @@ msgctxt "" "par_id17082017174417603\n" "help.text" msgid "Enable Bluetooth on both the device and the computer and pair them. Refer to the instructions manuals of your device and your computer operating system to know how to enable Bluetooth, set up a Bluetooth identifier and pair devices. Once the pairing is established, the mobile device is ready to control the presentation." -msgstr "" +msgstr "Įjunkite „Bluetooth“ kompiuteryje ir įrenginyje. Sekite nurodymus kompiuteryje ir įrenginyje ir sujunkite juos „Bluetooth“ ryšiu. Kai kompiuteris ir mobilusis įrenginys sujungiami, galite valdyti savo pristatymą mobiliuoju įrenginiu." #. WrtDB #: impress_remote.xhp @@ -2255,7 +2255,7 @@ msgctxt "" "par_id170820171744189201\n" "help.text" msgid "Alternatively, you can connect through a network (including Wi-Fi). In this case, both the computer and the device must be connected to the same network." -msgstr "" +msgstr "Alternatyviai galite prisijungi internetiniu ryšiu (Wi-Fi). Tokiu atveju ir kompiuteris ir įrenginys turi būti prijungti prie interneto." #. uMtVG #: impress_remote.xhp @@ -2264,7 +2264,7 @@ msgctxt "" "hd_id170820171213403538\n" "help.text" msgid "Enabling Impress Remote control in %PRODUCTNAME Impress" -msgstr "" +msgstr "„%PRODUCTNAME“ pateikčių rengyklės nuotolinio valdymo įjungimas" #. odDcY #: impress_remote.xhp @@ -2273,7 +2273,7 @@ msgctxt "" "par_id17082017174418977\n" "help.text" msgid "To run an Impress slideshow, you must allow Impress to be controlled by the mobile device. Proceed as follows:" -msgstr "" +msgstr "Jei norite paleisti skaidrių demonstravimą, turite suteikti galimybę valdyti pateikčių rengyklę mobiliuoju įrenginiu, kaip paaiškinta toliau:" #. A4EgD #: impress_remote.xhp @@ -2282,7 +2282,7 @@ msgctxt "" "par_id170820171213404007\n" "help.text" msgid "Open %PRODUCTNAME Impress." -msgstr "" +msgstr "Atverti „%PRODUCTNAME“ pateikčių rengyklę" #. xb377 #: impress_remote.xhp @@ -2291,7 +2291,7 @@ msgctxt "" "par_id170820171213414955\n" "help.text" msgid "Go to <item type=\"menuitem\">Tools – Options – %PRODUCTNAME Impress – General</item>. You should see the screen depicted in the figure below." -msgstr "" +msgstr "Pasirinkite <item type=\"menuitem\">Priemonės → Parinktys →„%PRODUCTNAME“ pateikčių rengyklė → Bendras</item>. Atveriamas langas, kaip paveikslėlyje toliau." #. g4cn4 #: impress_remote.xhp @@ -2300,7 +2300,7 @@ msgctxt "" "par_id170820171213449763\n" "help.text" msgid "In the presentation options, select the <emph>Enable remote control</emph> checkbox and click <emph>OK</emph>." -msgstr "" +msgstr "Demonstravimo parinktyse pažymėkite <emph>Įjungti nuotolinį valdymą</emph> ir spustelėkite <emph>Gerai</emph>." #. 7PNL9 #: impress_remote.xhp @@ -2309,16 +2309,7 @@ msgctxt "" "par_id170820171213444783\n" "help.text" msgid "Close %PRODUCTNAME Impress and start it again." -msgstr "" - -#. RkMCT -#: impress_remote.xhp -msgctxt "" -"impress_remote.xhp\n" -"par_id15531\n" -"help.text" -msgid "<image id=\"img_id23615\" src=\"media/screenshots/cui/ui/optionsdialog/impressoptionsgeneraldialog.png\" width=\"793px\" height=\"538px\"><alt id=\"alt_id23615\">Impress Options General Page</alt></image>" -msgstr "" +msgstr "Užverkiye „%PRODUCTNAME“ pateikčių rengyklę ir paleiskite ją iš naujo." #. 27FX5 #: impress_remote.xhp @@ -2327,7 +2318,7 @@ msgctxt "" "par_id170820171213446581\n" "help.text" msgid "Controlling the slideshow:" -msgstr "" +msgstr "Skaidrių demonstravimo valdymas" #. x8vZr #: impress_remote.xhp @@ -2336,7 +2327,7 @@ msgctxt "" "bm_id180820171852161224\n" "help.text" msgid "<bookmark_value>Impress Remote;using</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>pateikčių rengyklės nuotolinis valdymas;naudojimas</bookmark_value>" #. DQnMk #: impress_remote.xhp @@ -2345,7 +2336,7 @@ msgctxt "" "par_id180820171526085922\n" "help.text" msgid "Disable screen saving and screen locking from the mobile device as indicated above before running a slideshow. Ensure that the mobile device has enough battery power for the show’s duration with the screen on." -msgstr "" +msgstr "Išjunkite mobiliojo įrenginio ekrano užrakinimą prieš pradėdami skaidrių demonstravimą. Įsitikinkite, kad mobilusis įrenginys įkrautas pakankamai ir užteks energijos visam skaidrių demonstravimui." #. QapU8 #: impress_remote.xhp @@ -2354,7 +2345,7 @@ msgctxt "" "par_id170820171213445336\n" "help.text" msgid "Make sure both device and computer are already paired via Bluetooth or network connection." -msgstr "" +msgstr "Įsitikinkite, kad kompiuteris ir mobilusis įrenginys yra sujungti „Bluetooth“ arba interneto ryšiu." #. 5ftca #: impress_remote.xhp @@ -2363,7 +2354,7 @@ msgctxt "" "par_id170820171213442936\n" "help.text" msgid "Open the presentation you want to show in %PRODUCTNAME Impress." -msgstr "" +msgstr "Atverkite pristatymą, kurį norite demonstruoti „%PRODUCTNAME“ pateikčių rengyklėje." #. YhhEo #: impress_remote.xhp @@ -2372,7 +2363,7 @@ msgctxt "" "par_id170820171213449161\n" "help.text" msgid "Open the Impress Remote application on the mobile device and select the Bluetooth ID of the computer." -msgstr "" +msgstr "Atverkite pateikčių rengyklės nuotolinį valdymą mobiliajame įrenginyje ir nurodykite kompiuterio „Bluetooth“ ID." #. 6CBev #: impress_remote.xhp @@ -2381,7 +2372,7 @@ msgctxt "" "par_id170820171213445296\n" "help.text" msgid "Once you clicked on the computer’s name, it will automatically load the presentation slides on the Impress Remote with the notes section." -msgstr "" +msgstr "Kai spustelėsite kompiuterio pavadinimą, jis automatiškai perkelia pristatymo skaidres su pastabomis į mobilųjį įrenginį." #. dr4ba #: impress_remote.xhp @@ -2390,7 +2381,7 @@ msgctxt "" "par_id170820171213444433\n" "help.text" msgid "Flick your finger left or right on the mobile screen to change the slides. Slide notes are in the bottom part of the mobile screen." -msgstr "" +msgstr "slinkite pirštu kairėn arba dešinės mobiliojo įrenginio ekrane, jei norite pakeisti skaidrę. Skaidrių pastabos yra ekrano apačioje." #. 57TdU #: impress_remote.xhp @@ -2399,7 +2390,7 @@ msgctxt "" "par_id170820171213449235\n" "help.text" msgid "Optionally, set the timer for defining each slide’s display time from the mobile application." -msgstr "" +msgstr "Papildomai galite nustatyti, kiek laiko rodys kiekvieną skaidrę, mobilioje programėlėje." #. 5Ei7g #: impress_remote.xhp @@ -2408,7 +2399,7 @@ msgctxt "" "par_id170820171213441462\n" "help.text" msgid "The slides can also be changed with the volume keys on the mobile device. To enable it, open the settings and enable volume key actions in the Impress Remote." -msgstr "" +msgstr "Skaidrės gali būti pakeistos ir mobiliojo įrenginio garso mygtukai. Jei norite tai įjungti, atverkite nuostatas ir įjunkite garso klavišo veiksmus." #. cFUHW #: impress_remote.xhp @@ -2417,25 +2408,7 @@ msgctxt "" "par_id18082017152608952\n" "help.text" msgid "Some Impress Remote mobile screenshots:" -msgstr "" - -#. BPDFc -#: impress_remote.xhp -msgctxt "" -"impress_remote.xhp\n" -"par_id180820171844239321\n" -"help.text" -msgid "<image id=\"img_id180820171837541035\" src=\"media/helpimg/impress_remote01.png\" width=\"7.001cm\" height=\"9.999cm\"><alt id=\"alt_id180820171837541035\">Impress Remote: initial thumbnail shown</alt></image>" -msgstr "" - -#. TCYtU -#: impress_remote.xhp -msgctxt "" -"impress_remote.xhp\n" -"par_id180820171844236663\n" -"help.text" -msgid "<image id=\"img_id180820171838519214\" src=\"media/helpimg/impress_remote02.png\" width=\"7.001cm\" height=\"9.999cm\"><alt id=\"alt_id180820171838519214\">Alternate mode: all slide thumbnails for direct selection or jumping. The current slide has a red selection cursor</alt></image>" -msgstr "" +msgstr "Pateikčių rengyklės nuotolinės programėlės ekrano kopijos:" #. jAx2G #: impress_remote.xhp @@ -2444,7 +2417,7 @@ msgctxt "" "par_id180820171844231820\n" "help.text" msgid "<link href=\"https://play.google.com/store/apps/details?id=org.libreoffice.impressremote\" name=\"Impress Remote in Android Play Store\">Impress Remote in Google Play Store</link>" -msgstr "" +msgstr "<link href=\"https://play.google.com/store/apps/details?id=org.libreoffice.impressremote\" name=\"Impress Remote in Android Play Store\">Pateikčių rengyklės nuotolinė programėlė „Google Play“ parduotuvėje</link>" #. JVxbD #: impress_remote.xhp @@ -2453,7 +2426,7 @@ msgctxt "" "par_id180820171844231040\n" "help.text" msgid "<link href=\"https://itunes.apple.com/us/app/libreoffice-remote-for-impress/id806879890?mt=8\" name=\"Impress Remote in Apple Itunes Store\">Impress Remote in Apple iTunes Store</link>" -msgstr "" +msgstr "<link href=\"https://itunes.apple.com/us/app/libreoffice-remote-for-impress/id806879890?mt=8\" name=\"Impress Remote in Apple Itunes Store\">Pateikčių rengyklės nuotolinė programėlė „Apple iTune“ parduotuvėje</link>" #. hbGRR #: impress_remote.xhp @@ -2462,7 +2435,7 @@ msgctxt "" "par_id631512838846263\n" "help.text" msgid "<link href=\"text/simpress/guide/presenter_console.xhp\" name=\"The Presenter Console\">The Presenter Console</link>" -msgstr "" +msgstr "<link href=\"text/simpress/guide/presenter_console.xhp\" name=\"The Presenter Console\">Pristatančiojo pultas</link>" #. ztdND #: individual.xhp @@ -2471,7 +2444,7 @@ msgctxt "" "tit\n" "help.text" msgid "Creating a Custom Slide Show" -msgstr "" +msgstr "Naudotojo skaidrių demonstravimo kūrimas" #. XDARx #: individual.xhp @@ -2480,7 +2453,7 @@ msgctxt "" "bm_id3146119\n" "help.text" msgid "<bookmark_value>slide shows; custom</bookmark_value><bookmark_value>custom slide shows</bookmark_value><bookmark_value>starting; always with the current slide</bookmark_value><bookmark_value>starting;custom slide shows</bookmark_value><bookmark_value>hiding;slides</bookmark_value><bookmark_value>showing;hidden slides</bookmark_value><bookmark_value>hidden pages;showing</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>skaidrių rodymas; pritaikytas</bookmark_value><bookmark_value>aprašyti pateikčių demonstravimai</bookmark_value><bookmark_value>pradžia; visada su esama skaidre</bookmark_value><bookmark_value>pradžia;aprašyti pateikčių demonstravimai</bookmark_value><bookmark_value>slėpimas;skaidrės</bookmark_value><bookmark_value>rodymas;paslėptos skaidrės</bookmark_value><bookmark_value>paslėpti puslapiai; rodymas</bookmark_value>" #. Gr6pG #: individual.xhp @@ -2489,7 +2462,7 @@ msgctxt "" "hd_id3146119\n" "help.text" msgid "<variable id=\"individual\"><link href=\"text/simpress/guide/individual.xhp\" name=\"Creating a Custom Slide Show\">Creating a Custom Slide Show</link></variable>" -msgstr "" +msgstr "<variable id=\"individual\"><link href=\"text/simpress/guide/individual.xhp\" name=\"Creating a Custom Slide Show\">Naudotojo skaidrių pristatymo kūrimas</link></variable>" #. DTdXP #: individual.xhp @@ -2498,7 +2471,7 @@ msgctxt "" "par_id3150344\n" "help.text" msgid "You can create custom slide shows to meet the needs of your audience using slides within the current presentation." -msgstr "" +msgstr "Galite aprašyti savo pateikčių demonstravimus pagal klausytojų poreikius." #. CXC8j #: individual.xhp @@ -2507,7 +2480,7 @@ msgctxt "" "hd_id3150715\n" "help.text" msgid "To create a custom slide show:" -msgstr "" +msgstr "Sukurti savo skaidrių demonstraciją:" #. YZsLE #: individual.xhp @@ -2516,7 +2489,7 @@ msgctxt "" "par_id3153712\n" "help.text" msgid "Choose <emph>Slide Show - Custom Slide Shows</emph>." -msgstr "" +msgstr "Pasirinkite <emph>Demonstravimas → Aprašyti pateikčių demonstravimai</emph>" #. 8YmrV #: individual.xhp @@ -2525,7 +2498,7 @@ msgctxt "" "par_id3153966\n" "help.text" msgid "Click <emph>New</emph> and enter a name for your slide show in the <emph>Name </emph>box." -msgstr "" +msgstr "Spustelėkite <emph>Naujas</emph> ir įveskite savo skaidrės pavadinimą laukelyje <emph>Pavadinimas</emph>." #. boUBq #: individual.xhp @@ -2534,7 +2507,7 @@ msgctxt "" "par_id3150249\n" "help.text" msgid "Under <emph>Existing Slides</emph>, select the slides you want to add to your slide show, and click the <emph>>></emph> button. Hold down Shift to select a range of slides, or Ctrl to select multiple slides." -msgstr "" +msgstr "Iš <emph>Esamų skaidrių</emph> pasirinkite skaidres, kurias norite demonstruoti ir paspauskite mygtuką <emph>>></emph>. Laikydami nuspaudę Lyg2 glite pasirinkti iš eilės einančias skaidres, arba nuspaudę Vald galite pasirinkti keletą atskirų skaidrių." #. KyDj4 #: individual.xhp @@ -2543,7 +2516,7 @@ msgctxt "" "par_id3153916\n" "help.text" msgid "You can change the order of the slides in your custom slide show, by dragging and dropping the slides under <emph>Selected Slides</emph>." -msgstr "" +msgstr "Galite pakeisti skaidrių eilę pateiktyje tempdami <emph>Pasirinktas </emph>skaidres." #. NrBDE #: individual.xhp @@ -2552,7 +2525,7 @@ msgctxt "" "hd_id3151387\n" "help.text" msgid "To start a custom slide show:" -msgstr "" +msgstr "Pradėti savo skaidrių demonstravimą:" #. E3sst #: individual.xhp @@ -2561,7 +2534,7 @@ msgctxt "" "par_id3147403\n" "help.text" msgid "Choose <emph>Slide Show - Custom Slide Show</emph>." -msgstr "" +msgstr "Pasirinkite <emph>Demonstravimas → Aprašyti pateikčių demonstravimai</emph>." #. KhAEp #: individual.xhp @@ -2570,7 +2543,7 @@ msgctxt "" "par_id3150538\n" "help.text" msgid "Select the show you want to start from the list." -msgstr "" +msgstr "Pasirinkite demonstravimą iš sąrašo." #. B5YpE #: individual.xhp @@ -2579,7 +2552,7 @@ msgctxt "" "par_id3149943\n" "help.text" msgid "Click <emph>Start</emph>." -msgstr "" +msgstr "Spustelėkite <emph>Pradėti</emph>." #. FSHN2 #: individual.xhp @@ -2588,7 +2561,7 @@ msgctxt "" "par_id3145593\n" "help.text" msgid "If you want the selected custom slide show to start when you click the <emph>Slide Show</emph> icon on the<emph> Presentation</emph> toolbar, or when you press F5, select <emph>Use Custom Slide Show</emph>." -msgstr "" +msgstr "Jei norite pasirinkti savo skaidrių demonstravimą, kai paspausite <emph>Skaidrių demonstravimo</emph> mygtuką <emph>Demonstravimo</emph> juostoje arba F5, pasirinkite <emph>Naudoti naudotojo skaidrių demonstravimą</emph>." #. vC5H3 #: individual.xhp @@ -2597,7 +2570,7 @@ msgctxt "" "hd_id3145169\n" "help.text" msgid "Options for Running a Slide Show" -msgstr "" +msgstr "Skaidrių demonstravimo parinktys" #. JipbU #: individual.xhp @@ -2606,7 +2579,7 @@ msgctxt "" "hd_id3150335\n" "help.text" msgid "To always start a slide show from the current slide:" -msgstr "" +msgstr "Visada pradėti skaidrių demonstravimą nuo esamos skaidrės:" #. wLkGW #: individual.xhp @@ -2615,7 +2588,7 @@ msgctxt "" "par_id3150014\n" "help.text" msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress - General</emph>." -msgstr "" +msgstr "Pasirinkite <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME → Preferences</emph></caseinline><defaultinline><emph>Priemonės → Parinktys</emph></defaultinline></switchinline><emph> → „%PRODUCTNAME“ pateikčių rengyklė → Bendros</emph>." #. ST6yj #: individual.xhp @@ -2624,7 +2597,7 @@ msgctxt "" "par_id3155932\n" "help.text" msgid "In the <emph>Start presentation</emph> area, select the <emph>Always with current page</emph> check box." -msgstr "" +msgstr "<emph>Demonstravimo pradžios</emph> srityje pažymėkite <emph>Visada nuo esamos skaidrės</emph>." #. sbqC6 #: individual.xhp @@ -2633,7 +2606,7 @@ msgctxt "" "par_id3155372\n" "help.text" msgid "Do not select this option if you want to run a custom slide show." -msgstr "" +msgstr "Nepasirinkite šios parinkties, jei norite paleisti savo skaidrių demonstravimą." #. dHBTx #: individual.xhp @@ -2642,7 +2615,7 @@ msgctxt "" "hd_id3153922\n" "help.text" msgid "To hide a slide:" -msgstr "" +msgstr "Paslėpti skaidrę:" #. 9DKbw #: individual.xhp @@ -2651,7 +2624,7 @@ msgctxt "" "par_id883150344\n" "help.text" msgid "To hide the current slide, click the Hide Slide action button." -msgstr "" +msgstr "Jei norite paslėpti esamą skaidrę, spustelėkite mygtuką „Slėpti skaidrę“." #. TYBsf #: individual.xhp @@ -2660,7 +2633,7 @@ msgctxt "" "par_id3156261\n" "help.text" msgid "To hide several slides, choose <emph>View - Slide Sorter</emph>, and then select the slide(s) that you want to hide." -msgstr "" +msgstr "Jei norite paslėpti keletą skaidrių, pasirinkite <emph>Rodymas → Skaidrių rikiavimas</emph> ir pasirinkite skaidres, kurias norite paslėpti." #. i3fSA #: individual.xhp @@ -2669,7 +2642,7 @@ msgctxt "" "par_id3083278\n" "help.text" msgid "Choose <emph>Slide Show - Show/Hide Slide</emph>." -msgstr "" +msgstr "Pasirinkite <emph>Demonstravimas → Rodyti arba slėpti skaidres</emph>." #. 2k5qo #: individual.xhp @@ -2678,7 +2651,7 @@ msgctxt "" "par_id3151264\n" "help.text" msgid "The slide is not removed from your document." -msgstr "" +msgstr "Skaidrė nepašalinama iš dokumento." #. Hdmrd #: individual.xhp @@ -2687,7 +2660,7 @@ msgctxt "" "hd_id3147570\n" "help.text" msgid "To show a hidden slide:" -msgstr "" +msgstr "Rodyti paslėptą skaidrę:" #. xU4EB #: individual.xhp @@ -2696,7 +2669,7 @@ msgctxt "" "par_id3145210\n" "help.text" msgid "Choose <emph>View - Slide Sorter</emph>, and then select the hidden slide(s) that you want to show." -msgstr "" +msgstr "Pasirinkite <emph>Rodymas → Skaidrių rikiavimas</emph> ir pažymėkite skaidres, kurias norite rodyti." #. aCT8Z #: individual.xhp @@ -2705,7 +2678,7 @@ msgctxt "" "par_id3150260\n" "help.text" msgid "Choose <emph>Slide Show - Show/Hide Slide</emph>." -msgstr "" +msgstr "Pasirinkite <emph>Demonstravimas → Rodyti arba slėpti skaidrę</emph>." #. MZccD #: keyboard.xhp @@ -2714,7 +2687,7 @@ msgctxt "" "tit\n" "help.text" msgid "Using Shortcut Keys in $[officename] Impress" -msgstr "" +msgstr "„$[officename]“ pateikčių rengyklės spartieji klavišai" #. wGBuB #: keyboard.xhp @@ -2723,7 +2696,7 @@ msgctxt "" "bm_id3154702\n" "help.text" msgid "<bookmark_value>accessibility; $[officename] Impress</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>prieinamumas; „$[officename]“ pateikčių rengyklė</bookmark_value>" #. NVRr5 #: keyboard.xhp @@ -2732,7 +2705,7 @@ msgctxt "" "hd_id3154702\n" "help.text" msgid "<variable id=\"keyboard\"><link href=\"text/simpress/guide/keyboard.xhp\" name=\"Using Shortcut Keys in $[officename] Impress\">Using Shortcut Keys in $[officename] Impress</link></variable>" -msgstr "" +msgstr "<variable id=\"keyboard\"><link href=\"text/simpress/guide/keyboard.xhp\" name=\"Using Shortcut Keys in $[officename] Impress\">„$[officename]“ pateikčių rengyklės spartieji klavišai</link></variable>" #. 8sLBi #: keyboard.xhp @@ -2741,7 +2714,7 @@ msgctxt "" "par_id3148610\n" "help.text" msgid "You can use the keyboard to access $[officename] Impress commands as well as to navigate through the workspace. $[officename] Impress uses the same shortcut keys as $[officename] Draw to create <link href=\"text/sdraw/guide/keyboard.xhp\" name=\"drawing objects\">drawing objects</link>." -msgstr "" +msgstr "„$[officename]“ pateikčių rengyklės spartieji klavišai leidžia atlikti rengyklės komandas naudojant klavišų kombinacijas. „$[officename]“ pateikčių rengyklėje naudojami tie patys spartieji klavišai, kaip ir „$[officename]“ braižyklėje <link href=\"text/sdraw/guide/keyboard.xhp\" name=\"drawing objects\">braižymo objektams</link> braižyti." #. EEyi5 #: keyboard.xhp @@ -2750,7 +2723,7 @@ msgctxt "" "hd_id3149602\n" "help.text" msgid "Selecting placeholders" -msgstr "" +msgstr "Menamo rėmelio pasirinkimas" #. LTMKm #: keyboard.xhp @@ -2759,7 +2732,7 @@ msgctxt "" "par_id3150212\n" "help.text" msgid "$[officename] Impress <emph>AutoLayouts</emph> use placeholders for slide titles, text, and objects. To select a placeholder, press <item type=\"keycode\">Ctrl+Enter</item>. To move to the next placeholder, press <item type=\"keycode\">Ctrl+Enter</item> again." -msgstr "" +msgstr "„$[officename]“ pateikčių rengyklėje <emph>Automatinė struktūra</emph> naudoja menamus rėmelius pavadinimams, tekstui ir objektams. Jei norite pažymėti rėmelį paspauskite <item type=\"keycode\">Vald+Įvesti</item>. Jei norite pereiti prie kito rėmelio, paspauskite dar kartą <item type=\"keycode\">Vald+Įvestis</item>." #. E5BCb #: keyboard.xhp @@ -2768,7 +2741,7 @@ msgctxt "" "par_id3166467\n" "help.text" msgid "If you press <item type=\"keycode\">Ctrl+Enter</item> after you reach the last placeholder in a slide, a new slide is inserted after the current slide. The new slide uses the same layout as the current slide." -msgstr "" +msgstr "Jei pasiekę paskutinį rėmelį paspausite <item type=\"keycode\">Vald+Įvesti</item>, tai įterpiama nauja skaidrė po esamos. Naujoje skaidrėje bus tokia pati automatinė objektų išdėstymo struktūra, kaip ir prieš tai buvusioje." #. FinYA #: keyboard.xhp @@ -2777,7 +2750,7 @@ msgctxt "" "hd_id3157871\n" "help.text" msgid "During a Slide Show" -msgstr "" +msgstr "Demonstravimo metu" #. GKCim #: keyboard.xhp @@ -2786,7 +2759,7 @@ msgctxt "" "par_id3150650\n" "help.text" msgid "To start a slide show, press <item type=\"keycode\">Ctrl+F2</item> or <item type=\"keycode\">F5</item>." -msgstr "" +msgstr "Jei norite pradėti demonstravimą, paspauskite <item type=\"keycode\">Vald+F2</item> arba <item type=\"keycode\">F5</item>." #. K3r3c #: keyboard.xhp @@ -2795,7 +2768,7 @@ msgctxt "" "hd_id3149354\n" "help.text" msgid "Advance to the next slide or to the next animation effect" -msgstr "" +msgstr "Perėjimas į kitą skaidrę arba kitą animacijos efektą" #. WZRDs #: keyboard.xhp @@ -2804,7 +2777,7 @@ msgctxt "" "par_id3148728\n" "help.text" msgid "<item type=\"keycode\">Spacebar</item>" -msgstr "" +msgstr "<item type=\"keycode\">Tarpas</item>" #. cDYeF #: keyboard.xhp @@ -2813,7 +2786,7 @@ msgctxt "" "hd_id3153035\n" "help.text" msgid "Advance to the next slide without playing object animation effects" -msgstr "" +msgstr "Perėjimas į kitą skaidrę be objektų animacijos efektų" #. yB76U #: keyboard.xhp @@ -2822,7 +2795,7 @@ msgctxt "" "par_id3155263\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Option</item></caseinline><defaultinline><item type=\"keycode\">Alt</item></defaultinline></switchinline><item type=\"keycode\">+PageDown</item>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Option</item></caseinline><defaultinline><item type=\"keycode\">Lyg3</item></defaultinline></switchinline><item type=\"keycode\">+Puslapis žemyn</item>" #. X3tKG #: keyboard.xhp @@ -2831,7 +2804,7 @@ msgctxt "" "hd_id3154558\n" "help.text" msgid "Return to previous slide" -msgstr "" +msgstr "Grįžimas prie ankstesnės skaidrės" #. newKa #: keyboard.xhp @@ -2840,7 +2813,7 @@ msgctxt "" "par_id3145590\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Option</item></caseinline><defaultinline><item type=\"keycode\">Alt</item></defaultinline></switchinline><item type=\"keycode\">+PageUp</item>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Option</item></caseinline><defaultinline><item type=\"keycode\">Lyg3</item></defaultinline></switchinline>+Puslapis aukštyn</item>" #. Qs7Mq #: keyboard.xhp @@ -2849,7 +2822,7 @@ msgctxt "" "hd_id3153003\n" "help.text" msgid "Go to a specific slide" -msgstr "" +msgstr "Pereiti į tam tikrą skaidrę" #. Bn5wf #: keyboard.xhp @@ -2858,7 +2831,7 @@ msgctxt "" "par_id3154501\n" "help.text" msgid "Type the page number of the slide, and then press <item type=\"keycode\">Enter</item>." -msgstr "" +msgstr "Įrašykite skaidrės puslapio numerį ir paspauskite <item type=\"keycode\">Įvesti</item>." #. AgewD #: keyboard.xhp @@ -2867,7 +2840,7 @@ msgctxt "" "hd_id4153003\n" "help.text" msgid "Stop slide show" -msgstr "" +msgstr "Skaidrių demonstravimo sustabdymas" #. mxCxF #: keyboard.xhp @@ -2876,7 +2849,7 @@ msgctxt "" "par_id4154501\n" "help.text" msgid "<item type=\"keycode\">Esc</item> or <item type=\"keycode\">-</item>." -msgstr "" +msgstr "<item type=\"keycode\">Grįžimas</item> arba <item type=\"keycode\">„-“</item>." #. 7x35K #: keyboard.xhp @@ -2885,7 +2858,7 @@ msgctxt "" "hd_id3150337\n" "help.text" msgid "Slide Sorter" -msgstr "" +msgstr "Skaidrių rikiavimas" #. Cp6YS #: keyboard.xhp @@ -2894,7 +2867,7 @@ msgctxt "" "par_id3153732\n" "help.text" msgid "When you first switch to Slide Sorter, press <item type=\"keycode\">Enter</item> to change the keyboard focus to the workspace. Otherwise, press <item type=\"keycode\">F6</item> to navigate to the workspace, and then press <item type=\"keycode\">Enter</item>." -msgstr "" +msgstr "Kai pirmą kartą įjungiate „Skaidrių rikiavimą“, paspauskite <item type=\"keycode\">Įvesti</item>, kad pakeistumėte klaviatūros darbo lauką. Spustelėkite <item type=\"keycode\">F6</item>, kad galėtumėte naršyti po darbo lauką ir tuomet spustelėkite <item type=\"keycode\">Įvesti</item>." #. xr4GR #: keyboard.xhp @@ -2903,7 +2876,7 @@ msgctxt "" "hd_id3149882\n" "help.text" msgid "Selecting and deselecting slides" -msgstr "" +msgstr "Skaidrių pasirinkimas ir pasirinkimo atšaukimas" #. RjMyS #: keyboard.xhp @@ -2912,7 +2885,7 @@ msgctxt "" "par_id3155930\n" "help.text" msgid "Use the arrow keys to navigate to the slide that you want to select, and then press the <item type=\"keycode\">Spacebar</item>. To add to the selection, use the arrow keys to navigate to the slide(s) that you want to add, and press <item type=\"keycode\">Spacebar</item> again. To deselect a slide, navigate to the slide, and then press <item type=\"keycode\">Spacebar</item>." -msgstr "" +msgstr "Jei norite pasirinkti skaidrę, tai rodyklių klavišais pereikite prie skaidrės, kurią norite pasirinkti, tuomet paspauskite <item type=\"keycode\">Tarpo</item> klavišą. Jei norite pasirinkta daugiau skaidrių, tai rodyklėmis nueikite prie kitos norimos skaidrės ar skaidrių ir vėl paspauskite <item type=\"keycode\">Tarpo</item> klavišą. Jei norite atšaukti skaidrės pasirinkimą, nueikite prie skaidrės ir paspauskite dar kartą <item type=\"keycode\">Tarpo</item> klavišą." #. AdoWk #: keyboard.xhp @@ -2921,7 +2894,7 @@ msgctxt "" "hd_id3145248\n" "help.text" msgid "Copying a slide:" -msgstr "" +msgstr "Skaidrės kopijavimas" #. B4Gcg #: keyboard.xhp @@ -2930,7 +2903,7 @@ msgctxt "" "par_id3156060\n" "help.text" msgid "Use the arrow keys to navigate to the slide that you want to copy, and then press <item type=\"keycode\">Ctrl+C</item>." -msgstr "" +msgstr "Rodyklėmis nueikite prie skaidrės, kurią norite kopijuoti, ir paspauskite <item type=\"keycode\">Vald+C</item>." #. tRDLn #: keyboard.xhp @@ -2939,7 +2912,7 @@ msgctxt "" "par_id3148769\n" "help.text" msgid "Move to the slide where you want to paste the copied slide, and then press <item type=\"keycode\">Ctrl+V</item>." -msgstr "" +msgstr "Nueikite iki vietos, kur norite įterpti nukopijuotą skaidrę, ir paspauskite <item type=\"keycode\">Vald+V</item>." #. pCBar #: keyboard.xhp @@ -2948,7 +2921,7 @@ msgctxt "" "hd_id3155367\n" "help.text" msgid "Moving a slide:" -msgstr "" +msgstr "Skaidrės perkėlimas:" #. LfsSv #: keyboard.xhp @@ -2957,7 +2930,7 @@ msgctxt "" "par_id3155987\n" "help.text" msgid "Use the arrow keys to navigate to the slide that you want to move, and then press <item type=\"keycode\">Ctrl+X</item>." -msgstr "" +msgstr "Rodyklėmis nueikite iki skaidrės, kurią norite perkelti, ir paspauskite <item type=\"keycode\">Vald+X</item>." #. 8qQHR #: keyboard.xhp @@ -2966,7 +2939,7 @@ msgctxt "" "par_id3147171\n" "help.text" msgid "Navigate to the slide where you want to move the slide, and then press <item type=\"keycode\">Ctrl+V</item>." -msgstr "" +msgstr "Nueikite iki vietos, kur norite įdėti skaidrę, ir paspauskite <item type=\"keycode\">Vald+V</item>." #. LUhAj #: keyboard.xhp @@ -2975,7 +2948,7 @@ msgctxt "" "par_id3083282\n" "help.text" msgid "Select <emph>Before </emph>or <emph>After</emph> the current slide, and then click <emph>OK</emph>." -msgstr "" +msgstr "Pasirinkite <emph>Prieš</emph> arba <emph>Po</emph> esamos skaidrės ir paspauskite <emph>Gerai</emph>." #. 7YapT #: line_arrow_styles.xhp @@ -2984,7 +2957,7 @@ msgctxt "" "tit\n" "help.text" msgid "Loading Line and Arrow Styles" -msgstr "" +msgstr "Linijų ir rodyklių stilių įkėlimas" #. 8FXoU #: line_arrow_styles.xhp @@ -2993,7 +2966,7 @@ msgctxt "" "bm_id3145253\n" "help.text" msgid "<bookmark_value>line styles;loading</bookmark_value> <bookmark_value>lines;about line ends</bookmark_value> <bookmark_value>arrows;loading arrow styles</bookmark_value> <bookmark_value>styles;arrow and line styles</bookmark_value> <bookmark_value>loading;arrow and line styles</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>linijų stiliai;įkėlimas</bookmark_value> <bookmark_value>linijos;apie linijų galus</bookmark_value> <bookmark_value>rodyklės;rodyklių stilių įkėlimas</bookmark_value> <bookmark_value>stiliai;rodyklės ir linijų stiliai</bookmark_value> <bookmark_value>įkėlimas;rodyklių arba linijų stiliai</bookmark_value>" #. sZGKB #: line_arrow_styles.xhp @@ -3002,7 +2975,7 @@ msgctxt "" "hd_id3145253\n" "help.text" msgid "<variable id=\"line_arrow_styles\"><link href=\"text/simpress/guide/line_arrow_styles.xhp\" name=\"Loading Line and Arrow Styles\">Loading Line and Arrow Styles</link></variable>" -msgstr "" +msgstr "<variable id=\"line_arrow_styles\"><link href=\"text/simpress/guide/line_arrow_styles.xhp\" name=\"Loading Line and Arrow Styles\">Linijų ir rodyklių stilių įkėlimas</link></variable>" #. CPjCD #: line_arrow_styles.xhp @@ -3011,7 +2984,7 @@ msgctxt "" "par_id3154017\n" "help.text" msgid "You can use styles to organize similar line and arrow types. $[officename] provides a few standard style files that you can load and use in your document. If you want, you can add or delete elements from a style file, or even create a custom style file." -msgstr "" +msgstr "Galite naudoti stilius, kai norite sutvarkyti panašaus tipo linijas ar rodykles. „$[officename]“ pateikia kelis failus įprastų stilių, kuriuos galite įsikelti ir naudoti dokumentuose. Jei norite, galite pridėti arba pašalinti elementus į stilių failo arba net sukurti savo stilių failą." #. tNjqA #: line_arrow_styles.xhp @@ -3020,7 +2993,7 @@ msgctxt "" "hd_id3154485\n" "help.text" msgid "To load a line styles file:" -msgstr "" +msgstr "Linijų stilių failo įkėlimas:" #. jqtzh #: line_arrow_styles.xhp @@ -3029,7 +3002,7 @@ msgctxt "" "par_id3156382\n" "help.text" msgid "Choose <emph>Format - Line</emph>, and then click the <emph>Line Styles</emph> tab." -msgstr "" +msgstr "Pasirinkite <emph>Formatas → Linija</emph> ir atverkite kortelę <emph>Linijų stilių</emph>." #. XyRPn #: line_arrow_styles.xhp @@ -3038,7 +3011,7 @@ msgctxt "" "par_id3154705\n" "help.text" msgid "Click the <emph>Load Line Styles</emph> button." -msgstr "" +msgstr "Spustelėkite mygtuką <emph>Įkelti linijų stilius</emph>." #. HN8VL #: line_arrow_styles.xhp @@ -3047,7 +3020,7 @@ msgctxt "" "par_id3145588\n" "help.text" msgid "Locate the file containing the line styles that you want to load, and then click <emph>OK</emph>. The file has the format [filename].sod." -msgstr "" +msgstr "Pasirinkite failą, kurį norite įkelti ir spustelėkite <emph>Gerai</emph>. Failo formatas yra „[filename].sod“." #. gyVAt #: line_arrow_styles.xhp @@ -3056,7 +3029,7 @@ msgctxt "" "par_id3151240\n" "help.text" msgid "To save a line styles file, click the <emph>Save Line Styles</emph> button, enter a filename, and then click <emph>OK</emph>." -msgstr "" +msgstr "Jei norite įrašyti stilių failą, spustelėkite mygtuką <emph>Įrašyti linijų stilius</emph>, įveskite failo pavadinimą ir spustelėkite <emph>Gerai</emph>." #. S8ga4 #: line_arrow_styles.xhp @@ -3065,7 +3038,7 @@ msgctxt "" "hd_id3154765\n" "help.text" msgid "To load an arrow styles file:" -msgstr "" +msgstr "Rodyklių stiliaus failo įkėlimas:" #. 8CGYq #: line_arrow_styles.xhp @@ -3074,7 +3047,7 @@ msgctxt "" "par_id3153070\n" "help.text" msgid "Choose <emph>Format - Line</emph>, and then click the <emph>Arrow Styles</emph> tab." -msgstr "" +msgstr "Pasirinkite <emph>Formatas → Linija</emph> ir atverkite kortelę <emph>Rodyklių stiliai</emph>." #. B2qaq #: line_arrow_styles.xhp @@ -3083,7 +3056,7 @@ msgctxt "" "par_id3149054\n" "help.text" msgid "Click the <emph>Load Arrow Styles</emph> button." -msgstr "" +msgstr "Spustelėkite mygtuką <emph>Įkelti rodyklių stilius</emph>." #. EVJDZ #: line_arrow_styles.xhp @@ -3092,7 +3065,7 @@ msgctxt "" "par_id3150391\n" "help.text" msgid "Locate the file containing the arrow styles that you want to load, and then click <emph>OK</emph>. The file has the format [filename].soe." -msgstr "" +msgstr "Pasirinkite failą su rodyklių stiliais, kurį norite įkelti, ir spustelėkite <emph>Gerai</emph>. Failo formatas yra „[filename].soe“." #. PBhBS #: line_arrow_styles.xhp @@ -3101,7 +3074,7 @@ msgctxt "" "par_id3166465\n" "help.text" msgid "To save an arrow styles file, click the <emph>Save Arrow Styles</emph> button, enter a filename, and then click <emph>OK</emph>." -msgstr "" +msgstr "Jei norite įrašyti naują stilių failą, spaustelėkite mygtuką <emph>Įrašyti rodyklių stilius</emph>, įveskite failo pavadinimą ir spustelėkite <emph>Gerai</emph>." #. s8mui #: line_arrow_styles.xhp @@ -3110,7 +3083,7 @@ msgctxt "" "par_id3145822\n" "help.text" msgid "<link href=\"text/shared/01/05200000.xhp\" name=\"Format - Line\">Format - Line</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/05200000.xhp\" name=\"Format - Line\">Formatas → Linija</link>" #. 9RAZf #: line_draw.xhp @@ -3119,7 +3092,7 @@ msgctxt "" "tit\n" "help.text" msgid "Drawing Curves" -msgstr "" +msgstr "Kreivių braižymas" #. EAczZ #: line_draw.xhp @@ -3128,7 +3101,7 @@ msgctxt "" "bm_id3149377\n" "help.text" msgid "<bookmark_value>lines; drawing</bookmark_value><bookmark_value>curves; drawing</bookmark_value><bookmark_value>control points definition</bookmark_value><bookmark_value>corner points</bookmark_value><bookmark_value>drawing;lines</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>linijos; braižymas</bookmark_value><bookmark_value>kreivės; braižymas</bookmark_value><bookmark_value>valdymo taško apibrėžimas</bookmark_value><bookmark_value>kampiniai taškai</bookmark_value><bookmark_value>braižymas; linijos</bookmark_value>" #. PGDME #: line_draw.xhp @@ -3137,7 +3110,7 @@ msgctxt "" "hd_id3149377\n" "help.text" msgid "<variable id=\"line_draw\"><link href=\"text/simpress/guide/line_draw.xhp\" name=\"Drawing Curves\">Drawing Curves</link></variable>" -msgstr "" +msgstr "<variable id=\"line_draw\"><link href=\"text/simpress/guide/line_draw.xhp\" name=\"Drawing Curves\">Kreivių braižymas</link></variable>" #. s9kgj #: line_draw.xhp @@ -3146,7 +3119,7 @@ msgctxt "" "par_id3148868\n" "help.text" msgid "The <emph>Curve</emph> icon <image id=\"img_id3150205\" src=\"cmd/sc_linetoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150205\">Icon</alt></image> on the <emph>Drawing</emph> toolbar opens a toolbar to draw Bézier curves. Bézier curves are defined by a start point and an end point, which are called \"anchors\". The curvature of the Bézier curve is defined by control points (\"handles\"). Moving a control point changes the shape of the Bézier curve." -msgstr "" +msgstr "<emph>Kreivės</emph> piktograma <image id=\"img_id3150205\" src=\"cmd/sc_linetoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150205\">Icon</alt></image><emph>Braižymo</emph> juostoje atveria Bezjė kreivių braižymo priemones. Bezjė kreivės apibrėžiamos pradžios ir pabaigos taškais. Bezjė kreivės išlinkimai formuojami valdymo taškais („rankenėlėmis“). Tempdami valdymo taškus keičiate Bezjė kreivės formą." #. o9cHX #: line_draw.xhp @@ -3155,7 +3128,7 @@ msgctxt "" "par_id8532364\n" "help.text" msgid "Control points are only visible in \"Edit Points\" mode. Control points are represented by circles, anchor points are represented by squares. The start point is a little bit larger than the other anchor points." -msgstr "" +msgstr "Valdymo taškai matomi tik „Taškų taisymo“ veiksenoje. Valdymo taškai vaizduojami skrituliukais, o prieraišos taškai – kvadratėliais. Pradžios taškas šiek tiek didesnis už kitus prieraišos taškus." #. DcxD7 #: line_draw.xhp @@ -3164,7 +3137,7 @@ msgctxt "" "par_id3150210\n" "help.text" msgid "Bézier curve segments and straight line segments can be joined to form more complex Bézier curves. Three different transitions can be applied to join adjacent segments:" -msgstr "" +msgstr "Bezjė kreivių atkarpos ir tiesios linijos gali būti sujungtos į sudėtingas Bezjė kreives. Gali būti pritaikyti trys skirtingi būdai:" #. fiDsk #: line_draw.xhp @@ -3173,7 +3146,7 @@ msgctxt "" "par_id3154766\n" "help.text" msgid "A <emph>symmetrical</emph> anchor point has the same line curvature on either side, and two control lines that move together as a straight line." -msgstr "" +msgstr "<emph>Simetrinis</emph> prieraišos taškas formuoja tokį patį išlinkimą abiejuose pusėse ir dvi valdymo linijos juda kartu kaip tiesios linijos." #. 4C6jQ #: line_draw.xhp @@ -3182,7 +3155,7 @@ msgctxt "" "par_id3149874\n" "help.text" msgid "A <emph>smooth</emph> anchor point may have different line curvatures on either side." -msgstr "" +msgstr "<emph>Glodusis</emph> pririšimo taškas gali turėti skirtingus išlinkimus bet kurioje pusėje." #. eJUBY #: line_draw.xhp @@ -3191,7 +3164,7 @@ msgctxt "" "par_id3150435\n" "help.text" msgid "A <emph>corner</emph> anchor point has one or two independent control lines. Changing one side has no effect on the other side." -msgstr "" +msgstr "<emph>Kampo</emph> pririšimo taškas turi vieną arba dvi nepriklausomas valdymo linijas. Keičiant vieną galą, kitas nesikeičia." #. esGwm #: line_draw.xhp @@ -3200,7 +3173,7 @@ msgctxt "" "hd_id46388\n" "help.text" msgid "How to use the Curve tool" -msgstr "" +msgstr "Kreivės priemonės naudojimas" #. wXttD #: line_draw.xhp @@ -3209,7 +3182,7 @@ msgctxt "" "par_id3155262\n" "help.text" msgid "On the Drawing toolbar, open the <emph>Curves</emph> toolbar <image id=\"img_id3145829\" src=\"cmd/sc_linetoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145829\">Icon</alt></image> and select the <emph>Curve</emph><image id=\"Graphic1\" src=\"cmd/sc_bezier_unfilled.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image> tool." -msgstr "" +msgstr "Braižymo juostoje atverkite <emph>Kreivių</emph> juostą <image id=\"img_id3145829\" src=\"cmd/sc_linetoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145829\">Icon</alt></image> ir pasirinkite <emph>Kreivės</emph><image id=\"Graphic1\" src=\"cmd/sc_bezier_unfilled.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image> priemonę." #. RsbFX #: line_draw.xhp @@ -3218,7 +3191,7 @@ msgctxt "" "par_id3155928\n" "help.text" msgid "Click where you want the curve to start, and drag in the direction where you want the curve to go. The control line will indicate the direction." -msgstr "" +msgstr "Nuspauskite pelės klavišą, kur norite pradėti brėžti kreivę, ir tempkite norima kryptimi. Valdymo linija rodo kryptį." #. 7WmYy #: line_draw.xhp @@ -3227,7 +3200,7 @@ msgctxt "" "par_id8174687\n" "help.text" msgid "Hold down <item type=\"keycode\">Shift</item> while you drag to restrict the direction to a 45 degree grid." -msgstr "" +msgstr "Tempdami laikykite nuspaudę <item type=\"keycode\">Lyg2</item>, jei norite apriboti pasukimo kryptį 45 laipsniais." #. Dt5q6 #: line_draw.xhp @@ -3236,7 +3209,7 @@ msgctxt "" "par_id3148390\n" "help.text" msgid "Release the mouse where the first control point should be." -msgstr "" +msgstr "Atleiskite pelės klavišą ten, kur turi būti pirmas valdymo taškas." #. CVfrF #: line_draw.xhp @@ -3245,7 +3218,7 @@ msgctxt "" "par_id3154865\n" "help.text" msgid "Move the pointer to where you want the curve segment to end. The curve follows the pointer." -msgstr "" +msgstr "Perkelkite žymeklį, kur norite užbaigti kreivę. Kreivė seka žymeklį." #. gEFNp #: line_draw.xhp @@ -3254,7 +3227,7 @@ msgctxt "" "par_id1556443\n" "help.text" msgid "Do one of the following:" -msgstr "" +msgstr "Atlikti vieną iš šių veiksmų:" #. iiDZX #: line_draw.xhp @@ -3263,7 +3236,7 @@ msgctxt "" "par_id3151172\n" "help.text" msgid "Double-click on the position of the end point to finish drawing the line." -msgstr "" +msgstr "Dukart spustelėkite brėžiamos linijos pabaigoje, kad baigtumėte jos brėžimą." #. szedb #: line_draw.xhp @@ -3272,7 +3245,7 @@ msgctxt "" "par_id5377056\n" "help.text" msgid "To create a closed shape, double-click the starting point of the line." -msgstr "" +msgstr "Jei norite nubrėžti uždarą figūrą, dukart spustelėkite linijos pradžios tašką." #. aFwrG #: line_draw.xhp @@ -3281,7 +3254,7 @@ msgctxt "" "par_id3153919\n" "help.text" msgid "Click and release the mouse button to add an anchor point. Move the mouse to draw the next segment." -msgstr "" +msgstr "Spustelėkite ir atleiskite pelės klavišą, kad pridėtumėte pririšimo tašką. Perkelkite pelės žymeklį ir brėžkite kitą atkarpą." #. FdEFQ #: line_draw.xhp @@ -3290,7 +3263,7 @@ msgctxt "" "par_id3149451\n" "help.text" msgid "Click and drag in any direction to add a smooth anchor point." -msgstr "" +msgstr "Spustelėkite ir tempkite į bet kurią pusę, jei norite pridėti glodnų pririšimo tašką." #. FPEFg #: line_draw.xhp @@ -3299,7 +3272,7 @@ msgctxt "" "hd_id2071596\n" "help.text" msgid "How to use the Freeform Line tool" -msgstr "" +msgstr "Kaip naudoti Laisvo braižymo priemonę" #. WLGAM #: line_draw.xhp @@ -3308,7 +3281,7 @@ msgctxt "" "par_id4907681\n" "help.text" msgid "On the Drawing toolbar, open the <emph>Curves</emph> toolbar <image id=\"Graphic2\" src=\"cmd/sc_linetoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image> and select the <emph>Freeform Line</emph><image id=\"Graphic3\" src=\"cmd/sc_freeline_unfilled.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image> tool." -msgstr "" +msgstr "Braižymo juostoje atverkite <emph>Kreivių</emph> juostą <image id=\"Graphic2\" src=\"cmd/sc_linetoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image> ir pasirinkite <emph>Laisvos linijos</emph><image id=\"Graphic3\" src=\"cmd/sc_freeline_unfilled.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image> braižymo priemonę." #. G4i9P #: line_draw.xhp @@ -3317,7 +3290,7 @@ msgctxt "" "par_id1122165\n" "help.text" msgid "Click where you want the curve to start, and keep holding the mouse button down." -msgstr "" +msgstr "Paspauskite, kur norite pradėti brėžti kreivę ir laikykite nuspaudę pelės klavišą." #. hEGxd #: line_draw.xhp @@ -3326,7 +3299,7 @@ msgctxt "" "par_id5792107\n" "help.text" msgid "Draw the freeform line as you would do with a pencil." -msgstr "" +msgstr "Brėžkite laisvą liniją, kaip brėžtumėte su pieštuku." #. Y3XMy #: line_draw.xhp @@ -3335,7 +3308,7 @@ msgctxt "" "par_id7734916\n" "help.text" msgid "Release the mouse button to finish the line." -msgstr "" +msgstr "Atleiskite pelės klavišą, kai norėsite baigti brėžti." #. FcudG #: line_edit.xhp @@ -3344,7 +3317,7 @@ msgctxt "" "tit\n" "help.text" msgid "Editing Curves" -msgstr "" +msgstr "Kreivių taisymas" #. DD8HA #: line_edit.xhp @@ -3353,7 +3326,7 @@ msgctxt "" "bm_id3150441\n" "help.text" msgid "<bookmark_value>curves; editing</bookmark_value><bookmark_value>editing; curves</bookmark_value><bookmark_value>splitting;curves</bookmark_value><bookmark_value>closing;shapes</bookmark_value><bookmark_value>deleting;points</bookmark_value><bookmark_value>converting;points</bookmark_value><bookmark_value>points;adding/converting/deleting</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>kreivės; taisymas</bookmark_value><bookmark_value>taisymas; kreivės</bookmark_value><bookmark_value>atskyrimas;kreivės</bookmark_value><bookmark_value>užvėrimas;figūros</bookmark_value><bookmark_value>šalinimas;taškai</bookmark_value><bookmark_value>konvertavimas;taškai</bookmark_value><bookmark_value>taškai;pridėjimas/konvertavimas/šalinimas</bookmark_value>" #. EyZHn #: line_edit.xhp @@ -3362,7 +3335,7 @@ msgctxt "" "hd_id3150441\n" "help.text" msgid "<variable id=\"line_edit\"><link href=\"text/simpress/guide/line_edit.xhp\" name=\"Editing Curves\">Editing Curves</link></variable>" -msgstr "" +msgstr "<variable id=\"line_edit\"><link href=\"text/simpress/guide/line_edit.xhp\" name=\"Editing Curves\">Kreivių taisymas</link></variable>" #. g83WF #: line_edit.xhp @@ -3371,7 +3344,7 @@ msgctxt "" "par_id3150342\n" "help.text" msgid "A curved line segment consists of two data points (endpoints) and two control points (handles). A control line connects a control point to a data point. You can change the shape of a curve by converting a data point to a different type, or by dragging the control points to a different location." -msgstr "" +msgstr "Kreivei priklauso dviejų tipų taškai: kreivės ir valdymo. Valdymo linija jungia valdymo ir kreivės taškus. Galite keisti lenktos linijos atkarpos išlenkimą konvertuodami jos taškus į kitą tipą arba tempdami valdymo taškus į kitą vietą." #. UFcCG #: line_edit.xhp @@ -3380,7 +3353,7 @@ msgctxt "" "par_id3145252\n" "help.text" msgid "You can also modify the properties of the line by selecting the line and choosing <emph>Format - Line</emph>." -msgstr "" +msgstr "Galite keisti ir linijos savybes pažymėję liniją ir pasirinkę <emph>Formatas → Linija</emph>." #. RvnpL #: line_edit.xhp @@ -3398,7 +3371,7 @@ msgctxt "" "par_id3155959\n" "help.text" msgid "To view the data points and control points of a curved line, select the line, and then click the <emph>Points</emph> icon on the Drawing bar. The data points are represented by squares and the control points by circles. A control point might overlay a data point." -msgstr "" +msgstr "Jei norite matyti kreivės taškus ir jos valdymo taškus, pažymėkite kreivę ir spustelėkite piktogramą <emph>Taškai</emph> braižymo juostoje. Kreivės taškai vaizduojami kvadratėliais, o valdymo taškai – skrituliukais. Valdymo taškas gali persidengti su kreivės tašku." #. rkAMj #: line_edit.xhp @@ -3407,7 +3380,7 @@ msgctxt "" "hd_id3145587\n" "help.text" msgid "To adjust a curved line segment:" -msgstr "" +msgstr "Suderinti lenktą atkarpą:" #. LCxxf #: line_edit.xhp @@ -3416,7 +3389,7 @@ msgctxt "" "par_id3151241\n" "help.text" msgid "Select a curved line, and then click the <emph>Points </emph>icon on the <emph>Drawing</emph> Bar." -msgstr "" +msgstr "Pažymėkite lenktą liniją ir spustelėkite piktogramą <emph>Taškai</emph> <emph>Braižymo</emph> juostoje." #. ieGFA #: line_edit.xhp @@ -3425,7 +3398,7 @@ msgctxt "" "par_id3150213\n" "help.text" msgid "Do one of the following:" -msgstr "" +msgstr "Atlikti vieną iš šių veiksmų:" #. HdGwf #: line_edit.xhp @@ -3434,7 +3407,7 @@ msgctxt "" "par_id3153810\n" "help.text" msgid "Drag a data point to resize the line. If a control point overlies the data point, drag the control point until you can see the data point, and then drag the data point." -msgstr "" +msgstr "Tempkite kreivės tašką, jei norite keisti kreivės dydį. Jei valdymo taškas persidengia su kreivės tašku, tai tempkite valdymo tašką, kol pamatysite kreivės tašką ir tuomet temkite pastarąjį, kiek norite." #. P6AiE #: line_edit.xhp @@ -3443,7 +3416,7 @@ msgctxt "" "par_id3149872\n" "help.text" msgid "Drag a control point. The curve pulls in the direction that you drag the control point." -msgstr "" +msgstr "Tempkite valdymo tašką. Išlenkimas seka tempiamą valdymo tašką." #. EV6Qu #: line_edit.xhp @@ -3452,7 +3425,7 @@ msgctxt "" "hd_id3150431\n" "help.text" msgid "To split a curved line:" -msgstr "" +msgstr "Padalinti kreivę:" #. aAzZr #: line_edit.xhp @@ -3461,7 +3434,7 @@ msgctxt "" "par_id3150395\n" "help.text" msgid "You can only split a curved line that has three or more data points." -msgstr "" +msgstr "Galite padalinti tik tą kreivę, kuri turi tris arba daugiau taškų." #. mUq5B #: line_edit.xhp @@ -3470,7 +3443,7 @@ msgctxt "" "par_id3151392\n" "help.text" msgid "Select a curved line, and then click the <emph>Points </emph>icon on the <emph>Drawing</emph> Bar." -msgstr "" +msgstr "Pažymėkite kreivę ir spustelėkite piktogramą <emph>Taškai</emph> <emph>Braižymo</emph> juostoje." #. BXfm3 #: line_edit.xhp @@ -3479,7 +3452,7 @@ msgctxt "" "par_id3149941\n" "help.text" msgid "Select a data point, and then click the <emph>Split Curve </emph>icon on the <emph>Edit Points</emph> Bar." -msgstr "" +msgstr "Pažymėkite kreivės tašką ir spustelėkite <emph>Padalinti kreivę</emph> <emph>Taškų taisymo</emph> juostoje." #. BHCDQ #: line_edit.xhp @@ -3488,7 +3461,7 @@ msgctxt "" "hd_id3150655\n" "help.text" msgid "To create a closed shape:" -msgstr "" +msgstr "Uždaros figūros braižymas" #. isLNx #: line_edit.xhp @@ -3497,7 +3470,7 @@ msgctxt "" "par_id3150743\n" "help.text" msgid "Select a curved line, and then click the <emph>Points </emph>icon on the <emph>Drawing</emph> Bar." -msgstr "" +msgstr "Pažymėkite kreivę ir spustelėkite <emph>Tašakai</emph> <emph>Braižymo</emph> juostoje." #. 2LkCD #: line_edit.xhp @@ -3506,7 +3479,7 @@ msgctxt "" "par_id3153080\n" "help.text" msgid "On the <emph>Edit Points</emph> Bar, click the<emph> Close Bézier</emph> icon." -msgstr "" +msgstr "<emph>Taškų taisymo</emph> juostoje spustelėkite <emph>Uždara Bezjė kreivė</emph>." #. EMHgd #: line_edit.xhp @@ -3515,7 +3488,7 @@ msgctxt "" "hd_id3145162\n" "help.text" msgid "To convert a data point on a curved line:" -msgstr "" +msgstr "Konvertuoti kreivės tašką:" #. Ucxix #: line_edit.xhp @@ -3524,7 +3497,7 @@ msgctxt "" "par_id3150336\n" "help.text" msgid "Select a curved line, and then click the <emph>Points </emph>icon on the <emph>Drawing</emph> Bar." -msgstr "" +msgstr "Pažymėkite kreivę ir spustelėkite <emph>Taškai</emph> <emph>Braižymo</emph> juostoje." #. C8Dri #: line_edit.xhp @@ -3533,7 +3506,7 @@ msgctxt "" "par_id3155925\n" "help.text" msgid "Click the data point you want to convert, and do one of the following:" -msgstr "" +msgstr "Spustelėkite kreivės tašką, kurį norite konvertuoti ir atlikite vieną iš aprašytų žingsnių:" #. XQ2gi #: line_edit.xhp @@ -3542,7 +3515,7 @@ msgctxt "" "par_id3145241\n" "help.text" msgid "To convert the data point to a smooth point, click the <emph>Smooth Transition</emph> icon on the <emph>Edit Points</emph> Bar." -msgstr "" +msgstr "Jei norite konvertuoti kreivės tašką į glotnaus perėjimo tašką, tai spustelėkite <emph>Glotnus perėjimas</emph> <emph>Taškų taisymo</emph> juostoje." #. FwKGW #: line_edit.xhp @@ -3551,7 +3524,7 @@ msgctxt "" "par_id3145299\n" "help.text" msgid "To convert the data point to a symmetrical point, click the <emph>Symmetric Transition</emph> icon on the <emph>Edit Points</emph> Bar." -msgstr "" +msgstr "Jei norite konvertuoti kreivės tašką į simetrinio perėjimo tašką, tai spustelėkite <emph>Simetrinis perėjimas</emph> <emph>Taškų taisymo</emph> juostoje." #. ZQ6LL #: line_edit.xhp @@ -3560,7 +3533,7 @@ msgctxt "" "par_id3145348\n" "help.text" msgid "To convert the data point to a corner point, click the <emph>Corner Point</emph> icon on the <emph>Edit Points</emph> Bar." -msgstr "" +msgstr "Jei norite konvertuoti kreivės tašką į kampo tašką, tai spustelėkite <emph>Kampo taškas</emph> <emph>Taškų taisymo</emph> juostoje." #. FNeCY #: line_edit.xhp @@ -3569,7 +3542,7 @@ msgctxt "" "hd_id3150471\n" "help.text" msgid "To add a data point:" -msgstr "" +msgstr "Pridėti kreivės tašką:" #. V3U7g #: line_edit.xhp @@ -3578,7 +3551,7 @@ msgctxt "" "par_id3155373\n" "help.text" msgid "Select a curved line, and then click the <emph>Points </emph>icon on the <emph>Drawing</emph> Bar." -msgstr "" +msgstr "Pažymėkite kreivę ir spustelėkite <emph>Taškai</emph> <emph>Braižymo</emph> juostoje." #. 6p2a2 #: line_edit.xhp @@ -3587,7 +3560,7 @@ msgctxt "" "par_id3156256\n" "help.text" msgid "On the <emph>Edit Points</emph> Bar, click the<emph> Insert Points</emph> icon." -msgstr "" +msgstr "<emph>Taškų taisymo</emph> juostoje, spustelėkite<emph> Įterpti tašką</emph>." #. m7aHh #: line_edit.xhp @@ -3596,7 +3569,7 @@ msgctxt "" "par_id3083280\n" "help.text" msgid "Click the line where you want to add the point, and drag a short distance." -msgstr "" +msgstr "Paspauskite ant linijos, kuri norite įterpti tašką ir šiek tiek patempkite ." #. QKtb3 #: line_edit.xhp @@ -3605,7 +3578,7 @@ msgctxt "" "par_id3154643\n" "help.text" msgid "If a data point does not have a control point, select the data point, and then click the <emph>Convert to Curve</emph> icon on the <emph>Edit Points</emph> Bar." -msgstr "" +msgstr "Jei kreivės taškas nėra valdymo taško, tai pažymėkite jį ir spustelėkite <emph>Konvertuoti į kreivę</emph> <emph>Taškų taisymo</emph> juostoje." #. STteE #: line_edit.xhp @@ -3614,7 +3587,7 @@ msgctxt "" "hd_id3151186\n" "help.text" msgid "To delete a data point:" -msgstr "" +msgstr "Pašalinti kreivės tašką:" #. MYx8z #: line_edit.xhp @@ -3623,7 +3596,7 @@ msgctxt "" "par_id3153624\n" "help.text" msgid "Select a curved line, and then click the <emph>Points </emph>icon on the <emph>Drawing</emph> Bar." -msgstr "" +msgstr "Pažymėkite kreivę ir spustelėkite <emph>Taškai </emph><emph>Braižymo</emph> juostoje." #. R6BpE #: line_edit.xhp @@ -3632,7 +3605,7 @@ msgctxt "" "par_id3150261\n" "help.text" msgid "Click the point you want to delete." -msgstr "" +msgstr "Paspauskite tešką, kurį norite pašalinti." #. A92wW #: line_edit.xhp @@ -3641,7 +3614,7 @@ msgctxt "" "par_id3143230\n" "help.text" msgid "On the <emph>Edit Points</emph> Bar, click the<emph> Delete Points</emph> icon." -msgstr "" +msgstr "<emph>Taškų taisymo</emph> juostoje spustelėkite <emph>Šalinti taškus</emph>." #. d49P5 #: line_edit.xhp @@ -3650,7 +3623,7 @@ msgctxt "" "par_id3151174\n" "help.text" msgid "<link href=\"text/shared/main0227.xhp\" name=\"Edit Points bar\">Edit Points bar</link>" -msgstr "" +msgstr "<link href=\"text/shared/main0227.xhp\" name=\"Edit Points bar\">Taškų taisymo juosta</link>" #. aRn6x #: main.xhp @@ -3659,7 +3632,7 @@ msgctxt "" "tit\n" "help.text" msgid "Instructions for Using $[officename] Impress" -msgstr "" +msgstr "„$[officename]“ pateikčių naudojimo vedlys" #. A4utr #: main.xhp @@ -3668,7 +3641,7 @@ msgctxt "" "bm_id3156386\n" "help.text" msgid "<bookmark_value>$[officename] Impress instructions</bookmark_value><bookmark_value>instructions; $[officename] Impress</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>„$[officename]“ pateikčių vedlys</bookmark_value><bookmark_value>instrukcijos; „$[officename]“ pateiktys</bookmark_value>" #. vGyM9 #: main.xhp @@ -3677,7 +3650,7 @@ msgctxt "" "hd_id3156386\n" "help.text" msgid "<variable id=\"main\"><link href=\"text/simpress/guide/main.xhp\" name=\"Instructions for Using $[officename] Impress\">Instructions for Using $[officename] Impress</link></variable>" -msgstr "" +msgstr "<variable id=\"main\"><link href=\"text/simpress/guide/main.xhp\" name=\"Instructions for Using $[officename] Impress\">„$[officename]“ pateikčių naudojimo vedlys</link></variable>" #. fgMfa #: main.xhp @@ -3686,7 +3659,7 @@ msgctxt "" "hd_id3150207\n" "help.text" msgid "Viewing and Printing a Presentation" -msgstr "" +msgstr "Pateikties peržiūrėjimas ir spausdinimas" #. pQAN7 #: main.xhp @@ -3695,7 +3668,7 @@ msgctxt "" "hd_id3153812\n" "help.text" msgid "Animated Objects and 3D Objects" -msgstr "" +msgstr "Animuoti ir 3D objektai" #. U9Mor #: main.xhp @@ -3704,7 +3677,7 @@ msgctxt "" "hd_id3149350\n" "help.text" msgid "Importing and Exporting" -msgstr "" +msgstr "Importavimas ir eksportavimas" #. YDGXS #: main.xhp @@ -3713,7 +3686,7 @@ msgctxt "" "hd_id3154560\n" "help.text" msgid "Miscellaneous" -msgstr "" +msgstr "Kita" #. xfeor #: masterpage.xhp @@ -3722,7 +3695,7 @@ msgctxt "" "tit\n" "help.text" msgid "Changing and Adding a Master Page" -msgstr "" +msgstr "Puslapio maketo keitimas arba pridėjimas" #. 4yuF7 #: masterpage.xhp @@ -3731,7 +3704,7 @@ msgctxt "" "bm_id3152596\n" "help.text" msgid "<bookmark_value>slide designs</bookmark_value><bookmark_value>page designs</bookmark_value><bookmark_value>master slides; designing</bookmark_value><bookmark_value>master pages; designing</bookmark_value><bookmark_value>backgrounds; slides</bookmark_value><bookmark_value>backgrounds; pages</bookmark_value><bookmark_value>slides; backgrounds</bookmark_value><bookmark_value>pages; backgrounds</bookmark_value><bookmark_value>master pages</bookmark_value><bookmark_value>master slides</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>skaidrės dizainas</bookmark_value><bookmark_value>puslapio dizainas</bookmark_value><bookmark_value>skaidrių maketai; dizaino parinkimas</bookmark_value><bookmark_value>puslapių maketai; dizaino priskyrimas</bookmark_value><bookmark_value>fonai; skaidrės</bookmark_value><bookmark_value>fonai; puslapiai</bookmark_value><bookmark_value>skaidrės; fonai</bookmark_value><bookmark_value>puslapiai; fonai</bookmark_value><bookmark_value>puslapių maketai</bookmark_value><bookmark_value>skaidrių maketai</bookmark_value>" #. 2uSS4 #: masterpage.xhp @@ -3740,7 +3713,7 @@ msgctxt "" "hd_id3152596\n" "help.text" msgid "<variable id=\"masterpage\"><link href=\"text/simpress/guide/masterpage.xhp\" name=\"Changing and Adding a Master Slide\">Changing and Adding a Master <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Slide</caseinline><defaultinline>Page</defaultinline></switchinline></link></variable>" -msgstr "" +msgstr "<variable id=\"masterpage\"><link href=\"text/simpress/guide/masterpage.xhp\" name=\"Changing and Adding a Master Slide\">Keisti arba pridėti <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Skaidrės</caseinline><defaultinline>Pulspapio</defaultinline></switchinline></link></variable>maketą" #. CXi6w #: masterpage.xhp @@ -3749,7 +3722,7 @@ msgctxt "" "par_id3154017\n" "help.text" msgid "Every slide in a presentation has exactly one master slide. A master slide determines the text formatting style for the title and outline and the background design for all slides that use this master slide." -msgstr "" +msgstr "Kiekviena pateikties skaidrė turi tik vieną skaidrės maketą. Skaidrės maketas apibrėžia teksto formatavimo stilių antraštei, skaidrės išdėstymą ir foną visoms skaidrėms sukurtoms pagal šį maketą." #. fj6wF #: masterpage.xhp @@ -3758,7 +3731,7 @@ msgctxt "" "par_id4154017\n" "help.text" msgid "Every page in a drawing has exactly one master page. A master page determines the text formatting style for the title and outline and the background design for all pages that use this master page." -msgstr "" +msgstr "Kiekvienas puslapis turi tik vieną puslapio maketą. Pulspaio maketas apibrėžia teksto formatavimo stilių antraštei, išdėstymą ir foną visiems puslapiams sukurtiems pagal šį maketą." #. xwKko #: masterpage.xhp @@ -3767,7 +3740,7 @@ msgctxt "" "hd_id3149018\n" "help.text" msgid "To apply a new <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">master slide</caseinline><defaultinline>master page</defaultinline></switchinline>" -msgstr "" +msgstr "Pritaikyti naują <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">skaidrės maketą</caseinline><defaultinline>puslapio maketą</defaultinline></switchinline>" #. NDv5o #: masterpage.xhp @@ -3776,7 +3749,7 @@ msgctxt "" "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 "" +msgstr "Pasirinkite <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Skaidrė → Maketas</menuitem></caseinline><defaultinline><menuitem>Puslapis → Maketas</menuitem></defaultinline></switchinline>." #. AvkGN #: masterpage.xhp @@ -3785,7 +3758,7 @@ msgctxt "" "par_id3148485\n" "help.text" msgid "Click <widget>Load</widget>." -msgstr "" +msgstr "Spustelėkite <widget>Įkelti</widget>." #. rUwCa #: masterpage.xhp @@ -3794,7 +3767,7 @@ msgctxt "" "par_id3145384\n" "help.text" msgid "Under <emph>Categories</emph>, select the category of templates." -msgstr "" +msgstr "<emph>Kategorijose</emph> pasirinkite šablonų kategoriją." #. UbWRG #: masterpage.xhp @@ -3803,7 +3776,7 @@ msgctxt "" "par_id3153915\n" "help.text" msgid "Under <emph>Templates</emph>, select a template with the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">master slide</caseinline><defaultinline>master page</defaultinline></switchinline> that you want to apply. To preview the template, click <widget>Preview</widget>." -msgstr "" +msgstr "Pasirinkę <emph>Šablonai</emph>, pasirinkite šabloną su pritaikomu <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">skaidrės maketu</caseinline><defaultinline>puslapio maketu</defaultinline></switchinline>. Jei norite peržiūrėti šabloną, spustelėkite <widget>Peržiūra</widget>." #. Aikky #: masterpage.xhp @@ -3812,7 +3785,7 @@ msgctxt "" "par_id3154652\n" "help.text" msgid "Click <widget>OK</widget>." -msgstr "" +msgstr "Spustelėkite <widget>Gerai</widget>." #. ouC9f #: masterpage.xhp @@ -3821,7 +3794,7 @@ msgctxt "" "par_id3145115\n" "help.text" msgid "Do one of the following:" -msgstr "" +msgstr "Atlikite vieną iš nurodytų veiksmų:" #. oULrF #: masterpage.xhp @@ -3830,7 +3803,7 @@ msgctxt "" "par_id5150436\n" "help.text" msgid "To apply the master slide to all of the slides in your presentation, select the <emph>Exchange background page</emph> check box, and then click <widget>OK</widget>." -msgstr "" +msgstr "Jei norite pritaikyti skaidrės maketą visoms pateikties skaidrėms, pažymėkite žymimąjį langelį <emph>Keisti puslapio foną</emph> ir spustelėkite <widget>Gerai</widget>." #. 7GAJr #: masterpage.xhp @@ -3839,15 +3812,15 @@ msgctxt "" "par_id5151387\n" "help.text" msgid "To apply the slide design to the current slide only, clear the <emph>Exchange background page</emph> check box, and then click <widget>OK</widget>." -msgstr "" +msgstr "Jei norite pritaikyti skaidrės dizainą tik esamai skaidrei, pažymėkite <emph>Keisti puslapio formą</emph> ir spustelėkite <widget>Gerai</widget>." -#. WLrV6 +#. iDdL3 #: masterpage.xhp msgctxt "" "masterpage.xhp\n" "par_id4150436\n" "help.text" -msgid "To apply the master page to all of the pages in your presentation, select the <emph>Exchange background page</emph> check box, and then click <widget>OK</widget>." +msgid "To apply the master page to all of the pages in your document, select the <emph>Exchange background page</emph> check box, and then click <widget>OK</widget>." msgstr "" #. MAp6s @@ -3857,7 +3830,7 @@ msgctxt "" "par_id4151387\n" "help.text" 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 "" +msgstr "Jei norite pritaikyti puslapio dizainą tik esamam puslapiui, pažymėkite <emph>Keisti puslapio foną</emph> ir spustelėkite <widget>Gerai</widget>." #. rnFQF #: masterpage.xhp @@ -3866,7 +3839,7 @@ msgctxt "" "par_idN106FA\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Left-click to apply the master slide to all slides. Right-click for a context menu.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Spustelėkite kairįjį pelės klavišą, jei norite pritaikyti maketą visoms skaidrėms. Spustelėkite dešinįjį pelės klavišą, jei norite atverti kontekstinį meniu.</ahelp>" #. ngDy7 #: masterpage.xhp @@ -3875,7 +3848,7 @@ msgctxt "" "par_idN10747\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies the master slide to all slides.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Pritaiko skaidrės maketą visoms skaidrėms.</ahelp>" #. sCVSn #: masterpage.xhp @@ -3884,7 +3857,7 @@ msgctxt "" "par_idN10762\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies the master slide or the slide design to the selected slides.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">pritaiko skaidrės maketą ar skaidrės dizainą pasirinktoms skaidrėms.</ahelp>" #. yYGFf #: masterpage.xhp @@ -3893,7 +3866,7 @@ msgctxt "" "par_idN10785\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Resizes the preview of the master slides.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Pakeičia peržiūrimo skaidrių maketo dydį.</ahelp>" #. YyBf8 #: masterpage.xhp @@ -3902,7 +3875,7 @@ msgctxt "" "par_idN107CB\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to apply a slide design to all selected slides. Right-click for a context menu.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Spustelėkite, kai norite pritaikyti skaidrių dizainą visoms skaidrėms. Spustelėkite dešinįjį pelės klavišą ir atverkite kontekstinį meniu.</ahelp>" #. ugiSc #: masterpage.xhp @@ -3911,7 +3884,7 @@ msgctxt "" "par_id3149941\n" "help.text" msgid "<link href=\"text/simpress/01/05100000.xhp\" name=\"Styles\">Styles</link>" -msgstr "" +msgstr "<link href=\"text/simpress/01/05100000.xhp\" name=\"Styles\">Stiliai</link>" #. 6q9Um #: move_object.xhp @@ -3920,7 +3893,7 @@ msgctxt "" "tit\n" "help.text" msgid "Moving Objects" -msgstr "" +msgstr "Perkeliami objektai" #. qkXzB #: move_object.xhp @@ -3929,7 +3902,7 @@ msgctxt "" "bm_id3146121\n" "help.text" msgid "<bookmark_value>objects;moving in slides</bookmark_value><bookmark_value>moving;objects in slides</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>objektai;perkeliama į skaidres</bookmark_value><bookmark_value>perkeliama;objektai skaidrėse</bookmark_value>" #. RyqkC #: move_object.xhp @@ -3938,7 +3911,7 @@ msgctxt "" "hd_id3146121\n" "help.text" msgid "<variable id=\"move_object\"><link href=\"text/simpress/guide/move_object.xhp\" name=\"Moving Objects\">Moving Objects</link></variable>" -msgstr "" +msgstr "<variable id=\"move_object\"><link href=\"text/simpress/guide/move_object.xhp\" name=\"Moving Objects\">Perkeliami objektai</link></variable>" #. cEEjA #: move_object.xhp @@ -3947,7 +3920,7 @@ msgctxt "" "par_id3149667\n" "help.text" msgid "You can move selected objects in your slide by dragging them, using the arrow keys, or by copying the objects and pasting them in another location." -msgstr "" +msgstr "Objektus skaidrėse galite perkelti juos tempdami, naudodami rodyklių klavišus arba kopijuodami ir įdėdami į kitą vietą." #. hCcHz #: move_object.xhp @@ -3956,7 +3929,7 @@ msgctxt "" "par_id3145799\n" "help.text" msgid "The arrow keys let you move objects more precisely than with the mouse." -msgstr "" +msgstr "Rodyklėmis galite paslinkti objektus tiksliau nei pele." #. w3SYA #: orgchart.xhp @@ -3965,7 +3938,7 @@ msgctxt "" "tit\n" "help.text" msgid "Creating a Flowchart" -msgstr "" +msgstr "Blokinės schemos kūrimas" #. MAXTv #: orgchart.xhp @@ -3974,7 +3947,7 @@ msgctxt "" "bm_id3150439\n" "help.text" msgid "<bookmark_value>connectors; using</bookmark_value><bookmark_value>flowcharts</bookmark_value><bookmark_value>organization charts</bookmark_value><bookmark_value>hot spots in flowcharts</bookmark_value><bookmark_value>interactions; hot spots</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>jungiamoji linija; naudojimas</bookmark_value><bookmark_value>blokinė schema</bookmark_value><bookmark_value>struktūrinė schema</bookmark_value><bookmark_value>saitvietė blokinėje diagramoje</bookmark_value><bookmark_value>sąveika; saitvietė</bookmark_value>" #. DnfSF #: orgchart.xhp @@ -3983,7 +3956,7 @@ msgctxt "" "hd_id3150439\n" "help.text" msgid "<variable id=\"orgchart\"><link href=\"text/simpress/guide/orgchart.xhp\" name=\"Creating a Flowchart\">Creating a Flowchart</link></variable>" -msgstr "" +msgstr "<variable id=\"orgchart\"><link href=\"text/simpress/guide/orgchart.xhp\" name=\"Creating a Flowchart\">Blokinės schemos kūrimas</link></variable>" #. VCPRV #: orgchart.xhp @@ -3992,7 +3965,7 @@ msgctxt "" "hd_id3159153\n" "help.text" msgid "To create a flowchart:" -msgstr "" +msgstr "Sukurti blokinę schemą:" #. UjYBf #: orgchart.xhp @@ -4001,7 +3974,7 @@ msgctxt "" "par_id3152482\n" "help.text" msgid "Select a tool from the <emph>Flowchart</emph> toolbar on the <emph>Drawing</emph> bar." -msgstr "" +msgstr "Pasirinkite <emph>Blokinės schemos</emph> priemonę <emph>Braižymo</emph> juostoje." #. jV9he #: orgchart.xhp @@ -4010,7 +3983,7 @@ msgctxt "" "par_id3150715\n" "help.text" msgid "Drag a shape in your slide." -msgstr "" +msgstr "Nutempkite figūrą į skaidrę." #. SCQSw #: orgchart.xhp @@ -4019,7 +3992,7 @@ msgctxt "" "par_id3154486\n" "help.text" msgid "To add more shapes, repeat the last steps." -msgstr "" +msgstr "Jei norite įterpti daugiau figūrų, pakartokite paskutinį žingsnį." #. eWvD2 #: orgchart.xhp @@ -4028,7 +4001,7 @@ msgctxt "" "par_id3146967\n" "help.text" msgid "Open the <emph>Connectors </emph>toolbar on the <emph>Drawing</emph> bar, and select a connector line." -msgstr "" +msgstr "Atverkite <emph>Jungiamųjų linijų</emph> priemones <emph>Braižymo</emph> juostoje ir pasirinkite norimą jungiamąją liniją." #. ZwFdM #: orgchart.xhp @@ -4037,7 +4010,7 @@ msgctxt "" "par_id3149945\n" "help.text" msgid "Move the pointer over the edge of a shape so that the connection sites appear." -msgstr "" +msgstr "Perkelkite žymeklį prie figūros jungiamojo taško." #. gTCzN #: orgchart.xhp @@ -4046,7 +4019,7 @@ msgctxt "" "par_id3146871\n" "help.text" msgid "Click a connection site, drag to a connection site on another shape, and then release." -msgstr "" +msgstr "Spustelėkite jungiamąjį tašką ir tempkite iki kitos figūros, tuomet atleiskite." #. DYkeJ #: orgchart.xhp @@ -4055,7 +4028,7 @@ msgctxt "" "par_id3145824\n" "help.text" msgid "To add more connectors, repeat the last steps." -msgstr "" +msgstr "Jei norite įterpti daugiau jungiamųjų linijų, pakartokite paskutinius žingsnius." #. gABvL #: orgchart.xhp @@ -4064,7 +4037,7 @@ msgctxt "" "par_id3153036\n" "help.text" msgid "You now have the basic outline for your flowchart." -msgstr "" +msgstr "Dabar turite pagrindinį savo blokinių schemų išdėstymą." #. i9GvF #: orgchart.xhp @@ -4073,7 +4046,7 @@ msgctxt "" "hd_id3155255\n" "help.text" msgid "To add text to the shapes on your flowchart" -msgstr "" +msgstr "Jei norite įterpti tekstą į blokinę schemą," #. LnTAy #: orgchart.xhp @@ -4082,7 +4055,7 @@ msgctxt "" "par_id3150865\n" "help.text" msgid "Do one of the following:" -msgstr "" +msgstr "atlikite šiuos veiksmus:" #. gCWaY #: orgchart.xhp @@ -4091,7 +4064,7 @@ msgctxt "" "par_id3145592\n" "help.text" msgid "Double-click the shape, and type or paste your text." -msgstr "" +msgstr "Dukart spustelėkite figūrą ir įrašykite arba įdėkite nukopijuotą tekstą." #. 3QJCm #: orgchart.xhp @@ -4100,7 +4073,7 @@ msgctxt "" "par_id3154504\n" "help.text" msgid "Click the <emph>Text</emph> icon on the <emph>Drawing</emph> bar, and drag a text object over the shape. Type or paste your text into the text object." -msgstr "" +msgstr "Spustelėkite <emph>Tekstas</emph> <emph>Braižymo</emph> juostoje ir tempkite teksto objektą į figūrą. Įveskite arba įdėkite nukopijuotą tekstą į teksto objektą." #. UoXeT #: orgchart.xhp @@ -4109,7 +4082,7 @@ msgctxt "" "hd_id3153730\n" "help.text" msgid "To add a color fill to a shape:" -msgstr "" +msgstr "Užpildyti figūrą spalva:" #. BEeDs #: orgchart.xhp @@ -4118,7 +4091,7 @@ msgctxt "" "par_id3155930\n" "help.text" msgid "Select the shape, and choose <emph>Format - Area</emph>." -msgstr "" +msgstr "Pažymėkite figūrą ir pasirinkite <emph>Formatas → Sritis</emph>." #. qwtGz #: orgchart.xhp @@ -4127,7 +4100,7 @@ msgctxt "" "par_id3145348\n" "help.text" msgid "Select <emph>Color</emph>, and then click a color in the list." -msgstr "" +msgstr "Pasirinkite <emph>Spalvą</emph> spustelėdami spalvų sąraše." #. AyCZk #: orgchart.xhp @@ -4136,7 +4109,7 @@ msgctxt "" "hd_id3150934\n" "help.text" msgid "To add some hot spots that call other slides:" -msgstr "" +msgstr "Įterpti saitvietę, kuri iškviečia kitą skaidrę:" #. GTPfs #: orgchart.xhp @@ -4145,7 +4118,7 @@ msgctxt "" "par_id3145300\n" "help.text" msgid "Assign <link href=\"text/simpress/01/06070000.xhp\" name=\"interactions\">interactions</link> to some objects on your slide." -msgstr "" +msgstr "Priskirkite <link href=\"text/simpress/01/06070000.xhp\" name=\"interactions\">sąveiką</link> skaidrių objektams." #. XGWCc #: orgchart.xhp @@ -4154,7 +4127,7 @@ msgctxt "" "par_idN10898\n" "help.text" msgid "Select the object, then choose <emph>Slide Show - Interaction</emph>." -msgstr "" +msgstr "Pažymėkite objektą ir pasirinkite <emph>Demonstravimas → Sąveika</emph>." #. DFW6i #: orgchart.xhp @@ -4163,7 +4136,7 @@ msgctxt "" "par_idN108A0\n" "help.text" msgid "Select an interaction in the dialog. For example, select to go to the next slide when the user clicks the object." -msgstr "" +msgstr "Pasirinkite sąveiką dialogo lange. Pavyzdžiui, pereiti į kitą skaidrę spustelint objektą." #. MrzVi #: orgchart.xhp @@ -4172,7 +4145,7 @@ msgctxt "" "par_id3153922\n" "help.text" msgid "<link href=\"text/simpress/02/10100000.xhp\" name=\"Connectors\">Connectors</link>" -msgstr "" +msgstr "<link href=\"text/simpress/02/10100000.xhp\" name=\"Connectors\">Jungiamosios linijos</link>" #. 3e7tW #: orgchart.xhp @@ -4181,7 +4154,7 @@ msgctxt "" "par_id3156257\n" "help.text" msgid "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue points\">Glue points</link>" -msgstr "" +msgstr "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue points\">Jungiamieji taškai</link>" #. GhgSf #: page_copy.xhp @@ -4190,7 +4163,7 @@ msgctxt "" "tit\n" "help.text" msgid "Copying Slides From Other Presentations" -msgstr "" +msgstr "Kitos pateiktie skaidrių kopijavimas" #. BEQux #: page_copy.xhp @@ -4199,7 +4172,7 @@ msgctxt "" "bm_id3146971\n" "help.text" msgid "<bookmark_value>copying; slides</bookmark_value><bookmark_value>slides; copying between documents</bookmark_value><bookmark_value>pages; copying</bookmark_value><bookmark_value>inserting; slides from files</bookmark_value><bookmark_value>pasting;slides from other presentations</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>kopijavimas; skaidrės</bookmark_value><bookmark_value>skaidrės; kopijavimas iš vieno dokumento į kitą</bookmark_value><bookmark_value>puslapiai; kopijavimas</bookmark_value><bookmark_value>įterpimas; skaidrės iš failų</bookmark_value><bookmark_value>įdėjimas;skaidrės iš kitų pateikčių</bookmark_value>" #. paiDj #: page_copy.xhp @@ -4208,7 +4181,7 @@ msgctxt "" "hd_id3146971\n" "help.text" msgid "<variable id=\"page_copy\"><link href=\"text/simpress/guide/page_copy.xhp\" name=\"Copying Slides From Other Presentations\">Copying Slides From Other Presentations</link></variable>" -msgstr "" +msgstr "<variable id=\"page_copy\"><link href=\"text/simpress/guide/page_copy.xhp\" name=\"Copying Slides From Other Presentations\"> Skaidrės iš kitų pateikčių</link></variable>" #. BNyAE #: page_copy.xhp @@ -4217,7 +4190,7 @@ msgctxt "" "par_id3149378\n" "help.text" msgid "You can insert slides from another presentation into the current presentation. You can also copy and paste slides between presentations." -msgstr "" +msgstr "Galite įterpti skaidres iš kitos pateikties į esamą pateiktį. Taip pat galite kopijuoti ir įdėti skaidres iš vienos pateikties į kitą." #. 3QP4u #: page_copy.xhp @@ -4226,7 +4199,7 @@ msgctxt "" "hd_id3153418\n" "help.text" msgid "To insert a slide from another presentation:" -msgstr "" +msgstr "Įterpti skaidrę iš kitos pateikties:" #. 465Ep #: page_copy.xhp @@ -4235,7 +4208,7 @@ msgctxt "" "par_id3149018\n" "help.text" msgid "Open a presentation, and choose <emph>View - Normal</emph>." -msgstr "" +msgstr "Atverkite pateiktį ir pasirinkite <emph>Rodymas → Skaidrė</emph>." #. E6TbP #: page_copy.xhp @@ -4244,7 +4217,7 @@ msgctxt "" "par_id3154702\n" "help.text" msgid "Choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline><defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>." -msgstr "" +msgstr "Pasirinkite <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Skaidrė → Įterpti skaidrę iš failo</menuitem></caseinline><defaultinline><menuitem>Puslapis → Įterpti puslapį iš failo</menuitem></defaultinline></switchinline>." #. 4wCrD #: page_copy.xhp @@ -4253,7 +4226,7 @@ msgctxt "" "par_id3159238\n" "help.text" msgid "Locate the presentation file containing the slide that you want to insert, and click <emph>Insert</emph>." -msgstr "" +msgstr "Pasirinkite failą, iš kurio norite įterpti skaidrę ir spustelėkite <emph>Įterpti</emph>." #. GaYVn #: page_copy.xhp @@ -4262,7 +4235,7 @@ msgctxt "" "par_id3148837\n" "help.text" msgid "Click the plus sign next to the icon for the presentation file, and then select the slide(s) that you want to insert." -msgstr "" +msgstr "Spustelėkite pliuso ženkliuką prie pateikties failo piktogramos ir pasirinkite skaidres, kurias norite įterpti." #. qieyb #: page_copy.xhp @@ -4271,7 +4244,7 @@ msgctxt "" "par_id3148869\n" "help.text" msgid "Click <emph>OK</emph>." -msgstr "" +msgstr "Spustelėkite <emph>Gerai</emph>." #. EdFAC #: page_copy.xhp @@ -4280,7 +4253,7 @@ msgctxt "" "hd_id3154651\n" "help.text" msgid "To copy and paste slides between presentations:" -msgstr "" +msgstr "Kopijuoti skaidres iš vienos pateikties į kitą:" #. qoDv3 #: page_copy.xhp @@ -4289,7 +4262,7 @@ msgctxt "" "par_id3153812\n" "help.text" msgid "Open the presentations that you want to copy and paste between." -msgstr "" +msgstr "Atverkite pateiktis, kurių skaidres norite kopijuoti." #. jBCKp #: page_copy.xhp @@ -4298,7 +4271,7 @@ msgctxt "" "par_id3153073\n" "help.text" msgid "In the presentation containing the slide(s) that you want to copy, choose<emph> View - Slide Sorter</emph>." -msgstr "" +msgstr "Pateiktyje, iš kurios norite kopijuoti skaidres, pasirinkite <emph>Rodymas → Skaidrių rikiavimas</emph>." #. tvhFh #: page_copy.xhp @@ -4307,7 +4280,7 @@ msgctxt "" "par_id3147401\n" "help.text" msgid "Select the slide(s), and then choose<emph> Edit - Copy</emph>." -msgstr "" +msgstr "Pažymėkite skaidres ir pasirinkite <emph>Taisymas → Kopijuoti</emph>." #. Wka7H #: page_copy.xhp @@ -4316,7 +4289,7 @@ msgctxt "" "par_id3147298\n" "help.text" msgid "Change to the presentation where you want to paste the slide(s), and then choose <emph>View - Normal</emph>." -msgstr "" +msgstr "Pereikite į pateiktį, kur norite įdėti skaidres, ir pasirinkite <emph>Rodymas → Skaidrė</emph>." #. kWWEf #: page_copy.xhp @@ -4325,7 +4298,7 @@ msgctxt "" "par_id3156401\n" "help.text" msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>." -msgstr "" +msgstr "Pažymėkite skaidrę, po kurios norite įdėti skaidres, ir pasirinkite <emph>Taisymas → Įdėti</emph>." #. uGXHy #: palette_files.xhp @@ -4334,7 +4307,7 @@ msgctxt "" "tit\n" "help.text" msgid "Loading Color, Gradient, and Hatching Lists" -msgstr "" +msgstr "Spalvų, gradiento ir brūkšniuotės įkėlimas" #. fj5SB #: palette_files.xhp @@ -4343,7 +4316,7 @@ msgctxt "" "bm_id3154510\n" "help.text" msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>spalvos;sąrašo įkėlimas</bookmark_value><bookmark_value>gradientai; sąrašo įkėlimas</bookmark_value><bookmark_value>brūkšniuotė; sąrašo įkėlimas</bookmark_value><bookmark_value>įkėlimas;spalvos arba gradientai arba brūkšniuotė</bookmark_value>" #. szCGB #: palette_files.xhp @@ -4352,7 +4325,7 @@ msgctxt "" "hd_id3154510\n" "help.text" msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>" -msgstr "" +msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Spalvų, gradientų ir brūkšniuotės sąrašų įkėlimas</link></variable>" #. 6FeGK #: palette_files.xhp @@ -4361,7 +4334,7 @@ msgctxt "" "par_id3156385\n" "help.text" msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists." -msgstr "" +msgstr "Naudodamiesi sąrašais galite tvarkyti spalvas , gradientus ir brūkšniuotes. „$[officename]“ pateikia keletą sąrašų, kuriuos galite įkelti ir naudoti savo dokumente. Jei norite, galite pridėti arba šalinti elementus iš sąrašo arba net sukurti savo sąrašą." #. Bm4tE #: palette_files.xhp @@ -4370,7 +4343,7 @@ msgctxt "" "hd_id3155961\n" "help.text" msgid "To load a color list:" -msgstr "" +msgstr "Įkelti spalvų sąrašą:" #. 5yi7U #: palette_files.xhp @@ -4379,7 +4352,7 @@ msgctxt "" "par_id3154656\n" "help.text" msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab." -msgstr "" +msgstr "Pasirinkite <emph>Formatas → Sritis</emph> ir spustelėkite <emph> Spalvų</emph> kortelę." #. oerUd #: palette_files.xhp @@ -4388,7 +4361,7 @@ msgctxt "" "par_id3152896\n" "help.text" msgid "Click the <emph>Load Color List</emph> button." -msgstr "" +msgstr "Spustelėkite mygtuką <emph>Įkelti spalvų sąrašą</emph>." #. TNKUC #: palette_files.xhp @@ -4397,7 +4370,7 @@ msgctxt "" "par_id3151239\n" "help.text" msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc." -msgstr "" +msgstr "Pasirinkite spalvų, kurias norite įkelti vietą, ir spustelėkite <emph>Atverti</emph>. Spalvų sąrašo formatas „[filename]“.soc." #. hgANf #: palette_files.xhp @@ -4406,7 +4379,7 @@ msgctxt "" "par_id3154762\n" "help.text" msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>." -msgstr "" +msgstr "Jei norite įrašyti spalvų sąrašą, spustelėkite mygtuką <emph>Įrašyti spalvų sąrašą</emph>, įveskite failo pavadinimą ir spustelėkite <emph>Įrašyti</emph>." #. Bpw8w #: palette_files.xhp @@ -4415,7 +4388,7 @@ msgctxt "" "bm_id3149871\n" "help.text" msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; Tango colors</bookmark_value><bookmark_value>Tango colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; CMYK</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>spalvos; numatytosios spalvos</bookmark_value><bookmark_value>spalvos „LibreOffice“ spalvos</bookmark_value><bookmark_value>„LibreOffice spalvos“</bookmark_value><bookmark_value>spalvos; „Tango“ spalvos</bookmark_value><bookmark_value>„Tango“ spalvos</bookmark_value><bookmark_value>spalvos; saitynas</bookmark_value><bookmark_value>spalvos; CMYK</bookmark_value>" #. sUkbS #: palette_files.xhp @@ -4424,7 +4397,7 @@ msgctxt "" "par_id3149871\n" "help.text" msgid "The CMYK list is optimized for print colors. The colors in the Web and the HTML lists are optimized for displays using a resolution of 256 colors. The palettes libreoffice.soc and tango.soc contain the official LibreOffice and Tango colors respectively." -msgstr "" +msgstr "CMYK sąrašas ir optimizuotas spausdinamų spalvų sąrašas. Saityno ir HTML sąrašo spalvos yra optimizuotas 256 spalvų sąrašas. Paletėse „libreoffice“.soc ir „tango“.com yra įprastos „LibereOffice“ ir „Tango“ spalvos.." #. zAWpj #: palette_files.xhp @@ -4433,7 +4406,7 @@ msgctxt "" "hd_id3150435\n" "help.text" msgid "To load a gradient list:" -msgstr "" +msgstr "Įkelti gradientų sąrašą:" #. ADuDF #: palette_files.xhp @@ -4442,7 +4415,7 @@ msgctxt "" "par_id3150393\n" "help.text" msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab." -msgstr "" +msgstr "Pasirinkite <emph>Formatas → Sritis</emph> ir spustelėkite <emph>Gradiento</emph> kortelę." #. HkDsv #: palette_files.xhp @@ -4451,7 +4424,7 @@ msgctxt "" "par_id3146322\n" "help.text" msgid "Click the <emph>Load Gradients List</emph> button." -msgstr "" +msgstr "Spustelėkite mygtuką <emph>Įkelti gradientų sąrašą</emph>." #. czyHE #: palette_files.xhp @@ -4460,7 +4433,7 @@ msgctxt "" "par_id3149946\n" "help.text" msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog." -msgstr "" +msgstr "Pasirinkite gradiento sąrašo vietą ir spustelėkite <emph>Atverti</emph>. Gradientų failo formatas „[filename]“.sog." #. Do8DY #: palette_files.xhp @@ -4469,7 +4442,7 @@ msgctxt "" "par_id3150740\n" "help.text" msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>." -msgstr "" +msgstr "Jei norite įrašyti gradientų sąrašą, spustelėkite mygtuką <emph>Įrašyti gradientų sąrašą</emph>, įveskite failo pavadinimą ir spustelėkite <emph>Įrašyti</emph>." #. VEGCM #: palette_files.xhp @@ -4478,7 +4451,7 @@ msgctxt "" "hd_id3153036\n" "help.text" msgid "To load a hatching list:" -msgstr "" +msgstr "Įkelti brūkšniuotės sąrašą:" #. f5Q9N #: palette_files.xhp @@ -4487,7 +4460,7 @@ msgctxt "" "par_id3155255\n" "help.text" msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab." -msgstr "" +msgstr "Pasirinkite <emph>Formatas → Sritis</emph> ir spustelėkite <emph>Brūkšniuotės</emph> kortelę." #. X9vSm #: palette_files.xhp @@ -4496,7 +4469,7 @@ msgctxt "" "par_id3153004\n" "help.text" msgid "Click the <emph>Load Hatches List</emph> button." -msgstr "" +msgstr "Spustelėkite mygtuką <emph>Įkelti brūkšniavimo sąrašą</emph>." #. FGRAd #: palette_files.xhp @@ -4505,7 +4478,7 @@ msgctxt "" "par_id3154505\n" "help.text" msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh." -msgstr "" +msgstr "Pasirinkite brūkšniavimo failo vietą ir spustelėkite <emph>Atverti</emph>. Brūkšniavimo failo formatas „[filename]“.soh." #. CJfVg #: palette_files.xhp @@ -4514,7 +4487,7 @@ msgctxt "" "par_id3149881\n" "help.text" msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>." -msgstr "" +msgstr "Jei norite įrašyti sąrašą, spustelėkite mygtuką <emph>Įrašyti brūkšniavimo sąrašą</emph>, įveskite failo pavadinimą ir spustelėkite <emph>Įrašyti</emph>." #. 6drbu #: palette_files.xhp @@ -4523,7 +4496,7 @@ msgctxt "" "par_id3155437\n" "help.text" msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Formatas → Sritis</link>" #. vf3R9 #: photo_album.xhp @@ -4532,7 +4505,7 @@ msgctxt "" "tit\n" "help.text" msgid "Impress Photo Album" -msgstr "" +msgstr "Pateikčių rengyklės nuotraukų albumas" #. aiwHA #: photo_album.xhp @@ -4541,7 +4514,7 @@ msgctxt "" "bm_id221120161451447252\n" "help.text" msgid "<bookmark_value>Photo Album</bookmark_value> <bookmark_value>Impress Photo Album</bookmark_value> <bookmark_value>Multimedia show;Impress Photo Album</bookmark_value> <bookmark_value>Kiosk;Impress Photo Album</bookmark_value> <bookmark_value>Slideshow;Impress Photo Album</bookmark_value> <bookmark_value>Album;Impress Photo Album</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Nuotraukų albumas</bookmark_value> <bookmark_value>Pateikčių rengyklės nuotraukų albumas</bookmark_value> <bookmark_value>Multimedijos demonstravimas;Pateikčių rengyklės nuotraukų albumas</bookmark_value> <bookmark_value>kioskas; Pateikčių rengyklės nuotraukų albumas </bookmark_value> <bookmark_value>skaidrių demonstravimas;pateikčių rengyklės nuotraukų albumas</bookmark_value> <bookmark_value>albumas;pateikčių rengyklės nuotraukų albumas</bookmark_value>" #. QU5XB #: photo_album.xhp @@ -4550,7 +4523,7 @@ msgctxt "" "hd_id221120161438527235\n" "help.text" msgid "<link href=\"text/simpress/guide/photo_album.xhp\">Impress Photo Album</link>" -msgstr "" +msgstr "<link href=\"text/simpress/guide/photo_album.xhp\">Pateikčių rengyklės nuotraukų albumas</link>" #. iyvYo #: photo_album.xhp @@ -4559,7 +4532,7 @@ msgctxt "" "par_id221120161439167558\n" "help.text" msgid "<ahelp hid=\".\">Inserts a photo album into your presentation document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įterpia nuotraukų albumą pateikčių dokumentą.</ahelp>" #. Gcey6 #: photo_album.xhp @@ -4568,7 +4541,7 @@ msgctxt "" "par_id221120161524583460\n" "help.text" msgid "The Impress photo album is a quick way to insert several pictures into a presentation and create a document suitable to run continuously in a kiosk or multimedia show." -msgstr "" +msgstr "Pateikčių rengyklės nuotraukų albumas leidžia greitai įterpti keletą pateikčių į pristatymą ir sukurti dokumentą, kurį galite nenutrūkstamai demonstruoti kioske arba multimedijos demonstravime." #. 9FBYE #: photo_album.xhp @@ -4577,7 +4550,7 @@ msgctxt "" "par_id221120161524584397\n" "help.text" msgid "Choose <item type=\"menuitem\">Insert – Media – Photo Album </item>" -msgstr "" +msgstr "Pasirinkite <item type=\"menuitem\">Įterpti → Medija → Nuotraukų albumas</item>" #. BNr6B #: photo_album.xhp @@ -4586,7 +4559,7 @@ msgctxt "" "hd_id221120161524583459\n" "help.text" msgid "To insert a photo album into your presentation" -msgstr "" +msgstr "Įterpti nuotraukų albumą į pristatymą." #. CVwmT #: photo_album.xhp @@ -4595,7 +4568,7 @@ msgctxt "" "par_id221120161524583519\n" "help.text" msgid "Open an existing or blank presentation." -msgstr "" +msgstr "Atverkite sukurtą arba naują pateiktį." #. K3GPg #: photo_album.xhp @@ -4604,7 +4577,7 @@ msgctxt "" "par_id221120161524586628\n" "help.text" msgid "Go to the slide that precede the photo album." -msgstr "" +msgstr "Eikite į skaidrę, kuri pateikia nuotraukų albumas." #. vnXtk #: photo_album.xhp @@ -4613,7 +4586,7 @@ msgctxt "" "par_id221120161524581298\n" "help.text" msgid "Choose <item type=\"menuitem\">Insert – Media – Photo Album</item>." -msgstr "" +msgstr "Pasirinkite <item type=\"menuitem\">Įterpti → Medija → Nuotraukų albumas</item>." #. mFDka #: photo_album.xhp @@ -4622,7 +4595,7 @@ msgctxt "" "par_id221120161524582911\n" "help.text" msgid "In the Create Photo Album dialog, click <item type=\"menuitem\">Add</item>." -msgstr "" +msgstr "Nuotraukų albumo kūrimo dialogo lange spustelėkite <item type=\"menuitem\">Pridėti</item>." #. WL9xm #: photo_album.xhp @@ -4631,7 +4604,7 @@ msgctxt "" "par_id221120161524597741\n" "help.text" msgid "Locate the files you want to insert." -msgstr "" +msgstr "Nurodykite failus, kuriuose norite įterpti." #. F8Go2 #: photo_album.xhp @@ -4640,7 +4613,7 @@ msgctxt "" "par_id221120161524594919\n" "help.text" msgid "Note: If several images are in the same folder, you can select a group of photos using the Shift or Ctrl keys while clicking on their filenames." -msgstr "" +msgstr "Pastaba: jei viename aplanke yra keletas paveikslų, galite pasirinkti jų grupę nuspaudę klavišus Lyg2 arba Vald, kai spustelėjate failo pavadinimą." #. z7nPC #: photo_album.xhp @@ -4649,7 +4622,7 @@ msgctxt "" "par_id221120161524595472\n" "help.text" msgid "Click <item type=\"menuitem\">Open</item> to add the files to the Photo Album." -msgstr "" +msgstr "Spustelėkite <item type=\"menuitem\">Atverti</item>, jei norite įtraukti failus į Nuotraukų albumą." #. RER5u #: photo_album.xhp @@ -4658,7 +4631,7 @@ msgctxt "" "par_id221120161524591012\n" "help.text" msgid "Tip: Click on a file name to display it in the <item type=\"menuitem\">Preview</item> area" -msgstr "" +msgstr "Pastaba: Spustelėkite failo pavadinimą, jei norite jį rodyti <item type=\"menuitem\">Peržiūros</item> srityje" #. tkYeB #: photo_album.xhp @@ -4667,7 +4640,7 @@ msgctxt "" "par_id221120161524595468\n" "help.text" msgid "Select the number of images per slide in the <item type=\"menuitem\">Slide layout</item> list box." -msgstr "" +msgstr "Pasirinkite skaidrės paveikslų skaičių <item type=\"menuitem\">Skaidrių struktūros </item> sąrašo lauke." #. MDy2f #: photo_album.xhp @@ -4676,7 +4649,7 @@ msgctxt "" "par_id221120161524598495\n" "help.text" msgid "Mark <item type=\"menuitem\">Add caption to each slide</item> checkbox if necessary, to insert a text box for the caption." -msgstr "" +msgstr "Pažymėkite <item type=\"menuitem\">Pridėti kiekvienos skaidrės pavadinimą</item>, jei norite įterpti pavadinimo teksto lauką." #. KU2Wq #: photo_album.xhp @@ -4685,7 +4658,7 @@ msgctxt "" "par_id221120161524592767\n" "help.text" msgid "Mark <item type=\"menuitem\">Keep aspect ratio</item> checkbox to avoid distorting the images when laying them in the slide. The image will be fully contained in the slide." -msgstr "" +msgstr "Pažymėkite <item type=\"menuitem\">Išlaikyti proporcijas</item>, kad įterpiamas paveikslas nebūtų iškraipytas. Paveikslas pilnai įtalpinamas į skaidrę." #. ZHXDy #: photo_album.xhp @@ -4694,7 +4667,7 @@ msgctxt "" "par_id221120161524597069\n" "help.text" msgid "Mark <item type=\"menuitem\">Fill screen</item> to make the image fill the whole presentation screen. The resulting image may be larger than the slide." -msgstr "" +msgstr "Pažymėkite <item type=\"menuitem\">Per visą ekraną</item>, jei norite, kad paveikslas uždengtų visą demonstravimo ekraną. Galutinis paveikslas gali būti didesnis už skaidrę." #. rAjZX #: photo_album.xhp @@ -4703,7 +4676,7 @@ msgctxt "" "par_id221120161524595994\n" "help.text" msgid "Mark <item type=\"menuitem\">Link images</item> to create a link to the image location in your file system or internet. This option will not embed the images in the presentation document." -msgstr "" +msgstr "Pažymėkite <item type=\"menuitem\">Susieti nuotraukas</item>, jei norite sukurti saitą su paveikslo vietą jūsų failų sistemoje arba internete. Ši parinkite neįterpia paveikslo į pateikties dokumentą." #. WBrj4 #: photo_album.xhp @@ -4712,7 +4685,7 @@ msgctxt "" "par_id221120161524593343\n" "help.text" msgid "Click <item type=\"menuitem\">Insert Slides</item>." -msgstr "" +msgstr "spustelėkite <item type=\"menuitem\">Įterpti skaidres</item>." #. RiddC #: photo_album.xhp @@ -4721,7 +4694,7 @@ msgctxt "" "par_id221120161524501012\n" "help.text" msgid "Warning: Clicking Undo will not delete a photo album. Right-click the slides on the slide panel and select <item type=\"menuitem\">Delete Slide</item> to delete the slides." -msgstr "" +msgstr "Įspėjimas: Jei spustelėsite „Atšaukti“, nuotraukų albumas nebus pašalintas. Spustelėkite dešiniuoju pelės klavišu skidrę skaidrių išdėstymo juostoje ir pasirinkite <item type=\"menuitem\">Šalinti skaidrę</item>, jei norite pašalinti skaidrę." #. cs5Gr #: photo_album.xhp @@ -4730,7 +4703,7 @@ msgctxt "" "par_id221120161524598688\n" "help.text" msgid "<link href=\"text/simpress/guide/show.xhp\">Slide Shows</link>" -msgstr "" +msgstr "<link href=\"text/simpress/guide/show.xhp\">Demonstravimas</link>" #. 7XdDd #: photo_album.xhp @@ -4739,7 +4712,7 @@ msgctxt "" "par_id221120161524592232\n" "help.text" msgid "<link href=\"text/shared/guide/insert_bitmap.xhp\">Insert images</link>" -msgstr "" +msgstr "<link href=\"text/shared/guide/insert_bitmap.xhp\">Įterpti paveikslą</link>" #. 993TX #: presenter_console.xhp @@ -4748,7 +4721,7 @@ msgctxt "" "tit\n" "help.text" msgid "Using the Presenter Console" -msgstr "" +msgstr "Naudojant pranešėjo pultą" #. AaT4t #: presenter_console.xhp @@ -4757,7 +4730,7 @@ msgctxt "" "hd_id190820172252141064\n" "help.text" msgid "<link href=\"text/simpress/guide/presenter_console.xhp\">Using the Presenter Console</link>" -msgstr "" +msgstr "<link href=\"text/simpress/guide/presenter_console.xhp\">Naudojant pranešėjo pultą</link>" #. BBPMC #: presenter_console.xhp @@ -4766,7 +4739,7 @@ msgctxt "" "par_id190820172252291885\n" "help.text" msgid "<ahelp hid=\".\">The Presenter Console displays the slide show in an external screen (projector or large television), while the presentation controls are shown in the computer screen.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pranešėjo pulte rodomas skaidrių demonstravimas papildomame ekrane (projektoriuje arba televizoriuje), kai pateikčių valdymas yra rodomas kompiuterio ekrane.</ahelp>" #. p2PGF #: presenter_console.xhp @@ -4775,7 +4748,7 @@ msgctxt "" "par_id190820172252291668\n" "help.text" msgid "The Presenter Console provides extra control over slide shows by using different views on your computer display and on the display seen by the audience. The view you see on your computer display includes the current slide, the upcoming slide, optionally the slide notes, and a presentation timer." -msgstr "" +msgstr "Pranešėjo pulte yra papildomas skaidrių demonstravimo valdymo funkcijas, kurios pateikia skirtingus rodinius kompiuterio ekrane ir klausytojų matomame ekrane. Kompiuteryje rodoma esama skaidrė ir skaidrė, kuri bus rodoma po jos, taip part matomos skaidrės pastabos ir laikmatis." #. wz2dB #: presenter_console.xhp @@ -4784,7 +4757,7 @@ msgctxt "" "par_id91512579485395\n" "help.text" msgid "The Presenter Console works only on an operating system that supports multiple displays and only when two displays are connected (one may be the laptop built-in display)." -msgstr "" +msgstr "Pranešėjo pultas galimas tik operacinėse sistemose palaikančiose rodymą keliuose ekranuose ir kai abu ekranai yra sujungti." #. BpyKy #: presenter_console.xhp @@ -4793,7 +4766,7 @@ msgctxt "" "hd_id391512577186778\n" "help.text" msgid "Presenter console activation" -msgstr "" +msgstr "Pranešėjo pulto aktyvavimas" #. cGATE #: presenter_console.xhp @@ -4802,7 +4775,7 @@ msgctxt "" "par_id21512577205388\n" "help.text" msgid "To enable the Presenter Console:" -msgstr "" +msgstr "Įjungti pranešėjo pultą:" #. 5rxMR #: presenter_console.xhp @@ -4811,7 +4784,7 @@ msgctxt "" "par_id351512577323192\n" "help.text" msgid "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 Impress - General</item>." -msgstr "" +msgstr "Pasirinkite <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Priemonės → Parinktys</item></defaultinline></switchinline><item type=\"menuitem\"> → „%PRODUCTNAME “ pateikčių rengyklė → Bendrosios parinktys</item>." #. wDfL5 #: presenter_console.xhp @@ -4820,16 +4793,7 @@ msgctxt "" "par_id411512577389978\n" "help.text" msgid "Select <emph>Enable Presenter Console</emph> in the Presentation area." -msgstr "" - -#. XLLiS -#: presenter_console.xhp -msgctxt "" -"presenter_console.xhp\n" -"par_id261512578116942\n" -"help.text" -msgid "<image id=\"img_impressoptions\" src=\"media/screenshots/cui/ui/optionsdialog/impressoptionsgeneraldialog.png\" width=\"793px\" height=\"538px\"><alt id=\"alt_id821512578116950\">Enable Presenter Console option</alt></image>" -msgstr "" +msgstr "Pažymėkite <emph>Įgalinti pranešėjo pultą </emph> demonstravimo dalyje." #. uvjdu #: presenter_console.xhp @@ -4838,7 +4802,7 @@ msgctxt "" "par_id371512836579028\n" "help.text" msgid "To activate the Presenter Console:" -msgstr "" +msgstr "Aktyvuoti pranešėjo pultą:" #. efYXk #: presenter_console.xhp @@ -4847,7 +4811,7 @@ msgctxt "" "par_id101512577717469\n" "help.text" msgid "Connect an auxiliary display to your computer," -msgstr "" +msgstr "Prijunkite pagalbinį ekraną prie kompiuterio," #. nVBX5 #: presenter_console.xhp @@ -4856,7 +4820,7 @@ msgctxt "" "par_id391512577726275\n" "help.text" msgid "Run the slide show. Press F5 or Shift-F5 or choose <item type=\"menuitem\">Slide Show - Start from First Slide</item> or <item type=\"menuitem\">Start from Current Slide</item>." -msgstr "" +msgstr "paleiskite skaidrių demonstravimą. Spustelėkite F5 arba pasirinkite <item type=\"menuitem\">Demonstravimas → Pradėti nuo pirmos skaidrės</item> arba <item type=\"menuitem\"> Pradėti nuo veikiamosios skaidrės</item>." #. UVsEC #: presenter_console.xhp @@ -4865,7 +4829,7 @@ msgctxt "" "hd_id911512577777440\n" "help.text" msgid "Presenter console controls" -msgstr "" +msgstr "Pranešėjo pulto valdikliai" #. gqJpQ #: presenter_console.xhp @@ -4874,7 +4838,7 @@ msgctxt "" "par_id721512827886185\n" "help.text" msgid "<image src=\"media/helpimg/sd_PresenterConsole04.png\" id=\"img_id401512827886185\" width=\"640\" height=\"72\"><alt id=\"alt_id71512827886185\">Presenter Console Controls</alt></image>" -msgstr "" +msgstr "<image src=\"media/helpimg/sd_PresenterConsole04.png\" id=\"img_id401512827886185\" width=\"640\" height=\"72\"><alt id=\"alt_id71512827886185\">Pranešėjo pulto valdikliai</alt></image>" #. 3ojGd #: presenter_console.xhp @@ -4883,7 +4847,7 @@ msgctxt "" "par_id71512828085688\n" "help.text" msgid "<emph>Previous</emph>: move to previous slide." -msgstr "" +msgstr "<emph>Ankstesnė</emph>: pereinama į ankstesnę skaidrę." #. jniRZ #: presenter_console.xhp @@ -4892,7 +4856,7 @@ msgctxt "" "par_id61512828110394\n" "help.text" msgid "<emph>Next</emph>: move to next slide." -msgstr "" +msgstr "<emph>Kita</emph>: pereinama į kitą skaidrę." #. Nv6z4 #: presenter_console.xhp @@ -4928,7 +4892,7 @@ msgctxt "" "par_id731512828322875\n" "help.text" msgid "<emph>Exchange</emph>: Switch the displays between the computer and the presentation display." -msgstr "" +msgstr "<emph>Pakeitimas</emph>: perjungia kompiuterio ir pateikties ekranus." #. Cps3Y #: presenter_console.xhp @@ -4937,7 +4901,7 @@ msgctxt "" "par_id891512828892146\n" "help.text" msgid "<emph>Close</emph>: In the Notes and Slide Sorter mode, return to the Normal mode." -msgstr "" +msgstr "<emph>Užverti</emph>: iš pastabų ir skaidrių rikiavimo veiksenos pereina į įprastą skaidrių veikseną." #. tv52h #: presenter_console.xhp @@ -4946,7 +4910,7 @@ msgctxt "" "hd_id281512836182615\n" "help.text" msgid "Presenter Console Keyboard Shortcuts" -msgstr "" +msgstr "Pranešėjo pulto spartieji klavišai" #. a38t5 #: presenter_console.xhp @@ -4955,7 +4919,7 @@ msgctxt "" "hd_id791512827206666\n" "help.text" msgid "Presenter Console modes" -msgstr "" +msgstr "Pranešėjo pulto veiksenos" #. yVhhn #: presenter_console.xhp @@ -4964,7 +4928,7 @@ msgctxt "" "hd_id181512827240072\n" "help.text" msgid "Normal Mode" -msgstr "" +msgstr "Skaidrių veiksena" #. pCQCq #: presenter_console.xhp @@ -4973,7 +4937,7 @@ msgctxt "" "par_id341512828780413\n" "help.text" msgid "The Normal mode shows the current slide on the left and the next slide on the right of the computer display." -msgstr "" +msgstr "Skaidrių veiksenoje pateikiama esama skaidrė kompiuterio ekrano kairėje ir sekanti skaidrė kompiuterio ekrano dešinėje." #. hRYrF #: presenter_console.xhp @@ -4982,7 +4946,7 @@ msgctxt "" "par_id311512825411947\n" "help.text" msgid "<image src=\"media/helpimg/sd_PresenterConsole01.png\" id=\"img_id481512825411947\" width=\"640\" height=\"360\"><alt id=\"alt_id151512825411947\">Presenter console normal mode</alt></image>" -msgstr "" +msgstr "<image src=\"media/helpimg/sd_PresenterConsole01.png\" id=\"img_id481512825411947\" width=\"640\" height=\"360\"><alt id=\"alt_id151512825411947\">Pranešėjo pulto skaidrių veiksena</alt></image>" #. bkgnr #: presenter_console.xhp @@ -4991,7 +4955,7 @@ msgctxt "" "hd_id51512827289580\n" "help.text" msgid "Notes mode" -msgstr "" +msgstr "Pastabų veiksena" #. QootH #: presenter_console.xhp @@ -5000,7 +4964,7 @@ msgctxt "" "par_id711512828774884\n" "help.text" msgid "The Notes mode displays the current slide on the left, the slides notes on the right and the next slide below the current slide." -msgstr "" +msgstr "Pastabų veiksenoje pateikiama esama skaidrė kompiuterio ekrano kairėje, pastabos – dešinėje, o sekanti skaidrė po esama skaidre." #. GZpEK #: presenter_console.xhp @@ -5009,7 +4973,7 @@ msgctxt "" "par_id961512827293400\n" "help.text" msgid "<image src=\"media/helpimg/sd_PresenterConsole03.png\" id=\"img_id651512827293401\" width=\"640\" height=\"360\"><alt id=\"alt_id881512827293401\">Notes mode</alt></image>" -msgstr "" +msgstr "<image src=\"media/helpimg/sd_PresenterConsole03.png\" id=\"img_id651512827293401\" width=\"640\" height=\"360\"><alt id=\"alt_id881512827293401\">Pastabų veiksena</alt></image>" #. HRVDE #: presenter_console.xhp @@ -5018,7 +4982,7 @@ msgctxt "" "hd_id801512827429345\n" "help.text" msgid "Slide sorter mode" -msgstr "" +msgstr "Skaidrių rikiavimo veiksena" #. 2WeyF #: presenter_console.xhp @@ -5027,7 +4991,7 @@ msgctxt "" "par_id571512828767315\n" "help.text" msgid "The Slide Sorter mode displays all slides in the computer screen and allows to display the selected slide out of the presentation order." -msgstr "" +msgstr "Skaidrių rikiavimo veiksenoje pateikiamos visos skaidrės kompiuterio ekrane ir leidžiama rodyti klausytojams bet kurią pasirinktą skaidrę." #. 2Q6uN #: presenter_console.xhp @@ -5036,7 +5000,7 @@ msgctxt "" "par_id721512827434997\n" "help.text" msgid "<image src=\"media/helpimg/sd_PresenterConsole02.png\" id=\"img_id831512827434997\" width=\"640\" height=\"360\"><alt id=\"alt_id221512827434997\">Slide sorter mode</alt></image>" -msgstr "" +msgstr "<image src=\"media/helpimg/sd_PresenterConsole02.png\" id=\"img_id831512827434997\" width=\"640\" height=\"360\"><alt id=\"alt_id221512827434997\">Skaidrių rikiavimo veiksena</alt></image>" #. CWahu #: presenter_console.xhp @@ -5045,7 +5009,7 @@ msgctxt "" "par_id311512837936329\n" "help.text" msgid "<link href=\"text/simpress/guide/impress_remote.xhp\" name=\"Impress Remote User Guide\">Impress Remote User Guide</link>" -msgstr "" +msgstr "<link href=\"text/simpress/guide/impress_remote.xhp\" name=\"Impress Remote User Guide\">Pateikties pulto naudotojo vadovas</link>" #. DEwuo #: print_tofit.xhp @@ -5054,7 +5018,7 @@ msgctxt "" "tit\n" "help.text" msgid "Printing a Slide to Fit a Paper Size" -msgstr "" +msgstr "Spausdinama skaidrė pritaikoma prie lapo dydžio." #. 2xWuE #: print_tofit.xhp @@ -5063,7 +5027,7 @@ msgctxt "" "bm_id3155067\n" "help.text" msgid "<bookmark_value>fitting to pages; individual slides</bookmark_value><bookmark_value>pages; fitting to printed pages</bookmark_value><bookmark_value>printing; fitting to paper</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>pritaikoma prie lapo; atskira skaidrė</bookmark_value><bookmark_value>lapai; pritaikoma prie spausdinamo lapo</bookmark_value><bookmark_value>spausdinama; pritaikoma prie lapo</bookmark_value>" #. 46R7k #: print_tofit.xhp @@ -5072,7 +5036,7 @@ msgctxt "" "hd_id3155067\n" "help.text" msgid "<variable id=\"print_tofit\"><link href=\"text/simpress/guide/print_tofit.xhp\" name=\"Printing a Slide to Fit a Paper Size\">Printing a Slide to Fit a Paper Size</link></variable>" -msgstr "" +msgstr "<variable id=\"print_tofit\"><link href=\"text/simpress/guide/print_tofit.xhp\" name=\"Printing a Slide to Fit a Paper Size\">Spausdinamą skaidrę prie lapo dydžio</link></variable>" #. DXNCe #: print_tofit.xhp @@ -5081,7 +5045,7 @@ msgctxt "" "par_id3154704\n" "help.text" msgid "You can reduce the size of a slide when you print, so that the slide can fit on a printed page." -msgstr "" +msgstr "Skaidrę galite sumažinti, kad tilptų į spausdinamą lapą." #. HH2uG #: print_tofit.xhp @@ -5090,7 +5054,7 @@ msgctxt "" "par_id3154658\n" "help.text" msgid "Open the document that you want to print." -msgstr "" +msgstr "Atverkite spausdinamą dokumentą." #. rVCF3 #: print_tofit.xhp @@ -5288,7 +5252,7 @@ msgctxt "" "par_id5703909\n" "help.text" msgid "You see four areas on this dialog with check boxes for Header, Date and time, Footer, and Page number. These four areas correspond to the four areas in the corners of the master handout view." -msgstr "" +msgstr "Matote keturias dialogo lango sritis su žymimaisiais langeliais: puslapinė antraštė, data ir laikas, puslapinė poraštė ir puslapio numeris. Šios keturios sritys atitinka skaidrų maketo rodinio kampe esančias keturias sritis." #. VaD3B #: printing.xhp @@ -5315,7 +5279,7 @@ msgctxt "" "par_id863063\n" "help.text" msgid "The fields in the master handout view on screen are not updated, but the text that you entered will be printed." -msgstr "" +msgstr "Skaidrių maketo rodinio laukai nėra atnaujinami, bet įvestas tekstas bus spausdinamas." #. YHUmc #: printing.xhp @@ -6251,7 +6215,7 @@ msgctxt "" "tit\n" "help.text" msgid "Converting Text Characters into Drawing Objects" -msgstr "" +msgstr "Tekstinių ženklų konvertavimas į brėžinius" #. dQUaw #: text2curve.xhp @@ -6260,7 +6224,7 @@ msgctxt "" "bm_id3150717\n" "help.text" msgid "<bookmark_value>text; converting to curves</bookmark_value><bookmark_value>characters; converting to curves</bookmark_value><bookmark_value>sign conversion to curves</bookmark_value><bookmark_value>converting; text to curves</bookmark_value><bookmark_value>draw objects;converting text to</bookmark_value><bookmark_value>curves;converting text to</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>tekstas; konvertuoti į kreivę</bookmark_value><bookmark_value>ženklai; konvertuoti į kreivę</bookmark_value><bookmark_value>žymėti konvertavimą kaip kreivę</bookmark_value><bookmark_value>konvertavimas; tekstas į kreives</bookmark_value><bookmark_value>braižymo objektas;konvertuojamas tekstas į</bookmark_value><bookmark_value>kreivės; konvertuojamas tekstas į</bookmark_value>" #. 3DRwU #: text2curve.xhp @@ -6422,4 +6386,4 @@ msgctxt "" "par_id3147371\n" "help.text" msgid "<link href=\"text/simpress/01/13050200.xhp\" name=\"Convert to Polygon\">Convert to Polygon</link>" -msgstr "" +msgstr "<link href=\"text/simpress/01/13050200.xhp\" name=\"Convert to Polygon\">Konvertuoti į daugiakampį</link>" diff --git a/source/lt/helpcontent2/source/text/smath/01.po b/source/lt/helpcontent2/source/text/smath/01.po index 95139a040fd..527a018472b 100644 --- a/source/lt/helpcontent2/source/text/smath/01.po +++ b/source/lt/helpcontent2/source/text/smath/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: 2019-09-30 14:02+0200\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" "PO-Revision-Date: 2019-11-05 12:05+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textsmath01/lt/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 3.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1542030720.000000\n" #. QmNGE @@ -3850,13 +3850,13 @@ msgctxt "" msgid "<variable id=\"attributes\"><link href=\"text/smath/01/03090600.xhp\" name=\"Attributes\">Attributes</link> </variable>" msgstr "<variable id=\"attributes\"><link href=\"text/smath/01/03090600.xhp\" name=\"Attributes\">Požymiai</link> </variable>" -#. qJugC +#. Q2dMs #: 03090600.xhp msgctxt "" "03090600.xhp\n" "par_id3145802\n" "help.text" -msgid "You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements pane. These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window." +msgid "You can choose from various attributes for <emph>%PRODUCTNAME Math</emph> formulas. Some attributes are displayed in the lower part of the Elements pane. These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window." msgstr "" #. LGFaf diff --git a/source/lt/helpcontent2/source/text/swriter.po b/source/lt/helpcontent2/source/text/swriter.po index 74f212fa524..34e352b9100 100644 --- a/source/lt/helpcontent2/source/text/swriter.po +++ b/source/lt/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: 2019-11-13 13:46+0100\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" "PO-Revision-Date: 2019-11-05 12:20+0000\n" "Last-Translator: Tolmantas <tolmantas.dagys@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textswriter/lt/>\n" @@ -304,14 +304,14 @@ msgctxt "" msgid "Use the file with your %PRODUCTNAME locale in the name as example." msgstr "Naudokite failą su savo %PRODUCTNAME vieta pavadinime kaip pavyzdį." -#. pouDz +#. rx2Dm #: classificationbar.xhp msgctxt "" "classificationbar.xhp\n" "par_id030820161747137522\n" "help.text" -msgid "Save the file and make the adequate changes to the classificationpath above to access the file." -msgstr "Išsaugokite failą ir padarykite atitinkamus pakeitimus klasifikacijos adresui aukščiau, kad pasiektumėte failą." +msgid "Save the file and make the adequate changes to the classification path above to access the file." +msgstr "" #. Z2iUo #: classificationbar.xhp @@ -1051,14 +1051,14 @@ msgctxt "" msgid "<link href=\"text/swriter/01/04070000.xhp\" name=\"Envelope\">Envelope</link>" msgstr "<link href=\"text/swriter/01/04070000.xhp\" name=\"Vokas\">Vokas</link>" -#. HzowX +#. qjyHA #: main0104.xhp msgctxt "" "main0104.xhp\n" "hd_id3149428\n" "help.text" -msgid "<link href=\"text/swriter/01/04190000.xhp\" name=\"File\">Document</link>" -msgstr "<link href=\"text/swriter/01/04190000.xhp\" name=\"Failas\">Dokumentas</link>" +msgid "<link href=\"text/swriter/01/04190000.xhp\" name=\"File\">Text from File</link>" +msgstr "" #. RFwdc #: main0104.xhp @@ -2941,14 +2941,14 @@ msgctxt "" msgid "Desktop Publishing with $[officename] Writer" msgstr "Darbalaukio leidyba naudojantis „$[officename]“ tekstų rengykle" -#. QPCu7 +#. aTuVb #: main0503.xhp msgctxt "" "main0503.xhp\n" "par_id3145610\n" "help.text" -msgid "$[officename] Writer contains numerous desktop publishing and drawing tools to assist you in creating professionally styled documents, such as brochures, newsletters and invitations. You can format your documents with multi-column layouts, <link href=\"text/swriter/guide/text_frame.xhp\" name=\"text frames\">text frames</link>, <link href=\"text/swriter/guide/insert_graphic.xhp\" name=\"graphics\">graphics</link>, <link href=\"text/swriter/guide/table_insert.xhp\" name=\"tables\">tables</link>, and other objects." -msgstr "„$[officename]“ tekstų rengyklėje yra daugybė funkcijų, padedančių sukurti gerai sutvarkytus dokumentus. Tekstą galima suformatuoti į stulpelius, sukurti su tekstu susietus <link href=\"text/swriter/guide/text_frame.xhp\" name=\"teksto kadrai\">teksto kadrus</link>, <link href=\"text/swriter/guide/insert_graphic.xhp\" name=\"paveikslai\">paveikslus</link>, <link href=\"text/swriter/guide/table_insert.xhp\" name=\"lentelės\">lenteles</link> bei kitus objektus." +msgid "$[officename] Writer contains numerous desktop publishing and drawing tools to assist you in creating professionally styled documents, such as brochures, newsletters and invitations. You can format your documents with multi-column layouts, <link href=\"text/swriter/guide/text_frame.xhp\" name=\"frames\">frames</link>, <link href=\"text/swriter/guide/insert_graphic.xhp\" name=\"graphics\">graphics</link>, <link href=\"text/swriter/guide/table_insert.xhp\" name=\"tables\">tables</link>, and other objects." +msgstr "" #. EpFCE #: main0503.xhp diff --git a/source/lt/helpcontent2/source/text/swriter/00.po b/source/lt/helpcontent2/source/text/swriter/00.po index 5ffecd1c5e9..6ff31675dd9 100644 --- a/source/lt/helpcontent2/source/text/swriter/00.po +++ b/source/lt/helpcontent2/source/text/swriter/00.po @@ -3,17 +3,17 @@ 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-07-11 18:38+0200\n" -"PO-Revision-Date: 2019-11-05 12:01+0000\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" +"PO-Revision-Date: 2019-12-17 11:21+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" -"Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textswriter00/lt/>\n" +"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter00/lt/>\n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 3.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1566332050.000000\n" #. E9tti @@ -574,95 +574,95 @@ msgctxt "" msgid "<variable id=\"manuellerumbruch\">Choose <emph>Insert - Manual Break</emph></variable>" msgstr "<variable id=\"manuellerumbruch\">Pasirinkite<emph>Įterpimas → Puslapio lūžis</emph></variable>" -#. cfiWY +#. HX3xL #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3154654\n" "help.text" -msgid "Choose <emph>Insert - Field</emph>" -msgstr "Pasirinkite<emph>Įterpimas → Laukas</emph>" +msgid "Choose <menuitem>Insert - Field</menuitem>" +msgstr "" -#. 57JNa +#. 28cuG #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3146966\n" "help.text" -msgid "Open context menu - choose <emph>Fields</emph> (inserted fields)" -msgstr "Atverti kontekstinį meniu → pasirinkite <emph>Laukai</emph> (įterpti laukai)" +msgid "<variable id=\"fieldcontextmenu\" visibility=\"hidden\">Open context menu - choose <menuitem>Fields</menuitem> (inserted fields)</variable>" +msgstr "" -#. CVEAF +#. TNXhr #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3149053\n" "help.text" -msgid "<variable id=\"feldbefehldatum\">Choose <emph>Insert - Field - Date</emph></variable>" -msgstr "<variable id=\"feldbefehldatum\">Pasirinkite<emph>Įterpti → Laukas → Data</emph></variable>" +msgid "<variable id=\"feldbefehldatum\">Choose <menuitem>Insert - Field - Date</menuitem></variable>" +msgstr "" -#. Xxuvf +#. nKMHB #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3151393\n" "help.text" -msgid "<variable id=\"feldbefehluhrzeit\">Choose <emph>Insert - Field - Time</emph></variable>" -msgstr "<variable id=\"feldbefehluhrzeit\">Pasirinkite<emph>Įterpimas → Laukas → Laikas</emph></variable>" +msgid "<variable id=\"feldbefehluhrzeit\">Choose <menuitem>Insert - Field - Time</menuitem></variable>" +msgstr "" -#. L75qE +#. WHhqc #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3146325\n" "help.text" -msgid "<variable id=\"feldbefehlseitennummer\">Choose <emph>Insert - Field - Page Number</emph></variable>" -msgstr "<variable id=\"feldbefehlseitennummer\">Pasirinkite<emph>Įterpimas → Laukas → Puslapių numeriai</emph></variable>" +msgid "<variable id=\"feldbefehlseitennummer\">Choose <menuitem>Insert - Field - Page Number</menuitem></variable>" +msgstr "" -#. eXqQu +#. yZFgD #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3149356\n" "help.text" -msgid "<variable id=\"feldbefehlseitenanzahl\">Choose <emph>Insert - Field - Page Count</emph></variable>" -msgstr "<variable id=\"feldbefehlseitenanzahl\">Pasirinkite<emph>Įterpimas → Laukas → Puslapių skaičius</emph></variable>" +msgid "<variable id=\"feldbefehlseitenanzahl\">Choose <menuitem>Insert - Field - Page Count</menuitem></variable>" +msgstr "" -#. Gnfih +#. 6qzDS #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3153003\n" "help.text" -msgid "<variable id=\"feldbefehlthema\">Choose <emph>Insert - Field - Subject</emph></variable>" -msgstr "<variable id=\"feldbefehlthema\">Pasirinkite<emph>Įterpimas → Laukas → Tema</emph></variable>" +msgid "<variable id=\"feldbefehlthema\">Choose <menuitem>Insert - Field - Subject</menuitem></variable>" +msgstr "" -#. bu5zb +#. Q72uA #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3150016\n" "help.text" -msgid "<variable id=\"feldbefehltitel\">Choose <emph>Insert - Field - Title</emph></variable>" -msgstr "<variable id=\"feldbefehltitel\">Pasirinkite<emph>Įterpimas → Laukas → Pavadinimas</emph></variable>" +msgid "<variable id=\"feldbefehltitel\">Choose <menuitem>Insert - Field - Title</menuitem></variable>" +msgstr "" -#. Faetr +#. WhGex #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3150564\n" "help.text" -msgid "<variable id=\"feldbefehlautor\">Choose <emph>Insert - Field - Author</emph></variable>" -msgstr "<variable id=\"feldbefehlautor\">Pasirinkite<emph>Įterpimas → Laukas → Autorius</emph></variable>" +msgid "<variable id=\"feldbefehlautor\">Choose <menuitem>Insert - Field - First Author</menuitem></variable>" +msgstr "" -#. kzRca +#. UEyYF #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3148386\n" "help.text" -msgid "Choose <emph>Insert - Field - More Fields</emph>" -msgstr "Pasirinkite <emph>Įterpimas → Laukas → Daugiau laukų</emph>" +msgid "Choose <menuitem>Insert - Field - More Fields</menuitem>" +msgstr "" #. 7Fiod #: 00000404.xhp @@ -1348,14 +1348,14 @@ msgctxt "" msgid "<variable id=\"einfhorizlinie\">Choose <emph>Insert - Horizontal Rule</emph></variable>" msgstr "<variable id=\"einfhorizlinie\">Pasirinkite <emph>Įterpimas → Horizontali linija</emph></variable>" -#. SXBQa +#. LePpP #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3150661\n" "help.text" -msgid "Choose <emph>Insert - File</emph>" -msgstr "Pasirinkite<emph>Įterpimas → Failas</emph>" +msgid "Choose <menuitem>Insert - Text from File</menuitem>" +msgstr "" #. Yk7M7 #: 00000404.xhp @@ -1375,14 +1375,14 @@ msgctxt "" msgid "<image id=\"img_id3149966\" src=\"cmd/sc_insertdoc.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149966\">Icon</alt></image>" msgstr "<image id=\"img_id3149966\" src=\"cmd/sc_insertdoc.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149966\">Piktograma</alt></image>" -#. DHK5n +#. e6VAk #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3150599\n" "help.text" -msgid "File" -msgstr "Failas" +msgid "Text from File" +msgstr "" #. 5exGw #: 00000404.xhp @@ -1402,15 +1402,6 @@ msgctxt "" msgid "<variable id=\"fusszeile\">Choose <emph>Insert - Header and Footer - Footer</emph></variable>" msgstr "<variable id=\"fusszeile\">Pasirinkite<emph>Įterpimas → Puslapinė antraštė ir poraštė → Puslapinė poraštė</emph></variable>" -#. c6VE3 -#: 00000404.xhp -msgctxt "" -"00000404.xhp\n" -"par_id81526422144005\n" -"help.text" -msgid "Choose <emph>Insert - Signature Line...</emph>" -msgstr "Pasirinkite <emph>Įterpimas → Parašo eilutė...</emph>" - #. p2LBA #: 00000405.xhp msgctxt "" @@ -1472,7 +1463,7 @@ msgctxt "" "par_id3154275\n" "help.text" msgid "Choose <emph>Edit - Find & Replace - Format - Text Flow</emph> tab." -msgstr "Pasirinkite <emph>Taisa → Ieškoti ir keisti → Formatas → Teksto skaidymas</emph> skirtuką." +msgstr "Pasirinkite komandą <emph>Taisa → Ieškoti ir keisti</emph>, spustelėkite mygtuką <emph>Formatas</emph> ir atverkite kortelę <emph>Teksto skaidymas</emph>." #. ihtMU #: 00000405.xhp @@ -1483,6 +1474,15 @@ msgctxt "" msgid "Right-click a paragraph with style <item type=\"literal\">Text body</item>. Choose <emph>Edit Paragraph Style - Condition</emph> tab." msgstr "Spustelėjus dešinį pelės klavišą<item type=\"literal\">Pagrindinis tekstas</item>. Pasirinkite<emph>Redaguoti pastraipos stilių… → Padėtis</emph> kortelę." +#. ZFBcv +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id651578069976376\n" +"help.text" +msgid "Choose <emph>View - Styles</emph> (F11). Right-click any paragraph style. Choose <menuitem>New - Condition</menuitem> tab." +msgstr "" + #. uEw9U #: 00000405.xhp msgctxt "" @@ -1492,23 +1492,23 @@ msgctxt "" msgid "Open <emph>Styles</emph> window. Click the <emph>New Style from Selection</emph> icon and keep the mouse button pressed. Choose <emph>Load Styles</emph> from the submenu." msgstr "Atidarykite <emph>Stiliai</emph> langas. Paspauskite <emph>Naujas stilius iš pasirinkimo meniu</emph> užveskite ant piktogramos pelę ir paspauskite kairįjį klavišą. Pasirinkite <emph>Įkelti stilius</emph> iš submeniu." -#. UXxDN +#. GDexs #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_id3152947\n" "help.text" -msgid "Choose <emph>Format - Page</emph>." -msgstr "Pasirinkite <emph>Formatas → Puslapis</emph>." +msgid "Choose <menuitem>Format - Page</menuitem>." +msgstr "" -#. 3UWjf +#. 5B3jU #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_id3153536\n" "help.text" -msgid "Choose <emph>View - Styles</emph> - open context menu <emph>New/Modify</emph> (for Page Styles)." -msgstr "Pasirinkite <emph>Rodymas → Stiliai</emph> → Atidaryti kontekstinį meniu<emph>Naujas/modifikuoti</emph> (puslapio stiliams)." +msgid "Choose <menuitem>View - Styles</menuitem> - open context menu <emph>New/Modify</emph> (for Page Styles)." +msgstr "" #. 9DejE #: 00000405.xhp @@ -1645,14 +1645,14 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New</emph> (for Frame Styles)." msgstr "Pasirinkite <emph>Rodymas → Stiliai</emph> → atidaryti kontekstinį meniu<emph>Naujas/keisti</emph> (Kadro stiliams)." -#. nDxCJ +#. 2riZS #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_id3156364\n" "help.text" -msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New</emph> (for List Styles)." -msgstr "Pasirinkite <emph>Rodymas → Stiliai</emph> → atidaryti kontekstinį meniu<emph>Naujas/Keisti</emph> (Sąrašo stiliams)" +msgid "Choose <emph>View - Styles</emph> (F11) - open context menu <emph>Modify/New</emph> (for List Styles)." +msgstr "" #. rYRkT #: 00000405.xhp diff --git a/source/lt/helpcontent2/source/text/swriter/01.po b/source/lt/helpcontent2/source/text/swriter/01.po index 48867efd913..a1acb3c7483 100644 --- a/source/lt/helpcontent2/source/text/swriter/01.po +++ b/source/lt/helpcontent2/source/text/swriter/01.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-05 14:28+0100\n" -"PO-Revision-Date: 2019-11-13 12:51+0000\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" +"PO-Revision-Date: 2019-12-09 11:01+0000\n" "Last-Translator: Tolmantas <tolmantas.dagys@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textswriter01/lt/>\n" "Language: lt\n" @@ -727,14 +727,14 @@ msgctxt "" msgid "To jump to the next or previous item in a document, click the <link href=\"text/swriter/01/02110100.xhp\" name=\"Navigation\">Navigation</link> icon to open the Navigation toolbar, click the item category, and then click the up or down arrows." msgstr "Norėdami pereiti į kitą arba ankstesnį elementą dokumente, paspauskite <link href=\"text/swriter/01/02110100.xhp\" name=\"Navigation\">Žvalgymas</link> piktogramą, kad atidarytumėte žvalgymo mygtukų juostą, tada paspauskite elemento kategoriją ir nuspauskite aukštyn ir žemyn rodyklių klavišus." -#. AYA9f +#. SMFgG #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3155136\n" "help.text" -msgid "A hidden section in a document appears gray in the Navigator, and displays the text \"hidden\" when you rest the mouse pointer over it. The same applies to header and footer contents of Page Styles that are not used in a document, and hidden contents in tables, text frames, graphics, OLE objects, and indexes." -msgstr "Paslėpta sekcija dokumente atsiranda pilku atspalviu žvalgiklyje ir parodo „paslėptą“ tekstą, kai paliekate pelės žymeklį ant jo. Tas pats pritaikoma ir antraštės, ir poraštės turinio puslapių stiliams, kurie nėra panaudoti dokumente, o turinys yra paslėptas lentelėse, teksto kadruose, paveiksluose, OLE objektuose ir indeksuose." +msgid "A hidden section in a document appears gray in the Navigator, and displays the text \"hidden\" when you rest the mouse pointer over it. The same applies to header and footer contents of Page Styles that are not used in a document, and hidden contents in tables, frames, graphics, OLE objects, and indexes." +msgstr "Paslėpta sekcija dokumente atsiranda pilka spalva žvalgiklyje ir parodo tekstą kaip „paslėptą“ kai paliekate pelės žymeklį ant jo. Tas pats galioja puslapio stiliaus antraštės ir poraštės turiniui, kuris nėra panaudotas dokumente, bei paslėptam turiniui lentelėse, kadruose, paveiksluose, OLE objektuose ir indeksuose." #. G9U2S #: 02110000.xhp @@ -1033,6 +1033,15 @@ msgctxt "" msgid "Set Reminder" msgstr "Nustatyti priminimą" +#. GpFmn +#: 02110000.xhp +msgctxt "" +"02110000.xhp\n" +"par_id3495381\n" +"help.text" +msgid "Reminders are navigated in the order in which they are set. Reminders are not saved when a document is closed." +msgstr "" + #. 7kk6X #: 02110000.xhp msgctxt "" @@ -1510,14 +1519,23 @@ msgctxt "" msgid "By default, as long as you have not selected any other entry, the arrow buttons jump to the previous or the next page in the document. The arrow buttons are black if you are browsing through pages and blue if you jump to other objects." msgstr "Kol nesate pažymėję jokio kito įrašo, rodyklių mygtukai yra naudojami pereiti į ankstesnį arba kitą puslapį dokumente. Rodyklių mygtukai yra juodi, jeigu naršote puslapius ir mėlyni, jeigu pereinate į kitus objektus." -#. Kn7MB +#. ibYbz #: 02110100.xhp msgctxt "" "02110100.xhp\n" "par_id3154330\n" "help.text" -msgid "The entries largely correspond to those in the <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link> selection box. You can also select other jump destinations. An example are the reminders, which you can set with the <emph>Set Reminder</emph> icon in the Navigator. You can select an object from among the following options on the <emph>Navigation</emph> toolbar: table, text frame, graphics, OLE object, page, headings, reminder, drawing object, control field, section, bookmark, selection, footnote, note, index entry, table formula, wrong table formula." -msgstr "Įrašai atitinka <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Žvalgiklio</link> srities lauką. Taip pat galite pasirinkti kitas perėjimo paskirtis. Kaip pavyzdys yra priminimai, kuriuos galite nusistatyti naudodami <emph>Nustatyti priminimą</emph> piktogramą žvalgiklyje. Galite pažymėti objektą iš pateiktų parinkčių <emph>Žvalgiklio</emph> mygtukų juostoje: lentelė, teksto kadras, paveikslai, OLE objektas, puslapis, antraštės, priminimas, piešimo objektas, valdiklio laukas, sekcija, žymelė, sritis, puslapinė išnaša, pastaba, rodyklės įrašai, lentelės formulė, klaidingos lentelės formulės." +msgid "The entries largely correspond to those in the <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link> selection box. You can also select other jump destinations. An example are the reminders, which you can set with the <emph>Set Reminder</emph> icon in the Navigator. You can select an object from among the following options on the <emph>Navigation</emph> toolbar: table, frame, graphics, OLE object, page, headings, reminder, drawing object, control field, section, bookmark, selection, footnote, note, index entry, table formula, wrong table formula." +msgstr "Įrašai atitinka tuos, kurie yra <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Žvalgiklio</link> atrankos langelyje. Galite taip pat pasirinkti kitas paskirtis. Pavyzdys yra priminimai, kuriuos galite nustatyti naudodami <emph>Nustatyti priminimą</emph> piktogramą žvalgiklyje. Galite pasirinkti objektą iš pateiktų variantų <emph>Žvalgymo</emph> mygtukų juostoje: lentelė, kadras, paveikslai, OLE objektai, puslapis, antraštės, priminimas, braižomas objektas, valdiklių laukas, sekcija, žymelė, atranka, išnaša, pastaba, rodyklės įrašas, lentelės formulė, klaidingos lentelės formulė." + +#. gVFCS +#: 02110100.xhp +msgctxt "" +"02110100.xhp\n" +"par_id3148330\n" +"help.text" +msgid "Reminders are navigated in the order in which they are set." +msgstr "" #. BiC9u #: 02110100.xhp @@ -1537,14 +1555,14 @@ msgctxt "" msgid "Working With the Navigation Toolbar" msgstr "Darbas su Žvalgiklio mygtukų juosta" -#. xrscv +#. ZzGR7 #: 02110100.xhp msgctxt "" "02110100.xhp\n" "par_id3150045\n" "help.text" -msgid "Open the <emph>Navigation</emph> toolbar by clicking on its icon located in the vertical scrollbar. You can break the toolbar away from its place by dragging and arrange it on the screen." -msgstr "Atverti <emph>Žvalgiklio</emph> mygtukų juostą paspaudus ant piktogramos, kuris yra vertikalioje slankjuostėje. Galite nuslinkti mygtukų juostą į kitą vietą ją patempdami." +msgid "Open the <emph>Navigation</emph> toolbar by clicking on its icon located in the vertical scrollbar. You can break the toolbar away from its place by dragging and arranging it on the screen." +msgstr "" #. sg88n #: 02110100.xhp @@ -1618,14 +1636,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Select this icon to browse through drawing objects.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Pasirinkite šią piktogramą naršyti braižybos objektuose.</ahelp> " -#. ujxdi +#. QvVDK #: 02110100.xhp msgctxt "" "02110100.xhp\n" "par_idN10722\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Select this icon to browse through text frames.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Pasirinkite šią piktogramą naršyti teksto kadruose.</ahelp>" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Select this icon to browse through frames.</ahelp>" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Pasirinkite šitą piktogramą, kad naršytumėte kadrus.</ahelp>" #. Bdjqb #: 02110100.xhp @@ -2941,14 +2959,14 @@ msgctxt "" msgid "<ahelp hid=\"HID_DLG_FLDEDT_PREV\">Jumps to the previous field of the same type in the document.</ahelp> This button is only active when a document contains more than one field of the same type." msgstr "<ahelp hid=\"HID_DLG_FLDEDT_PREV\">Pereina į ankstesnį to paties tipo lauką dokumente.</ahelp> Šis mygtukas yra aktyvus tik tai, kai dokumentą apima daugiau negu vienas to paties tipo laukas." -#. a5dEV +#. 8EoF9 #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3155341\n" "help.text" -msgid "<image id=\"img_id3155348\" src=\"res/lc06301.png\"><alt id=\"alt_id3155348\">Icon</alt></image>" -msgstr "<image id=\"img_id3155348\" src=\"res/lc06301.png\"><alt id=\"alt_id3155348\">Piktograma</alt></image>" +msgid "<image id=\"img_id3155348\" src=\"res/lc06301.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155348\">Icon Previous Field</alt></image>" +msgstr "" #. 8DYxg #: 02140000.xhp @@ -2977,14 +2995,14 @@ msgctxt "" msgid "<ahelp hid=\"HID_DLG_FLDEDT_NEXT\">Jumps to the next field of the same type in the document.</ahelp> This button is only active when a document contains more than one field of the same type." msgstr "<ahelp hid=\"HID_DLG_FLDEDT_NEXT\">Pereina į sekantį to paties tipo lauką dokumente.</ahelp> Šis mygtukas yra aktyvus tik tai, kai dokumentą apima daugiau negu vienas to paties tipo laukas." -#. Cz22j +#. bFjsY #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3145117\n" "help.text" -msgid "<image id=\"img_id3149575\" src=\"res/lc06300.png\"><alt id=\"alt_id3149575\">Icon</alt></image>" -msgstr "<image id=\"img_id3149575\" src=\"res/lc06300.png\"><alt id=\"alt_id3149575\">Piktograma</alt></image>" +msgid "<image id=\"img_id3149575\" src=\"res/lc06300.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149575\">Icon Next Field</alt></image>" +msgstr "" #. 8ZUxu #: 02140000.xhp @@ -3166,14 +3184,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/insertfootnote/prev\">Moves to the previous footnote or endnote anchor in the document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/insertfootnote/prev\">Perkelią į ankstesnės išnašos arba galinės išnašos prieraišą dokumente.</ahelp>" -#. HbasA +#. eG7px #: 02150000.xhp msgctxt "" "02150000.xhp\n" "par_id3150023\n" "help.text" -msgid "<image id=\"img_id3150030\" src=\"res/lc06301.png\"><alt id=\"alt_id3150030\">Icon</alt></image>" -msgstr "<image id=\"img_id3150030\" src=\"res/lc06301.png\"><alt id=\"alt_id3150030\">Piktograma</alt></image>" +msgid "<image id=\"img_id3150030\" src=\"res/lc06301.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150030\">Icon Previous footnote</alt></image>" +msgstr "" #. AFFAN #: 02150000.xhp @@ -3202,14 +3220,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/insertfootnote/next\">Moves to the next footnote or endnote anchor in the document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/insertfootnote/next\">Perkelią į sekančios išnašos arba galinės išnašos prieraišą dokumente.</ahelp>" -#. 7BxPZ +#. 7LpCD #: 02150000.xhp msgctxt "" "02150000.xhp\n" "par_id3154029\n" "help.text" -msgid "<image id=\"img_id3154044\" src=\"res/lc06300.png\"><alt id=\"alt_id3154044\">Icon</alt></image>" -msgstr "<image id=\"img_id3154044\" src=\"res/lc06300.png\"><alt id=\"alt_id3154044\">Piktograma</alt></image>" +msgid "<image id=\"img_id3154044\" src=\"res/lc06300.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154044\">Icon Next footnote</alt></image>" +msgstr "" #. yKfqA #: 02150000.xhp @@ -3409,14 +3427,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/indexentry/first\">Jumps to the first index entry of the same type in the document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/first\">Pereina į pirmą to paties tipo rodyklės įrašą dokumente.</ahelp>" -#. jYpNX +#. y9w7C #: 02160000.xhp msgctxt "" "02160000.xhp\n" "par_id3147420\n" "help.text" -msgid "<image id=\"img_id3149551\" src=\"sd/res/nv03.png\"><alt id=\"alt_id3149551\">Icon</alt></image>" -msgstr "<image id=\"img_id3149551\" src=\"sd/res/nv03.png\"><alt id=\"alt_id3149551\">Piktograma</alt></image>" +msgid "<image id=\"img_id3149551\" src=\"sd/res/nv03.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149551\">Icon End arrow to left</alt></image>" +msgstr "" #. ejnCG #: 02160000.xhp @@ -3445,14 +3463,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/indexentry/last\">Jumps to the last index entry of the same type in the document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/last\">Pereina į paskutinį to paties tipo rodyklės įrašą dokumente.</ahelp>" -#. FhwG4 +#. UmFvL #: 02160000.xhp msgctxt "" "02160000.xhp\n" "par_id3153298\n" "help.text" -msgid "<image id=\"img_id3153309\" src=\"sd/res/nv06.png\"><alt id=\"alt_id3153309\">Icon</alt></image>" -msgstr "<image id=\"img_id3153309\" src=\"sd/res/nv06.png\"><alt id=\"alt_id3153309\">Piktograma</alt></image>" +msgid "<image id=\"img_id3153309\" src=\"sd/res/nv06.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153309\">Icon End arrow to right</alt></image>" +msgstr "" #. ce3FA #: 02160000.xhp @@ -3481,14 +3499,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/indexentry/previous\">Jumps to the previous index entry of the same type in the document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/previous\">Pereina į ankstesnį to paties tipo rodyklės įrašą dokumente.</ahelp>" -#. 44HBK +#. sbfHD #: 02160000.xhp msgctxt "" "02160000.xhp\n" "par_id3148785\n" "help.text" -msgid "<image id=\"img_id3148791\" src=\"cmd/sc_prevrecord.png\"><alt id=\"alt_id3148791\">Icon</alt></image>" -msgstr "<image id=\"img_id3148791\" src=\"cmd/sc_prevrecord.png\"><alt id=\"alt_id3148791\">Piktograma</alt></image>" +msgid "<image id=\"img_id3148791\" src=\"cmd/sc_prevrecord.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148791\">Icon Left Arrow</alt></image>" +msgstr "" #. GC654 #: 02160000.xhp @@ -3517,14 +3535,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/indexentry/next\">Jumps to the next index entry of the same type in the document.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/next\">Pereina į sekantį to paties tipo rodyklės įrašą dokumente.</ahelp>" -#. fsXcV +#. 3nZVK #: 02160000.xhp msgctxt "" "02160000.xhp\n" "par_id3150677\n" "help.text" -msgid "<image id=\"img_id3154020\" src=\"sd/res/nv05.png\"><alt id=\"alt_id3154020\">Icon</alt></image>" -msgstr "<image id=\"img_id3154020\" src=\"sd/res/nv05.png\"><alt id=\"alt_id3154020\">Piktograma</alt></image>" +msgid "<image id=\"img_id3154020\" src=\"sd/res/nv05.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154020\">Icon Right Arrow</alt></image>" +msgstr "" #. EBDTE #: 02160000.xhp @@ -8305,14 +8323,14 @@ msgctxt "" msgid "Show Variable" msgstr "Kintamojo rodymas" -#. CZdW9 +#. dDFj8 #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3153669\n" "help.text" -msgid "Inserts the current value of the variable that you click in the <emph>Selection </emph>list." -msgstr "Įterpia dabartinę kintamojo reikšmę, kurią pasirenkate <emph>Atranka</emph>sąraše." +msgid "Inserts the current value of the variable that you click in the <emph>Select</emph> list." +msgstr "" #. 6BsrS #: 04090005.xhp @@ -8377,14 +8395,14 @@ msgctxt "" msgid "The value of a variable in an Input field is only valid from where the field is inserted and onwards. To change the value of the variable later in the document, insert another Input field of the same name, but with a different value. However, the value of a User Field is changed globally." msgstr "Kintamojo reikšmė įvesties lauke galioja tik nuo ten kur laukas yra įterptas ir toliau. Norėdami vėliau pakeisti kintamojo reikšmę dokumente, įterpkite kitą įviesties lauką su tuo pačiu pavadinimu, bet su kitokia reikšme. Vartotojo lauko reikšmė pasikeičia visur." -#. 32WvE +#. qmZAg #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3151255\n" "help.text" -msgid "The variables are displayed in the <emph>Selection</emph> field. When you click the <emph>Insert</emph> button, the dialog<link href=\"text/swriter/01/04090100.xhp\" name=\"Input Field\"><emph>Input Field</emph></link> appears, where you can enter the new value or additional text as a remark." -msgstr "Kintamieji yra rodomi <emph>Atranka</emph> lauke. Kai paspaudžiate <emph>Įterpti</emph> mygtuką, dialogo langas<link href=\"text/swriter/01/04090100.xhp\" name=\"Input Field\"><emph>Įvedimo laukas</emph></link> atsiranda, kur galite įvesti naują reikšmę arba papildomą tekstą kaip pastabą." +msgid "The variables are displayed in the <emph>Select</emph> field. When you click the <emph>Insert</emph> button, the dialog <link href=\"text/swriter/01/04090100.xhp\" name=\"Input Field\"><emph>Review Fields</emph></link> appears, where you can enter the new value or additional text as a remark." +msgstr "" #. tbz9T #: 04090005.xhp @@ -8395,14 +8413,14 @@ msgctxt "" msgid "Number range" msgstr "Skaičių rėžis" -#. ZdR6m +#. 7amgE #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3152772\n" "help.text" -msgid "Inserts automatic numbering for tables, graphics, or text frames." -msgstr "Įterpia automatinį numeravimą lentelių, paveikslų ar tekstų kadrams." +msgid "Inserts automatic numbering for tables, graphics, or frames." +msgstr "Įterpia automatinį numeravimą lentelės, paveikslams ar kadrams." #. VB7DC #: 04090005.xhp @@ -8422,14 +8440,14 @@ msgctxt "" msgid "Inserts a reference point in the document, after which the page count restarts. Select \"on\" to enable the reference point, and \"off\" to disable it. You can also enter an offset to start the page count at a different number." msgstr "Dokumente įterpia nuorodos tašką, po kurio puslapių skaičiavimas yra pradedamas iš naujo. Pasirinkite „įjungti“ norėdami paleisti nuorodos tašką arba „išjungti“ norėdami išjungti. Taip pat galite įvesti šešėlio poslinkį, norėdami pradėti puslapių skaičiavimą kitu skaičiumi." -#. h244E +#. DZ22Q #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3156267\n" "help.text" -msgid "Show Page Variable" -msgstr "Puslapio kintamojo rodymas" +msgid "Show page variable" +msgstr "" #. KbVdV #: 04090005.xhp @@ -8458,23 +8476,41 @@ msgctxt "" msgid "Inserts a custom global variable. You can use the User Field to define a variable for a condition statement. When you change a User Field, all instances of the variable in the document are updated." msgstr "Įterpia pasirinktiną kintamąjį. Galite naudoti naudotojo lauką apibrėžti kintamojo sąlygos sakinį. Kai pakeisite į vartotojo lauką, visi objektai kintamojo dokumente bus atnaujinti." -#. 6vw2i +#. nrVng #: 04090005.xhp msgctxt "" "04090005.xhp\n" -"par_id0903200802243892\n" +"hd_id3888363\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Pasirinkite formatą, kurį norite pritaikyti pasirinktam laukui arba pasirinkite „Papildomi formatai“ tam, kad nustatytumėte pasirinktą formatą.</ahelp>" +msgid "Select" +msgstr "Parinkti" -#. quL74 +#. JEhvd #: 04090005.xhp msgctxt "" "04090005.xhp\n" -"par_id3148886\n" +"par_id7453535\n" "help.text" -msgid "For user-defined fields, click the format that you want to apply in the <emph>Format </emph>list, or click \"Additional formats\" to define a custom format." -msgstr "Naudotojo aprašytiems laukams, pasirinkite formatą, kurį norite pritaikyti <emph>Formatas</emph>sąraše, arba pasirinkite „Papildomi formatai“ norėdami apibrėžti pasirinktiną formatą." +msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/select\">Lists the available fields for the field type selected in the <emph>Type </emph>list. To insert a field, click the field, and then click <emph>Insert</emph>.</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/fldvarpage/select\">Išrikiuoja galimus laukus pasirinktam laukų tipiui <emph>Tipas</emph>sąraše. Norint įterpti lauką, pasirinkite lauką ir tada paspauskite <emph>Įterpti</emph>.</ahelp>" + +#. DUaXS +#: 04090005.xhp +msgctxt "" +"04090005.xhp\n" +"par_id3326822\n" +"help.text" +msgid "To quickly insert a field from the <emph>Select</emph> list, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and double-click the field." +msgstr "" + +#. 6vw2i +#: 04090005.xhp +msgctxt "" +"04090005.xhp\n" +"par_id0903200802243892\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format.</ahelp>" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Pasirinkite formatą, kurį norite pritaikyti pasirinktam laukui arba pasirinkite „Papildomi formatai“ tam, kad nustatytumėte pasirinktą formatą.</ahelp>" #. uy2HM #: 04090005.xhp @@ -8503,33 +8539,6 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/format\">In the <emph>Format</emph> list, define if the value is inserted as text or a number.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/fldvarpage/format\"><emph>Formatas</emph>sąraše, apibrėžkite ar reikšmė yra įterpta kaip tekstas ar kaip skaičius.</ahelp>" -#. nrVng -#: 04090005.xhp -msgctxt "" -"04090005.xhp\n" -"hd_id3888363\n" -"help.text" -msgid "Select" -msgstr "Parinkti" - -#. JEhvd -#: 04090005.xhp -msgctxt "" -"04090005.xhp\n" -"par_id7453535\n" -"help.text" -msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/select\">Lists the available fields for the field type selected in the <emph>Type </emph>list. To insert a field, click the field, and then click <emph>Insert</emph>.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/fldvarpage/select\">Išrikiuoja galimus laukus pasirinktam laukų tipiui <emph>Tipas</emph>sąraše. Norint įterpti lauką, pasirinkite lauką ir tada paspauskite <emph>Įterpti</emph>.</ahelp>" - -#. yhqFk -#: 04090005.xhp -msgctxt "" -"04090005.xhp\n" -"par_id3326822\n" -"help.text" -msgid "To quickly insert a field from the list, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and double-click the field." -msgstr "Norėdami greitai įterpti lauką iš sąrašo, laikykite nuspaudę <switchinline select=\"sys\"><caseinline select=\"MAC\">Komanda</caseinline><defaultinline>Vald</defaultinline></switchinline> ir du kartus sputelėkite lauką." - #. siatD #: 04090005.xhp msgctxt "" @@ -8539,15 +8548,6 @@ msgctxt "" msgid "In an HTML document, two additional fields are available for the \"Set variable\" field type: HTML_ON and HTML_OFF. The text that you type in the <emph>Value </emph>box is converted to an opening HTML <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tag\">tag</link> (<Value>) or to a closing HTML (</Value>) tag when the file is saved as an HTML document, depending on the option that you select." msgstr "HTML dokumente, du papildomi laukai yra galimi „kintamojo priskyrimas“ lauko tipui: HTML_ON ir HTML_OFF. Tekstas, kurį įrašote į <emph>Reikšmė</emph>langelį, būna konvertuojamas į atveriamą HTML <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tag\">gairę</link> (<Value>) arba į užveriamą HTML (</Value>) gairę, kai failas būna išsaugotas kaip HTML dokumentas, priklausomai nuo pasirinktos parinkties." -#. hFAv8 -#: 04090005.xhp -msgctxt "" -"04090005.xhp\n" -"par_id3149555\n" -"help.text" -msgid "If you double-click an entry while holding the Ctrl key or select the desired variable and press the spacebar, it is immediately inserted into your document." -msgstr "Jeigu du kartus paspaudžiate įrašą, laikydami Vald mygtuką arba pasirenkate norimą kintamąjį ir paspaudžiate tarpą, tuomet turinys būna tuojau pat įterpiamas į dokumentą." - #. CwbNv #: 04090005.xhp msgctxt "" @@ -8557,14 +8557,14 @@ msgctxt "" msgid "Formula" msgstr "Formulė" -#. C4Txc +#. sEDCi #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3155982\n" "help.text" -msgid "This option is only available if the \"Insert formula\" field type is selected." -msgstr "Ši parinktis galima tik jeigu „Įterpti formulę“ lauko tipas yra pasirinktas." +msgid "This option is only available if the \"Insert Formula\" field type is selected." +msgstr "" #. Yr3JD #: 04090005.xhp @@ -8647,14 +8647,14 @@ msgctxt "" msgid "Apply" msgstr "Taikyti" -#. FTLpK +#. 46bSG #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3155562\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/apply\">Adds the user-defined field to the <emph>Selection</emph> list.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/fldvarpage/apply\">Prideda naudotojo aprašytą lauką į <emph>Atranka</emph> sąrašą.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/apply\">Adds the user-defined field to the <emph>Select</emph> list.</ahelp>" +msgstr "" #. iaGUw #: 04090005.xhp @@ -8665,14 +8665,14 @@ msgctxt "" msgid "Delete" msgstr "Šalinti" -#. CAuhV +#. Cp5d2 #: 04090005.xhp msgctxt "" "04090005.xhp\n" "par_id3154769\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/delete\">Removes the user-defined field from the selection list. You can only remove fields that are not used in the current document.</ahelp> To remove a field that is used in the current document from the list, first delete all instances of the field in the document, and then remove it from the list." -msgstr "<ahelp hid=\"modules/swriter/ui/fldvarpage/delete\">Pašalina naudotojo aprašytą lauką iš atrankos sąrašo. Galite pašalinti tik tuos laukus, kurie nėra naudojami dabartiniame dokumente.</ahelp> Norėdami pašalinti lauką iš sąrašo, kuris yra naudojamas dabartiniame dokumente, pirmiausia pašalinkite visus lauko objektus iš dokumento ir tada pašalinkite lauką iš sąrašo." +msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/delete\">Removes the user-defined field from the select list. You can only remove fields that are not used in the current document.</ahelp> To remove a field that is used in the current document from the list, first delete all instances of the field in the document, and then remove it from the list." +msgstr "" #. qfWQD #: 04090005.xhp @@ -9367,14 +9367,14 @@ msgctxt "" msgid "Reference" msgstr "Nuoroda" -#. CaPTJ +#. D7fsP #: 04090100.xhp msgctxt "" "04090100.xhp\n" "par_id3154571\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/inputfielddialog/text\">This box displays the name that you entered in the <emph>Reference</emph> box of the Input Field on the <emph>Functions</emph> tab of the <emph>Fields</emph> dialog. The box underneath displays the contents of the field.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/inputfielddialog/text\">Šis langelys nurodo pavadinimą, kurį įvedėte į <emph>Nuoroda</emph> langelį įvesties lauke <emph>Funkcijos</emph> skirtuke <emph>Laukai</emph> dialogo lange. Langelis apatinėje dalyje parodo lauko turinį.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/inputfielddialog/text\">This box displays the name that you entered in the <emph>Reference</emph> box on the <emph>Functions</emph> or <emph>Variables</emph> tab of the <emph>Fields</emph> dialog. The box underneath displays the contents of the field.</ahelp>" +msgstr "" #. 4YeCA #: 04090100.xhp @@ -11473,14 +11473,14 @@ msgctxt "" msgid "Type" msgstr "Tipas" -#. h8743 +#. CSFUr #: 04120211.xhp msgctxt "" "04120211.xhp\n" "par_id3145418\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/type\">Select the type of index that you want to insert.</ahelp> The options available on this tab depend on the index type that you select. If the cursor is in an index when you choose the <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph>, you can then edit that index." -msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/type\">Pasirinkite rodyklės tipą, kurį norite įterpti.</ahelp> Parinktys yra galimos šiame skirtuke, priklausomai nuo pasirinkto rodyklės tipo. Jeigu žymeklis yra rodyklėje, kai renkatės <emph>Įterpti → Turinys ir Rodyklė → Turinys, Rodyklė arba Bibliografija</emph>, galite taisyti šią rodyklę." +msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/type\">Select the type of index that you want to insert or edit.</ahelp> The options available on this tab depend on the index type that you select. If the cursor is in an index when you choose the <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph>, you can then edit that index." +msgstr "" #. AwFMg #: 04120211.xhp @@ -11518,14 +11518,23 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/readonly\">Prevents the contents of the index from being changed.</ahelp> Manual changes that you make to an index are lost when the index is refreshed. If you want the cursor to scroll through a protected area, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph>, and then select the <emph>Enable cursor</emph> check box in the <emph>Protected Areas</emph> section." msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/readonly\">Uždraudžia rodyklės turiniui būti keičiamam. </ahelp> Rankiniu būdu padaryti pakeitimai rodyklei pradingsta, kai rodyklė būna atnaujinama. Jeigu norite žymeklį perslinkti per apsaugotą sritį, pasirinkite <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME → Nuostatos</emph></caseinline><defaultinline><emph>Priemonės → Parinktys</emph></defaultinline></switchinline><emph> → %PRODUCTNAME Tekstų rengyklė → Formatavimas</emph> ir tada pasirinkite <emph>Leisti žymeklį</emph> žymėjimo langelį <emph>Apsaugotos srities</emph> sekcijoje." -#. couHm +#. qkdbH #: 04120211.xhp msgctxt "" "04120211.xhp\n" "hd_id3155893\n" "help.text" -msgid "Create index for" -msgstr "Sukurkite rodyklę" +msgid "Create Index or Table of Contents" +msgstr "" + +#. dMaEW +#: 04120211.xhp +msgctxt "" +"04120211.xhp\n" +"hd_id3154197\n" +"help.text" +msgid "For" +msgstr "" #. 3VrDK #: 04120211.xhp @@ -11536,14 +11545,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/scope\">Select whether to create the index for the document or for the current chapter.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/scope\">Pasirinkite ar sukurti rodyklę dokumentui, ar dabartiniam skyriui.</ahelp>" -#. k2tC7 +#. r7J7H #: 04120211.xhp msgctxt "" "04120211.xhp\n" "hd_id3154199\n" "help.text" -msgid "Evaluation level" -msgstr "Įvertinimo lygis" +msgid "Evaluate up to level" +msgstr "" #. gJisP #: 04120211.xhp @@ -11581,14 +11590,14 @@ msgctxt "" msgid "Outline" msgstr "Struktūra" -#. UEc9n +#. 8qPDj #: 04120211.xhp msgctxt "" "04120211.xhp\n" "par_id3151253\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromheadings\">Creates the index using outline levels, that is, paragraphs formatted with one of the predefined heading styles (Heading 1-10) are added to the index.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromheadings\">Sukuria rodyklę, naudojant struktūros lygius, kuri prideda į rodyklę pastraipas suformatuotas su vienu antraštės stiliumi (Antraštė 1-10).</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromheadings\">Creates the index using outline levels. Paragraphs formatted with one of the predefined heading styles (Heading 1-10) are added to the index.</ahelp>" +msgstr "" #. XavFH #: 04120211.xhp @@ -11716,23 +11725,23 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/combinesame\">Replaces identical index entries with a single entry that lists the page numbers where the entry occurs in the document. For example, the entries \"View 10, View 43\" are combined as \"View 10, 43\".</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/combinesame\">Pakeičia identiškus rodyklės įrašus su vienu įrašu, kuris rikiuoja puslapio numerių įrašo atsiradimą dokumente. Pavyzdžiui, įrašai „Žiūrėti 10, žiūrėti 43“ yra sujungti kaip „Žiūrėti 10, 43“.</ahelp>" -#. NqJBw +#. FCktB #: 04120212.xhp msgctxt "" "04120212.xhp\n" "hd_id3147403\n" "help.text" -msgid "Combine identical entries with p or pp" -msgstr "Apjungti vienodus elementus su p arba pp" +msgid "Combine identical entries with f or ff" +msgstr "" -#. DJBG3 +#. ot2kf #: 04120212.xhp msgctxt "" "04120212.xhp\n" "par_id3083451\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/useff\">Replaces identical index entries, which occur also on the directly following page or pages, with a single entry that lists the first page number and a \"p\" or \"pp\". For example, the entries \"View 10, View 11, View 12\" are combined as \"View 10pp\", and \"View 10, View 11\" as \"View 10p\".</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/useff\">Pakeičia identiškus rodyklės įrašus, kurie atsiranda tolimesniame puslapyje ar puslapiuose, su vienu įrašu, kuris surikiuoja pirmo puslapio numerį ir „p“ arba „pp““. Pavyzdžiui, įrašai „„Žiūrėti 10, žiūrėti 11, žiūrėti 12“ yra apjungti kaip „Žiūrėti 10pp“, ir „Žiūrėti 10, žiūrėti 11“ kaip „Žiūrėti 10p“.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/useff\">Replaces identical index entries that occur on the directly following page(s), with a single entry that lists the first page number and a \"f\" or \"ff\". For example, the entries \"View 10, View 11\" are combined as \"View 10f\", and \"View 10, View 11, View 12\" as \"View 10ff\". Actual appearance depends on the locale setting, but can be overridden with <emph>Sort - Language</emph>.</ahelp>" +msgstr "" #. jxWc7 #: 04120212.xhp @@ -12229,23 +12238,23 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromgraphics\">Includes graphics in the index.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromgraphics\">Įterpia paveiklus į rodyklę.</ahelp>" -#. 6vEny +#. aDJWi #: 04120215.xhp msgctxt "" "04120215.xhp\n" "hd_id3149685\n" "help.text" -msgid "Text frames" -msgstr "Teksto kadrai" +msgid "Frames" +msgstr "Kadrai" -#. G95yo +#. KZGba #: 04120215.xhp msgctxt "" "04120215.xhp\n" "par_id3154195\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromframes\">Includes text frames in the index.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromframes\">Įterpia teksto kadrus į rodyklę.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromframes\">Includes frames in the index.</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/fromframes\">Įterpia kadrus į rodyklę.</ahelp>" #. jG3As #: 04120215.xhp @@ -12274,14 +12283,14 @@ msgctxt "" msgid "Use level from source chapter" msgstr "Naudoti pirminio skyriaus lygį" -#. FFCkz +#. vGppC #: 04120215.xhp msgctxt "" "04120215.xhp\n" "par_id3151250\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/uselevel\">Indents table, graphic, text frame, and OLE object index entries according their place in the chapter heading hierarchy.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/uselevel\">Įtraukia lentelę, paveikslą, teksto kadrą ir OLE objekto rodyklės įrašą pagal jų vietą skyriaus antraštėse.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/uselevel\">Indents table, graphic, frame, and OLE object index entries according their place in the chapter heading hierarchy.</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/uselevel\">Įtraukos lentelė, paveikslas, kadras ir OLE objekto rodyklės įrašai remiantis jų vieta skyriaus antraštės hiearchijoje.</ahelp>" #. 2F5ha #: 04120215.xhp @@ -14605,23 +14614,23 @@ msgctxt "" msgid "Click <emph>Define</emph>." msgstr "Spustelėkite <emph>Apibrėžti</emph>." -#. NjJ4s +#. sCkK8 #: 04190000.xhp msgctxt "" "04190000.xhp\n" "tit\n" "help.text" -msgid "Insert (File)" -msgstr "Įterpti failą" +msgid "Insert (Text from File)" +msgstr "" -#. quYiB +#. tAvDd #: 04190000.xhp msgctxt "" "04190000.xhp\n" "hd_id3147562\n" "help.text" -msgid "Insert (Document)" -msgstr "Įterpti dokumentą" +msgid "Insert (Text from File)" +msgstr "" #. uZwPG #: 04190000.xhp @@ -14956,23 +14965,23 @@ msgctxt "" msgid "To format a footer, choose <link href=\"text/shared/01/05040300.xhp\" name=\"Format - Page - Footer\"><emph>Format - Page - Footer</emph></link>." msgstr "Norėdami suformatuoti poraštę, pasirinkite <link href=\"text/shared/01/05040300.xhp\" name=\"Format - Page - Footer\"><emph>Formatas → Puslapis → Poraštė</emph></link>." -#. jvuJN +#. FWTLB #: 04990000.xhp msgctxt "" "04990000.xhp\n" "tit\n" "help.text" -msgid "Fields" -msgstr "Laukai" +msgid "Insert Fields (submenu)" +msgstr "" -#. sBFhd +#. TApBS #: 04990000.xhp msgctxt "" "04990000.xhp\n" "hd_id3147405\n" "help.text" -msgid "<link href=\"text/swriter/01/04990000.xhp\" name=\"Fields\">Fields</link>" -msgstr "<link href=\"text/swriter/01/04990000.xhp\" name=\"Fields\">Laukai</link>" +msgid "<link href=\"text/swriter/01/04990000.xhp\" name=\"Fields\">Insert Fields (submenu)</link>" +msgstr "" #. qVhAD #: 04990000.xhp @@ -15388,14 +15397,14 @@ msgctxt "" msgid "Settings" msgstr "Nuostatos" -#. RAx4k +#. rD4Cj #: 05030400.xhp msgctxt "" "05030400.xhp\n" "hd_id3147295\n" "help.text" -msgid "Show Drop Caps" -msgstr "Rodyti inicialą" +msgid "Display drop caps" +msgstr "" #. QTU6Z #: 05030400.xhp @@ -15460,14 +15469,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/dropcapspage/spinFLD_LINES\">Enter the number of lines that you want the drop cap to extend downward from the first line of the paragraph. Shorter paragraphs will not get drop caps.</ahelp> The selection is limited to 2-9 lines." msgstr "<ahelp hid=\"modules/swriter/ui/dropcapspage/spinFLD_LINES\">Įveskite eilučių skaičių, kuriuo norite incialą išplėsti žemyn nuo pirmos pastraipo eilutės. Trumpesnės pastraipos neturės inicialo.</ahelp> Parinkimas yra apribotas nuo 2 iki 9 eilučių." -#. ous39 +#. TE5oy #: 05030400.xhp msgctxt "" "05030400.xhp\n" "hd_id3149030\n" "help.text" -msgid "Distance from text" -msgstr "Atstumas nuo teksto" +msgid "Space to text" +msgstr "" #. UyC28 #: 05030400.xhp @@ -15568,6 +15577,15 @@ msgctxt "" msgid "To change the numbering options for selected paragraphs, choose <emph>Format - </emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the <emph>Outline & Numbering</emph> tab." msgstr "Norėdami pakeisti numeravimo parinktis pažymėtoms pastraipoms, pasirinkite <emph>Formatas → </emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Pastraipa</emph></link> ir tada spustelėkite <emph>Struktūra ir numeravimas</emph> skirtuką." +#. Si9tL +#: 05030800.xhp +msgctxt "" +"05030800.xhp\n" +"hd_id1209200804386034\n" +"help.text" +msgid "Outline" +msgstr "" + #. biGWu #: 05030800.xhp msgctxt "" @@ -15577,14 +15595,14 @@ msgctxt "" msgid "Outline level" msgstr "Struktūros lygmuo" -#. iq7GB +#. oF8Bd #: 05030800.xhp msgctxt "" "05030800.xhp\n" "par_id1209200804371097\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_OUTLINE_LEVEL\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level." -msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_OUTLINE_LEVEL\">Priskirkite struktūros lygį nuo 1 iki 10 pasirinktoms pastraipoms arba pastraipų stiliams.</ahelp> Pasirinkite<emph>Pagrindinis tekstas</emph> norėdami atstatyti struktūros lygį." +msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_OUTLINE_LEVEL\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Text Body</emph> to reset the outline level." +msgstr "" #. GaPuE #: 05030800.xhp @@ -15604,14 +15622,14 @@ msgctxt "" msgid "Numbering Style" msgstr "Numeravimo stilius" -#. X8CYW +#. db43r #: 05030800.xhp msgctxt "" "05030800.xhp\n" "par_id3155178\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link> window if you click the <emph>Numbering Style</emph> icon." -msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">Pasirinkite <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numeravimo stilių</link> kurį norite pritaikyti pastraipai.</ahelp>Šie stiliai taip pat yra pateikti <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Stiliai</link> lange, jei paspausite <emph>Numeravimo stiliai</emph> piktogramą." +msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link> window (F11) if you click the <emph>List Styles</emph> icon." +msgstr "" #. MycJD #: 05030800.xhp @@ -15631,6 +15649,24 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/numparapage/editnumstyle\">Edit the properties of the selected numbering style.</ahelp> These properties will apply to all paragraphs formatted with the given numbering style." msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/editnumstyle\">Taisyti pasirinkto numeravimo stiliaus savybes.</ahelp>Šios savybes bus pritaikytos visoms suformatuotoms pastraipoms su duotais numeravimo stiliais." +#. dXFVa +#: 05030800.xhp +msgctxt "" +"05030800.xhp\n" +"par_id3149195\n" +"help.text" +msgid "This button is disabled when Chapter Numbering is applied. Choose <emph>Tools - Chapter Numbering...</emph> to edit the outline level and numbering style." +msgstr "" + +#. GR3YW +#: 05030800.xhp +msgctxt "" +"05030800.xhp\n" +"par_id3151117\n" +"help.text" +msgid "Outline level and Numbering Style are independent of each other. Use <emph>Tools - Chapter Numbering...</emph> to assign numbering styles to paragraph styles." +msgstr "" + #. 3KS2Y #: 05030800.xhp msgctxt "" @@ -16459,14 +16495,14 @@ msgctxt "" msgid "Footnotes/Endnotes" msgstr "Išnašos" -#. LEFFh +#. yrx8p #: 05040700.xhp msgctxt "" "05040700.xhp\n" "hd_id3149028\n" "help.text" -msgid "<link href=\"text/swriter/01/05040700.xhp\" name=\"Footnotes/Endnotes\">Footnotes/Endnotes</link>" -msgstr "<link href=\"text/swriter/01/05040700.xhp\" name=\"Footnotes/Endnotes\">Išnašos</link>" +msgid "<variable id=\"fussendnotenh1\"><link href=\"text/swriter/01/05040700.xhp\" name=\"Footnotes/Endnotes\">Footnotes/Endnotes</link></variable>" +msgstr "" #. C5KXQ #: 05040700.xhp @@ -21760,14 +21796,14 @@ msgctxt "" msgid "Displays formatting styles for indexes." msgstr "Rodomi rodyklėms formatuoti tinkami stiliai." -#. seyC4 +#. fiijM #: 05130000.xhp msgctxt "" "05130000.xhp\n" "par_id3149213\n" "help.text" -msgid "Special Region Styles" -msgstr "Specialieji stiliai" +msgid "Special Styles" +msgstr "" #. CbZpk #: 05130000.xhp @@ -22012,14 +22048,14 @@ msgctxt "" msgid "The header text now has the attributes you specified in the Header Paragraph Style, while the other parts of the document have the attributes defined in the business letter conditional Paragraph Style." msgstr "Antraštės tekstas dabar turi požymius, kuriuos nurodėte antraštės pastraipos stiliuje, kol kitos dokumento dalys turi požymius, apibrėžtus komercinio laiško sąlyginiame pastraipos stiliuje." -#. ST4oV +#. yHaYc #: 05130100.xhp msgctxt "" "05130100.xhp\n" "par_id3154473\n" "help.text" -msgid "The \"Text body\" Style was created as a conditional style. Therefore, any styles you derive from it can be used as conditional styles." -msgstr "„Pagrindinis tekstas“ stilius buvo sukurtas kaip sąlyginis stilius. Todėl bet kokį stilių galite naudoti kaip sąlyginį stilių." +msgid "The \"Text Body\" Style was created as a conditional style. Therefore, any styles you derive from it can be used as conditional styles." +msgstr "" #. x2gbt #: 05130100.xhp @@ -22066,14 +22102,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/conditionpage/links\">Here you can see the $[officename] predefined contexts, including outline levels 1 to 10, numbering/bullets levels 1 to 10, table header, table contents, section, border, footnote, header and footer.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/conditionpage/links\">Čia galite matyti $[officename] apibrėžtus kontekstus, įskaitant struktūros lygius nuo 1 iki 10, numeravimo/ženklinimo lygius nuo 1 iki 10, lentelės antraštę, lentelės turinį, sekciją, kraštinę, išnašą, antraštę ir poraštę.</ahelp>" -#. oGtVA +#. PdECE #: 05130100.xhp msgctxt "" "05130100.xhp\n" "hd_id3155896\n" "help.text" -msgid "Applied Style" -msgstr "Pritaikytas stilius" +msgid "Applied Styles" +msgstr "" #. icGBP #: 05130100.xhp @@ -22084,14 +22120,14 @@ msgctxt "" msgid "Here you can see the list of all Paragraph Styles applied to a context." msgstr "Čia galite matyti sąrašą visų pastraipos stilių, kurie buvo pritaikyti kontekstui." -#. ENFYU +#. 4AMuk #: 05130100.xhp msgctxt "" "05130100.xhp\n" "hd_id3154194\n" "help.text" -msgid "Styles" -msgstr "Stiliai" +msgid "Paragraph Styles" +msgstr "" #. imvmV #: 05130100.xhp @@ -22129,14 +22165,14 @@ msgctxt "" msgid "Assign" msgstr "Priskirti" -#. EmL3x +#. K5F9U #: 05130100.xhp msgctxt "" "05130100.xhp\n" "par_id3154829\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/conditionpage/apply\">Click <emph>Assign</emph> to apply the <emph>selected Paragraph Style</emph> to the defined <emph>context</emph>.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/conditionpage/apply\">Spustelėkite <emph>Priskirti</emph> kad pritaikytumėte <emph>pasirinktą pastraipos stilių</emph> apibrėžtam <emph>kontekstui</emph>.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/conditionpage/apply\">Click <emph>Apply</emph> to apply the <emph>selected Paragraph Style</emph> to the defined <emph>context</emph>.</ahelp>" +msgstr "" #. fY638 #: 05140000.xhp @@ -22255,14 +22291,14 @@ msgctxt "" msgid "Style Category" msgstr "Stilių kategorijos" -#. FcFUc +#. boarT #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3147506\n" "help.text" -msgid "<image id=\"img_id3147512\" src=\"sfx2/res/styfam2.png\"><alt id=\"alt_id3147512\">Icon</alt></image>" -msgstr "<image id=\"img_id3147512\" src=\"sfx2/res/styfam2.png\"><alt id=\"alt_id3147512\">Piktograma</alt></image>" +msgid "<image id=\"img_id3147512\" src=\"sfx2/res/styfam2.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147512\">Icon Paragraph Styles</alt></image>" +msgstr "" #. EFWQb #: 05140000.xhp @@ -22282,14 +22318,14 @@ msgctxt "" 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=\".\">Rodomi pastraipoms formatuoti skirti stiliai.</ahelp> Naudojant pastraipų stilius, dokumento pastraipoms galima pritaikyti vienodą <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"formatavimas\">formatavimą</link>: šriftą, numeravimo tipą, maketą." -#. oPGwP +#. MXRNF #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3151319\n" "help.text" -msgid "<image id=\"img_id3152955\" src=\"sfx2/res/styfam1.png\"><alt id=\"alt_id3152955\">Icon</alt></image>" -msgstr "<image id=\"img_id3152955\" src=\"sfx2/res/styfam1.png\"><alt id=\"alt_id3152955\">Piktograma</alt></image>" +msgid "<image id=\"img_id3152955\" src=\"sfx2/res/styfam1.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152955\">Icon Character Styles</alt></image>" +msgstr "" #. s6xth #: 05140000.xhp @@ -22309,14 +22345,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays formatting styles for characters.</ahelp> Use character styles to apply font styles to selected text in a paragraph." msgstr "<ahelp hid=\".\">Rodomi rašmenims formatuoti skirti stiliai.</ahelp> Šiais stiliais galima pažymėtam pastraipos tekstui pritaikyti šrifto stilius." -#. ZeKs2 +#. VHuh5 #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3159194\n" "help.text" -msgid "<image id=\"img_id3159200\" src=\"sw/res/sf03.png\"><alt id=\"alt_id3159200\">Icon</alt></image>" -msgstr "<image id=\"img_id3159200\" src=\"sw/res/sf03.png\"><alt id=\"alt_id3159200\">Piktograma</alt></image>" +msgid "<image id=\"img_id3159200\" src=\"sw/res/sf03.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159200\">Icon Frame Styles</alt></image>" +msgstr "" #. pboYw #: 05140000.xhp @@ -22336,14 +22372,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays formatting styles for frames.</ahelp> Use frame styles to format frame layouts and position." msgstr "<ahelp hid=\".\">Rodomi kadrams formatuoti skirti stiliai.</ahelp> Kadro stiliais kadrams nustatomas maketas ir padėtis." -#. BLfvs +#. bhrCK #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3149819\n" "help.text" -msgid "<image id=\"img_id3149826\" src=\"sw/res/sf04.png\"><alt id=\"alt_id3149826\">Icon</alt></image>" -msgstr "<image id=\"img_id3149826\" src=\"sw/res/sf04.png\"><alt id=\"alt_id3149826\">Piktograma</alt></image>" +msgid "<image id=\"img_id3149826\" src=\"sw/res/sf04.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149826\">Icon Page Styles</alt></image>" +msgstr "" #. EGGG4 #: 05140000.xhp @@ -22363,14 +22399,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays formatting styles for pages.</ahelp> Use page styles to determine page layouts, including the presence of headers and footers." msgstr "<ahelp hid=\".\">Rodomi puslapiams formatuoti skirti stiliai.</ahelp> Puslapio stiliais galima nustatyti puslapio maketą, puslapines antraštes ar poraštes." -#. BAaEn +#. RYdPv #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3152766\n" "help.text" -msgid "<image id=\"img_id3152772\" src=\"sw/res/sf05.png\"><alt id=\"alt_id3152772\">Icon</alt></image>" -msgstr "<image id=\"img_id3152772\" src=\"sw/res/sf05.png\"><alt id=\"alt_id3152772\">Piktograma</alt></image>" +msgid "<image id=\"img_id3152772\" src=\"sw/res/sf05.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152772\">Icon List Styles</alt></image>" +msgstr "" #. rSCbA #: 05140000.xhp @@ -22390,14 +22426,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Displays formatting styles for numbered and bulleted lists.</ahelp> Use list styles to format number and bullet characters and to specify indents." msgstr "<ahelp hid=\".\">Rodomi numeruotiems ir ženklintiems sąrašams formatuoti skirti stiliai.</ahelp> Šiais stiliais galima nustatyti numerių formatą, ženklelių išvaizdą, įtraukas." -#. dnjWj +#. 7Eid5 #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3150576\n" "help.text" -msgid "<image id=\"img_id3150590\" src=\"cmd/sc_fillstyle.png\"><alt id=\"alt_id3150590\">Icon</alt></image>" -msgstr "<image id=\"img_id3150590\" src=\"cmd/sc_fillstyle.png\"><alt id=\"alt_id3150590\">Piktograma</alt></image>" +msgid "<image id=\"img_id3150590\" src=\"cmd/sc_fillstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150590\">Icon Fill Format Mode</alt></image>" +msgstr "" #. GWZP9 #: 05140000.xhp @@ -22417,14 +22453,14 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_HID_TEMPLDLG_WATERCAN\">Applies the selected style to the object or text that you select in the document. Click this icon, and then drag a selection in the document to apply the style.</ahelp> To exit this mode, click the icon again, or press Esc." msgstr "<ahelp hid=\"SFX2_HID_TEMPLDLG_WATERCAN\">Pritaiko pasirinktą stilių objektui ar tekstui, kurį pasirinkote dokumente. Paspauskite šią piktogramą ir tada nutempkite parinkimą į dokumentą, kad pritaikytumėte stilių.</ahelp> Norėdami išeiti iš šios veiksenos, spustelėkite piktogramą vėl arba paspauskite Esc." -#. osgEF +#. RnoDE #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3150114\n" "help.text" -msgid "<image id=\"img_id3150122\" src=\"cmd/sc_stylenewbyexample.png\"><alt id=\"alt_id3150122\">Icon</alt></image>" -msgstr "<image id=\"img_id3150122\" src=\"cmd/sc_stylenewbyexample.png\"><alt id=\"alt_id3150122\">Piktograma</alt></image>" +msgid "<image id=\"img_id3150122\" src=\"cmd/sc_stylenewbyexample.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150122\">Icon New Style from Selection</alt></image>" +msgstr "" #. EmaCA #: 05140000.xhp @@ -23531,7 +23567,7 @@ msgctxt "" "par_id3156318\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/splittable/noheading\">Splits the table without copying the header row.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/splittable/noheading\">Padalina lentelę be antraštės eilutės kopijavimo.</ahelp>" #. Gx63y #: 05190000.xhp @@ -23540,7 +23576,7 @@ msgctxt "" "par_id3145411\n" "help.text" msgid "When you split a table that contains formulas, the formulas may be affected." -msgstr "" +msgstr "Kai padalinate lentelę, kurioje yra formulės, tos formulės gali būti paveiktos." #. JwChf #: 05200000.xhp @@ -23549,7 +23585,7 @@ msgctxt "" "tit\n" "help.text" msgid "Merge Table" -msgstr "" +msgstr "Sulieti lentelę" #. D27vi #: 05200000.xhp @@ -23558,7 +23594,7 @@ msgctxt "" "bm_id3154652\n" "help.text" msgid "<bookmark_value>tables; merging</bookmark_value><bookmark_value>merging; tables</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>lentelės; suliejama</bookmark_value><bookmark_value>suliejama; lentelės</bookmark_value>" #. SHdXh #: 05200000.xhp @@ -23567,7 +23603,7 @@ msgctxt "" "hd_id3154652\n" "help.text" msgid "<link href=\"text/swriter/01/05200000.xhp\" name=\"Merge Table\">Merge Table</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/05200000.xhp\" name=\"Merge Table\">Sulieti lentelę</link>" #. 7qBjV #: 05200000.xhp @@ -23576,7 +23612,7 @@ msgctxt "" "par_id3147401\n" "help.text" msgid "<ahelp hid=\".\">Combines two consecutive tables into a single table. The tables must be directly next to each other and not separated by an empty paragraph.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Sujungia dvi nuoseklias lenteles į vieną lentelę. Lentelės privalo būti šalia viena kitos ir neatskirtos tuščia pastraipa.</ahelp>" #. Eop64 #: 05200000.xhp @@ -23585,7 +23621,7 @@ msgctxt "" "par_id3146325\n" "help.text" msgid "If you choose this command when the cursor is in the middle of three consecutive tables, you are prompted to select the table that you want to merge with." -msgstr "" +msgstr "Jeigu pasirinksite šitą komandą, kai žymeklis yra trijų einančių iš eilės lentelių viduryje, tuomet būsite paragintas pasirinkti lentelę su kuria norite sulieti." #. F9Yb9 #: 06030000.xhp @@ -23846,7 +23882,7 @@ msgctxt "" "par_idN10552\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/wordcount/WordCountDialog\">Counts the words and characters, with or without spaces, in the current selection and in the whole document. The count is kept up to date as you type or change the selection.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/wordcount/WordCountDialog\">Suskaičiuoja žodžius ir rašmenis su tarpais arba be tarpų, esamoje srityje ir visame dokumente. Skaičius yra laikomas iki kol įrašote ką nors naujai arba pakeičiate sritį.</ahelp>" #. grSLF #: 06040000.xhp @@ -23855,7 +23891,7 @@ msgctxt "" "par_idN1062D\n" "help.text" msgid "<link href=\"text/shared/01/01100400.xhp\" name=\"File - Properties - Statistics\">File - Properties - Statistics</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/01100400.xhp\" name=\"File - Properties - Statistics\">Failas → Savybės → Statistika</link>" #. qinJr #: 06060000.xhp @@ -23882,7 +23918,7 @@ msgctxt "" "par_id3145246\n" "help.text" msgid "<variable id=\"kapnum\"><ahelp hid=\".uno:ChapterNumberingDialog\">Specifies the number format and the hierarchy for chapter numbering in the current document.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"kapnum\"><ahelp hid=\".uno:ChapterNumberingDialog\">Nurodo skaičiaus formatą ir hierarchiją skyriaus numeravimui dabartiniame dokumente.</ahelp></variable>" #. FqzZs #: 06060000.xhp @@ -23891,7 +23927,7 @@ msgctxt "" "par_id3150934\n" "help.text" msgid "Chapter numbering is linked to paragraph styles. By default, the \"Heading\" paragraph styles (1-10) are assigned to the corresponding chapter and outline number levels (1-10). If you want, you can assign different paragraph styles to the outline number level." -msgstr "" +msgstr "Skyriaus numeravimas yra susietas su pastraipos stiliais. Pagal numatytuosius nustatymus, antraštės stilius (1-10) yra priskirtas atitinkamam skyriui ir struktūros numerio lygiams (1-10). Jeigu norite, galite priskirti kitus pastraipos stilius struktūros numerio lygiui." #. uuEEQ #: 06060000.xhp @@ -23900,7 +23936,7 @@ msgctxt "" "par_id8237250\n" "help.text" msgid "If you want numbered headings, use the <emph>Tools - Chapter Numbering</emph> menu command to assign numbering to a paragraph style. Do not use the Numbering icon on the Formatting toolbar." -msgstr "" +msgstr "Jeigu norite sunumeruoti antraštes, naudokite <emph>Priemonės → Skyriaus numeravimas</emph> meniu komandą, kad priskirtumėte numeravimą pastraipos stiliui. Nenaudokite numeravimo piktogramos formatavimo mygtukų juostoje." #. GBEmb #: 06060000.xhp @@ -23909,7 +23945,7 @@ msgctxt "" "par_id3147567\n" "help.text" msgid "To highlight the screen display of chapter and outline numbers, choose <emph>View - Field Shadings</emph>." -msgstr "" +msgstr "Norėdami paryškinti ekrano vaizdo mastelį skyriui ir struktūros skaičiams, pasirinkite <emph>Rodymas → Lauko fonas</emph>." #. DFbiG #: 06060000.xhp @@ -23918,7 +23954,7 @@ msgctxt "" "hd_id3151168\n" "help.text" msgid "Load/Save" -msgstr "" +msgstr "Įkėlimas ir įrašymas" #. Gkp2B #: 06060000.xhp @@ -23927,7 +23963,7 @@ msgctxt "" "par_id3147512\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/user\">Saves or loads a chapter and outline number format. A saved outline number format is available to all text documents.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/outlinenumbering/user\">Įkelia arba įrašo skyrių ir struktūros skaičiaus formatą. Išsaugotas struktūros skaičiaus formatas yra pasiekiamas visuose teksto dokumentuose.</ahelp>" #. SAiTG #: 06060000.xhp @@ -23936,7 +23972,7 @@ msgctxt "" "par_id3150979\n" "help.text" msgid "The <emph>Load/Save</emph> button is only available for chapter and outline numbering. For numbered or bulleted list styles, modify the numbering styles of the paragraphs." -msgstr "" +msgstr "<emph>Įkėlimas ir įrašymas</emph> mygtukas pasiekiamas skyriui ir struktūros numeravimui. Sunumeruotiems arba suženklintiems sąrašo stiliams, pakeiskite pastraipų numeravimo stilius." #. EV2DT #: 06060000.xhp @@ -23945,7 +23981,7 @@ msgctxt "" "hd_id3154572\n" "help.text" msgid "Untitled 1 - 9" -msgstr "" +msgstr "Be pavadinimo 1 - 9" #. tbyhC #: 06060000.xhp @@ -23954,7 +23990,7 @@ msgctxt "" "par_id3150350\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/form1\">Select the predefined numbering style that you want to assign to the selected outline level.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/outlinenumbering/form1\">Pasirinkite apibrėžtą numeravimo stilių, kurį norite priskirti pasirinktam struktūros lygiui.</ahelp>" #. NoHGV #: 06060000.xhp @@ -23963,7 +23999,7 @@ msgctxt "" "hd_id3153675\n" "help.text" msgid "Save As" -msgstr "" +msgstr "Įrašyti kaip" #. LsqXh #: 06060000.xhp @@ -23972,7 +24008,7 @@ msgctxt "" "par_id3155892\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/saveas\">Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/outlinenumbering/saveas\">Atveria dialogo langą, kur galite išsaugoti esamas nuostatas pasirinktam skyriui ir numeravimo lygiui. Taip pat galite įkelti šias nuostatas iš kito dokumento.</ahelp>" #. G6SB9 #: 06060000.xhp @@ -23981,7 +24017,7 @@ msgctxt "" "hd_id3149689\n" "help.text" msgid "Save As" -msgstr "" +msgstr "Įrašykite kaip" #. Uq3CL #: 06060000.xhp @@ -23990,7 +24026,7 @@ msgctxt "" "par_id3154200\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/numberingnamedialog/form\">Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/numberingnamedialog/form\">Paspauskite numeravimo stilių sąraše ir įveskite stiliaus pavadinimą. Skaičiai atitinka struktūros lygį, kuriam stiliai yra priskirti.</ahelp>" #. G9Fz2 #: 06060100.xhp @@ -23999,7 +24035,7 @@ msgctxt "" "tit\n" "help.text" msgid "Numbering" -msgstr "" +msgstr "Numeravimas" #. xBDFz #: 06060100.xhp @@ -24008,7 +24044,7 @@ msgctxt "" "hd_id3151387\n" "help.text" msgid "<link href=\"text/swriter/01/06060100.xhp\" name=\"Numbering\">Numbering</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/06060100.xhp\" name=\"Numbering\">Numeravimas</link>" #. Va5rw #: 06060100.xhp @@ -24017,7 +24053,7 @@ msgctxt "" "par_id3155620\n" "help.text" msgid "Specifies the number format and the hierarchy for chapter numbering in the current document." -msgstr "" +msgstr "Nurodo skaičiaus formatą ir hierarchiją skyriaus numeravimui dabartiniame dokumente." #. H72wG #: 06060100.xhp @@ -24026,15 +24062,15 @@ msgctxt "" "hd_id3153003\n" "help.text" msgid "Level" -msgstr "" +msgstr "Lygis" -#. pBnhE +#. EBZSv #: 06060100.xhp msgctxt "" "06060100.xhp\n" "par_id3150018\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/level\">Click the chapter and outline level that you want to modify, and then specify the numbering options for the level.</ahelp> To apply the numbering options, except for the paragraph style, to all of the levels, click \"1-10\"." +msgid "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/level\">Click the chapter and outline level that you want to modify, and then specify the numbering options for the level.</ahelp> To apply the numbering options, except for paragraph style, to all the levels, click \"1-10\"." msgstr "" #. s4LDs @@ -24044,15 +24080,15 @@ msgctxt "" "hd_id3145248\n" "help.text" msgid "Numbering" -msgstr "" +msgstr "Numeravimas" -#. xkkus +#. EBkuu #: 06060100.xhp msgctxt "" "06060100.xhp\n" "par_id3150930\n" "help.text" -msgid "Specify the formatting for the select outline level." +msgid "Specify the formatting for the selected outline level." msgstr "" #. Z3udV @@ -24062,7 +24098,7 @@ msgctxt "" "hd_id3149030\n" "help.text" msgid "Paragraph Style" -msgstr "" +msgstr "Pastraipos stilius" #. EXNSB #: 06060100.xhp @@ -24071,7 +24107,7 @@ msgctxt "" "par_id3153722\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/style\">Select the paragraph style that you want to assign to the selected chapter and outline level.</ahelp> If you click \"None\", the selected outline level is not defined." -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/style\">Pasirinkite pastraipos stilių, kurį norite priskirti pasirinktai pastraipai ir struktūros lygiui.</ahelp> Jeigu paspaudžiate „Joks“, tuomet pasirinktas struktūros lygis nėra apibrėžtas." #. 2Ko3X #: 06060100.xhp @@ -24080,7 +24116,7 @@ msgctxt "" "hd_id3151272\n" "help.text" msgid "Number" -msgstr "" +msgstr "Skaičius" #. sayxC #: 06060100.xhp @@ -24089,7 +24125,7 @@ msgctxt "" "par_id3156319\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/numbering\">Select the numbering style that you want to apply to the selected outline level.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/numbering\">Pasirinkite numeravimo tipą, kurį norite pritaikyte pasirinktam struktūros lygiui.</ahelp>" #. uCj2F #: 06060100.xhp @@ -24098,7 +24134,7 @@ msgctxt "" "par_id3150258\n" "help.text" msgid "<emph>Selection</emph>" -msgstr "" +msgstr "<emph>Pasirinkimas</emph>" #. hxGpL #: 06060100.xhp @@ -24107,7 +24143,7 @@ msgctxt "" "par_id3149760\n" "help.text" msgid "<emph>Description</emph>" -msgstr "" +msgstr "<emph>Aprašas</emph>" #. aMCaW #: 06060100.xhp @@ -24116,7 +24152,7 @@ msgctxt "" "par_id3147513\n" "help.text" msgid "A, B, C, ..." -msgstr "" +msgstr "A, B, C, ..." #. zVG2q #: 06060100.xhp @@ -24125,7 +24161,7 @@ msgctxt "" "par_id3150708\n" "help.text" msgid "Capital letters" -msgstr "" +msgstr "Didžiosios raidės" #. sgQ6h #: 06060100.xhp @@ -24134,7 +24170,7 @@ msgctxt "" "par_id3154104\n" "help.text" msgid "a, b, c, ..." -msgstr "" +msgstr "a, b, c, ..." #. E2DAU #: 06060100.xhp @@ -24143,7 +24179,7 @@ msgctxt "" "par_id3153533\n" "help.text" msgid "Lowercase letters" -msgstr "" +msgstr "Mažosios raidės" #. XbqUP #: 06060100.xhp @@ -24152,7 +24188,7 @@ msgctxt "" "par_id3151314\n" "help.text" msgid "I, II, III, ..." -msgstr "" +msgstr "I, II, III, ..." #. PNNRW #: 06060100.xhp @@ -24161,7 +24197,7 @@ msgctxt "" "par_id3154470\n" "help.text" msgid "Roman numerals (upper)" -msgstr "" +msgstr "Romėniški skaitiniai simboliai (didieji)" #. PZNRY #: 06060100.xhp @@ -24170,7 +24206,7 @@ msgctxt "" "par_id3150360\n" "help.text" msgid "i, ii, iii, ..." -msgstr "" +msgstr "i, ii, iii, ..." #. QHGzf #: 06060100.xhp @@ -24179,16 +24215,17 @@ msgctxt "" "par_id3152960\n" "help.text" msgid "Roman numerals (lower)" -msgstr "" +msgstr "Romėniški skaitiniai simboliai (mažieji)" #. AoxBN #: 06060100.xhp +#, fuzzy msgctxt "" "06060100.xhp\n" "par_id3155899\n" "help.text" msgid "1, 2, 3, ..." -msgstr "" +msgstr "1, 2, 3, ..." #. rDEQw #: 06060100.xhp @@ -24197,16 +24234,17 @@ msgctxt "" "par_id3154191\n" "help.text" msgid "Arabic numerals" -msgstr "" +msgstr "Arabiški skaitiniai simboliai" #. cihkt #: 06060100.xhp +#, fuzzy msgctxt "" "06060100.xhp\n" "par_id3149298\n" "help.text" msgid "A,... AA,... AAA,..." -msgstr "" +msgstr "A,... AA,... AAA,..." #. ozLot #: 06060100.xhp @@ -24215,7 +24253,7 @@ msgctxt "" "par_id3151332\n" "help.text" 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 "" +msgstr "Abėcėlinis numeravimas su identiškomis didžiosiomis raidėmis, kur raidžių skaičius nurodo skyriaus lygį. Pavyzdžiui, antras skaičius trečiame lygyje yra „BBB“." #. dYQ5A #: 06060100.xhp @@ -24224,7 +24262,7 @@ msgctxt "" "par_id3143284\n" "help.text" msgid "a,... aa,... aaa,..." -msgstr "" +msgstr "a,…aa,…aaa,…" #. AdZyB #: 06060100.xhp @@ -24233,7 +24271,7 @@ msgctxt "" "par_id3149820\n" "help.text" msgid "Alphabetical numbering with identical lower case letters, where the number of letters indicates the chapter level. For example, the third number in level two is \"cc\"." -msgstr "" +msgstr "Abėcėlinis numeravimas su identiškomis mažosiomis raidėmis, kur raidžių skaičius nurodo skyriaus lygį. Pavyzdžiui, trečias skaičius antrame lygyje yra „cc“." #. CT77W #: 06060100.xhp @@ -24242,7 +24280,7 @@ msgctxt "" "par_id3154834\n" "help.text" msgid "None" -msgstr "" +msgstr "Jokio" #. D8K3f #: 06060100.xhp @@ -24251,7 +24289,7 @@ msgctxt "" "par_id3148968\n" "help.text" msgid "No numbering symbol. Only the character or symbol defined in the <emph>Separator</emph> fields appears at the beginning of the numbered line." -msgstr "" +msgstr "Nėra numeravimo simbolio. Tik tai rašmuo arba simbolis apibrėžtas <emph>Skirtuko</emph> laukuose atsiranda pradžioje numeruojamos linijos." #. 9fZkc #: 06060100.xhp @@ -24260,7 +24298,7 @@ msgctxt "" "hd_id3147098\n" "help.text" msgid "Character Style" -msgstr "" +msgstr "Rašmens stilius" #. xjBZC #: 06060100.xhp @@ -24269,7 +24307,7 @@ msgctxt "" "par_id3147224\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/charstyle\">Select the format of the numbering character.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/charstyle\">Pasirinkite numeravimo rašmens formatą.</ahelp>" #. bkGnf #: 06060100.xhp @@ -24278,7 +24316,7 @@ msgctxt "" "hd_id3153643\n" "help.text" msgid "Show sublevels" -msgstr "" +msgstr "Parodyti lygius" #. LsZyj #: 06060100.xhp @@ -24287,7 +24325,7 @@ msgctxt "" "par_id3147575\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/sublevelsnf\">Select the number of outline levels to include in the chapter numbering. For example, select \"3\" to display three levels of chapter numbering: 1.1.1</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/sublevelsnf\">Pasirinkite struktūros lygių skaičių, kuris bus įtrauktas į skyriaus numeravimą. Pavyzdžiui, pasirinkite „3“, kad atvaizduotumėte tris skyriaus numeravimo lygius:1.1.1</ahelp>" #. 6kD9E #: 06060100.xhp @@ -24296,7 +24334,7 @@ msgctxt "" "hd_id3152772\n" "help.text" msgid "Separator Before" -msgstr "" +msgstr "Skirtukas iš kairės" #. L3AFX #: 06060100.xhp @@ -24305,7 +24343,7 @@ msgctxt "" "par_id3155142\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/prefix\">Enter the text that you want to display before the chapter number.</ahelp> For example, type \"Chapter \" to display \"Chapter 1\"." -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/prefix\">Įveskite tekstą, kurį norite rodyti iš kairės skyriaus numerio.</ahelp> Pavyzdžiui, įrašykite „Skyrius“, kad atvaizduotumėte „1 Skyrius“." #. JpHTu #: 06060100.xhp @@ -24314,7 +24352,7 @@ msgctxt "" "hd_id3154386\n" "help.text" msgid "Separator After" -msgstr "" +msgstr "Skirtukas iš dešinės" #. sScy6 #: 06060100.xhp @@ -24323,7 +24361,7 @@ msgctxt "" "par_id3153358\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/suffix\">Enter the text that you want to display after the chapter number.</ahelp> For example, type a period (.) to display \"1.\"" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/suffix\">Įveskite tekstą, kurį norite rodyti skyriaus numeriui iš dešinės.</ahelp> Pavyzdžiui, įrašykite tašką (.), kad atvaizduotumėte „1.“" #. L2j4Y #: 06060100.xhp @@ -24332,7 +24370,7 @@ msgctxt "" "hd_id3150590\n" "help.text" msgid "Start at" -msgstr "" +msgstr "Pradėti nuo" #. LaJxz #: 06060100.xhp @@ -24341,7 +24379,7 @@ msgctxt "" "par_id3151023\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/startat\">Enter the number that you want to restart the chapter numbering at.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/outlinenumberingpage/startat\">Įveskite skaičių, kuriuo norite paleisti iš naujo skyriaus numeravimą.</ahelp>" #. ib98D #: 06080000.xhp @@ -24350,7 +24388,7 @@ msgctxt "" "tit\n" "help.text" msgid "Footnotes/Endnotes Settings" -msgstr "" +msgstr "Išnašų ir galinių išnašų nuostatos" #. PTck2 #: 06080000.xhp @@ -24359,7 +24397,7 @@ msgctxt "" "hd_id3153004\n" "help.text" msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnote options\">Footnotes/Endnotes Settings</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnote options\">Išnašų ir galinių išnašų nuostatos</link>" #. Qrcaz #: 06080000.xhp @@ -24368,42 +24406,42 @@ msgctxt "" "par_id3149882\n" "help.text" msgid "<variable id=\"fnoten\"><ahelp hid=\".uno:FootnoteDialog\">Specifies the display settings for footnotes and endnotes.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"fnoten\"><ahelp hid=\".uno:FootnoteDialog\">Nurodo atvaizdavimo nuostatas išnašoms ir galinėms išnašoms.</ahelp></variable>" -#. D7F5c +#. 4gY7v #: 06080100.xhp msgctxt "" "06080100.xhp\n" "tit\n" "help.text" -msgid "Footnotes" +msgid "Footnote Settings" msgstr "" -#. 94Y2F +#. yXZUg #: 06080100.xhp msgctxt "" "06080100.xhp\n" "hd_id3154705\n" "help.text" -msgid "<link href=\"text/swriter/01/06080100.xhp\" name=\"Footnotes\">Footnotes</link>" +msgid "<link href=\"text/swriter/01/06080100.xhp\" name=\"Footnotes\">Footnote Settings</link>" msgstr "" -#. 32tPC +#. hBHjS #: 06080100.xhp msgctxt "" "06080100.xhp\n" "par_id3149500\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/FootnotePage\">Specifies the formatting for footnotes and endnotes.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/FootnotePage\">Specifies the formatting for footnotes.</ahelp>" msgstr "" -#. TB5nC +#. JkEHS #: 06080100.xhp msgctxt "" "06080100.xhp\n" "par_id3154560\n" "help.text" -msgid "To set additional option for footnotes and endnotes, choose <emph>Format - Page</emph>, and then click the <link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\"><emph>Footnote</emph></link> tab." +msgid "To set additional option for footnotes, choose <menuitem>Format - Page Style</menuitem>, and then click the <link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\"><emph>Footnote</emph></link> tab." msgstr "" #. mGXqS @@ -24413,7 +24451,7 @@ msgctxt "" "hd_id3149884\n" "help.text" msgid "AutoNumbering" -msgstr "" +msgstr "Automatinis Numeravimas" #. QS2vq #: 06080100.xhp @@ -24422,15 +24460,15 @@ msgctxt "" "hd_id3148394\n" "help.text" msgid "Numbering" -msgstr "" +msgstr "Numeravimas" -#. PTzX6 +#. R2sxP #: 06080100.xhp msgctxt "" "06080100.xhp\n" "par_id3150568\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/numberinglb\">Select the numbering style that you want to use for footnotes or endnotes.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/numberinglb\">Select the numbering style that you want to use.</ahelp>" msgstr "" #. cqBBB @@ -24440,7 +24478,7 @@ msgctxt "" "par_id3147570\n" "help.text" msgid "Selection" -msgstr "" +msgstr "Parinkimas" #. MowBA #: 06080100.xhp @@ -24449,7 +24487,7 @@ msgctxt "" "par_id3151180\n" "help.text" msgid "Description" -msgstr "" +msgstr "Aprašas" #. oEuGf #: 06080100.xhp @@ -24458,7 +24496,7 @@ msgctxt "" "par_id3150763\n" "help.text" msgid "A, B, C" -msgstr "" +msgstr "A, B, C" #. GCndz #: 06080100.xhp @@ -24467,7 +24505,7 @@ msgctxt "" "par_id3153154\n" "help.text" msgid "Uppercase" -msgstr "" +msgstr "Didžiosios raidės" #. MAEkA #: 06080100.xhp @@ -24476,7 +24514,7 @@ msgctxt "" "par_id3151171\n" "help.text" msgid "a, b, c" -msgstr "" +msgstr "a, b, c" #. VZFLB #: 06080100.xhp @@ -24485,7 +24523,7 @@ msgctxt "" "par_id3147508\n" "help.text" msgid "Lowercase" -msgstr "" +msgstr "Mažosios raidės" #. CCgce #: 06080100.xhp @@ -24494,7 +24532,7 @@ msgctxt "" "par_id3150706\n" "help.text" msgid "I, II, III" -msgstr "" +msgstr "I, II, III" #. uviUq #: 06080100.xhp @@ -24503,7 +24541,7 @@ msgctxt "" "par_id3152940\n" "help.text" msgid "Roman numerals (upper case)" -msgstr "" +msgstr "Romėniški skaitiniai simboliai (didieji rašmenys)" #. xBuC9 #: 06080100.xhp @@ -24512,7 +24550,7 @@ msgctxt "" "par_id3153530\n" "help.text" msgid "i, ii, iii" -msgstr "" +msgstr "i, ii, iii" #. JQFJY #: 06080100.xhp @@ -24521,7 +24559,7 @@ msgctxt "" "par_id3150359\n" "help.text" msgid "Roman numerals (lower case)" -msgstr "" +msgstr "Romėniški skaitiniai simboliai (mažieji rašmenys)" #. BoqBZ #: 06080100.xhp @@ -24530,7 +24568,7 @@ msgctxt "" "par_id3150981\n" "help.text" msgid "1, 2, 3" -msgstr "" +msgstr "1, 2, 3" #. ECZ4S #: 06080100.xhp @@ -24539,7 +24577,7 @@ msgctxt "" "par_id3154569\n" "help.text" msgid "Arabic numerals" -msgstr "" +msgstr "Arabiški skaitiniai simboliai" #. P9ob7 #: 06080100.xhp @@ -24548,7 +24586,7 @@ msgctxt "" "par_id3147525\n" "help.text" msgid "A,... AA,... AAA,..." -msgstr "" +msgstr "A,… AA,… AAA,…" #. L9mtD #: 06080100.xhp @@ -24557,16 +24595,17 @@ msgctxt "" "par_id3155895\n" "help.text" msgid "Alphabetical numbering with uppercase letters. After the first 26 entries, the numbering restarts at \"AA\"." -msgstr "" +msgstr "Abėcėlinis numeravimas su didžiosiomis raidėmis. Po pirmųjų 26 įrašų, numeravimas paleidžiamas iš naujo nuo „AA“." #. KxeRb #: 06080100.xhp +#, fuzzy msgctxt "" "06080100.xhp\n" "par_id3154194\n" "help.text" msgid "a,... aa,... aaa,..." -msgstr "" +msgstr "a,... aa,... aaa,..." #. NDVBP #: 06080100.xhp @@ -24575,7 +24614,7 @@ msgctxt "" "par_id3149297\n" "help.text" msgid "Alphabetical numbering with lowercase letters. After the first 26 entries, the numbering restarts at \"aa\"." -msgstr "" +msgstr "Abėcėlinis numeravimas su mažosiomis raidėmis. Po pirmųjų 26 įrašų, numeravimas pradedamas iš naujo nuo „aa“." #. QiWFL #: 06080100.xhp @@ -24584,7 +24623,7 @@ msgctxt "" "hd_id3151330\n" "help.text" msgid "Counting" -msgstr "" +msgstr "Skaičiuojama" #. 9ctT5 #: 06080100.xhp @@ -24593,7 +24632,7 @@ msgctxt "" "par_id3155186\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/countinglb\">Select the numbering option for the footnotes.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/countinglb\">Pasirinkite numeravimo parinktį išnašoms.</ahelp>" #. sLpfU #: 06080100.xhp @@ -24602,7 +24641,7 @@ msgctxt "" "par_id3149096\n" "help.text" msgid "Option" -msgstr "" +msgstr "Parinktis" #. im9AB #: 06080100.xhp @@ -24611,7 +24650,7 @@ msgctxt "" "par_id3151256\n" "help.text" msgid "Meaning" -msgstr "" +msgstr "Reiškmė" #. 6WBFc #: 06080100.xhp @@ -24620,7 +24659,7 @@ msgctxt "" "par_id3147094\n" "help.text" msgid "Per page" -msgstr "" +msgstr "Vienam puslapiui" #. 9hk8D #: 06080100.xhp @@ -24629,7 +24668,7 @@ msgctxt "" "par_id3148983\n" "help.text" msgid "Restarts the numbering of footnotes at the top of each page. This option is only available if the <emph>End of page </emph>check box is selected in the <emph>Position </emph>area." -msgstr "" +msgstr "Paleidžia iš naujo išnašų numeravimą puslapio viršuje. Ši parinktis yra galima tik jeigu <emph>Puslapio pabaiga</emph> žymimasis langelis yra pasirinktas <emph>Pozicija</emph> srityje." #. iAB3c #: 06080100.xhp @@ -24638,7 +24677,7 @@ msgctxt "" "par_id3149040\n" "help.text" msgid "Per chapter" -msgstr "" +msgstr "Vienam skyriui" #. GVyeb #: 06080100.xhp @@ -24647,7 +24686,7 @@ msgctxt "" "par_id3152766\n" "help.text" msgid "Restarts the numbering of footnotes at the beginning of each chapter." -msgstr "" +msgstr "Paleidžia iš naujo išnašų numeravimą kiekvieno skyriaus pradžioje." #. eBxe3 #: 06080100.xhp @@ -24656,7 +24695,7 @@ msgctxt "" "par_id3155147\n" "help.text" msgid "Per document" -msgstr "" +msgstr "Vienam dokumentui" #. QakQR #: 06080100.xhp @@ -24665,7 +24704,7 @@ msgctxt "" "par_id3153347\n" "help.text" msgid "Numbers the footnotes in the document sequentially." -msgstr "" +msgstr "Sunumeruoja išnašas nuosekliai dokumente." #. s8xS8 #: 06080100.xhp @@ -24674,7 +24713,7 @@ msgctxt "" "hd_id3149167\n" "help.text" msgid "Start at" -msgstr "" +msgstr "Pradėti nuo" #. vBBcE #: 06080100.xhp @@ -24683,7 +24722,7 @@ msgctxt "" "par_id3156268\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/offsetnf\">Enter the number for the first footnote in the document. This option is only available if you selected \"Per Document\" in the <emph>Counting </emph>box.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/offsetnf\">Įveskite skaičių pirmai išnašai dokumente. Ši parinktis galima tik pasirinktus „Vienam dokumentui„ <emph>Skaičiavimo</emph> langelyje.</ahelp>" #. Vofmb #: 06080100.xhp @@ -24692,7 +24731,7 @@ msgctxt "" "hd_id3151036\n" "help.text" msgid "Before" -msgstr "" +msgstr "Iš kairės" #. vSZ6R #: 06080100.xhp @@ -24701,7 +24740,7 @@ msgctxt "" "par_id3150587\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/prefix\">Enter the text that you want to display in front of the footnote number in the note text.</ahelp> For example, type \"To \" to display \"To 1\"." -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/prefix\">Įvveskite tekstą, kurį norite rodyti priekyje išnašos skaičiaus pastabos tekste.</ahelp> Pavyzdžiui, įrašykite „iki“ kad rodytų „iki 1“." #. EvZEE #: 06080100.xhp @@ -24710,7 +24749,7 @@ msgctxt "" "hd_id3156364\n" "help.text" msgid "After" -msgstr "" +msgstr "Po" #. Wiijb #: 06080100.xhp @@ -24719,7 +24758,7 @@ msgctxt "" "par_id3155906\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/suffix\">Enter the text that you want to display after the footnote number in the note text.</ahelp> For example, type \")\" to display \"1)\"." -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/suffix\">Įveskite tekstą, kurį norite rodyti po išnašos skaičiaus pastabos tekste.</ahelp> Pavyzdžiui, įrašykite „)“, kad rodytumėte „1)“." #. ZUp7X #: 06080100.xhp @@ -24728,7 +24767,7 @@ msgctxt "" "par_id334242345\n" "help.text" msgid "Footnote numbers are left aligned by default in the footnote area. For right aligned footnote numbers first edit the paragraph style <emph>Footnote</emph>. Press <item type=\"keycode\">F11</item> to open <emph>Styles</emph> dialog and select <emph>Footnote</emph> from the list of paragraph styles. Open the local menu with right click and choose <emph>Modify</emph>. Go to the <emph>Indents & Spacing</emph> tab page and set indent to 0 before and after the paragraph, including the first line. On <emph>Tabs</emph> tab page create a tab of right type at 12pt and a tab of left type at 14pt. Then in <emph>Footnotes/Endnotes Settings</emph> dialog enter <item type=\"input\">\\t</item> into the <emph>Before</emph> and <emph>After</emph> edit boxes." -msgstr "" +msgstr "Išnašos skaičiai yra sulygiuoti kairėje pagal numatytąsias parinktis išnašų srityje. Dėl dešinės lygiuotės išnašų skaičių, pirmiausia pataisykite pastraipos stilių <emph>Išnaša</emph>. Paspauskite <item type=\"keycode\">F11</item> atverti <emph>Stiliai</emph> dialogo langą ir pasirinkite <emph>Išnaša</emph> iš pastraipos stilių sąrašo. Atverkite vietinį meniu dešiniu pelės spustelėjimu ir pasirinkite <emph>Keitimas</emph>. Eikite į <emph>Įtraukos ir intervalai</emph> skirtuko puslapį ir nustatykite įtrauką 0 pastraipos kairėje ir dešinėje, įskaitant ir pirmąją eilutę. <emph>Skirtukai</emph> skirtuko puslapyje sukurkite skirtuką dešiniam tipui 12pt ir skirtuką kairiam tipui 14pt. Tuomet <emph>Išnašų/Galinių išnašų parinktys</emph> dialogo lange įveskite <item type=\"input\">\\t</item>į <emph>Kairę</emph> ir <emph>dešinę</emph> taisyti langelius." #. Ffb7D #: 06080100.xhp @@ -24737,7 +24776,7 @@ msgctxt "" "hd_id3148875\n" "help.text" msgid "Position" -msgstr "" +msgstr "Padėtis" #. akDZs #: 06080100.xhp @@ -24746,7 +24785,7 @@ msgctxt "" "hd_id3148888\n" "help.text" msgid "End of page" -msgstr "" +msgstr "Puslapio pabaiga" #. bLKAz #: 06080100.xhp @@ -24755,7 +24794,7 @@ msgctxt "" "par_id3151385\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/pospagecb\">Displays footnotes at the bottom of the page.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/pospagecb\">Parodo išnašas puslapio apačioje.</ahelp>" #. oPLRG #: 06080100.xhp @@ -24764,7 +24803,7 @@ msgctxt "" "hd_id3149549\n" "help.text" msgid "End of document" -msgstr "" +msgstr "Dokumento pabaiga" #. W9Ad6 #: 06080100.xhp @@ -24773,7 +24812,7 @@ msgctxt "" "par_id3150123\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/posdoccb\">Displays footnotes at the end of the document as endnotes.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/posdoccb\">Parodo išnašas dokumento pabaigoje kaip galines išnašas.</ahelp>" #. C3ihg #: 06080100.xhp @@ -24782,7 +24821,7 @@ msgctxt "" "hd_id3155871\n" "help.text" msgid "Styles" -msgstr "" +msgstr "Stiliai" #. VbWRX #: 06080100.xhp @@ -24791,7 +24830,7 @@ msgctxt "" "par_id3150695\n" "help.text" msgid "To ensure a uniform appearance for the footnotes in your document, assign a paragraph style to the footnotes." -msgstr "" +msgstr "Norėdami garantuoti tolygią išnašų išvaizdą savo dokumente, priskirkite pastraipos stilių galinės išnašoms." #. srKcC #: 06080100.xhp @@ -24800,15 +24839,15 @@ msgctxt "" "hd_id3147418\n" "help.text" msgid "Paragraph" -msgstr "" +msgstr "Pastraipa" -#. CBrU5 +#. zLPuG #: 06080100.xhp msgctxt "" "06080100.xhp\n" "par_id3147620\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/parastylelb\">Select the paragraph style for the footnote text.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/parastylelb\">Select the paragraph style for the footnote text. Only special styles can be selected.</ahelp>" msgstr "" #. 3bbSC @@ -24818,7 +24857,7 @@ msgctxt "" "hd_id3147495\n" "help.text" msgid "Page" -msgstr "" +msgstr "Puslapis" #. zh2mU #: 06080100.xhp @@ -24827,7 +24866,7 @@ msgctxt "" "par_id3145128\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/pagestylelb\">Select the page style that you want to use for footnotes.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/pagestylelb\">Pasirinkite puslapio stilių, kurį norite naudoti išnašoms.</ahelp>" #. SyJgg #: 06080100.xhp @@ -24836,7 +24875,7 @@ msgctxt "" "par_id3149229\n" "help.text" msgid "This option is only available if the <emph>End of Document</emph> check box is selected in the <emph>Position</emph> area." -msgstr "" +msgstr "Ši parinktis yra galima tik jeigu <emph>Dokumento pabaiga</emph> žymimasis langelis yra pasirinktas <emph>Padėtis</emph> srityje." #. gvSXz #: 06080100.xhp @@ -24845,7 +24884,7 @@ msgctxt "" "hd_id3147742\n" "help.text" msgid "Character Styles" -msgstr "" +msgstr "Rašmenų stiliai" #. tVDLB #: 06080100.xhp @@ -24854,7 +24893,7 @@ msgctxt "" "par_id3146335\n" "help.text" msgid "You can assign styles to footnote anchors and text. You can use the predefined footnote styles, or use a different style." -msgstr "" +msgstr "Galite priskirti stilius išnašos prieraišui ir tekstui. Galite naudoti apibrėžtą išnašos stilių arba kitą stilių." #. t8msz #: 06080100.xhp @@ -24863,7 +24902,7 @@ msgctxt "" "hd_id3149834\n" "help.text" msgid "Text area" -msgstr "" +msgstr "Teksto sritis" #. J3SGz #: 06080100.xhp @@ -24872,7 +24911,7 @@ msgctxt "" "par_id3147592\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/charanchorstylelb\">Select the character style that you want to use for footnote anchors in the text area of your document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/charanchorstylelb\">Pasirinkite rašmens stilių, kurį norite naudoti išnašos prieraišuose savo dokumento teksto srityje.</ahelp>" #. vo2kB #: 06080100.xhp @@ -24881,7 +24920,7 @@ msgctxt "" "hd_id3148845\n" "help.text" msgid "Footnote area" -msgstr "" +msgstr "Išnašos sritis" #. vnEDK #: 06080100.xhp @@ -24890,7 +24929,7 @@ msgctxt "" "par_id3148863\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/charstylelb\">Select the character style that you want to use for the footnote numbers in the footnote area.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/charstylelb\">Pasirinkite rašmens stilių, kurį norite naudoti išnašos skaičiams išnašos srityje.</ahelp>" #. rzLUA #: 06080100.xhp @@ -24899,7 +24938,7 @@ msgctxt "" "hd_id3155575\n" "help.text" msgid "Continuation notice" -msgstr "" +msgstr "Tęsinio pastaba" #. u27HW #: 06080100.xhp @@ -24908,7 +24947,7 @@ msgctxt "" "hd_id3148445\n" "help.text" msgid "End of Footnote" -msgstr "" +msgstr "Išnašos pabaiga" #. ZbzW7 #: 06080100.xhp @@ -24917,7 +24956,7 @@ msgctxt "" "par_id3151091\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/conted\">Enter the text that you want to display when the footnotes are continued on the next page, for example, \"Continued on Page \". $[officename] Writer automatically inserts the number of the following page. </ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/conted\">Įveskite tekstą, kurį norite rodyti, kai išnašos yra tęsiamos kitame puslapyje, pavyzdžiui, „pratęsta puslapyje“. $[officename] Tekstų rengyklė automatiškai įterpia sekančio puslapio skaičių.</ahelp>" #. AF7tD #: 06080100.xhp @@ -24926,7 +24965,7 @@ msgctxt "" "hd_id3154784\n" "help.text" msgid "Start of next page" -msgstr "" +msgstr "Sekančio puslapio pradžia" #. afhFr #: 06080100.xhp @@ -24935,24 +24974,24 @@ msgctxt "" "par_id3154089\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/footnotepage/contfromed\">Enter the text that you want to display on the page where the footnotes are continued, for example, \"Continued from Page \". $[officename] Writer automatically inserts the number of the previous page.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/footnotepage/contfromed\">Įveskite tekstą, kurį norite rodyti puslapyje, kur yra pratęsiamos išnašos, pavyzdžiui, „Tęsiama iš puslapio“. $[officename] Tekstų rengyklė automatiškai įterpia skaičių ankstesniame puslapyje.</ahelp>" -#. DJwPd +#. FDC89 #: 06080200.xhp msgctxt "" "06080200.xhp\n" "tit\n" "help.text" -msgid "Endnotes" +msgid "Endnote Settings" msgstr "" -#. uqcCR +#. i4S6A #: 06080200.xhp msgctxt "" "06080200.xhp\n" "hd_id3156321\n" "help.text" -msgid "<link href=\"text/swriter/01/06080200.xhp\" name=\"Endnotes\">Endnotes</link>" +msgid "<link href=\"text/swriter/01/06080200.xhp\" name=\"Endnotes\">Endnote Settings</link>" msgstr "" #. sVpC6 @@ -24962,7 +25001,7 @@ msgctxt "" "par_id3151182\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/endnotepage/EndnotePage\">Specifies the formatting for endnotes.</ahelp> The type of endnote numbering and the Styles to apply are the options available." -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/endnotepage/EndnotePage\">Apibrėžia išnašų formatavimą.</ahelp> Išnašos numeravimo tipas ir pritaikomi stiliai yra galimos parinktys." #. FmuEB #: 06080200.xhp @@ -24971,7 +25010,7 @@ msgctxt "" "hd_id3149292\n" "help.text" msgid "AutoNumbering" -msgstr "" +msgstr "Automatinis numeravimas" #. XVMrt #: 06080200.xhp @@ -24980,7 +25019,7 @@ msgctxt "" "hd_id3151178\n" "help.text" msgid "Start at" -msgstr "" +msgstr "Pradėti nuo" #. oLyxW #: 06080200.xhp @@ -24989,7 +25028,7 @@ msgctxt "" "par_id3147512\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/endnotepage/offsetnf\">Enter the number for the first endnote in the document.</ahelp> This is useful if want the endnote numbering to span more than one document." -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/endnotepage/offsetnf\"> Įveskite skaičių pirmai išnašai dokumente.</ahelp> Tai yra naudinga, jeigu norite galinės išnašos numeravimu apimti daugiau nei vieną dokumentą." #. mTyyd #: 06080200.xhp @@ -24998,7 +25037,7 @@ msgctxt "" "hd_id3150702\n" "help.text" msgid "Before" -msgstr "" +msgstr "Iš kairės" #. tDD5k #: 06080200.xhp @@ -25007,7 +25046,7 @@ msgctxt "" "par_id3152943\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/endnotepage/prefix\">Enter the text that you want to display in front of the endnote number in the note text.</ahelp> For example, type \"re: \" to display \"re: 1\"." -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/endnotepage/prefix\">Įveskite tekstą, kurį norite rodyti priekyje galinės išnašos skaičiaus pastabos tekste.</ahelp> Pavyzdžiui, įrašykite „rez:“ kad rodytų „rez: 1“." #. Wa3eo #: 06080200.xhp @@ -25016,7 +25055,7 @@ msgctxt "" "hd_id3149804\n" "help.text" msgid "After" -msgstr "" +msgstr "Iš dešinės" #. RoQ6c #: 06080200.xhp @@ -25025,7 +25064,7 @@ msgctxt "" "par_id3153535\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/endnotepage/suffix\">Enter the text that you want to display after the endnote number in the note text.</ahelp> For example, type \")\" to display \"1)\"." -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/endnotepage/suffix\">Įveskite tekstą, kurį norite rodyti iš dešinės galinės išnašos skaičiaus pastabos tekste.</ahelp> Pavyzdžiui, įrašykite „)“ kad rodytų „1)“." #. 6zQE7 #: 06080200.xhp @@ -25034,15 +25073,15 @@ msgctxt "" "hd_id3152952\n" "help.text" msgid "Styles" -msgstr "" +msgstr "Stiliai" -#. qTLXs +#. 7BMFG #: 06080200.xhp msgctxt "" "06080200.xhp\n" "par_id3150970\n" "help.text" -msgid "To ensure a uniform appearance for the endnotes in your document, assign a paragraph style to the footnotes." +msgid "To ensure a uniform appearance for the endnotes in your document, assign a paragraph style." msgstr "" #. TGC8v @@ -25052,15 +25091,15 @@ msgctxt "" "hd_id3151312\n" "help.text" msgid "Paragraph" -msgstr "" +msgstr "Pastraipa" -#. vXFFs +#. DERAY #: 06080200.xhp msgctxt "" "06080200.xhp\n" "par_id3147526\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/endnotepage/parastylelb\">Select the paragraph style for the endnote text.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/endnotepage/parastylelb\">Select the paragraph style for the endnote text. Only special styles can be selected.</ahelp>" msgstr "" #. 9WDi7 @@ -25070,7 +25109,7 @@ msgctxt "" "hd_id3154470\n" "help.text" msgid "Page" -msgstr "" +msgstr "Puslapis" #. nQWq5 #: 06080200.xhp @@ -25079,7 +25118,7 @@ msgctxt "" "par_id3154569\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/endnotepage/pagestylelb\">Select the page style that you want to use for endnotes.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/endnotepage/pagestylelb\">Pasirinkite puslapio stilių, kurį norite naudoti galinėms išnašoms.</ahelp>" #. dwpvX #: 06080200.xhp @@ -25088,7 +25127,7 @@ msgctxt "" "hd_id3155901\n" "help.text" msgid "Character Styles" -msgstr "" +msgstr "Rašmens stiliai" #. mjFjR #: 06080200.xhp @@ -25097,7 +25136,7 @@ msgctxt "" "par_id3149692\n" "help.text" msgid "You can assign styles to endnote anchors and text. You can use the predefined endnote styles, or use a different style." -msgstr "" +msgstr "Galite priskirti stilius galinių išnašų prieraišams ir tekstui. Galite naudoti apibrėžtus galinių išnašų stilius arba kitą stilių." #. DKN6W #: 06080200.xhp @@ -25106,7 +25145,7 @@ msgctxt "" "hd_id3154198\n" "help.text" msgid "Text area" -msgstr "" +msgstr "Teksto sritis" #. AMVZC #: 06080200.xhp @@ -25115,7 +25154,7 @@ msgctxt "" "par_id3159200\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/endnotepage/charanchorstylelb\">Select the character style that you want to use for endnote anchors in the text area of your document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/endnotepage/charanchorstylelb\">Pasirinkite rašmens stilių, kurį norite naudoti galinės išnašos prieraišams dokumento teksto srityje.</ahelp>" #. 7F7Ea #: 06080200.xhp @@ -25124,7 +25163,7 @@ msgctxt "" "hd_id3151326\n" "help.text" msgid "Endnote area" -msgstr "" +msgstr "Galinės išnašos sritis" #. ZFhKW #: 06080200.xhp @@ -25133,7 +25172,7 @@ msgctxt "" "par_id3155182\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/endnotepage/charstylelb\">Select the character style that you want to use for the endnote numbers in the endnote area.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/endnotepage/charstylelb\">Pasirinkite rašmens stilių, kurį norite naudoti galinės išnašos skaičiams galinės išnašos srityje.</ahelp>" #. txku5 #: 06090000.xhp @@ -25142,7 +25181,7 @@ msgctxt "" "tit\n" "help.text" msgid "Convert Text to Table" -msgstr "" +msgstr "Konvertuokite tekstą į lentelę" #. iF4fJ #: 06090000.xhp @@ -25151,7 +25190,7 @@ msgctxt "" "bm_id3147402\n" "help.text" msgid "<bookmark_value>converting; text, into tables</bookmark_value><bookmark_value>text; converting to tables</bookmark_value><bookmark_value>tables; converting to text</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>konvertuojama; tekstas; į lenteles</bookmark_value><bookmark_value>tekstas; konvertuojama į lenteles</bookmark_value><bookmark_value>lentelės; konvertuojama į tekstą</bookmark_value>" #. szSE5 #: 06090000.xhp @@ -25160,7 +25199,7 @@ msgctxt "" "hd_id3147402\n" "help.text" msgid "<link href=\"text/swriter/01/06090000.xhp\" name=\"Convert Text to Table\">Convert Text to Table</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/06090000.xhp\" name=\"Convert Text to Table\">Konvertuoti tekstą į lentelę</link>" #. sMxFh #: 06090000.xhp @@ -25169,7 +25208,7 @@ msgctxt "" "par_id3145829\n" "help.text" msgid "<variable id=\"texttab\"><ahelp hid=\".uno:ConvertTableText\">Converts the selected text into a table, or the selected table into text.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"texttab\"><ahelp hid=\".uno:ConvertTableText\">Konvertuoja pasirinktą tekstą į lentelę ar pasirinktą lentelę į tekstą.</ahelp></variable>" #. x3MAF #: 06090000.xhp @@ -25178,7 +25217,7 @@ msgctxt "" "par_id3150015\n" "help.text" msgid "The options available in this dialog depending on the type of conversion." -msgstr "" +msgstr "Ši parinktis galima šiame dialogo lange priklausomai nuo konvertavimo tipo." #. cF9A5 #: 06090000.xhp @@ -25187,7 +25226,7 @@ msgctxt "" "hd_id3145247\n" "help.text" msgid "Separate text at" -msgstr "" +msgstr "Stulpelių skirtukas" #. UZZy3 #: 06090000.xhp @@ -25196,7 +25235,7 @@ msgctxt "" "par_id3148388\n" "help.text" msgid "A separator, such as a tab, marks the column boundaries in the selected text. Each paragraph in the selection is converted into a row in the table. Similarly, when you convert a table into text, the column markers are changed to the character that you specify, and each row is converted into a separate paragraph." -msgstr "" +msgstr "Skirtukas toks kaip kortelė pažymi stulpelio ribas pasirinktame tekste. Kiekviena pastraipa atrankoje yra konvertuojama į eilutę lentelėje. Lygiai taip pat, kai konvertuojate lentelę į tekstą, stulpelio žymekliai būna pakeisti į rašmenį, kurį apibrėžiate ir kiekviena eilutė būna konvertuojama į atskirą pastraipą." #. XPoRD #: 06090000.xhp @@ -25205,7 +25244,7 @@ msgctxt "" "hd_id3150936\n" "help.text" msgid "Tabs" -msgstr "" +msgstr "Skirtukai" #. DELsb #: 06090000.xhp @@ -25214,7 +25253,7 @@ msgctxt "" "par_id3149027\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/converttexttable/tabs\">Converts the text to a table using tabs as column markers.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/converttexttable/tabs\">Paverčia tekstą į lentelę, naudojant skirtukus kaip stulpelio žymeklius.</ahelp>" #. fe37j #: 06090000.xhp @@ -25223,7 +25262,7 @@ msgctxt "" "hd_id3147171\n" "help.text" msgid "Semicolons" -msgstr "" +msgstr "Kabliataškis" #. vCDMB #: 06090000.xhp @@ -25232,7 +25271,7 @@ msgctxt "" "par_id3147565\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/converttexttable/semicolons\">Converts the text to a table using semi-colons (;) as column markers.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/converttexttable/semicolons\">Pakeičia tekstą į lentelę, naudojant kabliataškius (;) kaip stulpelio žymeklius.</ahelp>" #. qpWBj #: 06090000.xhp @@ -25241,7 +25280,7 @@ msgctxt "" "hd_id3151273\n" "help.text" msgid "Paragraph" -msgstr "" +msgstr "Pastraipa" #. XDVAF #: 06090000.xhp @@ -25250,7 +25289,7 @@ msgctxt "" "par_id3154645\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/converttexttable/paragraph\">Converts the text to a table using paragraphs as column markers.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/converttexttable/paragraph\">Pakeičia tekstą į lentelę, naudojant pastraipas kaip stulpelio žymeklius.</ahelp>" #. AF4j8 #: 06090000.xhp @@ -25259,7 +25298,7 @@ msgctxt "" "hd_id3151184\n" "help.text" msgid "Other:" -msgstr "" +msgstr "Kita:" #. D7aAk #: 06090000.xhp @@ -25268,7 +25307,7 @@ msgctxt "" "par_id3150256\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/converttexttable/other\">Converts the text to a table using the character that you type in the box as a column marker.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/converttexttable/other\">Pakeičia tekstą į lentelę, naudojant rašmenį, kurį įrašėte į langelį kaip stulpelio žymeklį.</ahelp>" #. jb7Wr #: 06090000.xhp @@ -25277,7 +25316,7 @@ msgctxt "" "hd_id3149295\n" "help.text" msgid "Text box" -msgstr "" +msgstr "Teksto langelis" #. z3hxE #: 06090000.xhp @@ -25286,7 +25325,7 @@ msgctxt "" "par_id3151175\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/converttexttable/othered\">Type the character that you want to use as a column marker.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/converttexttable/othered\">Įrašykite rašmenį, kurį norite naudoti kaip stulpelio žymeklį.</ahelp>" #. 3NefT #: 06090000.xhp @@ -25295,7 +25334,7 @@ msgctxt "" "hd_id3147508\n" "help.text" msgid "Equal width for all columns" -msgstr "" +msgstr "Lygus plotas visiems stulpeliams" #. EMSC8 #: 06090000.xhp @@ -25304,7 +25343,7 @@ msgctxt "" "par_id3154278\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/converttexttable/keepcolumn\">Creates columns of equal width, regardless of the position of the column marker.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/converttexttable/keepcolumn\">Sukuria stulpelius vienodo pločio, nepaisant stulpelio žymeklio padėties.</ahelp>" #. 9bMRZ #: 06090000.xhp @@ -25313,7 +25352,7 @@ msgctxt "" "hd_id3150703\n" "help.text" msgid "AutoFormat" -msgstr "" +msgstr "Automatinis formatavimas" #. GGKFD #: 06090000.xhp @@ -25322,7 +25361,7 @@ msgctxt "" "par_id31542781\n" "help.text" msgid "<ahelp hid=\".\">Opens the <emph>AutoFormat</emph> dialog, where you can select a predefined layout for table.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria <emph>Automatinio formatavimo</emph> dialogo langą, kur galite pasirinkti apibrėžtą išdėstymą lentelei.</ahelp>" #. CDCyN #: 06090000.xhp @@ -25331,7 +25370,7 @@ msgctxt "" "hd_id3154097\n" "help.text" msgid "Options" -msgstr "" +msgstr "Parinktys" #. ZZGPi #: 06090000.xhp @@ -25340,7 +25379,7 @@ msgctxt "" "hd_id3149802\n" "help.text" msgid "Heading" -msgstr "" +msgstr "Antraštė" #. kyQhi #: 06090000.xhp @@ -25349,7 +25388,7 @@ msgctxt "" "par_id3153535\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/converttexttable/headingcb\">Formats the first row of the new table as a heading.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/converttexttable/headingcb\">Suformatuoja pirmąją eilutę iš naujos lentelės kaip antraštę.</ahelp>" #. 842uw #: 06090000.xhp @@ -25358,7 +25397,7 @@ msgctxt "" "hd_id3150359\n" "help.text" msgid "Repeat heading" -msgstr "" +msgstr "Kartoti antraštę" #. 6Tbiw #: 06090000.xhp @@ -25367,7 +25406,7 @@ msgctxt "" "par_id3150973\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/converttexttable/repeatheading\">Repeats the table header on each page that the table spans.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/converttexttable/repeatheading\">Kartoja lentelės antraštę kiekviename puslapyje, kuris apima lentelę.</ahelp>" #. iHhoh #: 06090000.xhp @@ -25376,7 +25415,7 @@ msgctxt "" "hd_id5971251\n" "help.text" msgid "The first ... rows" -msgstr "" +msgstr "Pirmos … eilutės" #. t9di6 #: 06090000.xhp @@ -25385,7 +25424,7 @@ msgctxt "" "par_id4136478\n" "help.text" msgid "<ahelp hid=\".\">Repeats the first n rows as a header.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Kartoja pirmas n eilutes kaip antraštę.</ahelp>" #. pHxwj #: 06090000.xhp @@ -25394,7 +25433,7 @@ msgctxt "" "hd_id3151315\n" "help.text" msgid "Don't split table" -msgstr "" +msgstr "Neatskirkite lentelės" #. UsGW6 #: 06090000.xhp @@ -25403,7 +25442,7 @@ msgctxt "" "par_id3147530\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/converttexttable/dontsplitcb\">Does not divide the table across pages.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/converttexttable/dontsplitcb\">Nepadalina lentelės per puslapius.</ahelp>" #. AKsbe #: 06090000.xhp @@ -25412,7 +25451,7 @@ msgctxt "" "hd_id3154472\n" "help.text" msgid "Border" -msgstr "" +msgstr "Kraštinė" #. 5EBEP #: 06090000.xhp @@ -25421,7 +25460,7 @@ msgctxt "" "par_id3154570\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/converttexttable/bordercb\">Adds a border to the table and the table cells.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/converttexttable/bordercb\">Prideda kraštinę lentelei ir lentelės langeliams.</ahelp>" #. uBe9d #: 06100000.xhp @@ -25430,7 +25469,7 @@ msgctxt "" "tit\n" "help.text" msgid "Sort" -msgstr "" +msgstr "Rikiuoti" #. XncsB #: 06100000.xhp @@ -25439,7 +25478,7 @@ msgctxt "" "bm_id3149353\n" "help.text" msgid "<bookmark_value>tables;sorting rows</bookmark_value> <bookmark_value>sorting;paragraphs/table rows</bookmark_value> <bookmark_value>text; sorting paragraphs</bookmark_value> <bookmark_value>lines of text; sorting paragraphs</bookmark_value> <bookmark_value>sorting;paragraphs in special languages</bookmark_value> <bookmark_value>Asian languages;sorting paragraphs/table rows</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>lentelės;rikiuojamos eilutės</bookmark_value> <bookmark_value>rikiuojama;pastraipos/lentelės eilutės</bookmark_value> <bookmark_value>tekstas; rikiuojamos pastraipos </bookmark_value> <bookmark_value>teksto linijos, rikiuojamos pastraipos</bookmark_value> <bookmark_value>rikiuojama;pastraipos specialiose kalbose</bookmark_value> <bookmark_value>Azijietiškos kalbos;rikiuojamos pastraipos/lentelės eilutės</bookmark_value>" #. CACeu #: 06100000.xhp @@ -25457,7 +25496,7 @@ msgctxt "" "par_id3150015\n" "help.text" msgid "<variable id=\"sort\"><ahelp hid=\".uno:SortDialog\">Sorts the selected paragraphs or table rows alphabetically or numerically.</ahelp> You can define up to three sort keys as well as combine alphanumeric and numeric sort keys.</variable>" -msgstr "" +msgstr "<variable id=\"sort\"><ahelp hid=\".uno:SortDialog\">Rikiuoja pasirinktas pastraipas ar lentelės eilutes abėcėlės tvarka arba pagal skaičių.</ahelp> Galite apibrėžti iki trijų rikiavimo raktų taip pat kaip ir sujungti raides ir skaičius, ir skaitinius rikiavimo raktus.</variable>" #. 6Q37N #: 06100000.xhp @@ -25484,7 +25523,7 @@ msgctxt "" "par_id3147170\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/sortdialog/key3\">Specifies additional sorting criteria. You can also combine sort keys.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/sortdialog/key3\">Apibrėžia papildomą rikiavimo kriterijų. Taip pat galite sujungti rikiavimo raktus.</ahelp>" #. StLHG #: 06100000.xhp @@ -25502,7 +25541,7 @@ msgctxt "" "par_id3154644\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/sortdialog/colsb3\">Enter the number of the table column that you want to use as a basis for sorting.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/sortdialog/colsb3\">Įveskite lentelės stulpelio skaičių, kurį norite naudoti kaip pagrindą rikiavimui.</ahelp>" #. wMewq #: 06100000.xhp @@ -25520,7 +25559,7 @@ msgctxt "" "par_id3149752\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/sortdialog/typelb3\">Select the sorting option that you want to use.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/sortdialog/typelb3\">Pasirinkite rikiavimo parinktį, kurią norite naudoti.</ahelp>" #. wEXV5 #: 06100000.xhp @@ -25547,7 +25586,7 @@ msgctxt "" "par_id3154270\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/sortdialog/up3\">Sorts in ascending order, (for example, 1, 2, 3 or a, b, c).</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/sortdialog/up3\">Rikiuoja didėjančia tvarka, (pavyzdžiui, 1, 2, 3 ar a, b, c).</ahelp>" #. ivmBV #: 06100000.xhp @@ -25565,7 +25604,7 @@ msgctxt "" "par_id3152946\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/sortdialog/down3\">Sorts in descending order (for example, 9, 8, 7 or z, y, x).</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/sortdialog/down3\">Rikiuoja mažėjančia tvarka (pavyzdžiui 9, 8, 7 arba z, y, x).</ahelp>" #. xFCA5 #: 06100000.xhp @@ -25592,7 +25631,7 @@ msgctxt "" "par_id3150973\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/sortdialog/columns\">Sorts the columns in the table according to the current sort options.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/sortdialog/columns\">Rikiuoja stulpelius lentelėje remiantis dabartinėmis rikiavimo parinktimis.</ahelp>" #. tHGEb #: 06100000.xhp @@ -25610,7 +25649,7 @@ msgctxt "" "par_id3153677\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/sortdialog/rows\">Sorts the rows in the table or the paragraphs in the selection according to the current sort options.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/sortdialog/rows\">Rikiuoja eilutes lentelėje arba pastraipose pažymėtoje srityje remiantis dabartinėmis rikiavimo parinktimis.</ahelp>" #. ZFq2Q #: 06100000.xhp @@ -25628,7 +25667,7 @@ msgctxt "" "par_id3150350\n" "help.text" msgid "Paragraphs are separated by nonprinting paragraph marks. You can also specify that tabs or a character act as separators when you sort paragraphs." -msgstr "" +msgstr "Pastraipos yra atskirtos nespausdinamomis pastraipos žymomis. Galite taip pat apibrėžti, kad kortelės arba rašmenys būtų kaip skirtukai, kai rikiuosite pastraipas." #. V3PcF #: 06100000.xhp @@ -25646,7 +25685,7 @@ msgctxt "" "par_id3155902\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/sortdialog/tabs\">If the selected paragraphs correspond to a list separated by tabs, select this option.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/sortdialog/tabs\">Jeigu pasirinktos pastraipos atitinka sąrašą atskirtą kortelėmis, pasirinkite šią parinktį.</ahelp>" #. x5DsZ #: 06100000.xhp @@ -25664,7 +25703,7 @@ msgctxt "" "par_id3159196\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/sortdialog/separator\">Enter the character that you want to use as a separator in the selected area.</ahelp> By using the separator, $[officename] can determine the position of the sorting key in the selected paragraph." -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/sortdialog/separator\">Įveskite rašmenį, kurį norite naudoti kaip skirtuką pasirinktai sričiai.</ahelp> Naudodami skirtuką, $[officename] galite nustatyti rikiavimo mygtuko padėtį pasirinktoje pastraipoje." #. d6YsT #: 06100000.xhp @@ -25682,7 +25721,7 @@ msgctxt "" "par_id3155178\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/sortdialog/delimpb\">Opens the <emph>Special Characters</emph> dialog, where you can select the character that you want to use as a separator.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/sortdialog/delimpb\">Atveria <emph>Specialiųjų rašmenų</emph> dialogo langą, kur galite pasirinkti rašmenį, kurį norite naudoti kaip skirtuką.</ahelp>" #. iDM6r #: 06100000.xhp @@ -25700,7 +25739,7 @@ msgctxt "" "par_id3151252\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/sortdialog/langlb\">Select the language that defines the sorting rules.</ahelp> Some languages sort special characters differently than other languages." -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/sortdialog/langlb\">Pasirinkite kalbą, kuri apibrėžia rikiavimo taisykles.</ahelp> Kai kurios kalbos rikiuoja specialiuosius rašmenis skirtingai nei kitos kalbos." #. jEXDv #: 06100000.xhp @@ -25718,7 +25757,7 @@ msgctxt "" "par_id3154838\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/sortdialog/matchcase\">Distinguishes between uppercase and lowercase letters when you sort a table. For Asian languages special handling applies.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/sortdialog/matchcase\">Atskiria didžiąsias ir mažąsias raides, kai rikiuojate lentelę. Azijietiškoms kalboms yra pritaikoma specialusis valdymas.</ahelp>" #. EvVGs #: 06100000.xhp @@ -25727,7 +25766,7 @@ msgctxt "" "par_idN10895\n" "help.text" msgid "For Asian languages, select <emph>Match case </emph>to apply multi-level collation. In the multi-level collation, the primitive forms of the entries are first compared with the cases of the forms and diacritics ignored. If the forms are the same, the diacritics of the forms are compared. If the forms are still the same, the cases, character widths, and Japanese Kana differences of the forms are compared." -msgstr "" +msgstr "Azijietiškoms kalboms pasirinkite <emph>Skirti raidžių lygį</emph> kad pritaikytumėte kelių lygių sugretinimą. Kelių lygių sugretinime, pirminės įrašų formos yra pirmiausia lyginamos su formų registrais, o diakritiniai ženklai yra nepaisomi. Jeigu formos yra vienodos, diakritiniai formų ženklai yra lyginami. Jeigu formos vis dar tebėra vienodos, registrai, rašmens pločiai ir Japoniški Kana formų skirtumai yra lyginami." #. kNbhq #: 06110000.xhp @@ -25754,7 +25793,7 @@ msgctxt "" "par_id3150021\n" "help.text" msgid "<ahelp hid=\".uno:CalculateSel\" visibility=\"visible\">Calculates the selected formula and copies the result to the clipboard.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".uno:CalculateSel\" visibility=\"visible\">Skaičiuoja pasirinktą formulę ir kopijuoja rezultatą iš iškarpinės.</ahelp>" #. 8eVUy #: 06120000.xhp @@ -25898,7 +25937,7 @@ msgctxt "" "tit\n" "help.text" msgid "Line Numbering" -msgstr "" +msgstr "Eilučių numeravimas" #. DdXuD #: 06180000.xhp @@ -25907,7 +25946,7 @@ msgctxt "" "hd_id3154705\n" "help.text" msgid "Line Numbering" -msgstr "" +msgstr "Eilučių numeravimas" #. ca98d #: 06180000.xhp @@ -25916,7 +25955,7 @@ msgctxt "" "par_id3150249\n" "help.text" msgid "<variable id=\"zeinum\">Adds or removes and formats line numbers in the current document. To exclude a paragraph from line numbering, click in the paragraph, choose <emph>Format - Paragraph</emph>, click the <emph>Numbering </emph>tab, and then clear the <emph>Include this paragraph in line numbering</emph> check box.</variable> You can also exclude a paragraph style from line numbering." -msgstr "" +msgstr "<variable id=\"zeinum\">Prideda arba pašalina ir suformatuoja eilučių numerius dabartiniame dokumente. Norėdami neįtraukti pastraipos eilutės numeravimo, paspauskite pastraipą, pasirinkite <emph>Formatas → Pastraipa</emph>, spauskite <emph>Numeravimas</emph>skirtuką ir tada išvalykite <emph>Įterpti šią pastraipą į eilutės numeravimą</emph> žymimąjį langelį.</variable> Taip pat galite neįtraukti pastraipos stiliaus į eilutės numeravimą." #. GcdFF #: 06180000.xhp @@ -25925,7 +25964,7 @@ msgctxt "" "par_id248115\n" "help.text" msgid "Line numbers are not available in HTML format." -msgstr "" +msgstr "Eilutės numeriai nėra galimi HTML formatu." #. uaAHm #: 06180000.xhp @@ -25934,7 +25973,7 @@ msgctxt "" "hd_id3146965\n" "help.text" msgid "Show numbering" -msgstr "" +msgstr "Rodyti numeravimą" #. zRBys #: 06180000.xhp @@ -25943,7 +25982,7 @@ msgctxt "" "par_id3147295\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/linenumbering/shownumbering\">Adds line numbers to the current document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/linenumbering/shownumbering\">Prideda eilutes numerius į dabartinį dokumentą.</ahelp>" #. Dm7JW #: 06180000.xhp @@ -25952,7 +25991,7 @@ msgctxt "" "hd_id3083449\n" "help.text" msgid "View" -msgstr "" +msgstr "Rodymas" #. YAaEJ #: 06180000.xhp @@ -25961,7 +26000,7 @@ msgctxt "" "par_id3155621\n" "help.text" msgid "Set the properties of the line numbering." -msgstr "" +msgstr "Nustatykite eilučių numeravimo savybes." #. YUCNP #: 06180000.xhp @@ -25970,7 +26009,7 @@ msgctxt "" "hd_id3145822\n" "help.text" msgid "Character Style" -msgstr "" +msgstr "Rašmens stilius" #. hEpSS #: 06180000.xhp @@ -25979,7 +26018,7 @@ msgctxt "" "par_id3153000\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/linenumbering/styledropdown\">Select the formatting style that you want to use for the line numbers.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/linenumbering/styledropdown\">Pasirinkite formatavimo stilių, kurį norite naudoti eilučių numeriams.</ahelp>" #. UK6XE #: 06180000.xhp @@ -25988,7 +26027,7 @@ msgctxt "" "hd_id3149880\n" "help.text" msgid "Format" -msgstr "" +msgstr "Formatas" #. 9p2nA #: 06180000.xhp @@ -25997,7 +26036,7 @@ msgctxt "" "par_id3145246\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/linenumbering/formatdropdown\">Select the numbering style that you want to use.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/linenumbering/formatdropdown\">Pasirinkite numeravimo stilių, kurį norite naudoti.</ahelp>" #. yAovb #: 06180000.xhp @@ -26006,7 +26045,7 @@ msgctxt "" "hd_id3150569\n" "help.text" msgid "Position" -msgstr "" +msgstr "Padėtis" #. M8rCE #: 06180000.xhp @@ -26015,7 +26054,7 @@ msgctxt "" "par_id3150932\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/linenumbering/positiondropdown\">Select where you want the line numbers to appear.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/linenumbering/positiondropdown\">Pasirinkite kur norite, kad atsirastų eilučių numeriai.</ahelp>" #. BJVqm #: 06180000.xhp @@ -26024,7 +26063,7 @@ msgctxt "" "hd_id3155986\n" "help.text" msgid "Spacing" -msgstr "" +msgstr "Intervalai" #. zGYnf #: 06180000.xhp @@ -26033,7 +26072,7 @@ msgctxt "" "par_id3153719\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/linenumbering/spacingspin\">Enter the amount of space that you want to leave between the line numbers and the text.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/linenumbering/spacingspin\">Įveskite tarpų kiekį, kurį norite palikti tarp eilučių numerių ir teksto.</ahelp>" #. F2KkV #: 06180000.xhp @@ -26042,7 +26081,7 @@ msgctxt "" "hd_id3151183\n" "help.text" msgid "Interval" -msgstr "" +msgstr "Intervalas" #. CrzoB #: 06180000.xhp @@ -26051,7 +26090,7 @@ msgctxt "" "par_id3151272\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/linenumbering/intervalspin\">Enter the counting interval for the line numbers.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/linenumbering/intervalspin\">Įveskite skaičiavimo intervala eilučių numeriams.</ahelp>" #. R6DLD #: 06180000.xhp @@ -26060,7 +26099,7 @@ msgctxt "" "hd_id3156321\n" "help.text" msgid "Separator" -msgstr "" +msgstr "Skirtukas" #. fBdaq #: 06180000.xhp @@ -26069,7 +26108,7 @@ msgctxt "" "par_id3150765\n" "help.text" msgid "You can enter a separator character to display between line numbers if the counting interval is more than one." -msgstr "" +msgstr "Galite įvesti skirtuko rašmenį, kad rodytų tarp eilučių numerių, jeigu skaičiavimo itervalas yra daugiau nei vienas." #. NKJAv #: 06180000.xhp @@ -26078,7 +26117,7 @@ msgctxt "" "hd_id3150258\n" "help.text" msgid "Text" -msgstr "" +msgstr "Tekstas" #. 4ix8E #: 06180000.xhp @@ -26087,7 +26126,7 @@ msgctxt "" "par_id3149286\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/linenumbering/textentry\">Enter the text that you want to use as a separator.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/linenumbering/textentry\">Įveskite tekstą, kurį norite naudoti kaip skirtuką.</ahelp>" #. KqEKt #: 06180000.xhp @@ -26096,7 +26135,7 @@ msgctxt "" "hd_id3149757\n" "help.text" msgid "Every" -msgstr "" +msgstr "Kiekvieną" #. tFYEt #: 06180000.xhp @@ -26105,7 +26144,7 @@ msgctxt "" "par_id3145412\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/linenumbering/linesspin\">Enter the number of lines to leave between the separators.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/linenumbering/linesspin\">Įveskite eilučių skaičių, kurį norite palikti tarp skirtukų.</ahelp>" #. ZAYLP #: 06180000.xhp @@ -26114,7 +26153,7 @@ msgctxt "" "par_id3153532\n" "help.text" msgid "Separators are only displayed in lines that are not numbered." -msgstr "" +msgstr "Skirtukai yra rodomi eilutėse, kurios nėra sunumeruotos." #. kbsti #: 06180000.xhp @@ -26123,16 +26162,16 @@ msgctxt "" "hd_id3152962\n" "help.text" msgid "Count" -msgstr "" +msgstr "Skaičius" -#. ahFoV +#. jERTn #: 06180000.xhp msgctxt "" "06180000.xhp\n" "par_id3150358\n" "help.text" -msgid "Specify whether to include empty paragraphs or lines in text frames in the line count." -msgstr "" +msgid "Specify whether to include empty paragraphs or lines in frames in the line count." +msgstr "Nurodykite ar norite įterpti tuščias pastraipas ar eilutes į kadrus, eilučių skaičiavime." #. Cj4Xa #: 06180000.xhp @@ -26141,7 +26180,7 @@ msgctxt "" "hd_id3153677\n" "help.text" msgid "Blank lines" -msgstr "" +msgstr "Tuščios eilutės" #. QCDRC #: 06180000.xhp @@ -26150,25 +26189,25 @@ msgctxt "" "par_id3150973\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/linenumbering/blanklines\">Includes empty paragraphs in the line count.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/linenumbering/blanklines\">Įterpia tuščias pastraipas į eilučių skaičiavimą.</ahelp>" -#. iZdUV +#. yz57v #: 06180000.xhp msgctxt "" "06180000.xhp\n" "hd_id3154476\n" "help.text" -msgid "Lines in text frames" -msgstr "" +msgid "Lines in frames" +msgstr "Eilutės kadruose" -#. 3tKi2 +#. 52nQd #: 06180000.xhp msgctxt "" "06180000.xhp\n" "par_id3150995\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/linenumbering/linesintextframes\">Adds line numbers to text in text frames. The numbering restarts in each text frame, and is excluded from the line count in the main text area of the document.</ahelp> In <link href=\"text/swriter/02/03210000.xhp\" name=\"linked frames\">linked frames</link>, the numbering is not restarted." -msgstr "" +msgid "<ahelp hid=\"modules/swriter/ui/linenumbering/linesintextframes\">Adds line numbers to text in frames. The numbering restarts in each frame, and is excluded from the line count in the main text area of the document.</ahelp> In <link href=\"text/swriter/02/03210000.xhp\" name=\"linked frames\">linked frames</link>, the numbering is not restarted." +msgstr "<ahelp hid=\"modules/swriter/ui/linenumbering/linesintextframes\">Prideda eilutės numerius į tekstą kadruose. Numaravimas paleidžiamas iš naujo kiekviename kadre ir yra neįtraukiamas į eilučių skaičiavimą pagrindinėje dokumento teksto srityje.</ahelp> <link href=\"text/swriter/02/03210000.xhp\" name=\"linked frames\"> Susieti kadrai</link>, numeravimas nėra paleistas iš naujo." #. C8CwD #: 06180000.xhp @@ -26177,7 +26216,7 @@ msgctxt "" "hd_id3151320\n" "help.text" msgid "Restart every new page" -msgstr "" +msgstr "Kiekvieną puslapį paleisti iš naujo" #. NoDeY #: 06180000.xhp @@ -26186,7 +26225,7 @@ msgctxt "" "par_id3149685\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/linenumbering/restarteverynewpage\">Restarts line numbering at the top of each page in the document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/linenumbering/restarteverynewpage\">Paleidžia iš naujo eilučių numeravimą kiekvieno puslapio viršuje.</ahelp>" #. L37qX #: 06190000.xhp @@ -26332,168 +26371,6 @@ msgctxt "" msgid "Updates items in the current document that have dynamic contents, so as fields and indexes." msgstr "Atnaujinami dinaminio turinio turintys veikiamojo dokumento elementai, pavyzdžiui, laukai ir rodyklės." -#. za3Bd -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"tit\n" -"help.text" -msgid "Adding Signature Line in Text Documents" -msgstr "Parašo eilutės įterpimas dokumentuose" - -#. EGN36 -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"bm_id821526779524753\n" -"help.text" -msgid "<bookmark_value>digital signature;add signature line</bookmark_value><bookmark_value>signature line;adding</bookmark_value>" -msgstr "<bookmark_value>skaitmeninis parašas;parašo eilutės įterpimas</bookmark_value><bookmark_value>parašo eilutė;įterpimas</bookmark_value>" - -#. JjQRb -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id501526421873817\n" -"help.text" -msgid "<variable id=\"addsignatureline01\"><link href=\"text/swriter/01/addsignatureline.xhp\" name=\"Adding Signature Line\">Adding a Signature Line in Text Documents</link></variable>" -msgstr "<variable id=\"addsignatureline01\"><link href=\"text/swriter/01/addsignatureline.xhp\" name=\"Parašo eilutės įterpimas dokumentuose\">Parašo eilutės įterpimas dokumentuose</link></variable>" - -#. eEJD5 -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id991526423190756\n" -"help.text" -msgid "%PRODUCTNAME Writer can insert a graphic box inside the document representing a signature line of the document." -msgstr "Tekstų rengyklėje „%PRODUCTNAME Writer“ į dokumentą galima įterpti grafinį elementą, vaizduojantį dokumento parašo eilutę." - -#. FFaDB -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id751526436546030\n" -"help.text" -msgid "<image src=\"media/helpimg/sw_signatureline01.png\" id=\"img_id91526436546031\" width=\"311px\" height=\"179px\"> <alt id=\"alt_id351526436546031\">Signature Line Box</alt> </image>" -msgstr "<image src=\"media/helpimg/sw_signatureline01.png\" id=\"img_id91526436546031\" width=\"311px\" height=\"179px\"> <alt id=\"alt_id351526436546031\">Parašo eilutė</alt> </image>" - -#. AgbBh -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id651526423393786\n" -"help.text" -msgid "The signature line displays an horizontal line, a location mark, the name, title and e-mail of signer." -msgstr "Parašo eilutėje rodoma horizontali linija, parašo vietos ženklas, pasirašiusiojo asmens vardas, pareigos ir el. pašto adresas." - -#. auwte -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id631526467960460\n" -"help.text" -msgid "Name" -msgstr "Vardas" - -#. mwYBp -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id351526467968348\n" -"help.text" -msgid "<ahelp hid=\".\">Insert the name of the signer. The name is displayed in the signature line graphic box.</ahelp>" -msgstr "<ahelp hid=\".\">Įveskite pasirašančiojo asmens vardą. Šis vardas bus rodomas parašo eilutėje.</ahelp>" - -#. bucAF -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id171526467974440\n" -"help.text" -msgid "Title" -msgstr "Pareigos" - -#. fyUJY -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id701526467979209\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the title of the signer. The title is displayed in the signature line graphic box.</ahelp>" -msgstr "<ahelp hid=\".\">Įveskite pasirašančiojo asmens pareigas. Pareigos bus rodomos parašo eilutėje.</ahelp>" - -#. Aa59Z -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id431526467986157\n" -"help.text" -msgid "Email" -msgstr "El. paštas" - -#. EnpJD -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id111526467993387\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the e-mail of the signer. The email is not displayed in the signature line graphic box, and is be used for the digital signature.</ahelp>" -msgstr "<ahelp hid=\".\">Įveskite pasirašančiojo asmens el. pašto adresą. El. pašto adresas nerodomas parašo eilutėje, bet naudojamas skaitmeniniam parašui.</ahelp>" - -#. EpDAG -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id451526468019876\n" -"help.text" -msgid "Signer can add comments" -msgstr "Pasirašantis asmuo gali pridėti komentarą" - -#. x49zw -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id531526562791579\n" -"help.text" -msgid "<ahelp hid=\".\">Enable signer to insert comments in the Sign Signature Line dialog at time of signature.</ahelp>" -msgstr "<ahelp hid=\".\">Jei parinktis pažymėta, pasirašantysis asmuo dokumento pasirašymo metu galės įrašyti komentarą.</ahelp>" - -#. rAhqF -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id31526468046686\n" -"help.text" -msgid "Show sign date in signature line" -msgstr "Parašo eilutėje rodyti pasirašymo datą" - -#. xWyoH -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id11526468051934\n" -"help.text" -msgid "<ahelp hid=\".\">Mark this checkbox to display the date of the signature, at the time when the document is digitally signed.</ahelp>" -msgstr "<ahelp hid=\".\">Jei parinktis pažymėta, parašo eilutėje bus rodoma dokumento pasirašymo data.</ahelp>" - -#. SGaTf -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"hd_id791526468057743\n" -"help.text" -msgid "Instructions to the signer" -msgstr "Instrukcijos pasirašančiam asmeniui" - -#. jrvVd -#: addsignatureline.xhp -msgctxt "" -"addsignatureline.xhp\n" -"par_id131526560799876\n" -"help.text" -msgid "<ahelp hid=\".\">Insert instructions for the signer. The instructions appears in the Sign Signature Line dialog box, at the time of signature.</ahelp>" -msgstr "<ahelp hid=\".\">Čia galima įvesti instrukcijas pasirašančiam asmeniui. Instrukcijos bus rodomos pasirašymo parašo eilutėje dialogo lange dokumento pasirašymo metu.</ahelp>" - #. 4qVPZ #: format_object.xhp msgctxt "" @@ -26501,7 +26378,7 @@ msgctxt "" "tit\n" "help.text" msgid "Object" -msgstr "" +msgstr "Objektas" #. 2vkco #: format_object.xhp @@ -26510,7 +26387,7 @@ msgctxt "" "par_idN10548\n" "help.text" msgid "<link href=\"text/swriter/01/format_object.xhp\">Object</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/format_object.xhp\">Objektas</link>" #. ev5DK #: format_object.xhp @@ -26519,7 +26396,7 @@ msgctxt "" "par_idN10558\n" "help.text" msgid "<ahelp hid=\".\">Opens a submenu to edit the properties of the selected object.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria submeniu pasirinkto objekto savybių taisymui.</ahelp>" #. QNeGm #: format_object.xhp @@ -26528,7 +26405,7 @@ msgctxt "" "hd_id1863460\n" "help.text" msgid "<link href=\"text/shared/01/05990000.xhp\">Text Attributes</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/05990000.xhp\">Teksto požymiai</link>" #. vqJQ9 #: format_object.xhp @@ -26537,7 +26414,7 @@ msgctxt "" "par_id3542588\n" "help.text" msgid "Sets the layout and anchoring properties for text in the selected drawing or text object." -msgstr "" +msgstr "Nustato išdėstymo ir pririšimo savybes tekstui pasirinktame grafikos ar teksto objekte." #. UWnvc #: format_object.xhp @@ -26546,7 +26423,7 @@ msgctxt "" "par_id9466841\n" "help.text" msgid "<link href=\"text/shared/01/05280000.xhp\">Fontwork</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/05280000.xhp\">Dekoratyvusis tekstas</link>" #. YmaBu #: format_object.xhp @@ -26555,7 +26432,7 @@ msgctxt "" "par_id2874538\n" "help.text" msgid "Edits Fontwork effects of the selected object that has been created with the previous Fontwork dialog." -msgstr "" +msgstr "Taiso dekoratyvaus teksto efektus pasirinktam objektui, kuris buvo sukurtas su ankstesniu dekoratyviojo teksto dialogo langu." #. mtBWM #: mailmerge00.xhp @@ -26564,7 +26441,7 @@ msgctxt "" "tit\n" "help.text" msgid "Mail Merge Wizard" -msgstr "" +msgstr "Laiškų komponavimo vediklis" #. geXr4 #: mailmerge00.xhp @@ -26573,7 +26450,7 @@ msgctxt "" "par_idN10549\n" "help.text" msgid "<link href=\"text/swriter/01/mailmerge00.xhp\">Mail Merge Wizard</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/mailmerge00.xhp\">Laiškų komponavimo vediklis</link>" #. 7vQcD #: mailmerge00.xhp @@ -26582,7 +26459,7 @@ msgctxt "" "par_idN10559\n" "help.text" msgid "<ahelp hid=\".\">Starts the Mail Merge Wizard to create form letters or send e-mail messages to many recipients.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pradeda nuo laiškų komponavimo vediklio, kad sukurtų raidžių formą arba išsiųstų el. laišką daugeliui gavėjų.</ahelp>" #. bXSUB #: mailmerge00.xhp @@ -26591,7 +26468,7 @@ msgctxt "" "par_idN10563\n" "help.text" msgid "Before starting the Mail Merge Wizard you might want to review the whole process of creating a mail merge:" -msgstr "" +msgstr "Prieš paleisdami laiškų komponavimo vediklį, galite norėti peržvelgti visą laiškų komponavimo kūrimo procesą:" #. ERVrb #: mailmerge00.xhp @@ -26600,7 +26477,7 @@ msgctxt "" "par_idN105CC\n" "help.text" msgid "First step: <link href=\"text/swriter/01/mailmerge01.xhp\" name=\"Mail Merge Wizard - Select starting document\">Mail Merge Wizard - Select starting document</link>." -msgstr "" +msgstr "Pirmas žingsnis: <link href=\"text/swriter/01/mailmerge01.xhp\" name=\"Mail Merge Wizard - Select starting document\">Laiškų komponavimo vediklis → pasirinkite pradinį dokumentą</link>." #. tXUcc #: mailmerge00.xhp @@ -26609,7 +26486,7 @@ msgctxt "" "par_idN105F6\n" "help.text" msgid "<link href=\"text/swriter/01/01150000.xhp\">Configurable Mail Merge dialog</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/01150000.xhp\">Derinamas laiškų komponavimo dialogo langas</link>" #. mZfWE #: mailmerge01.xhp @@ -26618,7 +26495,7 @@ msgctxt "" "tit\n" "help.text" msgid "Mail Merge Wizard - Select starting Document" -msgstr "" +msgstr "Laiškų komponavimo vediklis → Pasirinkite pradinį dokumentą" #. zJNJB #: mailmerge01.xhp @@ -26627,7 +26504,7 @@ msgctxt "" "par_idN10543\n" "help.text" msgid "<link href=\"text/swriter/01/mailmerge01.xhp\">Mail Merge Wizard - Select starting document</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/mailmerge01.xhp\">Laiškų komponavimo vediklis → pasirinkite pradinį dokumentą</link>" #. fPDgt #: mailmerge01.xhp @@ -26636,7 +26513,7 @@ msgctxt "" "par_idN10553\n" "help.text" msgid "<ahelp hid=\".\">Specify the document that you want to use as a base for the mail merge document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Nurodykite dokumentą, kurį norite naudoti kaip pagrindą laiškų komponavimo dokumentui.</ahelp>" #. JPcaY #: mailmerge01.xhp @@ -26645,7 +26522,7 @@ msgctxt "" "par_idN10556\n" "help.text" msgid "Use the current document" -msgstr "" +msgstr "Naudokite dabartinį dokumentą" #. CAhG2 #: mailmerge01.xhp @@ -26654,7 +26531,7 @@ msgctxt "" "par_idN1055A\n" "help.text" msgid "<ahelp hid=\".\">Uses the current Writer document as the base for the mail merge document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Naudoja dabartinį tekstų rengyklės dokumentą kaip pagrindą laiškų komponavimo dokumentui.</ahelp>" #. H2j9j #: mailmerge01.xhp @@ -26663,7 +26540,7 @@ msgctxt "" "par_idN1055D\n" "help.text" msgid "Create a new document" -msgstr "" +msgstr "Sukurkite naują dokumentą" #. ByHoR #: mailmerge01.xhp @@ -26672,7 +26549,7 @@ msgctxt "" "par_idN10561\n" "help.text" msgid "<ahelp hid=\".\">Creates a new Writer document to use for the mail merge.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Sukuria naują tekstų rengyklės dokumentą, skirtą laiškų komponavimui.</ahelp>" #. cNyui #: mailmerge01.xhp @@ -26681,7 +26558,7 @@ msgctxt "" "par_idN10564\n" "help.text" msgid "Start from existing document" -msgstr "" +msgstr "Pradėti komponavimą nuo esamo dokumento" #. FPjCm #: mailmerge01.xhp @@ -26690,7 +26567,7 @@ msgctxt "" "par_idN10568\n" "help.text" msgid "<ahelp hid=\".\">Select an existing Writer document to use as the base for the mail merge document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite esamą tekstų rengyklės dokumentą naudoti kaip pagrindą laiškų komponavimo dokumentui.</ahelp>" #. 2BPiK #: mailmerge01.xhp @@ -26699,7 +26576,7 @@ msgctxt "" "par_idN1056B\n" "help.text" msgid "Browse" -msgstr "" +msgstr "Naršyti" #. pEreJ #: mailmerge01.xhp @@ -26708,7 +26585,7 @@ msgctxt "" "par_idN1056F\n" "help.text" msgid "<ahelp hid=\".\">Locate the Writer document that you want to use, and then click <emph>Open</emph>.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Nurodykite tekstų rengyklės dokumentą, kurį norite naudoti ir tada paspauskite <emph>Atverti</emph>.</ahelp>" #. 3KBzK #: mailmerge01.xhp @@ -26717,7 +26594,7 @@ msgctxt "" "par_idN10572\n" "help.text" msgid "Start from a template" -msgstr "" +msgstr "Pradėti komponavimą nuo šablono" #. 8KogG #: mailmerge01.xhp @@ -26726,7 +26603,7 @@ msgctxt "" "par_idN10576\n" "help.text" msgid "<ahelp hid=\".\">Select the template that you want to create your mail merge document with.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite šabloną su kuriuo norite sukurti savo laiškų komponavimo dokumentą.</ahelp>" #. sfnKR #: mailmerge01.xhp @@ -26735,7 +26612,7 @@ msgctxt "" "par_idN10579\n" "help.text" msgid "Browse" -msgstr "" +msgstr "Naršyti" #. Nh6Ed #: mailmerge01.xhp @@ -26744,7 +26621,7 @@ msgctxt "" "par_idN1057D\n" "help.text" msgid "<ahelp hid=\".\">Opens a template selector dialog.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria šablono parinkiklio dialogo langą.</ahelp>" #. gX5EY #: mailmerge01.xhp @@ -26753,7 +26630,7 @@ msgctxt "" "par_idN10584\n" "help.text" msgid "Start from a recently saved starting document" -msgstr "" +msgstr "Pradėti nuo neseniai išsaugoto pradinio dokumento" #. S7APM #: mailmerge01.xhp @@ -26762,7 +26639,7 @@ msgctxt "" "par_idN10588\n" "help.text" msgid "<ahelp hid=\".\">Use an existing mail merge document as the base for a new mail merge document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Naudoti esamą laiškų komponavimo dokumentą kaip pagrindą naujam laiškų komponavimo dokumentui.</ahelp>" #. rg7MG #: mailmerge01.xhp @@ -26771,7 +26648,7 @@ msgctxt "" "par_idN106F6\n" "help.text" msgid "<ahelp hid=\".\">Select the document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite dokumentą.</ahelp>" #. hk7rK #: mailmerge01.xhp @@ -26780,7 +26657,7 @@ msgctxt "" "par_idN1058B\n" "help.text" msgid "Next step: <link href=\"text/swriter/01/mailmerge02.xhp\" name=\"Mail Merge Wizard - Document type\">Mail Merge Wizard - Select document type</link>" -msgstr "" +msgstr "Kitas žingsnis: <link href=\"text/swriter/01/mailmerge02.xhp\" name=\"Mail Merge Wizard - Document type\">Laiškų komponavimo vediklis → pasirinkite dokumento tipą</link>" #. FHnDY #: mailmerge01.xhp @@ -26789,7 +26666,7 @@ msgctxt "" "par_idN10567\n" "help.text" msgid "<link href=\"text/swriter/01/mailmerge00.xhp\">Mail Merge Wizard</link> overview" -msgstr "" +msgstr "<link href=\"text/swriter/01/mailmerge00.xhp\">Laiškų komponavimo vediklis</link> peržiūra" #. KF4Bt #: mailmerge02.xhp @@ -26798,7 +26675,7 @@ msgctxt "" "tit\n" "help.text" msgid "Mail Merge Wizard - Select document type" -msgstr "" +msgstr "Laiškų komponavimo vediklis → pasirinkite dokumento tipą" #. t6bhV #: mailmerge02.xhp @@ -26807,7 +26684,7 @@ msgctxt "" "par_idN10543\n" "help.text" msgid "<link href=\"text/swriter/01/mailmerge02.xhp\">Mail Merge Wizard - Select document type</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/mailmerge02.xhp\">Laiškų komponavimo vediklis → pasirinkite dokumento tipą</link>" #. rCEXV #: mailmerge02.xhp @@ -26816,7 +26693,7 @@ msgctxt "" "par_idN10553\n" "help.text" msgid "<ahelp hid=\".\">Specify the type of mail merge document to create.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Nurodykite laiškų komponavimo dokumento tipą, kurį norite sukurti.</ahelp>" #. GVqu2 #: mailmerge02.xhp @@ -26825,7 +26702,7 @@ msgctxt "" "par_idN10556\n" "help.text" msgid "Letter" -msgstr "" +msgstr "Laiškas" #. ipw4i #: mailmerge02.xhp @@ -26834,7 +26711,7 @@ msgctxt "" "par_idN1055A\n" "help.text" msgid "<ahelp hid=\".\">Creates a printable mail merge document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Sukuria spausdinamą laiškų komponavimo dokumentą.</ahelp>" #. pAz9k #: mailmerge02.xhp @@ -26843,7 +26720,7 @@ msgctxt "" "hd_id6954863\n" "help.text" msgid "E-mail message" -msgstr "" +msgstr "Elektroninis laiškas" #. MpXzu #: mailmerge02.xhp @@ -26852,7 +26729,7 @@ msgctxt "" "par_idN10561\n" "help.text" msgid "<ahelp hid=\".\">Creates mail merge documents that you can send as an e-mail message or an e-mail attachment.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Sukuria laiškų komponavimo dokumentus, kuriuos galite siųsti kaip elektroninius laiškus arba priedus.</ahelp>" #. 8sABv #: mailmerge02.xhp @@ -26861,7 +26738,7 @@ msgctxt "" "par_idN10572\n" "help.text" msgid "Next step: <link href=\"text/swriter/01/mailmerge03.xhp\" name=\"Mail Merge Wizard - Addresses\">Mail Merge Wizard - Addresses</link>" -msgstr "" +msgstr "Kitas žingsnis: <link href=\"text/swriter/01/mailmerge03.xhp\" name=\"Mail Merge Wizard - Addresses\"> Laiškų komponavimo vediklis → adresai</link>" #. 44eW3 #: mailmerge02.xhp @@ -26870,7 +26747,7 @@ msgctxt "" "par_idN10568\n" "help.text" msgid "<link href=\"text/swriter/01/mailmerge00.xhp\">Mail Merge Wizard</link> overview" -msgstr "" +msgstr "<link href=\"text/swriter/01/mailmerge00.xhp\">Laiškų komponavimo vediklis</link> peržiūra" #. dnGLy #: mailmerge03.xhp @@ -26879,7 +26756,7 @@ msgctxt "" "tit\n" "help.text" msgid "Mail Merge Wizard - Addresses" -msgstr "" +msgstr "Laiškų komponavimo vediklis → adresai" #. AZpRf #: mailmerge03.xhp @@ -26888,7 +26765,7 @@ msgctxt "" "par_idN10543\n" "help.text" msgid "<link href=\"text/swriter/01/mailmerge03.xhp\">Mail Merge Wizard - Addresses</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/mailmerge03.xhp\">Laiškų komponavimo vediklis → adresai</link>" #. pdX8B #: mailmerge03.xhp @@ -26897,7 +26774,7 @@ msgctxt "" "par_idN10553\n" "help.text" msgid "<ahelp hid=\".\">Specify the recipients for the mail merge document as well as the layout of the address block.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Nurodykite gavėjus laiškų komponavimo dokumentui taip pat kaip ir maketą adresų sričiai.</ahelp>" #. YrLKv #: mailmerge03.xhp @@ -26906,7 +26783,7 @@ msgctxt "" "par_idN10561\n" "help.text" msgid "The Mail Merge wizard opens to this page if you start the wizard in a text document that already contains address database fields. If the wizard opens directly to this page, the <emph>Select Address List</emph> button is called <emph>Select Different Address List</emph>." -msgstr "" +msgstr "Laiškų komponavimo vediklis atveria puslapį, jeigu paleidžiate vediklį teksto dokumente, kuris turi adresų duomenų bazės laukus. Jeigu vediklis atveria tiesiogiai šį puslapį, <emph>Pasirinkti adresų sąrašą</emph> mygtukas vadinamas <emph>Pasirinkti skirtingą adresų sąrašą</emph>." #. M3zv5 #: mailmerge03.xhp @@ -26915,7 +26792,7 @@ msgctxt "" "par_idN10556\n" "help.text" msgid "The title of this page is <emph>Insert address block</emph> for letters and <emph>Select address list</emph> for e-mail messages." -msgstr "" +msgstr "Šio puslapio pavadinimas yra <emph>adresų srities įterpimui</emph> laiškams ir <emph>adresų sąrašo pasirinkimui</emph> elektroniniams laiškams." #. GEW7x #: mailmerge03.xhp @@ -26924,7 +26801,7 @@ msgctxt "" "par_idN10568\n" "help.text" msgid "Select Address List" -msgstr "" +msgstr "Pasirinkite adresų sąrašą" #. AWG5X #: mailmerge03.xhp @@ -26933,7 +26810,7 @@ msgctxt "" "par_idN1056C\n" "help.text" msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_seladdlis.xhp\">Select Address List</link> dialog, where you can choose a data source for the addresses, add new addresses, or type in a new address list.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria <link href=\"text/swriter/01/mm_seladdlis.xhp\">Adresų sąrašo parinkimas</link> dialogo langą, kur galite pasirinkti duomenų šaltinį adresams, pridėti naujus adresus arba įrašyti į naują adresų sąrašą.</ahelp>" #. J5mhW #: mailmerge03.xhp @@ -26942,7 +26819,7 @@ msgctxt "" "par_id7805413\n" "help.text" msgid "When you edit some records in a Calc spreadsheet data source that is currently in use for a mail merge, those changes are not visible in the mail merge." -msgstr "" +msgstr "Kai pataisote įrašus skaičiuoklės dokumento duomenų šaltinyje, kuris dabar yra naudojamas laiškų komponavimui, šie pakeitimai nėra matomi laiškų komponavime." #. c6Aey #: mailmerge03.xhp @@ -26951,7 +26828,7 @@ msgctxt "" "par_idN1057D\n" "help.text" msgid "This document shall contain an address block" -msgstr "" +msgstr "Šis dokumentas turėtų apimti adreso sritį" #. xPizV #: mailmerge03.xhp @@ -26960,7 +26837,7 @@ msgctxt "" "par_idN10581\n" "help.text" msgid "<ahelp hid=\".\">Adds an address block to the mail merge document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Prideda adreso sritį laiškų komponavimo dokumentui.</ahelp>" #. rCZnb #: mailmerge03.xhp @@ -26969,7 +26846,7 @@ msgctxt "" "par_idN10584\n" "help.text" msgid "<ahelp hid=\".\">Select the address block layout that you want to use.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite adreso srities maketą, kurį norite naudoti.</ahelp>" #. cnF64 #: mailmerge03.xhp @@ -26978,7 +26855,7 @@ msgctxt "" "par_id7805416\n" "help.text" msgid "If you select <emph>This document shall contain an address block</emph>, the third and fourth substeps become enabled on this page. Then you have to match the <link href=\"text/swriter/01/mailmerge03.xhp\">address block elements</link> and the <link href=\"text/swriter/01/mm_matfie.xhp\">field names</link> used in the mail." -msgstr "" +msgstr "Jeigu pasirinksite <emph>Šis dokumentas turėtų apimti adreso sritį</emph>, trečias ir ketvirtas žingsniai tampa įgalinti šiam puslapiui. Tuomet turite suderinti <link href=\"text/swriter/01/mailmerge03.xhp\">adreso srities elementus</link> ir <link href=\"text/swriter/01/mm_matfie.xhp\">laukų pavadinimus</link> naudojamus el. pašte." #. GtUV9 #: mailmerge03.xhp @@ -26987,7 +26864,7 @@ msgctxt "" "hd_id9355754\n" "help.text" msgid "Suppress lines with just empty fields" -msgstr "" +msgstr "Sulaikyti eilutes su tuščiais laukais" #. hXaDS #: mailmerge03.xhp @@ -26996,7 +26873,7 @@ msgctxt "" "par_id3109225\n" "help.text" msgid "<ahelp hid=\".\">Enable to leave empty lines out of the address.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įgalinti palikti tuščias eilutes adrese.</ahelp>" #. Zr3gD #: mailmerge03.xhp @@ -27005,7 +26882,7 @@ msgctxt "" "par_idN10587\n" "help.text" msgid "More" -msgstr "" +msgstr "Daugiau" #. vsaBC #: mailmerge03.xhp @@ -27014,7 +26891,7 @@ msgctxt "" "par_idN1058B\n" "help.text" msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_seladdblo.xhp\">Select Address Block</link> dialog.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria <link href=\"text/swriter/01/mm_seladdblo.xhp\">Pasirinkti adreso sritį</link> dialogo langą.</ahelp>" #. mSbut #: mailmerge03.xhp @@ -27023,7 +26900,7 @@ msgctxt "" "par_idN1059C\n" "help.text" msgid "Match fields" -msgstr "" +msgstr "Laukų atitikimas" #. VU5HE #: mailmerge03.xhp @@ -27032,7 +26909,7 @@ msgctxt "" "par_idN105A0\n" "help.text" msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_matfie.xhp\">Match Fields</link> dialog.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria <link href=\"text/swriter/01/mm_matfie.xhp\">Laukų atitikimas</link> dialogo langą.</ahelp>" #. eDDtt #: mailmerge03.xhp @@ -27041,7 +26918,7 @@ msgctxt "" "par_id7805417\n" "help.text" msgid "Unless all address elements are matched with a column header, you cannot finish the Mail Merge wizard with the <emph>Finish</emph> button or continue to the <link href=\"text/swriter/01/mailmerge04.xhp\">fourth step</link> of the wizard." -msgstr "" +msgstr "Kol visi adresų elementai neatitinka stulpelio antraštės, negalite baigti laiškų komponavimo vediklio naudodami <emph>Baigti</emph> mygtuką arba tęsti vediklio<link href=\"text/swriter/01/mailmerge04.xhp\">ketvirto žingsnio</link>." #. wcCUR #: mailmerge03.xhp @@ -27050,7 +26927,7 @@ msgctxt "" "par_idN105A1\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows a preview of the address block template filled with data.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Parodo adreso srities šablono, užpildytą duomenimis, peržiūrą.</ahelp>" #. tBNv4 #: mailmerge03.xhp @@ -27059,7 +26936,7 @@ msgctxt "" "par_idN105B1\n" "help.text" msgid "(Browse buttons)" -msgstr "" +msgstr "(Naršymo mygtukai)" #. Cs9hF #: mailmerge03.xhp @@ -27068,7 +26945,7 @@ msgctxt "" "par_idN105B5\n" "help.text" msgid "<ahelp hid=\".\">Use the browse buttons to preview the information from the previous or next data record.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Naudokite naršymo mygtukus, kad peržiūrėtumėte informaciją iš ankstesnio ar kito duomenų įrašo.</ahelp>" #. YXk87 #: mailmerge03.xhp @@ -27077,7 +26954,7 @@ msgctxt "" "par_idN105B8\n" "help.text" msgid "Next step: <link href=\"text/swriter/01/mailmerge04.xhp\" name=\"Mail Merge Wizard - Create salutation\">Mail Merge Wizard - Create salutation</link>" -msgstr "" +msgstr "Kitas žingsnis: <link href=\"text/swriter/01/mailmerge04.xhp\" name=\"Mail Merge Wizard - Create salutation\">Laiškų komponavimo vediklis → sveikinimo kūrimas</link>" #. eE6mN #: mailmerge03.xhp @@ -27086,7 +26963,7 @@ msgctxt "" "hd_idN105834\n" "help.text" msgid "Alternatively you can press the <emph>Finish</emph> button and use the <link href=\"text/swriter/mailmergetoolbar.xhp\">Mail Merge Toolbar</link> to finish the mail merge process." -msgstr "" +msgstr "Alternatyviai galite paspausti <emph>Baigti</emph> mygtuką ir naudoti <link href=\"text/swriter/mailmergetoolbar.xhp\">Laiškų komponavimo mygtukų juostą</link> kad baigtumėte laiškų komponavimo procesą." #. Rq2UB #: mailmerge03.xhp @@ -27095,7 +26972,7 @@ msgctxt "" "par_idN10569\n" "help.text" msgid "<link href=\"text/swriter/01/mailmerge00.xhp\">Mail Merge Wizard</link> overview" -msgstr "" +msgstr "<link href=\"text/swriter/01/mailmerge00.xhp\">Laiškų komponavimo vediklio</link> peržiūra" #. 45mQF #: mailmerge04.xhp @@ -27104,7 +26981,7 @@ msgctxt "" "tit\n" "help.text" msgid "Mail Merge Wizard - Greeting Line" -msgstr "" +msgstr "Laiškų komponavimo vediklis → pasisveikinimo eilutė" #. 67Wzc #: mailmerge04.xhp @@ -27113,7 +26990,7 @@ msgctxt "" "par_idN10543\n" "help.text" msgid "<link href=\"text/swriter/01/mailmerge04.xhp\">Mail Merge Wizard - Create salutation</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/mailmerge04.xhp\">Laiškų komponavimo vediklis → sveikinimo kūrimas</link>" #. drFt4 #: mailmerge04.xhp @@ -27122,7 +26999,7 @@ msgctxt "" "par_idN10553\n" "help.text" msgid "<ahelp hid=\".\">Specify the properties for the salutation.</ahelp> If the mail merge database contains gender information, you can specify different salutations based on the gender of the recipient." -msgstr "" +msgstr "<ahelp hid=\".\">Nurodykite savybes sveikinimui.</ahelp> Jeigu laiškų komponavimo duomenų bazė apima lyties informaciją, galite nurodyti skirtingus sveikinimus pagal gavėjo lytį." #. LFiCg #: mailmerge04.xhp @@ -27131,7 +27008,7 @@ msgctxt "" "par_idN10556\n" "help.text" msgid "This document should contain a salutation" -msgstr "" +msgstr "Šis dokumentas turėtų apimti sveikinimą" #. dEBRS #: mailmerge04.xhp @@ -27140,7 +27017,7 @@ msgctxt "" "par_idN1055A\n" "help.text" msgid "<ahelp hid=\".\">Adds a salutation.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Prideda sveikinimą.</ahelp>" #. 8iQqt #: mailmerge04.xhp @@ -27149,7 +27026,7 @@ msgctxt "" "par_idN1055D\n" "help.text" msgid "Insert personalized salutation" -msgstr "" +msgstr "Įterpti suasmenintą sveikinimą" #. euaCv #: mailmerge04.xhp @@ -27158,7 +27035,7 @@ msgctxt "" "par_idN10561\n" "help.text" msgid "<ahelp hid=\".\">Adds a personalized salutation to the mail merge document. To use the default salutation, clear this check box.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Prideda suasmenintą sveikinimą į laiškų komponavimo dokumentą. Norėdami naudoti numatytąjį sveikinimą, išvalykite šį žymimąjį langelį.</ahelp>" #. Yb3ep #: mailmerge04.xhp @@ -27167,7 +27044,7 @@ msgctxt "" "par_idN10564\n" "help.text" msgid "Female" -msgstr "" +msgstr "Moteris" #. WgoRg #: mailmerge04.xhp @@ -27176,7 +27053,7 @@ msgctxt "" "par_idN10568\n" "help.text" msgid "<ahelp hid=\".\">Select the personalized greeting for a female recipient.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite suasmenintą sveikinimą moteriškos lyties gavėjui.</ahelp>" #. teYDk #: mailmerge04.xhp @@ -27185,7 +27062,7 @@ msgctxt "" "par_idN1056B\n" "help.text" msgid "New" -msgstr "" +msgstr "Naujas" #. 4fd4C #: mailmerge04.xhp @@ -27194,7 +27071,7 @@ msgctxt "" "par_idN1056F\n" "help.text" msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_cusgrelin.xhp\">Custom Salutation</link> (Female recipient) dialog.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria <link href=\"text/swriter/01/mm_cusgrelin.xhp\">Pasirinktinis sveikinimas</link> (Moteriškos lyties gavėjas) dialogo langą.</ahelp>" #. mpcoJ #: mailmerge04.xhp @@ -27203,7 +27080,7 @@ msgctxt "" "par_idN10580\n" "help.text" msgid "Male" -msgstr "" +msgstr "Vyras" #. a5tPP #: mailmerge04.xhp @@ -27212,7 +27089,7 @@ msgctxt "" "par_idN10584\n" "help.text" msgid "<ahelp hid=\".\">Select the personalized greeting for a male recipient.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite suasmenintą sveikinimą vyriškos lyties gavėjui.</ahelp>" #. NP3hQ #: mailmerge04.xhp @@ -27221,7 +27098,7 @@ msgctxt "" "par_idN10587\n" "help.text" msgid "New" -msgstr "" +msgstr "Naujas" #. 77eUG #: mailmerge04.xhp @@ -27230,7 +27107,7 @@ msgctxt "" "par_idN1058B\n" "help.text" msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_cusgrelin.xhp\">Custom Salutation</link> (Male recipient) dialog.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria <link href=\"text/swriter/01/mm_cusgrelin.xhp\">Pasirinktinis sveikinimas</link> (Vyriškos lyties gavėjas) dialogo langą.</ahelp>" #. uh2DB #: mailmerge04.xhp @@ -27239,7 +27116,7 @@ msgctxt "" "par_idN1059C\n" "help.text" msgid "Field name" -msgstr "" +msgstr "Lauko pavadinimas" #. zLYpE #: mailmerge04.xhp @@ -27248,7 +27125,7 @@ msgctxt "" "par_idN105A0\n" "help.text" msgid "<ahelp hid=\".\">Select the field name of the address database field that contains the gender information.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite lauko pavadinimą iš adresų duomenų bazės lauko, kuris apima lyties informaciją.</ahelp>" #. vjwtg #: mailmerge04.xhp @@ -27257,7 +27134,7 @@ msgctxt "" "par_idN105A3\n" "help.text" msgid "Field value" -msgstr "" +msgstr "Lauko reikšmė" #. kVxA4 #: mailmerge04.xhp @@ -27266,7 +27143,7 @@ msgctxt "" "par_idN105A7\n" "help.text" msgid "<ahelp hid=\".\">Select the field value that indicates the gender of the recipient.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite lauko reikšmę, kuri parodo gavėjo lytį.</ahelp>" #. kmxEm #: mailmerge04.xhp @@ -27275,7 +27152,7 @@ msgctxt "" "par_idN105AA\n" "help.text" msgid "General salutation" -msgstr "" +msgstr "Bendras sveikinimas" #. BFkdS #: mailmerge04.xhp @@ -27284,7 +27161,7 @@ msgctxt "" "par_idN105AE\n" "help.text" msgid "<ahelp hid=\".\">Select the default salutation that is used when you do not specify a personalized salutation.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite numatytąjį sveikinimą, kuris yra naudojamas, kai nenurodote suasmeninto sveikinimo.</ahelp>" #. vAA3f #: mailmerge04.xhp @@ -27293,7 +27170,7 @@ msgctxt "" "par_idN105B1\n" "help.text" msgid "Preview" -msgstr "" +msgstr "Peržiūra" #. SftBa #: mailmerge04.xhp @@ -27302,7 +27179,7 @@ msgctxt "" "par_idN105B5\n" "help.text" msgid "<ahelp hid=\".\">Displays a preview of the salutation.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Parodo sveikinimo peržiūrą.</ahelp>" #. 6xXDR #: mailmerge04.xhp @@ -27311,7 +27188,7 @@ msgctxt "" "par_idN105B8\n" "help.text" msgid "Match fields" -msgstr "" +msgstr "Laukų atitikimas" #. BfFvG #: mailmerge04.xhp @@ -27320,7 +27197,7 @@ msgctxt "" "par_idN105BC\n" "help.text" msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_matfie.xhp\">Match Fields</link> dialog.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria <link href=\"text/swriter/01/mm_matfie.xhp\">Laukų atitikimas</link> dialogo langą.</ahelp>" #. XCDT6 #: mailmerge04.xhp @@ -27329,7 +27206,7 @@ msgctxt "" "par_idN105CD\n" "help.text" msgid "(Browse buttons)" -msgstr "" +msgstr "(Naršymo mygtukai)" #. AGXXB #: mailmerge04.xhp @@ -27338,7 +27215,7 @@ msgctxt "" "par_idN105D1\n" "help.text" msgid "<ahelp hid=\".\">Use the browse buttons to preview the information from the previous or next data record.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Naudokite naršymo mygtukus, kad peržiūrėtumėte informaciją iš ankstesnių ir kitų duomenų įrašų.</ahelp>" #. jbNCg #: mailmerge04.xhp @@ -27347,7 +27224,7 @@ msgctxt "" "par_idN105D4\n" "help.text" msgid "Next step: <link href=\"text/swriter/01/mailmerge05.xhp\" name=\"Mail Merge Wizard - Adjust layout\">Mail Merge Wizard - Adjust layout</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/mailmerge05.xhp\" name=\"Mail Merge Wizard - Adjust layout\">Laiškų komponavimo vediklis → Tvarkyti maketą</link>" #. A52ij #: mailmerge04.xhp @@ -27356,7 +27233,7 @@ msgctxt "" "hd_idN10584\n" "help.text" msgid "Alternatively you can press the <emph>Finish</emph> button and use the <link href=\"text/swriter/mailmergetoolbar.xhp\">Mail Merge Toolbar</link> to finish the mail merge process." -msgstr "" +msgstr "Alternatyviai galite paspausti <emph>Baigti</emph> mygtuką ir naudoti <link href=\"text/swriter/mailmergetoolbar.xhp\">Laiškų komponavimo mygtukų juostą</link>, kad užbaigtumėte laiškų komponavimo procesą." #. DYeaK #: mailmerge04.xhp @@ -27365,7 +27242,7 @@ msgctxt "" "par_idN10570\n" "help.text" msgid "<link href=\"text/swriter/01/mailmerge00.xhp\">Mail Merge Wizard</link> overview" -msgstr "" +msgstr "<link href=\"text/swriter/01/mailmerge00.xhp\">Laiškų komponavimo vediklio</link> peržiūra" #. CyB66 #: mailmerge05.xhp @@ -27374,7 +27251,7 @@ msgctxt "" "tit\n" "help.text" msgid "Mail Merge Wizard - Adjust Layout" -msgstr "" +msgstr "Laiškų komponavimo vediklis → Tvarkyti maketą" #. AMtXP #: mailmerge05.xhp @@ -27383,7 +27260,7 @@ msgctxt "" "par_idN10543\n" "help.text" msgid "<link href=\"text/swriter/01/mailmerge05.xhp\">Mail Merge Wizard - Adjust layout</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/mailmerge05.xhp\">Laiškų komponavimo vediklis → Tvarkyti maketą</link>" #. mjXi3 #: mailmerge05.xhp @@ -27392,7 +27269,7 @@ msgctxt "" "par_idN10553\n" "help.text" msgid "<ahelp hid=\".\">Specify the position of the address blocks and salutations on the documents.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Nurodykite adresų srities ir sveikinimų padėtį dokumentuose.</ahelp>" #. BECAV #: mailmerge05.xhp @@ -27401,7 +27278,7 @@ msgctxt "" "par_idN10544\n" "help.text" msgid "Address Block Position" -msgstr "" +msgstr "Adresų srities padėtis" #. dTbPJ #: mailmerge05.xhp @@ -27410,7 +27287,7 @@ msgctxt "" "par_idN10564\n" "help.text" msgid "From top" -msgstr "" +msgstr "Iš viršaus" #. RoEXF #: mailmerge05.xhp @@ -27419,7 +27296,7 @@ msgctxt "" "par_idN10568\n" "help.text" msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the page and the top edge of the address block.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įveskite tarpų kiekį, kurį norite palikti tarp viršutinio puslapio krašto ir viršutinio adresų srities krašto.</ahelp>" #. QdyF5 #: mailmerge05.xhp @@ -27428,7 +27305,7 @@ msgctxt "" "par_idN10556\n" "help.text" msgid "Align to text body" -msgstr "" +msgstr "Lygiuoti su tekstu" #. LGXgS #: mailmerge05.xhp @@ -27437,7 +27314,7 @@ msgctxt "" "par_idN1055A\n" "help.text" msgid "<ahelp hid=\".\">Aligns the frame that contains the address block to the left page margin.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Lygiuoja kadrą, kuris apima adreso sritį kairėje puslapio paraštėje.</ahelp>" #. PE8LG #: mailmerge05.xhp @@ -27446,7 +27323,7 @@ msgctxt "" "par_idN1055D\n" "help.text" msgid "From left" -msgstr "" +msgstr "Iš kairės" #. tgsjF #: mailmerge05.xhp @@ -27455,7 +27332,7 @@ msgctxt "" "par_idN10561\n" "help.text" msgid "<ahelp hid=\".\">Enter the amount of space to leave between the left edge of the page and the left edge of the address block.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įveskite tarpų kiekį, kurį norite palikti tarp kairiojo puslapio krašto ir kairiojo adreso srities krašto.</ahelp>" #. yErjr #: mailmerge05.xhp @@ -27464,7 +27341,7 @@ msgctxt "" "par_idN10545\n" "help.text" msgid "Salutation Position" -msgstr "" +msgstr "Sveikinimo vieta" #. Ev9Co #: mailmerge05.xhp @@ -27473,7 +27350,7 @@ msgctxt "" "par_idN1056B\n" "help.text" msgid "Up" -msgstr "" +msgstr "Aukštyn" #. zGLxB #: mailmerge05.xhp @@ -27482,7 +27359,7 @@ msgctxt "" "par_idN1056F\n" "help.text" msgid "<ahelp hid=\".\">Moves the salutation up.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Perkelia sveikinimą aukštyn.</ahelp>" #. 5rVnC #: mailmerge05.xhp @@ -27491,7 +27368,7 @@ msgctxt "" "par_idN10572\n" "help.text" msgid "Down" -msgstr "" +msgstr "Žemyn" #. vHNAa #: mailmerge05.xhp @@ -27500,7 +27377,7 @@ msgctxt "" "par_idN10576\n" "help.text" msgid "<ahelp hid=\".\">Moves the salutation down.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Perkelia sveikinimą žemyn.</ahelp>" #. jG7Cg #: mailmerge05.xhp @@ -27509,7 +27386,7 @@ msgctxt "" "par_idN10573\n" "help.text" msgid "Preview area" -msgstr "" +msgstr "Peržiūros sritis" #. 6xBJw #: mailmerge05.xhp @@ -27518,7 +27395,7 @@ msgctxt "" "par_idN10577\n" "help.text" msgid "<ahelp hid=\".\">Provides a preview of the salutation positioning on the page.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Suteikia sveikinimo vietos puslapyje peržiūrą.</ahelp>" #. p7EEU #: mailmerge05.xhp @@ -27527,7 +27404,7 @@ msgctxt "" "par_idN10579\n" "help.text" msgid "Zoom" -msgstr "" +msgstr "Mastelio keitimas" #. LRHco #: mailmerge05.xhp @@ -27536,7 +27413,7 @@ msgctxt "" "par_idN1057D\n" "help.text" msgid "<ahelp hid=\".\">Select a magnification for the print preview.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite mastelį spausdinimo peržiūrai.</ahelp>" #. SnhQw #: mailmerge05.xhp @@ -27545,7 +27422,7 @@ msgctxt "" "par_idN106AF\n" "help.text" msgid "Use the commands in the context menu of the preview to move the view up and down." -msgstr "" +msgstr "Naudokite komandas peržiūros kontekstiniame meniu, kad perkeltumėte vaizdą auštyn ir žemyn." #. FBrJy #: mailmerge05.xhp @@ -27554,7 +27431,7 @@ msgctxt "" "hd_idN10584\n" "help.text" msgid "Press the <emph>Finish</emph> button and use the <link href=\"text/swriter/mailmergetoolbar.xhp\">Mail Merge Toolbar</link> to finish the mail merge process." -msgstr "" +msgstr "Spauskite <emph>Baigti</emph> mygtuką ir naudokite <link href=\"text/swriter/mailmergetoolbar.xhp\">Laiškų komponavimo mygtukų juostą</link>, kad užbaigtumėte laiškų komponavimo procesą." #. GC2gB #: mailmerge05.xhp @@ -27563,7 +27440,7 @@ msgctxt "" "par_idN10571\n" "help.text" msgid "<link href=\"text/swriter/01/mailmerge00.xhp\">Mail Merge Wizard</link> overview" -msgstr "" +msgstr "<link href=\"text/swriter/01/mailmerge00.xhp\">Laiškų komponavimo vediklio</link> peržiūra" #. ep29k #: mm_copyto.xhp @@ -27572,7 +27449,7 @@ msgctxt "" "tit\n" "help.text" msgid "Copies To" -msgstr "" +msgstr "Kopijos" #. 4eLCG #: mm_copyto.xhp @@ -27581,7 +27458,7 @@ msgctxt "" "par_idN10539\n" "help.text" msgid "Copy To" -msgstr "" +msgstr "Kopija" #. 4BERk #: mm_copyto.xhp @@ -27590,7 +27467,7 @@ msgctxt "" "par_idN1053D\n" "help.text" msgid "Specify additional e-mail recipients for the <link href=\"text/swriter/01/mm_emailmergeddoc.xhp\">mail merge</link> document." -msgstr "" +msgstr "Nurodykite papildomus el. laiško gavėjus <link href=\"text/swriter/01/mm_emailmergeddoc.xhp\">laiškų komponavimo</link> dokumente." #. fg2kJ #: mm_copyto.xhp @@ -27599,7 +27476,7 @@ msgctxt "" "par_idN1054E\n" "help.text" msgid "CC" -msgstr "" +msgstr "CC" #. Soci8 #: mm_copyto.xhp @@ -27608,7 +27485,7 @@ msgctxt "" "par_idN10552\n" "help.text" msgid "<ahelp hid=\".\">Enter the recipients of e-mail copies, separated by a semicolon (;).</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įveskite el. laiškų kopijų gavėjus, atskirtus kabliataškiu (;).</ahelp>" #. wUHkK #: mm_copyto.xhp @@ -27617,7 +27494,7 @@ msgctxt "" "par_idN10555\n" "help.text" msgid "BCC" -msgstr "" +msgstr "BCC" #. K9HZp #: mm_copyto.xhp @@ -27626,7 +27503,7 @@ msgctxt "" "par_idN10559\n" "help.text" msgid "<ahelp hid=\".\">Enter the recipients of e-mail blind copies, separated by a semicolon (;).</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įveskite el. laiškų nematomų kopijų gavėjus, atskirtus kabliataškiu (;).</ahelp>" #. FHSJ5 #: mm_cusaddlis.xhp @@ -27635,7 +27512,7 @@ msgctxt "" "tit\n" "help.text" msgid "Customize Address List" -msgstr "" +msgstr "Pritaikytas adresų sąrašas" #. HiCed #: mm_cusaddlis.xhp @@ -27644,7 +27521,7 @@ msgctxt "" "par_idN1053C\n" "help.text" msgid "Customize Address List" -msgstr "" +msgstr "Priataikyti adresų sąrašą" #. CSFHG #: mm_cusaddlis.xhp @@ -27653,7 +27530,7 @@ msgctxt "" "par_idN10540\n" "help.text" msgid "Customizes the address list for <link href=\"text/swriter/01/mm_newaddlis.xhp\">mail merge</link> documents." -msgstr "" +msgstr "Pritaiko adresų sąrašą <link href=\"text/swriter/01/mm_newaddlis.xhp\">laiškų komponavimo</link> dokumentams." #. Efzwn #: mm_cusaddlis.xhp @@ -27662,7 +27539,7 @@ msgctxt "" "par_idN10551\n" "help.text" msgid "Address list elements" -msgstr "" +msgstr "Adresų sąrašo elementai" #. cBS9e #: mm_cusaddlis.xhp @@ -27671,7 +27548,7 @@ msgctxt "" "par_idN10555\n" "help.text" msgid "<ahelp hid=\".\">Select the fields that you want to move, delete, or rename.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite laukus, kuriuos norite perkelti, pašalinti ar pervadinti.</ahelp>" #. 988R8 #: mm_cusaddlis.xhp @@ -27680,7 +27557,7 @@ msgctxt "" "par_idN10560\n" "help.text" msgid "Add" -msgstr "" +msgstr "Pridėti" #. cYYDp #: mm_cusaddlis.xhp @@ -27689,7 +27566,7 @@ msgctxt "" "par_idN10564\n" "help.text" msgid "<ahelp hid=\".\">Inserts a new text field.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įterpia naują teksto lauką.</ahelp>" #. 9Fsp8 #: mm_cusaddlis.xhp @@ -27698,7 +27575,7 @@ msgctxt "" "par_idN1056E\n" "help.text" msgid "Delete" -msgstr "" +msgstr "Pašalinti" #. z5wYC #: mm_cusaddlis.xhp @@ -27707,7 +27584,7 @@ msgctxt "" "par_idN10572\n" "help.text" msgid "<ahelp hid=\".\">Deletes the selected field.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pašalina pasirinktą lauką.</ahelp>" #. wqtn2 #: mm_cusaddlis.xhp @@ -27716,7 +27593,7 @@ msgctxt "" "par_idN10575\n" "help.text" msgid "Rename" -msgstr "" +msgstr "Pervadinti" #. DzMWZ #: mm_cusaddlis.xhp @@ -27725,7 +27602,7 @@ msgctxt "" "par_idN10579\n" "help.text" msgid "<ahelp hid=\".\">Renames the selected text field.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pervadina pasirinktą teksto lauką.</ahelp>" #. ncEgn #: mm_cusgrelin.xhp @@ -27734,7 +27611,7 @@ msgctxt "" "tit\n" "help.text" msgid "Custom Salutation" -msgstr "" +msgstr "Pasirinktinis sveikinimas" #. ibWhA #: mm_cusgrelin.xhp @@ -27743,7 +27620,7 @@ msgctxt "" "par_idN1053C\n" "help.text" msgid "Custom Salutation" -msgstr "" +msgstr "Pasirinktinis sveikinimas" #. QnGBv #: mm_cusgrelin.xhp @@ -27752,7 +27629,7 @@ msgctxt "" "par_idN10540\n" "help.text" msgid "Specify the salutation layout for <link href=\"text/swriter/01/mailmerge04.xhp\">mail merge</link> or <link href=\"text/swriter/01/mm_emabod.xhp\">e-mail merge</link> documents. The name of this dialog is different for female recipients and male recipients." -msgstr "" +msgstr "Nurodykite sveikinimo maketą <link href=\"text/swriter/01/mailmerge04.xhp\">laiškų komponavimo</link> arba <link href=\"text/swriter/01/mm_emabod.xhp\">el. laiškų komponavimo</link> dokumentams. Šio dialogo lango pavadinimas yra kitoks moteriškos bei vyriškos lyties gavėjams." #. 2wy4R #: mm_cusgrelin.xhp @@ -27761,7 +27638,7 @@ msgctxt "" "par_idN10551\n" "help.text" msgid "Salutation elements" -msgstr "" +msgstr "Sveikinimo elementai" #. ejdBW #: mm_cusgrelin.xhp @@ -27770,7 +27647,7 @@ msgctxt "" "par_idN10555\n" "help.text" msgid "<ahelp hid=\".\">Select a field and drag the field to the other list.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite lauką ir perkelkite lauką į kitą sąrašą.</ahelp>" #. wSCRw #: mm_cusgrelin.xhp @@ -27788,7 +27665,7 @@ msgctxt "" "par_idN1055C\n" "help.text" msgid "<ahelp hid=\".\">Adds the selected field from the list of salutation elements to the other list. You can add a field more than once.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Prideda pasirinktą lauką iš sveikinimo elementų sąrašo į kitą sąrašą. Galite pridėti lauką daugiau nei vieną kartą.</ahelp>" #. zpdG3 #: mm_cusgrelin.xhp @@ -27806,7 +27683,7 @@ msgctxt "" "par_idN10563\n" "help.text" msgid "<ahelp hid=\".\">Removes the selected field from the other list.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pašalina pasirinktą lauką iš kito sąrašo.</ahelp>" #. 8BrnS #: mm_cusgrelin.xhp @@ -27815,7 +27692,7 @@ msgctxt "" "par_idN10566\n" "help.text" msgid "Drag salutation elements into the box below" -msgstr "" +msgstr "Nutempkite sveikinimo elementus į langelį žemiau" #. BoNYL #: mm_cusgrelin.xhp @@ -27824,7 +27701,7 @@ msgctxt "" "par_idN1056A\n" "help.text" msgid "<ahelp hid=\".\">Arrange the fields by drag-and-drop or use the arrow buttons.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Išdėstykite laukus tempdami ir palikdami arba naudokite rodyklių mygtukus.</ahelp>" #. JmqBg #: mm_cusgrelin.xhp @@ -27833,7 +27710,7 @@ msgctxt "" "par_idN1056D\n" "help.text" msgid "Customize salutation" -msgstr "" +msgstr "Pritaikyti sveikinimą" #. NQEuA #: mm_cusgrelin.xhp @@ -27842,7 +27719,7 @@ msgctxt "" "par_idN10571\n" "help.text" msgid "<ahelp hid=\".\">Select a value from the list for the salutation and the punctuation mark fields.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite reikšmę iš sąrašo sveikinimui ir skyrybos ženklų laukams.</ahelp>" #. N76pS #: mm_cusgrelin.xhp @@ -27851,7 +27728,7 @@ msgctxt "" "par_idN10574\n" "help.text" msgid "Preview" -msgstr "" +msgstr "Peržiūra" #. JVhvX #: mm_cusgrelin.xhp @@ -27860,7 +27737,7 @@ msgctxt "" "par_idN10578\n" "help.text" msgid "<ahelp hid=\".\">Displays a preview of the first database record with the current salutation layout.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Parodo peržiūrą pirmos duomenų bazės įrašo kartu su dabartinimio sveikinimo maketu.</ahelp>" #. Exjps #: mm_cusgrelin.xhp @@ -27869,7 +27746,7 @@ msgctxt "" "par_idN1057B\n" "help.text" msgid "(Arrow Buttons)" -msgstr "" +msgstr "(Rodyklių mygtukai)" #. 4hT3u #: mm_cusgrelin.xhp @@ -27878,7 +27755,7 @@ msgctxt "" "par_idN1057F\n" "help.text" msgid "<ahelp hid=\".\">Select an item in the list and click an arrow button to move the item.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite elementą iš sąrašo ir paspauskite rodyklės mygtuką, kad perkeltumėte elementą.</ahelp>" #. 2EDFk #: mm_emabod.xhp @@ -27887,7 +27764,7 @@ msgctxt "" "tit\n" "help.text" msgid "E-Mail Message" -msgstr "" +msgstr "El. laiškas" #. BNpDQ #: mm_emabod.xhp @@ -27896,7 +27773,7 @@ msgctxt "" "par_idN1053C\n" "help.text" msgid "E-Mail Message" -msgstr "" +msgstr "El. laiškas" #. nhBF2 #: mm_emabod.xhp @@ -27905,7 +27782,7 @@ msgctxt "" "par_idN10540\n" "help.text" msgid "<ahelp hid=\".\">Type the message and the salutation for files that you send as <link href=\"text/swriter/01/mailmerge08.xhp\">e-mail</link> attachments.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įrašykite žinutę ir sveikinimą failams, kuriuos norite siųsti kaip <link href=\"text/swriter/01/mailmerge08.xhp\">el. laiško</link> priedus.</ahelp>" #. F358E #: mm_emabod.xhp @@ -27914,7 +27791,7 @@ msgctxt "" "par_idN10554\n" "help.text" msgid "This e-mail should contain a salutation" -msgstr "" +msgstr "Šis el. laiškas turėtų apimti sveikinimą" #. rvBf7 #: mm_emabod.xhp @@ -27923,7 +27800,7 @@ msgctxt "" "par_idN10558\n" "help.text" msgid "<ahelp hid=\".\">Adds a salutation to the e-mail.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Prideda sveikinimą el. laiškui.</ahelp>" #. GFHN4 #: mm_emabod.xhp @@ -27932,7 +27809,7 @@ msgctxt "" "par_idN1055B\n" "help.text" msgid "Insert personalized salutation" -msgstr "" +msgstr "Įterpti suasmenintą sveikinimą" #. CcCi7 #: mm_emabod.xhp @@ -27941,7 +27818,7 @@ msgctxt "" "par_idN1055F\n" "help.text" msgid "<ahelp hid=\".\">Adds a personalized salutation. To use the default salutation, clear this check box.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Prideda suasmenintą sveikinimą. Norėdami naudoti numatytąjį sveikinimą, išvalykite šį žymimąjį langelį.</ahelp>" #. ojNKA #: mm_emabod.xhp @@ -27950,7 +27827,7 @@ msgctxt "" "par_idN10562\n" "help.text" msgid "Female" -msgstr "" +msgstr "Moteris" #. HoC7L #: mm_emabod.xhp @@ -27959,7 +27836,7 @@ msgctxt "" "par_idN10566\n" "help.text" msgid "<ahelp hid=\".\">Select the personalized greeting for a female recipient.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite suasmenintą sveikinimą moteriškos lyties gavėjui.</ahelp>" #. FXnAr #: mm_emabod.xhp @@ -27968,7 +27845,7 @@ msgctxt "" "par_idN10569\n" "help.text" msgid "New" -msgstr "" +msgstr "Naujas" #. Y2QmN #: mm_emabod.xhp @@ -27977,7 +27854,7 @@ msgctxt "" "par_idN1056D\n" "help.text" msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_cusgrelin.xhp\">Custom Salutation</link> dialog for a female recipient.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria <link href=\"text/swriter/01/mm_cusgrelin.xhp\">Pasirinktinio sveikinimo</link> dialogo langą moteriškos lyties gavėjui.</ahelp>" #. ZACYv #: mm_emabod.xhp @@ -27986,7 +27863,7 @@ msgctxt "" "par_idN1057E\n" "help.text" msgid "Male" -msgstr "" +msgstr "Vyras" #. AGB8N #: mm_emabod.xhp @@ -27995,7 +27872,7 @@ msgctxt "" "par_idN10582\n" "help.text" msgid "<ahelp hid=\".\">Select the personalized greeting for a male recipient.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite suasmenintą sveikinimą vyriškos lyties gavėjui.</ahelp>" #. ax9k8 #: mm_emabod.xhp @@ -28004,7 +27881,7 @@ msgctxt "" "par_idN10585\n" "help.text" msgid "New" -msgstr "" +msgstr "Naujas" #. FW7bL #: mm_emabod.xhp @@ -28013,7 +27890,7 @@ msgctxt "" "par_idN10589\n" "help.text" msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_cusgrelin.xhp\">Custom Salutation</link> dialog for a male recipient.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria <link href=\"text/swriter/01/mm_cusgrelin.xhp\">Pasirinktinio sveikinimo</link> dialogo langą vyriškos lyties gavėjui.</ahelp>" #. 4UoAP #: mm_emabod.xhp @@ -28022,7 +27899,7 @@ msgctxt "" "par_idN1059A\n" "help.text" msgid "Field name" -msgstr "" +msgstr "Lauko pavadinimas" #. DTWMC #: mm_emabod.xhp @@ -28031,7 +27908,7 @@ msgctxt "" "par_idN1059E\n" "help.text" msgid "<ahelp hid=\".\">Select the field name of the address database field that contains the gender information.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite lauko pavadinimą iš adresų duomenų bazės lauko, kuris apima lyties informaciją.</ahelp>" #. s4SdC #: mm_emabod.xhp @@ -28040,7 +27917,7 @@ msgctxt "" "par_idN105A1\n" "help.text" msgid "Field value" -msgstr "" +msgstr "Lauko reikšmė" #. 3AM72 #: mm_emabod.xhp @@ -28049,7 +27926,7 @@ msgctxt "" "par_idN105A5\n" "help.text" msgid "<ahelp hid=\".\">Select the field value that indicates the gender of the recipient.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite lauko reikšmę, kuri nurodo gavėjo lytį.</ahelp>" #. MpBxZ #: mm_emabod.xhp @@ -28058,7 +27935,7 @@ msgctxt "" "par_idN105A8\n" "help.text" msgid "General salutation" -msgstr "" +msgstr "Bendras sveikinimas" #. cegDP #: mm_emabod.xhp @@ -28067,7 +27944,7 @@ msgctxt "" "par_idN105AC\n" "help.text" msgid "<ahelp hid=\".\">Select the default greeting to use if a personalized salutation cannot be created.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite numatytąjį sveikinimą naudojimui, kai suasmenintas sveikinimas negali būti sukurtas.</ahelp>" #. 93ES8 #: mm_emabod.xhp @@ -28076,7 +27953,7 @@ msgctxt "" "par_idN105AF\n" "help.text" msgid "Write your message here" -msgstr "" +msgstr "Parašykite savo žinutę čia" #. KTKa7 #: mm_emabod.xhp @@ -28085,7 +27962,7 @@ msgctxt "" "par_idN105B3\n" "help.text" msgid "<ahelp hid=\".\">Enter the main text of the e-mail.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įveskite el. laiško tekstą.</ahelp>" #. hztW8 #: mm_emailmergeddoc.xhp @@ -28094,7 +27971,7 @@ msgctxt "" "tit\n" "help.text" msgid "Send merged document as e-mail" -msgstr "" +msgstr "Išsiųskite sukomponuotą dokumentą kaip el. laišką" #. JAB7w #: mm_emailmergeddoc.xhp @@ -28103,7 +27980,7 @@ msgctxt "" "hd_id201703192214041173\n" "help.text" msgid "<link href=\"text/swriter/01/mm_emailmergeddoc.xhp\">Send merged document as e-mail</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/mm_emailmergeddoc.xhp\">Išsiųskite sukomponuotą dokumentą kaip el. laišką</link>" #. ZCLmb #: mm_emailmergeddoc.xhp @@ -28112,7 +27989,7 @@ msgctxt "" "par_id201703192214161498\n" "help.text" msgid "<ahelp hid=\".\">Sends the mail merge output as e-mail messages to all or some recipients.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Išsiunčia laiškų komponavimo išvestį kaip el. laišką visiems arba keliems gavėjams.</ahelp>" #. YT7sD #: mm_emailmergeddoc.xhp @@ -28121,7 +27998,7 @@ msgctxt "" "par_idN10556\n" "help.text" msgid "E-mail options" -msgstr "" +msgstr "El. laiško parinktys" #. P3AsV #: mm_emailmergeddoc.xhp @@ -28130,7 +28007,7 @@ msgctxt "" "par_idN105E8\n" "help.text" msgid "To" -msgstr "" +msgstr "Į" #. myAeT #: mm_emailmergeddoc.xhp @@ -28139,7 +28016,7 @@ msgctxt "" "par_idN105EC\n" "help.text" msgid "<ahelp hid=\".\">Select the database field that contains the e-mail address of the recipient.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite duomenų bazės lauką, kuris apima gavėjo el. pašto adresą.</ahelp>" #. AERBW #: mm_emailmergeddoc.xhp @@ -28148,7 +28025,7 @@ msgctxt "" "par_idN105EF\n" "help.text" msgid "Copy to" -msgstr "" +msgstr "Kopija" #. E9Xmd #: mm_emailmergeddoc.xhp @@ -28157,7 +28034,7 @@ msgctxt "" "par_idN105F3\n" "help.text" msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_copyto.xhp\">Copy To</link> dialog where you can specify one or more CC or BCC addresses.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria <link href=\"text/swriter/01/mm_copyto.xhp\">Kopijos</link> dialogo langą, kuri galite nurodyti vieną ar daugiau kopijos arba nematomos kopijos adresus.</ahelp>" #. s3dmi #: mm_emailmergeddoc.xhp @@ -28166,7 +28043,7 @@ msgctxt "" "par_idN10600\n" "help.text" msgid "Subject" -msgstr "" +msgstr "Tema" #. EqNDS #: mm_emailmergeddoc.xhp @@ -28175,7 +28052,7 @@ msgctxt "" "par_idN10604\n" "help.text" msgid "<ahelp hid=\".\">Enter the subject line for the e-mail messages.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įveskite temą el. laiškams.</ahelp>" #. FY8Cr #: mm_emailmergeddoc.xhp @@ -28184,7 +28061,7 @@ msgctxt "" "par_idN10607\n" "help.text" msgid "Send as" -msgstr "" +msgstr "Siųsti kaip" #. tqGvc #: mm_emailmergeddoc.xhp @@ -28193,7 +28070,7 @@ msgctxt "" "par_idN1060B\n" "help.text" msgid "<ahelp hid=\".\">Select the mail format for the e-mail messages.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite laiško formatą el. laiškams.</ahelp>" #. vtgFn #: mm_emailmergeddoc.xhp @@ -28202,7 +28079,7 @@ msgctxt "" "par_idN1060E\n" "help.text" msgid "The Plain text and HTML message formats are sent in the body of the message, whereas the *.odt, *.doc, and *.pdf formats are sent as attachments." -msgstr "" +msgstr "Grynojo teksto ir HTML laiško formatai yra išsiųsti pagrindiniame laiško tekste, kur *.odt, *.doc, ir *.pdf formatai yra išsiųsti kaip priedai." #. yu2GA #: mm_emailmergeddoc.xhp @@ -28211,7 +28088,7 @@ msgctxt "" "par_idN10611\n" "help.text" msgid "Properties" -msgstr "" +msgstr "Savybės" #. xwGYg #: mm_emailmergeddoc.xhp @@ -28220,7 +28097,7 @@ msgctxt "" "par_idN10615\n" "help.text" msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_emabod.xhp\">E-Mail Message</link> dialog where you can enter the e-mail message for the mail merge files that are sent as attachments.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria <link href=\"text/swriter/01/mm_emabod.xhp\">El. laiškas</link> dialogo langą, kur galite įvesti el. laišką laiškų komponavimo failams, kurie yra išsiunčiami kaip priedai.</ahelp>" #. bARe2 #: mm_emailmergeddoc.xhp @@ -28229,7 +28106,7 @@ msgctxt "" "par_idN10626\n" "help.text" msgid "Name of the attachment" -msgstr "" +msgstr "Priedo pavadinimas" #. EFs45 #: mm_emailmergeddoc.xhp @@ -28238,7 +28115,7 @@ msgctxt "" "par_idN1062A\n" "help.text" msgid "<ahelp hid=\".\">Shows the name of the attachment.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Parodo priedo pavadinimą.</ahelp>" #. zLXDH #: mm_emailmergeddoc.xhp @@ -28247,7 +28124,7 @@ msgctxt "" "par_idN10558\n" "help.text" msgid "Send records" -msgstr "" +msgstr "Siųsti įrašus" #. DGBWq #: mm_emailmergeddoc.xhp @@ -28256,7 +28133,7 @@ msgctxt "" "par_idN1062D\n" "help.text" msgid "Send all documents" -msgstr "" +msgstr "Siųsti visus dokumentus" #. DCNro #: mm_emailmergeddoc.xhp @@ -28265,7 +28142,7 @@ msgctxt "" "par_idN10631\n" "help.text" msgid "<ahelp hid=\".\">Select to send e-mails to all recipients.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite siųsti el. laiškus visiems gavėjams.</ahelp>" #. TLnNz #: mm_emailmergeddoc.xhp @@ -28274,7 +28151,7 @@ msgctxt "" "par_idN1059B\n" "help.text" msgid "From" -msgstr "" +msgstr "Nuo" #. s8yaH #: mm_emailmergeddoc.xhp @@ -28283,7 +28160,7 @@ msgctxt "" "par_idN1059F\n" "help.text" msgid "<ahelp hid=\".\">Selects a range of records starting at the record number in the <emph>From</emph> box and ending at the record number in the <emph>To</emph> box.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Parenka įrašų ribas pradedant nuo įrašo skaičiaus <emph>Nuo</emph> langelyje ir baigiant įrašo skaičiumi <emph>Iki</emph> langelyje.</ahelp>" #. 9t3bt #: mm_emailmergeddoc.xhp @@ -28292,7 +28169,7 @@ msgctxt "" "par_idN106DB\n" "help.text" msgid "From" -msgstr "" +msgstr "Nuo" #. ZovGX #: mm_emailmergeddoc.xhp @@ -28301,7 +28178,7 @@ msgctxt "" "par_idN106E1\n" "help.text" msgid "<ahelp hid=\".\">Enter the number of the first record to include in the mail merge.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įveskite pirmojo įrašo skaičių, kuris bus įtrauktas į laiškų komponavimą.</ahelp>" #. A5oq4 #: mm_emailmergeddoc.xhp @@ -28310,7 +28187,7 @@ msgctxt "" "par_idN105A2\n" "help.text" msgid "To" -msgstr "" +msgstr "Iki" #. hEiC8 #: mm_emailmergeddoc.xhp @@ -28319,7 +28196,7 @@ msgctxt "" "par_idN105A6\n" "help.text" msgid "<ahelp hid=\".\">Enter the number of the last record to include in the mail merge.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įveskite paskutiniojo įrašo skaičių, kuris bus įtrauktas į laiškų komponavimą.</ahelp>" #. RbpHj #: mm_emailmergeddoc.xhp @@ -28328,7 +28205,7 @@ msgctxt "" "par_idN10642\n" "help.text" msgid "Send Documents" -msgstr "" +msgstr "Siųsti dokumentus" #. nadEr #: mm_emailmergeddoc.xhp @@ -28337,7 +28214,7 @@ msgctxt "" "par_idN10646\n" "help.text" msgid "<ahelp hid=\".\">Click to start sending e-mails.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Paspauskite, kad pradėtumėte siųsti el. laiškus.</ahelp>" #. udnuD #: mm_finent.xhp @@ -28346,7 +28223,7 @@ msgctxt "" "tit\n" "help.text" msgid "Find Entry" -msgstr "" +msgstr "Rasti įrašą" #. ER5ru #: mm_finent.xhp @@ -28355,7 +28232,7 @@ msgctxt "" "par_idN10539\n" "help.text" msgid "Find Entry" -msgstr "" +msgstr "Rasti įrašą" #. AbfcB #: mm_finent.xhp @@ -28364,7 +28241,7 @@ msgctxt "" "par_idN1053D\n" "help.text" msgid "<ahelp hid=\".\">Searches for a record or recipient in the <link href=\"text/swriter/01/mm_newaddlis.xhp\">mail merge</link> address list.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Ieško įrašo arba gavėjo <link href=\"text/swriter/01/mm_newaddlis.xhp\">laiškų komponavimo</link> adresų sąraše.</ahelp>" #. 5uTFv #: mm_finent.xhp @@ -28373,7 +28250,7 @@ msgctxt "" "par_idN1054E\n" "help.text" msgid "Find" -msgstr "" +msgstr "Ieškoti" #. 8Vgh3 #: mm_finent.xhp @@ -28382,7 +28259,7 @@ msgctxt "" "par_idN10552\n" "help.text" msgid "<ahelp hid=\".\">Enter the search term.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įveskite ieškinį.</ahelp>" #. 7ywFM #: mm_finent.xhp @@ -28391,7 +28268,7 @@ msgctxt "" "par_idN10555\n" "help.text" msgid "Find only in" -msgstr "" +msgstr "Ieškoti tik šiame lauke" #. HbB5D #: mm_finent.xhp @@ -28400,7 +28277,7 @@ msgctxt "" "par_idN10559\n" "help.text" msgid "<ahelp hid=\".\">Restricts the search to one data field. </ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Riboja paiešką iki vieno duomenų lauko.</ahelp>" #. QEovi #: mm_finent.xhp @@ -28409,7 +28286,7 @@ msgctxt "" "par_idN1055C\n" "help.text" msgid "<ahelp hid=\".\">Select the data field where you want to search for the text.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite duomenų lauką, kuriame norite ieškoti teksto.</ahelp>" #. R5nwB #: mm_finent.xhp @@ -28418,7 +28295,7 @@ msgctxt "" "par_idN1055F\n" "help.text" msgid "Find" -msgstr "" +msgstr "Ieškoti" #. RXMFG #: mm_finent.xhp @@ -28427,7 +28304,7 @@ msgctxt "" "par_idN10563\n" "help.text" msgid "<ahelp hid=\".\">Displays the next record that contains the search text.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Rodo kitą įrašą, kuris apima ieškomą tekstą.</ahelp>" #. uG8U7 #: mm_matfie.xhp @@ -28436,7 +28313,7 @@ msgctxt "" "tit\n" "help.text" msgid "Match Fields" -msgstr "" +msgstr "Laukų atitikimas" #. A5o7N #: mm_matfie.xhp @@ -28445,7 +28322,7 @@ msgctxt "" "par_idN10539\n" "help.text" msgid "Match Fields" -msgstr "" +msgstr "Laukų atitikimas" #. jSSzz #: mm_matfie.xhp @@ -28454,7 +28331,7 @@ msgctxt "" "par_idN1053D\n" "help.text" msgid "<ahelp hid=\".\">Matches the logical field names of the layout dialog to the field names in your database when you create new <link href=\"text/swriter/01/mailmerge03.xhp\">address blocks</link> or <link href=\"text/swriter/01/mailmerge04.xhp\">salutations</link>.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atitinka loginių laukų pavadinimų maketo dialogo langą su laukų pavadinimais jūsų duomenų bazėje, kai sukuriate naujas <link href=\"text/swriter/01/mailmerge03.xhp\">adresų sritis</link> arba <link href=\"text/swriter/01/mailmerge04.xhp\">sveikinimus</link>.</ahelp>" #. M3TEe #: mm_matfie.xhp @@ -28463,7 +28340,7 @@ msgctxt "" "par_idN1054E\n" "help.text" msgid "Matches to field:" -msgstr "" +msgstr "Atitinka lauką:" #. VdJEb #: mm_matfie.xhp @@ -28472,7 +28349,7 @@ msgctxt "" "par_idN10552\n" "help.text" msgid "<ahelp hid=\".\">Select a field name in your database for each logical address element.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite lauko pavadinimą savo duomenų bazėje kiekvienam loginiam adreso elementui.</ahelp>" #. FeutG #: mm_matfie.xhp @@ -28481,7 +28358,7 @@ msgctxt "" "par_idN10555\n" "help.text" msgid "Address block preview" -msgstr "" +msgstr "Adresų srities peržiūra" #. WMY64 #: mm_matfie.xhp @@ -28490,7 +28367,7 @@ msgctxt "" "par_idN10559\n" "help.text" msgid "<ahelp hid=\".\">Displays a preview of the values of the first data record.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Parodo pirmo duomenų įrašo reikšmių peržiūrą.</ahelp>" #. AffKA #: mm_newaddblo.xhp @@ -28499,7 +28376,7 @@ msgctxt "" "tit\n" "help.text" msgid "New Address Block / Edit Address Block" -msgstr "" +msgstr "Nauja adresų sritis / Taisyti adresų sritį" #. ksbr6 #: mm_newaddblo.xhp @@ -28508,7 +28385,7 @@ msgctxt "" "par_idN10542\n" "help.text" msgid "New Address Block or Edit Address Block" -msgstr "" +msgstr "Nauja adresų sritis arba taisyti adresų sritį" #. tcTpb #: mm_newaddblo.xhp @@ -28517,7 +28394,7 @@ msgctxt "" "par_idN10546\n" "help.text" msgid "Specify the placement of address data fields in an address block in <link href=\"text/swriter/01/mm_seladdblo.xhp\">mail merge</link> documents." -msgstr "" +msgstr "Nurodykite adreso duomenų laukų vietą adreso srityje <link href=\"text/swriter/01/mm_seladdblo.xhp\">laiškų komponavimo</link> dokumentuose." #. kACrC #: mm_newaddblo.xhp @@ -28526,7 +28403,7 @@ msgctxt "" "par_idN10569\n" "help.text" msgid "Address elements" -msgstr "" +msgstr "Adreso elementai" #. UaqAw #: mm_newaddblo.xhp @@ -28535,7 +28412,7 @@ msgctxt "" "par_idN1056D\n" "help.text" msgid "<ahelp hid=\".\">Select an address field and drag the field to the other list.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite adreso lauką ir tempkite lauką į kitą sąrašą.</ahelp>" #. aXCEB #: mm_newaddblo.xhp @@ -28553,7 +28430,7 @@ msgctxt "" "par_idN10574\n" "help.text" msgid "<ahelp hid=\".\">Adds the selected field from the Address Elements list to the other list.</ahelp> You can add the same field more than once." -msgstr "" +msgstr "<ahelp hid=\".\">Prideda pasirinktą lauką iš adresų elementų sąrašo kitam sąrašui.</ahelp> Galite pridėti tą patį lauką daugiau nei vieną kartą." #. NV8G3 #: mm_newaddblo.xhp @@ -28571,7 +28448,7 @@ msgctxt "" "par_idN1057B\n" "help.text" msgid "<ahelp hid=\".\">Removes the selected field from the other list.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pašalina pasirinktą lauką iš kito sąrašo.</ahelp>" #. DBuJv #: mm_newaddblo.xhp @@ -28580,7 +28457,7 @@ msgctxt "" "par_idN1057E\n" "help.text" msgid "Drag address elements here" -msgstr "" +msgstr "Nutempkite adreso elementus čia" #. 38EEi #: mm_newaddblo.xhp @@ -28589,7 +28466,7 @@ msgctxt "" "par_idN10582\n" "help.text" msgid "<ahelp hid=\".\">Arrange the fields with drag-and-drop or use the arrow buttons.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Išdėstykite laukus tempdami ir palikdami arba naudodami rodyklių mygtukus.</ahelp>" #. fk2CE #: mm_newaddblo.xhp @@ -28598,7 +28475,7 @@ msgctxt "" "par_idN10585\n" "help.text" msgid "Preview" -msgstr "" +msgstr "Peržiūra" #. AapGY #: mm_newaddblo.xhp @@ -28607,7 +28484,7 @@ msgctxt "" "par_idN10589\n" "help.text" msgid "<ahelp hid=\".\">Displays a preview of the first database record with the current address block layout.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Parodo peržiūrą pirmo duomenų bazės įrašo su dabartiniu adreso srities maketu.</ahelp>" #. 6DCtx #: mm_newaddblo.xhp @@ -28616,7 +28493,7 @@ msgctxt "" "par_idN1058C\n" "help.text" msgid "(Arrow Buttons)" -msgstr "" +msgstr "(Rodyklių mygtukai)" #. pYgNr #: mm_newaddblo.xhp @@ -28625,7 +28502,7 @@ msgctxt "" "par_idN10590\n" "help.text" msgid "<ahelp hid=\".\">Select an item in the list and click an arrow button to move the entry.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite elementą sąraše ir paspauskite rodyklės mygtuką, kad perkeltumėte įrašą.</ahelp>" #. f9yDF #: mm_newaddlis.xhp @@ -28634,7 +28511,7 @@ msgctxt "" "tit\n" "help.text" msgid "New Address List" -msgstr "" +msgstr "Naujas adresų sąrašas" #. mz3aE #: mm_newaddlis.xhp @@ -28643,7 +28520,7 @@ msgctxt "" "par_idN10542\n" "help.text" msgid "New Address List" -msgstr "" +msgstr "Naujas adresų sąrašas" #. jFDBk #: mm_newaddlis.xhp @@ -28652,7 +28529,7 @@ msgctxt "" "par_idN10546\n" "help.text" msgid "<ahelp hid=\".\">Enter new addresses or edit the addresses for <link href=\"text/swriter/01/mailmerge03.xhp\">mail merge</link> documents.</ahelp> When you click <emph>OK</emph>, a dialog prompts you for the location to save the address list." -msgstr "" +msgstr "<ahelp hid=\".\">Įveskite naujus adresus arba pataisykite adresus <link href=\"text/swriter/01/mailmerge03.xhp\">laiškų komponavimo</link> dokumentams.</ahelp> Kai paspaudžiate <emph>Gerai</emph>, dialogo lange prašoma jūsų nurodyti vietą kur išsaugoti adresų sąrašą." #. sTg8n #: mm_newaddlis.xhp @@ -28661,7 +28538,7 @@ msgctxt "" "par_idN10557\n" "help.text" msgid "Address Information" -msgstr "" +msgstr "Adreso informacija" #. RM6J7 #: mm_newaddlis.xhp @@ -28670,7 +28547,7 @@ msgctxt "" "par_idN1055B\n" "help.text" msgid "<ahelp hid=\".\">Enter or edit the field contents for each mail merge recipient.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įveskite arba pataisykite lauko turinį kiekvienam komponuojamų laiškų gavėjui.</ahelp>" #. A7476 #: mm_newaddlis.xhp @@ -28679,7 +28556,7 @@ msgctxt "" "par_idN1055E\n" "help.text" msgid "Show Entry Number" -msgstr "" +msgstr "Parodyti įrašo numerį" #. a4eDV #: mm_newaddlis.xhp @@ -28688,7 +28565,7 @@ msgctxt "" "par_idN10574\n" "help.text" msgid "<ahelp hid=\".\">Click the buttons to navigate through the records or enter a record number to display a record.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Paspauskite mygtukus, kad žvalgytumėte per įrašus arba įvestumėte įrašo skaičių parodyti įrašą.</ahelp>" #. n8ZzA #: mm_newaddlis.xhp @@ -28697,7 +28574,7 @@ msgctxt "" "par_idN10577\n" "help.text" msgid "New" -msgstr "" +msgstr "Naujas" #. SdPLn #: mm_newaddlis.xhp @@ -28706,7 +28583,7 @@ msgctxt "" "par_idN1057B\n" "help.text" msgid "<ahelp hid=\".\">Adds a new blank record to the address list.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Prideda naują tuščią įrašą į adresų sąrašą.</ahelp>" #. Z4pAh #: mm_newaddlis.xhp @@ -28715,7 +28592,7 @@ msgctxt "" "par_idN1057E\n" "help.text" msgid "Delete" -msgstr "" +msgstr "Pašalinti" #. agZfV #: mm_newaddlis.xhp @@ -28724,7 +28601,7 @@ msgctxt "" "par_idN10582\n" "help.text" msgid "<ahelp hid=\".\">Deletes the selected record.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pašalina pasirinktą įrašą.</ahelp>" #. JbcB8 #: mm_newaddlis.xhp @@ -28733,7 +28610,7 @@ msgctxt "" "par_idN10585\n" "help.text" msgid "Find" -msgstr "" +msgstr "Ieškoti" #. U58Zi #: mm_newaddlis.xhp @@ -28742,7 +28619,7 @@ msgctxt "" "par_idN10589\n" "help.text" msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_finent.xhp\">Find Entry</link> dialog. You can leave the dialog open while you edit the entries.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria <link href=\"text/swriter/01/mm_finent.xhp\">Įrašo paieška</link> dialogo langą. Galite palikti dialogo langą atvertą, kol taisote įrašus.</ahelp>" #. UPmWa #: mm_newaddlis.xhp @@ -28751,7 +28628,7 @@ msgctxt "" "par_idN1059A\n" "help.text" msgid "Customize" -msgstr "" +msgstr "Pritaikyta" #. HLwrS #: mm_newaddlis.xhp @@ -28760,7 +28637,7 @@ msgctxt "" "par_idN1059E\n" "help.text" msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_cusaddlis.xhp\">Customize Address List</link> dialog where you can rearrange, rename, add, and delete fields.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria<link href=\"text/swriter/01/mm_cusaddlis.xhp\">Pritaikytas adresų sąrašas</link> dialogo langą, kur galite pertvarkyti, pervadinti, pridėti ir pašalinti laukus.</ahelp>" #. HDYUi #: mm_printmergeddoc.xhp @@ -28769,7 +28646,7 @@ msgctxt "" "tit\n" "help.text" msgid "Print merged document" -msgstr "" +msgstr "Spausdinti sukomponuotą dokumentą" #. dDMFj #: mm_printmergeddoc.xhp @@ -28778,7 +28655,7 @@ msgctxt "" "hd_id201703192010597215\n" "help.text" msgid "<link href=\"text/swriter/01/mm_printmergeddoc.xhp\">Print merged document</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/mm_printmergeddoc.xhp\">spausdinti sukomponuotą dokumentą</link>" #. 2pMFJ #: mm_printmergeddoc.xhp @@ -28787,7 +28664,7 @@ msgctxt "" "par_id201703192012043766\n" "help.text" msgid "<ahelp hid=\".\">Prints the mail merge output for all or some recipients.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Spausdina laiškų komponavimo išvestį visiems arba kai kuriems gavėjams.</ahelp>" #. KwJSB #: mm_printmergeddoc.xhp @@ -28796,7 +28673,7 @@ msgctxt "" "par_idN10556\n" "help.text" msgid "Printer options" -msgstr "" +msgstr "Spausdintuvo parinktys" #. rJDwo #: mm_printmergeddoc.xhp @@ -28805,7 +28682,7 @@ msgctxt "" "par_idN105B7\n" "help.text" msgid "Printer" -msgstr "" +msgstr "Spausdintuvas" #. fts9r #: mm_printmergeddoc.xhp @@ -28814,7 +28691,7 @@ msgctxt "" "par_idN105BB\n" "help.text" msgid "<ahelp hid=\".\">Select the printer.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite spausdintuvą.</ahelp>" #. bMxog #: mm_printmergeddoc.xhp @@ -28823,7 +28700,7 @@ msgctxt "" "par_idN105BE\n" "help.text" msgid "Properties" -msgstr "" +msgstr "Savybės" #. TDJvc #: mm_printmergeddoc.xhp @@ -28832,7 +28709,7 @@ msgctxt "" "par_idN105C2\n" "help.text" msgid "<ahelp hid=\".\">Changes the printer properties.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pakeičia spausdintuvo savybes.</ahelp>" #. dtkFZ #: mm_printmergeddoc.xhp @@ -28841,7 +28718,7 @@ msgctxt "" "par_idN10560\n" "help.text" msgid "Print records" -msgstr "" +msgstr "Spausdinti įrašus" #. co4Tx #: mm_printmergeddoc.xhp @@ -28850,7 +28727,7 @@ msgctxt "" "par_idN105C5\n" "help.text" msgid "Print all documents" -msgstr "" +msgstr "Spausdinti visus dokumentus" #. DWfMc #: mm_printmergeddoc.xhp @@ -28859,7 +28736,7 @@ msgctxt "" "par_idN105C9\n" "help.text" msgid "<ahelp hid=\".\">Prints documents for all recipients.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Spausdina dokumentus visiems gavėjams.</ahelp>" #. QQGMz #: mm_printmergeddoc.xhp @@ -28868,7 +28745,7 @@ msgctxt "" "par_idN1059B\n" "help.text" msgid "From" -msgstr "" +msgstr "Nuo" #. dvkzA #: mm_printmergeddoc.xhp @@ -28877,7 +28754,7 @@ msgctxt "" "par_idN1059F\n" "help.text" msgid "<ahelp hid=\".\">Selects a range of records starting at the record number in the <emph>From</emph> box and ending at the record number in the <emph>To</emph> box.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Parenka įrašų ribas pradedant nuo įrašo numerio <emph>Nuo</emph> langelyje ir baigiant išrašo numeriu <emph>Iki</emph> langelyje.</ahelp>" #. qxSgt #: mm_printmergeddoc.xhp @@ -28886,7 +28763,7 @@ msgctxt "" "par_idN106DB\n" "help.text" msgid "From" -msgstr "" +msgstr "Nuo" #. SsDND #: mm_printmergeddoc.xhp @@ -28895,7 +28772,7 @@ msgctxt "" "par_idN106E1\n" "help.text" msgid "<ahelp hid=\".\">Enter the number of the first record to include in the mail merge.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įveskite pirmo įrašo skaičių, kad įtrauktumėte į laiškų komponavimą.</ahelp>" #. HzjF9 #: mm_printmergeddoc.xhp @@ -28904,7 +28781,7 @@ msgctxt "" "par_idN105A2\n" "help.text" msgid "To" -msgstr "" +msgstr "Iki" #. GDxtJ #: mm_printmergeddoc.xhp @@ -28913,7 +28790,7 @@ msgctxt "" "par_idN105A6\n" "help.text" msgid "<ahelp hid=\".\">Enter the number of the last record to include in the mail merge.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įveskite paskutinio įrašo skaičių, kad įtrauktumėte į laiškų komponavimą.</ahelp>" #. nvAeN #: mm_printmergeddoc.xhp @@ -28922,7 +28799,7 @@ msgctxt "" "par_idN105DA\n" "help.text" msgid "Print Documents" -msgstr "" +msgstr "Spausdinti dokumentus" #. QpYfj #: mm_printmergeddoc.xhp @@ -28931,7 +28808,7 @@ msgctxt "" "par_idN105DE\n" "help.text" msgid "<ahelp hid=\".\">Prints the mail merge documents.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Spausdina laiškų komponavimo dokumentus.</ahelp>" #. fvDFU #: mm_savemergeddoc.xhp @@ -28940,7 +28817,7 @@ msgctxt "" "tit\n" "help.text" msgid "Save merged document" -msgstr "" +msgstr "Įrašyti sukomponuotą dokumentą" #. vSHFA #: mm_savemergeddoc.xhp @@ -28949,7 +28826,7 @@ msgctxt "" "hd_id201703191634335977\n" "help.text" msgid "<link href=\"text/swriter/01/mm_savemergeddoc.xhp\">Save merged document</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/mm_savemergeddoc.xhp\">Įrašyti sukomponuotą dokumentą</link>" #. P62mY #: mm_savemergeddoc.xhp @@ -28958,7 +28835,7 @@ msgctxt "" "par_id201703191635403846\n" "help.text" msgid "<ahelp hid=\".\">Save the mail merge output to file.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įrašyti laiškų komponavimo išvestį į failą.</ahelp>" #. jHeRV #: mm_savemergeddoc.xhp @@ -28967,7 +28844,7 @@ msgctxt "" "par_idN10557\n" "help.text" msgid "Save As options" -msgstr "" +msgstr "Įrašymo parinktys" #. 8kBBT #: mm_savemergeddoc.xhp @@ -28976,7 +28853,7 @@ msgctxt "" "par_idN1058D\n" "help.text" msgid "Save as single large document" -msgstr "" +msgstr "Įrašyti kaip vieną didelį dokumentą" #. vUHRf #: mm_savemergeddoc.xhp @@ -28985,7 +28862,7 @@ msgctxt "" "par_idN10591\n" "help.text" msgid "<ahelp hid=\".\">Saves the merged document as a single file.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įrašyti sukomponuotą dokumentą kaip vieną failą.</ahelp>" #. CWqHq #: mm_savemergeddoc.xhp @@ -28994,7 +28871,7 @@ msgctxt "" "par_idN10594\n" "help.text" msgid "Save as individual documents" -msgstr "" +msgstr "Įrašyti kaip atskirus dokumentus" #. JnboA #: mm_savemergeddoc.xhp @@ -29003,7 +28880,7 @@ msgctxt "" "par_idN10598\n" "help.text" msgid "<ahelp hid=\".\">Saves the merged document as a separate file for each recipient. The file names of the documents are constructed from the name that you enter, followed by an underscore, and the number of the current record.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Išsaugo sukomponuotą dokumentą kaip atskirą failą kiekvienam gavėjui. Failo dokumentų pavadinimai yra sudaromi iš pavadinimo, kurį įvedėte, atsižvelgiant į dabartinio įrašo numerį.</ahelp>" #. NCiEP #: mm_savemergeddoc.xhp @@ -29012,7 +28889,7 @@ msgctxt "" "par_idN1059B\n" "help.text" msgid "From" -msgstr "" +msgstr "Iš" #. RC4xM #: mm_savemergeddoc.xhp @@ -29021,7 +28898,7 @@ msgctxt "" "par_idN1059F\n" "help.text" msgid "<ahelp hid=\".\">Selects a range of records starting at the record number in the <emph>From</emph> box and ending at the record number in the <emph>To</emph> box.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pažymi įrašų ribas pradedant nuo įrašo numerio <emph>Nuo</emph> langelio ir pabaigiant įrašo numerio <emph>Iki</emph> langelio.</ahelp>" #. ok7rZ #: mm_savemergeddoc.xhp @@ -29030,7 +28907,7 @@ msgctxt "" "par_idN106DB\n" "help.text" msgid "From" -msgstr "" +msgstr "Nuo" #. BESPE #: mm_savemergeddoc.xhp @@ -29039,7 +28916,7 @@ msgctxt "" "par_idN106E1\n" "help.text" msgid "<ahelp hid=\".\">Enter the number of the first record to include in the mail merge.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įveskite pirmojo įrašo numerį, kuris bus įtrauktas į laiškų komponavimą.</ahelp>" #. znzKh #: mm_savemergeddoc.xhp @@ -29048,7 +28925,7 @@ msgctxt "" "par_idN105A2\n" "help.text" msgid "To" -msgstr "" +msgstr "Iki" #. xjB4G #: mm_savemergeddoc.xhp @@ -29057,7 +28934,7 @@ msgctxt "" "par_idN105A6\n" "help.text" msgid "<ahelp hid=\".\">Enter the number of the last record to include in the mail merge.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įveskite paskutinio įrašo numerį, kuris bus įtraukas į laiškų komponavimą.</ahelp>" #. H3sAC #: mm_savemergeddoc.xhp @@ -29066,7 +28943,7 @@ msgctxt "" "par_idN105A9\n" "help.text" msgid "Save Documents" -msgstr "" +msgstr "Išsaugoti dokumentus" #. W6ASC #: mm_savemergeddoc.xhp @@ -29075,7 +28952,7 @@ msgctxt "" "par_idN105AD\n" "help.text" msgid "<ahelp hid=\".\">Saves the documents.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Išsaugo dokumentus.</ahelp>" #. Pjkzh #: mm_seladdblo.xhp @@ -29084,7 +28961,7 @@ msgctxt "" "tit\n" "help.text" msgid "Select Address Block" -msgstr "" +msgstr "Adreso srities parinkimas" #. poiHj #: mm_seladdblo.xhp @@ -29093,7 +28970,7 @@ msgctxt "" "par_idN10539\n" "help.text" msgid "Select Address Block" -msgstr "" +msgstr "Adreso srities parinkimas" #. JdNDx #: mm_seladdblo.xhp @@ -29102,7 +28979,7 @@ msgctxt "" "par_idN1053D\n" "help.text" msgid "<ahelp hid=\".\">Select, edit, or delete an address block layout for <link href=\"text/swriter/01/mailmerge03.xhp\">mail merge</link>.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite, pataisykite arba pašalinkite adreso srities maketą <link href=\"text/swriter/01/mailmerge03.xhp\">laiškų komponavimui</link>.</ahelp>" #. KADTB #: mm_seladdblo.xhp @@ -29111,7 +28988,7 @@ msgctxt "" "par_idN1054E\n" "help.text" msgid "Select your preferred address block" -msgstr "" +msgstr "Pasirinkite norimą adresų sritį" #. mgCvB #: mm_seladdblo.xhp @@ -29120,7 +28997,7 @@ msgctxt "" "par_idN10552\n" "help.text" msgid "<ahelp hid=\".\">Select the block in the list that you want to use for mail merge addresses, and click <emph>OK</emph>.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite sritį iš sąrašo, kurią norėsite naudoti laiškų komponavimui adresams ir paspauskite <emph>Gerai</emph>.</ahelp>" #. tDVSE #: mm_seladdblo.xhp @@ -29129,7 +29006,7 @@ msgctxt "" "par_idN10555\n" "help.text" msgid "Never include country/region" -msgstr "" +msgstr "Niekada neįtraukti šalies arba regiono" #. sfm9a #: mm_seladdblo.xhp @@ -29138,7 +29015,7 @@ msgctxt "" "par_idN10559\n" "help.text" msgid "<ahelp hid=\".\">Excludes country or regional information from the address block.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Išbraukti šalies arba regiono informaciją iš adresų srities.</ahelp>" #. jMoN6 #: mm_seladdblo.xhp @@ -29147,7 +29024,7 @@ msgctxt "" "par_idN1055C\n" "help.text" msgid "Always include country/region" -msgstr "" +msgstr "Visada įtraukti šalį arba regioną" #. CRGUF #: mm_seladdblo.xhp @@ -29156,7 +29033,7 @@ msgctxt "" "par_idN10560\n" "help.text" msgid "<ahelp hid=\".\">Includes country or regional information in the address block.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įtraukia šalies arba regiono informaciją į adresų sritį.</ahelp>" #. ZSpLK #: mm_seladdblo.xhp @@ -29165,7 +29042,7 @@ msgctxt "" "par_idN10563\n" "help.text" msgid "Only include country/region if it is not:" -msgstr "" +msgstr "Įtraukti šalį arba regioną tik jeigu jis nėra:" #. eJFDS #: mm_seladdblo.xhp @@ -29174,7 +29051,7 @@ msgctxt "" "par_idN10567\n" "help.text" msgid "<ahelp hid=\".\">Only includes country or regional information in the address block if the value differs from the value that you enter in the text box.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įtraukti šalies arba regiono informaciją į adresų sritį tik jeigu reikšmė skiriasi nuo reikšmės, kurią įvedėte į teksto langelį.</ahelp>" #. 7jm6v #: mm_seladdblo.xhp @@ -29183,7 +29060,7 @@ msgctxt "" "par_idN10651\n" "help.text" msgid "<ahelp hid=\".\">Enter the country/region string that shall not be printed.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įveskite šalį arba regioną, kuris neturėtų būti išspausdintas.</ahelp>" #. 3UnAG #: mm_seladdblo.xhp @@ -29192,7 +29069,7 @@ msgctxt "" "par_idN1056A\n" "help.text" msgid "New" -msgstr "" +msgstr "Naujas" #. SuFzs #: mm_seladdblo.xhp @@ -29201,7 +29078,7 @@ msgctxt "" "par_idN1056E\n" "help.text" msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_newaddblo.xhp\">New Address Block</link> dialog where you can define a new address block layout.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria <link href=\"text/swriter/01/mm_newaddblo.xhp\">Nauja adresų sritis</link> dialogo langą, kur galite apibrėžti naują adresų srities maketą.</ahelp>" #. UA67s #: mm_seladdblo.xhp @@ -29210,7 +29087,7 @@ msgctxt "" "par_idN1057F\n" "help.text" msgid "Edit" -msgstr "" +msgstr "Taisyti" #. gFpeE #: mm_seladdblo.xhp @@ -29219,7 +29096,7 @@ msgctxt "" "par_idN10583\n" "help.text" msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_newaddblo.xhp\">Edit Address Block</link> dialog where you can edit the selected address block layout.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria <link href=\"text/swriter/01/mm_newaddblo.xhp\">Taisyti adresų sritį </link> dialogo langą, kur galite taisyti pasirinktą adresų srities maketą.</ahelp>" #. rscfi #: mm_seladdblo.xhp @@ -29228,7 +29105,7 @@ msgctxt "" "par_idN10594\n" "help.text" msgid "Delete" -msgstr "" +msgstr "Pašalinti" #. 6pWzr #: mm_seladdblo.xhp @@ -29237,7 +29114,7 @@ msgctxt "" "par_idN10598\n" "help.text" msgid "<ahelp hid=\".\">Deletes the selected address block layout.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pašalina pasirinktą adresų srities maketą.</ahelp>" #. pHpWK #: mm_seladdlis.xhp @@ -29246,7 +29123,7 @@ msgctxt "" "tit\n" "help.text" msgid "Select Address List" -msgstr "" +msgstr "Adresų sąrašo parinkimas" #. wrsPC #: mm_seladdlis.xhp @@ -29255,7 +29132,7 @@ msgctxt "" "par_idN10542\n" "help.text" msgid "Select Address List" -msgstr "" +msgstr "Adresų sąrašo parinkimas" #. JC6Gd #: mm_seladdlis.xhp @@ -29264,7 +29141,7 @@ msgctxt "" "par_idN10549\n" "help.text" msgid "<ahelp hid=\".\">Select the address list that you want to use for <link href=\"text/swriter/01/mailmerge03.xhp\">mail merge</link>, then click <emph>OK</emph>.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite adresų sąrašą, kurį norite naudoti <link href=\"text/swriter/01/mailmerge03.xhp\">laiškų komponavimui</link>, tuomet spauskite <emph>Gerai</emph>.</ahelp>" #. 2mC6i #: mm_seladdlis.xhp @@ -29273,7 +29150,7 @@ msgctxt "" "par_idN1055A\n" "help.text" msgid "Add" -msgstr "" +msgstr "Pridėti" #. Sq8DA #: mm_seladdlis.xhp @@ -29282,7 +29159,7 @@ msgctxt "" "par_idN1055E\n" "help.text" msgid "<ahelp hid=\".\">Select the database file that contains the addresses that you want to use as an address list.</ahelp> If the file contains more than one table, the <link href=\"text/swriter/01/mm_seltab.xhp\">Select Table</link> dialog opens." -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite duomenų bazės failą, kuris apima adresus, kuriuos norite naudoti kaip adresų sąrašą.</ahelp> Jeigu failas apima daugiau negu vieną lentelę, tuomet atsiveria <link href=\"text/swriter/01/mm_seltab.xhp\">Lentelės parinkimas</link> dialogo langas." #. BsG5S #: mm_seladdlis.xhp @@ -29291,7 +29168,7 @@ msgctxt "" "par_idN10573\n" "help.text" msgid "Create" -msgstr "" +msgstr "Sukurti" #. PL7dd #: mm_seladdlis.xhp @@ -29300,7 +29177,7 @@ msgctxt "" "par_idN10589\n" "help.text" msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_newaddlis.xhp\">New Address List</link> dialog, where you can create a new address list.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria <link href=\"text/swriter/01/mm_newaddlis.xhp\">Naujas adresų sąrašas</link> dialogo langą, kur galite sukurti naują adresų sąrašą.</ahelp>" #. M7qyy #: mm_seladdlis.xhp @@ -29309,7 +29186,7 @@ msgctxt "" "par_idN1059A\n" "help.text" msgid "Filter" -msgstr "" +msgstr "Filtras" #. cFCzM #: mm_seladdlis.xhp @@ -29318,7 +29195,7 @@ msgctxt "" "par_idN1059E\n" "help.text" msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/02/12090100.xhp\">Standard Filter</link> dialog , where you can apply filters to the address list to display the recipients that you want to see.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria <link href=\"text/shared/02/12090100.xhp\">Įprastas filtras</link> dialogo langą, kur galite pritaikyti filtrus adresų sąrašui, kad rodytų gavėjus, kuriuos norite matyti.</ahelp>" #. uBFhx #: mm_seladdlis.xhp @@ -29327,7 +29204,7 @@ msgctxt "" "par_idN105AF\n" "help.text" msgid "Edit" -msgstr "" +msgstr "Taisyti" #. mCF6w #: mm_seladdlis.xhp @@ -29336,7 +29213,7 @@ msgctxt "" "par_idN105B3\n" "help.text" msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_newaddlis.xhp\">New Address List</link> dialog, where you can edit the selected address list.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria <link href=\"text/swriter/01/mm_newaddlis.xhp\">Naujas adresų sąrašas</link> dialogo langą, kur galite taisyti pasirinktą adresų sąrašą.</ahelp>" #. T8kmm #: mm_seladdlis.xhp @@ -29345,7 +29222,7 @@ msgctxt "" "par_idN105C4\n" "help.text" msgid "Change Table" -msgstr "" +msgstr "Pakeisti lentelę" #. vSBnj #: mm_seladdlis.xhp @@ -29354,7 +29231,7 @@ msgctxt "" "par_idN105C8\n" "help.text" msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_seltab.xhp\">Select Table</link> dialog, where you can select another table to use for mail merge.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria <link href=\"text/swriter/01/mm_seltab.xhp\">Lentelės pasrinkimas</link> dialogo langą, kur galite pasirinkti kitą lentelė laiškų komponavimui.</ahelp>" #. bYxpT #: mm_seltab.xhp @@ -29363,7 +29240,7 @@ msgctxt "" "tit\n" "help.text" msgid "Select Table" -msgstr "" +msgstr "Lentelės parinkimas" #. EAQUv #: mm_seltab.xhp @@ -29372,7 +29249,7 @@ msgctxt "" "par_idN10542\n" "help.text" msgid "Select Table" -msgstr "" +msgstr "Lentelės parinkimas" #. tSpTv #: mm_seltab.xhp @@ -29381,7 +29258,7 @@ msgctxt "" "par_idN10546\n" "help.text" msgid "<ahelp hid=\".\">Select the table that you want to use for <link href=\"text/swriter/01/mm_seladdlis.xhp\">mail merge</link> addresses.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite lentelę, kurią norite naudoti adresų <link href=\"text/swriter/01/mm_seladdlis.xhp\">laiškų komponavimui</link>.</ahelp>" #. gpxar #: mm_seltab.xhp @@ -29390,7 +29267,7 @@ msgctxt "" "par_idN10557\n" "help.text" msgid "Preview" -msgstr "" +msgstr "Peržiūra" #. 6J8Xg #: mm_seltab.xhp @@ -29399,7 +29276,7 @@ msgctxt "" "par_idN1055B\n" "help.text" msgid "<ahelp hid=\".\">Opens the <emph>Mail Merge Recipients</emph> dialog.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Atveria <emph>Komponuojamų laiškų gavėjai</emph> dialogo langą.</ahelp>" #. KadxR #: selection_mode.xhp @@ -29408,7 +29285,7 @@ msgctxt "" "tit\n" "help.text" msgid "Selection Mode" -msgstr "" +msgstr "Atrankos veiksena" #. 6AtM9 #: selection_mode.xhp @@ -29417,7 +29294,7 @@ msgctxt "" "hd_id4177678\n" "help.text" msgid "<link href=\"text/swriter/01/selection_mode.xhp\">Selection Mode</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/selection_mode.xhp\">Atrankos veiksena</link>" #. 6tyDw #: selection_mode.xhp @@ -29426,7 +29303,7 @@ msgctxt "" "par_id2962126\n" "help.text" msgid "<ahelp hid=\".\">Choose the selection mode from the submenu: normal selection mode, or block selection mode.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite atrankos veikseną iš submeniu: įprasta atrankos veiksena ar srities atrankos veiksena.</ahelp>" #. mPBN4 #: selection_mode.xhp @@ -29435,7 +29312,7 @@ msgctxt "" "par_id9816278\n" "help.text" msgid "<ahelp hid=\".\">In normal selection mode, you can select multi-line text including the line ends.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įprastoj atrankos veiksenoje galite pasirinkti kelių eilučių tekstą įterpti į eilučių pabaigas.</ahelp>" #. gFoAU #: selection_mode.xhp @@ -29444,160 +29321,7 @@ msgctxt "" "par_id3097323\n" "help.text" msgid "<ahelp hid=\".\">In block selection mode, you can select a rectangular block of text.</ahelp>" -msgstr "" - -#. MDAYT -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"tit\n" -"help.text" -msgid "Signing the Signature Line" -msgstr "Pasirašymas parašo eilutėje" - -#. DBWeJ -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"bm_id651526779220785\n" -"help.text" -msgid "<bookmark_value>digital signature;sign signature line</bookmark_value><bookmark_value>signature line;signing</bookmark_value>" -msgstr "<bookmark_value>skaitmeninis parašas;pasirašymas parašo eilutėje</bookmark_value><bookmark_value>parašo eilutė;pasirašymas</bookmark_value>" - -#. RppUk -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"hd_id401526575112776\n" -"help.text" -msgid "<variable id=\"signsignatureline01\"><link href=\"text/swriter/01/signsignatureline.xhp\" name=\"Sign Signature Line\">Digitally Signing the Signature Line</link></variable>" -msgstr "<variable id=\"signsignatureline01\"><link href=\"text/swriter/01/signsignatureline.xhp\" name=\"Pasirašymas parašo eilutėje\">Skaitmeninis pasirašymas parašo eilutėje</link></variable>" - -#. QNtMF -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id611526575121298\n" -"help.text" -msgid "%PRODUCTNAME Writer lets you sign digitally a signature line." -msgstr "„%PRODUCTNAME Writer“ tekstų rengyklėje galima skaitmeniniu būdu pasirašyti parašo eilutėje." - -#. TNcxx -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id511526575127337\n" -"help.text" -msgid "On signing a signature line, %PRODUCTNAME Writer fills the line with the name of signer, adds the digital certificate issuer information and optionally insert the date of signature." -msgstr "Pasirašymo metu „%PRODUCTNAME Writer“ rengyklė parašo eilutėje įrašo pasirašančiojo asmens vardą, skaitmeninį liudijimą išdavusios įstaigos informaciją, taip pat gali įterpti pasirašymo datą." - -#. 2S44H -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id291526564031387\n" -"help.text" -msgid "Select the signature line graphic object context menu. Choose <emph>Sign Signature Line</emph>." -msgstr "Atverkite parašo eilutės grafinio objekto kontekstinį meniu. Pasirinkite komandą <emph>Pasirašyti parašo eilutėje</emph>." - -#. roSVC -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"hd_id311526563971364\n" -"help.text" -msgid "Your Name" -msgstr "Jūsų vardas" - -#. EDZbU -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id511526564217965\n" -"help.text" -msgid "<ahelp hid=\".\">Enter your name as signer of the document. Your name will be inserted above the signature horizontal line.</ahelp>" -msgstr "<ahelp hid=\".\">Įveskite savo, dokumentą pasirašančiojo asmens, vardą. Vardas parašo eilutėje bus rodomas virš horizontalios linijos.</ahelp>" - -#. AdPnC -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"hd_id401526563978041\n" -"help.text" -msgid "Certificate" -msgstr "Liudijimas" - -#. VATQB -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id31526564223526\n" -"help.text" -msgid "<ahelp hid=\".\">Click on the Select Certificate button to open the Select Certificate dialog box, where your certificates are listed. Select the certificate suitable for signing the document.</ahelp>" -msgstr "<ahelp hid=\".\">Spustelėkite mygtuką <emph>Parinkti liudijimą</emph>, kad atvertumėte liudijimo parinkimo dialogo langą – jame bus išvardinti visi turimi liudijimai. Parinkite dokumentui pasirašyti tinkamą liudijimą.</ahelp>" - -#. 7EAfe -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id251526576138883\n" -"help.text" -msgid "The information of the certificate issuer is inserted in the bottom of the Signature Line object." -msgstr "Liudijimą išdavusios įstaigos informacija įterpiama parašo eilutės objekto apačioje." - -#. CG8CA -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"hd_id301526563985718\n" -"help.text" -msgid "Instructions from the document creator" -msgstr "Dokumento autoriaus instrukcijos" - -#. GoLTw -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id271526564228571\n" -"help.text" -msgid "<ahelp hid=\".\">This area displays the instructions entered by the document creator when <link href=\"text/swriter/01/addsignatureline.xhp\" name=\"Adding the Signature Line\">adding the signature line</link>.</ahelp>" -msgstr "<ahelp hid=\".\">Šioje srityje rodomos dokumento autoriaus <link href=\"text/swriter/01/addsignatureline.xhp\" name=\"Parašo eilutės įterpimas\">parašo eilutės įterpimo</link> metu įvestos instrukcijos.</ahelp>" - -#. H8zHw -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"hd_id161526563992082\n" -"help.text" -msgid "Add comments" -msgstr "Komentaras" - -#. dYbqA -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id21526564234712\n" -"help.text" -msgid "<ahelp hid=\".\">Enter comments about the signature. The comments are displayed in the <emph>Description</emph> field of the certificate.</ahelp>" -msgstr "<ahelp hid=\".\">Įveskite parašo komentarą. Komentaras bus rodomas liudijimo <emph>aprašymo</emph> lauke.</ahelp>" - -#. SAEMF -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id621526576147414\n" -"help.text" -msgid "If enabled when the signature line was created, the date of signature is inserted on the top right of the signature line object." -msgstr "Jei parašo eilutės įterpimo metu buvo pažymėta parinktis rodyti pasirašymo datą, ji rodoma viršutiniame dešiniajame parašo eilutės objekto kampe." - -#. GLUyy -#: signsignatureline.xhp -msgctxt "" -"signsignatureline.xhp\n" -"par_id21526579319036\n" -"help.text" -msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>" -msgstr "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Pasirašyta parašo eilutė</alt></image>" +msgstr "<ahelp hid=\".\">Srities atrankos veiksenoje galite pasirinkti stačiakampį teksto bloką.</ahelp>" #. wDniB #: title_page.xhp @@ -29606,7 +29330,7 @@ msgctxt "" "tit\n" "help.text" msgid "Using title pages in your document" -msgstr "" +msgstr "Dokumente naudoja antraštinius puslapius" #. 7MEGF #: title_page.xhp @@ -29615,7 +29339,7 @@ msgctxt "" "bm_id300920161717389897\n" "help.text" msgid "<bookmark_value>page;title page</bookmark_value> <bookmark_value>title pages;first page style</bookmark_value> <bookmark_value>title pages;modifying</bookmark_value> <bookmark_value>title pages;inserting</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>puslapis;puslapio antraštė</bookmark_value> <bookmark_value>puslapių antraštės;pirmo puslapio stilius</bookmark_value> <bookmark_value>puslapių antraštės;keičiama</bookmark_value> <bookmark_value>puslapių antraštės;įterpiama</bookmark_value>" #. 2uvfF #: title_page.xhp @@ -29624,7 +29348,7 @@ msgctxt "" "hd_id300920161429137211\n" "help.text" msgid "<link href=\"text/swriter/01/title_page.xhp\">Inserting title pages in the document</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/title_page.xhp\">Į dokumentą įterpiamos puslapių antraštes</link>" #. jGkMA #: title_page.xhp @@ -29633,7 +29357,7 @@ msgctxt "" "par_id300920161429345505\n" "help.text" msgid "<ahelp hid=\".\">Insert title pages in your document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įterpti puslapių antraštes į dokumentą.</ahelp>" #. DPuoT #: title_page.xhp @@ -29642,7 +29366,7 @@ msgctxt "" "par_id300920161429347135\n" "help.text" msgid "Title pages are pages at the beginning of the document that lists the publication information, such as the title of the publication, the name of the author etc. These pages have a different layout than the pages of the document body, because they may not have page numbering, sometimes a different heading and footer and even different margins settings or background." -msgstr "" +msgstr "Antraštiniai puslapiai yra puslapiai dokumento pradžioje, kurie pateikia spausdinio informaciją, tokią kaip spausdinio antraštė, autoriaus vardas ir t.t. Šie puslapiai turi skirtingą maketą nei pagrindinio dokumento teksto puslapiai, nes jie gali neturėti puslapių numeravimo, kartais skirtingą antraštę ir poraštę ir net skirtingas paraščių nuostatas ar foną." #. sw2GX #: title_page.xhp @@ -29651,7 +29375,7 @@ msgctxt "" "par_id300920161443292710\n" "help.text" msgid "Choose menu <item type=\"menuitem\">Format - Title Page</item>" -msgstr "" +msgstr "Pasirinkite meniu <item type=\"menuitem\">Formatas → Antraštės puslapis</item>" #. r7CtS #: title_page.xhp @@ -29660,7 +29384,7 @@ msgctxt "" "par_id300920161443298079\n" "help.text" msgid "Many documents, such as letters and reports, have a first page that is different from the other pages in the document. For example, the first page of a letterhead typically has a different header or the first page of a report might have no header or footer, while the other pages do. This is simple to achieve with %PRODUCTNAME Writer." -msgstr "" +msgstr "Daug dokumentų, tokių kaip laiškai ir ataskaitos, turi pirmą puslapį, kuris skiriasi nuo kitų puslapių dokumente. Pavyzdžiui, pirmas puslapis ant firminio blanko tipiškai turi kitokią antraštę ar pirmasis ataskaitos puslapis gali neturėti antraštės ar poraštės, kai tuo tarpu kiti puslapiai turi. Tai paprasta pasiekti su %PRODUCTNAME Tekstų rengykle." #. evMYE #: title_page.xhp @@ -29669,7 +29393,7 @@ msgctxt "" "par_id300920161443298274\n" "help.text" msgid "Page header and footer, numbering, margins and orientation are some of the properties that belongs to page styles. %PRODUCTNAME Writer let your to insert a blank title page at any point of your document, or format an existing page like a title page, by inserting a page break followed by a page style of your choice or by changing the page style at cursor position." -msgstr "" +msgstr "Puslapio antraštė ir poraštė, numeravimas, paraštės ir padėtis yra nuostatos, kurios priklauso puslapio stiliui. %PRODUCTNAME Tekstų rengyklė leidžia įterpti tuščią puslapio pavadinimą bet kurioje dokumento vietoje arba suformatuoti esamą puslapio antraštę, įterpiant puslapio lūžį susietą su jūsu pasirinktu puslapio stiliumi ar pakeičiant puslapio stilių žymeklio pozicijoje." #. vCmHm #: title_page.xhp @@ -29678,7 +29402,7 @@ msgctxt "" "par_id300920161443293374\n" "help.text" msgid "Using the Default (or any other) page style for your document, you can add a header or footer as you wish to the first page by deselecting the <item type=\"menuitem\">Same content on first page</item> option on the header/footer tabs in the <emph>Page Style</emph> dialog, and then adding the header or footer. You can then add a different header or footer to the other pages of the document." -msgstr "" +msgstr "Naudojant numatytąjį (ar bet kurį kitą) puslapio stilių dokumente, galite pridėti antraštę ar poraštę kaip tik norite pirmam puslapiui, atžymėdami <item type=\"menuitem\">Tas pats turinys pirmame puslapyje</item> parinktį antraštės/poraštės skirtuke <emph>Puslapio stilius</emph> dialogo lange, ir tuomet pridėdami antraštę arba poraštę. Tada galite pridėti kitokią antraštę ar poraštę į kitus dokumento puslapius." #. rABG8 #: title_page.xhp @@ -29687,7 +29411,7 @@ msgctxt "" "hd_id300920161443299618\n" "help.text" msgid "To convert the first page of the document into a title page" -msgstr "" +msgstr "Konvertuoti pirmą dokumento puslapį į antraštinį puslapį" #. CfWoy #: title_page.xhp @@ -29696,7 +29420,7 @@ msgctxt "" "par_id300920161443308966\n" "help.text" msgid "Place the cursor on the first page," -msgstr "" +msgstr "Nustatykite žymeklio vietą pirmame puslapyje," #. DUxW7 #: title_page.xhp @@ -29705,7 +29429,7 @@ msgctxt "" "par_id300920161443301816\n" "help.text" msgid "From the Menu Bar, choose <item type=\"menuitem\">Format - Title page…</item>" -msgstr "" +msgstr "Iš meniu juostos, pasirinkite <item type=\"menuitem\">Formatas → Antraštiniai puslapiai...</item>" #. 4rBjE #: title_page.xhp @@ -29714,7 +29438,7 @@ msgctxt "" "par_id300920161443304794\n" "help.text" msgid "Select <emph>Converting existing pages to title pages</emph>" -msgstr "" +msgstr "Pasirinkite <emph>Konvertuojami esami puslapiai į antraštinius puslapius</emph>" #. 62FTe #: title_page.xhp @@ -29723,7 +29447,7 @@ msgctxt "" "par_id300920161443301533\n" "help.text" msgid "Select the style of the title page in the <emph>Edit Page Properties</emph> area" -msgstr "" +msgstr "Pasirinkite antraštinio puslapio stilių <emph>Taisyti puslapio nuostatas</emph> srityje" #. 3AEdA #: title_page.xhp @@ -29732,7 +29456,7 @@ msgctxt "" "par_id300920161448355764\n" "help.text" msgid "By default, %PRODUCTNAME selects the <emph>First Page</emph> page style." -msgstr "" +msgstr "Pagal numatytąjį nustatymą, %PRODUCTNAME parenka <emph>Pirmas puslapis</emph> puslapio stilius." #. TWkab #: title_page.xhp @@ -29741,7 +29465,7 @@ msgctxt "" "par_id300920161443315175\n" "help.text" msgid "Set the page numbering reset options." -msgstr "" +msgstr "Nustatykite puslapių numeravimo atstatymo parinktis." #. JfCqa #: title_page.xhp @@ -29750,7 +29474,7 @@ msgctxt "" "par_id300920161443316916\n" "help.text" msgid "Click <emph>OK</emph>." -msgstr "" +msgstr "Spauskite <emph>Gerai</emph>." #. kikFx #: title_page.xhp @@ -29759,7 +29483,7 @@ msgctxt "" "par_id300920161443314375\n" "help.text" msgid "This will change the current page style to <emph>First Page</emph> and the following pages will have the <emph>Default Style</emph>." -msgstr "" +msgstr "Tai pakeis esamą puslapio stilių į <emph>Pirmą puslapį</emph> ir tolimesni puslapiai turės <emph>Numatytąjį stilių</emph>." #. CjHAF #: title_page.xhp @@ -29768,7 +29492,7 @@ msgctxt "" "hd_id300920161443317859\n" "help.text" msgid "To insert a title page anywhere in the document" -msgstr "" +msgstr "Įterpti puslapio antraštę bet kur dokumente" #. yq7tG #: title_page.xhp @@ -29777,7 +29501,7 @@ msgctxt "" "par_id300920161443317032\n" "help.text" msgid "Place the cursor where you want to insert a new title page." -msgstr "" +msgstr "Nustatykite žymeklio vietą, kur norite įterpti naują puslapio antraštę." #. DF7Wx #: title_page.xhp @@ -29786,7 +29510,7 @@ msgctxt "" "par_id300920161443315460\n" "help.text" msgid "From the menu bar select <item type=\"menuitem\">Format - Title page</item>." -msgstr "" +msgstr "Iš meniu juostos pasirinkite <item type=\"menuitem\">Formatas → Antraštiniai puslapiai</item>." #. beeGV #: title_page.xhp @@ -29795,7 +29519,7 @@ msgctxt "" "par_id300920161443318611\n" "help.text" msgid "Select <emph>Insert new title pages</emph>" -msgstr "" +msgstr "Pasirinkite <emph>Įterpti naujus antraštinius puslapius</emph>" #. vCAEB #: title_page.xhp @@ -29804,7 +29528,7 @@ msgctxt "" "par_id300920161443311657\n" "help.text" msgid "Set number of title pages to add and" -msgstr "" +msgstr "Nustatykite antraštinių puslapių skaičių pridėjimui ir" #. fj4ur #: title_page.xhp @@ -29813,7 +29537,7 @@ msgctxt "" "par_id300920161443311852\n" "help.text" msgid "Set the title page location by setting its page number in the spin box." -msgstr "" +msgstr "Nustatykite antraštinių puslapių vietą, nustatydami jų puslapių numerius suktuko langelyje." #. KreVo #: title_page.xhp @@ -29822,7 +29546,7 @@ msgctxt "" "par_id300920161443329307\n" "help.text" msgid "Set the page numbering reset options." -msgstr "" +msgstr "Nustatykite puslapio numeravimo atstatymo parinktis." #. WmLNB #: title_page.xhp @@ -29831,7 +29555,7 @@ msgctxt "" "par_id300920161443327672\n" "help.text" msgid "Click <emph>OK</emph>" -msgstr "" +msgstr "Spauskite <emph>Gerai</emph>" #. Y2AoA #: title_page.xhp @@ -29840,7 +29564,7 @@ msgctxt "" "par_id300920161443324067\n" "help.text" msgid "This will insert a page break and change the current page style to <emph>First Page</emph>. The following pages will have the <emph>Default Style</emph> page style." -msgstr "" +msgstr "Tai įterps puslapio lūžį ir pakeis dabartinį puslapio stilių į <emph>Pirmas puslapis</emph>. Tolimesni puslapiai turės <emph>Numatytąjį stilių</emph> puslapio stilių." #. CDPuF #: title_page.xhp @@ -29849,7 +29573,7 @@ msgctxt "" "hd_id300920161443323335\n" "help.text" msgid "To delete a title page:" -msgstr "" +msgstr "Pašalinti atraštinį puslapį:" #. 9WgEN #: title_page.xhp @@ -29858,7 +29582,7 @@ msgctxt "" "par_id30092016144332559\n" "help.text" msgid "You cannot delete a title page. You must change its page style format from <emph>First Page</emph> to whatever other page style you wish." -msgstr "" +msgstr "Negalite pašalinti antraštinio puslapio. Privalote pakeisti puslapio stiliaus formatą iš <emph>Pirmas puslapis</emph> į bet kurį kitą puslapio stilių, kurio norite." #. b66mA #: title_page.xhp @@ -29867,7 +29591,7 @@ msgctxt "" "par_id300920161443329339\n" "help.text" msgid "Place the cursor in the page you want to change the style" -msgstr "" +msgstr "Nustatykite žymeklio vietą puslapyje, kur norite pakeisti stilių" #. dnB6J #: title_page.xhp @@ -29876,7 +29600,7 @@ msgctxt "" "par_id30092016144332353\n" "help.text" msgid "From the Sidebar Deck, select <emph>Sidebar Settings - Styles</emph>." -msgstr "" +msgstr "Iš šoninio skydelio pasirinkite <emph>Šoninio skydelio nuostatos → stiliai</emph>." #. 33Fxq #: title_page.xhp @@ -29885,7 +29609,7 @@ msgctxt "" "par_id300920161443329078\n" "help.text" msgid "From the <emph>Styles</emph>, select button <emph>Page Styles</emph>." -msgstr "" +msgstr "Iš <emph>Stiliai</emph>, pasirinkite mygtuką <emph>Puslapio stiliai</emph>." #. urhNH #: title_page.xhp @@ -29894,7 +29618,7 @@ msgctxt "" "par_id300920161443339937\n" "help.text" msgid "From the Style list, select the page style you want to apply." -msgstr "" +msgstr "Iš stilių sąrašo, pasirinkite puslapio stilių, kurį norite taikyti." #. MpEK3 #: title_page.xhp @@ -29903,7 +29627,7 @@ msgctxt "" "par_id300920161443337801\n" "help.text" msgid "Double click on the page style to apply." -msgstr "" +msgstr "Du kartus paspauskite ant puslapio stiliaus, kad jį pritaikytumėte." #. xZ5xm #: title_page.xhp @@ -29912,7 +29636,7 @@ msgctxt "" "par_id300920161443378384\n" "help.text" msgid "<link href=\"text/shared/01/05040200.xhp\">Format page</link>," -msgstr "" +msgstr "<link href=\"text/shared/01/05040200.xhp\">Lapo formatas</link>," #. HsXGQ #: title_page.xhp @@ -29921,7 +29645,7 @@ msgctxt "" "par_id300920161915582003\n" "help.text" msgid "<link href=\"text/swriter/guide/page_break.xhp\">Page break</link>," -msgstr "" +msgstr "<link href=\"text/swriter/guide/page_break.xhp\">Puslapio lūžis</link>," #. NUvyD #: title_page.xhp @@ -29930,7 +29654,7 @@ msgctxt "" "par_id300920161915587772\n" "help.text" msgid "<link href=\"text/swriter/guide/change_header.xhp\">Creating a Page Style Based on the Current Page</link>." -msgstr "" +msgstr "<link href=\"text/swriter/guide/change_header.xhp\">Kuriamas puslapio stilius, remiantis dabartiniu puslapiu</link>." #. hCGCC #: watermark.xhp @@ -29939,7 +29663,7 @@ msgctxt "" "tit\n" "help.text" msgid "Page Watermark" -msgstr "" +msgstr "Puslapio vandenženklis" #. yfeys #: watermark.xhp @@ -29948,7 +29672,7 @@ msgctxt "" "hd_id781516897374563\n" "help.text" msgid "<link href=\"text/swriter/01/watermark.xhp\" name=\"Watermark\">Page Watermark</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/watermark.xhp\" name=\"Watermark\">Puslapio vandenženklis</link>" #. xcKBy #: watermark.xhp @@ -29957,7 +29681,7 @@ msgctxt "" "par_id121516897374563\n" "help.text" msgid "<variable id=\"waterm01\"><ahelp hid=\".\">Insert a watermark text in the current page style background.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"waterm01\"><ahelp hid=\".\">Įterpkite vandenženklio tekstą į dabartinį puslapio stiliaus foną.</ahelp></variable>" #. wo3jz #: watermark.xhp @@ -29966,7 +29690,7 @@ msgctxt "" "bm_id171516897713635\n" "help.text" msgid "<bookmark_value>watermark;text documents</bookmark_value> <bookmark_value>watermark;page background</bookmark_value> <bookmark_value>page background;watermark</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>vandenženklis;teksto dokumentai</bookmark_value> <bookmark_value>vandenženklis; puslapio fonas</bookmark_value> <bookmark_value>puslapio fonas;vandenženklis</bookmark_value>" #. rLDFB #: watermark.xhp @@ -29975,7 +29699,7 @@ msgctxt "" "par_id761516899094991\n" "help.text" msgid "Choose <item type=\"menuitem\">Format - Watermark</item>." -msgstr "" +msgstr "Pasirinkite <item type=\"menuitem\">Formatas → Vandenženklis</item>." #. WE5EX #: watermark.xhp @@ -29984,7 +29708,7 @@ msgctxt "" "par_id521516905298143\n" "help.text" msgid "A watermark is an identifying image or pattern in paper that appears as various shades of brightness when viewed by transmitted light. Watermarks were originally created directly during paper manufacturing to discourage counterfeiting of documents, currency bills, stamps and more." -msgstr "" +msgstr "Vandenženklis yra atpažįstama nuotrauka ar raštas, kuris pasirodo skirtingais šviesumo atspalviais, kai tikrinama su pereinama šviesa. Vandenženkliai originaliai buvo sukurti per popieriaus gamybą, kad sutrukdytų padirbinėti dokumentus, valiutų banknotus, antspaudus ir visą kitą." #. XpkJx #: watermark.xhp @@ -29993,7 +29717,7 @@ msgctxt "" "par_id201516905302881\n" "help.text" msgid "Use watermarks in %PRODUCTNAME Writer to simulate a paper watermark on the document pages." -msgstr "" +msgstr "Naudokite vandenženklius %PRODUCTNAME Tekstų rengyklėje, kad simuliuotumėte popieriaus vandens ženklą ant dokumentų puslapių." #. EnyKB #: watermark.xhp @@ -30002,7 +29726,7 @@ msgctxt "" "par_id731516900297974\n" "help.text" msgid "Fill the dialog settings below." -msgstr "" +msgstr "Užpildykite dialogo lango nustatymus žemiau." #. FhzgC #: watermark.xhp @@ -30011,7 +29735,7 @@ msgctxt "" "par_id501516905708560\n" "help.text" msgid "The values entered applies to the actual page style." -msgstr "" +msgstr "Įvestos reikšmės pritaikomos dabartiniam puslapio stiliui." #. a3iUA #: watermark.xhp @@ -30020,7 +29744,7 @@ msgctxt "" "par_id47418\n" "help.text" msgid "<image id=\"img_id16673\" src=\"media/screenshots/modules/swriter/ui/watermarkdialog/WatermarkDialog.png\" width=\"11cm\" height=\"8cm\"><alt id=\"alt_id47763\">Watermark dialog</alt></image>" -msgstr "" +msgstr "<image id=\"img_id16673\" src=\"media/screenshots/modules/swriter/ui/watermarkdialog/WatermarkDialog.png\" width=\"11cm\" height=\"8cm\"><alt id=\"alt_id47763\">Vandens ženklo dialogo langas</alt></image>" #. HKvgq #: watermark.xhp @@ -30029,7 +29753,7 @@ msgctxt "" "hd_id341516900303248\n" "help.text" msgid "Text" -msgstr "" +msgstr "Tekstas" #. fkA6z #: watermark.xhp @@ -30038,7 +29762,7 @@ msgctxt "" "par_id181516900309119\n" "help.text" msgid "<ahelp hid=\".\">Enter the watermark text to be displayed as image in the page background.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įveskite vandens ženklo tekstą, kurį norite noryti kaip nuotrauką puslapio fone.</ahelp>" #. Kb3ab #: watermark.xhp @@ -30047,7 +29771,7 @@ msgctxt "" "hd_id171516900315575\n" "help.text" msgid "Font" -msgstr "" +msgstr "Šriftas" #. A95AE #: watermark.xhp @@ -30056,7 +29780,7 @@ msgctxt "" "par_id781516900322735\n" "help.text" msgid "<ahelp hid=\".\">Select the font from the list.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite šriftą iš sąrašo.</ahelp>" #. mervK #: watermark.xhp @@ -30065,7 +29789,7 @@ msgctxt "" "par_id1001516900331585\n" "help.text" msgid "You cannot choose font size or font style for the watermark text. The text size will be scaled to fit in one line in the page background." -msgstr "" +msgstr "Negalite pasirinkti šrifto dydžio ar šrifto stiliaus vandenženklio tekstui. Teksto dydžio mastelis bus pakeistas taip, kad tilptų viena eilutė puslapio fone." #. WBeAj #: watermark.xhp @@ -30074,7 +29798,7 @@ msgctxt "" "hd_id721516900337255\n" "help.text" msgid "Angle" -msgstr "" +msgstr "Kampas" #. rF8xW #: watermark.xhp @@ -30083,7 +29807,7 @@ msgctxt "" "par_id531516900343270\n" "help.text" msgid "<ahelp hid=\".\">Select the rotation angle for the watermark. The text will be rotated by this angle in counterclockwise direction.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite posūkio kampą vandenženkliui. Tekstas bus pasuktas šiuo kampu prieš laikrodžio rodyklę.</ahelp>" #. SZmr7 #: watermark.xhp @@ -30092,7 +29816,7 @@ msgctxt "" "hd_id511516900348606\n" "help.text" msgid "Transparency" -msgstr "" +msgstr "Skaidrumas" #. xfZe9 #: watermark.xhp @@ -30101,7 +29825,7 @@ msgctxt "" "par_id301516900356824\n" "help.text" msgid "<ahelp hid=\".\">Select the transparency level for the watermark. A 0% value produces an opaque watermark and a value of 100% is totally transparent (invisible).</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite skaidrumo lygį vandenženkliui. 0% reikšmė sukuria neskaidrų vandens ženklą, o 100% reikšmė sukuria skaidrų (permatomą).</ahelp>" #. t8xjF #: watermark.xhp @@ -30110,7 +29834,7 @@ msgctxt "" "hd_id321516900368799\n" "help.text" msgid "Color" -msgstr "" +msgstr "Spalva" #. 5TFmS #: watermark.xhp @@ -30119,7 +29843,7 @@ msgctxt "" "par_id521516900373461\n" "help.text" msgid "<ahelp hid=\".\">Select a color from the drop-down box.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirinkite spalvą iš iškleidžiamo langelio.</ahelp>" #. Eabmi #: watermark.xhp @@ -30128,7 +29852,7 @@ msgctxt "" "hd_id771516906476223\n" "help.text" msgid "To change a watermark contents or setting." -msgstr "" +msgstr "Pakeisti vandens ženklo turinį ar nuostatas." #. hCQFn #: watermark.xhp @@ -30137,7 +29861,7 @@ msgctxt "" "par_id831516906589936\n" "help.text" msgid "If the watermark in use is a text inserted by the <item type=\"menuitem\">Format - Watermark</item> menu command or by the <link href=\"text/swriter/classificationbar.xhp\" name=\"classification bar\">document classification settings</link>, you can edit the contents and settings on opening the watermark dialog." -msgstr "" +msgstr "Jeigu vandens ženklas naudoja tekstą, įterptą <item type=\"menuitem\">Formatas → Vandens ženklas</item> meniu komandą arba <link href=\"text/swriter/classificationbar.xhp\" name=\"classification bar\">Dokumento klasifikacijos nuostatomis</link>, galite naudoti turinį ir nustatymus, kad atvertumėte vandens ženklo dialogo langą." #. FF8p2 #: watermark.xhp @@ -30146,7 +29870,7 @@ msgctxt "" "par_id611516900724619\n" "help.text" msgid "<link href=\"text/swriter/classificationbar.xhp#bm_id030820161856432825\" name=\"classification watermark\">Document classification watermarks</link>" -msgstr "" +msgstr "<link href=\"text/swriter/classificationbar.xhp#bm_id030820161856432825\" name=\"classification watermark\">Dokumento klasifikacijos vandens ženklai</link>" #. j3eBF #: watermark.xhp @@ -30155,4 +29879,4 @@ msgctxt "" "par_id891516901777257\n" "help.text" msgid "<link href=\"text/swriter/guide/pagebackground.xhp#bm_id8431653\" name=\"page background\">Page background</link>" -msgstr "" +msgstr "<link href=\"text/swriter/guide/pagebackground.xhp#bm_id8431653\" name=\"page background\">Puslapio fonas</link>" diff --git a/source/lt/helpcontent2/source/text/swriter/02.po b/source/lt/helpcontent2/source/text/swriter/02.po index d785a516c74..bd861089ef8 100644 --- a/source/lt/helpcontent2/source/text/swriter/02.po +++ b/source/lt/helpcontent2/source/text/swriter/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-08-21 21:37+0200\n" +"POT-Creation-Date: 2020-01-22 13:00+0100\n" "PO-Revision-Date: 2019-01-20 23:51+0000\n" "Last-Translator: Tolmantas <tolmantas.dagys@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -106,14 +106,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Links the selected frame to the next frame.</ahelp> The text automatically flows from one frame to another." msgstr "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Atnaujina pasirinkto kadro saitus iki kito kadro.</ahelp> Tekstas automatiškai skaidomas iš vieno kadro į kitą." -#. 8tiT2 +#. BA5Cn #: 03210000.xhp msgctxt "" "03210000.xhp\n" "par_id3145244\n" "help.text" -msgid "<image src=\"cmd/sc_chainframes.png\" id=\"img_id3148771\"><alt id=\"alt_id3148771\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_chainframes.png\" id=\"img_id3148771\"><alt id=\"alt_id3148771\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_chainframes.png\" id=\"img_id3148771\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148771\">Icon Link Frames</alt></image>" +msgstr "" #. kcF9p #: 03210000.xhp @@ -313,14 +313,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:TableModeFix\" visibility=\"visible\">If this mode is active, changes to a line and/or column affect only the neighboring lines or columns in question.</ahelp>" msgstr "<ahelp hid=\".uno:TableModeFix\" visibility=\"visible\">Jeigu ši veiksena yra aktyvi, eilutės ir/arba stulpelio pakeitimai padarys įtaką tik kaimyninėms eilutėms ar stulpeliams.</ahelp>" -#. GFCW3 +#. ds3eW #: 04220000.xhp msgctxt "" "04220000.xhp\n" "par_id3155896\n" "help.text" -msgid "<image src=\"cmd/sc_tablemodefix.png\" id=\"img_id3155903\"><alt id=\"alt_id3155903\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_tablemodefix.png\" id=\"img_id3155903\"><alt id=\"alt_id3155903\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_tablemodefix.png\" id=\"img_id3155903\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155903\">Icon Table: Fixed</alt></image>" +msgstr "" #. aRzgG #: 04220000.xhp @@ -358,14 +358,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:TableModeFixProp\" visibility=\"visible\">If this mode is active, changes to the line and/or column affect the entire table.</ahelp>" msgstr "<ahelp hid=\".uno:TableModeFixProp\" visibility=\"visible\">Jeigu ši veiksena yra aktyvi, eilutės ir/arba stulpelio pakeitimai padarys įtaką visai lentelei.</ahelp>" -#. CzehF +#. f7A4m #: 04230000.xhp msgctxt "" "04230000.xhp\n" "par_id3145087\n" "help.text" -msgid "<image src=\"cmd/sc_tablemodefixprop.png\" id=\"img_id3156378\"><alt id=\"alt_id3156378\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_tablemodefixprop.png\" id=\"img_id3156378\"><alt id=\"alt_id3156378\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_tablemodefixprop.png\" id=\"img_id3156378\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156378\">Icon Table: Fixed, Proportional</alt></image>" +msgstr "" #. nSBPn #: 04230000.xhp @@ -403,14 +403,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:TableModeVariable\" visibility=\"visible\">If this mode is active, changes to a line and/or column affect the size of the table.</ahelp>" msgstr "<ahelp hid=\".uno:TableModeVariable\" visibility=\"visible\">Jeigu ši veiksena yra aktyvi, eilutės ir/arba stulpelio pakeitimai padarys įtaką lentelės dydžiui.</ahelp>" -#. kyrCK +#. 5oPk9 #: 04240000.xhp msgctxt "" "04240000.xhp\n" "par_id3145415\n" "help.text" -msgid "<image src=\"cmd/sc_tablemodevariable.png\" id=\"img_id3156375\"><alt id=\"alt_id3156375\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_tablemodevariable.png\" id=\"img_id3156375\"><alt id=\"alt_id3156375\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_tablemodevariable.png\" id=\"img_id3156375\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156375\">Icon Table: Variable</alt></image>" +msgstr "" #. 6EZas #: 04240000.xhp @@ -511,14 +511,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:RemoveBullets\" visibility=\"visible\">Turns off numbering or bullets in the current paragraph or selected paragraphs.</ahelp>" msgstr "<ahelp hid=\".uno:RemoveBullets\" visibility=\"visible\">Baigia numeravimą arba ženklinimą esamoje pastraipoje ar pažymėtose pastraipose.</ahelp>" -#. MT9kg +#. p6pTC #: 06040000.xhp msgctxt "" "06040000.xhp\n" "par_id3151177\n" "help.text" -msgid "<image src=\"cmd/sc_removebullets.png\" id=\"img_id3145083\"><alt id=\"alt_id3145083\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_removebullets.png\" id=\"img_id3145083\"><alt id=\"alt_id3145083\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_removebullets.png\" id=\"img_id3145083\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145083\">Icon Numbering Off</alt></image>" +msgstr "" #. tfm6a #: 06040000.xhp @@ -691,14 +691,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:MoveUpSubItems\" visibility=\"visible\">Moves a paragraph with subpoints to above the previous paragraph.</ahelp> This is only visible when the cursor is positioned within numbered or bulleted text." msgstr "<ahelp hid=\".uno:MoveUpSubItems\" visibility=\"visible\">Pastumia pastraipas su papunkčiais vienu lygiu aukštyn ankstesnės pastraipos.</ahelp> Tai yra matoma tik žymeklio padėčiai esant vienam lygyje su sunumeruotu arba suženklintu tekstu." -#. fpBvY +#. BRFCD #: 06120000.xhp msgctxt "" "06120000.xhp\n" "par_id3145083\n" "help.text" -msgid "<image src=\"cmd/sc_moveupsubitems.png\" id=\"img_id3156375\"><alt id=\"alt_id3156375\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_moveupsubitems.png\" id=\"img_id3156375\"><alt id=\"alt_id3156375\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_moveupsubitems.png\" id=\"img_id3156375\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156375\">Icon Move Up with Subpoints</alt></image>" +msgstr "" #. QBCGp #: 06120000.xhp @@ -736,14 +736,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:MoveDownSubItems\" visibility=\"visible\">Moves a paragraph with all its subpoints below the following paragraph.</ahelp> This is only visible when the cursor is positioned within numbered or bulleted text." msgstr "<ahelp hid=\".uno:MoveDownSubItems\" visibility=\"visible\">Nuleidžia pastraipą su papunkčiais žemiau sekančios pastraipos.</ahelp> Tai yra matoma tik žymeklio padėčiai esant vienam lygyje su sunumeruotu arba suženklintu tekstu." -#. jZNDe +#. we8BZ #: 06130000.xhp msgctxt "" "06130000.xhp\n" "par_id3145086\n" "help.text" -msgid "<image src=\"cmd/sc_movedownsubitems.png\" id=\"img_id3156377\"><alt id=\"alt_id3156377\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_movedownsubitems.png\" id=\"img_id3156377\"><alt id=\"alt_id3156377\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_movedownsubitems.png\" id=\"img_id3156377\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156377\">Icon Move Down with Subpoints</alt></image>" +msgstr "" #. XsMtS #: 06130000.xhp @@ -781,14 +781,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:NumberingStart\" visibility=\"visible\">Restarts the text numbering.</ahelp> This is only visible when the cursor is positioned within numbered or bulleted text." msgstr "<ahelp hid=\".uno:NumberingStart\" visibility=\"visible\">Numeravimą pradeda iš naujo</ahelp> Tai yra matoma tik žymeklio padėčiai esant vienam lygyje su sunumeruotu arba suženklintu tekstu." -#. Xo2Dt +#. SLjuC #: 06140000.xhp msgctxt "" "06140000.xhp\n" "par_id3145082\n" "help.text" -msgid "<image src=\"cmd/sc_numberingstart.png\" id=\"img_id3145089\"><alt id=\"alt_id3145089\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_numberingstart.png\" id=\"img_id3145089\"><alt id=\"alt_id3145089\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_numberingstart.png\" id=\"img_id3145089\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145089\">Icon Restart Numbering</alt></image>" +msgstr "" #. dPfnv #: 06140000.xhp @@ -934,14 +934,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:ZoomPlus\" visibility=\"visible\">Zooms in to get a close-up view of the document.</ahelp>" msgstr "<ahelp hid=\".uno:ZoomPlus\" visibility=\"visible\">Padidina dokumento vaizdą stambiu planu.</ahelp>" -#. ADShg +#. CCWap #: 10010000.xhp msgctxt "" "10010000.xhp\n" "par_id3154572\n" "help.text" -msgid "<image src=\"cmd/sc_zoomin.png\" id=\"img_id3155895\"><alt id=\"alt_id3155895\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_zoomin.png\" id=\"img_id3155895\"><alt id=\"alt_id3155895\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_zoomin.png\" id=\"img_id3155895\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155895\">Icon Zoom In</alt></image>" +msgstr "" #. pBveG #: 10010000.xhp @@ -1051,14 +1051,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:ShowTwoPages\" visibility=\"visible\">Displays two pages in the Print Preview window.</ahelp> Uneven numbers will always appear on the right side, even numbers on the left." msgstr "<ahelp hid=\".uno:ShowTwoPages\" visibility=\"visible\">Parodo du puslapius spausdinio peržiūros lange.</ahelp> Nelyginiai skaičiai visada atsiras dešinėje pusėje, o lyginiai kairėje." -#. 8gY6Q +#. 5xzpi #: 10050000.xhp msgctxt "" "10050000.xhp\n" "par_id3149292\n" "help.text" -msgid "<image src=\"cmd/sc_showtwopages.png\" id=\"img_id3151170\"><alt id=\"alt_id3151170\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_showtwopages.png\" id=\"img_id3151170\"><alt id=\"alt_id3151170\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_showtwopages.png\" id=\"img_id3151170\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151170\">Icon Two Pages Preview</alt></image>" +msgstr "" #. tb5KW #: 10050000.xhp @@ -2806,14 +2806,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Transfers the contents of the input line into your document and closes the formula bar. The contents of the input line are inserted at the cursor position in the document.</ahelp>" msgstr "<ahelp hid=\".\">Perkelia įvesties eilutės turinį į dokumentus ir uždaro formulių juostą. Įvesties eilutės turinys yra įtraukiamas į žymeklio vietą dokumente.</ahelp>" -#. BXqdY +#. YsphR #: 14040000.xhp msgctxt "" "14040000.xhp\n" "par_id3149286\n" "help.text" -msgid "<image src=\"svx/res/nu01.png\" id=\"img_id3149291\"><alt id=\"alt_id3149291\">Icon</alt></image>" -msgstr "<image src=\"svx/res/nu01.png\" id=\"img_id3149291\"><alt id=\"alt_id3149291\">Piktograma</alt></image>" +msgid "<image src=\"svx/res/nu01.png\" id=\"img_id3149291\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149291\">Icon Apply</alt></image>" +msgstr "" #. nwkU8 #: 14040000.xhp @@ -3391,23 +3391,23 @@ msgctxt "" msgid "If you would like to insert a different document property as a field, select <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties." msgstr "Jeigu norite įterpti kitą dokumento savybę kaip lauką, pasirinkite <emph>Įterpimas → Laukas → Daugiau laukų</emph> ir nustatykite norimas nuostatas <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Laukai</emph></link> dialoge. <emph>DokInformacija</emph> kategorijoje yra visi laukai parodyti dokumento savybėse." -#. yKXfD +#. XDZuz #: 18030700.xhp msgctxt "" "18030700.xhp\n" "tit\n" "help.text" -msgid "Author" -msgstr "Autorius" +msgid "First Author (field)" +msgstr "" -#. pULSs +#. 7ACzA #: 18030700.xhp msgctxt "" "18030700.xhp\n" "hd_id3154505\n" "help.text" -msgid "<link href=\"text/swriter/02/18030700.xhp\" name=\"Author\">Author</link>" -msgstr "<link href=\"text/swriter/02/18030700.xhp\" name=\"Author\">Autorius</link>" +msgid "<link href=\"text/swriter/02/18030700.xhp\" name=\"Author\">First Author (field)</link>" +msgstr "" #. wAFbk #: 18030700.xhp @@ -3454,14 +3454,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:Graphic\">If the <emph>Images and Charts</emph> icon on the <emph>Tools</emph> bar is activated, no graphics are displayed - only empty frames as placeholders.</ahelp>" msgstr "<ahelp hid=\".uno:Graphic\">Jei <emph>Priemonių</emph> juostoje parinktis <emph>Paveikslai ir diagramos</emph> yra aktyvinta, dokumentuose paveikslai nebus rodomi – vietoj jų bus matomi tik tušti vietaženkliai.</ahelp>" -#. ubDCM +#. cpSji #: 18120000.xhp msgctxt "" "18120000.xhp\n" "par_id3151177\n" "help.text" -msgid "<image id=\"img_id3156379\" src=\"cmd/sc_graphic.png\"><alt id=\"alt_id3156379\">Icon</alt></image>" -msgstr "<image id=\"img_id3156379\" src=\"cmd/sc_graphic.png\"><alt id=\"alt_id3156379\">Piktograma</alt></image>" +msgid "<image id=\"img_id3156379\" src=\"cmd/sc_graphic.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156379\">Icon Images and Charts</alt></image>" +msgstr "" #. P95p4 #: 18120000.xhp @@ -3517,14 +3517,14 @@ msgctxt "" msgid "On Tools bar, click" msgstr "Mygtukų juostoje <emph>Priemonės</emph> spustelėkite" -#. xewd4 +#. DPCTF #: 18130000.xhp msgctxt "" "18130000.xhp\n" "par_id3147508\n" "help.text" -msgid "<image id=\"img_id3154840\" src=\"cmd/sc_shadowcursor.png\"><alt id=\"alt_id3154840\">Icon</alt></image>" -msgstr "<image id=\"img_id3154840\" src=\"cmd/sc_shadowcursor.png\"><alt id=\"alt_id3154840\">Piktograma</alt></image>" +msgid "<image id=\"img_id3154840\" src=\"cmd/sc_shadowcursor.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154840\">Icon Toggle Direct Cursor Mode</alt></image>" +msgstr "" #. yboK5 #: 18130000.xhp @@ -3805,14 +3805,14 @@ msgctxt "" msgid "<link href=\"text/swriter/02/19050000.xhp\" name=\"Text Animation\">Text Animation</link>" msgstr "<link href=\"text/swriter/02/19050000.xhp\" name=\"Text Animation\">Teksto animacija</link>" -#. nR5SH +#. aDAnh #: 19050000.xhp msgctxt "" "19050000.xhp\n" "par_id3149286\n" "help.text" -msgid "<image src=\"cmd/sc_text_marquee.png\" id=\"img_id3149292\"><alt id=\"alt_id3149292\">Icon</alt></image>" -msgstr "<image src=\"cmd/sc_text_marquee.png\" id=\"img_id3149292\"><alt id=\"alt_id3149292\">Piktograma</alt></image>" +msgid "<image src=\"cmd/sc_text_marquee.png\" id=\"img_id3149292\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149292\">Icon Text Animation</alt></image>" +msgstr "" #. Hp96F #: 19050000.xhp @@ -3849,4 +3849,3 @@ msgctxt "" "help.text" msgid "<ahelp hid=\".uno:StateWordCount\">The number of words in the document and selection is displayed in this field of the status bar. A double-click opens the <link href=\"text/swriter/01/06040000.xhp\" name=\"Word Count\">word count dialog</link>, which shows extra document statistics.</ahelp>" msgstr "<ahelp hid=\".uno:StateWordCount\">Žodžių skaičius dokumente ir pasirinkimas yra parodyti šiame būsenos juostos lauke. Du kartus spustelėjus atidaromas <link href=\"text/swriter/01/06040000.xhp\" name=\"Word Count\">Statistikos dialogo langas</link>, kuris parodo papildomą dokumento statistiką.</ahelp>" - diff --git a/source/lt/helpcontent2/source/text/swriter/04.po b/source/lt/helpcontent2/source/text/swriter/04.po index 57b3ed735c3..d88a10f0e14 100644 --- a/source/lt/helpcontent2/source/text/swriter/04.po +++ b/source/lt/helpcontent2/source/text/swriter/04.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: 2019-07-11 18:38+0200\n" -"PO-Revision-Date: 2019-11-13 12:52+0000\n" -"Last-Translator: Tolmantas <tolmantas.dagys@gmail.com>\n" +"POT-Creation-Date: 2019-12-17 14:18+0100\n" +"PO-Revision-Date: 2019-11-21 13:02+0000\n" +"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textswriter04/lt/>\n" "Language: lt\n" "MIME-Version: 1.0\n" @@ -223,14 +223,14 @@ msgctxt "" msgid "Shift+F5" msgstr "Lyg2+F5" -#. 4HBb2 +#. E4Zqz #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id191547122572675\n" "help.text" -msgid "Places the cursor at the position it had when the file was last saved. This only works if an author’s name is provided in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem>." -msgstr "Padeda žymeklį į tą vietą, kurioje jis buvo, kai failas buvo išsaugotas paskutinį kartą. Tai veikia tik jeigu autoriaus vardas yra nurodytas <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME → Nuostatos </menuitem></caseinline></defaultinline><menuitem>Priemonės → Parinktys</menuitem></defaultinline></switchinline><menuitem> →%PRODUCTNAME → Naudotojo duomenys</menuitem>." +msgid "Moves the cursor to the position that it had when the document was last saved before it was last closed." +msgstr "" #. GEWBz #: 01020000.xhp @@ -2212,23 +2212,23 @@ msgctxt "" msgid "Esc" msgstr "Gr" -#. YzJwP +#. 2Rxbk #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3149024\n" "help.text" -msgid "Cursor is inside a text frame and no text is selected: Escape selects the text frame." -msgstr "Žymeklis yra teksto kadro viduje ir joks tekstas nėra pažymėtas: ESC pažymi teksto kadrą." +msgid "Cursor is inside a frame and no text is selected: Escape selects the frame." +msgstr "" -#. zC5Pc +#. 9B5YD #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3149039\n" "help.text" -msgid "Text frame is selected: Escape clears the cursor from the text frame." -msgstr "Teksto kadras yra pažymėtas: ESC išvalo žymeklį nuo teksto kadro." +msgid "Frame is selected: Escape clears the cursor from the frame." +msgstr "" #. aCq7z #: 01020000.xhp @@ -2239,14 +2239,14 @@ msgctxt "" msgid "F2 or Enter or any key that produces a character on screen" msgstr "F2 arba Įvesti arba bet koks kitas klavišas, kuris sukuria rašmenį ant ekrano" -#. kTaZn +#. 3dnSh #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3149890\n" "help.text" -msgid "If a text frame is selected: positions the cursor to the end of the text in the text frame. If you press any key that produces a character on screen, and the document is in edit mode, the character is appended to the text." -msgstr "Jeigu teksto kadras yra pažymėtas: pakeičia žymeklio poziciją į teksto pabaigą teksto kadre. Jeigu paspausite bet kurį mygtuką, kuris sukuria rašmenį ekrane ir dokumentas yra taisymo veiksenoje, rašmuo yra pridedamas į tekstą." +msgid "If a frame is selected: positions the cursor to the end of the text in the frame. If you press any key that produces a character on screen, and the document is in edit mode, the character is appended to the text." +msgstr "" #. EHxBu #: 01020000.xhp diff --git a/source/lt/helpcontent2/source/text/swriter/guide.po b/source/lt/helpcontent2/source/text/swriter/guide.po index 2a96ef1171d..bdeddbffa84 100644 --- a/source/lt/helpcontent2/source/text/swriter/guide.po +++ b/source/lt/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: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2020-01-17 16:45+0100\n" "PO-Revision-Date: 2019-11-13 12:51+0000\n" "Last-Translator: Tolmantas <tolmantas.dagys@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textswriterguide/lt/>\n" @@ -2878,13 +2878,13 @@ msgctxt "" msgid "Using Captions" msgstr "Pavadinimų naudojimas" -#. ACbSy +#. KJCFz #: captions.xhp msgctxt "" "captions.xhp\n" "bm_id3147691\n" "help.text" -msgid "<bookmark_value>inserting; captions</bookmark_value> <bookmark_value>captions; inserting and editing</bookmark_value> <bookmark_value>editing;captions</bookmark_value> <bookmark_value>objects; captioning</bookmark_value> <bookmark_value>tables; labeling</bookmark_value> <bookmark_value>frames; labeling</bookmark_value> <bookmark_value>charts; labeling</bookmark_value> <bookmark_value>text frames; labeling</bookmark_value> <bookmark_value>draw objects; inserting captions</bookmark_value> <bookmark_value>legends, see also captions</bookmark_value>" +msgid "<bookmark_value>inserting; captions</bookmark_value> <bookmark_value>captions; inserting and editing</bookmark_value> <bookmark_value>editing;captions</bookmark_value> <bookmark_value>objects; captioning</bookmark_value> <bookmark_value>tables; labeling</bookmark_value> <bookmark_value>charts; labeling</bookmark_value> <bookmark_value>frames; labeling</bookmark_value> <bookmark_value>draw objects; inserting captions</bookmark_value> <bookmark_value>legends, see also captions</bookmark_value>" msgstr "" #. S9d5u @@ -8818,6 +8818,15 @@ msgctxt "" msgid "If you want to use a different paragraph style as a table of contents entry, select the <item type=\"menuitem\">Additional Styles</item> check box in the <item type=\"menuitem\">Create from</item> area, and then click the <item type=\"menuitem\">Assign styles</item> button next to the check box. In the <item type=\"menuitem\">Assign Styles</item> dialog, click the style in the list, and then click the <item type=\"menuitem\">>></item> or the <item type=\"menuitem\"><<</item> button to define the chapter level for the paragraph style." msgstr "" +#. a7Nyb +#: indices_toc.xhp +msgctxt "" +"indices_toc.xhp\n" +"par_id1001574720273772\n" +"help.text" +msgid "%PRODUCTNAME creates the table of contents entries based on the chapter level of the paragraph style and the paragraph contents. If the paragraph is empty, it will not be included in the table of contents. To force the empty paragraph to be listed in the table of contents, manually add a space or a non breaking space to the paragraph. Spaces added in the <emph>After</emph> text box of the Numbering tab in the Chapter Numbering dialog will not work for this purpose, since they are part of the paragraph numbering, not the paragraph contents." +msgstr "" + #. Fdoe5 #: indices_toc.xhp msgctxt "" @@ -10978,13 +10987,13 @@ msgctxt "" msgid "To Change the Page Background" msgstr "" -#. PJ8gN +#. gsKDm #: pagebackground.xhp msgctxt "" "pagebackground.xhp\n" "par_idN10827\n" "help.text" -msgid "Choose <emph>View - Styles</emph>." +msgid "Choose <menuitem>View - Styles</menuitem> (F11)." msgstr "" #. ER3fT @@ -11041,22 +11050,22 @@ msgctxt "" msgid "To apply the new page style to all subsequent pages, select the name of the new page style." msgstr "" -#. bBhFQ +#. VwG2A #: pagebackground.xhp msgctxt "" "pagebackground.xhp\n" "par_idN1085F\n" "help.text" -msgid "Click the <emph>Background</emph> tab." +msgid "Click the <emph>Area</emph> tab." msgstr "" -#. aVDSn +#. FivVF #: pagebackground.xhp msgctxt "" "pagebackground.xhp\n" "par_idN10867\n" "help.text" -msgid "In the list box at the top, select whether you want a solid color or a graphic. Then select your options from the tab page." +msgid "Select whether you want a solid color or a graphic. Then select your options from the tab page." msgstr "" #. Wx8wE @@ -11086,13 +11095,13 @@ msgctxt "" msgid "Before you begin, ensure that you have created a page style that uses a page background. See <link href=\"text/swriter/guide/pagebackground.xhp#define\">To Change the Page Background</link> for details." msgstr "" -#. 7AGc4 +#. zrFB3 #: pagebackground.xhp msgctxt "" "pagebackground.xhp\n" "par_idN10892\n" "help.text" -msgid "Choose <emph>View - Styles</emph>." +msgid "Choose <menuitem>View - Styles</menuitem> (F11)." msgstr "" #. Pr9iF @@ -11140,13 +11149,13 @@ msgctxt "" msgid "Click in front of the first character of the paragraph where you want to change the page background." msgstr "" -#. CrwyY +#. p4WdD #: pagebackground.xhp msgctxt "" "pagebackground.xhp\n" "par_idN108C1\n" "help.text" -msgid "Choose <emph>Insert - Manual Break</emph>." +msgid "Choose <menuitem>Insert - Manual Break</menuitem>." msgstr "" #. GkxXk @@ -16747,13 +16756,13 @@ msgctxt "" msgid "Using a Frame to Center Text on a Page" msgstr "" -#. Beo25 +#. b3dV2 #: text_centervert.xhp msgctxt "" "text_centervert.xhp\n" "bm_id3155177\n" "help.text" -msgid "<bookmark_value>text frames; centering on pages</bookmark_value> <bookmark_value>centering;text frames on pages</bookmark_value> <bookmark_value>title pages; centering text on</bookmark_value>" +msgid "<bookmark_value>frames; centering on pages</bookmark_value> <bookmark_value>centering;frames on pages</bookmark_value> <bookmark_value>title pages; centering text on</bookmark_value>" msgstr "" #. DwAcK @@ -17017,49 +17026,49 @@ msgctxt "" msgid "Use Fontwork. To open the Fontwork window, click the Fontwork Gallery icon on the Drawing bar." msgstr "" -#. 4BM7c +#. CiExc #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "tit\n" "help.text" -msgid "Inserting, Editing, and Linking Text Frames" +msgid "Inserting, Editing, and Linking Frames" msgstr "" -#. xkkVy +#. 5QyBg #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "bm_id3149487\n" "help.text" -msgid "<bookmark_value>text frames; inserting/editing/linking</bookmark_value> <bookmark_value>editing;text frames</bookmark_value> <bookmark_value>inserting;text frames</bookmark_value> <bookmark_value>resizing;text frames, by mouse</bookmark_value> <bookmark_value>scaling; text frames, by mouse</bookmark_value> <bookmark_value>links;text frames</bookmark_value> <bookmark_value>text flow; from frame to frame</bookmark_value> <bookmark_value>frames; linking</bookmark_value> <bookmark_value>printing;hiding text frames from printing</bookmark_value>" +msgid "<bookmark_value>frames; inserting/editing/linking</bookmark_value> <bookmark_value>editing;frames</bookmark_value> <bookmark_value>inserting;frames</bookmark_value> <bookmark_value>resizing;frames, by mouse</bookmark_value> <bookmark_value>scaling; frames, by mouse</bookmark_value> <bookmark_value>links;frames</bookmark_value> <bookmark_value>text flow; from frame to frame</bookmark_value> <bookmark_value>frames; linking</bookmark_value> <bookmark_value>printing;hiding frames from printing</bookmark_value>" msgstr "" -#. GTZ2B +#. XN4cq #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "hd_id3149487\n" "help.text" -msgid "<variable id=\"text_frame\"><link href=\"text/swriter/guide/text_frame.xhp\" name=\"Inserting, Editing, and Linking Text Frames\">Inserting, Editing, and Linking Text Frames</link></variable>" +msgid "<variable id=\"text_frame\"><link href=\"text/swriter/guide/text_frame.xhp\" name=\"Inserting, Editing, and Linking Frames\">Inserting, Editing, and Linking Frames</link></variable>" msgstr "" -#. T26YG +#. JY4Cz #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3149842\n" "help.text" -msgid "A text frame is a container for text and graphics that you can place anywhere on a page. You can also use a frame to apply a column layout to text." +msgid "A frame is a container for text and graphics that you can place anywhere on a page. You can also use a frame to apply a column layout to text." msgstr "" -#. HEucf +#. WuTkK #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "hd_id3156104\n" "help.text" -msgid "To Insert a Text Frame" +msgid "To Insert a Frame" msgstr "" #. yqfuF @@ -17080,22 +17089,22 @@ msgctxt "" msgid "Choose <emph>Insert - Frame</emph>, and click OK." msgstr "" -#. MrG8E +#. TDcUM #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "hd_id3145115\n" "help.text" -msgid "To Edit a Text Frame" +msgid "To Edit a Frame" msgstr "" -#. GxKCC +#. oPhnC #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3149578\n" "help.text" -msgid "To edit the contents of a text frame, click in the frame, and make the changes that you want." +msgid "To edit the contents of a frame, click in the frame, and make the changes that you want." msgstr "" #. jjneJ @@ -17107,13 +17116,13 @@ msgctxt "" msgid "To edit a frame, select the frame, right-click, and then choose a formatting option. You can also right-click the selected frame, and choose <emph>Frame</emph>." msgstr "" -#. vegBE +#. 4xw7Q #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3156261\n" "help.text" -msgid "To resize a text frame, click an edge of the frame, and drag one of the edges or corners of the frame. Hold down Shift while you drag to maintain the proportion of the frame." +msgid "To resize a frame, click an edge of the frame, and drag one of the edges or corners of the frame. Hold down Shift while you drag to maintain the proportion of the frame." msgstr "" #. buehC @@ -17125,22 +17134,22 @@ msgctxt "" msgid "To Hide Text From Printing" msgstr "" -#. 6AQfD +#. K2BJm #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3154262\n" "help.text" -msgid "Any Writer text frame can be set to a mode which allows viewing the text on screen, but hides the text from printing." +msgid "Any Writer frame can be set to a mode which allows viewing the text on screen, but hides the text from printing." msgstr "" -#. FC4BY +#. 2DYo3 #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3154858\n" "help.text" -msgid "Select the text frame (you see the eight handles)." +msgid "Select the frame (you see the eight handles)." msgstr "" #. eamsW @@ -17161,22 +17170,22 @@ msgctxt "" msgid "In the <emph>Properties</emph> area, unmark the <emph>Print</emph> check box and click <emph>OK</emph>." msgstr "" -#. jCGTB +#. 85fLs #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "hd_id3148701\n" "help.text" -msgid "To Link Text Frames" +msgid "To Link Frames" msgstr "" -#. 6wEGE +#. AqEGm #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3149986\n" "help.text" -msgid "You can link Writer text frames so that their contents automatically flow from one frame to another." +msgid "You can link Writer frames so that their contents automatically flow from one frame to another." msgstr "" #. AFrkj @@ -17188,13 +17197,13 @@ msgctxt "" msgid "Click the edge of a frame that you want to link. Selection handles appear on the edges of the frame." msgstr "" -#. NB84a +#. aBJGi #: text_frame.xhp msgctxt "" "text_frame.xhp\n" "par_id3150223\n" "help.text" -msgid "On the <item type=\"menuitem\">Frame</item> Bar, click the <item type=\"menuitem\">Link Frames</item> icon <image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148968\">Icon</alt></image>." +msgid "On the <item type=\"menuitem\">Frame</item> Bar, click the <item type=\"menuitem\">Link Frames</item> icon<image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148968\">Icon</alt></image>." msgstr "" #. vEBwD @@ -17746,13 +17755,13 @@ msgctxt "" msgid "Place the cursor in the document where you want to insert the file." msgstr "" -#. XCVLy +#. qKtc5 #: textdoc_inframe.xhp msgctxt "" "textdoc_inframe.xhp\n" "par_id3147412\n" "help.text" -msgid "Choose <emph>Insert - File</emph>." +msgid "Choose <menuitem>Insert - Text from File</menuitem>." msgstr "" #. jNsFu @@ -18160,13 +18169,13 @@ msgctxt "" msgid "Select the paragraph(s) that you want to add bullets to." msgstr "" -#. Yx5zS +#. SjDdr #: using_numbered_lists.xhp msgctxt "" "using_numbered_lists.xhp\n" "par_id3149635\n" "help.text" -msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Bullets On/Off</item> icon <image id=\"img_id3156108\" src=\"cmd/sc_defaultbullet.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3156108\">Icon</alt></image>." +msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Bullets On/Off</item> icon <image id=\"img_id3156108\" src=\"cmd/sc_defaultbullet.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3156108\">Icon</alt></image> (Shift-F12)." msgstr "" #. fd4ap @@ -18196,13 +18205,22 @@ msgctxt "" msgid "To change the formatting of a bulleted list, choose <item type=\"menuitem\">Format - Bullets and Numbering</item>." msgstr "" -#. EfcyW +#. wyMSC #: using_numbered_lists.xhp msgctxt "" "using_numbered_lists.xhp\n" "par_id3153390\n" "help.text" -msgid "For example, to change the bulleting symbol, click the <item type=\"menuitem\">Options</item> tab, click the <item type=\"menuitem\">Select</item> button next to <item type=\"menuitem\">Character</item>, and then select a special character. You can also click the <item type=\"menuitem\">Image</item> tab, and then click a symbol style in the <item type=\"menuitem\">Selection</item> area." +msgid "Click on the <item type=\"menuitem\">Bullet</item> tab or the <item type=\"menuitem\">Image</item> tab, and then select a symbol style in the <item type=\"menuitem\">Selection</item> area." +msgstr "" + +#. XtKb5 +#: using_numbered_lists.xhp +msgctxt "" +"using_numbered_lists.xhp\n" +"par_id3153399\n" +"help.text" +msgid "To introduce another bulleting symbol, click on the <item type=\"menuitem\">Customize</item> tab, click the <item type=\"menuitem\">Select</item> button next to <item type=\"menuitem\">Character</item>, then select a special character." msgstr "" #. xJEoQ diff --git a/source/lt/helpcontent2/source/text/swriter/librelogo.po b/source/lt/helpcontent2/source/text/swriter/librelogo.po index c7e9df46ccf..c090d44fa11 100644 --- a/source/lt/helpcontent2/source/text/swriter/librelogo.po +++ b/source/lt/helpcontent2/source/text/swriter/librelogo.po @@ -4,16 +4,16 @@ 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-08-21 21:37+0200\n" -"PO-Revision-Date: 2019-01-21 15:20+0000\n" +"PO-Revision-Date: 2019-12-10 20:23+0000\n" "Last-Translator: Tolmantas <tolmantas.dagys@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textswriterlibrelogo/lt/>\n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.8\n" "X-POOTLE-MTIME: 1548084051.000000\n" #. kypzs @@ -167,7 +167,7 @@ msgctxt "" "par_345\n" "help.text" msgid "The “magic wand” icon sets 2-page layout for program editing, expands and converts to uppercase the abbreviated, lowercase Logo commands in the Writer document. Change the language of the document (<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages - Western</menuitem>) and click on this icon to translate the Logo program to the selected language." -msgstr "" +msgstr "Ši „Burtininko lazdelės“ piktograma nustato 2 puslapių maketą programos taisymui, išplečia ir konvertuoja mažųjų raidžių logo komandas į sutrumpinimą didžiosiomis raidėmis tekstų rengyklės dokumente. Pakeisti kalbą dokumente galite (<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME → Nuostatos</menuitem></caseinline><defaultinline><menuitem>Priemonės → Parinktys</menuitem></defaultinline></switchinline><menuitem> → Kalbų nuostatos → Kalbos → Vakarų Europos</menuitem>) ir paspauskite ant piktogramos, kad pakeistumėte Logo programos kalbą." #. UXKqW #: LibreLogo.xhp @@ -176,7 +176,7 @@ msgctxt "" "hd_350\n" "help.text" msgid "Command line" -msgstr "" +msgstr "Komandos eilutė" #. 3YCDe #: LibreLogo.xhp @@ -185,7 +185,7 @@ msgctxt "" "par_360\n" "help.text" msgid "Hit Enter in the command line to execute its content. To stop the program use the icon “Stop”." -msgstr "" +msgstr "Paspauskite mygtuką Įvesti komandos eilutėje, kad vykdytumėte turinį. Sustabdyti programą galite paspausdami piktogramą „Sustabdyti“." #. GZJWN #: LibreLogo.xhp @@ -194,7 +194,7 @@ msgctxt "" "par_370\n" "help.text" msgid "Hold down the Enter to repeat the command line, for example, on the following command sequence:" -msgstr "" +msgstr "Laikykite nuspaudę mygtuką Įvesti, kad kartotumėte komandos eilutę, pavyzdžiui, per sekančią komandos seką:" #. nQsMi #: LibreLogo.xhp @@ -203,7 +203,7 @@ msgctxt "" "par_380\n" "help.text" msgid "FORWARD 200 LEFT 89<br/>" -msgstr "" +msgstr "PIRMYN 200 KAIRĖN 89<br/>" #. ymGTS #: LibreLogo.xhp @@ -212,7 +212,7 @@ msgctxt "" "par_390\n" "help.text" msgid "To reset the command line click triple in it or press Ctrl-A to select the previous commands, and type the new commands." -msgstr "" +msgstr "Atstatyti komandos eilutę galite paspaudę tris kartus ant jos arba paspaudę Vald-A, kad pažymėtumėte ankstesnes koamandas ir įrašytumėte naujas komandas." #. bqE8E #: LibreLogo.xhp @@ -221,7 +221,7 @@ msgctxt "" "hd_413\n" "help.text" msgid "Graphical user interface of basic turtle settings" -msgstr "" +msgstr "Pagrindinių vėžlio nuostatų grafinė naudotojo sąsaja" #. YPKYU #: LibreLogo.xhp |