diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2019-11-08 23:13:44 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2019-11-08 23:33:50 +0100 |
commit | 8b19beb31a8130df352a794fc391eace34250bfd (patch) | |
tree | 80e2483a65d29c391961ee6cf2aee141945d0d65 /source/lt/helpcontent2 | |
parent | 407609021e77e0f652454b3612cb020f69852d91 (diff) |
update translations from weblate
Change-Id: I75a99d8d1567ffce961a404c6f054b9bd07b62a0
Diffstat (limited to 'source/lt/helpcontent2')
36 files changed, 4812 insertions, 2916 deletions
diff --git a/source/lt/helpcontent2/source/text/sbasic/guide.po b/source/lt/helpcontent2/source/text/sbasic/guide.po index 2535c13a06d..b552db92773 100644 --- a/source/lt/helpcontent2/source/text/sbasic/guide.po +++ b/source/lt/helpcontent2/source/text/sbasic/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-21 21:36+0200\n" +"POT-Creation-Date: 2019-11-08 19:34+0100\n" "PO-Revision-Date: 2018-04-25 12:38+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -187,6 +187,474 @@ msgctxt "" msgid "Compare Access2Base with Microsoft Access VBA" msgstr "" +#. 4eXWf +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"tit\n" +"help.text" +msgid "Basic to Python" +msgstr "" + +#. eoGBT +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0430\n" +"help.text" +msgid "<bookmark_value>Basic;Calling Python</bookmark_value> <bookmark_value>API;SimpleFileAccess</bookmark_value> <bookmark_value>API;PathSettings</bookmark_value> <bookmark_value>API;XScript</bookmark_value>" +msgstr "" + +#. 8tB4f +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"hd_id811571848401485\n" +"help.text" +msgid "<variable id=\"basic2python\"><link href=\"text/sbasic/guide/basic_2_python.xhp\" name=\"Basic Programming Examples\">Calling Python Scripts from Basic</link></variable>" +msgstr "" + +#. P7E4G +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0432\n" +"help.text" +msgid "Calling Python scripts from %PRODUCTNAME Basic macros is possible, and valuable features can be obtained such as:" +msgstr "" + +#. ZKSB3 +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0433\n" +"help.text" +msgid "<literal>ComputerName</literal> identification or <literal>OSName</literal> detection are possible," +msgstr "" + +#. AW7Lr +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0434\n" +"help.text" +msgid "Basic <literal>FileLen()</literal> function and <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ucb_1_1SimpleFileAccess.html\" name=\"ucb.SimpleFileAccess\">com.sun.star.ucb.SimpleFileAccess.</link><literal>getSize()</literal> API function exhibit a 2 Gigabytes file size upper limit that Python helps to overcome," +msgstr "" + +#. At8D2 +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0435\n" +"help.text" +msgid "<link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1util_1_1PathSettings.html\" name=\"util.PathSettings\">com.sun.star.util.PathSettings</link> can be normalized," +msgstr "" + +#. CPd9K +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0436\n" +"help.text" +msgid "and many more." +msgstr "" + +#. JvzSR +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0437\n" +"help.text" +msgid "A reasonable exposure to %PRODUCTNAME Basic and to <link href=\"https://api.libreoffice.org/\" name=\"Application Programming Interface\">Application Programming Interface (API)</link> features is recommended prior to perform inter-language calls from Basic to Python, to JavaScript or any other script engine." +msgstr "" + +#. 4jY8s +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0438\n" +"help.text" +msgid "Retrieving Python Scripts" +msgstr "" + +#. bBTqb +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0439\n" +"help.text" +msgid "Python scripts can be personal, shared, or embedded in documents. In order to execute them, %PRODUCTNAME Basic needs to be provided with Python script locations. Locating <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1script_1_1provider_1_1XScript.html\" name=\"script.provider.XScript\">com.sun.star.script.provider.XScript</link> interface compliant UNO objects allows the execution of Python scripts:" +msgstr "" + +#. AZwVA +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0444\n" +"help.text" +msgid "''' Grab Python script object before execution" +msgstr "" + +#. woGvx +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0445\n" +"help.text" +msgid "' Arguments:" +msgstr "" + +#. nvnTr +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0446\n" +"help.text" +msgid "' macro : as \"library/module.py$macro\" or \"module.py$macro\"" +msgstr "" + +#. Au674 +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0447\n" +"help.text" +msgid "' location: as \"document\", \"share\", \"user\" or ENUM(eration)" +msgstr "" + +#. u5hgy +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0448\n" +"help.text" +msgid "' Result:" +msgstr "" + +#. kskTS +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0449\n" +"help.text" +msgid "' located com.sun.star.script.provider.XScript UNO service'''" +msgstr "" + +#. F9Hvi +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0452\n" +"help.text" +msgid "Dim sp As Object ' com.sun.star.script.provider.XScriptProvider compatible" +msgstr "" + +#. osCpU +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0463\n" +"help.text" +msgid "Executing Python Scripts" +msgstr "" + +#. pAfKa +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0464\n" +"help.text" +msgid "Syntax" +msgstr "" + +#. gVpsb +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0466\n" +"help.text" +msgid "<literal>opSysName = script.invoke(Array(), in_outs, Array())</literal> ' in_out is an Array" +msgstr "" + +#. jiU2w +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0469\n" +"help.text" +msgid "Embedded Scripts Examples" +msgstr "" + +#. FadCx +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0470\n" +"help.text" +msgid "Below <literal>ComputerName</literal>, and <literal>GetFilelen</literal> routines are calling their Python counterparts, using aforementioned <literal>GetPythonScript</literal> function. Exception handling is not detailed." +msgstr "" + +#. YbMbS +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0472\n" +"help.text" +msgid "Option Compatible ' Properties are supported" +msgstr "" + +#. KVNHH +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0477\n" +"help.text" +msgid "'''Workstation name'''" +msgstr "" + +#. FCaBa +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0483\n" +"help.text" +msgid "'''File size in bytes'''" +msgstr "" + +#. D9Cbu +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0489\n" +"help.text" +msgid "ISEMBEDDED As String ' document script" +msgstr "" + +#. bD77H +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0490\n" +"help.text" +msgid "ISPERSONAL As String ' user script" +msgstr "" + +#. TEbDh +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0491\n" +"help.text" +msgid "ISSHARED As String ' %PRODUCTNAME macro" +msgstr "" + +#. CHTxq +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0497\n" +"help.text" +msgid ".ISEMBEDDED = \"document\" ' document script" +msgstr "" + +#. GGD4G +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0498\n" +"help.text" +msgid ".ISPERSONAL = \"user\" ' user scripts" +msgstr "" + +#. hz9VR +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0499\n" +"help.text" +msgid ".ISSHARED = \"share\" ' %PRODUCTNAME macro" +msgstr "" + +#. KfKCA +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0503\n" +"help.text" +msgid "Two different Python modules are called. They can either be embedded in the current document, either be stored on the file system. Argument type checking is skipped for clarity:" +msgstr "" + +#. igPCi +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0526\n" +"help.text" +msgid "Personal or Shared Scripts Examples" +msgstr "" + +#. EPVTC +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0527\n" +"help.text" +msgid "The calling mechanism for personal or shared Python scripts is identical to that of embedded scripts. Library names are mapped to folders. Computing %PRODUCTNAME user profile and shared modules system file paths can be performed as detailed in <link href=\"text/sbasic/python/python_session.xhp\">Getting session information</link>. Below <literal>OSName</literal>, <literal>HelloWorld</literal> and <literal>NormalizePath</literal> routines are calling their Python counterparts, using aforementioned <literal>GetPythonScript</literal> function. Exception handling is not detailed." +msgstr "" + +#. bwkSJ +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0529\n" +"help.text" +msgid "Option Compatible ' Properties are supported" +msgstr "" + +#. 3W9xB +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0534\n" +"help.text" +msgid "'''Platform name as \"Linux\", \"Darwin\" or \"Windows\"'''" +msgstr "" + +#. WAE7X +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0540\n" +"help.text" +msgid "'''%PRODUCTNAME Python shared sample'''" +msgstr "" + +#. MYSSL +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0546\n" +"help.text" +msgid "'''Strip superfluous '\\..' in path'''" +msgstr "" + +#. yTqsy +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0550\n" +"help.text" +msgid "Python standard modules" +msgstr "" + +#. 3F9RQ +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0551\n" +"help.text" +msgid "%PRODUCTNAME embedded Python contains many standard libraries to benefit from. They bear a rich feature set, such as but not limited to:" +msgstr "" + +#. aPbV7 +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0552\n" +"help.text" +msgid "<emph>argparse</emph> Parser for command-line options, arguments and sub-commands" +msgstr "" + +#. zBD3c +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0553\n" +"help.text" +msgid "<emph>cmath</emph> Mathematical functions for complex numbers" +msgstr "" + +#. GDXVa +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0554\n" +"help.text" +msgid "<emph>csv</emph> CSV files reading and writing" +msgstr "" + +#. FnCu8 +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0555\n" +"help.text" +msgid "<emph>datetime</emph> Genuine date and time types" +msgstr "" + +#. GQCwa +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0556\n" +"help.text" +msgid "<emph>json</emph> JSON encoder and decoder" +msgstr "" + +#. JmFZK +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0557\n" +"help.text" +msgid "<emph>math</emph> Mathematical functions" +msgstr "" + +#. PRGHi +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0558\n" +"help.text" +msgid "<emph>re</emph> Regular expression operations" +msgstr "" + +#. XVbzW +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0559\n" +"help.text" +msgid "<emph>socket</emph> Low-level networking interface" +msgstr "" + +#. VehtJ +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0560\n" +"help.text" +msgid "<emph>sys</emph> System-specific parameters and functions" +msgstr "" + +#. RWzWY +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0561\n" +"help.text" +msgid "<emph>unittest</emph> and <emph>trace</emph> Unit testing framework and Track Python execution" +msgstr "" + +#. JG3VZ +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0562\n" +"help.text" +msgid "<emph>xml.etree.ElementTree</emph> ElementTree XML API" +msgstr "" + #. CwBFN #: basic_examples.xhp msgctxt "" @@ -295,13 +763,13 @@ msgctxt "" msgid "Choose <emph>Tools - Macros - Organize Dialogs</emph>, and then click <emph>New</emph>." msgstr "" -#. M3Ddd +#. FkRCE #: create_dialog.xhp msgctxt "" "create_dialog.xhp\n" "par_id3150447\n" "help.text" -msgid "Enter a name for the dialog, and click OK. To rename the dialog later, right-click the name on the tab, and choose <emph>Rename</emph>." +msgid "Enter a name for the dialog and click <emph>OK</emph>. To rename the dialog later, right-click the name on the tab and choose <emph>Rename</emph>." msgstr "" #. qFeYH diff --git a/source/lt/helpcontent2/source/text/sbasic/python.po b/source/lt/helpcontent2/source/text/sbasic/python.po index 36fccbc48b2..9ddbe8294c2 100644 --- a/source/lt/helpcontent2/source/text/sbasic/python.po +++ b/source/lt/helpcontent2/source/text/sbasic/python.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-09-30 14:01+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -76,13 +76,13 @@ msgctxt "" msgid "You can execute Python scripts choosing <menuitem>Tools - Macros - Run Macro</menuitem>. Editing scripts can be done with your preferred text editor. Python scripts are present in various locations detailed hereafter. You can refer to Programming examples for macros illustrating how to run the Python interactive console from %PRODUCTNAME." msgstr "" -#. NV2P7 +#. bb68x #: main0000.xhp msgctxt "" "main0000.xhp\n" "par_id131568902936659\n" "help.text" -msgid "The %PRODUCTNAME scripting framework for Python is optional on some GNU/Linux distributions. If it is installed, selecting <menuitem>Tools – Macros - Run Macro...</menuitem> and checking <literal>%PRODUCTNAME Macros</literal> for the presence of <literal>HelloWorld – HelloWorldPython</literal> macro is sufficient. If absent, please refer to your distribution documentation in order to install the %PRODUCTNAME scripting framework for Python." +msgid "The %PRODUCTNAME scripting framework for Python is optional on some GNU/Linux distributions. If it is installed, selecting <menuitem>Tools - Macros - Run Macro...</menuitem> and checking <literal>%PRODUCTNAME Macros</literal> for the presence of <literal>HelloWorld – HelloWorldPython</literal> macro is sufficient. If absent, please refer to your distribution documentation in order to install the %PRODUCTNAME scripting framework for Python." msgstr "" #. naZBV diff --git a/source/lt/helpcontent2/source/text/sbasic/shared.po b/source/lt/helpcontent2/source/text/sbasic/shared.po index 2efbbe2d549..90c599604b0 100644 --- a/source/lt/helpcontent2/source/text/sbasic/shared.po +++ b/source/lt/helpcontent2/source/text/sbasic/shared.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-08-21 21:36+0200\n" -"PO-Revision-Date: 2018-10-21 20:25+0000\n" -"Last-Translator: Anonymous Pootle User\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2019-11-08 19:34+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" "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: 1540153525.000000\n" @@ -4892,7 +4892,7 @@ msgctxt "" "par_id3147426\n" "help.text" msgid "<image id=\"img_id3152460\" src=\"res/baswatr.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3152460\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152460\" src=\"res/baswatr.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3152460\">Piktograma</alt></image>" #. xDG4x #: 01050100.xhp @@ -5252,7 +5252,7 @@ msgctxt "" "tit\n" "help.text" msgid "General" -msgstr "" +msgstr "Bendrosios" #. fqGGQ #: 01170101.xhp @@ -21796,31 +21796,31 @@ msgctxt "" msgid "Example:" msgstr "" -#. hMpoj +#. WsqJB #: 03080801.xhp msgctxt "" "03080801.xhp\n" "par_id3156214\n" "help.text" -msgid "' uses BasicFormulas in $[officename] Calc" +msgid "' uses BasicFormulas in %PRODUCTNAME Calc" msgstr "" -#. Bf2Zt +#. VEjxC #: 03080801.xhp msgctxt "" "03080801.xhp\n" "par_id3149262\n" "help.text" -msgid "' Returns a long integer from a hexadecimal value." +msgid "' Returns a 32 bits signed integer number from an 8 digits hexadecimal value." msgstr "" -#. aZhWM +#. CkjAF #: 03080801.xhp msgctxt "" "03080801.xhp\n" "par_id3147215\n" "help.text" -msgid "' Calculates a hexadecimal value in integer." +msgid "' Calculates the 8 digits hexadecimal value out of a 32 bits signed integer number." msgstr "" #. Tko9w @@ -28933,13 +28933,13 @@ msgctxt "" msgid "Return value:" msgstr "" -#. mCK6P +#. YBMcU #: 03102900.xhp msgctxt "" "03102900.xhp\n" "par_id3153126\n" "help.text" -msgid "Integer" +msgid "Long" msgstr "" #. KdfgY @@ -28978,40 +28978,76 @@ msgctxt "" msgid "Example:" msgstr "" -#. rvm35 +#. CuAie #: 03102900.xhp msgctxt "" "03102900.xhp\n" -"par_id3145365\n" +"par_idm1206770608\n" "help.text" -msgid "Print LBound(sVar()) ' Returns 10" +msgid "Sub VectorBounds" msgstr "" -#. zDvTi +#. FEgDA #: 03102900.xhp msgctxt "" "03102900.xhp\n" -"par_id3150486\n" +"par_idm1206768352\n" +"help.text" +msgid "Print LBound(v()) ' returns 10" +msgstr "" + +#. QkxEG +#: 03102900.xhp +msgctxt "" +"03102900.xhp\n" +"par_idm1206766048\n" "help.text" -msgid "Print UBound(sVar()) ' Returns 20" +msgid "End Sub ' VectorBounds" msgstr "" -#. LLJCx +#. iTot3 +#: 03102900.xhp +msgctxt "" +"03102900.xhp\n" +"par_idm1206763792\n" +"help.text" +msgid "Sub TableBounds" +msgstr "" + +#. tBDDP +#: 03102900.xhp +msgctxt "" +"03102900.xhp\n" +"par_id3145365\n" +"help.text" +msgid "Print LBound(t), UBound(t()) ' returns 10 20" +msgstr "" + +#. LerBr #: 03102900.xhp msgctxt "" "03102900.xhp\n" "par_id3149665\n" "help.text" -msgid "Print LBound(sVar(),2) ' Returns 5" +msgid "Print LBound(t(),2) ' returns - 5" msgstr "" -#. VEvF8 +#. HfdoX #: 03102900.xhp msgctxt "" "03102900.xhp\n" "par_id3159154\n" "help.text" -msgid "Print UBound(sVar(),2) ' Returns 70" +msgid "Print UBound(t,2) ' returns 70" +msgstr "" + +#. DPEj5 +#: 03102900.xhp +msgctxt "" +"03102900.xhp\n" +"par_idm1206754912\n" +"help.text" +msgid "End Sub ' TableBounds" msgstr "" #. 6GB8Z @@ -29077,13 +29113,13 @@ msgctxt "" msgid "Return value:" msgstr "" -#. nYpdd +#. xVQ87 #: 03103000.xhp msgctxt "" "03103000.xhp\n" "par_id3149670\n" "help.text" -msgid "Integer" +msgid "Long" msgstr "" #. GgECq @@ -29122,40 +29158,76 @@ msgctxt "" msgid "Example:" msgstr "" -#. ZsSxE +#. EFwDh #: 03103000.xhp msgctxt "" "03103000.xhp\n" -"par_id3152596\n" +"par_idm1206770608\n" "help.text" -msgid "Print LBound(sVar()) ' Returns 10" +msgid "Sub VectorBounds" msgstr "" -#. 6dFAP +#. HPb5a #: 03103000.xhp msgctxt "" "03103000.xhp\n" -"par_id3153138\n" +"par_idm1206768352\n" +"help.text" +msgid "Print LBound(v()) ' returns 10" +msgstr "" + +#. kmEXM +#: 03103000.xhp +msgctxt "" +"03103000.xhp\n" +"par_idm1206766048\n" +"help.text" +msgid "End Sub ' VectorBounds" +msgstr "" + +#. khUqL +#: 03103000.xhp +msgctxt "" +"03103000.xhp\n" +"par_idm1206763792\n" "help.text" -msgid "Print UBound(sVar()) ' Returns 20" +msgid "Sub TableBounds" msgstr "" -#. 4BRL7 +#. aaaDh +#: 03103000.xhp +msgctxt "" +"03103000.xhp\n" +"par_id3145365\n" +"help.text" +msgid "Print LBound(t), UBound(t()) ' returns 10 20" +msgstr "" + +#. fqeRG #: 03103000.xhp msgctxt "" "03103000.xhp\n" "par_id3149665\n" "help.text" -msgid "Print LBound(sVar(),2) ' Returns 5" +msgid "Print LBound(t(),2) ' returns - 5" msgstr "" -#. znTvz +#. TBxHC #: 03103000.xhp msgctxt "" "03103000.xhp\n" -"par_id3147214\n" +"par_id3159154\n" "help.text" -msgid "Print UBound(sVar(),2) ' Returns 70" +msgid "Print UBound(t,2) ' returns 70" +msgstr "" + +#. AkaCg +#: 03103000.xhp +msgctxt "" +"03103000.xhp\n" +"par_idm1206754912\n" +"help.text" +msgid "End Sub ' TableBounds" msgstr "" #. QHhrj @@ -36151,49 +36223,40 @@ msgctxt "" msgid "GlobalScope" msgstr "" -#. kNPcm +#. Rdvas #: 03131900.xhp msgctxt "" "03131900.xhp\n" "bm_id3150682\n" "help.text" -msgid "<bookmark_value>GlobalScope function</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>LibraryContainer</bookmark_value><bookmark_value>BasicLibraries (LibraryContainer)</bookmark_value><bookmark_value>DialogLibraries (LibraryContainer)</bookmark_value>" +msgid "<bookmark_value>GlobalScope specifier</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>Library container</bookmark_value><bookmark_value>GlobalScope</bookmark_value><bookmark_value>API; BasicLibraries</bookmark_value><bookmark_value>API; DialogLibraries</bookmark_value><bookmark_value>BasicLibraries; library container</bookmark_value><bookmark_value>DialogLibraries; library container</bookmark_value>" msgstr "" -#. LuBdu +#. BEFVK #: 03131900.xhp msgctxt "" "03131900.xhp\n" "hd_id3150682\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>" -msgstr "" - -#. uXkDE -#: 03131900.xhp -msgctxt "" -"03131900.xhp\n" -"par_id3153345\n" -"help.text" -msgid "Basic source code and dialogs are organized in a library system." +msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>" msgstr "" -#. Z9wiX +#. BKWJA #: 03131900.xhp msgctxt "" "03131900.xhp\n" -"par_id3145315\n" +"par_id991572457387308\n" "help.text" -msgid "The LibraryContainer contains libraries" +msgid "To manage personal or shared library containers (<emph>%PRODUCTNAME Macros</emph> or <emph>My Macros</emph>) from within a document, use the <literal>GlobalScope</literal> specifier." msgstr "" -#. C95Hk +#. Jz8ET #: 03131900.xhp msgctxt "" "03131900.xhp\n" -"par_id3149514\n" +"par_id3153345\n" "help.text" -msgid "Libraries can contain modules and dialogs" +msgid "Basic source code and dialogs are organized in library containers. Libraries can contain modules and dialogs." msgstr "" #. BhGwB @@ -36205,13 +36268,13 @@ msgctxt "" msgid "In Basic:" msgstr "" -#. VBuDv +#. JLAkk #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id3153061\n" "help.text" -msgid "The LibraryContainer is called <emph>BasicLibraries</emph>." +msgid "Basic libraries and modules can be managed with the <literal>BasicLibraries</literal> object. Libraries can be searched, explored and loaded on request. <link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitoring document events\">Monitoring Documents Events</link> illustrates %PRODUCTNAME library loading." msgstr "" #. retJJ @@ -36223,40 +36286,22 @@ msgctxt "" msgid "In dialogs:" msgstr "" -#. RCBGS +#. tQBVS #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id3148663\n" "help.text" -msgid "The LibraryContainer is called <emph>DialogLibraries</emph>." +msgid "Dialog libraries and dialogs can be managed with the <literal>DialogLibraries</literal> object. <link href=\"text/sbasic/guide/show_dialog.xhp\" name=\"Opening a Dialog\">Opening a Dialog With Basic</link> illustrates how to display %PRODUCTNAME shared dialogs." msgstr "" -#. rJgLK +#. eBUEF #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id3150543\n" "help.text" -msgid "Both LibraryContainers exist in an application level and within every document. In the document Basic, the document's LibraryContainers are called automatically. If you want to call the global LibraryContainers from within a document, you must use the keyword <emph>GlobalScope</emph>." -msgstr "" - -#. oBELf -#: 03131900.xhp -msgctxt "" -"03131900.xhp\n" -"hd_id3148920\n" -"help.text" -msgid "Syntax:" -msgstr "" - -#. CXG6H -#: 03131900.xhp -msgctxt "" -"03131900.xhp\n" -"hd_id3154685\n" -"help.text" -msgid "Example:" +msgid "<literal>BasicLibraries</literal> and <literal>DialogLibraries</literal> containers exist at application level and within every document. Document's library containers do not need the <literal>GlobalScope</literal> specifier to be managed. If you want to call a global library container (located in <emph>%PRODUCTNAME Macros</emph> or <emph>My Macros</emph>) from within a document, you must use the <literal>GlobalScope</literal> specifier." msgstr "" #. BDRji @@ -36709,40 +36754,40 @@ msgctxt "" msgid "Example:" msgstr "" -#. Xf8qa +#. EPYGA #: 03132200.xhp msgctxt "" "03132200.xhp\n" "tit\n" "help.text" -msgid "ThisComponent Statement" +msgid "ThisComponent Object" msgstr "" -#. DtPwJ +#. AKrki #: 03132200.xhp msgctxt "" "03132200.xhp\n" "bm_id3155342\n" "help.text" -msgid "<bookmark_value>ThisComponent property</bookmark_value> <bookmark_value>components;addressing</bookmark_value>" +msgid "<bookmark_value>ThisComponent object</bookmark_value> <bookmark_value>components;addressing</bookmark_value>" msgstr "" -#. XkgXD +#. 88n2h #: 03132200.xhp msgctxt "" "03132200.xhp\n" "hd_id3155342\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent Statement\">ThisComponent Statement</link>" +msgid "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent Object\">ThisComponent Object</link>" msgstr "" -#. Y2ost +#. zizyQ #: 03132200.xhp msgctxt "" "03132200.xhp\n" "par_id3154923\n" "help.text" -msgid "Addresses the active component so that its properties can be read and set. ThisComponent is used from document Basic, where it represents the document the Basic belongs to. The type of object accessed by ThisComponent depends on the document type." +msgid "Addresses the active component whose properties can be read and set, and whose methods can be called. <literal>ThisComponent</literal> is used in Basic, where it represents the current document. Properties and methods available through <literal>ThisComponent</literal> depend on the document type." msgstr "" #. 6Exm3 @@ -41092,40 +41137,40 @@ msgctxt "" msgid "Object Functions" msgstr "" -#. nWWUF +#. ZEw4t #: stardesktop.xhp msgctxt "" "stardesktop.xhp\n" "tit\n" "help.text" -msgid "StarDesktop" +msgid "StarDesktop object" msgstr "" -#. C3nBa +#. S5TDy #: stardesktop.xhp msgctxt "" "stardesktop.xhp\n" "N0089\n" "help.text" -msgid "<bookmark_value>StarDesktop</bookmark_value>" +msgid "<bookmark_value>StarDesktop</bookmark_value> <bookmark_value>API; Desktop</bookmark_value>" msgstr "" -#. MDiGB +#. awFbD #: stardesktop.xhp msgctxt "" "stardesktop.xhp\n" "hd_id401544551916353\n" "help.text" -msgid "<link href=\"text/sbasic/shared/stardesktop.xhp\" name=\"StarDesktop\">StarDesktop</link>" +msgid "<link href=\"text/sbasic/shared/stardesktop.xhp\" name=\"StarDesktop\">StarDesktop object</link>" msgstr "" -#. F83GM +#. VZcw3 #: stardesktop.xhp msgctxt "" "stardesktop.xhp\n" "N0091\n" "help.text" -msgid "The StarDesktop object represents %PRODUCTNAME application. Some routines or user interface objects such as current window can be used via StarDesktop." +msgid "The <literal>StarDesktop</literal> object represents %PRODUCTNAME application. Some routines or user interface objects such as current window can be used via <literal>StarDesktop</literal>." msgstr "" #. iDmEB @@ -41173,6 +41218,33 @@ msgctxt "" msgid "Functions, objects and services of Unified Network Objects (UNO)." msgstr "" +#. yFvUL +#: uno_objects.xhp +msgctxt "" +"uno_objects.xhp\n" +"hd_id91572461246639\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/03131900.xhp#basicdialogs\" name=\"basicanddialog\">BasicLibraries Object</link>" +msgstr "" + +#. PDDjd +#: uno_objects.xhp +msgctxt "" +"uno_objects.xhp\n" +"hd_id91572461246640\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/03131900.xhp#basicdialogs\" name=\"basicanddialog\">DialogLibraries Object</link>" +msgstr "" + +#. 8GF88 +#: uno_objects.xhp +msgctxt "" +"uno_objects.xhp\n" +"par_id81572615048011\n" +"help.text" +msgid "%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit <link href=\"https://api.libreoffice.org/\" name=\"api.libreoffice.org\">https://api.libreoffice.org</link>" +msgstr "" + #. V3Wow #: vbasupport.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 7aa63f6519d..3467ef38b0c 100644 --- a/source/lt/helpcontent2/source/text/sbasic/shared/02.po +++ b/source/lt/helpcontent2/source/text/sbasic/shared/02.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: 2019-04-08 14:23+0200\n" -"PO-Revision-Date: 2017-05-12 15:42+0000\n" -"Last-Translator: Anonymous Pootle User\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\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" "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: 1494603734.000000\n" +#. 6Kkin #: 11010000.xhp msgctxt "" "11010000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Library" msgstr "" +#. uR2gG #: 11010000.xhp msgctxt "" "11010000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11010000.xhp\" name=\"Library\">Library</link>" msgstr "" +#. MCJF5 #: 11010000.xhp msgctxt "" "11010000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:LibSelector\" visibility=\"visible\">Select the library that you want to edit.</ahelp> The first module of the library that you select is displayed in the Basic IDE." msgstr "" +#. hYM32 #: 11010000.xhp msgctxt "" "11010000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "<image src=\"media/helpimg/feldalle.png\" id=\"img_id3147576\" localize=\"true\"><alt id=\"alt_id3147576\">List box Library</alt></image>" msgstr "" +#. 2WAR4 #: 11010000.xhp msgctxt "" "11010000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Library List Box" msgstr "" +#. QZQhW #: 11020000.xhp msgctxt "" "11020000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Compile" msgstr "" +#. sG7ET #: 11020000.xhp msgctxt "" "11020000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11020000.xhp\" name=\"Compile\">Compile</link>" msgstr "" +#. FkJqv #: 11020000.xhp msgctxt "" "11020000.xhp\n" @@ -80,14 +88,16 @@ 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 #: 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 "" +msgstr "<image src=\"cmd/sc_compilebasic.png\" id=\"img_id3147576\"><alt id=\"alt_id3147576\">Piktograma</alt></image>" +#. 3Z8WW #: 11020000.xhp msgctxt "" "11020000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Compile" msgstr "" +#. GjyfZ #: 11030000.xhp msgctxt "" "11030000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Run" msgstr "" +#. n3bkD #: 11030000.xhp msgctxt "" "11030000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11030000.xhp\" name=\"Run\">Run</link>" msgstr "" +#. Vi9DY #: 11030000.xhp msgctxt "" "11030000.xhp\n" @@ -120,14 +133,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:RunBasic\">Runs the first macro of the current module.</ahelp>" msgstr "" +#. s2xuG #: 11030000.xhp msgctxt "" "11030000.xhp\n" "par_id3156410\n" "help.text" msgid "<image id=\"img_id3153311\" src=\"cmd/sc_runbasic.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3153311\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153311\" src=\"cmd/sc_runbasic.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3153311\">Piktograma</alt></image>" +#. xkBpt #: 11030000.xhp msgctxt "" "11030000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "Run" msgstr "" +#. vbsDe #: 11040000.xhp msgctxt "" "11040000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "Stop" msgstr "" +#. L7Mnk #: 11040000.xhp msgctxt "" "11040000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "<bookmark_value>macros; stopping</bookmark_value><bookmark_value>program stops</bookmark_value><bookmark_value>stopping macros</bookmark_value>" msgstr "" +#. ZV5Z3 #: 11040000.xhp msgctxt "" "11040000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11040000.xhp\" name=\"Stop\">Stop</link>" msgstr "" +#. XevvQ #: 11040000.xhp msgctxt "" "11040000.xhp\n" @@ -168,14 +187,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:BasicStop\">Stops running the current macro.</ahelp><switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline> You can also press Shift+Ctrl+Q.</defaultinline></switchinline>" msgstr "" +#. K8AjD #: 11040000.xhp msgctxt "" "11040000.xhp\n" "par_id3146797\n" "help.text" msgid "<image id=\"img_id3148538\" src=\"cmd/sc_basicstop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148538\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148538\" src=\"cmd/sc_basicstop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148538\">Piktograma</alt></image>" +#. g3Rn2 #: 11040000.xhp msgctxt "" "11040000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Stop" msgstr "" +#. AdkXx #: 11050000.xhp msgctxt "" "11050000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Single Step" msgstr "" +#. HrJ7h #: 11050000.xhp msgctxt "" "11050000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step\">Single Step</link>" msgstr "" +#. 5NkKq #: 11050000.xhp msgctxt "" "11050000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:BasicStepInto\">Runs the macro and stops it after the next command.</ahelp>" msgstr "" +#. nCFSZ #: 11050000.xhp msgctxt "" "11050000.xhp\n" @@ -216,14 +241,16 @@ msgctxt "" msgid "You can use this command in conjunction with the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> command to troubleshoot errors." msgstr "" +#. SD8E7 #: 11050000.xhp msgctxt "" "11050000.xhp\n" "par_id3157958\n" "help.text" msgid "<image id=\"img_id3153345\" src=\"cmd/sc_basicstepinto.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153345\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153345\" src=\"cmd/sc_basicstepinto.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153345\">Piktograma</alt></image>" +#. ESgvs #: 11050000.xhp msgctxt "" "11050000.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "Single Step" msgstr "" +#. NZffL #: 11050000.xhp msgctxt "" "11050000.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step function\">Procedure Step function</link>" msgstr "" +#. JceSB #: 11060000.xhp msgctxt "" "11060000.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "Procedure Step" msgstr "" +#. GCdz2 #: 11060000.xhp msgctxt "" "11060000.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step\">Procedure Step</link>" msgstr "" +#. narAD #: 11060000.xhp msgctxt "" "11060000.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:BasicStepOver\">Runs the macro and stops it after the next procedure.</ahelp>" msgstr "" +#. Re5BC #: 11060000.xhp msgctxt "" "11060000.xhp\n" @@ -272,14 +304,16 @@ msgctxt "" msgid "You can use this command in conjunction with the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> command to troubleshoot errors." msgstr "" +#. 8z956 #: 11060000.xhp msgctxt "" "11060000.xhp\n" "par_id3147576\n" "help.text" msgid "<image id=\"img_id3143267\" src=\"cmd/sc_basicstepover.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143267\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3143267\" src=\"cmd/sc_basicstepover.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143267\">Piktograma</alt></image>" +#. 8cnSk #: 11060000.xhp msgctxt "" "11060000.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "Procedure Step" msgstr "" +#. dy7AF #: 11060000.xhp msgctxt "" "11060000.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step function\">Single Step function</link>" msgstr "" +#. mK2Ph #: 11070000.xhp msgctxt "" "11070000.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "Breakpoint" msgstr "" +#. dSrmB #: 11070000.xhp msgctxt "" "11070000.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11070000.xhp\" name=\"Breakpoint\">Breakpoint</link>" msgstr "" +#. iTCUE #: 11070000.xhp msgctxt "" "11070000.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ToggleBreakPoint\">Inserts a breakpoint in the program line.</ahelp>" msgstr "" +#. 2S8i7 #: 11070000.xhp msgctxt "" "11070000.xhp\n" @@ -328,14 +367,16 @@ msgctxt "" msgid "The breakpoint is inserted at the cursor position. Use a breakpoint to interrupt a program just before an error occurs. You can then troubleshoot the program by running it in <link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step\">Single Step</link> mode until the error occurs. You can also use the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> icon to check the content of the relevant variables." msgstr "" +#. srCR5 #: 11070000.xhp msgctxt "" "11070000.xhp\n" "par_id3156346\n" "help.text" msgid "<image id=\"img_id3152780\" src=\"cmd/sc_togglebreakpoint.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3152780\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152780\" src=\"cmd/sc_togglebreakpoint.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3152780\">Piktograma</alt></image>" +#. GZkfR #: 11070000.xhp msgctxt "" "11070000.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "Breakpoint" msgstr "" +#. Xnu9h #: 11080000.xhp msgctxt "" "11080000.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "Enable Watch" msgstr "" +#. 4X56s #: 11080000.xhp msgctxt "" "11080000.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Enable Watch\">Enable Watch</link>" msgstr "" +#. TRivb #: 11080000.xhp msgctxt "" "11080000.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:AddWatch\">Click this icon to view the variables in a macro. The contents of the variable are displayed in a separate window.</ahelp>" msgstr "" +#. JteXo #: 11080000.xhp msgctxt "" "11080000.xhp\n" @@ -376,14 +421,16 @@ msgctxt "" msgid "Click the name of a variable to select it, then click the <emph>Enable Watch</emph> icon. The value that is assigned to the variable is displayed next to its name. This value is constantly updated." msgstr "" +#. XDGmF #: 11080000.xhp msgctxt "" "11080000.xhp\n" "par_id3155892\n" "help.text" msgid "<image id=\"img_id3147209\" src=\"cmd/sc_addwatch.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147209\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147209\" src=\"cmd/sc_addwatch.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147209\">Piktograma</alt></image>" +#. LEifr #: 11080000.xhp msgctxt "" "11080000.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "Enable Watch" msgstr "" +#. CLAjp #: 11080000.xhp msgctxt "" "11080000.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "To remove the variable watch, select the variable in the Watch window, and then click on the <emph>Remove Watch</emph> icon." msgstr "" +#. kfzBw #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "Object Catalog" msgstr "" +#. EKx2C #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11090000.xhp\" name=\"Object Catalog\">Object Catalog</link>" msgstr "" +#. bHCXS #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ObjectCatalog\">Opens the <emph>Objects</emph> pane, where you can view Basic objects.</ahelp>" msgstr "" +#. AVf2T #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -432,14 +484,16 @@ msgctxt "" msgid "Double click the name of a function or sub to load the module that contains that function or sub, and to position the cursor. Double click the name of a module or dialog to load and display that module or dialog." msgstr "" +#. yNVBJ #: 11090000.xhp msgctxt "" "11090000.xhp\n" "par_id3148538\n" "help.text" msgid "<image id=\"img_id3163803\" src=\"cmd/sc_objectcatalog.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163803\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3163803\" src=\"cmd/sc_objectcatalog.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163803\">Piktograma</alt></image>" +#. EtHDn #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "Object Catalog" msgstr "" +#. ATDaF #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "Window Area" msgstr "" +#. 452ze #: 11090000.xhp msgctxt "" "11090000.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_BASICIDE_OBJECTCAT\">Displays a hierarchical view of the current $[officename] macro libraries, modules, and dialogs. To display the contents of an item in the window, double click its name.</ahelp>" msgstr "" +#. gMG3o #: 11100000.xhp msgctxt "" "11100000.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "Macros" msgstr "" +#. FLE8S #: 11100000.xhp msgctxt "" "11100000.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11100000.xhp\" name=\"Macros\">Macros</link>" msgstr "" +#. 5C9pN #: 11100000.xhp msgctxt "" "11100000.xhp\n" @@ -488,14 +547,16 @@ msgctxt "" msgid "<ahelp visibility=\"visible\" hid=\".uno:ChooseMacro\">Opens the <emph>Macro</emph> dialog.</ahelp>" msgstr "" +#. pLGT3 #: 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 "" +msgstr "<image src=\"cmd/sc_choosemacro.png\" id=\"img_id3153662\"><alt id=\"alt_id3153662\">Piktograma</alt></image>" +#. ZW2jE #: 11100000.xhp msgctxt "" "11100000.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "Macros" msgstr "" +#. AzKnt #: 11110000.xhp msgctxt "" "11110000.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "Modules" msgstr "" +#. z4nD8 #: 11110000.xhp msgctxt "" "11110000.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11110000.xhp\" name=\"Modules\">Modules</link>" msgstr "" +#. dGdth #: 11110000.xhp msgctxt "" "11110000.xhp\n" @@ -528,14 +592,16 @@ 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 #: 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 "" +msgstr "<image src=\"cmd/sc_moduledialog.png\" id=\"img_id3155535\"><alt id=\"alt_id3155535\">Piktograma</alt></image>" +#. DikyS #: 11110000.xhp msgctxt "" "11110000.xhp\n" @@ -544,6 +610,7 @@ msgctxt "" msgid "Modules" msgstr "" +#. D3G7x #: 11120000.xhp msgctxt "" "11120000.xhp\n" @@ -552,6 +619,7 @@ msgctxt "" msgid "Find Parentheses" msgstr "" +#. awTDX #: 11120000.xhp msgctxt "" "11120000.xhp\n" @@ -560,6 +628,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11120000.xhp\" name=\"Find Parentheses\">Find Parentheses</link>" msgstr "" +#. Kkd6M #: 11120000.xhp msgctxt "" "11120000.xhp\n" @@ -568,14 +637,16 @@ 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 #: 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 "" +msgstr "<image src=\"cmd/sc_matchgroup.png\" id=\"img_id3155892\"><alt id=\"alt_id3155892\">Piktograma</alt></image>" +#. Y8mTx #: 11120000.xhp msgctxt "" "11120000.xhp\n" @@ -584,6 +655,7 @@ msgctxt "" msgid "Find Parentheses" msgstr "" +#. c5Phf #: 11140000.xhp msgctxt "" "11140000.xhp\n" @@ -592,6 +664,7 @@ msgctxt "" msgid "Insert Source Text" msgstr "" +#. FBDRn #: 11140000.xhp msgctxt "" "11140000.xhp\n" @@ -600,6 +673,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11140000.xhp\" name=\"Insert Source Text\">Insert Source Text</link>" msgstr "" +#. JscV7 #: 11140000.xhp msgctxt "" "11140000.xhp\n" @@ -608,6 +682,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:LoadBasic\">Opens the Basic source text in the Basic IDE window.</ahelp>" msgstr "" +#. vDwRJ #: 11140000.xhp msgctxt "" "11140000.xhp\n" @@ -616,14 +691,16 @@ msgctxt "" msgid "Place the cursor in the code where you want to insert the source text, and then click the <emph>Insert source text</emph> icon. Locate the file that contains the Basic source text that you want to insert, and then click <emph>Open</emph>." msgstr "" +#. 9CHh2 #: 11140000.xhp msgctxt "" "11140000.xhp\n" "par_id3145136\n" "help.text" msgid "<image id=\"img_id3147571\" src=\"cmd/sc_loadbasic.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147571\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147571\" src=\"cmd/sc_loadbasic.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147571\">Piktograma</alt></image>" +#. WqWiH #: 11140000.xhp msgctxt "" "11140000.xhp\n" @@ -632,6 +709,7 @@ msgctxt "" msgid "Insert source text" msgstr "" +#. FtAKL #: 11150000.xhp msgctxt "" "11150000.xhp\n" @@ -640,6 +718,7 @@ msgctxt "" msgid "Save Source As" msgstr "" +#. QL8Bk #: 11150000.xhp msgctxt "" "11150000.xhp\n" @@ -648,6 +727,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11150000.xhp\" name=\"Save Source As\">Save Source As</link>" msgstr "" +#. C4hju #: 11150000.xhp msgctxt "" "11150000.xhp\n" @@ -656,14 +736,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:SaveBasicAs\">Saves the source code of the selected Basic macro.</ahelp>" msgstr "" +#. MVAHT #: 11150000.xhp msgctxt "" "11150000.xhp\n" "par_id3145071\n" "help.text" msgid "<image id=\"img_id3149182\" src=\"cmd/sc_savebasicas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149182\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149182\" src=\"cmd/sc_savebasicas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149182\">Piktograma</alt></image>" +#. tHk8j #: 11150000.xhp msgctxt "" "11150000.xhp\n" @@ -672,6 +754,7 @@ msgctxt "" msgid "Save Source As" msgstr "" +#. GG5kY #: 11160000.xhp msgctxt "" "11160000.xhp\n" @@ -680,6 +763,7 @@ msgctxt "" msgid "Step Out" msgstr "" +#. KeqCM #: 11160000.xhp msgctxt "" "11160000.xhp\n" @@ -688,6 +772,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11160000.xhp\" name=\"Step Out\">Step Out</link>" msgstr "" +#. 4rNBj #: 11160000.xhp msgctxt "" "11160000.xhp\n" @@ -696,14 +781,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:BasicStepOut\" visibility=\"visible\">Jumps back to the previous routine in the current macro.</ahelp>" msgstr "" +#. AhcLc #: 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 "" +msgstr "<image src=\"cmd/sc_basicstepout.png\" id=\"img_id3159233\"><alt id=\"alt_id3159233\">Piktograma</alt></image>" +#. aLy3R #: 11160000.xhp msgctxt "" "11160000.xhp\n" @@ -712,6 +799,7 @@ msgctxt "" msgid "Step Out" msgstr "" +#. p2AD7 #: 11170000.xhp msgctxt "" "11170000.xhp\n" @@ -720,6 +808,7 @@ msgctxt "" msgid "Manage Breakpoints" msgstr "" +#. 9xPeD #: 11170000.xhp msgctxt "" "11170000.xhp\n" @@ -728,6 +817,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11170000.xhp\" name=\"Manage Breakpoints\">Manage Breakpoints</link>" msgstr "" +#. XqJ6C #: 11170000.xhp msgctxt "" "11170000.xhp\n" @@ -736,14 +826,16 @@ msgctxt "" msgid "<ahelp hid=\".\">Calls a dialog to manage breakpoints.</ahelp>" msgstr "" +#. EJzPX #: 11170000.xhp msgctxt "" "11170000.xhp\n" "par_id3143267\n" "help.text" msgid "<image id=\"img_id3155339\" src=\"cmd/sc_managebreakpoints.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155339\" src=\"cmd/sc_managebreakpoints.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Piktograma</alt></image>" +#. drqjA #: 11170000.xhp msgctxt "" "11170000.xhp\n" @@ -752,6 +844,7 @@ msgctxt "" msgid "Manage Breakpoints" msgstr "" +#. VEXGo #: 11170000.xhp msgctxt "" "11170000.xhp\n" @@ -760,6 +853,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/01050300.xhp\" name=\"Manage Breakpoints dialog\"><emph>Manage Breakpoints</emph> dialog</link>" msgstr "" +#. sBFuo #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -768,6 +862,7 @@ msgctxt "" msgid "Import Dialog" msgstr "" +#. DpFcB #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -776,6 +871,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11180000.xhp\" name=\"Import Dialog\">Import Dialog</link>" msgstr "" +#. XBChu #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -784,6 +880,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Calls an \"Open\" dialog to import a BASIC dialog file.</ahelp>" msgstr "" +#. FbBoM #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -792,6 +889,7 @@ msgctxt "" msgid "If the imported dialog has a name that already exists in the library, you see a message box where you can decide to rename the imported dialog. In this case the dialog will be renamed to the next free \"automatic\" name like when creating a new dialog. Or you can replace the existing dialog by the imported dialog. If you click Cancel the dialog is not imported." msgstr "" +#. n6QpJ #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -800,6 +898,7 @@ msgctxt "" msgid "Dialogs can contain localization data. When importing a dialog, a mismatch of the dialogs' localization status can occur." msgstr "" +#. DecXa #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -808,6 +907,7 @@ msgctxt "" msgid "If the library contains additional languages compared to the imported dialog, or if the imported dialog is not localized at all, then the additional languages will silently be added to the imported dialog using the strings of the dialog's default locale." msgstr "" +#. mGc9E #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -816,6 +916,7 @@ msgctxt "" msgid "If the imported dialog contains additional languages compared to the library, or if the library is not localized at all, then you see a message box with Add, Omit, and Cancel buttons." msgstr "" +#. XrhtD #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -824,6 +925,7 @@ msgctxt "" msgid "Add: The additional languages from the imported dialog will be added to the already existing dialog. The resources from the library's default language will be used for the new languages. This is the same as if you add these languages manually." msgstr "" +#. GzYU9 #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -832,14 +934,16 @@ msgctxt "" msgid "Omit: The library's language settings will stay unchanged. The imported dialog's resources for the omitted languages are not copied into the library, but they remain in the imported dialog's source files." msgstr "" +#. CYDb7 #: 11180000.xhp msgctxt "" "11180000.xhp\n" "par_id3143267\n" "help.text" msgid "<image id=\"img_id3155339\" src=\"cmd/sc_importdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155339\" src=\"cmd/sc_importdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Piktograma</alt></image>" +#. jhUym #: 11180000.xhp msgctxt "" "11180000.xhp\n" @@ -848,6 +952,7 @@ msgctxt "" msgid "Import Dialog" msgstr "" +#. csTtJ #: 11190000.xhp msgctxt "" "11190000.xhp\n" @@ -856,6 +961,7 @@ msgctxt "" msgid "Export Dialog" msgstr "" +#. ZwGyC #: 11190000.xhp msgctxt "" "11190000.xhp\n" @@ -864,6 +970,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/11190000.xhp\" name=\"Export Dialog\">Export Dialog</link>" msgstr "" +#. aVo7E #: 11190000.xhp msgctxt "" "11190000.xhp\n" @@ -872,14 +979,16 @@ msgctxt "" msgid "<ahelp hid=\".\">In the dialog editor, this command calls a \"Save as\" dialog to export the current BASIC dialog.</ahelp>" msgstr "" +#. 7DnCe #: 11190000.xhp msgctxt "" "11190000.xhp\n" "par_id3143267\n" "help.text" msgid "<image id=\"img_id3155339\" src=\"cmd/sc_exportdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155339\" src=\"cmd/sc_exportdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Piktograma</alt></image>" +#. hESPm #: 11190000.xhp msgctxt "" "11190000.xhp\n" @@ -888,6 +997,7 @@ msgctxt "" msgid "Export Dialog" msgstr "" +#. d2nFH #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -896,6 +1006,7 @@ msgctxt "" msgid "Insert Controls" msgstr "" +#. F2psp #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -904,6 +1015,7 @@ msgctxt "" msgid "<bookmark_value>controls; in dialog editor</bookmark_value><bookmark_value>push button control in dialog editor</bookmark_value><bookmark_value>icon control</bookmark_value><bookmark_value>buttons; controls</bookmark_value><bookmark_value>image control</bookmark_value><bookmark_value>check box control</bookmark_value><bookmark_value>radio button control</bookmark_value><bookmark_value>option button control</bookmark_value><bookmark_value>fixed text control</bookmark_value><bookmark_value>label field control</bookmark_value><bookmark_value>editing; controls</bookmark_value><bookmark_value>text boxes; controls</bookmark_value><bookmark_value>list boxes; controls</bookmark_value><bookmark_value>combo box control</bookmark_value><bookmark_value>scroll bar control</bookmark_value><bookmark_value>horizontal scrollbar control</bookmark_value><bookmark_value>vertical scrollbar control</bookmark_value><bookmark_value>group box control</bookmark_value><bookmark_value>progress bar control</bookmark_value><bookmark_value>fixed line control</bookmark_value><bookmark_value>horizontal line control</bookmark_value><bookmark_value>line control</bookmark_value><bookmark_value>vertical line control</bookmark_value><bookmark_value>date field control</bookmark_value><bookmark_value>time field control</bookmark_value><bookmark_value>numerical field control</bookmark_value><bookmark_value>currency field control</bookmark_value><bookmark_value>formatted field control</bookmark_value><bookmark_value>pattern field control</bookmark_value><bookmark_value>masked field control</bookmark_value><bookmark_value>file selection control</bookmark_value><bookmark_value>selection options for controls</bookmark_value><bookmark_value>test mode control</bookmark_value>" msgstr "" +#. YL3Za #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -912,6 +1024,7 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/02/20000000.xhp\" name=\"Insert Controls\">Insert Controls</link>" msgstr "" +#. jnfj9 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -920,14 +1033,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:ChooseControls\">Opens the <emph>Toolbox</emph> bar.</ahelp>" msgstr "" +#. cJADH #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3147226\n" "help.text" msgid "<image id=\"img_id3147571\" src=\"cmd/sc_choosecontrols.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147571\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147571\" src=\"cmd/sc_choosecontrols.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147571\">Piktograma</alt></image>" +#. DCFsK #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -936,6 +1051,7 @@ msgctxt "" msgid "Insert Controls" msgstr "" +#. BjneK #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -944,6 +1060,7 @@ msgctxt "" msgid "In edit mode, double-click a control to open the <link href=\"text/sbasic/shared/01170100.xhp\" name=\"properties dialog\">properties dialog</link>." msgstr "" +#. eo4TR #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -952,22 +1069,25 @@ msgctxt "" msgid "In edit mode, you can also right-click a control and choose the cut, copy, and paste command." msgstr "" +#. s9tA6 #: 20000000.xhp msgctxt "" "20000000.xhp\n" "hd_id3148473\n" "help.text" msgid "Button" -msgstr "" +msgstr "Mygtukas" +#. ApFSn #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153824\n" "help.text" msgid "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Piktograma</alt></image>" +#. pGofA #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -976,6 +1096,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertPushbutton\">Adds a command button.</ahelp> You can use a command button to execute a command for a defined event, such as a mouse click." msgstr "" +#. GZHQC #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -984,22 +1105,25 @@ msgctxt "" msgid "If you want, you can add text or a graphic to the button." msgstr "" +#. EFgyZ #: 20000000.xhp msgctxt "" "20000000.xhp\n" "hd_id3148550\n" "help.text" msgid "Image Control" -msgstr "" +msgstr "Paveikslo valdiklis" +#. iwZZH #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3154138\n" "help.text" msgid "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144760\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144760\">Piktograma</alt></image>" +#. VFc83 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1008,22 +1132,25 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertImageControl\">Adds a control that displays a graphic.</ahelp>" msgstr "" +#. bYtDg #: 20000000.xhp msgctxt "" "20000000.xhp\n" "hd_id3150447\n" "help.text" msgid "Check Box" -msgstr "" +msgstr "Žymimasis langelis" +#. jLYsw #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3155131\n" "help.text" msgid "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150439\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150439\">Piktograma</alt></image>" +#. QWB7B #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1032,22 +1159,25 @@ msgctxt "" msgid "<ahelp hid=\".uno:Checkbox\">Adds a check box that you can use to turn a function on or off.</ahelp>" msgstr "" +#. gG6kh #: 20000000.xhp msgctxt "" "20000000.xhp\n" "hd_id3150486\n" "help.text" msgid "Option Button" -msgstr "" +msgstr "Akutė" +#. 4PEup #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3155856\n" "help.text" msgid "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146921\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146921\">Piktograma</alt></image>" +#. FWkY8 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1056,22 +1186,25 @@ msgctxt "" msgid "<ahelp hid=\".uno:Radiobutton\">Adds a button that allows a user to select from a number of options.</ahelp> Grouped option buttons must have consecutive tab indices. They are commonly encircled by a group box. If you have two groups of option buttons, you must insert a tab index between the tab indices of the two groups on the group frame." msgstr "" +#. DaRgN #: 20000000.xhp msgctxt "" "20000000.xhp\n" "hd_id3154729\n" "help.text" msgid "Label Field" -msgstr "" +msgstr "Žymės laukas" +#. LwW4F #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3149300\n" "help.text" msgid "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3153415\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3153415\">Piktograma</alt></image>" +#. XA4Aw #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1080,22 +1213,25 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertFixedText\">Adds a field for displaying text labels.</ahelp> These labels are only for displaying predefined text, and not for entering text." msgstr "" +#. BupCK #: 20000000.xhp msgctxt "" "20000000.xhp\n" "hd_id3149123\n" "help.text" msgid "Text Box" -msgstr "" +msgstr "Teksto langelis" +#. dfUPJ #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153766\n" "help.text" msgid "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3148996\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3148996\">Piktograma</alt></image>" +#. ruGZ2 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1104,22 +1240,25 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertEdit\">Adds an input box where you can enter and edit text.</ahelp>" msgstr "" +#. zPAk2 #: 20000000.xhp msgctxt "" "20000000.xhp\n" "hd_id3154253\n" "help.text" msgid "List Box" -msgstr "" +msgstr "Sąrašo laukas" +#. w5Mw5 #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3155959\n" "help.text" msgid "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163808\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163808\">Piktograma</alt></image>" +#. CZ7M5 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1128,22 +1267,25 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertListbox\">Adds a box where you can click an entry on a list.</ahelp>" msgstr "" +#. Beb2k #: 20000000.xhp msgctxt "" "20000000.xhp\n" "hd_id3150644\n" "help.text" msgid "Combo Box" -msgstr "" +msgstr "Jungtinis langelis" +#. QsBiA #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3148418\n" "help.text" msgid "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153200\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153200\">Piktograma</alt></image>" +#. Vdn74 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1152,6 +1294,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:Combobox\">Adds a combo box. A combo box is a one line list box that a user can click, and then choose an entry from the list.</ahelp> If you want, you can make the entries in the combo box \"read only\"." msgstr "" +#. Q7efB #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1160,14 +1303,16 @@ msgctxt "" msgid "Horizontal Scrollbar" msgstr "" +#. vjpAs #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153781\n" "help.text" msgid "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149530\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149530\">Piktograma</alt></image>" +#. Vbp2o #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1176,6 +1321,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:HScrollbar\">Adds a horizontal scrollbar to the dialog.</ahelp>" msgstr "" +#. ECtLc #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1184,14 +1330,16 @@ msgctxt "" msgid "Vertical Scrollbar" msgstr "" +#. dXpxZ #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3150515\n" "help.text" msgid "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150203\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150203\">Piktograma</alt></image>" +#. NmKDo #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1200,22 +1348,25 @@ msgctxt "" msgid "<ahelp hid=\".uno:VScrollbar\">Adds a vertical scrollbar to the dialog.</ahelp>" msgstr "" +#. JmAgh #: 20000000.xhp msgctxt "" "20000000.xhp\n" "hd_id3150313\n" "help.text" msgid "Group Box" -msgstr "" +msgstr "Valdiklių grupė" +#. GZiCH #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3151184\n" "help.text" msgid "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151335\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151335\">Piktograma</alt></image>" +#. aMgsB #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1224,6 +1375,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:Groupbox\">Adds a frame that you can use to visually group similar controls, such as option buttons.</ahelp>" msgstr "" +#. CQpDj #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1232,6 +1384,7 @@ msgctxt "" msgid "To define two different groups of option buttons, ensure that the tab index of the group frame is between the tab indices of the two groups." msgstr "" +#. qusDD #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1240,14 +1393,16 @@ msgctxt "" msgid "Progress Bar" msgstr "" +#. 3WCpk #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3159093\n" "help.text" msgid "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150318\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150318\">Piktograma</alt></image>" +#. AUUic #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1256,6 +1411,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ProgressBar\">Adds a progress bar to the dialog.</ahelp>" msgstr "" +#. 2xdUf #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1264,14 +1420,16 @@ msgctxt "" msgid "Horizontal Line" msgstr "" +#. SdtNG #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3150888\n" "help.text" msgid "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"0.2201inch\" height=\"0.2201inch\"><alt id=\"alt_id3152872\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"0.2201inch\" height=\"0.2201inch\"><alt id=\"alt_id3152872\">Piktograma</alt></image>" +#. rVrjy #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1280,6 +1438,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:HFixedLine\">Adds a horizontal line to the dialog.</ahelp>" msgstr "" +#. UcBeW #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1288,14 +1447,16 @@ msgctxt "" msgid "Vertical Line" msgstr "" +#. qbWE3 #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3154913\n" "help.text" msgid "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">Piktograma</alt></image>" +#. aQQuM #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1304,6 +1465,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:VFixedLine\">Adds a vertical line to the dialog.</ahelp>" msgstr "" +#. FxkjD #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1312,14 +1474,16 @@ msgctxt "" msgid "Date Field" msgstr "" +#. LfULF #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3148901\n" "help.text" msgid "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151010\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151010\">Piktograma</alt></image>" +#. VU2nc #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1328,6 +1492,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:AddDateField\">Adds a date field.</ahelp>" msgstr "" +#. DBqW6 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1336,6 +1501,7 @@ msgctxt "" msgid "If you assign the \"dropdown\" property to the date field, a user can drop down a calendar to select a date." msgstr "" +#. Mofqo #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1344,14 +1510,16 @@ msgctxt "" msgid "Time Field" msgstr "" +#. iuUUy #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3154338\n" "help.text" msgid "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">Piktograma</alt></image>" +#. 6fSyF #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1360,6 +1528,7 @@ msgctxt "" msgid "<ahelp hid=\"SID_INSERT_TIMEFIELD\">Adds a time field.</ahelp>" msgstr "" +#. 6vzHV #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1368,14 +1537,16 @@ msgctxt "" msgid "Numeric Field" msgstr "" +#. EvwcB #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3146107\n" "help.text" msgid "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3147499\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3147499\">Piktograma</alt></image>" +#. hMT5t #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1384,6 +1555,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertNumericField\">Adds a numeric field.</ahelp>" msgstr "" +#. jrbuR #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1392,14 +1564,16 @@ msgctxt "" msgid "Currency Field" msgstr "" +#. XZarE #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153958\n" "help.text" msgid "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150435\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150435\">Piktograma</alt></image>" +#. BeFRH #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1408,22 +1582,25 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertCurrencyField\">Adds a currency field.</ahelp>" msgstr "" +#. BJs4P #: 20000000.xhp msgctxt "" "20000000.xhp\n" "hd_id3150117\n" "help.text" msgid "Formatted Field" -msgstr "" +msgstr "Formatuotas laukas" +#. EF6Gs #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153162\n" "help.text" msgid "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Piktograma</alt></image>" +#. QAd5c #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1432,6 +1609,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertFormattedField\">Adds a text box where you can define the formatting for text that is inputted or outputted as well as any limiting values.</ahelp>" msgstr "" +#. 2iDg4 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1440,14 +1618,16 @@ msgctxt "" msgid "Pattern Field" msgstr "" +#. ioBYv #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3150379\n" "help.text" msgid "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150032\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150032\">Piktograma</alt></image>" +#. AJhaK #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1456,22 +1636,25 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertPatternField\">Adds a masked field.</ahelp> A masked field consists of an input mask and a literal mask. The input mask determines which user data can be entered. The literal mask determines the state of the masked field when the form is loaded." msgstr "" +#. 8rcKD #: 20000000.xhp msgctxt "" "20000000.xhp\n" "hd_id3146815\n" "help.text" msgid "File Selection" -msgstr "" +msgstr "Failo parinkimas" +#. EHVkw #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3149194\n" "help.text" msgid "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">Piktograma</alt></image>" +#. 9GHDa #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1480,6 +1663,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertFileControl\">Adds a button that opens a file selection dialog.</ahelp>" msgstr "" +#. AnFmm #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1488,14 +1672,16 @@ msgctxt "" msgid "Select" msgstr "" +#. kz5Vk #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3154903\n" "help.text" msgid "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150653\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150653\">Piktograma</alt></image>" +#. hAcNy #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1504,6 +1690,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Activates or deactivates the Selection mode. In this mode, you can select the controls in a dialog so that you can edit them.</ahelp>" msgstr "" +#. SSQwJ #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1512,14 +1699,16 @@ msgctxt "" msgid "Properties" msgstr "" +#. Yb2pD #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3148725\n" "help.text" msgid "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146874\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146874\">Piktograma</alt></image>" +#. pjygv #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1528,6 +1717,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ShowPropBrowser\">Opens a dialog where you can edit the <link href=\"text/sbasic/shared/01170100.xhp\" name=\"properties\">properties</link> of the selected control.</ahelp>" msgstr "" +#. GqGSX #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1536,14 +1726,16 @@ msgctxt "" msgid "Activate Test Mode" msgstr "" +#. dYhm7 #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3147417\n" "help.text" msgid "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">Piktograma</alt></image>" +#. 9gCL9 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1552,6 +1744,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:TestMode\">Starts test mode. Click the dialog closer icon to end test mode.</ahelp>" msgstr "" +#. 5HbMk #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1560,6 +1753,7 @@ msgctxt "" msgid "Manage Language" msgstr "" +#. GshVT #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1568,6 +1762,7 @@ msgctxt "" msgid "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2856837\">Manage Language icon</alt></image>" msgstr "" +#. adqA5 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1576,6 +1771,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ManageLanguage\">Opens a <link href=\"text/sbasic/guide/translation.xhp\">dialog</link> to enable or manage multiple sets of dialog resources for multiple languages.</ahelp>" msgstr "" +#. vbEQt #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1584,6 +1780,7 @@ msgctxt "" msgid "Tree Control" msgstr "" +#. vkwC5 #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1592,6 +1789,7 @@ msgctxt "" msgid "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Manage Language icon</alt></image>" msgstr "" +#. xFjgC #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1600,6 +1798,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Adds a tree control that can show a hierarchical list. You can populate the list by your program, using API calls (XtreeControl).</ahelp>" msgstr "" +#. KjMwM #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1608,6 +1807,7 @@ msgctxt "" msgid "Table Control" msgstr "" +#. B9AyQ #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1616,6 +1816,7 @@ msgctxt "" msgid "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Table control icon</alt></image>" msgstr "" +#. XzXwf #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1624,6 +1825,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Adds a table control that can show a table data. You can populate the data by your program, using API calls.</ahelp>" msgstr "" +#. BQz8k #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1632,6 +1834,7 @@ msgctxt "" msgid "Hyperlink Control" msgstr "" +#. 2UPZL #: 20000000.xhp msgctxt "" "20000000.xhp\n" @@ -1640,6 +1843,7 @@ msgctxt "" msgid "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Insert hyperlink control icon</alt></image>" msgstr "" +#. C2Gjm #: 20000000.xhp msgctxt "" "20000000.xhp\n" diff --git a/source/lt/helpcontent2/source/text/scalc/01.po b/source/lt/helpcontent2/source/text/scalc/01.po index f1594ed9ac2..86beca7e6d5 100644 --- a/source/lt/helpcontent2/source/text/scalc/01.po +++ b/source/lt/helpcontent2/source/text/scalc/01.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-10-14 14:31+0200\n" -"PO-Revision-Date: 2019-10-14 12:47+0000\n" -"Last-Translator: eglejasu <egle.jasute@gmail.com>\n" +"POT-Creation-Date: 2019-11-08 20:19+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" "Language: lt\n" "MIME-Version: 1.0\n" @@ -230,7 +230,7 @@ msgctxt "" "par_id3152994\n" "help.text" msgid "<image id=\"img_id3150515\" src=\"sw/res/sc20186.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150515\">Icon</alt></image>" -msgstr "<image id=\"img_id3150515\" src=\"sw/res/sc20186.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150515\">piktograma</alt></image>" +msgstr "<image id=\"img_id3150515\" src=\"sw/res/sc20186.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150515\">Piktograma</alt></image>" #. JRnuj #: 02110000.xhp @@ -266,7 +266,7 @@ msgctxt "" "par_id3159170\n" "help.text" msgid "<image id=\"img_id3148871\" src=\"sw/res/sc20175.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148871\">Icon</alt></image>" -msgstr "<image id=\"img_id3148871\" src=\"sw/res/sc20175.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148871\">piktograma</alt></image>" +msgstr "<image id=\"img_id3148871\" src=\"sw/res/sc20175.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148871\">Piktograma</alt></image>" #. t3E2x #: 02110000.xhp @@ -4741,14 +4741,14 @@ msgctxt "" msgid "<emph>SearchCriteria</emph> is the cell range containing search criteria. If you write several criteria in one row they are connected by AND. If you write the criteria in different rows they are connected by OR. Empty cells in the search criteria range will be ignored." msgstr "<emph>Paieškos kriterijus</emph> yra langelių blokas turintis paieškos kriterijų. Jei parašysite kelis kriterijus toje pačioje eilutėje jie bus sujungti su AND. Jei parašysite kriterijus į skirtingas eilutes jie bus sujungti jungtuku OR. Tušti langeliai paieškos kriterijaus langelių bloke bus ignoruoti." -#. 6EVHB +#. k58yy #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3151188\n" "help.text" -msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\" name=\"Spreadsheet - Calculate\">%PRODUCTNAME Calc - Calculate</link> to define how $[officename] Calc acts when searching for identical entries." -msgstr "Pasirinkite <switchinline select=\"sys\"><caseinline select=\"MAC\">„%PRODUCTNAME“ → Parinktys</caseinline><defaultinline>Priemonės → Parinktys</defaultinline></switchinline> → <link href=\"text/shared/optionen/01060500.xhp\" name=\"Spreadsheet - Calculate\">„%PRODUCTNAME“ Skaičiuoklė → Skaičiavimai</link> jei norite sužinoti kaip „$[officename] “ elgiasi ieškant identiškų reikšmių." +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 "" #. GCPCd #: 04060101.xhp @@ -14461,6 +14461,15 @@ msgctxt "" msgid "See COUNTIF() for some more syntax examples that can be used with SUMIF()." msgstr "Daugiau funkcijai SUMIF naudojamų sintaksės pavyzdžių galite rasti funkcijos COUNTIF aprašyme." +#. Z8TrQ +#: 04060106.xhp +msgctxt "" +"04060106.xhp\n" +"hd_id72921259523046\n" +"help.text" +msgid "<embedvar href=\"text/scalc/01/func_sumifs.xhp#sumifs_head\"/>" +msgstr "" + #. BHGzQ #: 04060106.xhp msgctxt "" @@ -33091,14 +33100,14 @@ msgctxt "" msgid "<emph>Range</emph> is the range to which the criteria are to be applied." msgstr "<emph>Sritis</emph> – langelių sritis, kurioje taikomas nurodytas kriterijus." -#. PESCm +#. HvRLc #: 04060181.xhp msgctxt "" "04060181.xhp\n" "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. If regular expressions are enabled in calculation options you may also enter a search text in the form of a regular expression, e.g. b.* for all cells that begin with b. If wildcards are enabled in calculation options you may enter a search text with wildcards, e.g. b* for all cells that begin with b. You may also indicate a cell address that contains the search criterion. If you search for literal text, enclose the text in double quotes." -msgstr "<emph>Kriterijus</emph> – gali būti nusakytas skaičiais, išraiška ar formule. Pagal nurodytą kriterijų skaičiuojami langeliai. Jei skaičiavimo parinktyse galimas reguliarusis reiškinys, tai galite įvesti paieškos tekstą reguliaraus reiškinio forma, pvz. jei norite suskaičiuoti visus langelius, kuriuose yra ženklas b, tai galite parašyti b*. Jei skaičiavo parinktyse galimi pakaitos simboliai, tai galite įvesti tekstą su pakaitos simboliais, pvz., jei norite suskaičiuoti langelius, kuriuose turinys pradedamas ženklu b, tai įrašykite b*. Jei ieškote teksto, tai kriterijaus tekstą parašykite tarp angliškų kabučių." +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 "" #. ZpDRv #: 04060181.xhp @@ -33163,6 +33172,15 @@ msgctxt "" msgid "To count only negative numbers: <item type=\"input\">=COUNTIF(A1:A10;\"<0\")</item>" msgstr "Jei norite apskaičiuoti neigiamų reikšmių skaičių, tai įverskite formulę: <item type=\"input\">=COUNTIF(A1:A10;\"<0\")</item>" +#. jGBjw +#: 04060181.xhp +msgctxt "" +"04060181.xhp\n" +"hd_id224412044220134\n" +"help.text" +msgid "<embedvar href=\"text/scalc/01/func_countifs.xhp#countifs_head\"/>" +msgstr "" + #. GWdLd #: 04060181.xhp msgctxt "" diff --git a/source/lt/helpcontent2/source/text/scalc/02.po b/source/lt/helpcontent2/source/text/scalc/02.po index df3396a0246..950661e3bd9 100644 --- a/source/lt/helpcontent2/source/text/scalc/02.po +++ b/source/lt/helpcontent2/source/text/scalc/02.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: 2019-01-12 13:18+0100\n" -"PO-Revision-Date: 2019-03-13 11:25+0000\n" -"Last-Translator: eglejasu <egle.jasute@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\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" +"Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textscalc02/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: Pootle 2.8\n" +"X-Generator: Weblate 3.8\n" "X-POOTLE-MTIME: 1552476311.000000\n" +#. aSE5T #: 02130000.xhp msgctxt "" "02130000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Number format: Currency" msgstr "Skaičiaus formatas: valiuta" +#. qnxQS #: 02130000.xhp msgctxt "" "02130000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/02130000.xhp\" name=\"Number format: Currency\">Number format: Currency</link>" msgstr "<link href=\"text/scalc/02/02130000.xhp\" name=\"Number format: Currency\">Skaičių formatas: Valuta</link>" +#. mDBPb #: 02130000.xhp msgctxt "" "02130000.xhp\n" @@ -40,6 +43,7 @@ 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 #: 02130000.xhp msgctxt "" "02130000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" 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>" +#. KBVhJ #: 02130000.xhp msgctxt "" "02130000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Number Format: Currency" msgstr "Skaičiaus formatas: valiuta" +#. CDopB #: 02130000.xhp msgctxt "" "02130000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>." msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Formatas → Langeliai → Skaičiai</link>." +#. fjGg6 #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Number format: Percent" msgstr "Skaičiaus formatas: procentai" +#. vpFDA #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/02140000.xhp\" name=\"Number format: Percent\">Number format: Percent</link>" msgstr "<link href=\"text/scalc/02/02140000.xhp\" name=\"Number format: Percent\">Skaičių formatas: Procentas</link>" +#. fzGGF #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -88,6 +97,7 @@ 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 #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" 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>" +#. CAFBw #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Number Format: Percent" msgstr "Skaičiaus formatas: procentai" +#. xrLA9 #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<bookmark_value>percentage calculations</bookmark_value>" msgstr "<bookmark_value>procentų skaičiavimai</bookmark_value>" +#. Rwuzn #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "You can also enter a percentage sign (%) after a number in a cell:" msgstr "Galite įterpti procento ženklą (%) po skaičiaus langelyje:" +#. LKtGp #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "1% corresponds to 0.01" msgstr "1% atitinka 0,01" +#. CwAEt #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "1 + 16% corresponds to 116% or 1.16" msgstr "1 + 16% atitinka 116% arba 1,16" +#. j7BsM #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "1%% corresponds to 0.0001" msgstr "1%% atitinka 0,0001" +#. DA27s #: 02140000.xhp msgctxt "" "02140000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>" msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Formatas → Langeliai → Skaičiai</link>" +#. bX9GB #: 02150000.xhp msgctxt "" "02150000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Number format: Default" msgstr "Skaičių formatas: numatytasis" +#. di5Pr #: 02150000.xhp msgctxt "" "02150000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/02150000.xhp\" name=\"Number format: Default\">Number format: Default</link>" msgstr "<link href=\"text/scalc/02/02150000.xhp\" name=\"Number format: Default\">Skaičių formatas: numatytasis</link>" +#. CkVDA #: 02150000.xhp msgctxt "" "02150000.xhp\n" @@ -176,6 +196,7 @@ 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 #: 02150000.xhp msgctxt "" "02150000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" 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>" +#. 7xorF #: 02150000.xhp msgctxt "" "02150000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Number Format: Standard" msgstr "Skaičiaus formatas: bendras" +#. JDEfG #: 02150000.xhp msgctxt "" "02150000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>." msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Formatas → Langeliai → Skaičiai</link>." +#. BhR4Z #: 02160000.xhp msgctxt "" "02160000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Number Format: Add Decimal Place" msgstr "Skaičiaus formatas: pridėti dešimtaines skiltis" +#. VsEUD #: 02160000.xhp msgctxt "" "02160000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/02160000.xhp\" name=\"Number Format: Add Decimal Place\">Number Format: Add Decimal Place</link>" msgstr "<link href=\"text/scalc/02/02160000.xhp\" name=\"Number Format: Add Decimal Place\">Skaičių formatas: pridėti dešimtaines skiltis</link>" +#. jhPg6 #: 02160000.xhp msgctxt "" "02160000.xhp\n" @@ -224,14 +250,16 @@ 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 #: 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\">Piktorama</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>" +#. NDn3G #: 02160000.xhp msgctxt "" "02160000.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "Number Format: Add Decimal Place" msgstr "Skaičiaus formatas: pridėti dešimtaines skiltis" +#. JGSHw #: 02170000.xhp msgctxt "" "02170000.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "Number Format: Delete Decimal Place" msgstr "Skaičiaus formatas: šalinti dešimtaines skiltis" +#. ENVTM #: 02170000.xhp msgctxt "" "02170000.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/02170000.xhp\" name=\"Number Format: Delete Decimal Place\">Number Format: Delete Decimal Place</link>" msgstr "<link href=\"text/scalc/02/02170000.xhp\" name=\"Number Format: Delete Decimal Place\">Skaičių formatas: šalinti dešimtaines skiltis</link>" +#. Eip8y #: 02170000.xhp msgctxt "" "02170000.xhp\n" @@ -264,6 +295,7 @@ 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 #: 02170000.xhp msgctxt "" "02170000.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" 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>" +#. xCuwp #: 02170000.xhp msgctxt "" "02170000.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "Number Format: Delete Decimal Place" msgstr "Skaičiaus formatas: šalinti dešimtaines skiltis" +#. 7YmDY #: 06010000.xhp msgctxt "" "06010000.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "Sheet Area" msgstr "Lakšto sritis" +#. JJA9o #: 06010000.xhp msgctxt "" "06010000.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "<bookmark_value>formula bar; sheet area names</bookmark_value><bookmark_value>sheet area names</bookmark_value><bookmark_value>showing; cell references</bookmark_value><bookmark_value>cell references; showing</bookmark_value>" msgstr "<bookmark_value>formulių juosta; lakšto sričių pavadinimai</bookmark_value><bookmark_value>lakšto sričių pavadinimai</bookmark_value><bookmark_value>rodoma; langelio parinktys</bookmark_value><bookmark_value>langelio parinktys; rodoma</bookmark_value>" +#. zo9WM #: 06010000.xhp msgctxt "" "06010000.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06010000.xhp\" name=\"Name Box\">Name Box</link>" msgstr "<link href=\"text/scalc/02/06010000.xhp\" name=\"Name Box\">Pavadinimo langelis</link>" +#. bJypW #: 06010000.xhp msgctxt "" "06010000.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_INSWIN_POS\">Displays the reference for the current cell, the range of the selected cells, or the name of the area. You can also select a range of cells, and then type a name for that range into the <emph>Name Box</emph>.</ahelp>" msgstr "<ahelp hid=\"HID_INSWIN_POS\">Parodo dabartinio langelio parinktis, pažymėtų langelių sritį arba srities pavadinimą. Galite pažymėti langelių sritį ir parašyti srities pavadinimą <emph>Pavadinimo langelyje</emph>.</ahelp>" +#. W3Br6 #: 06010000.xhp msgctxt "" "06010000.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "<image id=\"img_id3152576\" src=\"media/helpimg/calcein.png\" width=\"1.2398inch\" height=\"0.2398inch\" localize=\"true\"><alt id=\"alt_id3152576\">Combo box sheet area</alt></image>" msgstr "<image id=\"img_id3152576\" src=\"media/helpimg/calcein.png\" width=\"1.2398inch\" height=\"0.2398inch\" localize=\"true\"><alt id=\"alt_id3152576\">Lakšto srities išskleidžiamasis sąrašas</alt></image>" +#. wFE7T #: 06010000.xhp msgctxt "" "06010000.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "Name Box" msgstr "Pavadinimo langelis" +#. 3cbES #: 06010000.xhp msgctxt "" "06010000.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" 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." +#. VFke2 #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "Sum" msgstr "Suma" +#. oK8fx #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "<bookmark_value>functions;sum function icon</bookmark_value> <bookmark_value>formula bar;sum function</bookmark_value> <bookmark_value>sum icon</bookmark_value> <bookmark_value>AutoSum button, see sum icon</bookmark_value>" msgstr "<bookmark_value>funkcijos; sumos funkcijos piktograma</bookmark_value> <bookmark_value>formulių juosta;sumos funkcija</bookmark_value> <bookmark_value>sumos piktograma</bookmark_value> <bookmark_value>Automatinio sumavimo mygtukas, žiūrėti sumos piktogramą</bookmark_value>" +#. EUeEf #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06030000.xhp\" name=\"Sum\">Sum</link>" msgstr "<link href=\"text/scalc/02/06030000.xhp\" name=\"Sum\">Suma</link>" +#. M5UpW #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_INSWIN_SUMME\">Inserts the sum of a cell range into the current cell, or inserts sum values into selected cells. Click in a cell, click this icon, and optionally adjust the cell range. Or select some cells into which the sum values will be inserted, then click the icon.</ahelp>" msgstr "<ahelp hid=\"HID_INSWIN_SUMME\">Įterpia langelių srities sumą į dabartinį langelį arba įterpia sumos reikšmę į pažymėtą langelį. Spustelėkite langelyje, spustelėkite sumos piktogramą ir prisitaikykite langelių sritį. Arba pažymėkite keletą langelių, kur bus rašomas sumų reikšmės, tada spustelėkite sumos piktogramą.</ahelp>" +#. urwhB #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "<image id=\"img_id3147434\" src=\"cmd/sc_autosum.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147434\">Icon</alt></image>" msgstr "<image id=\"img_id3147434\" src=\"cmd/sc_autosum.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147434\">Piktograma</alt></image>" +#. hfmVm #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "Sum" msgstr "Suma" +#. DEYk8 #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "$[officename] automatically suggests a cell range, provided that the spreadsheet contains data. If the cell range already contains a sum function, you can combine it with the new one to yield the total sum of the range. If the range contains filters, the Subtotal function is inserted instead of the Sum function." msgstr "$[officename] automatiškai pasiūlo langelių sritį, jei skaičiuoklės dokumente yra duomenų. Jei langelių srityje jau yra panaudota sumos funkcija, galite apjungti ją su nauja funkcija ir pateikti bendrą srities duomenų sumą. Jei sričiai pritaikyti filtrai, tai vietoj sumos funkcijos pritaikoma tarpinės sumos funkcija. " +#. HRZZS #: 06030000.xhp msgctxt "" "06030000.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "Click the <emph>Accept</emph> icon (green check mark) to use the formula displayed in the input line." msgstr "Spustelėkite<emph>Priimti</emph> piktogramą (žymimasis ženklelis prie formulės įvesties eilutės), jei norite naudoti formulę rodomą įvesties eilutėje." +#. NYGR7 #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "Function" msgstr "Funkcija" +#. 9JFi8 #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "<bookmark_value>formula bar; functions</bookmark_value><bookmark_value>functions; formula bar icon</bookmark_value>" msgstr "<bookmark_value>formulių juosta; funkcijos</bookmark_value><bookmark_value>funkcijos; formulių juostos piktograma</bookmark_value>" +#. tnkP3 #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06040000.xhp\" name=\"Function\">Function</link>" msgstr "<link href=\"text/scalc/02/06040000.xhp\" name=\"Function\">Funkcija</link>" +#. TnbLt #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_INSWIN_FUNC\">Adds a formula to the current cell. Click this icon, and then enter the formula in the <emph>Input line</emph>.</ahelp>" msgstr "<ahelp hid=\"HID_INSWIN_FUNC\">Įterpia formulę į dabartinį langelį. Spustelėkite šią piktogramą ir įrašykite formulę <emph>Įvesties eilutėje</emph>.</ahelp>" +#. WH6iw #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "This icon is only available when the <emph>Input line</emph> box is not active." msgstr "Šis piktograma prieinama, kai <emph>Įvesties eilutė</emph> yra neaktyvi." +#. yAAo7 #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "<image id=\"img_id3145785\" src=\"sc/res/sc26049.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145785\">Icon</alt></image>" msgstr "<image id=\"img_id3145785\" src=\"sc/res/sc26049.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145785\">Piktograma</alt></image>" +#. ZjzSD #: 06040000.xhp msgctxt "" "06040000.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "Function" msgstr "Funkcija" +#. kC5QL #: 06050000.xhp msgctxt "" "06050000.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "Input line" msgstr "Įvesties eilutė" +#. CXdQo #: 06050000.xhp msgctxt "" "06050000.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06050000.xhp\" name=\"Input line\">Input line</link>" msgstr "<link href=\"text/scalc/02/06050000.xhp\" name=\"Input line\">Įvesties eilutė</link>" +#. 4R8nP #: 06050000.xhp msgctxt "" "06050000.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_INSWIN_INPUT\">Enter the formula that you want to add to the current cell. You can also click the <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Function Wizard</link> icon to insert a predefined function into the formula.</ahelp>" msgstr "<ahelp hid=\"HID_INSWIN_INPUT\">Įrašykite norimą formulę. Galite spustelėti <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Funkcijos vediklio</link> piktogarmą ir įterpti pasirinktą funkciją.</ahelp>" +#. pBxxB #: 06060000.xhp msgctxt "" "06060000.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "Cancel" msgstr "Atšaukti" +#. FRSZz #: 06060000.xhp msgctxt "" "06060000.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "<bookmark_value>formula bar; canceling inputs</bookmark_value><bookmark_value>functions; canceling input icon</bookmark_value>" msgstr "<bookmark_value>formulių juosta; atšaukti įvesties</bookmark_value><bookmark_value>funkcijos; atšaukiama įvesties piktograma</bookmark_value>" +#. nYGqw #: 06060000.xhp msgctxt "" "06060000.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06060000.xhp\" name=\"Cancel\">Cancel</link>" msgstr "<link href=\"text/scalc/02/06060000.xhp\" name=\"Cancel\">Atšaukti</link>" +#. uafDY #: 06060000.xhp msgctxt "" "06060000.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_INSWIN_CANCEL\">Clears the contents of the <emph>Input line</emph>, or cancels the changes that you made to an existing formula.</ahelp>" msgstr "<ahelp hid=\"HID_INSWIN_CANCEL\">Pašalina <emph>Įvesties eilutėje</emph> esantį įrašą arba atšaukia padarytus pakeitimus formulėje.</ahelp>" +#. DjEeK #: 06060000.xhp msgctxt "" "06060000.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "<image id=\"img_id3156422\" src=\"svx/res/nu02.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3156422\">Icon</alt></image>" msgstr "<image id=\"img_id3156422\" src=\"svx/res/nu02.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3156422\">Piktograma</alt></image>" +#. QZHAo #: 06060000.xhp msgctxt "" "06060000.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "Cancel" msgstr "Atšaukti" +#. i4LsJ #: 06070000.xhp msgctxt "" "06070000.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "Accept" msgstr "Priimti" +#. EG7Fb #: 06070000.xhp msgctxt "" "06070000.xhp\n" @@ -544,6 +610,7 @@ msgctxt "" msgid "<bookmark_value>formula bar; accepting inputs</bookmark_value><bookmark_value>functions; accepting input icon</bookmark_value>" msgstr "<bookmark_value>formulių juosta; priimama įvestis</bookmark_value><bookmark_value>funkcijos; įvesties priėmimo piktograma</bookmark_value>" +#. SK35g #: 06070000.xhp msgctxt "" "06070000.xhp\n" @@ -552,6 +619,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06070000.xhp\" name=\"Accept\">Accept</link>" msgstr "<link href=\"text/scalc/02/06070000.xhp\" name=\"Accept\">Priimti</link>" +#. BBvqG #: 06070000.xhp msgctxt "" "06070000.xhp\n" @@ -560,6 +628,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_INSWIN_OK\">Accepts the contents of the <emph>Input line</emph>, and then inserts the contents into the current cell.</ahelp>" msgstr "<ahelp hid=\"HID_INSWIN_OK\">Priima <emph>Įvesties eilutės</emph> įrašą ir jį įterpia į dabartinį langelį.</ahelp>" +#. D8cSd #: 06070000.xhp msgctxt "" "06070000.xhp\n" @@ -568,6 +637,7 @@ msgctxt "" msgid "<image id=\"img_id3156422\" src=\"svx/res/nu01.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156422\">Icon</alt></image>" msgstr "<image id=\"img_id3156422\" src=\"svx/res/nu01.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156422\">Piktograma</alt></image>" +#. puh2n #: 06070000.xhp msgctxt "" "06070000.xhp\n" @@ -576,6 +646,7 @@ msgctxt "" msgid "Accept" msgstr "Priimti" +#. c7dbD #: 06080000.xhp msgctxt "" "06080000.xhp\n" @@ -584,6 +655,7 @@ msgctxt "" msgid "Theme Selection" msgstr "Temos parinkimas" +#. 7zx5b #: 06080000.xhp msgctxt "" "06080000.xhp\n" @@ -592,6 +664,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/06080000.xhp\" name=\"Theme Selection\">Theme Selection</link>" msgstr "<link href=\"text/scalc/02/06080000.xhp\" name=\"Theme Selection\">Temos pasirinkimas</link>" +#. rVKiP #: 06080000.xhp msgctxt "" "06080000.xhp\n" @@ -600,6 +673,7 @@ msgctxt "" msgid "<variable id=\"thementext\"><ahelp hid=\".uno:ChooseDesign\">Applies a formatting style to the selected cells.</ahelp></variable> The styles include font, border, and background color information." msgstr "<variable id=\"thementext\"><ahelp hid=\".uno:ChooseDesign\">Pažymėtiems langeliams pritaiko formatavimo stilių.</ahelp></variable> Stiliai apima šrifto, rėmelių ir fono spalvos informaciją." +#. SEmnU #: 06080000.xhp msgctxt "" "06080000.xhp\n" @@ -608,6 +682,7 @@ msgctxt "" msgid "<image id=\"img_id3145785\" src=\"cmd/sc_choosedesign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145785\">Icon</alt></image>" msgstr "<image id=\"img_id3145785\" src=\"cmd/sc_choosedesign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145785\">Piktograma</alt></image>" +#. cgZs2 #: 06080000.xhp msgctxt "" "06080000.xhp\n" @@ -616,6 +691,7 @@ msgctxt "" msgid "Choose Themes" msgstr "Pasirinkti temą" +#. xWp4x #: 06080000.xhp msgctxt "" "06080000.xhp\n" @@ -624,6 +700,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_DLGSTYLES_LISTBOX\">Click the formatting theme that you want to apply, and then click <emph>OK</emph>.</ahelp>" msgstr "<ahelp hid=\"HID_DLGSTYLES_LISTBOX\">Spragtelėkite norimą pritaikyti temą ir spustelėkite <emph>Gerai</emph>.</ahelp>" +#. QCyEd #: 08010000.xhp msgctxt "" "08010000.xhp\n" @@ -632,6 +709,7 @@ msgctxt "" msgid "Position in document" msgstr "Padėtis dokumente" +#. RiLaz #: 08010000.xhp msgctxt "" "08010000.xhp\n" @@ -640,6 +718,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/08010000.xhp\" name=\"Position in document\">Position in document</link>" msgstr "<link href=\"text/scalc/02/08010000.xhp\" name=\"Position in document\">Padėtis dokumente</link>" +#. L7Xk5 #: 08010000.xhp msgctxt "" "08010000.xhp\n" @@ -648,6 +727,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:StatusDocPos\">Displays the number of the current sheet and the total number of sheets in the spreadsheet.</ahelp>" msgstr "<ahelp hid=\".uno:StatusDocPos\">Parodo skaičiuoklės dokumento visų lakštų skaičių.</ahelp>" +#. X2Dv6 #: 08080000.xhp msgctxt "" "08080000.xhp\n" @@ -656,6 +736,7 @@ msgctxt "" msgid "Standard Formula, Date/Time, Error Warning" msgstr "Standartinė formulė, Data ir laikas, Klaidos pranešimas" +#. fFadm #: 08080000.xhp msgctxt "" "08080000.xhp\n" @@ -664,6 +745,7 @@ msgctxt "" msgid "<bookmark_value>formulas;status bar</bookmark_value>" msgstr "<bookmark_value>formulės; būsenos juosta</bookmark_value>" +#. MFGFm #: 08080000.xhp msgctxt "" "08080000.xhp\n" @@ -672,6 +754,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/08080000.xhp\" name=\"Standard Formula, Date/Time, Error Warning\">Standard Formula, Date/Time, Error Warning</link>" msgstr "<link href=\"text/scalc/02/08080000.xhp\" name=\"Standard Formula, Date/Time, Error Warning\">Standartinė formulė, Data ir laikas, Klaidos pranešimas</link>" +#. gvyvx #: 08080000.xhp msgctxt "" "08080000.xhp\n" @@ -680,6 +763,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:StateTableCell\">Displays information about the current document. By default, the SUM of the contents of the selected cells is displayed.</ahelp>" msgstr "<ahelp hid=\".uno:StateTableCell\">Parodo informaciją apie dabartinį dokumentą. Numatyta, kad rodoma pažymėtų langelių funkcijos SUM rezultatas.</ahelp>" +#. eCfVn #: 08080000.xhp msgctxt "" "08080000.xhp\n" @@ -688,6 +772,7 @@ msgctxt "" msgid "To change the default formula that is displayed, right-click the field, and then choose the formula that you want. The available formulas are: Average, count of values (COUNTA), count of numbers (COUNT), Maximum, Minimum, Sum, or None." msgstr "Jei norite pakeisti numatytąją formulę, dešiniuoju pelės klavišu spragtelėkite lauką ir pasirinkite norimą formulę. Galima pasirinkti vidurkio (AVERAGE), reikšmių skaičiaus (COUNTA), skaičių skaičiaus (COUNT), didžiausios reikšmės (MAX), mažiausios reikšmės (MIN), sumos (SUM) funkciją arba jokią." +#. hAizh #: 08080000.xhp msgctxt "" "08080000.xhp\n" @@ -696,6 +781,7 @@ msgctxt "" msgid "<link href=\"text/scalc/05/02140000.xhp\" name=\"Error codes\">Error codes</link>" msgstr "<link href=\"text/scalc/05/02140000.xhp\" name=\"Error codes\">Klaidos kodas</link>" +#. 2fX5w #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -704,6 +790,7 @@ msgctxt "" msgid "Zoom In" msgstr "Didinti" +#. kNqRX #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -712,6 +799,7 @@ msgctxt "" msgid "<bookmark_value>page views; increasing scales</bookmark_value><bookmark_value>increasing scales in page view</bookmark_value><bookmark_value>zooming;enlarging page views</bookmark_value>" msgstr "<bookmark_value>puslapio peržiūra; didinama</bookmark_value><bookmark_value>didinama skalė puslapio peržiūroje</bookmark_value><bookmark_value>mastelis; didinama peržiūra</bookmark_value>" +#. XBiGZ #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -720,6 +808,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/10050000.xhp\" name=\"Zoom In\">Zoom In</link>" msgstr "<link href=\"text/scalc/02/10050000.xhp\" name=\"Zoom In\">Didinti</link>" +#. Uq4Tv #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -728,6 +817,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ZoomIn\">Enlarges the screen display of the current document. The current zoom factor is displayed on the <emph>Status Bar</emph>.</ahelp>" msgstr "<ahelp hid=\".uno:ZoomIn\">Padidina dabartinio dokumento vaizdą ekrane. Mastelis matomas<emph>Būsenos juostoje</emph>.</ahelp>" +#. GBXen #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -736,6 +826,7 @@ msgctxt "" msgid "The maximum zoom factor is 400%." msgstr "Didžiausias mastelis yra 400%." +#. dD3H5 #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -744,6 +835,7 @@ msgctxt "" msgid "<image id=\"img_id3151116\" src=\"cmd/sc_zoomin.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151116\">Icon</alt></image>" msgstr "<image id=\"img_id3151116\" src=\"cmd/sc_zoomin.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151116\">Piktograma</alt></image>" +#. GcJsA #: 10050000.xhp msgctxt "" "10050000.xhp\n" @@ -752,6 +844,7 @@ msgctxt "" msgid "Zoom In" msgstr "Didinti" +#. XTPaZ #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -760,6 +853,7 @@ msgctxt "" msgid "Zoom Out" msgstr "Mažinti" +#. P4mw7 #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -768,6 +862,7 @@ msgctxt "" msgid "<bookmark_value>page views;reducing scales</bookmark_value><bookmark_value>zooming;reducing page views</bookmark_value>" msgstr "<bookmark_value>puslapio peržiūra; mažinama</bookmark_value><bookmark_value>mastelio keitimas; mažinama puslapio peržiūra</bookmark_value>" +#. fwoCG #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -776,6 +871,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/10060000.xhp\" name=\"Zoom Out\">Zoom Out</link>" msgstr "<link href=\"text/scalc/02/10060000.xhp\" name=\"Zoom Out\">Mažinti</link>" +#. BgFbq #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -784,6 +880,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:ZoomOut\">Reduces the screen display of the current document. The current zoom factor is displayed on the <emph>Status Bar</emph>.</ahelp>" msgstr "<ahelp hid=\".uno:ZoomOut\">Sumažina dabartinio dokumento vaizdą. Mastelis rodomas <emph>Būsenos juostoje</emph>.</ahelp>" +#. Czu2U #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -792,6 +889,7 @@ msgctxt "" msgid "The minimum zoom factor is 20%." msgstr "Daugiausiai sumažinti galima 20%." +#. DN9qj #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -800,6 +898,7 @@ msgctxt "" msgid "<image id=\"img_id3155131\" src=\"cmd/sc_zoomout.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155131\">Icon</alt></image>" msgstr "<image id=\"img_id3155131\" src=\"cmd/sc_zoomout.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155131\">Piktograma</alt></image>" +#. rfG8A #: 10060000.xhp msgctxt "" "10060000.xhp\n" @@ -808,6 +907,7 @@ msgctxt "" msgid "Zooming Out" msgstr "Mažinama" +#. BwqAM #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -816,6 +916,7 @@ msgctxt "" msgid "Insert" msgstr "Įterpti" +#. GADDh #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -824,6 +925,7 @@ msgctxt "" msgid "<bookmark_value>inserting; objects, toolbar icon</bookmark_value>" msgstr "<bookmark_value>įterpimas; objektai, priemonių juostos piktograma</bookmark_value>" +#. nuhSb #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -832,6 +934,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/18010000.xhp\" name=\"Insert\">Insert</link>" msgstr "<link href=\"text/scalc/02/18010000.xhp\" name=\"Insert\">Įterpti</link>" +#. UfEHG #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -840,6 +943,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsertCtrl\">Click the arrow next to the icon to open the <emph>Insert </emph>toolbar, where you can add graphics and special characters to the current sheet.</ahelp>" msgstr "<ahelp hid=\".uno:InsertCtrl\">Spustelėkite rodyklę šalia piktogramos ir atverkite <emph>Įtrpimo</emph> priemonę, kur galite į dabartinį lakštą ir įterpti pasirinktą grafiką ar specialiuosius rašmenis.</ahelp>" +#. DnSkt #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -848,6 +952,7 @@ msgctxt "" msgid "Tools bar icon:" msgstr "Priemonių juostos piktograma:" +#. Eaf8D #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -856,6 +961,7 @@ msgctxt "" msgid "<image id=\"img_id3156423\" src=\"cmd/sc_insertgraphic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156423\">Icon</alt></image>" msgstr "<image id=\"img_id3156423\" src=\"cmd/sc_insertgraphic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156423\">Piktograma</alt></image>" +#. sQ6Tc #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -864,6 +970,7 @@ msgctxt "" msgid "Insert" msgstr "Įterpti" +#. ZVCSS #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -872,6 +979,7 @@ msgctxt "" msgid "You can select the following icons:" msgstr "Galite pasirinkti šias piktogramas:" +#. mimKi #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -880,6 +988,7 @@ msgctxt "" 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>" +#. hJCq8 #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -888,6 +997,7 @@ msgctxt "" 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>" +#. 9YdEG #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -896,6 +1006,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">From File</link>" msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Iš failo\">Iš failo</link>" +#. kBXFP #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -904,6 +1015,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>" msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formulė</link>" +#. MABzX #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -912,6 +1024,7 @@ msgctxt "" msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Insert Chart\">Chart</link>" msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Insert Chart\">Diagrama</link>" +#. 98CKi #: 18010000.xhp msgctxt "" "18010000.xhp\n" @@ -920,6 +1033,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE Object\">OLE Object</link>" msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE Object\">OLE objektas</link>" +#. QMjWB #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -928,6 +1042,7 @@ msgctxt "" msgid "Insert Cells" msgstr "Įterpti langelius" +#. h3979 #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -936,6 +1051,7 @@ msgctxt "" msgid "<bookmark_value>inserting; cells, toolbar icon</bookmark_value>" msgstr "<bookmark_value>įterpiama; langeliai; priemonių juostos piktograma</bookmark_value>" +#. CMJXh #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -944,6 +1060,7 @@ msgctxt "" msgid "<link href=\"text/scalc/02/18020000.xhp\" name=\"Insert Cells\">Insert Cells</link>" msgstr "<link href=\"text/scalc/02/18020000.xhp\" name=\"Insert Cells\">Įterpti langelius</link>" +#. iTWkf #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -952,6 +1069,7 @@ msgctxt "" msgid "<ahelp hid=\".uno:InsCellsCtrl\">Click the arrow next to the icon to open the <emph>Insert Cells </emph>toolbar, where you can insert cells, rows, and columns into the current sheet.</ahelp>" msgstr "<ahelp hid=\".uno:InsCellsCtrl\">Spustelėkite rodyklę šalia piktogramos ir atverkite priemonių juostą <emph>IĮerpti langelius</emph>, kurioje rasite priemones leidžiančias į dabartinį lakštą įterpti langelius, eilutes ir stulpelius.</ahelp>" +#. o7wEe #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -960,6 +1078,7 @@ msgctxt "" msgid "Tools bar icon:" msgstr "Priemonių juostos piktograma:" +#. eqHih #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -968,6 +1087,7 @@ msgctxt "" msgid "You can select the following icons:" msgstr "Galite pasirinkti šias piktogramas:" +#. m2qTa #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -976,6 +1096,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Down\">Insert Cells Down</link>" msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Down\">Įterpti langelius žemiau</link>" +#. CLMtB #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -984,6 +1105,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Right\">Insert Cells Right</link>" msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Right\">Įterpti langelius dešiniau</link>" +#. nv4or #: 18020000.xhp msgctxt "" "18020000.xhp\n" @@ -992,6 +1114,7 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Rows\">Rows</link>" msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Rows\">Eilutės</link>" +#. ojZTY #: 18020000.xhp msgctxt "" "18020000.xhp\n" diff --git a/source/lt/helpcontent2/source/text/scalc/guide.po b/source/lt/helpcontent2/source/text/scalc/guide.po index 3f7aa1ce54a..3529604b895 100644 --- a/source/lt/helpcontent2/source/text/scalc/guide.po +++ b/source/lt/helpcontent2/source/text/scalc/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-09-30 14:01+0200\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" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textscalcguide/lt/>\n" @@ -2410,14 +2410,14 @@ msgctxt "" msgid "To Reference a Cell in the Same Document" msgstr "Langelio nuorodo įterpimas į to pačio dokumento kitą langelį" -#. J2qBT +#. EruAD #: cellreferences.xhp msgctxt "" "cellreferences.xhp\n" "par_id2078005\n" "help.text" -msgid "Open a new, empty spreadsheet." -msgstr "Atverkite naują, tuščia dokumentą." +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 "" #. paXnm #: cellreferences.xhp @@ -2455,6 +2455,24 @@ msgctxt "" msgid "If you switch back to Sheet1, you will see the same content in cell A1 there. If the contents of Sheet2.A1 change, then the contents of Sheet1.A1 also change." msgstr "Jeigu grįžtumėte į Lakštas1, pamatytumėte tą pati tekstą arba skaičių langelyje A1. Jei pakeisite Lakštas2.A1 langelio turinį, langelio Lakštas1.A1 turinys taip pat pasikeis." +#. Epbaf +#: cellreferences.xhp +msgctxt "" +"cellreferences.xhp\n" +"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 "" + +#. 3CbGE +#: 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>." +msgstr "" + #. mK8vG #: cellreferences.xhp msgctxt "" @@ -2518,14 +2536,14 @@ msgctxt "" msgid "Confirm the formula by clicking the green check mark." msgstr "Patvirtinkite formulę spustelėję žalią varnelę dešinėje." -#. fucwJ +#. Vp5Cb #: cellreferences.xhp msgctxt "" "cellreferences.xhp\n" "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 absolute reference." -msgstr "Jeigu tempdami kvadratėlį esantį aktyviojo langelio dešiniajame apatiniame kampe pažymėsite aplinkui esančius langelius, „$[officename]“ automatiškai įterps atitinkamas nuorodas į gretimus langelius. Formulėje prieš lakšto pavadinimą įterpiamas ženklas „$“ nusakantis absoliučiąsias langelio koordinates." +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 "" #. hrgGP #: cellreferences.xhp @@ -12400,14 +12418,14 @@ msgctxt "" msgid "Defining A Function Using %PRODUCTNAME Basic" msgstr "Funkcijos aprašymas naudojantis „%PRODUCTNAME Basic“" -#. ZP8Ut +#. rA6xD #: userdefined_function.xhp msgctxt "" "userdefined_function.xhp\n" "par_id3148456\n" "help.text" -msgid "Choose <item type=\"menuitem\">Tools - Macros - Organize Macros - %PRODUCTNAME Basic</item>." -msgstr "Pasirinkite <item type=\"menuitem\">Priemonės → Makrokomandos → Tvarkyti makrokomandas → „%PRODUCTNAME Basic“</item>" +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 "" #. 5gEUD #: userdefined_function.xhp @@ -12418,14 +12436,14 @@ msgctxt "" msgid "Click the <emph>Edit</emph> button. You will now see the Basic IDE." msgstr "Spustelėkite mygtuką <emph>Taisyti</emph>. Dabar matysite Basic IDE." -#. C5PDD +#. G6mwG #: userdefined_function.xhp msgctxt "" "userdefined_function.xhp\n" "par_id3150327\n" "help.text" -msgid "Enter the function code. In this example, we define a <item type=\"literal\">VOL(a; b; c)</item> function that calculates the volume of a rectangular solid with side lengths <item type=\"literal\">a</item>, <item type=\"literal\">b</item> and <item type=\"literal\">c</item>:" -msgstr "Įveskite funkcijos kodą. Šiuo pavyzdžiu mes aprašysime <item type=\"literal\">VOL(a; b; c)</item> funkciją, kuri apskaičiuoja erdvinio stačiakampio su žinomais kraštinių ilgiais <item type=\"literal\">a</item>, <item type=\"literal\">b</item> ir <item type=\"literal\">c</item> tūrį:" +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 "" #. eXWo3 #: userdefined_function.xhp @@ -12472,14 +12490,14 @@ msgctxt "" msgid "If you want to copy the user-defined function to a Calc document:" msgstr "Jei norite kopijuoti vartotojo aprašytas funkcijas į Skaičiuoklės dokumentą:" -#. WfojE +#. 9oRKW #: userdefined_function.xhp msgctxt "" "userdefined_function.xhp\n" "par_id3150304\n" "help.text" -msgid "Choose <item type=\"menuitem\">Tools - Macros - Organize Macros - %PRODUCTNAME Basic</item> ." -msgstr "Pasirinkite <item type=\"menuitem\">Priemonės → Makrokomandos → Tvarkyti makrokomandas → „%PRODUCTNAME Basic“</item>" +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 "" #. HZciB #: userdefined_function.xhp @@ -12544,23 +12562,23 @@ msgctxt "" msgid "Applying a User-defined Function in $[officename] Calc" msgstr "Vartotojo aprašytų funkcijų naudojimas „$[officename]“ Skaičiuoklėje" -#. qyYrE +#. cKHUA #: userdefined_function.xhp msgctxt "" "userdefined_function.xhp\n" "par_id3148869\n" "help.text" -msgid "Once you have defined the function <item type=\"literal\">VOL(a; b; c)</item> in the Basic-IDE, you can apply it the same way as the built-in functions of $[officename] Calc." -msgstr "Kai Basic-ID lange aprašėte funkciją <item type=\"literal\">VOL(a; b; c)</item>, ją galite pritaikyti kaip ir „$[officename]“ Skaičiuoklėje jau esančias funkcijas." +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 "" -#. VRybd +#. WtG8F #: userdefined_function.xhp msgctxt "" "userdefined_function.xhp\n" "par_id3148606\n" "help.text" -msgid "Open a Calc document and enter numbers for the function parameters <item type=\"literal\">a</item>, <item type=\"literal\">b</item>, and <item type=\"literal\">c</item> in cells A1, B1, and C1." -msgstr "Atverkite Skaičiuoklės dokumentą ir įveskite skaičius reikalingus funkcijai <item type=\"literal\">a</item>, <item type=\"literal\">b</item> ir <item type=\"literal\">c</item> į langelius A1, B1 ir C1." +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 "" #. TTo2C #: userdefined_function.xhp @@ -12571,15 +12589,6 @@ msgctxt "" msgid "Set the cursor in another cell and enter the following:" msgstr "Užveskite žymeklį į norima langelį ir įveskite:" -#. CjkGL -#: userdefined_function.xhp -msgctxt "" -"userdefined_function.xhp\n" -"par_id3155264\n" -"help.text" -msgid "=VOL(A1;B1;C1)" -msgstr "=VOL(A1;B1;C1)" - #. frbse #: userdefined_function.xhp msgctxt "" diff --git a/source/lt/helpcontent2/source/text/schart/00.po b/source/lt/helpcontent2/source/text/schart/00.po index 93b716eda60..6ece2a1a78b 100644 --- a/source/lt/helpcontent2/source/text/schart/00.po +++ b/source/lt/helpcontent2/source/text/schart/00.po @@ -3,35 +3,38 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-05-22 13:27+0200\n" -"PO-Revision-Date: 2018-05-08 16:25+0000\n" -"Last-Translator: Anonymous Pootle User\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\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/textschart00/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: 1525796725.000000\n" +#. E9tti #: 00000004.xhp msgctxt "" "00000004.xhp\n" "tit\n" "help.text" msgid "To access this function..." -msgstr "" +msgstr "Jei norite tai atlikti…" +#. GYYED #: 00000004.xhp msgctxt "" "00000004.xhp\n" "hd_id3156023\n" "help.text" msgid "<variable id=\"wie\">To access this function...</variable>" -msgstr "" +msgstr "<variable id=\"wie\">Jei norite tai atlikti…</variable>" +#. ug82V #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "Choose <emph>View - Chart Data Table</emph> (Charts)" msgstr "" +#. fU5ZG #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -48,14 +52,16 @@ msgctxt "" msgid "On Formatting bar, click" msgstr "" +#. GDpSu #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3153728\n" "help.text" msgid "<image id=\"img_id3147428\" src=\"cmd/sc_grid.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147428\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147428\" src=\"cmd/sc_grid.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147428\">Piktograma</alt></image>" +#. S6JmP #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Chart Data" msgstr "" +#. GhdKK #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "<variable id=\"efgttl\">Choose <emph>Insert - Titles</emph> (Charts)</variable>" msgstr "" +#. 3x5QB #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "Choose <emph>Insert - Legend</emph> (Charts)" msgstr "" +#. HqMQr #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Choose <emph>Format - Legend - Position</emph> tab (Charts)" msgstr "" +#. EH75q #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Choose <emph>Insert - Data Labels</emph> (Charts)" msgstr "" +#. zEfSg #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Choose <emph>Format - Format Selection - Data Point/Data Series - Data Labels</emph> tab (for data series and data point) (Charts)" msgstr "" +#. SQbvj #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<variable id=\"efgaug\">Choose <emph>Insert - Axes</emph> (Charts)</variable>" msgstr "" +#. GttHw #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Choose <emph>Insert - Grids</emph> (Charts)" msgstr "" +#. LWyLt #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -128,14 +142,16 @@ msgctxt "" msgid "On Formatting bar, click" msgstr "" +#. zTF9a #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3150307\n" "help.text" msgid "<image id=\"img_id3155111\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155111\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155111\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155111\">Piktograma</alt></image>" +#. Abvw3 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -144,14 +160,16 @@ msgctxt "" msgid "Horizontal Grids" msgstr "" +#. 77NFv #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3145384\n" "help.text" msgid "<image id=\"img_id3152989\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152989\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152989\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152989\">Piktograma</alt></image>" +#. AeSzg #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Vertical Grids" msgstr "" +#. Twpy9 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "<variable id=\"efgsta\">Choose <emph>Insert - X Error Bars</emph>, or <emph>Insert - Y Error Bars</emph> (Charts)</variable>" msgstr "" +#. ZD5K5 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<variable id=\"trendlines\">Choose <emph>Insert - Trend Line</emph> (Charts)</variable>" msgstr "" +#. UzBjR #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "<variable id=\"sonderz\">Choose <emph>Insert - Special Character</emph> (Charts)</variable>" msgstr "" +#. 8TxLK #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "<variable id=\"frtoes\">Choose <emph>Format - Format Selection</emph> (Charts)</variable>" msgstr "" +#. DqsZe #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "<variable id=\"frtodd\">Choose <emph>Format - Format Selection - Data Point</emph> dialog (Charts)</variable>" msgstr "" +#. ASTDr #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "<variable id=\"frtodr\">Choose <emph>Format - Format Selection - Data Series</emph> dialog (Charts)</variable>" msgstr "" +#. p2eYn #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "<variable id=\"optionen\">Choose <emph>Format - Format Selection - Data Series - Options</emph> tab (Charts)</variable>" msgstr "" +#. yRSaN #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "<variable id=\"frtttl\">Choose <emph>Format - Title</emph> (Charts)</variable>" msgstr "" +#. CExBh #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "<variable id=\"frtoe\">Choose <emph>Format - Format Selection - Title</emph> dialog (Charts)</variable>" msgstr "" +#. icD4Y #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "<variable id=\"frtegt\">Choose <emph>Format - Format Selection - Title</emph> dialog (Charts)</variable>" msgstr "" +#. aEnjy #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<variable id=\"frttya\">Choose <emph>Format - Title</emph> (Charts)</variable>" msgstr "" +#. arVPN #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "<variable id=\"frttyab\">Choose <emph>Format - Axis</emph> (Charts)</variable>" msgstr "" +#. HDvN2 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<variable id=\"frtlgd\">Choose <emph>Format - Legend</emph>, or <emph>Format - Format Selection - Legend</emph> (Charts)</variable>" msgstr "" +#. R5dmc #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<variable id=\"frtaa\">Choose <emph>Format - Axis - X Axis/Secondary X Axis/Z Axis/All Axes</emph> (Charts)</variable>" msgstr "" +#. Fphi2 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "<variable id=\"frtyas\">Choose <emph>Format - Axis - Y Axis/Secondary Y Axis</emph> (Charts)</variable>" msgstr "" +#. BH3xT #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "<variable id=\"frtysk\">Choose <emph>Format - Axis - Y Axis - Scale</emph> tab (Charts)</variable>" msgstr "" +#. DbZea #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "<variable id=\"positioning\">Choose <emph>Format - Axis - X Axis - Positioning</emph> tab (Charts)</variable>" msgstr "" +#. 7T8FZ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "<variable id=\"positioningy\">Choose <emph>Format - Axis - Y Axis - Positioning</emph> tab (Charts)</variable>" msgstr "" +#. kLZUK #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "<variable id=\"frtgt\">Choose <emph>Format - Grid</emph> (Charts)</variable>" msgstr "" +#. 8RRTD #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "<variable id=\"frtgtr\">Choose <emph>Format - Grid - X, Y, Z Axis Major Grid/ X, Y, Z Minor Grid/ All Axis Grids</emph> (Charts)</variable>" msgstr "" +#. aRwaG #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "<variable id=\"frtdgw\">Choose <emph>Format - Chart Wall - Chart</emph> dialog (Charts)</variable>" msgstr "" +#. F8nYw #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "<variable id=\"frtdgb\">Choose <emph>Format - Chart Floor</emph> (Charts)</variable>" msgstr "" +#. e3DQt #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "<variable id=\"frtdgf\">Choose <emph>Format - Chart Area</emph> (Charts)</variable>" msgstr "" +#. DMVGy #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "Choose <emph>Format - Chart Type</emph> (Charts)" msgstr "" +#. MoAXJ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -360,14 +403,16 @@ msgctxt "" msgid "On Formatting bar, click" msgstr "" +#. sucpX #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3148582\n" "help.text" msgid "<image id=\"img_id3153124\" src=\"cmd/sc_diagramtype.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153124\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153124\" src=\"cmd/sc_diagramtype.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153124\">Piktograma</alt></image>" +#. sMG8t #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "Edit Chart Type" msgstr "" +#. pcXEC #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "<variable id=\"frtdda\">Choose <emph>Format - 3D View</emph> (Charts)</variable>" msgstr "" +#. Fqrq7 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "Choose <emph>Format - Arrangement</emph> (Charts)" msgstr "" +#. fsASf #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -400,14 +448,16 @@ msgctxt "" msgid "Open context menu - choose <emph>Arrangement</emph> (Charts)" msgstr "" +#. YFGGY #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3163824\n" "help.text" msgid "<image id=\"img_id3149708\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149708\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149708\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149708\">Piktograma</alt></image>" +#. DENsj #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -416,14 +466,16 @@ msgctxt "" msgid "Horizontal Grids" msgstr "" +#. sKqMD #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3151183\n" "help.text" msgid "<image id=\"img_id3151189\" src=\"cmd/sc_toggleaxisdescr.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151189\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151189\" src=\"cmd/sc_toggleaxisdescr.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151189\">Piktograma</alt></image>" +#. Mpmae #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -432,14 +484,16 @@ msgctxt "" msgid "Show/Hide Axis Descriptions" msgstr "" +#. E8GSF #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3156315\n" "help.text" msgid "<image id=\"img_id3156322\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156322\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156322\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156322\">Piktograma</alt></image>" +#. RUv7H #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "Vertical Grids" msgstr "" +#. HTXnr #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "<emph>Insert Chart</emph>" msgstr "" +#. FMCni #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "Choose <emph>Insert - Chart...</emph>" msgstr "" +#. r4BHs #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "Choose <emph>Insert - Chart...</emph>" msgstr "" +#. foJgL #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "Double-click a chart, then choose <emph>Format - Data Ranges</emph>" msgstr "" +#. XCQwT #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "<variable id=\"smlp\">In the Chart Type dialog of a Line chart or XY chart that displays lines, choose Smooth in the Lines type drop-down, then click the Properties button.</variable>" msgstr "" +#. ToFBi #: 00000004.xhp msgctxt "" "00000004.xhp\n" diff --git a/source/lt/helpcontent2/source/text/schart/01.po b/source/lt/helpcontent2/source/text/schart/01.po index 59da1ce3590..4bea384b336 100644 --- a/source/lt/helpcontent2/source/text/schart/01.po +++ b/source/lt/helpcontent2/source/text/schart/01.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: 2018-02-27 18:19+0000\n" -"Last-Translator: Anonymous Pootle User\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"PO-Revision-Date: 2019-11-05 11:59+0000\n" +"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" +"Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textschart01/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: 1519755585.000000\n" #. DsZFP @@ -482,7 +482,7 @@ msgctxt "" "par_id3145230\n" "help.text" msgid "<image id=\"img_id3147346\" src=\"cmd/sc_togglelegend.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147346\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147346\" src=\"cmd/sc_togglelegend.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147346\">Piktograma</alt></image>" #. qgksF #: 04020000.xhp @@ -4631,7 +4631,7 @@ msgctxt "" "par_id4673604\n" "help.text" msgid "<image id=\"img_id3145172\" src=\"chart2/res/columns_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_id3145172\">Icon</alt></image> and <image id=\"Graphic8\" src=\"chart2/res/bar_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145172\" src=\"chart2/res/columns_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_id3145172\">Piktograma</alt></image> ir <image id=\"Graphic8\" src=\"chart2/res/bar_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Piktograma</alt></image>" #. apDTw #: choose_chart_type.xhp @@ -4649,7 +4649,7 @@ msgctxt "" "par_id4343394\n" "help.text" msgid "<image id=\"Graphic2\" src=\"chart2/res/pie_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic2\" src=\"chart2/res/pie_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Piktograma</alt></image>" #. H3Ttu #: choose_chart_type.xhp @@ -4667,7 +4667,7 @@ msgctxt "" "par_id292672\n" "help.text" msgid "<image id=\"Graphic21\" src=\"chart2/res/areas_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic21\" src=\"chart2/res/areas_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Piktograma</alt></image>" #. VZzdr #: choose_chart_type.xhp @@ -4685,7 +4685,7 @@ msgctxt "" "par_id2578814\n" "help.text" msgid "<image id=\"Graphic3\" src=\"chart2/res/nostackdirectboth_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic3\" src=\"chart2/res/nostackdirectboth_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Piktograma</alt></image>" #. dsjDD #: choose_chart_type.xhp @@ -4703,7 +4703,7 @@ msgctxt "" "par_id3946653\n" "help.text" msgid "<image id=\"Graphic4\" src=\"chart2/res/valueaxisdirectpoints_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic4\" src=\"chart2/res/valueaxisdirectpoints_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Piktograma</alt></image>" #. eE7So #: choose_chart_type.xhp @@ -4721,7 +4721,7 @@ msgctxt "" "par_id0526200904431454\n" "help.text" msgid "<image id=\"graphics1\" src=\"chart2/res/bubble_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"graphics1\" src=\"chart2/res/bubble_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Piktograma</alt></image>" #. 86un5 #: choose_chart_type.xhp @@ -4739,7 +4739,7 @@ msgctxt "" "par_id8752403\n" "help.text" msgid "<image id=\"Graphic5\" src=\"chart2/res/net_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic5\" src=\"chart2/res/net_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Piktograma</alt></image>" #. eVaRs #: choose_chart_type.xhp @@ -4757,7 +4757,7 @@ msgctxt "" "par_id1846369\n" "help.text" msgid "<image id=\"Graphic6\" src=\"chart2/res/stock_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic6\" src=\"chart2/res/stock_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Piktograma</alt></image>" #. bYxSH #: choose_chart_type.xhp @@ -4775,7 +4775,7 @@ msgctxt "" "par_id1592150\n" "help.text" msgid "<image id=\"Graphic7\" src=\"chart2/res/columnline_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic7\" src=\"chart2/res/columnline_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Piktograma</alt></image>" #. yR6VB #: choose_chart_type.xhp diff --git a/source/lt/helpcontent2/source/text/schart/02.po b/source/lt/helpcontent2/source/text/schart/02.po index e24731372b7..58e371de8d2 100644 --- a/source/lt/helpcontent2/source/text/schart/02.po +++ b/source/lt/helpcontent2/source/text/schart/02.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: 2017-05-09 16:45+0200\n" -"PO-Revision-Date: 2016-06-30 13:25+0000\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" +"PO-Revision-Date: 2019-11-05 12:00+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textschart02/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: 1467293127.000000\n" +"X-Generator: Weblate 3.8\n" +"X-POOTLE-MTIME: 1494389347.000000\n" +#. RTFEU #: 01190000.xhp msgctxt "" "01190000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Data in Rows" msgstr "" +#. DacjG #: 01190000.xhp msgctxt "" "01190000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<link href=\"text/schart/02/01190000.xhp\" name=\"Data in Rows\">Data in Rows</link>" msgstr "" +#. Mn2kr #: 01190000.xhp msgctxt "" "01190000.xhp\n" @@ -40,14 +43,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:DataInRows\">Changes the arrangement of the chart data.</ahelp>" msgstr "" +#. aWA4a #: 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 "" +msgstr "<image id=\"img_id3145643\" src=\"cmd/sc_datainrows.png\"><alt id=\"alt_id3145643\">Piktograma</alt></image>" +#. 6yPuD #: 01190000.xhp msgctxt "" "01190000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Data in Rows" msgstr "" +#. qvE3T #: 01200000.xhp msgctxt "" "01200000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Data in Columns" msgstr "" +#. BFkD4 #: 01200000.xhp msgctxt "" "01200000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "<link href=\"text/schart/02/01200000.xhp\" name=\"Data in Columns\">Data in Columns</link>" msgstr "" +#. eiQk2 #: 01200000.xhp msgctxt "" "01200000.xhp\n" @@ -80,14 +88,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:DataInColumns\">Changes the arrangement of the chart data.</ahelp>" msgstr "" +#. 6keDp #: 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 "" +msgstr "<image id=\"img_id3149379\" src=\"cmd/sc_dataincolumns.png\"><alt id=\"alt_id3149379\">Piktograma</alt></image>" +#. CByTA #: 01200000.xhp msgctxt "" "01200000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Data in Columns" msgstr "" +#. C9YD9 #: 01210000.xhp msgctxt "" "01210000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Scale Text" msgstr "" +#. DWxNU #: 01210000.xhp msgctxt "" "01210000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<bookmark_value>text scaling in charts</bookmark_value><bookmark_value>scaling; text in charts</bookmark_value><bookmark_value>charts;scaling text</bookmark_value>" msgstr "" +#. BSFqu #: 01210000.xhp msgctxt "" "01210000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "<link href=\"text/schart/02/01210000.xhp\" name=\"Scale Text\">Scale Text</link>" msgstr "" +#. 6xNG3 #: 01210000.xhp msgctxt "" "01210000.xhp\n" @@ -128,14 +142,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:ScaleText\">Rescales the text in the chart when you change the size of the chart.</ahelp>" msgstr "" +#. UQA8A #: 01210000.xhp msgctxt "" "01210000.xhp\n" "par_id3150441\n" "help.text" msgid "<image id=\"img_id3159153\" src=\"cmd/sc_scaletext.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3159153\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3159153\" src=\"cmd/sc_scaletext.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3159153\">Piktograma</alt></image>" +#. D6XfW #: 01210000.xhp msgctxt "" "01210000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "Scale Text" msgstr "" +#. B4chT #: 01220000.xhp msgctxt "" "01220000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "Automatic Layout" msgstr "" +#. ipywg #: 01220000.xhp msgctxt "" "01220000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "<bookmark_value>reorganizing charts</bookmark_value><bookmark_value>charts; reorganizing</bookmark_value>" msgstr "" +#. YwCv2 #: 01220000.xhp msgctxt "" "01220000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "<link href=\"text/schart/02/01220000.xhp\" name=\"Automatic Layout\">Automatic Layout</link>" msgstr "" +#. 2iKEq #: 01220000.xhp msgctxt "" "01220000.xhp\n" @@ -176,14 +196,16 @@ msgctxt "" msgid "<ahelp hid=\".uno:NewArrangement\">Moves all chart elements to their default positions inside the current chart. This function does not alter the chart type or any other attributes other than the position of elements.</ahelp>" msgstr "" +#. Fjs5R #: 01220000.xhp msgctxt "" "01220000.xhp\n" "par_id3150010\n" "help.text" msgid "<image id=\"img_id3152577\" src=\"cmd/sc_newarrangement.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152577\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152577\" src=\"cmd/sc_newarrangement.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152577\">Piktograma</alt></image>" +#. FWQFj #: 01220000.xhp msgctxt "" "01220000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Automatic Layout" msgstr "" +#. i2NqE #: 02020000.xhp msgctxt "" "02020000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "Current Chart Type" msgstr "" +#. pabZ5 #: 02020000.xhp msgctxt "" "02020000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "<link href=\"text/schart/02/02020000.xhp\" name=\"Current Chart Type\">Current Chart Type</link>" msgstr "" +#. b2GAj #: 02020000.xhp msgctxt "" "02020000.xhp\n" diff --git a/source/lt/helpcontent2/source/text/sdraw/00.po b/source/lt/helpcontent2/source/text/sdraw/00.po index 42c44c056a0..7620ebf9d8e 100644 --- a/source/lt/helpcontent2/source/text/sdraw/00.po +++ b/source/lt/helpcontent2/source/text/sdraw/00.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: 2017-05-10 04:09+0000\n" -"Last-Translator: Anonymous Pootle User\n" -"Language-Team: LANGUAGE <LL@li.org>\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/textsdraw00/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: 1494389351.000000\n" #. EDSDr @@ -104,7 +104,7 @@ msgctxt "" "par_id351556823072396\n" "help.text" msgid "<image id=\"img_id381556823072396\" src=\"cmd/sc_insertpage.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id381556823072396\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id381556823072396\" src=\"cmd/sc_insertpage.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id381556823072396\">Piktograma</alt></image>" #. xbkHm #: page_menu.xhp diff --git a/source/lt/helpcontent2/source/text/sdraw/guide.po b/source/lt/helpcontent2/source/text/sdraw/guide.po index db71ec669d6..cb0ae0ca752 100644 --- a/source/lt/helpcontent2/source/text/sdraw/guide.po +++ b/source/lt/helpcontent2/source/text/sdraw/guide.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-08-21 21:37+0200\n" -"PO-Revision-Date: 2018-04-17 15:36+0000\n" -"Last-Translator: Anonymous Pootle User\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2019-11-05 14:28+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" "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: 1523979406.000000\n" @@ -1580,7 +1580,7 @@ msgctxt "" "par_id3149018\n" "help.text" msgid "<image id=\"img_id3145643\" src=\"cmd/sc_formatgroup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3145643\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145643\" src=\"cmd/sc_formatgroup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3145643\">Piktograma</alt></image>" #. 9Skiw #: groups.xhp @@ -1625,7 +1625,7 @@ msgctxt "" "par_id3150370\n" "help.text" msgid "<image id=\"img_id3155376\" src=\"cmd/sc_entergroup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3155376\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155376\" src=\"cmd/sc_entergroup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3155376\">Piktograma</alt></image>" #. HrJDA #: groups.xhp @@ -1643,7 +1643,7 @@ msgctxt "" "par_id3151239\n" "help.text" msgid "<image id=\"img_id3155264\" src=\"cmd/sc_leavegroup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3155264\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155264\" src=\"cmd/sc_leavegroup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3155264\">Piktograma</alt></image>" #. ZBWCE #: groups.xhp @@ -2642,7 +2642,7 @@ msgctxt "" "par_id3146975\n" "help.text" msgid "<image id=\"img_id3154729\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3154729\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154729\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3154729\">Piktograma</alt></image>" #. BCWQR #: rotate_object.xhp @@ -2687,7 +2687,7 @@ msgctxt "" "par_id3155962\n" "help.text" msgid "<image id=\"img_id3154023\" src=\"media/helpimg/rotieren.png\" width=\"5.424cm\" height=\"3.916cm\"><alt id=\"alt_id3154023\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154023\" src=\"media/helpimg/rotieren.png\" width=\"5.424cm\" height=\"3.916cm\"><alt id=\"alt_id3154023\">Piktograma</alt></image>" #. FrzvS #: rotate_object.xhp @@ -2716,13 +2716,13 @@ msgctxt "" msgid "Adding Text" msgstr "" -#. CpYBz +#. aaiFD #: text_enter.xhp msgctxt "" "text_enter.xhp\n" "bm_id3153144\n" "help.text" -msgid "<bookmark_value>text frames</bookmark_value> <bookmark_value>inserting;text frames</bookmark_value> <bookmark_value>copying;text from other documents</bookmark_value> <bookmark_value>pasting;text from other documents</bookmark_value> <bookmark_value>legends; drawings</bookmark_value>" +msgid "<bookmark_value>text box</bookmark_value><bookmark_value>inserting;text box</bookmark_value><bookmark_value>copying;text from other documents</bookmark_value><bookmark_value>pasting;text from other documents</bookmark_value><bookmark_value>legends; drawings</bookmark_value>" msgstr "" #. JnXwh @@ -2797,13 +2797,13 @@ msgctxt "" msgid "Adding a Text Box" msgstr "" -#. 4jPFg +#. tkEEf #: text_enter.xhp msgctxt "" "text_enter.xhp\n" "par_id3155266\n" "help.text" -msgid "Click the <emph>Text</emph> icon <image id=\"img_id3156450\" src=\"cmd/sc_text.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3156450\">Icon</alt></image> and move the mouse pointer to where you want to enter the text box." +msgid "Click the <emph>Text</emph> icon<image id=\"img_id3156450\" src=\"cmd/sc_text.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3156450\">Icon</alt></image> and move the mouse pointer to where you want to enter the text box." msgstr "" #. dLN6f @@ -2905,13 +2905,13 @@ msgctxt "" msgid "To determine the position of the text, use the settings in <emph>Format - Text</emph>." msgstr "" -#. V5j4Y +#. gifR8 #: text_enter.xhp msgctxt "" "text_enter.xhp\n" "par_id3147366\n" "help.text" -msgid "For example, click the arrow next to the <emph>Callouts</emph> icon <image id=\"img_id3154508\" src=\"cmd/sc_calloutshapes.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154508\">Icon</alt></image> to open the Callouts toolbar." +msgid "For example, click the arrow next to the <emph>Callouts</emph> icon<image id=\"img_id3154508\" src=\"cmd/sc_calloutshapes.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154508\">Icon</alt></image> to open the Callouts toolbar." msgstr "" #. TBBEa diff --git a/source/lt/helpcontent2/source/text/shared.po b/source/lt/helpcontent2/source/text/shared.po index 7153530a6a2..e3aeb2aef30 100644 --- a/source/lt/helpcontent2/source/text/shared.po +++ b/source/lt/helpcontent2/source/text/shared.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-03-15 22:19+0000\n" +"PO-Revision-Date: 2019-11-05 12:21+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textshared/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: 1552688379.000000\n" #. ybhKD @@ -1238,7 +1238,7 @@ msgctxt "" "par_id3154013\n" "help.text" msgid "<image id=\"img_id3150010\" src=\"cmd/sc_firstrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150010\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150010\" src=\"cmd/sc_firstrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150010\">Piktograma</alt></image>" #. VCqM6 #: main0213.xhp @@ -1265,7 +1265,7 @@ msgctxt "" "par_id3145647\n" "help.text" msgid "<image id=\"img_id3147394\" src=\"cmd/sc_prevrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147394\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147394\" src=\"cmd/sc_prevrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147394\">Piktograma</alt></image>" #. gitqo #: main0213.xhp @@ -1292,7 +1292,7 @@ msgctxt "" "par_id3146913\n" "help.text" msgid "<image id=\"img_id3150753\" src=\"cmd/sc_nextrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150753\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150753\" src=\"cmd/sc_nextrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150753\">Piktograma</alt></image>" #. BJBj8 #: main0213.xhp @@ -1319,7 +1319,7 @@ msgctxt "" "par_id3155337\n" "help.text" msgid "<image id=\"img_id3163808\" src=\"cmd/sc_lastrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163808\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3163808\" src=\"cmd/sc_lastrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163808\">Piktograma</alt></image>" #. 65BvC #: main0213.xhp @@ -1346,7 +1346,7 @@ msgctxt "" "par_id3150647\n" "help.text" msgid "<image id=\"img_id3150941\" src=\"cmd/sc_recsave.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150941\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150941\" src=\"cmd/sc_recsave.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150941\">Piktograma</alt></image>" #. Dbdf5 #: main0213.xhp @@ -1373,7 +1373,7 @@ msgctxt "" "par_id3166423\n" "help.text" msgid "<image id=\"img_id3156138\" src=\"cmd/sc_recundo.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156138\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156138\" src=\"cmd/sc_recundo.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156138\">Piktograma</alt></image>" #. GAZ7t #: main0213.xhp @@ -1400,7 +1400,7 @@ msgctxt "" "par_id3149735\n" "help.text" msgid "<image id=\"img_id3155578\" src=\"cmd/sc_newrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155578\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155578\" src=\"cmd/sc_newrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155578\">Piktograma</alt></image>" #. e4GJo #: main0213.xhp @@ -1427,7 +1427,7 @@ msgctxt "" "par_id3145584\n" "help.text" msgid "<image id=\"img_id3166434\" src=\"cmd/sc_deleterecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3166434\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3166434\" src=\"cmd/sc_deleterecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3166434\">Piktograma</alt></image>" #. noMmE #: main0213.xhp @@ -1688,7 +1688,7 @@ msgctxt "" "par_id3145366\n" "help.text" msgid "<image id=\"img_id3153951\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153951\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153951\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153951\">Piktograma</alt></image>" #. wNGCc #: main0227.xhp @@ -1733,7 +1733,7 @@ msgctxt "" "par_id3154096\n" "help.text" msgid "<image id=\"img_id3149377\" src=\"cmd/sc_beziermove.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149377\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149377\" src=\"cmd/sc_beziermove.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149377\">Piktograma</alt></image>" #. BFM7Z #: main0227.xhp @@ -1778,7 +1778,7 @@ msgctxt "" "par_id3153838\n" "help.text" msgid "<image id=\"img_id3146969\" src=\"cmd/sc_bezierinsert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146969\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146969\" src=\"cmd/sc_bezierinsert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146969\">Piktograma</alt></image>" #. Dfg35 #: main0227.xhp @@ -1823,7 +1823,7 @@ msgctxt "" "par_id3147321\n" "help.text" msgid "<image id=\"img_id3146920\" src=\"cmd/sc_bezierdelete.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146920\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146920\" src=\"cmd/sc_bezierdelete.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146920\">Piktograma</alt></image>" #. 6i377 #: main0227.xhp @@ -1859,7 +1859,7 @@ msgctxt "" "par_id3153788\n" "help.text" msgid "<image id=\"img_id3148489\" src=\"cmd/sc_beziercutline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148489\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148489\" src=\"cmd/sc_beziercutline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148489\">Piktograma</alt></image>" #. vmsiD #: main0227.xhp @@ -1904,7 +1904,7 @@ msgctxt "" "par_id3158212\n" "help.text" msgid "<image id=\"img_id3149036\" src=\"cmd/sc_bezierconvert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149036\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149036\" src=\"cmd/sc_bezierconvert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149036\">Piktograma</alt></image>" #. PtsWF #: main0227.xhp @@ -1940,7 +1940,7 @@ msgctxt "" "par_id3154576\n" "help.text" msgid "<image id=\"img_id3154201\" src=\"cmd/sc_bezieredge.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154201\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154201\" src=\"cmd/sc_bezieredge.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154201\">Piktograma</alt></image>" #. eLuKD #: main0227.xhp @@ -1976,7 +1976,7 @@ msgctxt "" "par_id3148813\n" "help.text" msgid "<image id=\"img_id3151183\" src=\"cmd/sc_beziersmooth.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151183\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151183\" src=\"cmd/sc_beziersmooth.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151183\">Piktograma</alt></image>" #. MLk9o #: main0227.xhp @@ -2012,7 +2012,7 @@ msgctxt "" "par_id3153818\n" "help.text" msgid "<image id=\"img_id3159218\" src=\"cmd/sc_beziersymmetric.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159218\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3159218\" src=\"cmd/sc_beziersymmetric.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159218\">Piktograma</alt></image>" #. 2Byoz #: main0227.xhp @@ -2048,7 +2048,7 @@ msgctxt "" "par_id3154344\n" "help.text" msgid "<image id=\"img_id3148607\" src=\"cmd/sc_bezierclose.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148607\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148607\" src=\"cmd/sc_bezierclose.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148607\">Piktograma</alt></image>" #. 29q2Q #: main0227.xhp @@ -2084,7 +2084,7 @@ msgctxt "" "par_id3148970\n" "help.text" msgid "<image id=\"img_id3155385\" src=\"cmd/sc_beziereliminatepoints.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155385\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155385\" src=\"cmd/sc_beziereliminatepoints.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155385\">Piktograma</alt></image>" #. vHE4T #: main0227.xhp diff --git a/source/lt/helpcontent2/source/text/shared/00.po b/source/lt/helpcontent2/source/text/shared/00.po index 8f45daee5a2..afbc810cd4a 100644 --- a/source/lt/helpcontent2/source/text/shared/00.po +++ b/source/lt/helpcontent2/source/text/shared/00.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-10-14 14:32+0200\n" -"PO-Revision-Date: 2019-09-26 12:21+0000\n" +"POT-Creation-Date: 2019-11-08 20:19+0100\n" +"PO-Revision-Date: 2019-11-05 12:13+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: lt\n" @@ -311,7 +311,7 @@ msgctxt "" "par_id3157808\n" "help.text" msgid "<image id=\"img_id3148685\" src=\"formula/res/refinp1.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3148685\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148685\" src=\"formula/res/refinp1.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3148685\">Piktograma</alt></image>" #. fdGk2 #: 00000001.xhp @@ -329,7 +329,7 @@ msgctxt "" "par_id3153349\n" "help.text" msgid "<image id=\"img_id3149784\" src=\"formula/res/refinp2.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149784\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149784\" src=\"formula/res/refinp2.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149784\">Piktograma</alt></image>" #. RiUGk #: 00000001.xhp @@ -547,13 +547,22 @@ msgctxt "" msgid "<variable id=\"siehe\">See also the following functions:</variable>" msgstr "" -#. jLUaA +#. Jrt98 #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3147418\n" "help.text" -msgid "<variable id=\"regulaer\">The search supports wildcards or <link href=\"text/shared/01/02100001.xhp\" name=\"regular expressions\">regular expressions</link>. With regular expressions enabled, you can enter \"all.*\", for example to find the first location of \"all\" followed by any characters. If you want to search for a text that is also a regular expression, you must either precede every character with a \"\\\" character, or enclose the text into \\Q...\\E. You can switch the automatic evaluation of wildcards or regular expression on and off in <link href=\"text/shared/optionen/01060500.xhp\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Calculate</emph></link>.</variable>" +msgid "The search supports wildcards or <link href=\"text/shared/01/02100001.xhp\" name=\"regular expressions\">regular expressions</link>. With regular expressions enabled, you can enter \"all.*\", for example to find the first location of \"all\" followed by any characters. If you want to search for a text that is also a regular expression, you must either precede every character with a \"\\\" character, or enclose the text into \\Q...\\E. You can switch the automatic evaluation of wildcards or regular expression on and off in <link href=\"text/shared/optionen/01060500.xhp\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Calculate</menuitem></link>." +msgstr "" + +#. GFeqE +#: 00000001.xhp +msgctxt "" +"00000001.xhp\n" +"par_id651572973288601\n" +"help.text" +msgid "When using functions where one or more arguments are search criteria strings that represents a regular expression, the first attempt is to convert the string criteria to numbers. For example, \".0\" will convert to 0.0 and so on. If successful, the match will not be a regular expression match but a numeric match. However, when switching to a locale where the decimal separator is not the dot makes the regular expression conversion work. To force the evaluation of the regular expression instead of a numeric expression, use some expression that can not be misread as numeric, such as \".[0]\" or \".\\0\" or \"(?i).0\"." msgstr "" #. bEEp5 @@ -1464,7 +1473,7 @@ msgctxt "" "par_id3154689\n" "help.text" msgid "<image id=\"img_id3152427\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152427\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152427\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152427\">Piktograma</alt></image>" #. 2Cahs #: 00000004.xhp @@ -1482,7 +1491,7 @@ msgctxt "" "par_id3157898\n" "help.text" msgid "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">Piktograma</alt></image>" #. gfGjE #: 00000004.xhp @@ -1500,7 +1509,7 @@ msgctxt "" "par_id3149750\n" "help.text" msgid "<image id=\"img_id3146957\" src=\"cmd/sc_justifypara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146957\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146957\" src=\"cmd/sc_justifypara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146957\">Piktograma</alt></image>" #. tMJpB #: 00000004.xhp @@ -1518,7 +1527,7 @@ msgctxt "" "par_id3145382\n" "help.text" msgid "<image id=\"img_id3163802\" src=\"cmd/sc_spacepara15.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163802\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3163802\" src=\"cmd/sc_spacepara15.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163802\">Piktograma</alt></image>" #. UDFqe #: 00000004.xhp @@ -1536,7 +1545,7 @@ msgctxt "" "par_id3150131\n" "help.text" msgid "<image id=\"img_id3153252\" src=\"cmd/sc_spacepara2.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153252\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153252\" src=\"cmd/sc_spacepara2.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153252\">Piktograma</alt></image>" #. GEXHB #: 00000004.xhp @@ -1554,7 +1563,7 @@ msgctxt "" "par_id3149820\n" "help.text" msgid "<image id=\"img_id3153126\" src=\"cmd/sc_superscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153126\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153126\" src=\"cmd/sc_superscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153126\">Piktograma</alt></image>" #. hc7Ku #: 00000004.xhp @@ -1572,7 +1581,7 @@ msgctxt "" "par_id3147077\n" "help.text" msgid "<image id=\"img_id3155135\" src=\"cmd/sc_subscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155135\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155135\" src=\"cmd/sc_subscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155135\">Piktograma</alt></image>" #. fQmjX #: 00000004.xhp @@ -1590,7 +1599,7 @@ msgctxt "" "par_id3148550\n" "help.text" msgid "<image id=\"img_id3149294\" src=\"media/helpimg/feldurch.png\" width=\"0.9374inch\" height=\"0.2398inch\"><alt id=\"alt_id3149294\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149294\" src=\"media/helpimg/feldurch.png\" width=\"0.9374inch\" height=\"0.2398inch\"><alt id=\"alt_id3149294\">Piktograma</alt></image>" #. ETAN9 #: 00000004.xhp @@ -1608,7 +1617,7 @@ msgctxt "" "par_id3153379\n" "help.text" msgid "<image id=\"img_id3148401\" src=\"media/helpimg/feldcolo.png\" width=\"1.0417inch\" height=\"0.2398inch\"><alt id=\"alt_id3148401\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148401\" src=\"media/helpimg/feldcolo.png\" width=\"1.0417inch\" height=\"0.2398inch\"><alt id=\"alt_id3148401\">Piktograma</alt></image>" #. H2LTC #: 00000004.xhp @@ -1626,7 +1635,7 @@ msgctxt "" "par_id3156214\n" "help.text" msgid "<image id=\"img_id3149807\" src=\"media/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149807\" src=\"media/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Piktograma</alt></image>" #. CWENi #: 00000004.xhp @@ -1644,7 +1653,7 @@ msgctxt "" "par_id3154154\n" "help.text" msgid "<image id=\"img_id3145152\" src=\"media/helpimg/swh00117.png\" width=\"2.0835inch\" height=\"0.2398inch\"><alt id=\"alt_id3145152\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145152\" src=\"media/helpimg/swh00117.png\" width=\"2.0835inch\" height=\"0.2398inch\"><alt id=\"alt_id3145152\">Piktograma</alt></image>" #. fErWC #: 00000004.xhp @@ -1662,7 +1671,7 @@ msgctxt "" "par_id3153367\n" "help.text" msgid "<image id=\"img_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">Piktograma</alt></image>" #. 9YVAT #: 00000004.xhp @@ -1680,7 +1689,7 @@ msgctxt "" "par_id3146923\n" "help.text" msgid "<image id=\"img_id3150410\" src=\"cmd/sc_cellvertbottom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150410\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150410\" src=\"cmd/sc_cellvertbottom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150410\">Piktograma</alt></image>" #. Ef3xo #: 00000004.xhp @@ -1698,7 +1707,7 @@ msgctxt "" "par_id3153097\n" "help.text" msgid "<image id=\"img_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">Piktograma</alt></image>" #. azeZ6 #: 00000004.xhp @@ -1716,7 +1725,7 @@ msgctxt "" "par_id3147436\n" "help.text" msgid "<image id=\"img_id3159123\" src=\"svx/res/nu01.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159123\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3159123\" src=\"svx/res/nu01.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159123\">Piktograma</alt></image>" #. ENztd #: 00000004.xhp @@ -1734,7 +1743,7 @@ msgctxt "" "par_id3146147\n" "help.text" msgid "<image id=\"img_id3145364\" src=\"svx/res/nu02.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145364\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145364\" src=\"svx/res/nu02.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145364\">Piktograma</alt></image>" #. kXRJp #: 00000004.xhp @@ -1752,7 +1761,7 @@ msgctxt "" "par_id3154730\n" "help.text" msgid "<image id=\"img_id3154096\" src=\"svtools/res/up_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154096\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154096\" src=\"svtools/res/up_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154096\">Piktograma</alt></image>" #. rJNkG #: 00000004.xhp @@ -1770,7 +1779,7 @@ msgctxt "" "par_id3149412\n" "help.text" msgid "<image id=\"img_id3153279\" src=\"fpicker/res/fp014.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153279\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153279\" src=\"fpicker/res/fp014.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153279\">Piktograma</alt></image>" #. m6bWV #: 00000004.xhp @@ -1788,7 +1797,7 @@ msgctxt "" "par_id3153221\n" "help.text" msgid "<image id=\"img_id3153334\" src=\"svtools/res/up_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153334\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153334\" src=\"svtools/res/up_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153334\">Piktograma</alt></image>" #. zUdcH #: 00000004.xhp @@ -1806,7 +1815,7 @@ msgctxt "" "par_id3151320\n" "help.text" msgid "<image id=\"img_id3148833\" src=\"fpicker/res/fp014.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148833\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148833\" src=\"fpicker/res/fp014.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148833\">Piktograma</alt></image>" #. gETA5 #: 00000004.xhp @@ -1824,7 +1833,7 @@ msgctxt "" "par_id3156361\n" "help.text" msgid "<image id=\"img_id3150656\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150656\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150656\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150656\">Piktograma</alt></image>" #. MwFVN #: 00000004.xhp @@ -1842,7 +1851,7 @@ msgctxt "" "par_id3151357\n" "help.text" msgid "<image id=\"img_id3154363\" src=\"res/sc06300.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154363\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154363\" src=\"res/sc06300.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154363\">Piktograma</alt></image>" #. zD8D2 #: 00000004.xhp @@ -1860,7 +1869,7 @@ msgctxt "" "par_id3083285\n" "help.text" msgid "<image id=\"img_id3147100\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147100\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">Piktograma</alt></image>" #. wYB2E #: 00000004.xhp @@ -1878,7 +1887,7 @@ msgctxt "" "par_id3151189\n" "help.text" msgid "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">Piktograma</alt></image>" #. vBAYW #: 00000004.xhp @@ -1896,7 +1905,7 @@ msgctxt "" "par_id3152946\n" "help.text" msgid "<image id=\"img_id3155904\" src=\"cmd/sc_exportdirecttopdf.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155904\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155904\" src=\"cmd/sc_exportdirecttopdf.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155904\">Piktograma</alt></image>" #. QDsEn #: 00000004.xhp @@ -7009,7 +7018,7 @@ msgctxt "" "par_id3155259\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+P" -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Vald</defaultinline></switchinline>+P" +msgstr "Paspauskite klavišus <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Vald</emph></defaultinline></switchinline><emph>+P</emph>" #. DAFSE #: 00000401.xhp @@ -8119,6 +8128,15 @@ msgctxt "" msgid "<variable id=\"makro\">Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+F11 (if not assigned by your system).</variable>" msgstr "<variable id=\"makro\">Pasirinkite <emph>Priemonės → Makrokomandos → Tvarkyti makrokomandas → %PRODUCTNAME Basic</emph>, arba paspauskite <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+F11 (jei kombinacija nenaudojama operacinės sistemos).</variable>" +#. mxkvw +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id3151386\n" +"help.text" +msgid "<variable id=\"selectmakro\">Choose <emph>Tools - Macros - Run Macros</emph>.</variable>" +msgstr "" + #. oTQwa #: 00000406.xhp msgctxt "" @@ -8164,6 +8182,15 @@ msgctxt "" msgid "<variable id=\"passwort\">Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph>,<br/>click the <emph>Organizer</emph> button,<br/>click the <emph>Libraries</emph> tab,<br/>and then click the <emph>Password</emph> button.</variable>" msgstr "<variable id=\"passwort\">Pasirinkite komandą <emph>Priemonės → Makrokomandos → Tvarkyti makrokomandas → %PRODUCTNAME Basic</emph>,<br/> spustelėkite mygtuką <emph>Tvarkytuvė</emph>,<br/> atverkite kortelę <emph>Bibliotekos</emph><br/> ir ten spustelėkite mygtuką <emph>Slaptažodis</emph>.</variable>" +#. rBcj4 +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id3150498\n" +"help.text" +msgid "<variable id=\"liborganizer\">Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph>,<br/>click the <widget>Organizer</widget> button.</variable>" +msgstr "" + #. SqBL5 #: 00000406.xhp msgctxt "" @@ -8227,23 +8254,22 @@ msgctxt "" msgid "<variable id=\"menue\">Choose <emph>Tools - Customize - Menus</emph> tab.</variable>" msgstr "<variable id=\"menue\">Pasirinkite komandą <emph>Priemonės → Sąranka</emph> ir atverkite kortelę <emph>Meniu</emph>.</variable>" -#. LDuc8 +#. DMB2H #: 00000406.xhp -#, fuzzy msgctxt "" "00000406.xhp\n" "par_idN108E9\n" "help.text" -msgid "<variable id=\"menuenew\">Choose <emph>Tools - Customize - Menus</emph> tab, click <emph>New</emph>.</variable>" -msgstr "<variable id=\"menuenew\">Pasirinkite komandą <emph>Priemonės → Sąranka</emph>, atverkite kortelę <emph>Meniu</emph> ir spustelėkite mygtuką <emph>Įterpti</emph>.</variable>" +msgid "<variable id=\"menuenew\">Choose <menuitem>Tools - Customize - Menus</menuitem> tab, click the gear <image id=\"img_id3148386\" src=\"cmd/lc_config.svg\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148386\">Icon gear menu</alt></image> dropdown menu and choose <menuitem>Add</menuitem>.</variable>" +msgstr "" -#. DbECK +#. H7agM #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_idN10919\n" "help.text" -msgid "<variable id=\"menuemove\">Choose <emph>Tools - Customize - Menus</emph> tab, click <emph>Menu - Move</emph>.</variable>" +msgid "<variable id=\"menuemove\">Choose <menuitem>Tools - Customize - Menus</menuitem> tab, click the gear <image id=\"img_id3148386\" src=\"cmd/lc_config.svg\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148386\">Icon gear menu</alt></image> dropdown menu and choose <menuitem>Move</menuitem>.</variable>" msgstr "" #. BKMeD @@ -13509,7 +13535,7 @@ msgctxt "" "par_id3155449\n" "help.text" msgid "<image id=\"img_id3155577\" src=\"cmd/sc_undo.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155577\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155577\" src=\"cmd/sc_undo.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155577\">Piktograma</alt></image>" #. QzA62 #: edit_menu.xhp @@ -13545,7 +13571,7 @@ msgctxt "" "par_id3154938\n" "help.text" msgid "<image id=\"img_id3150358\" src=\"cmd/sc_redo.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150358\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150358\" src=\"cmd/sc_redo.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150358\">Piktograma</alt></image>" #. F99gF #: edit_menu.xhp @@ -13599,7 +13625,7 @@ msgctxt "" "par_id3145173\n" "help.text" msgid "<image id=\"img_id3145744\" src=\"cmd/sc_cut.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145744\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145744\" src=\"cmd/sc_cut.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145744\">Piktograma</alt></image>" #. b2BCg #: edit_menu.xhp @@ -13644,7 +13670,7 @@ msgctxt "" "par_id3154985\n" "help.text" msgid "<image id=\"img_id3156441\" src=\"cmd/sc_copy.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156441\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156441\" src=\"cmd/sc_copy.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156441\">Piktograma</alt></image>" #. Ezjwz #: edit_menu.xhp @@ -13689,7 +13715,7 @@ msgctxt "" "par_id3156106\n" "help.text" msgid "<image id=\"img_id3159196\" src=\"cmd/sc_paste.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159196\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3159196\" src=\"cmd/sc_paste.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159196\">Piktograma</alt></image>" #. ZtHb2 #: edit_menu.xhp @@ -13734,7 +13760,7 @@ msgctxt "" "par_id3145748\n" "help.text" msgid "<image id=\"img_id3153095\" src=\"cmd/sc_selectall.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153095\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153095\" src=\"cmd/sc_selectall.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153095\">Piktograma</alt></image>" #. 8xMiC #: edit_menu.xhp @@ -13896,7 +13922,7 @@ msgctxt "" "par_id3150020\n" "help.text" msgid "<image id=\"img_id3149121\" src=\"cmd/sc_recsearch.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149121\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149121\" src=\"cmd/sc_recsearch.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149121\">Piktograma</alt></image>" #. jRcHP #: edit_menu.xhp @@ -13977,7 +14003,7 @@ msgctxt "" "par_id3159183\n" "help.text" msgid "<image id=\"img_id3154508\" src=\"cmd/sc_navigator.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154508\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154508\" src=\"cmd/sc_navigator.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154508\">Piktograma</alt></image>" #. DFjLG #: edit_menu.xhp diff --git a/source/lt/helpcontent2/source/text/shared/01.po b/source/lt/helpcontent2/source/text/shared/01.po index 4f80258fdf7..07c791c671a 100644 --- a/source/lt/helpcontent2/source/text/shared/01.po +++ b/source/lt/helpcontent2/source/text/shared/01.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-09-30 14:02+0200\n" -"PO-Revision-Date: 2019-10-14 12:48+0000\n" +"POT-Creation-Date: 2019-11-08 19:34+0100\n" +"PO-Revision-Date: 2019-11-08 18:43+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: lt\n" @@ -1904,7 +1904,7 @@ msgctxt "" "tit\n" "help.text" msgid "Open" -msgstr "" +msgstr "Atverti" #. eoLC5 #: 01020000.xhp @@ -1922,7 +1922,7 @@ msgctxt "" "hd_id3146936\n" "help.text" msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Atverti</link>" #. exzf4 #: 01020000.xhp @@ -2300,7 +2300,7 @@ msgctxt "" "hd_id151513629025611\n" "help.text" msgid "<link href=\"text/shared/01/01020001.xhp\" name=\"Open Remote...\">Open Remote...</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/01020001.xhp\" name=\"Atverti nuotolinį failą…\">Atverti nuotolinį failą…</link>" #. 5DG6r #: 01020001.xhp @@ -2318,7 +2318,7 @@ msgctxt "" "par_id611513629210220\n" "help.text" msgid "Choose <item type=\"menuitem\">File - Open Remote...</item> ." -msgstr "" +msgstr "Pasirinkite <item type=\"menuitem\">Failas → Atverti nuotolinį failą…</item> ." #. GqJTN #: 01020001.xhp @@ -2516,7 +2516,7 @@ msgctxt "" "tit\n" "help.text" msgid "Close" -msgstr "" +msgstr "Užverti" #. x77i4 #: 01050000.xhp @@ -2534,7 +2534,7 @@ msgctxt "" "hd_id3154545\n" "help.text" msgid "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">Close</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">Užverti</link>" #. QDvNR #: 01050000.xhp @@ -2651,7 +2651,7 @@ msgctxt "" "hd_id151513629025611\n" "help.text" msgid "<link href=\"text/shared/01/01060001.xhp\" name=\"Save Remote...\">Save Remote...</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/01060001.xhp\" name=\"Įrašyti nuotolinį failą…\">Įrašyti nuotolinį failą…</link>" #. TL55A #: 01060001.xhp @@ -2669,7 +2669,7 @@ msgctxt "" "par_id611513629210220\n" "help.text" msgid "Choose <item type=\"menuitem\">File - Save Remote...</item> ." -msgstr "" +msgstr "Pasirinkite <item type=\"menuitem\">Failas → Įrašyti nuotolinį failą…</item>." #. 2FysC #: 01060001.xhp @@ -2723,7 +2723,7 @@ msgctxt "" "par_id391513471676787\n" "help.text" msgid "<link href=\"text/shared/01/01060002.xhp\" name=\"Save a Copy\">Save a Copy</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/01060002.xhp\" name=\"Įrašyti kopiją\">Įrašyti kopiją</link>" #. rkA6p #: 01060002.xhp @@ -2741,7 +2741,7 @@ msgctxt "" "par_id701513472080716\n" "help.text" msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>." -msgstr "" +msgstr "Pasirinkite komandą <item type=\"menuitem\">Failas → Įrašyti kopiją</item>." #. Eq5QD #: 01060002.xhp @@ -2786,7 +2786,7 @@ msgctxt "" "tit\n" "help.text" msgid "Save As" -msgstr "" +msgstr "Įrašyti kaip" #. Kk9xp #: 01070000.xhp @@ -2804,7 +2804,7 @@ msgctxt "" "hd_id3151260\n" "help.text" msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Įrašyti kaip</link>" #. 4jUxP #: 01070000.xhp @@ -2840,7 +2840,7 @@ msgctxt "" "hd_id3154810\n" "help.text" msgid "File name" -msgstr "" +msgstr "Failo vardas" #. r8yVz #: 01070000.xhp @@ -2858,7 +2858,7 @@ msgctxt "" "hd_id3149669\n" "help.text" msgid "File type" -msgstr "" +msgstr "Failo tipas" #. iMUGA #: 01070000.xhp @@ -2885,7 +2885,7 @@ msgctxt "" "hd_id3147228\n" "help.text" msgid "Save" -msgstr "" +msgstr "Įrašyti" #. FGARA #: 01070000.xhp @@ -2894,7 +2894,7 @@ msgctxt "" "par_id3154068\n" "help.text" msgid "<ahelp hid=\".\">Saves the file.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Įrašomas failas.</ahelp>" #. AGyEC #: 01070000.xhp @@ -2903,7 +2903,7 @@ msgctxt "" "hd_id3145744\n" "help.text" msgid "Save with password" -msgstr "" +msgstr "Įrašyti su slaptažodžiu" #. GNudh #: 01070000.xhp @@ -2930,7 +2930,7 @@ msgctxt "" "hd_id41543592332834\n" "help.text" msgid "Encrypt with GPG key" -msgstr "" +msgstr "Užšifruoti GPG raktu" #. 7yVow #: 01070000.xhp @@ -2948,7 +2948,7 @@ msgctxt "" "hd_id3147502\n" "help.text" msgid "Edit filter settings" -msgstr "" +msgstr "Taisyti filtro nuostatas" #. gwTHy #: 01070000.xhp @@ -3020,7 +3020,7 @@ msgctxt "" "hd_id3153383\n" "help.text" msgid "<link href=\"text/shared/01/01070001.xhp\" name=\"Export\">Export</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/01070001.xhp\" name=\"Eksportuoti\">Eksportuoti</link>" #. SnEFL #: 01070001.xhp @@ -3056,7 +3056,7 @@ msgctxt "" "hd_id3147209\n" "help.text" msgid "File Name" -msgstr "" +msgstr "Failo vardas" #. RWeGW #: 01070001.xhp @@ -3074,7 +3074,7 @@ msgctxt "" "hd_id3152996\n" "help.text" msgid "File Type" -msgstr "" +msgstr "Failo tipas" #. HUFLH #: 01070001.xhp @@ -3083,7 +3083,7 @@ msgctxt "" "hd_id3148539\n" "help.text" msgid "Save" -msgstr "" +msgstr "Eksportuoti" #. VmE3c #: 01070002.xhp @@ -3110,7 +3110,7 @@ msgctxt "" "hd_id751513634008094\n" "help.text" msgid "<link href=\"text/shared/01/01070002.xhp\" name=\"Export As...\">Export As...</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/01070002.xhp\" name=\"Eksportuoti kaip…\">Eksportuoti kaip…</link>" #. yQFCE #: 01070002.xhp @@ -3128,7 +3128,7 @@ msgctxt "" "par_id971513634212601\n" "help.text" msgid "Choose <emph>File - Export As...</emph> ." -msgstr "" +msgstr "Pasirinkite komandą <emph>Failas → Eksportuoti kaip…</emph> ." #. 5EMoa #: 01070002.xhp @@ -3137,7 +3137,7 @@ msgctxt "" "hd_id71513635341099\n" "help.text" msgid "Export Directly as PDF" -msgstr "" +msgstr "Tiesiogiai eksportuoti PDF formatu" #. AWMaF #: 01070002.xhp @@ -3155,7 +3155,7 @@ msgctxt "" "hd_id851513635358546\n" "help.text" msgid "Export Directly as EPUB" -msgstr "" +msgstr "Tiesiogiai eksportuoti EPUB formatu" #. 8TMtY #: 01070002.xhp @@ -3182,7 +3182,7 @@ msgctxt "" "hd_id3152876\n" "help.text" msgid "<variable id=\"eigen_von\"><link href=\"text/shared/01/01100000.xhp\" name=\"Document Properties\">Document Properties</link></variable>" -msgstr "" +msgstr "<variable id=\"eigen_von\"><link href=\"text/shared/01/01100000.xhp\" name=\"Savybės\">Savybės</link></variable>" #. W4uvS #: 01100000.xhp @@ -3218,7 +3218,7 @@ msgctxt "" "tit\n" "help.text" msgid "Description" -msgstr "" +msgstr "Aprašas" #. LaoBx #: 01100100.xhp @@ -3227,7 +3227,7 @@ msgctxt "" "hd_id3147588\n" "help.text" msgid "<link href=\"text/shared/01/01100100.xhp\" name=\"Description\">Description</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/01100100.xhp\" name=\"Aprašas\">Aprašas</link>" #. BViFU #: 01100100.xhp @@ -3245,7 +3245,7 @@ msgctxt "" "hd_id3152372\n" "help.text" msgid "Title" -msgstr "" +msgstr "Pavadinimas" #. m9p8k #: 01100100.xhp @@ -3263,7 +3263,7 @@ msgctxt "" "hd_id3145669\n" "help.text" msgid "Subject" -msgstr "" +msgstr "Tema" #. aPM28 #: 01100100.xhp @@ -3281,7 +3281,7 @@ msgctxt "" "hd_id3156426\n" "help.text" msgid "Keywords" -msgstr "" +msgstr "Reikšminiai žodžiai" #. 4pHTt #: 01100100.xhp @@ -3299,7 +3299,7 @@ msgctxt "" "hd_id3148620\n" "help.text" msgid "Comments" -msgstr "" +msgstr "Komentarai" #. ZmWzL #: 01100100.xhp @@ -3317,7 +3317,7 @@ msgctxt "" "tit\n" "help.text" msgid "General" -msgstr "" +msgstr "Pagrindinės" #. 2UBSe #: 01100200.xhp @@ -3335,7 +3335,7 @@ msgctxt "" "hd_id3148668\n" "help.text" msgid "<link href=\"text/shared/01/01100200.xhp\" name=\"General\">General</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/01100200.xhp\" name=\"General\">Pagrindinės</link>" #. 7GFov #: 01100200.xhp @@ -3353,7 +3353,7 @@ msgctxt "" "hd_id3149999\n" "help.text" msgid "File" -msgstr "" +msgstr "Failas" #. GChuA #: 01100200.xhp @@ -3362,7 +3362,7 @@ msgctxt "" "par_id3153114\n" "help.text" msgid "<ahelp hid=\"sfx/ui/documentinfopage/nameed\">Displays the file name.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"sfx/ui/documentinfopage/nameed\">Rodomas failo vardas.</ahelp>" #. BVnzQ #: 01100200.xhp @@ -3371,7 +3371,7 @@ msgctxt "" "hd_id3156136\n" "help.text" msgid "Type:" -msgstr "" +msgstr "Tipas:" #. dfTZu #: 01100200.xhp @@ -3389,7 +3389,7 @@ msgctxt "" "hd_id3145314\n" "help.text" msgid "Location:" -msgstr "" +msgstr "Vieta:" #. sqRnK #: 01100200.xhp @@ -3407,7 +3407,7 @@ msgctxt "" "hd_id3155892\n" "help.text" msgid "Size:" -msgstr "" +msgstr "Dydis:" #. b5fx8 #: 01100200.xhp @@ -3425,7 +3425,7 @@ msgctxt "" "hd_id3149178\n" "help.text" msgid "Created:" -msgstr "" +msgstr "Sukurta:" #. AYhBx #: 01100200.xhp @@ -3443,7 +3443,7 @@ msgctxt "" "hd_id3149182\n" "help.text" msgid "Modified:" -msgstr "" +msgstr "Pakeista:" #. g5sGH #: 01100200.xhp @@ -3461,7 +3461,7 @@ msgctxt "" "hd_id3149576\n" "help.text" msgid "Template:" -msgstr "" +msgstr "Šablonas:" #. dKF56 #: 01100200.xhp @@ -3479,7 +3479,7 @@ msgctxt "" "par_idN106C5\n" "help.text" msgid "Digitally signed:" -msgstr "" +msgstr "Skaitmeniškai pasirašyta:" #. kLqNh #: 01100200.xhp @@ -3497,7 +3497,7 @@ msgctxt "" "par_idN106CC\n" "help.text" msgid "Digital Signature" -msgstr "" +msgstr "Skaitmeniniai parašai" #. EdEtn #: 01100200.xhp @@ -3515,7 +3515,7 @@ msgctxt "" "hd_id3156346\n" "help.text" msgid "Last printed:" -msgstr "" +msgstr "Atspausdinta:" #. BunTF #: 01100200.xhp @@ -3533,7 +3533,7 @@ msgctxt "" "hd_id3155342\n" "help.text" msgid "Total editing time:" -msgstr "" +msgstr "Bendras taisymo laikas:" #. pg3gJ #: 01100200.xhp @@ -3551,7 +3551,7 @@ msgctxt "" "hd_id3153252\n" "help.text" msgid "Revision number:" -msgstr "" +msgstr "Taisymų skaičius:" #. FPbiF #: 01100200.xhp @@ -3569,7 +3569,7 @@ msgctxt "" "hd_id3154810\n" "help.text" msgid "Apply User Data" -msgstr "" +msgstr "Įrašyti, kas modifikavo arba spausdino" #. EPUeH #: 01100200.xhp @@ -3587,7 +3587,7 @@ msgctxt "" "hd_id3154046\n" "help.text" msgid "Reset Properties" -msgstr "" +msgstr "Atstatyti savybes" #. EGfWC #: 01100200.xhp @@ -3605,7 +3605,7 @@ msgctxt "" "tit\n" "help.text" msgid "Custom Properties" -msgstr "" +msgstr "Kitos savybės" #. 8GJDq #: 01100300.xhp @@ -3614,7 +3614,7 @@ msgctxt "" "hd_id3155069\n" "help.text" msgid "<link href=\"text/shared/01/01100300.xhp\" name=\"Custom Properties\">Custom Properties</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/01100300.xhp\" name=\"Kitos savybės\">Kitos savybės</link>" #. DUrAo #: 01100300.xhp @@ -3632,7 +3632,7 @@ msgctxt "" "hd_id3151234\n" "help.text" msgid "Properties" -msgstr "" +msgstr "Savybės" #. srBoG #: 01100300.xhp @@ -3650,7 +3650,7 @@ msgctxt "" "hd_id0811200812071796\n" "help.text" msgid "Add" -msgstr "" +msgstr "Pridėti savybę" #. AJgqt #: 01100300.xhp @@ -3668,7 +3668,7 @@ msgctxt "" "tit\n" "help.text" msgid "Statistics" -msgstr "" +msgstr "Statistika" #. jYH3h #: 01100400.xhp @@ -3686,7 +3686,7 @@ msgctxt "" "hd_id3149962\n" "help.text" msgid "<link href=\"text/shared/01/01100400.xhp\" name=\"Statistics\">Statistics</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/01100400.xhp\" name=\"Statistika\">Statistika</link>" #. V6GEr #: 01100400.xhp @@ -3713,7 +3713,7 @@ msgctxt "" "hd_id3153255\n" "help.text" msgid "Pages:" -msgstr "" +msgstr "Puslapių:" #. wFLTT #: 01100400.xhp @@ -3731,7 +3731,7 @@ msgctxt "" "hd_id3156027\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Tables:</caseinline><caseinline select=\"CALC\">Sheets:</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Lentelių:</caseinline><caseinline select=\"CALC\">Lakštų:</caseinline></switchinline>" #. A6G4H #: 01100400.xhp @@ -3749,7 +3749,7 @@ msgctxt "" "hd_id3153311\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Cells:</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Langelių:</caseinline></switchinline>" #. seVAH #: 01100400.xhp @@ -3767,7 +3767,7 @@ msgctxt "" "hd_id641526904710590\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formula groups:</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formulių grupių:</caseinline></switchinline>" #. WAFAR #: 01100400.xhp @@ -3785,7 +3785,7 @@ msgctxt "" "hd_id3147210\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Images:</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Paveikslų:</caseinline></switchinline>" #. ryGt3 #: 01100400.xhp @@ -3803,7 +3803,7 @@ msgctxt "" "hd_id3147618\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">OLE Objects:</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">OLE objektų:</caseinline></switchinline>" #. BkmWR #: 01100400.xhp @@ -3821,7 +3821,7 @@ msgctxt "" "hd_id3153665\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Paragraphs:</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Pastraipų:</caseinline></switchinline>" #. 9cqSQ #: 01100400.xhp @@ -3839,7 +3839,7 @@ msgctxt "" "hd_id3155261\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Words:</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Žodžių:</caseinline></switchinline>" #. e7HhL #: 01100400.xhp @@ -3857,7 +3857,7 @@ msgctxt "" "hd_id3150466\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Characters:</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Rašmenų:</caseinline></switchinline>" #. rLEmf #: 01100400.xhp @@ -3875,7 +3875,7 @@ msgctxt "" "hd_id3148947\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Lines:</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Eilučių:</caseinline></switchinline>" #. 79fie #: 01100400.xhp @@ -3893,7 +3893,7 @@ msgctxt "" "hd_id3153525\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Update</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Atnaujinti</caseinline></switchinline>" #. JzybH #: 01100400.xhp @@ -3911,7 +3911,7 @@ msgctxt "" "tit\n" "help.text" msgid "Security" -msgstr "" +msgstr "Saugumas" #. ZQNq9 #: 01100600.xhp @@ -3929,7 +3929,7 @@ msgctxt "" "hd_id3149969\n" "help.text" msgid "<link href=\"text/shared/01/01100600.xhp\" name=\"Security\">Security</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/01100600.xhp\" name=\"Saugumas\">Saugumas</link>" #. rvmsA #: 01100600.xhp @@ -3947,7 +3947,7 @@ msgctxt "" "par_idN106AA\n" "help.text" msgid "Open file read-only" -msgstr "" +msgstr "Atverti failą tik skaitymui" #. s7bTf #: 01100600.xhp @@ -3974,7 +3974,7 @@ msgctxt "" "par_idN106B4\n" "help.text" msgid "Record changes" -msgstr "" +msgstr "Žymėti pataisas" #. ijJbw #: 01100600.xhp @@ -4001,7 +4001,7 @@ msgctxt "" "par_idN106D0\n" "help.text" msgid "Protect / Unprotect" -msgstr "" +msgstr "Apsaugoti; Naikinti apsaugą" #. qMXH2 #: 01100600.xhp @@ -4325,7 +4325,7 @@ msgctxt "" "tit\n" "help.text" msgid "Print" -msgstr "" +msgstr "Spausdinti" #. CKedd #: 01130000.xhp @@ -4343,7 +4343,7 @@ msgctxt "" "hd_id3154621\n" "help.text" msgid "<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">Print</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">Spausdinti</link>" #. XhtpZ #: 01130000.xhp @@ -4460,7 +4460,7 @@ msgctxt "" "hd_id0818200912284914\n" "help.text" msgid "Preview" -msgstr "" +msgstr "Peržiūra" #. GY9Uv #: 01130000.xhp @@ -4514,7 +4514,7 @@ msgctxt "" "hd_id0818200912285056\n" "help.text" msgid "General" -msgstr "" +msgstr "Bendrosios parinktys" #. vgrqb #: 01130000.xhp @@ -5027,7 +5027,7 @@ msgctxt "" "hd_id0818200912285074\n" "help.text" msgid "%PRODUCTNAME Writer / Calc / Impress / Draw / Math" -msgstr "" +msgstr "%PRODUCTNAME Writer, Calc, Impress, Draw, Math" #. X5Rpt #: 01130000.xhp @@ -5081,7 +5081,7 @@ msgctxt "" "hd_id0818200912285138\n" "help.text" msgid "More Options" -msgstr "" +msgstr "Daugiau parinkčių" #. jRGiQ #: 01130000.xhp @@ -5117,7 +5117,7 @@ msgctxt "" "tit\n" "help.text" msgid "Printer Setup" -msgstr "" +msgstr "Spausdintuvo nuostatos" #. hcFtG #: 01140000.xhp @@ -5135,7 +5135,7 @@ msgctxt "" "hd_id3147294\n" "help.text" msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">Printer Settings</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">Spausdintuvo nuostatos</link>" #. ebHsp #: 01140000.xhp @@ -5162,7 +5162,7 @@ msgctxt "" "hd_id3145345\n" "help.text" msgid "Printer" -msgstr "" +msgstr "Spausdintuvas" #. UKUBg #: 01140000.xhp @@ -5189,7 +5189,7 @@ msgctxt "" "hd_id3154381\n" "help.text" msgid "Name" -msgstr "" +msgstr "Pavadinimas" #. 9H5WW #: 01140000.xhp @@ -5207,7 +5207,7 @@ msgctxt "" "hd_id3156153\n" "help.text" msgid "Status" -msgstr "" +msgstr "Būsena" #. fjCar #: 01140000.xhp @@ -5225,7 +5225,7 @@ msgctxt "" "hd_id3154898\n" "help.text" msgid "Type" -msgstr "" +msgstr "Tipas" #. YS34p #: 01140000.xhp @@ -5243,7 +5243,7 @@ msgctxt "" "hd_id3149416\n" "help.text" msgid "Location" -msgstr "" +msgstr "Vieta" #. s7AyS #: 01140000.xhp @@ -5261,7 +5261,7 @@ msgctxt "" "hd_id3145316\n" "help.text" msgid "Comments" -msgstr "" +msgstr "Komentaras" #. CUxqV #: 01140000.xhp @@ -5279,7 +5279,7 @@ msgctxt "" "hd_id3149669\n" "help.text" msgid "Properties" -msgstr "" +msgstr "Savybės" #. CzniN #: 01140000.xhp @@ -5306,7 +5306,7 @@ msgctxt "" "hd_id201612110303091265\n" "help.text" msgid "Options" -msgstr "" +msgstr "Parinktys" #. stdQG #: 01140000.xhp @@ -5333,7 +5333,7 @@ msgctxt "" "tit\n" "help.text" msgid "Send" -msgstr "" +msgstr "Siųsti" #. rCqg8 #: 01160000.xhp @@ -5342,7 +5342,7 @@ msgctxt "" "hd_id3152895\n" "help.text" msgid "<link href=\"text/shared/01/01160000.xhp\" name=\"Send\">Send</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/01160000.xhp\" name=\"Send\">Siųsti</link>" #. irEQC #: 01160000.xhp @@ -5360,7 +5360,7 @@ msgctxt "" "hd_id3154398\n" "help.text" msgid "<link href=\"text/shared/01/01160200.xhp\" name=\"Document as E-mail\">E-mail Document</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/01160200.xhp\" name=\"Dokumentą el. paštu\">Dokumentą el. paštu</link>" #. qLYd7 #: 01160000.xhp @@ -5387,7 +5387,7 @@ msgctxt "" "hd_id8111514\n" "help.text" msgid "E-mail as OpenDocument Spreadsheet" -msgstr "" +msgstr "Siųsti el. paštu – „OpenDocument“ teksto dokumentą" #. 8SrQW #: 01160000.xhp @@ -5477,7 +5477,7 @@ msgctxt "" "hd_id7941831\n" "help.text" msgid "E-mail as Microsoft Word" -msgstr "" +msgstr "Siųsti el. paštu – „Microsoft Word“ dokumentą" #. sPUwY #: 01160000.xhp @@ -5504,7 +5504,7 @@ msgctxt "" "hd_id3153345\n" "help.text" msgid "<link href=\"text/swriter/01/01160500.xhp\" name=\"Create HTML Document\">Create HTML Document</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/01160500.xhp\" name=\"Paversti tinklalapiu\">Paversti tinklalapiu</link>" #. 2MpC8 #: 01160000.xhp @@ -5513,7 +5513,7 @@ msgctxt "" "hd_id3149811\n" "help.text" msgid "<link href=\"text/swriter/01/01160300.xhp\" name=\"Create AutoAbstract\">Create AutoAbstract</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/01160300.xhp\" name=\"Kurti savaiminę santrauką\">Kurti savaiminę santrauką</link>" #. BZfjH #: 01160200.xhp @@ -5558,7 +5558,7 @@ msgctxt "" "tit\n" "help.text" msgid "Create Master Document" -msgstr "" +msgstr "Kurti pagrindinį dokumentą" #. JwCy8 #: 01160300.xhp @@ -5567,7 +5567,7 @@ msgctxt "" "hd_id3152790\n" "help.text" msgid "Create Master Document" -msgstr "" +msgstr "Kurti pagrindinį dokumentą" #. xgR68 #: 01160300.xhp @@ -5587,15 +5587,6 @@ msgctxt "" msgid "The <link href=\"text/shared/01/02110000.xhp\" name=\"Navigator\"><emph>Navigator</emph></link> appears after you create a master document. To edit a sub-document, double-click the name of a sub-document in the <emph>Navigator</emph>." msgstr "" -#. 2kJyc -#: 01160300.xhp -msgctxt "" -"01160300.xhp\n" -"hd_id3152924\n" -"help.text" -msgid "Display area" -msgstr "" - #. DQHGj #: 01160300.xhp msgctxt "" @@ -5603,7 +5594,7 @@ msgctxt "" "hd_id3152425\n" "help.text" msgid "File name" -msgstr "" +msgstr "Failo vardas" #. AzsN7 #: 01160300.xhp @@ -5612,7 +5603,7 @@ msgctxt "" "hd_id3147291\n" "help.text" msgid "separated by" -msgstr "" +msgstr "Skyriklis" #. qctV8 #: 01160300.xhp @@ -5630,7 +5621,7 @@ msgctxt "" "hd_id3153311\n" "help.text" msgid "File type" -msgstr "" +msgstr "Failo tipas" #. rKyns #: 01160300.xhp @@ -5639,7 +5630,7 @@ msgctxt "" "hd_id3145313\n" "help.text" msgid "Save" -msgstr "" +msgstr "Įrašyti" #. WBUWc #: 01170000.xhp @@ -5648,7 +5639,7 @@ msgctxt "" "tit\n" "help.text" msgid "Exit" -msgstr "" +msgstr "Baigti darbą su „LibreOffice“" #. HfVSi #: 01170000.xhp @@ -5657,7 +5648,7 @@ msgctxt "" "bm_id3154545\n" "help.text" msgid "<bookmark_value>exiting;$[officename]</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>darbo pabaiga;$[officename]</bookmark_value>" #. JheBs #: 01170000.xhp @@ -5666,7 +5657,7 @@ msgctxt "" "hd_id3154545\n" "help.text" msgid "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit\">Exit</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit\">Baigti darbą su „LibreOffice“</link>" #. qttvF #: 01170000.xhp @@ -5693,7 +5684,7 @@ msgctxt "" "tit\n" "help.text" msgid "Save All" -msgstr "" +msgstr "Įrašyti viską" #. GrBiV #: 01180000.xhp @@ -5702,7 +5693,7 @@ msgctxt "" "hd_id3150347\n" "help.text" msgid "<link href=\"text/shared/01/01180000.xhp\" name=\"Save All\">Save All</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/01180000.xhp\" name=\"Save All\">Įrašyti viską</link>" #. jcon5 #: 01180000.xhp @@ -5945,7 +5936,7 @@ msgctxt "" "tit\n" "help.text" msgid "Recent Documents" -msgstr "" +msgstr "Vėliausi dokumentai" #. AMcQP #: 01990000.xhp @@ -5954,7 +5945,7 @@ msgctxt "" "hd_id3150279\n" "help.text" msgid "<variable id=\"picktitle\"><link href=\"text/shared/01/01990000.xhp\" name=\"Recent Documents\">Recent Documents</link></variable>" -msgstr "" +msgstr "<variable id=\"picktitle\"><link href=\"text/shared/01/01990000.xhp\" name=\"Recent Documents\">Vėliausi dokumentai</link></variable>" #. doka7 #: 01990000.xhp @@ -5990,7 +5981,7 @@ msgctxt "" "tit\n" "help.text" msgid "Undo" -msgstr "" +msgstr "Atšaukti" #. HAfJA #: 02010000.xhp @@ -5999,7 +5990,7 @@ msgctxt "" "bm_id3155069\n" "help.text" msgid "<bookmark_value>undoing;editing</bookmark_value><bookmark_value>editing;undoing</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>atšaukimas;taisymas</bookmark_value><bookmark_value>taisymas;atšaukimas</bookmark_value>" #. zSpQo #: 02010000.xhp @@ -6008,7 +5999,7 @@ msgctxt "" "hd_id3155069\n" "help.text" msgid "<link href=\"text/shared/01/02010000.xhp\" name=\"Undo\">Undo</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/02010000.xhp\" name=\"Undo\">Atšaukti</link>" #. qKeVk #: 02010000.xhp @@ -6098,7 +6089,7 @@ msgctxt "" "tit\n" "help.text" msgid "Redo" -msgstr "" +msgstr "Atstatyti" #. 69Fus #: 02020000.xhp @@ -6107,7 +6098,7 @@ msgctxt "" "bm_id3149991\n" "help.text" msgid "<bookmark_value>restoring;editing</bookmark_value><bookmark_value>redo command</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>atstatymas;taisymas</bookmark_value><bookmark_value>atstatymo komanda</bookmark_value>" #. KNLLP #: 02020000.xhp @@ -6116,7 +6107,7 @@ msgctxt "" "hd_id3149991\n" "help.text" msgid "<link href=\"text/shared/01/02020000.xhp\" name=\"Redo\">Redo</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/02020000.xhp\" name=\"Redo\">Atstatyti</link>" #. rLmrF #: 02020000.xhp @@ -6170,7 +6161,7 @@ msgctxt "" "tit\n" "help.text" msgid "Cut" -msgstr "" +msgstr "Iškirpti" #. kqhBs #: 02040000.xhp @@ -6179,7 +6170,7 @@ msgctxt "" "bm_id3146936\n" "help.text" msgid "<bookmark_value>cutting</bookmark_value><bookmark_value>clipboard; cutting</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>iškirpimas</bookmark_value><bookmark_value>iškarpinė; iškirpimas</bookmark_value>" #. 65iCf #: 02040000.xhp @@ -6188,7 +6179,7 @@ msgctxt "" "hd_id3146936\n" "help.text" msgid "<link href=\"text/shared/01/02040000.xhp\" name=\"Cut\">Cut</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/02040000.xhp\" name=\"Cut\">Iškirpti</link>" #. XD2Mt #: 02040000.xhp @@ -6197,7 +6188,7 @@ msgctxt "" "par_id3153255\n" "help.text" msgid "<ahelp hid=\".uno:Cut\">Removes and copies the selection to the clipboard.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".uno:Cut\">Atranka pašalinama ir nukopijuojama į iškarpinę.</ahelp>" #. Lgnmy #: 02050000.xhp @@ -6206,7 +6197,7 @@ msgctxt "" "tit\n" "help.text" msgid "Copy" -msgstr "" +msgstr "Kopijuoti" #. 6TBZE #: 02050000.xhp @@ -6215,7 +6206,7 @@ msgctxt "" "bm_id3154824\n" "help.text" msgid "<bookmark_value>clipboard; Unix</bookmark_value><bookmark_value>copying; in Unix</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>iškarpinė; Unix</bookmark_value><bookmark_value>kopijavimas; Unix sistemose</bookmark_value>" #. xqSeL #: 02050000.xhp @@ -6224,7 +6215,7 @@ msgctxt "" "hd_id3152876\n" "help.text" msgid "<link href=\"text/shared/01/02050000.xhp\" name=\"Copy\">Copy</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/02050000.xhp\" name=\"Copy\">Kopijuoti</link>" #. nmrES #: 02050000.xhp @@ -6233,7 +6224,7 @@ msgctxt "" "par_id3154682\n" "help.text" msgid "<ahelp hid=\".uno:Copy\">Copies the selection to the clipboard.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".uno:Copy\">Atranka nukopijuojama į iškarpinę.</ahelp>" #. QqVZa #: 02050000.xhp @@ -6260,7 +6251,7 @@ msgctxt "" "tit\n" "help.text" msgid "Paste" -msgstr "" +msgstr "Įdėti" #. c63JD #: 02060000.xhp @@ -6278,7 +6269,7 @@ msgctxt "" "hd_id3149031\n" "help.text" msgid "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">Paste</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">Įdėti</link>" #. 5V5zS #: 02060000.xhp @@ -6899,7 +6890,7 @@ msgctxt "" "tit\n" "help.text" msgid "Select All" -msgstr "" +msgstr "Pažymėti viską" #. U8iA6 #: 02090000.xhp @@ -6908,7 +6899,7 @@ msgctxt "" "hd_id3145138\n" "help.text" msgid "<link href=\"text/shared/01/02090000.xhp\" name=\"Select All\">Select All</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/02090000.xhp\" name=\"Select All\">Pažymėti viską</link>" #. PDEFv #: 02090000.xhp @@ -7700,7 +7691,7 @@ msgctxt "" "tit\n" "help.text" msgid "List of Regular Expressions" -msgstr "" +msgstr "Reguliariųjų reiškinių sąrašas" #. 2zsev #: 02100001.xhp @@ -7718,7 +7709,7 @@ msgctxt "" "hd_id3146765\n" "help.text" msgid "<variable id=\"02100001\"><link href=\"text/shared/01/02100001.xhp\">List of Regular Expressions</link></variable>" -msgstr "" +msgstr "<variable id=\"02100001\"><link href=\"text/shared/01/02100001.xhp\">Reguliariųjų reiškinių sąrašas</link></variable>" #. cMTUp #: 02100001.xhp @@ -9338,7 +9329,7 @@ msgctxt "" "par_id3145313\n" "help.text" msgid "<image id=\"img_id3155535\" src=\"sw/res/sc20244.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155535\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155535\" src=\"sw/res/sc20244.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155535\">Piktograma</alt></image>" #. 3Lq2G #: 02110000.xhp @@ -9374,7 +9365,7 @@ msgctxt "" "par_id3153716\n" "help.text" msgid "<image id=\"img_id3145416\" src=\"sw/res/sc20245.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3145416\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145416\" src=\"sw/res/sc20245.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3145416\">Piktograma</alt></image>" #. nRB3E #: 02110000.xhp @@ -9410,7 +9401,7 @@ msgctxt "" "par_id3159166\n" "help.text" msgid "<image id=\"img_id3153146\" src=\"sw/res/sc20246.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153146\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153146\" src=\"sw/res/sc20246.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153146\">Piktograma</alt></image>" #. F4J5u #: 02110000.xhp @@ -9545,7 +9536,7 @@ msgctxt "" "par_id3153951\n" "help.text" msgid "<image id=\"img_id3146984\" src=\"sw/res/sc20247.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3146984\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146984\" src=\"sw/res/sc20247.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3146984\">Piktograma</alt></image>" #. ijR7M #: 02110000.xhp @@ -9653,7 +9644,7 @@ msgctxt "" "par_id3151351\n" "help.text" msgid "<image id=\"img_id3152885\" src=\"sw/res/sc20248.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152885\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152885\" src=\"sw/res/sc20248.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152885\">Piktograma</alt></image>" #. ADEyJ #: 02110000.xhp @@ -9689,7 +9680,7 @@ msgctxt "" "par_id3154790\n" "help.text" msgid "<image id=\"img_id3166413\" src=\"sw/res/sc20171.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3166413\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3166413\" src=\"sw/res/sc20171.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3166413\">Piktograma</alt></image>" #. DLEGF #: 02110000.xhp @@ -9725,7 +9716,7 @@ msgctxt "" "par_id3156178\n" "help.text" msgid "<image id=\"img_id3155083\" src=\"sw/res/sc20174.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155083\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155083\" src=\"sw/res/sc20174.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155083\">Piktograma</alt></image>" #. GqEUL #: 02110000.xhp @@ -10616,7 +10607,7 @@ msgctxt "" "par_id3149811\n" "help.text" msgid "<image id=\"img_id3147275\" src=\"svx/res/nu01.png\"><alt id=\"alt_id3147275\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147275\" src=\"svx/res/nu01.png\"><alt id=\"alt_id3147275\">Piktograma</alt></image>" #. PtM8F #: 02220000.xhp @@ -10652,7 +10643,7 @@ msgctxt "" "par_id3149795\n" "help.text" msgid "<image id=\"img_id3155503\" src=\"cmd/sc_open.png\"><alt id=\"alt_id3155503\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155503\" src=\"cmd/sc_open.png\"><alt id=\"alt_id3155503\">Piktograma</alt></image>" #. nGQif #: 02220000.xhp @@ -10688,7 +10679,7 @@ msgctxt "" "par_id3154280\n" "help.text" msgid "<image id=\"img_id3154923\" src=\"cmd/sc_saveas.png\"><alt id=\"alt_id3154923\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154923\" src=\"cmd/sc_saveas.png\"><alt id=\"alt_id3154923\">Piktograma</alt></image>" #. zzpcn #: 02220000.xhp @@ -10724,7 +10715,7 @@ msgctxt "" "par_id3156214\n" "help.text" msgid "<image id=\"img_id3153192\" src=\"cmd/sc_drawselect.png\"><alt id=\"alt_id3153192\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153192\" src=\"cmd/sc_drawselect.png\"><alt id=\"alt_id3153192\">Piktograma</alt></image>" #. TJAcj #: 02220000.xhp @@ -10760,7 +10751,7 @@ msgctxt "" "par_id3150769\n" "help.text" msgid "<image id=\"img_id3154297\" src=\"cmd/sc_rect.png\"><alt id=\"alt_id3154297\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154297\" src=\"cmd/sc_rect.png\"><alt id=\"alt_id3154297\">Piktograma</alt></image>" #. 27ptx #: 02220000.xhp @@ -10796,7 +10787,7 @@ msgctxt "" "par_id3155308\n" "help.text" msgid "<image id=\"img_id3154011\" src=\"cmd/sc_ellipse.png\"><alt id=\"alt_id3154011\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154011\" src=\"cmd/sc_ellipse.png\"><alt id=\"alt_id3154011\">Piktograma</alt></image>" #. ShcoZ #: 02220000.xhp @@ -10832,7 +10823,7 @@ msgctxt "" "par_id3148577\n" "help.text" msgid "<image id=\"img_id3156005\" src=\"cmd/sc_polygon.png\"><alt id=\"alt_id3156005\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156005\" src=\"cmd/sc_polygon.png\"><alt id=\"alt_id3156005\">Piktograma</alt></image>" #. pK5eV #: 02220000.xhp @@ -10868,7 +10859,7 @@ msgctxt "" "par_id3153877\n" "help.text" msgid "<image id=\"img_id3148386\" src=\"cmd/sc_freeline.png\"><alt id=\"alt_id3148386\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148386\" src=\"cmd/sc_freeline.png\"><alt id=\"alt_id3148386\">Piktograma</alt></image>" #. CrbLf #: 02220000.xhp @@ -10904,7 +10895,7 @@ msgctxt "" "par_id3145801\n" "help.text" msgid "<image id=\"img_id3150113\" src=\"cmd/sc_toggleobjectbeziermode.png\"><alt id=\"alt_id3150113\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150113\" src=\"cmd/sc_toggleobjectbeziermode.png\"><alt id=\"alt_id3150113\">Piktograma</alt></image>" #. 5ZNA5 #: 02220000.xhp @@ -10940,7 +10931,7 @@ msgctxt "" "par_id3146971\n" "help.text" msgid "<image id=\"img_id3148570\" src=\"cmd/sc_beziermove.png\"><alt id=\"alt_id3148570\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148570\" src=\"cmd/sc_beziermove.png\"><alt id=\"alt_id3148570\">Piktograma</alt></image>" #. UkQ35 #: 02220000.xhp @@ -10976,7 +10967,7 @@ msgctxt "" "par_id3150749\n" "help.text" msgid "<image id=\"img_id3146793\" src=\"cmd/sc_bezierinsert.png\"><alt id=\"alt_id3146793\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146793\" src=\"cmd/sc_bezierinsert.png\"><alt id=\"alt_id3146793\">Piktograma</alt></image>" #. Bps2C #: 02220000.xhp @@ -11012,7 +11003,7 @@ msgctxt "" "par_id3149021\n" "help.text" msgid "<image id=\"img_id3154508\" src=\"cmd/sc_bezierdelete.png\"><alt id=\"alt_id3154508\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154508\" src=\"cmd/sc_bezierdelete.png\"><alt id=\"alt_id3154508\">Piktograma</alt></image>" #. WB6Zf #: 02220000.xhp @@ -11048,7 +11039,7 @@ msgctxt "" "par_id3155901\n" "help.text" msgid "<image id=\"img_id3145232\" src=\"svx/res/id016.png\"><alt id=\"alt_id3145232\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145232\" src=\"svx/res/id016.png\"><alt id=\"alt_id3145232\">Piktograma</alt></image>" #. Giw7b #: 02220000.xhp @@ -11084,7 +11075,7 @@ msgctxt "" "par_id3145769\n" "help.text" msgid "<image id=\"img_id3153922\" src=\"cmd/sc_choosemacro.png\"><alt id=\"alt_id3153922\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153922\" src=\"cmd/sc_choosemacro.png\"><alt id=\"alt_id3153922\">Piktograma</alt></image>" #. cVL5D #: 02220000.xhp @@ -11120,7 +11111,7 @@ msgctxt "" "par_id3159104\n" "help.text" msgid "<image id=\"img_id3149735\" src=\"cmd/sc_modifyframe.png\"><alt id=\"alt_id3149735\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149735\" src=\"cmd/sc_modifyframe.png\"><alt id=\"alt_id3149735\">Piktograma</alt></image>" #. imNDz #: 02220000.xhp @@ -12623,7 +12614,7 @@ msgctxt "" "tit\n" "help.text" msgid "Bibliography Database" -msgstr "" +msgstr "Bibliografijos duomenų bazė" #. vjscB #: 02250000.xhp @@ -12632,7 +12623,7 @@ msgctxt "" "hd_id3150999\n" "help.text" msgid "<link href=\"text/shared/01/02250000.xhp\" name=\"Bibliography Database\">Bibliography Database</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/02250000.xhp\" name=\"Bibliografijos duomenų bazė\">Bibliografijos duomenų bazė</link>" #. 9GNiP #: 02250000.xhp @@ -13073,7 +13064,7 @@ msgctxt "" "hd_id3153106\n" "help.text" msgid "100 %" -msgstr "" +msgstr "100 %" #. FAZGT #: 03010000.xhp @@ -13271,7 +13262,7 @@ msgctxt "" "tit\n" "help.text" msgid "Status Bar" -msgstr "" +msgstr "Būsenos juosta" #. Fg8UC #: 03060000.xhp @@ -13280,7 +13271,7 @@ msgctxt "" "bm_id3152823\n" "help.text" msgid "<bookmark_value>status bar on/off</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>būsenos juostos rodymas ir slėpimas</bookmark_value>" #. ThuE8 #: 03060000.xhp @@ -13289,7 +13280,7 @@ msgctxt "" "hd_id3152823\n" "help.text" msgid "<link href=\"text/shared/01/03060000.xhp\" name=\"Status Bar\">Status Bar</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/03060000.xhp\" name=\"Status Bar\">Būsenos juosta</link>" #. ZAHp3 #: 03060000.xhp @@ -13307,7 +13298,7 @@ msgctxt "" "tit\n" "help.text" msgid "Full Screen" -msgstr "" +msgstr "Visas ekranas" #. NS9w3 #: 03110000.xhp @@ -13325,7 +13316,7 @@ msgctxt "" "hd_id3160463\n" "help.text" msgid "<link href=\"text/shared/01/03110000.xhp\" name=\"Full Screen\">Full Screen</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/03110000.xhp\" name=\"Full Screen\">Visas ekranas</link>" #. WXoo5 #: 03110000.xhp @@ -13633,22 +13624,13 @@ msgctxt "" msgid "The author name and the comment creation date and time is shown at the bottom of the comment box." msgstr "" -#. jcBzY +#. 2BmKt #: 04050000.xhp msgctxt "" "04050000.xhp\n" "par_id2571794\n" "help.text" -msgid "The comment box contains an icon with a down arrow. Click the icon to open a menu with some commands to delete comments." -msgstr "" - -#. bfLiZ -#: 04050000.xhp -msgctxt "" -"04050000.xhp\n" -"par_id1857051\n" -"help.text" -msgid "Choose a command to delete the current comment, or all comments from the same author as the current comment, or all comments in the document." +msgid "The comment box contains an icon with a down arrow. Click the icon to open a menu with commands for comment management." msgstr "" #. oB8vA @@ -13696,15 +13678,6 @@ msgctxt "" msgid "Use the command <menuitem>Insert - Comment</menuitem> or the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph>+<emph>Option</emph></caseinline><defaultinline><emph>Ctrl</emph>+<emph>Alt</emph></defaultinline></switchinline>+<emph>C</emph> key combination to insert a comment anchor at the current cursor position. A colored comment box is shown at the page margin, to enter the text of the comment. A line connects the anchor to the comment box. If a text range is selected, the comment is attached to the text range. The commented text range is shadowed." msgstr "" -#. 9zHcH -#: 04050000.xhp -msgctxt "" -"04050000.xhp\n" -"par_id1831\n" -"help.text" -msgid "The author name and the creation date and time of the comment is shown at the bottom of the comment box." -msgstr "" - #. ro9G3 #: 04050000.xhp msgctxt "" @@ -24729,7 +24702,7 @@ msgctxt "" "par_id3153996\n" "help.text" msgid "<image id=\"img_id3154002\" src=\"cmd/sc_mergecells.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3154002\">icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154002\" src=\"cmd/sc_mergecells.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3154002\">Piktograma</alt></image>" #. iBTdS #: 05100100.xhp @@ -24801,7 +24774,7 @@ msgctxt "" "par_id3147270\n" "help.text" msgid "<image id=\"img_id3147275\" src=\"cmd/sc_splitcell.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3147275\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147275\" src=\"cmd/sc_splitcell.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3147275\">Piktograma</alt></image>" #. GfBQk #: 05100200.xhp @@ -25323,7 +25296,7 @@ msgctxt "" "par_id3145297\n" "help.text" msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Piktograma</alt></image>" #. e8cDC #: 05110600m.xhp @@ -25575,7 +25548,7 @@ msgctxt "" "par_id3145179\n" "help.text" msgid "<image id=\"img_id3145186\" src=\"cmd/sc_distributecolumns.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3145186\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145186\" src=\"cmd/sc_distributecolumns.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3145186\">Piktograma</alt></image>" #. BSdAD #: 05120600.xhp @@ -27393,7 +27366,7 @@ msgctxt "" "par_id3145068\n" "help.text" msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Piktograma</alt></image>" #. 6XJUi #: 05210600.xhp @@ -29481,7 +29454,7 @@ msgctxt "" "par_id3149244\n" "help.text" msgid "<image id=\"img_id3161458\" src=\"cmd/sc_fontwork.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3161458\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3161458\" src=\"cmd/sc_fontwork.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3161458\">Piktograma</alt></image>" #. JmKFM #: 05280000.xhp @@ -29508,7 +29481,7 @@ msgctxt "" "par_id3150791\n" "help.text" msgid "<image id=\"img_id3153379\" src=\"svx/res/fw02.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153379\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153379\" src=\"svx/res/fw02.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153379\">Piktograma</alt></image>" #. CC8vv #: 05280000.xhp @@ -29535,7 +29508,7 @@ msgctxt "" "par_id3154069\n" "help.text" msgid "<image id=\"img_id3152933\" src=\"svx/res/fw03.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3152933\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152933\" src=\"svx/res/fw03.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3152933\">Piktograma</alt></image>" #. DDWXG #: 05280000.xhp @@ -29562,7 +29535,7 @@ msgctxt "" "par_id3153180\n" "help.text" msgid "<image id=\"img_id3151041\" src=\"svx/res/fw04.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3151041\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151041\" src=\"svx/res/fw04.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3151041\">Piktograma</alt></image>" #. m29gX #: 05280000.xhp @@ -29589,7 +29562,7 @@ msgctxt "" "par_id3147348\n" "help.text" msgid "<image id=\"img_id3154690\" src=\"svx/res/fw05.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3154690\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154690\" src=\"svx/res/fw05.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3154690\">Piktograma</alt></image>" #. vTFLn #: 05280000.xhp @@ -29616,7 +29589,7 @@ msgctxt "" "par_id3155854\n" "help.text" msgid "<image id=\"img_id3153142\" src=\"svx/res/fw06.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153142\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153142\" src=\"svx/res/fw06.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153142\">Piktograma</alt></image>" #. hu8Lf #: 05280000.xhp @@ -29643,7 +29616,7 @@ msgctxt "" "par_id3156006\n" "help.text" msgid "<image id=\"img_id3153573\" src=\"cmd/sc_alignleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153573\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153573\" src=\"cmd/sc_alignleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153573\">Piktograma</alt></image>" #. CXCLp #: 05280000.xhp @@ -29670,7 +29643,7 @@ msgctxt "" "par_id3155748\n" "help.text" msgid "<image id=\"img_id3147217\" src=\"cmd/sc_centerpara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147217\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147217\" src=\"cmd/sc_centerpara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147217\">Piktograma</alt></image>" #. BASqx #: 05280000.xhp @@ -29697,7 +29670,7 @@ msgctxt "" "par_id3149939\n" "help.text" msgid "<image id=\"img_id3148498\" src=\"cmd/sc_alignright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148498\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148498\" src=\"cmd/sc_alignright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148498\">Piktograma</alt></image>" #. Cmr8n #: 05280000.xhp @@ -29724,7 +29697,7 @@ msgctxt "" "par_id3159129\n" "help.text" msgid "<image id=\"img_id3153334\" src=\"svx/res/fw010.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153334\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153334\" src=\"svx/res/fw010.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153334\">Piktograma</alt></image>" #. drPm7 #: 05280000.xhp @@ -29751,7 +29724,7 @@ msgctxt "" "par_id3153957\n" "help.text" msgid "<image id=\"img_id3151019\" src=\"svx/res/fw020.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3151019\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151019\" src=\"svx/res/fw020.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3151019\">Piktograma</alt></image>" #. XDeLC #: 05280000.xhp @@ -29778,7 +29751,7 @@ msgctxt "" "par_id3156332\n" "help.text" msgid "<image id=\"img_id3153836\" src=\"svx/res/fw021.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3153836\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153836\" src=\"svx/res/fw021.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3153836\">Piktograma</alt></image>" #. 6UEik #: 05280000.xhp @@ -29805,7 +29778,7 @@ msgctxt "" "par_id3155515\n" "help.text" msgid "<image id=\"img_id3159186\" src=\"svx/res/fw011.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3159186\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3159186\" src=\"svx/res/fw011.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3159186\">Piktograma</alt></image>" #. FPfgN #: 05280000.xhp @@ -29832,7 +29805,7 @@ msgctxt "" "par_id3150323\n" "help.text" msgid "<image id=\"img_id3147100\" src=\"svx/res/fw012.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147100\" src=\"svx/res/fw012.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">Piktograma</alt></image>" #. 663fR #: 05280000.xhp @@ -29859,7 +29832,7 @@ msgctxt "" "par_id3150241\n" "help.text" msgid "<image id=\"img_id3156375\" src=\"svx/res/fw013.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3156375\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156375\" src=\"svx/res/fw013.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3156375\">Piktograma</alt></image>" #. Px8Nt #: 05280000.xhp @@ -29886,7 +29859,7 @@ msgctxt "" "par_id3145231\n" "help.text" msgid "<image id=\"img_id3149908\" src=\"svx/res/fw014.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3149908\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149908\" src=\"svx/res/fw014.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3149908\">Piktograma</alt></image>" #. oNECu #: 05280000.xhp @@ -29913,7 +29886,7 @@ msgctxt "" "par_id3150664\n" "help.text" msgid "<image id=\"img_id3166423\" src=\"svx/res/fw015.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3166423\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3166423\" src=\"svx/res/fw015.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3166423\">Piktograma</alt></image>" #. JF8Kq #: 05280000.xhp @@ -29949,7 +29922,7 @@ msgctxt "" "par_id3159103\n" "help.text" msgid "<image id=\"img_id3149242\" src=\"svx/res/fw016.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3149242\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149242\" src=\"svx/res/fw016.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3149242\">Piktograma</alt></image>" #. hD4CN #: 05280000.xhp @@ -29985,7 +29958,7 @@ msgctxt "" "par_id3154275\n" "help.text" msgid "<image id=\"img_id3154118\" src=\"svx/res/fw017.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3154118\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154118\" src=\"svx/res/fw017.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3154118\">Piktograma</alt></image>" #. Hz4Gd #: 05280000.xhp @@ -30381,7 +30354,7 @@ msgctxt "" "par_id3149750\n" "help.text" msgid "<image id=\"img_id3150774\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150774\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150774\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150774\">Piktograma</alt></image>" #. FSBG3 #: 05320000.xhp @@ -30417,7 +30390,7 @@ msgctxt "" "par_id3109847\n" "help.text" msgid "<image id=\"img_id3149235\" src=\"res/sc06300.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149235\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149235\" src=\"res/sc06300.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149235\">Piktograma</alt></image>" #. C3qz4 #: 05320000.xhp @@ -30453,7 +30426,7 @@ msgctxt "" "par_id3146773\n" "help.text" msgid "<image id=\"img_id3149795\" src=\"dbaccess/res/sortup.png\" width=\"0.2083inch\" height=\"0.222inch\"><alt id=\"alt_id3149795\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149795\" src=\"dbaccess/res/sortup.png\" width=\"0.2083inch\" height=\"0.222inch\"><alt id=\"alt_id3149795\">Piktograma</alt></image>" #. 8nFXj #: 05320000.xhp @@ -30489,7 +30462,7 @@ msgctxt "" "par_id3145085\n" "help.text" msgid "<image id=\"img_id3152472\" src=\"dbaccess/res/sortdown.png\" width=\"0.1563inch\" height=\"0.1665inch\"><alt id=\"alt_id3152472\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152472\" src=\"dbaccess/res/sortdown.png\" width=\"0.1563inch\" height=\"0.1665inch\"><alt id=\"alt_id3152472\">Piktograma</alt></image>" #. ieiCB #: 05320000.xhp @@ -31605,7 +31578,7 @@ msgctxt "" "par_id3151041\n" "help.text" msgid "<image id=\"img_id3150740\" src=\"cmd/sc_editdoc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150740\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150740\" src=\"cmd/sc_editdoc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150740\">Piktograma</alt></image>" #. eEDXZ #: 05340400.xhp @@ -31686,7 +31659,7 @@ msgctxt "" "par_id3149266\n" "help.text" msgid "<image id=\"img_id3156060\" src=\"cmd/sc_firstrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156060\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156060\" src=\"cmd/sc_firstrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156060\">Piktograma</alt></image>" #. fEHXD #: 05340400.xhp @@ -31713,7 +31686,7 @@ msgctxt "" "par_id3147484\n" "help.text" msgid "<image id=\"img_id3156736\" src=\"cmd/sc_prevrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156736\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156736\" src=\"cmd/sc_prevrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156736\">Piktograma</alt></image>" #. ksBvD #: 05340400.xhp @@ -31758,7 +31731,7 @@ msgctxt "" "par_id3151075\n" "help.text" msgid "<image id=\"img_id3153214\" src=\"cmd/sc_nextrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153214\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153214\" src=\"cmd/sc_nextrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153214\">Piktograma</alt></image>" #. VUupx #: 05340400.xhp @@ -31785,7 +31758,7 @@ msgctxt "" "par_id3153838\n" "help.text" msgid "<image id=\"img_id3156320\" src=\"cmd/sc_lastrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156320\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156320\" src=\"cmd/sc_lastrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156320\">Piktograma</alt></image>" #. Zyi25 #: 05340400.xhp @@ -31812,7 +31785,7 @@ msgctxt "" "par_id3151019\n" "help.text" msgid "<image id=\"img_id3154636\" src=\"svtools/res/ed03.png\" width=\"0.1528inch\" height=\"0.1528inch\"><alt id=\"alt_id3154636\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154636\" src=\"svtools/res/ed03.png\" width=\"0.1528inch\" height=\"0.1528inch\"><alt id=\"alt_id3154636\">Piktograma</alt></image>" #. b8uq5 #: 05340400.xhp @@ -32289,7 +32262,7 @@ msgctxt "" "par_id3152811\n" "help.text" msgid "<image id=\"img_id3150865\" src=\"svx/res/normobjs.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3150865\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150865\" src=\"svx/res/normobjs.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3150865\">Piktograma</alt></image>" #. 6DyPr #: 05350200.xhp @@ -32325,7 +32298,7 @@ msgctxt "" "par_id3157962\n" "help.text" msgid "<image id=\"img_id3154068\" src=\"svx/res/normflat.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3154068\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154068\" src=\"svx/res/normflat.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3154068\">Piktograma</alt></image>" #. fMPFg #: 05350200.xhp @@ -32361,7 +32334,7 @@ msgctxt "" "par_id3148923\n" "help.text" msgid "<image id=\"img_id3149807\" src=\"svx/res/normsphe.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3149807\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149807\" src=\"svx/res/normsphe.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3149807\">Piktograma</alt></image>" #. FfUMo #: 05350200.xhp @@ -32397,7 +32370,7 @@ msgctxt "" "par_id3152940\n" "help.text" msgid "<image id=\"img_id3151116\" src=\"svx/res/invert3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3151116\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151116\" src=\"svx/res/invert3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3151116\">Piktograma</alt></image>" #. PABev #: 05350200.xhp @@ -32433,7 +32406,7 @@ msgctxt "" "par_id3157309\n" "help.text" msgid "<image id=\"img_id3155746\" src=\"svx/res/lght2sid.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3155746\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155746\" src=\"svx/res/lght2sid.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3155746\">Piktograma</alt></image>" #. LGaGJ #: 05350200.xhp @@ -32469,7 +32442,7 @@ msgctxt "" "par_id3150686\n" "help.text" msgid "<image id=\"img_id3152460\" src=\"svx/res/doublesi.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3152460\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152460\" src=\"svx/res/doublesi.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3152460\">Piktograma</alt></image>" #. t7GZ3 #: 05350200.xhp @@ -32568,7 +32541,7 @@ msgctxt "" "par_id3150254\n" "help.text" msgid "<image id=\"img_id3159342\" src=\"svx/res/shadow3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3159342\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3159342\" src=\"svx/res/shadow3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3159342\">Piktograma</alt></image>" #. vJjvT #: 05350300.xhp @@ -32721,7 +32694,7 @@ msgctxt "" "par_id3159269\n" "help.text" msgid "<image id=\"img_id3156155\" src=\"svx/res/lighton.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3156155\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156155\" src=\"svx/res/lighton.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3156155\">Piktograma</alt></image>" #. BeChj #: 05350400.xhp @@ -32739,7 +32712,7 @@ msgctxt "" "par_id3155449\n" "help.text" msgid "<image id=\"img_id3147573\" src=\"svx/res/light.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3147573\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147573\" src=\"svx/res/light.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3147573\">Piktograma</alt></image>" #. giCYQ #: 05350400.xhp @@ -32919,7 +32892,7 @@ msgctxt "" "par_id3146773\n" "help.text" msgid "<image id=\"img_id3150084\" src=\"svx/res/luminanc.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3150084\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150084\" src=\"svx/res/luminanc.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3150084\">Piktograma</alt></image>" #. RReP7 #: 05350500.xhp @@ -32955,7 +32928,7 @@ msgctxt "" "par_id3153126\n" "help.text" msgid "<image id=\"img_id3155388\" src=\"svx/res/color.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3155388\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155388\" src=\"svx/res/color.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3155388\">Piktograma</alt></image>" #. bvQtQ #: 05350500.xhp @@ -33009,7 +32982,7 @@ msgctxt "" "par_id3154280\n" "help.text" msgid "<image id=\"img_id3149045\" src=\"svx/res/replac3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3149045\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149045\" src=\"svx/res/replac3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3149045\">Piktograma</alt></image>" #. 3ZP8a #: 05350500.xhp @@ -33045,7 +33018,7 @@ msgctxt "" "par_id3150742\n" "help.text" msgid "<image id=\"img_id3152803\" src=\"svx/res/modula3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3152803\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152803\" src=\"svx/res/modula3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3152803\">Piktograma</alt></image>" #. 6RBA7 #: 05350500.xhp @@ -33099,7 +33072,7 @@ msgctxt "" "par_id3155103\n" "help.text" msgid "<image id=\"img_id3148920\" src=\"svx/res/objspc3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3148920\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148920\" src=\"svx/res/objspc3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3148920\">Piktograma</alt></image>" #. h7Pr5 #: 05350500.xhp @@ -33135,7 +33108,7 @@ msgctxt "" "par_id3148977\n" "help.text" msgid "<image id=\"img_id3147478\" src=\"svx/res/parallel.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3147478\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147478\" src=\"svx/res/parallel.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3147478\">Piktograma</alt></image>" #. tD2xB #: 05350500.xhp @@ -33171,7 +33144,7 @@ msgctxt "" "par_id3154013\n" "help.text" msgid "<image id=\"img_id3153943\" src=\"svx/res/parallel.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153943\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153943\" src=\"svx/res/parallel.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153943\">Piktograma</alt></image>" #. CDnKt #: 05350500.xhp @@ -33225,7 +33198,7 @@ msgctxt "" "par_id3153210\n" "help.text" msgid "<image id=\"img_id3153188\" src=\"svx/res/objspc3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3153188\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153188\" src=\"svx/res/objspc3d.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3153188\">Piktograma</alt></image>" #. EFSxZ #: 05350500.xhp @@ -33261,7 +33234,7 @@ msgctxt "" "par_id3147485\n" "help.text" msgid "<image id=\"img_id3151280\" src=\"svx/res/parallel.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3151280\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151280\" src=\"svx/res/parallel.png\" width=\"0.1661inch\" height=\"0.1661inch\"><alt id=\"alt_id3151280\">Piktograma</alt></image>" #. ChZxa #: 05350500.xhp @@ -33297,7 +33270,7 @@ msgctxt "" "par_id3157876\n" "help.text" msgid "<image id=\"img_id3152807\" src=\"svx/res/parallel.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152807\" src=\"svx/res/parallel.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Piktograma</alt></image>" #. 6Xq2Y #: 05350500.xhp @@ -33351,7 +33324,7 @@ msgctxt "" "par_id3145651\n" "help.text" msgid "<image id=\"img_id3156355\" src=\"res/sx10715.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3156355\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156355\" src=\"res/sx10715.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3156355\">Piktograma</alt></image>" #. NRzG4 #: 05350500.xhp @@ -34170,7 +34143,7 @@ msgctxt "" "par_idN1055C\n" "help.text" msgid "<link href=\"text/shared/01/06010500.xhp\">Language</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/06010500.xhp\">Kalba</link>" #. 8N8yz #: 06010500.xhp @@ -34188,7 +34161,7 @@ msgctxt "" "hd_id5787224\n" "help.text" msgid "For Selection" -msgstr "" +msgstr "Atrankos kalba" #. C579a #: 06010500.xhp @@ -34206,7 +34179,7 @@ msgctxt "" "hd_id7693411\n" "help.text" msgid "For Paragraph" -msgstr "" +msgstr "Pastraipos kalba" #. zN8jg #: 06010500.xhp @@ -34224,7 +34197,7 @@ msgctxt "" "hd_id5206762\n" "help.text" msgid "For all Text" -msgstr "" +msgstr "Viso teksto kalba" #. SAb46 #: 06010500.xhp @@ -34296,7 +34269,7 @@ msgctxt "" "hd_id0805200811534540\n" "help.text" msgid "More Dictionaries Online" -msgstr "" +msgstr "Žodynai internete" #. 7j5Zq #: 06010500.xhp @@ -34314,7 +34287,7 @@ msgctxt "" "tit\n" "help.text" msgid "Chinese Conversion" -msgstr "" +msgstr "Kinų kalbų konvertavimas" #. FSXqq #: 06010600.xhp @@ -34332,7 +34305,7 @@ msgctxt "" "par_idN10547\n" "help.text" msgid "<link href=\"text/shared/01/06010600.xhp\">Chinese Conversion</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/06010600.xhp\">Kinų kalbų konvertavimas</link>" #. p2u2r #: 06010600.xhp @@ -34350,7 +34323,7 @@ msgctxt "" "par_idN10572\n" "help.text" msgid "Conversion Direction" -msgstr "" +msgstr "Konvertavimo kryptis" #. aiSur #: 06010600.xhp @@ -34368,7 +34341,7 @@ msgctxt "" "par_idN10579\n" "help.text" msgid "Traditional Chinese to simplified Chinese" -msgstr "" +msgstr "Iš tradicinės kinų kalbos į supaprastintą" #. XaufX #: 06010600.xhp @@ -34386,7 +34359,7 @@ msgctxt "" "par_idN10580\n" "help.text" msgid "Simplified Chinese to traditional Chinese" -msgstr "" +msgstr "Iš supaprastintos kinų kalbos į tradicinę" #. yAkrm #: 06010600.xhp @@ -34404,7 +34377,7 @@ msgctxt "" "par_idN1058E\n" "help.text" msgid "Common Terms" -msgstr "" +msgstr "Dažni terminai" #. ujmVB #: 06010600.xhp @@ -34422,7 +34395,7 @@ msgctxt "" "par_idN10595\n" "help.text" msgid "Translate common terms" -msgstr "" +msgstr "Versti dažnus terminus" #. ZuDFe #: 06010600.xhp @@ -34440,7 +34413,7 @@ msgctxt "" "par_idN1059C\n" "help.text" msgid "Edit terms" -msgstr "" +msgstr "Taisyti terminus" #. Hv8pG #: 06010600.xhp @@ -34458,7 +34431,7 @@ msgctxt "" "tit\n" "help.text" msgid "Edit Dictionary" -msgstr "" +msgstr "Žodyno taisymas" #. ZgDXA #: 06010601.xhp @@ -34476,7 +34449,7 @@ msgctxt "" "par_idN1053D\n" "help.text" msgid "Edit Dictionary" -msgstr "" +msgstr "Žodyno taisymas" #. 3QJky #: 06010601.xhp @@ -34503,7 +34476,7 @@ msgctxt "" "par_idN10569\n" "help.text" msgid "Traditional Chinese to Simplified Chinese" -msgstr "" +msgstr "Iš tradicinės kinų kalbos į supaprastintą" #. TGZ6B #: 06010601.xhp @@ -34521,7 +34494,7 @@ msgctxt "" "par_idN10570\n" "help.text" msgid "Simplified Chinese to Traditional Chinese" -msgstr "" +msgstr "Iš supaprastintos kinų kalbos į tradicinę" #. CfNGu #: 06010601.xhp @@ -34539,7 +34512,7 @@ msgctxt "" "par_idN10577\n" "help.text" msgid "Reverse Mapping" -msgstr "" +msgstr "Atvirkštinis atitikimas" #. 4rsPa #: 06010601.xhp @@ -34557,7 +34530,7 @@ msgctxt "" "par_idN1057E\n" "help.text" msgid "Term" -msgstr "" +msgstr "Terminas" #. qUUZg #: 06010601.xhp @@ -34575,7 +34548,7 @@ msgctxt "" "par_idN10585\n" "help.text" msgid "Mapping" -msgstr "" +msgstr "Atitikmuo" #. XQcpf #: 06010601.xhp @@ -34593,7 +34566,7 @@ msgctxt "" "par_idN1058C\n" "help.text" msgid "Property" -msgstr "" +msgstr "Savybė" #. ihTK7 #: 06010601.xhp @@ -34611,7 +34584,7 @@ msgctxt "" "par_idN10593\n" "help.text" msgid "Add" -msgstr "" +msgstr "Pridėti" #. NTKDg #: 06010601.xhp @@ -34629,7 +34602,7 @@ msgctxt "" "par_idN1059A\n" "help.text" msgid "Modify" -msgstr "" +msgstr "Keisti" #. tNv6c #: 06010601.xhp @@ -34647,7 +34620,7 @@ msgctxt "" "par_idN105A1\n" "help.text" msgid "Delete" -msgstr "" +msgstr "Šalinti" #. jLGFk #: 06010601.xhp @@ -34827,7 +34800,7 @@ msgctxt "" "par_id3153894\n" "help.text" msgid "<image id=\"img_id3155616\" src=\"sd/res/pipette.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155616\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155616\" src=\"sd/res/pipette.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155616\">Piktograma</alt></image>" #. N73GB #: 06030000.xhp @@ -37934,23 +37907,23 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Paragraph alignment\">Paragraph alignment</link>" msgstr "" -#. arCRB +#. hf4eV #: 06130000.xhp msgctxt "" "06130000.xhp\n" "tit\n" "help.text" -msgid "Macro" -msgstr "Makrokomanda" +msgid "Basic Macros" +msgstr "" -#. KhMC7 +#. DgfU7 #: 06130000.xhp msgctxt "" "06130000.xhp\n" "hd_id3157552\n" "help.text" -msgid "Macro" -msgstr "Makrokomanda" +msgid "<variable id=\"basicmacros\"><link href=\"text/shared/01/06130000.xhp\" name=\"%PRODUCTNAME Basic Macros\">%PRODUCTNAME Basic Macros</link></variable>" +msgstr "" #. S9vS4 #: 06130000.xhp @@ -38069,32 +38042,41 @@ msgctxt "" msgid "New / Delete" msgstr "Kurti; Šalinti" -#. wuarD +#. wCGu3 #: 06130000.xhp msgctxt "" "06130000.xhp\n" "par_id3153257\n" "help.text" -msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/delete\">Creates a new macro, or deletes the selected macro.</ahelp>" -msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/delete\">Kuriama nauja makrokomanda arba pašalinama pažymėta makrokomanda.</ahelp>" +msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/delete\">Creates a new macro, creates a new module or deletes the selected macro or selected module.</ahelp>" +msgstr "" -#. ADQQE +#. bYU4i #: 06130000.xhp msgctxt "" "06130000.xhp\n" "par_id3154514\n" "help.text" -msgid "To create a new macro, select the \"Standard\" module in the <emph>Macro from</emph> list, and then click <emph>New</emph>." -msgstr "Jei norite sukurti naują makrokomandą, sąraše <emph>Makrokomanda iš</emph> pažymėkite modulį <emph>Standard</emph> ir spustelėkite mygtuką <emph>Kurti</emph>." +msgid "To create a new macro in your document, select the \"Standard\" module in the <emph>Macro from</emph> list, and then click <widget>New</widget>." +msgstr "" + +#. XCUte +#: 06130000.xhp +msgctxt "" +"06130000.xhp\n" +"par_id51571312108555\n" +"help.text" +msgid "To create a new module in a library of the <emph>My Macros</emph> container, select the proper library and press <widget>New</widget>. The $[officename] Basic editor opens." +msgstr "" -#. NAkG3 +#. dDQiT #: 06130000.xhp msgctxt "" "06130000.xhp\n" "par_id3148474\n" "help.text" -msgid "To delete a macro, select it, and then click <emph>Delete</emph>." -msgstr "Jei norite pašalinti makrokomandą, pažymėkite ją ir spustelėkite mygtuką <emph>Šalinti</emph>." +msgid "To delete a macro or module, select it, and then click <widget>Delete</widget>." +msgstr "" #. GTnof #: 06130000.xhp @@ -38132,14 +38114,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/newmodule\">Saves the recorded macro in a new module.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/newmodule\">Makrokomanda įrašoma naujame modulyje.</ahelp>" -#. EdE4E +#. FcFb6 #: 06130000.xhp msgctxt "" "06130000.xhp\n" "hd_id3153665\n" "help.text" -msgid "Organizer" -msgstr "Tvarkytuvė" +msgid "<link href=\"text/shared/01/06130300.xhp\" name=\"organizer\">Organizer</link>" +msgstr "" #. GvfVP #: 06130000.xhp @@ -38150,599 +38132,356 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/organize\">Opens the <emph>Macro Organizer</emph> dialog, where you can add, edit, or delete existing macro modules, dialogs, and libraries.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/organize\">Atveriamas <emph>makrokomandų tvarkytuvės</emph> langas, kuriame galima kurti, taisyti ar šalinti makrokomandų modulius, dialogo langus ir bibliotekas.</ahelp>" -#. miBC6 -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"hd_id3145609\n" -"help.text" -msgid "Module/Dialog tab page" -msgstr "Kortelės „Moduliai“ ir „Dialogo langai“" - -#. AkXy9 -#: 06130000.xhp +#. G9feq +#: 06130001.xhp msgctxt "" -"06130000.xhp\n" -"par_id3155923\n" +"06130001.xhp\n" +"tit\n" "help.text" -msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/organize\">Lets you manage modules or dialog boxes.</ahelp>" -msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/organize\">Šiose kortelėse galima tvarkyti modulius ir dialogo langus.</ahelp>" +msgid "Macros" +msgstr "Makrokomandos" -#. 3U5KD -#: 06130000.xhp +#. FDAsS +#: 06130001.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3148944\n" +"06130001.xhp\n" +"hd_id3152414\n" "help.text" -msgid "Module/Dialog" -msgstr "Modulis; Dialogo langas" +msgid "<link href=\"text/shared/01/06130001.xhp\" name=\"Macros\">Macros</link>" +msgstr "<link href=\"text/shared/01/06130001.xhp\" name=\"Makrokomandos\">Makrokomandos</link>" -#. Y2q3T -#: 06130000.xhp +#. QpEGb +#: 06130001.xhp +#, fuzzy msgctxt "" -"06130000.xhp\n" -"par_id3145068\n" +"06130001.xhp\n" +"par_id3150008\n" "help.text" -msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/library\">Lists the existing macros and dialogs.</ahelp>" -msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/library\">Sąrašuose rodomi esami moduliai ir dialogo langai.</ahelp>" +msgid "Lets you record or organize and edit macros." +msgstr "Čia galima įrašyti, tvarkyti ir taisyti makrokomandas." -#. TrGRG -#: 06130000.xhp +#. irkNP +#: 06130001.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3150398\n" +"06130001.xhp\n" +"par_idN105B1\n" "help.text" -msgid "Edit" -msgstr "Taisyti" +msgid "<link href=\"text/shared/01/06130020.xhp\">Run Macro</link>" +msgstr "" -#. DA8GN -#: 06130000.xhp +#. S7Bf5 +#: 06130001.xhp msgctxt "" -"06130000.xhp\n" -"par_id3150543\n" +"06130001.xhp\n" +"par_idN105EB\n" "help.text" -msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/edit\">Opens the selected macro or dialog for editing.</ahelp>" -msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/edit\">Pažymėtas modulis arba dialogo langas atveriamas taisymui.</ahelp>" +msgid "<ahelp hid=\".\">Opens the Macro Selector dialog where you can start a macro.</ahelp>" +msgstr "" -#. wbym4 -#: 06130000.xhp +#. 9SRC2 +#: 06130001.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3151210\n" +"06130001.xhp\n" +"par_idN10608\n" "help.text" -msgid "New" -msgstr "Naujas" +msgid "<link href=\"text/shared/01/digitalsignatures.xhp\">Digital Signature</link>" +msgstr "" -#. TAB89 -#: 06130000.xhp +#. FRSce +#: 06130001.xhp msgctxt "" -"06130000.xhp\n" -"par_id3149291\n" +"06130001.xhp\n" +"par_idN10618\n" "help.text" -msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newmodule\">Opens the editor and creates a new module.</ahelp>" -msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newmodule\">Paleidžiama rengyklė naujam moduliui kurti.</ahelp>" +msgid "<ahelp hid=\".\">Adds and removes digital signatures to and from your macros. You can also use the dialog to view certificates.</ahelp>" +msgstr "" -#. t4AWQ -#: 06130000.xhp +#. M7NqY +#: 06130001.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3145173\n" +"06130001.xhp\n" +"par_idN105D3\n" "help.text" -msgid "New" -msgstr "Naujas" +msgid "<link href=\"text/shared/01/06130300.xhp\">Organize Dialogs</link>" +msgstr "" -#. mDUGv -#: 06130000.xhp +#. iewaq +#: 06130001.xhp msgctxt "" -"06130000.xhp\n" -"par_id3150767\n" +"06130001.xhp\n" +"par_idN105E3\n" "help.text" -msgid "<ahelp hid=\"modules/BasicIDE/ui/dialogpage/newdialog\">Opens the editor and creates a new dialog.</ahelp>" -msgstr "<ahelp hid=\"modules/BasicIDE/ui/dialogpage/newdialog\">Paleidžiama rengyklė naujam dialogo langui kurti.</ahelp>" +msgid "<ahelp hid=\".\">Opens the Dialogs tab page of the Macro Organizer.</ahelp>" +msgstr "" -#. KcrT5 -#: 06130000.xhp +#. NB5A3 +#: 06130010.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3151177\n" +"06130010.xhp\n" +"tit\n" "help.text" -msgid "Libraries tab page" -msgstr "Kortelė „Bibliotekos“" +msgid "Record Macro" +msgstr "" -#. 8VbJK -#: 06130000.xhp +#. eKWF5 +#: 06130010.xhp msgctxt "" -"06130000.xhp\n" -"par_id3156281\n" +"06130010.xhp\n" +"hd_id3153383\n" "help.text" -msgid "<ahelp hid=\"modules/BasicIDE/ui/dialogpage/delete\">Lets you manage the macro libraries for the current application and any open documents.</ahelp>" -msgstr "<ahelp hid=\"modules/BasicIDE/ui/dialogpage/delete\">Šioje kortelėje galima tvarkyti veikiamosios programos ir visų atvertų dokumentų makrokomandų bibliotekas.</ahelp>" +msgid "<link href=\"text/shared/01/06130010.xhp\" name=\"Record Macro\">Record Macro</link>" +msgstr "" -#. iFmfL -#: 06130000.xhp +#. 9pC9X +#: 06130010.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3144760\n" +"06130010.xhp\n" +"par_id3152952\n" "help.text" -msgid "Location" -msgstr "Vieta" +msgid "<ahelp hid=\".uno:MacroRecorder\">Records a new macro.</ahelp> Only available, if macro recording feature is enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Advanced</emph>." +msgstr "" -#. nxpEM -#: 06130000.xhp +#. yAEQN +#: 06130010.xhp msgctxt "" -"06130000.xhp\n" -"par_id3150290\n" +"06130010.xhp\n" +"hd_id3154788\n" "help.text" -msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/location\">Select the application or the document containing the macro libraries that you want to organize.</ahelp>" -msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/location\">Pasirinkite programą arba dokumentą, kuriame yra norimos tvarkyti makrokomandų bibliotekos.</ahelp>" +msgid "Stop Recording" +msgstr "" -#. TwXPh -#: 06130000.xhp +#. 2RLDr +#: 06130010.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3159149\n" +"06130010.xhp\n" +"par_id3146067\n" "help.text" -msgid "Library" -msgstr "Biblioteka" +msgid "<ahelp hid=\".uno:StopRecording\">Stops recording a macro.</ahelp>" +msgstr "" -#. dnB2v -#: 06130000.xhp +#. QzEGu +#: 06130020.xhp msgctxt "" -"06130000.xhp\n" -"par_id3147500\n" +"06130020.xhp\n" +"tit\n" "help.text" -msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/library\">Lists the existing macro libraries for the current application and any open documents.</ahelp>" -msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/library\">Sąraše rodomos esamos veikiamosios programos ir visų atvertų dokumentų makrokomandų bibliotekos.</ahelp>" +msgid "Basic Macro Selector" +msgstr "" -#. 2sPq2 -#: 06130000.xhp +#. ajGaZ +#: 06130020.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3157320\n" +"06130020.xhp\n" +"bm_id711571329266663\n" "help.text" -msgid "Edit" -msgstr "Taisyti" +msgid "<bookmark_value>macro;select macro to run</bookmark_value> <bookmark_value>run macro;select</bookmark_value>" +msgstr "" -#. G2KWD -#: 06130000.xhp +#. Cfej6 +#: 06130020.xhp msgctxt "" -"06130000.xhp\n" -"par_id3150868\n" +"06130020.xhp\n" +"hd_id131571264310511\n" "help.text" -msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/edit\">Opens the $[officename] Basic editor so that you can modify the selected library.</ahelp>" -msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/edit\">Paleidžiama „$[officename] Basic“ rengyklė pažymėtai bibliotekai taisyti.</ahelp>" +msgid "<variable id=\"macroselectorh1\"><link href=\"text/shared/01/06130020.xhp\" name=\"macro selector\">Basic Macro selector</link></variable>" +msgstr "" -#. ckDEB -#: 06130000.xhp +#. VEFaS +#: 06130020.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3153104\n" +"06130020.xhp\n" +"par_id761571264310511\n" "help.text" -msgid "Password" -msgstr "Slaptažodis" +msgid "Selects the Basic macro to run. Locate the macro by selecting the container, library, module and macro name." +msgstr "" -#. MBFBh -#: 06130000.xhp +#. bnxQb +#: 06130020.xhp msgctxt "" -"06130000.xhp\n" -"par_id3154299\n" +"06130020.xhp\n" +"hd_id3159149\n" "help.text" -msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/password\">Assigns or edits the <link href=\"text/shared/01/06130100.xhp\" name=\"password\">password</link> for the selected library.</ahelp>" -msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/password\">Pažymėtai bibliotekai pritaikomas arba keičiamas <link href=\"text/shared/01/06130100.xhp\" name=\"slaptažodis\">slaptažodis</link>.</ahelp>" +msgid "Library" +msgstr "" -#. GiHH8 -#: 06130000.xhp +#. SBNzt +#: 06130020.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3147502\n" +"06130020.xhp\n" +"par_id3147500\n" "help.text" -msgid "New" -msgstr "Nauja" +msgid "Lists the existing macro containers, Basic macro libraries and Basic modules for the current application and any open documents." +msgstr "" -#. WAUPX -#: 06130000.xhp +#. rFc4B +#: 06130020.xhp msgctxt "" -"06130000.xhp\n" -"par_id3149560\n" +"06130020.xhp\n" +"par_idN10B17\n" "help.text" -msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/new\">Creates a new library.</ahelp>" -msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/new\">Sukuriama nauja biblioteka.</ahelp>" +msgid "Macro name" +msgstr "" -#. WqRhC -#: 06130000.xhp +#. Y8Pkf +#: 06130020.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3153770\n" +"06130020.xhp\n" +"par_idN10B1B\n" "help.text" -msgid "Name" -msgstr "Pavadinimas" +msgid "Lists the Basic macros for the selected module. Select a macro and click <widget>Run</widget>." +msgstr "" -#. aECXU -#: 06130000.xhp +#. MKBjz +#: 06130020.xhp msgctxt "" -"06130000.xhp\n" -"par_id3153726\n" +"06130020.xhp\n" +"hd_id841571267025475\n" "help.text" -msgid "<ahelp hid=\"modules/BasicIDE/ui/newlibdialog/NewLibDialog\">Enter a name for the new library or module.</ahelp>" -msgstr "<ahelp hid=\"modules/BasicIDE/ui/newlibdialog/NewLibDialog\">Įveskite norimą naujosios bibliotekos arba modulio pavadinimą.</ahelp>" +msgid "Description" +msgstr "" -#. GzBFX -#: 06130000.xhp +#. N49U3 +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3154693\n" +"06130030.xhp\n" +"tit\n" "help.text" -msgid "Import" -msgstr "Importuoti" +msgid "Scripts" +msgstr "" -#. a4c9q -#: 06130000.xhp +#. T2aee +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" -"par_id3147441\n" +"06130030.xhp\n" +"bm_id401571328832739\n" "help.text" -msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/import\">Locate that $[officename] Basic library that you want to add to the current list, and then click Open.</ahelp>" -msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/import\">Failų parinkimo lange raskite „$[officename] Basic“ biblioteką, kurią norite įtraukti į veikiamąjį sąrašą, ir spustelėkite mygtuką <emph>Atverti</emph>.</ahelp>" +msgid "<bookmark_value>javascript scripts;run</bookmark_value> <bookmark_value>beanshell scripts;run</bookmark_value> <bookmark_value>java scripts;run</bookmark_value> <bookmark_value>run scripts;java</bookmark_value> <bookmark_value>run scripts;javascript</bookmark_value> <bookmark_value>run scripts;beanshell</bookmark_value>" +msgstr "" -#. YLDT7 -#: 06130000.xhp +#. HTxG8 +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN10A39\n" "help.text" msgid "<variable id=\"script\">Scripts</variable>" -msgstr "<variable id=\"script\">Scenarijai</variable>" - -#. uE8Dq -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"hd_id6963408\n" -"help.text" -msgid "Export" -msgstr "Importuoti" +msgstr "" -#. AZf2J -#: 06130000.xhp +#. beGqa +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" -"par_id8968169\n" -"help.text" -msgid "<ahelp hid=\".\">Opens a dialog to export the selected library either as an extension or as a Basic library.</ahelp>" -msgstr "<ahelp hid=\".\">Atveriamas dialogo langas, kuriame pažymėtą biblioteką galima eksportuoti kaip plėtinį arba kaip „Basic“ biblioteką.</ahelp>" - -#. FApSc -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN109BE\n" "help.text" msgid "Macros" -msgstr "Makrokomandos" +msgstr "" -#. HDuFt -#: 06130000.xhp +#. x5Ary +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN109C2\n" "help.text" msgid "<ahelp hid=\"cui/ui/scriptorganizer/ScriptOrganizerDialog\">Select a macro or script from <emph>My Macros</emph>, <emph>%PRODUCTNAME Macros</emph>, or an open document. To view the available macros or scripts, double-click an entry.</ahelp>" msgstr "" -#. F8VGH -#: 06130000.xhp +#. wxJE3 +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN109CD\n" "help.text" msgid "Run" -msgstr "Vykdyti" +msgstr "" -#. PwXzh -#: 06130000.xhp +#. 4W4PB +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN109D1\n" "help.text" -msgid "<ahelp hid=\"cui/ui/scriptorganizer/run\">To run a script, select a script in the list, and then click Run.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/scriptorganizer/run\">Jei norite vykdyti scenarijų, pažymėkite jį sąraše ir spustelėkite mygtuką <emph>Vykdyti</emph>.</ahelp>" +msgid "<ahelp hid=\"cui/ui/scriptorganizer/run\">To run a script, select a script in the list, and then click <emph>Run</emph>.</ahelp>" +msgstr "" -#. bb34i -#: 06130000.xhp +#. FFUEk +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN109E8\n" "help.text" msgid "Create" -msgstr "Kurti" +msgstr "" -#. g8uAn -#: 06130000.xhp +#. cF2LZ +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN109EC\n" "help.text" msgid "<ahelp hid=\"cui/ui/scriptorganizer/create\">Creates a new script.</ahelp> The default script editor opens after you enter a name for the script." -msgstr "<ahelp hid=\"cui/ui/scriptorganizer/create\">Sukuriamas naujas scenarijus.</ahelp> Įvedus scenarijaus pavadinimą atveriama numatytoji scenarijų rengyklė." +msgstr "" -#. hwkoZ -#: 06130000.xhp +#. twmoG +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN10A04\n" "help.text" msgid "<ahelp hid=\"modules/BasicIDE/ui/newlibdialog/NewLibDialog\">Enter a name for the script.</ahelp>" -msgstr "<ahelp hid=\"modules/BasicIDE/ui/newlibdialog/NewLibDialog\">Įveskite scenarijaus pavadinimą.</ahelp>" +msgstr "" -#. F7484 -#: 06130000.xhp +#. GBPkB +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN10A2F\n" "help.text" msgid "Edit" -msgstr "Taisyti" +msgstr "" -#. 7fjGG -#: 06130000.xhp +#. UJCVn +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN10A33\n" "help.text" msgid "<ahelp hid=\"cui/ui/scriptorganizer/edit\">Opens the default script editor for your operating system.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/scriptorganizer/edit\">Atveriama operacinės sistemos numatytoji scenarijų rengyklė.</ahelp>" +msgstr "" -#. suhE6 -#: 06130000.xhp +#. Q8G48 +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN10A4B\n" "help.text" msgid "Rename" -msgstr "Pervadinti" +msgstr "" -#. DkFCx -#: 06130000.xhp +#. jjV85 +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN10A4F\n" "help.text" msgid "<ahelp hid=\"cui/ui/scriptorganizer/rename\">Opens a dialog where you can change the name of the selected script.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/scriptorganizer/rename\">Atveriamas dialogo langas, kuriame galima pakeisti pažymėto scenarijaus pavadinimą.</ahelp>" +msgstr "" -#. Q8pZ5 -#: 06130000.xhp +#. suGi7 +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN10A66\n" "help.text" msgid "Delete" -msgstr "Šalinti" +msgstr "" -#. i7xha -#: 06130000.xhp +#. mEwTf +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN10A6A\n" "help.text" msgid "<ahelp hid=\"cui/ui/scriptorganizer/delete\">Prompts you to delete the selected script.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/scriptorganizer/delete\">Paprašius patvirtinimo pažymėtas scenarijus pašalinamas.</ahelp>" - -#. CFkBc -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10AE5\n" -"help.text" -msgid "The Macro Selector dialog contains two list boxes, namely the Library list box and the Macro name list box." -msgstr "Makrokomandų parinkiklio dialogo lange yra du sąrašai: bibliotekų ir makrokomandų pavadinimų." - -#. AhBnr -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10AFC\n" -"help.text" -msgid "Library" -msgstr "Biblioteka" - -#. J7fNC -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10B00\n" -"help.text" -msgid "Select a macro or script from <emph>My Macros</emph>, <emph>%PRODUCTNAME Macros</emph>, or an open document. To view the contents of a library, double-click an entry in the list." -msgstr "" - -#. E2LCA -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10B17\n" -"help.text" -msgid "Macro name" -msgstr "Makrokomandos pavadinimas" - -#. sZeFM -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10B1B\n" -"help.text" -msgid "Click a script, and then click a command button." -msgstr "Spustelėkite scenarijaus pavadinimą, tada – komandos mygtuką." - -#. yrktR -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id381543352048115\n" -"help.text" -msgid "Python" -msgstr "Python" - -#. Ramc8 -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN109as\n" -"help.text" -msgid "Python Macros" -msgstr "" - -#. i6tU9 -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN134C2\n" -"help.text" -msgid "<ahelp hid=\"cui/ui/scriptorganizer/ScriptOrganizerDialog\">Select a macro or script from <emph>My Macros</emph>, <emph>%PRODUCTNAME Macros</emph>, or an open document.</ahelp>" -msgstr "" - -#. 9GPHS -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id641543351777423\n" -"help.text" -msgid "Run" -msgstr "Vykdyti" - -#. AF7GX -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id31543351781865\n" -"help.text" -msgid "<ahelp hid=\"cui/ui/scriptorganizer/run\">To run a script, select a script in the list, and then click Run.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/scriptorganizer/run\">Jei norite vykdyti scenarijų, pažymėkite jį sąraše ir spustelėkite mygtuką <emph>Vykdyti</emph>.</ahelp>" - -#. G9feq -#: 06130001.xhp -msgctxt "" -"06130001.xhp\n" -"tit\n" -"help.text" -msgid "Macros" -msgstr "Makrokomandos" - -#. FDAsS -#: 06130001.xhp -msgctxt "" -"06130001.xhp\n" -"hd_id3152414\n" -"help.text" -msgid "<link href=\"text/shared/01/06130001.xhp\" name=\"Macros\">Macros</link>" -msgstr "<link href=\"text/shared/01/06130001.xhp\" name=\"Makrokomandos\">Makrokomandos</link>" - -#. QpEGb -#: 06130001.xhp -#, fuzzy -msgctxt "" -"06130001.xhp\n" -"par_id3150008\n" -"help.text" -msgid "Lets you record or organize and edit macros." -msgstr "Čia galima įrašyti, tvarkyti ir taisyti makrokomandas." - -#. yagCW -#: 06130001.xhp -msgctxt "" -"06130001.xhp\n" -"par_idN105B1\n" -"help.text" -msgid "<link href=\"text/shared/01/06130000.xhp\">Run Macro</link>" -msgstr "" - -#. nBEA9 -#: 06130001.xhp -msgctxt "" -"06130001.xhp\n" -"par_idN105EB\n" -"help.text" -msgid "<ahelp hid=\".\">Opens a dialog where you can start a macro.</ahelp>" -msgstr "" - -#. 9SRC2 -#: 06130001.xhp -msgctxt "" -"06130001.xhp\n" -"par_idN10608\n" -"help.text" -msgid "<link href=\"text/shared/01/digitalsignatures.xhp\">Digital Signature</link>" -msgstr "" - -#. FRSce -#: 06130001.xhp -msgctxt "" -"06130001.xhp\n" -"par_idN10618\n" -"help.text" -msgid "<ahelp hid=\".\">Adds and removes digital signatures to and from your macros. You can also use the dialog to view certificates.</ahelp>" -msgstr "" - -#. 5WDih -#: 06130001.xhp -msgctxt "" -"06130001.xhp\n" -"par_idN105D3\n" -"help.text" -msgid "<link href=\"text/shared/01/06130000.xhp\">Organize Dialogs</link>" -msgstr "" - -#. iewaq -#: 06130001.xhp -msgctxt "" -"06130001.xhp\n" -"par_idN105E3\n" -"help.text" -msgid "<ahelp hid=\".\">Opens the Dialogs tab page of the Macro Organizer.</ahelp>" -msgstr "" - -#. NB5A3 -#: 06130010.xhp -msgctxt "" -"06130010.xhp\n" -"tit\n" -"help.text" -msgid "Record Macro" -msgstr "" - -#. eKWF5 -#: 06130010.xhp -msgctxt "" -"06130010.xhp\n" -"hd_id3153383\n" -"help.text" -msgid "<link href=\"text/shared/01/06130010.xhp\" name=\"Record Macro\">Record Macro</link>" -msgstr "" - -#. 9pC9X -#: 06130010.xhp -msgctxt "" -"06130010.xhp\n" -"par_id3152952\n" -"help.text" -msgid "<ahelp hid=\".uno:MacroRecorder\">Records a new macro.</ahelp> Only available, if macro recording feature is enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Advanced</emph>." -msgstr "" - -#. yAEQN -#: 06130010.xhp -msgctxt "" -"06130010.xhp\n" -"hd_id3154788\n" -"help.text" -msgid "Stop Recording" -msgstr "" - -#. 2RLDr -#: 06130010.xhp -msgctxt "" -"06130010.xhp\n" -"par_id3146067\n" -"help.text" -msgid "<ahelp hid=\".uno:StopRecording\">Stops recording a macro.</ahelp>" msgstr "" #. tBtMd @@ -38898,13 +38637,13 @@ msgctxt "" msgid "<ahelp hid=\".\">Opens a dialog where you can organize %PRODUCTNAME Basic macros.</ahelp>" msgstr "" -#. QgPos +#. api6m #: 06130200.xhp msgctxt "" "06130200.xhp\n" "par_idN105AA\n" "help.text" -msgid "<link href=\"text/shared/01/06130000.xhp#script\">JavaScript</link>" +msgid "<link href=\"text/shared/01/06130030.xhp\">JavaScript</link>" msgstr "" #. R52U4 @@ -38916,13 +38655,13 @@ msgctxt "" msgid "<ahelp hid=\".\">Opens a dialog where you can organize Javascript scripts.</ahelp>" msgstr "" -#. oV8SY +#. nybEr #: 06130200.xhp msgctxt "" "06130200.xhp\n" "par_idN10597\n" "help.text" -msgid "<link href=\"text/shared/01/06130000.xhp#script\">BeanShell</link>" +msgid "<link href=\"text/shared/01/06130030.xhp\">BeanShell</link>" msgstr "" #. N8pnT @@ -38943,22 +38682,301 @@ msgctxt "" msgid "<link href=\"text/sbasic/python/main0000.xhp#script\">Python</link>" msgstr "" -#. AVYAT +#. GxsAo #: 06130200.xhp msgctxt "" "06130200.xhp\n" "par_id171564144873585\n" "help.text" -msgid "<ahelp hid=\".\">Opens a dialog where you can organize Python scripts.</ahelp>" +msgid "<ahelp hid=\".\">Opens a dialog where you can run Python scripts.</ahelp>" msgstr "" -#. Rhda3 -#: 06130200.xhp +#. F8xV5 +#: 06130300.xhp msgctxt "" -"06130200.xhp\n" -"par_id171564146941721\n" +"06130300.xhp\n" +"tit\n" +"help.text" +msgid "Basic Organizer" +msgstr "" + +#. yGcvK +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"bm_id31571329093046\n" +"help.text" +msgid "<bookmark_value>Basic macros;organize in libraries</bookmark_value> <bookmark_value>Basic modules;organize in libraries</bookmark_value> <bookmark_value>Basic dialogs;organize in libraries</bookmark_value>" +msgstr "" + +#. S6zpN +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_idN10A39\n" +"help.text" +msgid "<variable id=\"BasicOrganizer\">%PRODUCTNAME Basic Library Organizer</variable>" +msgstr "" + +#. oncdP +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id111571327198482\n" +"help.text" +msgid "The dialog let you organize %PRODUCTNAME modules and dialogs into libraries. You can also import and export Basic libraries into files or extensions." +msgstr "" + +#. jarWv +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3145609\n" +"help.text" +msgid "Module and Dialog tab pages" +msgstr "" + +#. TrMnh +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3155923\n" +"help.text" +msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/organize\">Lets you manage modules or dialog boxes.</ahelp>" +msgstr "" + +#. Pj6wa +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3148944\n" +"help.text" +msgid "Module or Dialog" +msgstr "" + +#. Sdrtx +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3145068\n" +"help.text" +msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/library\">Lists the existing modules or dialogs.</ahelp>" +msgstr "" + +#. UhEt6 +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3150398\n" +"help.text" +msgid "Edit" +msgstr "" + +#. eUmEs +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3150543\n" +"help.text" +msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/edit\">Opens the selected module or dialog for editing.</ahelp>" +msgstr "" + +#. UUq7k +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3151210\n" +"help.text" +msgid "New (module)" +msgstr "" + +#. EEA8v +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3149291\n" +"help.text" +msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newmodule\">Opens the editor and creates a new module.</ahelp>" +msgstr "" + +#. PCbHd +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3145173\n" +"help.text" +msgid "New (dialog)" +msgstr "" + +#. 7BVG9 +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3150767\n" +"help.text" +msgid "<ahelp hid=\"modules/BasicIDE/ui/dialogpage/newdialog\">Opens the editor and creates a new dialog.</ahelp>" +msgstr "" + +#. uE4DZ +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3151177\n" +"help.text" +msgid "Libraries tab page" +msgstr "" + +#. yQB2A +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3156281\n" +"help.text" +msgid "<ahelp hid=\"modules/BasicIDE/ui/dialogpage/delete\">Lets you manage the macro libraries for the current application and any open documents.</ahelp>" +msgstr "" + +#. ViiZb +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3144760\n" +"help.text" +msgid "Location" +msgstr "" + +#. 8KmGe +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3150290\n" +"help.text" +msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/location\">Select the application or the document containing the macro libraries that you want to organize.</ahelp>" +msgstr "" + +#. KAHod +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3159149\n" +"help.text" +msgid "Library" +msgstr "" + +#. 8MwCA +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3147500\n" +"help.text" +msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/library\">Lists the existing macro libraries for the current application and any open documents.</ahelp>" +msgstr "" + +#. 3gRCC +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3157320\n" +"help.text" +msgid "Edit" +msgstr "" + +#. gyaAc +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3150868\n" "help.text" -msgid "<embedvar href=\"text/shared/guide/scripting.xhp#scripting\"/>" +msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/edit\">Opens the $[officename] Basic editor so that you can modify the selected library.</ahelp>" +msgstr "" + +#. sHA8U +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3153104\n" +"help.text" +msgid "Password" +msgstr "" + +#. 2uxEq +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3154299\n" +"help.text" +msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/password\">Assigns or edits the <link href=\"text/shared/01/06130100.xhp\" name=\"password\">password</link> for the selected library.</ahelp>" +msgstr "" + +#. FZAUF +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3147502\n" +"help.text" +msgid "New" +msgstr "" + +#. VS3BT +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3149560\n" +"help.text" +msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/new\">Creates a new library.</ahelp>" +msgstr "" + +#. ZSPBJ +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3153770\n" +"help.text" +msgid "Name" +msgstr "" + +#. mAmEH +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3153726\n" +"help.text" +msgid "<ahelp hid=\"modules/BasicIDE/ui/newlibdialog/NewLibDialog\">Enter a name for the new library or module.</ahelp>" +msgstr "" + +#. tfHHz +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3154693\n" +"help.text" +msgid "Import" +msgstr "" + +#. ZYT4v +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3147441\n" +"help.text" +msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/import\">Locate that $[officename] Basic library that you want to add to the current list, and then click Open.</ahelp>" +msgstr "" + +#. HS2BC +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id6963408\n" +"help.text" +msgid "Export" +msgstr "" + +#. JmEG4 +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id8968169\n" +"help.text" +msgid "<ahelp hid=\".\">Opens a dialog to export the selected library either as an extension or as a Basic library.</ahelp>" msgstr "" #. UkFBg @@ -39600,14 +39618,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/accelconfigpage/office\">Displays shortcut keys that are common to all $[officename] applications.</ahelp>" msgstr "<ahelp hid=\"cui/ui/accelconfigpage/office\">Rodomi spartieji klavišai, veikiantys visose „$[officename]“ programose.</ahelp>" -#. ZjDTB +#. qB53f #: 06140200.xhp msgctxt "" "06140200.xhp\n" "hd_id3149095\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Writer</caseinline><caseinline select=\"CALC\">Calc</caseinline><caseinline select=\"IMPRESS\">Impress</caseinline><caseinline select=\"DRAW\">Draw</caseinline><caseinline select=\"MATH\">Math</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Writer</caseinline><caseinline select=\"CALC\">Calc</caseinline><caseinline select=\"IMPRESS\">Impress</caseinline><caseinline select=\"DRAW\">Draw</caseinline><caseinline select=\"MATH\">Math</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\">Writer</caseinline> <caseinline select=\"CALC\">Calc</caseinline> <caseinline select=\"IMPRESS\">Impress</caseinline> <caseinline select=\"DRAW\">Draw</caseinline> <caseinline select=\"MATH\">Math</caseinline> </switchinline>" +msgstr "" #. GBfYE #: 06140200.xhp @@ -39726,6 +39744,15 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/accelconfigpage/change\">Assigns the key combination selected in the <emph>Shortcut keys</emph> list to the command selected in the <emph>Function </emph>list.</ahelp>" msgstr "<ahelp hid=\"cui/ui/accelconfigpage/change\">Sąraše <emph>Spartieji klavišai</emph> pažymėta klavišų kombinacija priskiriama komandai, pažymėtai sąraše <emph>Funkcija</emph>.</ahelp>" +#. scCJQ +#: 06140200.xhp +msgctxt "" +"06140200.xhp\n" +"hd_id371572442162922\n" +"help.text" +msgid "Delete" +msgstr "" + #. XzQCB #: 06140200.xhp msgctxt "" @@ -40662,22 +40689,22 @@ msgctxt "" msgid "<bookmark_value>filters; XML filter settings</bookmark_value><bookmark_value>XML filters; settings</bookmark_value>" msgstr "" -#. CaLds +#. CUgk6 #: 06150000.xhp msgctxt "" "06150000.xhp\n" "hd_id3153272\n" "help.text" -msgid "<link href=\"text/shared/01/06150000.xhp\" name=\"XML Filter Settings\">XML Filter Settings</link>" +msgid "<link href=\"text/shared/01/06150000.xhp\" name=\"XML Filter Settings\">XML Filter</link>" msgstr "" -#. p689F +#. Gk7jE #: 06150000.xhp msgctxt "" "06150000.xhp\n" "par_id3152937\n" "help.text" -msgid "<ahelp hid=\".uno:OpenXMLFilterSettings\">Opens the <emph>XML Filter Settings </emph>dialog, where you can create, edit, delete, and test filters to import and to export XML files.</ahelp>" +msgid "<ahelp hid=\".uno:OpenXMLFilterSettings\">Opens the <emph>XML Filter Settings</emph> dialog, where you can create, edit, delete, and test filters to import and to export XML files.</ahelp>" msgstr "" #. 23hBt @@ -41551,7 +41578,7 @@ msgctxt "" "tit\n" "help.text" msgid "Hangul/Hanja Conversion" -msgstr "" +msgstr "Hangul/Kandža keitimas" #. mywtn #: 06200000.xhp @@ -41569,7 +41596,7 @@ msgctxt "" "hd_id3155757\n" "help.text" msgid "<link href=\"text/shared/01/06200000.xhp\" name=\"Hangul/Hanja Conversion\">Hangul/Hanja Conversion</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/06200000.xhp\" name=\"Hangul/Handža keitimas\">Hangul/Handža keitimas</link>" #. B7EXU #: 06200000.xhp @@ -41587,7 +41614,7 @@ msgctxt "" "hd_id3150603\n" "help.text" msgid "Original" -msgstr "" +msgstr "Pradinis" #. BMpSD #: 06200000.xhp @@ -41605,7 +41632,7 @@ msgctxt "" "hd_id3154230\n" "help.text" msgid "Word" -msgstr "" +msgstr "Žodžiai" #. NspJb #: 06200000.xhp @@ -41623,7 +41650,7 @@ msgctxt "" "hd_id3154673\n" "help.text" msgid "Find" -msgstr "" +msgstr "Ieškoti" #. okTbA #: 06200000.xhp @@ -41641,7 +41668,7 @@ msgctxt "" "hd_id3147291\n" "help.text" msgid "Suggestions" -msgstr "" +msgstr "Pasiūlymai" #. Ls6Di #: 06200000.xhp @@ -41659,7 +41686,7 @@ msgctxt "" "hd_id3157958\n" "help.text" msgid "Format" -msgstr "" +msgstr "Formatas" #. wfHpE #: 06200000.xhp @@ -41677,7 +41704,7 @@ msgctxt "" "hd_id3153749\n" "help.text" msgid "Hangul/Hanja" -msgstr "" +msgstr "Hangul/Handža" #. jVsp4 #: 06200000.xhp @@ -41695,7 +41722,7 @@ msgctxt "" "hd_id3152780\n" "help.text" msgid "Hanja (Hangul)" -msgstr "" +msgstr "Handža (Hangul)" #. uX4Hn #: 06200000.xhp @@ -41713,7 +41740,7 @@ msgctxt "" "hd_id3150443\n" "help.text" msgid "Hangul (Hanja)" -msgstr "" +msgstr "Hangul (Handža)" #. 98FBp #: 06200000.xhp @@ -41803,7 +41830,7 @@ msgctxt "" "hd_id3148826\n" "help.text" msgid "Conversion" -msgstr "" +msgstr "Konvertavimas" #. ZcQdN #: 06200000.xhp @@ -41821,7 +41848,7 @@ msgctxt "" "hd_id3153585\n" "help.text" msgid "Hangul only" -msgstr "" +msgstr "Tik Hangul" #. xfyFv #: 06200000.xhp @@ -41839,7 +41866,7 @@ msgctxt "" "hd_id3150823\n" "help.text" msgid "Hanja only" -msgstr "" +msgstr "Tik Handža" #. VWjwM #: 06200000.xhp @@ -41857,7 +41884,7 @@ msgctxt "" "hd_id3152360\n" "help.text" msgid "Ignore" -msgstr "" +msgstr "Nepaisyti" #. CEcrh #: 06200000.xhp @@ -41875,7 +41902,7 @@ msgctxt "" "hd_id3148550\n" "help.text" msgid "Always Ignore" -msgstr "" +msgstr "Visada nepaisyti" #. dFeqA #: 06200000.xhp @@ -41893,7 +41920,7 @@ msgctxt "" "hd_id3151056\n" "help.text" msgid "Replace" -msgstr "" +msgstr "Pakeisti" #. 5w8zc #: 06200000.xhp @@ -41911,7 +41938,7 @@ msgctxt "" "hd_id3153360\n" "help.text" msgid "Always Replace" -msgstr "" +msgstr "Keisti visada" #. 95yCh #: 06200000.xhp @@ -41929,7 +41956,7 @@ msgctxt "" "hd_id3149290\n" "help.text" msgid "Replace by character" -msgstr "" +msgstr "Pakeisti pagal rašmenis" #. nFekB #: 06200000.xhp @@ -41947,7 +41974,7 @@ msgctxt "" "par_idN10969\n" "help.text" msgid "Options" -msgstr "" +msgstr "Parinktys" #. BDDAa #: 06200000.xhp @@ -41965,7 +41992,7 @@ msgctxt "" "tit\n" "help.text" msgid "Hangul/Hanja Options" -msgstr "" +msgstr "Hangul/Handža parinktys" #. xmePQ #: 06201000.xhp @@ -41974,7 +42001,7 @@ msgctxt "" "par_idN10542\n" "help.text" msgid "Hangul/Hanja Options" -msgstr "" +msgstr "Hangul/Handža parinktys" #. yHGNb #: 06201000.xhp @@ -41992,7 +42019,7 @@ msgctxt "" "par_idN1055F\n" "help.text" msgid "User-defined dictionaries" -msgstr "" +msgstr "Naudotojo aprašyti žodynai" #. kFzq7 #: 06201000.xhp @@ -42280,7 +42307,7 @@ msgctxt "" "hd_id3147069\n" "help.text" msgid "<link href=\"text/shared/01/06990000.xhp\" name=\"Spellcheck\">Spellcheck</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/06990000.xhp\" name=\"Rašybos tikrinimas\">Rašybos tikrinimas</link>" #. C5oKq #: 06990000.xhp @@ -42307,7 +42334,7 @@ msgctxt "" "tit\n" "help.text" msgid "New Window" -msgstr "" +msgstr "Naujas langas" #. 3LH9y #: 07010000.xhp @@ -42316,7 +42343,7 @@ msgctxt "" "bm_id6323129\n" "help.text" msgid "<bookmark_value>new windows</bookmark_value><bookmark_value>windows;new</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>nauji langai</bookmark_value><bookmark_value>langai;naujas</bookmark_value>" #. QYQCC #: 07010000.xhp @@ -42325,7 +42352,7 @@ msgctxt "" "hd_id3148882\n" "help.text" msgid "<link href=\"text/shared/01/07010000.xhp\" name=\"New Window\">New Window</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/07010000.xhp\" name=\"New Window\">Naujas langas</link>" #. 5Y2ET #: 07010000.xhp @@ -42352,7 +42379,7 @@ msgctxt "" "tit\n" "help.text" msgid "Document List" -msgstr "" +msgstr "Dokumentų sąrašas" #. AhMX8 #: 07080000.xhp @@ -42361,7 +42388,7 @@ msgctxt "" "hd_id3155620\n" "help.text" msgid "<link href=\"text/shared/01/07080000.xhp\" name=\"Document List\">Document List</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/07080000.xhp\" name=\"Document List\">Dokumentų sąrašas</link>" #. oEczn #: 07080000.xhp @@ -46015,7 +46042,7 @@ msgctxt "" "tit\n" "help.text" msgid "Embedding Fonts" -msgstr "" +msgstr "Šriftų įterpimas" #. MhNdc #: prop_font_embed.xhp @@ -46033,7 +46060,7 @@ msgctxt "" "hd_id3148668\n" "help.text" msgid "<link href=\"text/shared/01/prop_font_embed.xhp\" name=\"Fonts\">Font</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/prop_font_embed.xhp\" name=\"Šriftas\">Šriftas</link>" #. ERyPL #: prop_font_embed.xhp @@ -46051,7 +46078,7 @@ msgctxt "" "hd_id3149999\n" "help.text" msgid "Fonts embedding" -msgstr "" +msgstr "Šriftų įterpimas" #. LM4Gn #: prop_font_embed.xhp @@ -46078,7 +46105,7 @@ msgctxt "" "tit\n" "help.text" msgid "Export as EPUB" -msgstr "" +msgstr "Eksportuoti EPUB formatu" #. JEMKS #: ref_epub_export.xhp @@ -46096,7 +46123,7 @@ msgctxt "" "hd_id3149532\n" "help.text" msgid "<variable id=\"ref_epub_export\"><link href=\"text/shared/01/ref_epub_export.xhp\" name=\"Export as EPUB\">Export as EPUB</link></variable>" -msgstr "" +msgstr "<variable id=\"ref_epub_export\"><link href=\"text/shared/01/ref_epub_export.xhp\" name=\"Eksportuoti EPUB formatu\">Eksportuoti EPUB formatu</link></variable>" #. eFrro #: ref_epub_export.xhp @@ -46123,7 +46150,7 @@ msgctxt "" "hd_id3148519\n" "help.text" msgid "General" -msgstr "" +msgstr "Bendrosios parinktys" #. bSFpL #: ref_epub_export.xhp @@ -46132,7 +46159,7 @@ msgctxt "" "hd_id3148520\n" "help.text" msgid "Version" -msgstr "" +msgstr "Versija" #. idV5d #: ref_epub_export.xhp @@ -46150,7 +46177,7 @@ msgctxt "" "hd_id3148521\n" "help.text" msgid "Split method" -msgstr "" +msgstr "Skaidymo metodas" #. 6a2XP #: ref_epub_export.xhp @@ -46186,7 +46213,7 @@ msgctxt "" "hd_id3148522\n" "help.text" msgid "Layout method" -msgstr "" +msgstr "Išdėstymo metodas" #. EkFyR #: ref_epub_export.xhp @@ -46222,7 +46249,7 @@ msgctxt "" "hd_id3148523\n" "help.text" msgid "Custom cover image" -msgstr "" +msgstr "Viršelio paveikslas" #. h5cf9 #: ref_epub_export.xhp @@ -46249,7 +46276,7 @@ msgctxt "" "hd_id3148524\n" "help.text" msgid "Custom media directory" -msgstr "" +msgstr "Medijos aplankas" #. mQtT8 #: ref_epub_export.xhp @@ -46294,7 +46321,7 @@ msgctxt "" "hd_id3148525\n" "help.text" msgid "Metadata" -msgstr "" +msgstr "Metaduomenys" #. tmNmC #: ref_epub_export.xhp @@ -46312,7 +46339,7 @@ msgctxt "" "hd_id3148526\n" "help.text" msgid "Identifier" -msgstr "" +msgstr "Identifikatorius" #. zC2TC #: ref_epub_export.xhp @@ -46330,7 +46357,7 @@ msgctxt "" "hd_id3148527\n" "help.text" msgid "Title" -msgstr "" +msgstr "Pavadinimas" #. Aa5Cg #: ref_epub_export.xhp @@ -46348,7 +46375,7 @@ msgctxt "" "hd_id3148528\n" "help.text" msgid "Author" -msgstr "" +msgstr "Autorius" #. 3DCRu #: ref_epub_export.xhp @@ -46366,7 +46393,7 @@ msgctxt "" "hd_id3148529\n" "help.text" msgid "Language" -msgstr "" +msgstr "Kalba" #. ZzDFh #: ref_epub_export.xhp @@ -46384,7 +46411,7 @@ msgctxt "" "hd_id3148530\n" "help.text" msgid "Date" -msgstr "" +msgstr "Data" #. DEE4X #: ref_epub_export.xhp @@ -46420,7 +46447,7 @@ msgctxt "" "hd_id3149532\n" "help.text" msgid "<variable id=\"ref_pdf_export\"><link href=\"text/shared/01/ref_pdf_export.xhp\" name=\"Export as PDF\">Export as PDF</link></variable>" -msgstr "" +msgstr "<variable id=\"ref_pdf_export\"><link href=\"text/shared/01/ref_pdf_export.xhp\" name=\"Eksportuoti PDF formatu\">Eksportuoti PDF formatu</link></variable>" #. TNNPb #: ref_pdf_export.xhp @@ -46438,7 +46465,7 @@ msgctxt "" "hd_id746482\n" "help.text" msgid "General tab" -msgstr "" +msgstr "Pagrindinių parinkčių kortelė" #. rYXBh #: ref_pdf_export.xhp @@ -46447,7 +46474,7 @@ msgctxt "" "hd_id3148520\n" "help.text" msgid "Range" -msgstr "" +msgstr "Rėžiai" #. srrym #: ref_pdf_export.xhp @@ -46465,7 +46492,7 @@ msgctxt "" "hd_id3166445\n" "help.text" msgid "All" -msgstr "" +msgstr "Visi puslapiai" #. PQn2n #: ref_pdf_export.xhp @@ -46483,7 +46510,7 @@ msgctxt "" "hd_id3154673\n" "help.text" msgid "Pages" -msgstr "" +msgstr "Puslapiai" #. xKAfj #: ref_pdf_export.xhp @@ -46510,7 +46537,7 @@ msgctxt "" "hd_id3147043\n" "help.text" msgid "Selection" -msgstr "" +msgstr "Atranka" #. NBTeg #: ref_pdf_export.xhp @@ -46528,7 +46555,7 @@ msgctxt "" "par_idN10706\n" "help.text" msgid "Images" -msgstr "" +msgstr "Paveikslai" #. bV5A4 #: ref_pdf_export.xhp @@ -46555,7 +46582,7 @@ msgctxt "" "par_idN10715\n" "help.text" msgid "Lossless compression" -msgstr "" +msgstr "Glaudinimas be praradimų" #. QMqTQ #: ref_pdf_export.xhp @@ -46573,7 +46600,7 @@ msgctxt "" "par_idN10730\n" "help.text" msgid "JPEG compression" -msgstr "" +msgstr "JPEG glaudinimas" #. 3BGfd #: ref_pdf_export.xhp @@ -46591,7 +46618,7 @@ msgctxt "" "par_idN1074C\n" "help.text" msgid "Quality" -msgstr "" +msgstr "Kokybė" #. QsCUW #: ref_pdf_export.xhp @@ -46609,7 +46636,7 @@ msgctxt "" "par_idN10767\n" "help.text" msgid "Reduce image resolution" -msgstr "" +msgstr "Mažinti paveikslų skiriamąją gebą" #. sSETc #: ref_pdf_export.xhp @@ -46636,7 +46663,7 @@ msgctxt "" "par_idN10791\n" "help.text" msgid "General" -msgstr "" +msgstr "Kitos parinktys" #. FhMZo #: ref_pdf_export.xhp @@ -46654,7 +46681,7 @@ msgctxt "" "hd_id080420080355360\n" "help.text" msgid "Hybrid PDF (embed ODF file)" -msgstr "" +msgstr "Hibridinis PDF (įdėti ODF failą)" #. HBAvM #: ref_pdf_export.xhp @@ -46672,7 +46699,7 @@ msgctxt "" "hd_id2796411\n" "help.text" msgid "Archive PDF/A-1a (ISO 19005-1)" -msgstr "" +msgstr "Archyvinis PDF (PDF/A, ISO 19005)" #. s4qAD #: ref_pdf_export.xhp @@ -46690,7 +46717,7 @@ msgctxt "" "par_idN107A0\n" "help.text" msgid "Tagged PDF (add document structure)" -msgstr "" +msgstr "Sužymėtas PDF (įdedama dokumento struktūra)" #. AUDyF #: ref_pdf_export.xhp @@ -46717,7 +46744,7 @@ msgctxt "" "hd_id8257087\n" "help.text" msgid "Export bookmarks" -msgstr "" +msgstr "Eksportuoti žymeles" #. WtLDu #: ref_pdf_export.xhp @@ -46735,7 +46762,7 @@ msgctxt "" "par_idN107BE\n" "help.text" msgid "Comments as PDF annotations" -msgstr "" +msgstr "Komentarus versti PDF anotacijomis" #. TgVUa #: ref_pdf_export.xhp @@ -46762,7 +46789,7 @@ msgctxt "" "par_idN107F4\n" "help.text" msgid "Create PDF form" -msgstr "" +msgstr "Sukurti PDF formą" #. SWCE3 #: ref_pdf_export.xhp @@ -46780,7 +46807,7 @@ msgctxt "" "hd_id6585283\n" "help.text" msgid "Submit format" -msgstr "" +msgstr "Pateikimo formatas" #. FMAWB #: ref_pdf_export.xhp @@ -46816,7 +46843,7 @@ msgctxt "" "hd_id1026200909535841\n" "help.text" msgid "Allow duplicate field names" -msgstr "" +msgstr "Leisti vienodus laukų vardus" #. fG8Bo #: ref_pdf_export.xhp @@ -46834,7 +46861,7 @@ msgctxt "" "hd_id3946958\n" "help.text" msgid "Export automatically inserted blank pages" -msgstr "" +msgstr "Eksportuoti automatiškai įterptus tuščius puslapius" #. FUnoV #: ref_pdf_export.xhp @@ -46852,7 +46879,7 @@ msgctxt "" "hd_id3946959\n" "help.text" msgid "Use reference XObjects" -msgstr "" +msgstr "Naudoti susietus „XObjects“ objektus" #. odL4p #: ref_pdf_export.xhp @@ -46870,7 +46897,7 @@ msgctxt "" "hd_id9796441\n" "help.text" msgid "Initial View tab" -msgstr "" +msgstr "Pradinio rodymo kortelė" #. qvDSZ #: ref_pdf_export.xhp @@ -46879,7 +46906,7 @@ msgctxt "" "hd_id1218604\n" "help.text" msgid "Panes" -msgstr "" +msgstr "Polangiai" #. iF2tA #: ref_pdf_export.xhp @@ -46888,7 +46915,7 @@ msgctxt "" "hd_id7071443\n" "help.text" msgid "Page only" -msgstr "" +msgstr "Tik puslapis" #. ES53g #: ref_pdf_export.xhp @@ -46906,7 +46933,7 @@ msgctxt "" "hd_id7464217\n" "help.text" msgid "Bookmarks and page" -msgstr "" +msgstr "Žymelės ir puslapis" #. wnCDu #: ref_pdf_export.xhp @@ -46924,7 +46951,7 @@ msgctxt "" "hd_id3581041\n" "help.text" msgid "Thumbnails and page" -msgstr "" +msgstr "Miniatiūros ir puslapis" #. h8vY2 #: ref_pdf_export.xhp @@ -46942,7 +46969,7 @@ msgctxt "" "hd_id1905575\n" "help.text" msgid "Open on page" -msgstr "" +msgstr "Atverti puslapį" #. NdddP #: ref_pdf_export.xhp @@ -46960,7 +46987,7 @@ msgctxt "" "hd_id7509994\n" "help.text" msgid "Magnification" -msgstr "" +msgstr "Mastelis" #. NKFjK #: ref_pdf_export.xhp @@ -46969,7 +46996,7 @@ msgctxt "" "hd_id5900143\n" "help.text" msgid "Default" -msgstr "" +msgstr "Numatytasis" #. e3Jsd #: ref_pdf_export.xhp @@ -46987,7 +47014,7 @@ msgctxt "" "hd_id1092257\n" "help.text" msgid "Fit in window" -msgstr "" +msgstr "Talpinti lange" #. EHC2g #: ref_pdf_export.xhp @@ -47005,7 +47032,7 @@ msgctxt "" "hd_id654622\n" "help.text" msgid "Fit width" -msgstr "" +msgstr "Talpinti iš pločio" #. EEqwy #: ref_pdf_export.xhp @@ -47023,7 +47050,7 @@ msgctxt "" "hd_id9883114\n" "help.text" msgid "Fit visible" -msgstr "" +msgstr "Talpinti tekstą" #. pvGRo #: ref_pdf_export.xhp @@ -47041,7 +47068,7 @@ msgctxt "" "hd_id7296975\n" "help.text" msgid "Zoom factor" -msgstr "" +msgstr "Mastelio koeficientas" #. EBt5k #: ref_pdf_export.xhp @@ -47059,7 +47086,7 @@ msgctxt "" "hd_id329905\n" "help.text" msgid "Page layout" -msgstr "" +msgstr "Puslapių išdėstymas" #. A8BbX #: ref_pdf_export.xhp @@ -47068,7 +47095,7 @@ msgctxt "" "hd_id5632496\n" "help.text" msgid "Default" -msgstr "" +msgstr "Numatytasis" #. ve6xm #: ref_pdf_export.xhp @@ -47086,7 +47113,7 @@ msgctxt "" "hd_id8454237\n" "help.text" msgid "Single page" -msgstr "" +msgstr "Vienas puslapis" #. J2hh5 #: ref_pdf_export.xhp @@ -47104,7 +47131,7 @@ msgctxt "" "hd_id7387310\n" "help.text" msgid "Continuous" -msgstr "" +msgstr "Tęstinis" #. AMVAo #: ref_pdf_export.xhp @@ -47122,7 +47149,7 @@ msgctxt "" "hd_id6223639\n" "help.text" msgid "Continuous facing" -msgstr "" +msgstr "Tęstinis gretutinis" #. G9ZDi #: ref_pdf_export.xhp @@ -47158,7 +47185,7 @@ msgctxt "" "hd_id18005\n" "help.text" msgid "User Interface tab" -msgstr "" +msgstr "Naudotojo sąsajos kortelė" #. 2CqWB #: ref_pdf_export.xhp @@ -47167,7 +47194,7 @@ msgctxt "" "hd_id6676839\n" "help.text" msgid "Window options" -msgstr "" +msgstr "Lango parinktys" #. fGQQW #: ref_pdf_export.xhp @@ -47176,7 +47203,7 @@ msgctxt "" "hd_id3809015\n" "help.text" msgid "Resize window to initial page" -msgstr "" +msgstr "Lango dydį pritaikyti prie pradinio puslapio" #. TAv3i #: ref_pdf_export.xhp @@ -47194,7 +47221,7 @@ msgctxt "" "hd_id6994842\n" "help.text" msgid "Center window on screen" -msgstr "" +msgstr "Centruoti langą ekrane" #. YE9Br #: ref_pdf_export.xhp @@ -47212,7 +47239,7 @@ msgctxt "" "hd_id6369212\n" "help.text" msgid "Open in full screen mode" -msgstr "" +msgstr "Atverti visame ekrane" #. x5W3x #: ref_pdf_export.xhp @@ -47230,7 +47257,7 @@ msgctxt "" "hd_id2041993\n" "help.text" msgid "Display document title" -msgstr "" +msgstr "Rodyti dokumento pavadinimą" #. gDZoN #: ref_pdf_export.xhp @@ -47248,7 +47275,7 @@ msgctxt "" "hd_id4632099\n" "help.text" msgid "User interface options" -msgstr "" +msgstr "Naudotojo sąsajos parinktys" #. mEPWU #: ref_pdf_export.xhp @@ -47257,7 +47284,7 @@ msgctxt "" "hd_id3154087\n" "help.text" msgid "Hide menu bar" -msgstr "" +msgstr "Slėpti meniu juostą" #. DVTx5 #: ref_pdf_export.xhp @@ -47275,7 +47302,7 @@ msgctxt "" "hd_id729697\n" "help.text" msgid "Hide toolbar" -msgstr "" +msgstr "Slėpti priemonių juostą" #. HUYTD #: ref_pdf_export.xhp @@ -47293,7 +47320,7 @@ msgctxt "" "hd_id376293\n" "help.text" msgid "Hide window controls" -msgstr "" +msgstr "Slėpti lango valdiklius" #. BsDe9 #: ref_pdf_export.xhp @@ -47311,7 +47338,7 @@ msgctxt "" "hd_id1886654\n" "help.text" msgid "Transitions" -msgstr "" +msgstr "Keitimo efektai" #. cDDSr #: ref_pdf_export.xhp @@ -47320,7 +47347,7 @@ msgctxt "" "par_idN107D9\n" "help.text" msgid "Use transition effects" -msgstr "" +msgstr "Eksportuoti keitimo efektus" #. SQACg #: ref_pdf_export.xhp @@ -47338,7 +47365,7 @@ msgctxt "" "hd_id9053926\n" "help.text" msgid "Bookmarks" -msgstr "" +msgstr "Žymelės" #. EBBNM #: ref_pdf_export.xhp @@ -47347,7 +47374,7 @@ msgctxt "" "hd_id1941892\n" "help.text" msgid "All bookmark levels" -msgstr "" +msgstr "Visi žymelių lygiai" #. SFf5R #: ref_pdf_export.xhp @@ -47365,7 +47392,7 @@ msgctxt "" "hd_id486770\n" "help.text" msgid "Visible bookmark levels" -msgstr "" +msgstr "Matomi žymelių lygiai" #. BE6L5 #: ref_pdf_export.xhp @@ -47383,7 +47410,7 @@ msgctxt "" "hd_id9464094\n" "help.text" msgid "Links tab" -msgstr "" +msgstr "Saitų kortelė" #. XFXvp #: ref_pdf_export.xhp @@ -47401,7 +47428,7 @@ msgctxt "" "hd_id8296151\n" "help.text" msgid "Export bookmarks as named destinations" -msgstr "" +msgstr "Eksportuoti žymeles kaip paskirtį su pavadinimu" #. avjir #: ref_pdf_export.xhp @@ -47419,7 +47446,7 @@ msgctxt "" "hd_id6454969\n" "help.text" msgid "Convert document references to PDF targets" -msgstr "" +msgstr "Dokumento saitus paversti PDF paskirtimis" #. LcXFo #: ref_pdf_export.xhp @@ -47437,7 +47464,7 @@ msgctxt "" "hd_id3864253\n" "help.text" msgid "Export URLs relative to file system" -msgstr "" +msgstr "URL adresus eksportuoti santykinai failų sistemos atžvilgiu" #. 4FEeP #: ref_pdf_export.xhp @@ -47455,7 +47482,7 @@ msgctxt "" "hd_id9937131\n" "help.text" msgid "Cross-document links" -msgstr "" +msgstr "Tarpdokumentiniai saitai" #. BgW4m #: ref_pdf_export.xhp @@ -47473,7 +47500,7 @@ msgctxt "" "hd_id1972106\n" "help.text" msgid "Default mode" -msgstr "" +msgstr "Numatytoji veiksena" #. JVafj #: ref_pdf_export.xhp @@ -47491,7 +47518,7 @@ msgctxt "" "hd_id4076357\n" "help.text" msgid "Open with PDF reader application" -msgstr "" +msgstr "Atverti PDF peržiūros programa" #. mVbw3 #: ref_pdf_export.xhp @@ -47509,7 +47536,7 @@ msgctxt "" "hd_id3168736\n" "help.text" msgid "Open with Internet browser" -msgstr "" +msgstr "Atverti interneto naršykle" #. QQa9q #: ref_pdf_export.xhp @@ -47527,7 +47554,7 @@ msgctxt "" "hd_id3068636\n" "help.text" msgid "Security tab" -msgstr "" +msgstr "Apsaugos kortelė" #. VrmgD #: ref_pdf_export.xhp @@ -47536,7 +47563,7 @@ msgctxt "" "hd_id2927335\n" "help.text" msgid "Set passwords" -msgstr "" +msgstr "Nustatyti slaptažodžius" #. rGpfQ #: ref_pdf_export.xhp @@ -47563,7 +47590,7 @@ msgctxt "" "hd_id7985168\n" "help.text" msgid "Printing" -msgstr "" +msgstr "Spausdinimas" #. 6mkCM #: ref_pdf_export.xhp @@ -47572,7 +47599,7 @@ msgctxt "" "hd_id876186\n" "help.text" msgid "Not permitted" -msgstr "" +msgstr "Neleidžiamas" #. PwjrA #: ref_pdf_export.xhp @@ -47590,7 +47617,7 @@ msgctxt "" "hd_id599688\n" "help.text" msgid "Low resolution (150 dpi)" -msgstr "" +msgstr "Maža skiriamąja geba (150 tšk./col.)" #. 58DFp #: ref_pdf_export.xhp @@ -47608,7 +47635,7 @@ msgctxt "" "hd_id4661702\n" "help.text" msgid "High resolution" -msgstr "" +msgstr "Didele skiriamąja geba" #. Kv2ro #: ref_pdf_export.xhp @@ -47626,7 +47653,7 @@ msgctxt "" "hd_id2188787\n" "help.text" msgid "Changes" -msgstr "" +msgstr "Pakeitimai" #. JRjN2 #: ref_pdf_export.xhp @@ -47635,7 +47662,7 @@ msgctxt "" "hd_id5833307\n" "help.text" msgid "Not permitted" -msgstr "" +msgstr "Neleidžiami" #. G443J #: ref_pdf_export.xhp @@ -47653,7 +47680,7 @@ msgctxt "" "hd_id3729361\n" "help.text" msgid "Inserting, deleting, and rotating pages" -msgstr "" +msgstr "Puslapių įterpimas, šalinimas ir sukimas" #. UXF73 #: ref_pdf_export.xhp @@ -47671,7 +47698,7 @@ msgctxt "" "hd_id7700430\n" "help.text" msgid "Filling in form fields" -msgstr "" +msgstr "Formos laukų pildymas" #. 3VvMi #: ref_pdf_export.xhp @@ -47689,7 +47716,7 @@ msgctxt "" "hd_id3405560\n" "help.text" msgid "Commenting, filling in form fields" -msgstr "" +msgstr "Komentavimas, formos laukų pildymas" #. T4ng2 #: ref_pdf_export.xhp @@ -47707,7 +47734,7 @@ msgctxt "" "hd_id7112338\n" "help.text" msgid "Any except extracting pages" -msgstr "" +msgstr "Bet kokie išskyrus puslapių šalinimą" #. WEVPK #: ref_pdf_export.xhp @@ -47725,7 +47752,7 @@ msgctxt "" "hd_id2091433\n" "help.text" msgid "Enable copying of content" -msgstr "" +msgstr "Leisti kopijuoti turinį" #. agEJy #: ref_pdf_export.xhp @@ -47743,7 +47770,7 @@ msgctxt "" "hd_id9312417\n" "help.text" msgid "Enable text access for accessibility tools" -msgstr "" +msgstr "Leisti skaityti tekstą neįgaliųjų priemonėmis" #. KEuQK #: ref_pdf_export.xhp @@ -47761,7 +47788,7 @@ msgctxt "" "hd_id13068636\n" "help.text" msgid "Digital Signatures tab" -msgstr "" +msgstr "Skaitmeninių parašų kortelė" #. T6i2E #: ref_pdf_export.xhp @@ -47977,7 +48004,7 @@ msgctxt "" "hd_id3150507\n" "help.text" msgid "Export button" -msgstr "" +msgstr "Eksportavimo mygtukas" #. kHxND #: ref_pdf_export.xhp @@ -47986,7 +48013,7 @@ msgctxt "" "par_id3146975\n" "help.text" msgid "<ahelp hid=\".\">Exports the current file in PDF format.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Veikiamasis failas eksportuojamas PDF formatu.</ahelp>" #. HUGki #: ref_pdf_send_as.xhp @@ -48283,7 +48310,7 @@ msgctxt "" "hd_id3901181\n" "help.text" msgid "<link href=\"text/shared/01/webhtml.xhp\">Preview in Web Browser</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/webhtml.xhp\">Peržiūrėti naršyklėje</link>" #. Xoh4c #: webhtml.xhp @@ -48852,15 +48879,6 @@ msgctxt "" msgid "<ahelp hid=\".\">Declares the item as relevant.</ahelp>" msgstr "" -#. EyhBi -#: xformsdataadd.xhp -msgctxt "" -"xformsdataadd.xhp\n" -"par_idN105B1\n" -"help.text" -msgid "<ahelp hid=\".\">The <emph>Condition</emph> button opens the <link href=\"text/shared/01/xformsdataaddcon.xhp\">Add Condition</link> dialog where you can enter used namespaces and full XPath expressions.</ahelp>" -msgstr "" - #. uodhx #: xformsdataadd.xhp msgctxt "" @@ -48906,15 +48924,6 @@ msgctxt "" msgid "<ahelp hid=\".\">Declares the item as read-only.</ahelp>" msgstr "" -#. 2BYEn -#: xformsdataadd.xhp -msgctxt "" -"xformsdataadd.xhp\n" -"par_idN105EB\n" -"help.text" -msgid "<ahelp hid=\".\">The <emph>Condition</emph> button opens the <link href=\"text/shared/01/xformsdataaddcon.xhp\">Add Condition</link> dialog where you can enter used namespaces and full XPath expressions.</ahelp>" -msgstr "" - #. FtmVV #: xformsdataadd.xhp msgctxt "" diff --git a/source/lt/helpcontent2/source/text/shared/02.po b/source/lt/helpcontent2/source/text/shared/02.po index db4a2e841b0..66f048fa351 100644 --- a/source/lt/helpcontent2/source/text/shared/02.po +++ b/source/lt/helpcontent2/source/text/shared/02.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-09-30 14:02+0200\n" -"PO-Revision-Date: 2019-10-14 12:48+0000\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" +"PO-Revision-Date: 2019-11-05 12:14+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: lt\n" @@ -122,7 +122,7 @@ msgctxt "" "par_id3154288\n" "help.text" msgid "<image id=\"img_id3153683\" src=\"cmd/sc_insertdraw.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153683\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153683\" src=\"cmd/sc_insertdraw.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153683\">Piktograma</alt></image>" #. DCjLk #: 01140000.xhp @@ -158,7 +158,7 @@ msgctxt "" "par_id3147573\n" "help.text" msgid "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3153824\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153824\" src=\"cmd/sc_drawselect.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3153824\">Piktograma</alt></image>" #. HZbph #: 01140000.xhp @@ -185,7 +185,7 @@ msgctxt "" "par_id3154897\n" "help.text" msgid "<image id=\"img_id3147618\" src=\"cmd/sc_line.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147618\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147618\" src=\"cmd/sc_line.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147618\">Piktograma</alt></image>" #. bHnCy #: 01140000.xhp @@ -221,7 +221,7 @@ msgctxt "" "par_id3154125\n" "help.text" msgid "<image id=\"img_id3158407\" src=\"cmd/sc_rect.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3158407\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3158407\" src=\"cmd/sc_rect.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3158407\">Piktograma</alt></image>" #. 3mwhU #: 01140000.xhp @@ -248,7 +248,7 @@ msgctxt "" "par_id3156443\n" "help.text" msgid "<image id=\"img_id3153951\" src=\"cmd/sc_ellipse.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153951\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153951\" src=\"cmd/sc_ellipse.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153951\">Piktograma</alt></image>" #. dx3Aq #: 01140000.xhp @@ -275,7 +275,7 @@ msgctxt "" "par_id3154129\n" "help.text" msgid "<image id=\"img_id3152576\" src=\"cmd/sc_polygon_unfilled.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3152576\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152576\" src=\"cmd/sc_polygon_unfilled.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3152576\">Piktograma</alt></image>" #. Gy57z #: 01140000.xhp @@ -320,7 +320,7 @@ msgctxt "" "par_id3153876\n" "help.text" msgid "<image id=\"img_id3149379\" src=\"cmd/sc_bezier_unfilled.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149379\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149379\" src=\"cmd/sc_bezier_unfilled.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149379\">Piktograma</alt></image>" #. yFBh6 #: 01140000.xhp @@ -347,7 +347,7 @@ msgctxt "" "par_id3155602\n" "help.text" msgid "<image id=\"img_id3154510\" src=\"cmd/sc_linetoolbox.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154510\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154510\" src=\"cmd/sc_linetoolbox.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154510\">Piktograma</alt></image>" #. oBGHD #: 01140000.xhp @@ -374,7 +374,7 @@ msgctxt "" "par_id3156359\n" "help.text" msgid "<image id=\"img_id3153710\" src=\"cmd/sc_arc.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153710\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153710\" src=\"cmd/sc_arc.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153710\">Piktograma</alt></image>" #. YLxDf #: 01140000.xhp @@ -401,7 +401,7 @@ msgctxt "" "par_id3154363\n" "help.text" msgid "<image id=\"img_id3159186\" src=\"cmd/sc_pie.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3159186\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3159186\" src=\"cmd/sc_pie.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3159186\">Piktograma</alt></image>" #. SeNY4 #: 01140000.xhp @@ -428,7 +428,7 @@ msgctxt "" "par_id3151017\n" "help.text" msgid "<image id=\"img_id3147315\" src=\"cmd/sc_circlecut.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147315\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147315\" src=\"cmd/sc_circlecut.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147315\">Piktograma</alt></image>" #. 5FM6p #: 01140000.xhp @@ -455,7 +455,7 @@ msgctxt "" "par_id3145790\n" "help.text" msgid "<image id=\"img_id3155608\" src=\"cmd/sc_texttoolbox.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155608\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155608\" src=\"cmd/sc_texttoolbox.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155608\">Piktograma</alt></image>" #. rYqZN #: 01140000.xhp @@ -482,7 +482,7 @@ msgctxt "" "par_id3150380\n" "help.text" msgid "<image id=\"img_id3152580\" src=\"cmd/sc_text_marquee.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3152580\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152580\" src=\"cmd/sc_text_marquee.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3152580\">Piktograma</alt></image>" #. 5UDis #: 01140000.xhp @@ -509,7 +509,7 @@ msgctxt "" "par_id3153781\n" "help.text" msgid "<image id=\"img_id3145256\" src=\"cmd/sc_drawcaption.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3145256\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145256\" src=\"cmd/sc_drawcaption.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3145256\">Piktograma</alt></image>" #. yXbXL #: 01140000.xhp @@ -608,7 +608,7 @@ msgctxt "" "par_id3146929\n" "help.text" msgid "<image id=\"img_id3154372\" src=\"cmd/sc_verticaltext.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154372\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154372\" src=\"cmd/sc_verticaltext.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154372\">Piktograma</alt></image>" #. tKjLB #: 01140000.xhp @@ -1418,16 +1418,16 @@ msgctxt "" "hd_id3153316\n" "help.text" msgid "Image Button" -msgstr "" +msgstr "Paveikslo mygtukas" -#. dXj5Y +#. JiLWn #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3159622\n" "help.text" -msgid "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154378\">Icon</alt></image>" -msgstr "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154378\">Piktograma</alt></image>" +msgid "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.svg\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154378\">Icon image button</alt></image>" +msgstr "" #. B9Era #: 01170000.xhp @@ -1445,7 +1445,7 @@ msgctxt "" "hd_id3159171\n" "help.text" msgid "Image Control" -msgstr "" +msgstr "Paveikslo valdiklis" #. SGrkb #: 01170000.xhp @@ -1742,7 +1742,7 @@ msgctxt "" "hd_id3157996\n" "help.text" msgid "Table Control" -msgstr "" +msgstr "Lentelės valdiklis" #. CdczK #: 01170000.xhp @@ -1778,7 +1778,7 @@ msgctxt "" "par_idN11B1E\n" "help.text" msgid "Navigation bar" -msgstr "" +msgstr "Žvalgymo juosta" #. 4sz8J #: 01170000.xhp @@ -2786,7 +2786,7 @@ msgctxt "" "tit\n" "help.text" msgid "General" -msgstr "" +msgstr "Bendrosios" #. g8Ds4 #: 01170101.xhp @@ -2795,7 +2795,7 @@ msgctxt "" "hd_id3153681\n" "help.text" msgid "<link href=\"text/shared/02/01170101.xhp\" name=\"General\">General</link>" -msgstr "" +msgstr "<link href=\"text/shared/02/01170101.xhp\" name=\"Bendrosios\">Bendrosios</link>" #. 7aXp6 #: 01170101.xhp @@ -10347,7 +10347,7 @@ msgctxt "" "par_id3153750\n" "help.text" msgid "<image id=\"img_id3153049\" src=\"cmd/sc_gridvisible.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153049\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153049\" src=\"cmd/sc_gridvisible.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153049\">Piktograma</alt></image>" #. UKBCB #: 01171200.xhp @@ -10392,7 +10392,7 @@ msgctxt "" "par_id3156027\n" "help.text" msgid "<image id=\"img_id3157896\" src=\"cmd/sc_griduse.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3157896\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3157896\" src=\"cmd/sc_griduse.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3157896\">Piktograma</alt></image>" #. Fb5KQ #: 01171300.xhp @@ -10428,7 +10428,7 @@ msgctxt "" "par_id3149549\n" "help.text" msgid "<image id=\"img_id3149760\" src=\"cmd/sc_helplinesmove.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3149760\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149760\" src=\"cmd/sc_helplinesmove.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3149760\">Piktograma</alt></image>" #. AFaA2 #: 01171400.xhp @@ -10482,7 +10482,7 @@ msgctxt "" "par_id3153345\n" "help.text" msgid "<image id=\"img_id3149095\" src=\"cmd/sc_navigator.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149095\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149095\" src=\"cmd/sc_navigator.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149095\">Piktograma</alt></image>" #. itWpT #: 01220000.xhp @@ -10536,7 +10536,7 @@ msgctxt "" "par_id3143267\n" "help.text" msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Piktograma</alt></image>" #. Cwybn #: 01230000.xhp @@ -10680,7 +10680,7 @@ msgctxt "" "par_id3145315\n" "help.text" msgid "<image id=\"img_id3154810\" src=\"media/helpimg/swh00055.png\" width=\"1.25in\" height=\"0.2398in\"><alt id=\"alt_id3154810\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154810\" src=\"media/helpimg/swh00055.png\" width=\"1.25in\" height=\"0.2398in\"><alt id=\"alt_id3154810\">Piktograma</alt></image>" #. BaFS2 #: 02020000.xhp @@ -10752,7 +10752,7 @@ msgctxt "" "par_id3153255\n" "help.text" msgid "<image src=\"media/helpimg/swh00056.png\" id=\"img_id3109850\" localize=\"true\"><alt id=\"alt_id3109850\">Icon</alt></image>" -msgstr "" +msgstr "<image src=\"media/helpimg/swh00056.png\" id=\"img_id3109850\" localize=\"true\"><alt id=\"alt_id3109850\">Piktograma</alt></image>" #. 8TJFD #: 02030000.xhp @@ -10770,7 +10770,7 @@ msgctxt "" "par_id3153049\n" "help.text" msgid "<image src=\"media/helpimg/swh00056.png\" id=\"img_id3154751\" localize=\"true\"><alt id=\"alt_id3154751\">Icon</alt></image>" -msgstr "" +msgstr "<image src=\"media/helpimg/swh00056.png\" id=\"img_id3154751\" localize=\"true\"><alt id=\"alt_id3154751\">Piktograma</alt></image>" #. mNCfQ #: 02030000.xhp @@ -10815,7 +10815,7 @@ msgctxt "" "par_id3147291\n" "help.text" msgid "<image src=\"cmd/sc_textdirectionlefttoright.png\" id=\"img_id3155805\"><alt id=\"alt_id3155805\">Icon</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/sc_textdirectionlefttoright.png\" id=\"img_id3155805\"><alt id=\"alt_id3155805\">Piktograma</alt></image>" #. caPbq #: 02040000.xhp @@ -10860,7 +10860,7 @@ msgctxt "" "par_id3154186\n" "help.text" msgid "<image src=\"cmd/sc_textdirectiontoptobottom.png\" id=\"img_id3154927\"><alt id=\"alt_id3154927\">Icon</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/sc_textdirectiontoptobottom.png\" id=\"img_id3154927\"><alt id=\"alt_id3154927\">Piktograma</alt></image>" #. QLaEc #: 02050000.xhp @@ -10923,7 +10923,7 @@ msgctxt "" "par_id3155338\n" "help.text" msgid "<image id=\"img_id3150506\" src=\"cmd/sc_decrementindent.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150506\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150506\" src=\"cmd/sc_decrementindent.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150506\">Piktograma</alt></image>" #. 9iqpg #: 02130000.xhp @@ -10995,7 +10995,7 @@ msgctxt "" "par_id3147576\n" "help.text" msgid "<image id=\"img_id3149388\" src=\"cmd/sc_incrementindent.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149388\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149388\" src=\"cmd/sc_incrementindent.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149388\">Piktograma</alt></image>" #. bAyat #: 02140000.xhp @@ -11148,7 +11148,7 @@ msgctxt "" "par_id3152551\n" "help.text" msgid "<image id=\"img_id3149177\" src=\"cmd/sc_backcolor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149177\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149177\" src=\"cmd/sc_backcolor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149177\">Piktograma</alt></image>" #. gZTBs #: 02160000.xhp @@ -11274,7 +11274,7 @@ msgctxt "" "par_id3147276\n" "help.text" msgid "<image id=\"img_id3148538\" src=\"cmd/sc_backgroundcolor.png\"><alt id=\"alt_id3148538\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148538\" src=\"cmd/sc_backgroundcolor.png\"><alt id=\"alt_id3148538\">Piktograma</alt></image>" #. 22wMa #: 02170000.xhp @@ -11319,7 +11319,7 @@ msgctxt "" "par_id3150178\n" "help.text" msgid "<image id=\"img_id3152425\" src=\"cmd/sc_paraspaceincrease.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152425\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152425\" src=\"cmd/sc_paraspaceincrease.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152425\">Piktograma</alt></image>" #. CJLYe #: 03110000.xhp @@ -11373,7 +11373,7 @@ msgctxt "" "par_id3155555\n" "help.text" msgid "<image id=\"img_id3147834\" src=\"cmd/sc_paraspacedecrease.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147834\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147834\" src=\"cmd/sc_paraspacedecrease.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147834\">Piktograma</alt></image>" #. 4crim #: 03120000.xhp @@ -11445,7 +11445,7 @@ msgctxt "" "par_id3147576\n" "help.text" msgid "<image id=\"img_id3149095\" src=\"cmd/sc_setborderstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149095\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149095\" src=\"cmd/sc_setborderstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149095\">Piktograma</alt></image>" #. YutJN #: 03130000.xhp @@ -11508,7 +11508,7 @@ msgctxt "" "par_id3153377\n" "help.text" msgid "<image id=\"img_id3147102\" src=\"cmd/sc_linestyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147102\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147102\" src=\"cmd/sc_linestyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147102\">Piktograma</alt></image>" #. 7F5CG #: 03140000.xhp @@ -11562,7 +11562,7 @@ msgctxt "" "par_id3153750\n" "help.text" msgid "<image id=\"img_id3147291\" src=\"cmd/sc_framelinecolor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147291\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147291\" src=\"cmd/sc_framelinecolor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147291\">Piktograma</alt></image>" #. uhAEB #: 03150000.xhp @@ -11661,7 +11661,7 @@ msgctxt "" "par_id3155899\n" "help.text" msgid "<image id=\"img_id3149684\" src=\"cmd/sc_optimizetable.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3149684\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149684\" src=\"cmd/sc_optimizetable.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3149684\">Piktograma</alt></image>" #. XMFPC #: 04210000.xhp @@ -11742,7 +11742,7 @@ msgctxt "" "par_id3148548\n" "help.text" msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Piktograma</alt></image>" #. RuXvo #: 05020000.xhp @@ -11796,7 +11796,7 @@ msgctxt "" "par_id3152551\n" "help.text" msgid "<image id=\"img_id3154317\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3154317\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154317\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3154317\">Piktograma</alt></image>" #. VwbGB #: 05090000.xhp @@ -11850,7 +11850,7 @@ msgctxt "" "par_id3155338\n" "help.text" msgid "<image id=\"img_id3153577\" src=\"cmd/sc_objectalign.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3153577\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153577\" src=\"cmd/sc_objectalign.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3153577\">Piktograma</alt></image>" #. F4PBD #: 05110000.xhp @@ -11904,7 +11904,7 @@ msgctxt "" "par_id3146957\n" "help.text" msgid "<image id=\"img_id3143267\" src=\"cmd/sc_outlineright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143267\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3143267\" src=\"cmd/sc_outlineright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143267\">Piktograma</alt></image>" #. J5Lpc #: 06050000.xhp @@ -11958,7 +11958,7 @@ msgctxt "" "par_id3149388\n" "help.text" msgid "<image id=\"img_id3155535\" src=\"cmd/sc_outlineleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155535\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155535\" src=\"cmd/sc_outlineleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155535\">Piktograma</alt></image>" #. izxDT #: 06060000.xhp @@ -12021,7 +12021,7 @@ msgctxt "" "par_id3150774\n" "help.text" msgid "<image id=\"img_id3149827\" src=\"cmd/sc_moveup.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3149827\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149827\" src=\"cmd/sc_moveup.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3149827\">Piktograma</alt></image>" #. wjGvt #: 06100000.xhp @@ -12084,7 +12084,7 @@ msgctxt "" "par_id3156426\n" "help.text" msgid "<image id=\"img_id3153577\" src=\"cmd/sc_outlinedown.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153577\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153577\" src=\"cmd/sc_outlinedown.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153577\">Piktograma</alt></image>" #. nyxaU #: 06110000.xhp @@ -12165,7 +12165,7 @@ msgctxt "" "par_id3150355\n" "help.text" msgid "<image id=\"img_id3157909\" src=\"cmd/sc_defaultbullet.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3157909\" src=\"cmd/sc_defaultbullet.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Piktograma</alt></image>" #. iHX8u #: 06120000.xhp @@ -12219,7 +12219,7 @@ msgctxt "" "tit\n" "help.text" msgid "Reload" -msgstr "" +msgstr "Įkelti iš naujo" #. gmCbc #: 07060000.xhp @@ -12237,7 +12237,7 @@ msgctxt "" "hd_id3153089\n" "help.text" msgid "<link href=\"text/shared/02/07060000.xhp\" name=\"Reload\">Reload</link>" -msgstr "" +msgstr "<link href=\"text/shared/02/07060000.xhp\" name=\"Reload\">Įkelti iš naujo</link>" #. uFkfV #: 07060000.xhp @@ -12300,7 +12300,7 @@ msgctxt "" "par_id3145090\n" "help.text" msgid "<image id=\"img_id3154751\" src=\"cmd/sc_editdoc.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154751\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154751\" src=\"cmd/sc_editdoc.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154751\">Piktograma</alt></image>" #. Bcghe #: 07070000.xhp @@ -12363,7 +12363,7 @@ msgctxt "" "par_id3155805\n" "help.text" msgid "<image id=\"img_id3152801\" src=\"cmd/sc_editdoc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152801\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152801\" src=\"cmd/sc_editdoc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152801\">Piktograma</alt></image>" #. R2CF8 #: 07070100.xhp @@ -13380,7 +13380,7 @@ msgctxt "" "par_id3155552\n" "help.text" msgid "<image src=\"cmd/sc_pageup.png\" id=\"img_id3145090\"><alt id=\"alt_id3145090\">Icon</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/sc_pageup.png\" id=\"img_id3145090\"><alt id=\"alt_id3145090\">Piktograma</alt></image>" #. QWY2G #: 10010000.xhp @@ -13425,7 +13425,7 @@ msgctxt "" "par_id3154186\n" "help.text" msgid "<image src=\"cmd/sc_pagedown.png\" id=\"img_id3149346\"><alt id=\"alt_id3149346\">Icon</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/sc_pagedown.png\" id=\"img_id3149346\"><alt id=\"alt_id3149346\">Piktograma</alt></image>" #. FS8rq #: 10020000.xhp @@ -13470,7 +13470,7 @@ msgctxt "" "par_id3154751\n" "help.text" msgid "<image src=\"cmd/sc_gotostartofdoc.png\" id=\"img_id3147571\"><alt id=\"alt_id3147571\">Icon</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/sc_gotostartofdoc.png\" id=\"img_id3147571\"><alt id=\"alt_id3147571\">Piktograma</alt></image>" #. mHeYZ #: 10030000.xhp @@ -13515,7 +13515,7 @@ msgctxt "" "par_id3155805\n" "help.text" msgid "<image src=\"cmd/sc_gotoendofdoc.png\" id=\"img_id3153394\"><alt id=\"alt_id3153394\">Icon</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/sc_gotoendofdoc.png\" id=\"img_id3153394\"><alt id=\"alt_id3153394\">Piktograma</alt></image>" #. E7V4E #: 10040000.xhp @@ -13533,7 +13533,7 @@ msgctxt "" "tit\n" "help.text" msgid "Close Window" -msgstr "" +msgstr "Užverti langą" #. eFTUF #: 10100000.xhp @@ -13542,7 +13542,7 @@ msgctxt "" "hd_id3152895\n" "help.text" msgid "<link href=\"text/shared/02/10100000.xhp\" name=\"Close Window\">Close Window</link>" -msgstr "" +msgstr "<link href=\"text/shared/02/10100000.xhp\" name=\"Close Window\">Užverti langą</link>" #. 3xwyB #: 10100000.xhp @@ -13605,7 +13605,7 @@ msgctxt "" "par_id3153114\n" "help.text" msgid "<image id=\"img_id3150710\" src=\"cmd/sc_dsbrowserexplorer.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150710\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150710\" src=\"cmd/sc_dsbrowserexplorer.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150710\">Piktograma</alt></image>" #. ryXqF #: 12000000.xhp @@ -13704,7 +13704,7 @@ msgctxt "" "par_id3154749\n" "help.text" msgid "<image id=\"img_id3147276\" src=\"cmd/sc_sortascending.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147276\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147276\" src=\"cmd/sc_sortascending.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147276\">Piktograma</alt></image>" #. zntxP #: 12010000.xhp @@ -13767,7 +13767,7 @@ msgctxt "" "par_id3149496\n" "help.text" msgid "<image id=\"img_id3153255\" src=\"cmd/sc_sortdescending.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153255\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153255\" src=\"cmd/sc_sortdescending.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153255\">Piktograma</alt></image>" #. uvsyc #: 12020000.xhp @@ -13812,7 +13812,7 @@ msgctxt "" "par_id3151234\n" "help.text" msgid "<image id=\"img_id3147261\" src=\"cmd/sc_formfiltered.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147261\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147261\" src=\"cmd/sc_formfiltered.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147261\">Piktograma</alt></image>" #. qhCWv #: 12030000.xhp @@ -13893,7 +13893,7 @@ msgctxt "" "par_id3146130\n" "help.text" msgid "<image src=\"cmd/sc_removefilter.png\" id=\"img_id3151315\" width=\"38px\" height=\"38px\"><alt id=\"alt_id3151315\">Icon</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/sc_removefilter.png\" id=\"img_id3151315\" width=\"38px\" height=\"38px\"><alt id=\"alt_id3151315\">Piktograma</alt></image>" #. tKGRB #: 12040000.xhp @@ -13938,7 +13938,7 @@ msgctxt "" "par_id3147261\n" "help.text" msgid "<image id=\"img_id3153910\" src=\"cmd/sc_reload.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153910\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153910\" src=\"cmd/sc_reload.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153910\">Piktograma</alt></image>" #. fovgD #: 12050000.xhp @@ -14694,7 +14694,7 @@ msgctxt "" "par_id3152801\n" "help.text" msgid "<image id=\"img_id3147291\" src=\"cmd/sc_formfiltered.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147291\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147291\" src=\"cmd/sc_formfiltered.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147291\">Piktograma</alt></image>" #. XjJRh #: 12090000.xhp @@ -15135,7 +15135,7 @@ msgctxt "" "par_id3144436\n" "help.text" msgid "<image src=\"cmd/sc_tablesort.png\" id=\"img_id3153894\"><alt id=\"alt_id3153894\">Icon</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/sc_tablesort.png\" id=\"img_id3153894\"><alt id=\"alt_id3153894\">Piktograma</alt></image>" #. 48yLL #: 12100000.xhp @@ -16278,7 +16278,7 @@ msgctxt "" "par_id3153394\n" "help.text" msgid "<image id=\"img_id3147226\" src=\"cmd/sc_formfilter.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3147226\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147226\" src=\"cmd/sc_formfilter.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3147226\">Piktograma</alt></image>" #. 5NfGA #: 12110000.xhp @@ -16323,7 +16323,7 @@ msgctxt "" "par_id3149999\n" "help.text" msgid "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3146130\" width=\"38px\" height=\"38px\"><alt id=\"alt_id3146130\">Icon</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3146130\" width=\"38px\" height=\"38px\"><alt id=\"alt_id3146130\">Piktograma</alt></image>" #. yEcEB #: 12120000.xhp @@ -16386,7 +16386,7 @@ msgctxt "" "par_id3093440\n" "help.text" msgid "<image id=\"img_id3156414\" src=\"cmd/sc_viewformasgrid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156414\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156414\" src=\"cmd/sc_viewformasgrid.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156414\">Piktograma</alt></image>" #. u7TDW #: 12130000.xhp @@ -16458,7 +16458,7 @@ msgctxt "" "par_id3155616\n" "help.text" msgid "<image id=\"img_id3147043\" src=\"cmd/sc_dsbdocumentdatasource.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147043\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147043\" src=\"cmd/sc_dsbdocumentdatasource.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147043\">Piktograma</alt></image>" #. sZ4TH #: 12140000.xhp @@ -16584,7 +16584,7 @@ msgctxt "" "par_id3156136\n" "help.text" msgid "<image id=\"img_id3153750\" src=\"media/helpimg/linleft.png\" width=\"0.1665inch\" height=\"0.2291inch\"><alt id=\"alt_id3153750\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153750\" src=\"media/helpimg/linleft.png\" width=\"0.1665inch\" height=\"0.2291inch\"><alt id=\"alt_id3153750\">Piktograma</alt></image>" #. JJcBs #: 13020000.xhp @@ -16602,7 +16602,7 @@ msgctxt "" "par_id3150774\n" "help.text" msgid "<image id=\"img_id3145071\" src=\"media/helpimg/linright.png\" width=\"0.3646inch\" height=\"0.2602inch\"><alt id=\"alt_id3145071\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145071\" src=\"media/helpimg/linright.png\" width=\"0.3646inch\" height=\"0.2602inch\"><alt id=\"alt_id3145071\">Piktograma</alt></image>" #. Wr4CA #: 13020000.xhp @@ -17268,7 +17268,7 @@ msgctxt "" "par_id3149511\n" "help.text" msgid "<image id=\"img_id3159194\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159194\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3159194\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159194\">Piktograma</alt></image>" #. QDyJL #: 18010000.xhp @@ -18186,7 +18186,7 @@ msgctxt "" "par_id3147396\n" "help.text" msgid "<ahelp hid=\".\">Opens a dialog to determine the number of poster colors.</ahelp> This effect is based on the reduction of the number of colors. It makes photos look like paintings." -msgstr "" +msgstr "<ahelp hid=\".\">Atveriamas langas spalvų kiekiui nurodyti.</ahelp> Šis efektas sukuriamas sumažinus paveikslo spalvų kiekį. Pritaikius efektą, nuotraukos tampa panašios į piešinius." #. LjfdE #: 24010000.xhp @@ -18195,7 +18195,7 @@ msgctxt "" "par_id3155851\n" "help.text" msgid "<image id=\"img_id3150658\" src=\"cmd/sc_graphicfilterposter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150658\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150658\" src=\"cmd/sc_graphicfilterposter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150658\">Piktograma</alt></image>" #. CxLBM #: 24010000.xhp @@ -18204,7 +18204,7 @@ msgctxt "" "par_id3156284\n" "help.text" msgid "Posterize" -msgstr "" +msgstr "Spalvų mažinimas" #. k5FDj #: 24010000.xhp @@ -18213,7 +18213,7 @@ msgctxt "" "hd_id3156736\n" "help.text" msgid "Poster Colors" -msgstr "" +msgstr "Spalvų kiekis" #. BHUr7 #: 24010000.xhp @@ -18222,7 +18222,7 @@ msgctxt "" "par_id3151280\n" "help.text" msgid "<ahelp hid=\"cui/ui/posterdialog/value\">Specifies the number of colors to which the image is to be reduced.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/posterdialog/value\">Nurodomas spalvų kiekis, paliktinas paveiksle.</ahelp>" #. FEch5 #: 24010000.xhp @@ -18231,7 +18231,7 @@ msgctxt "" "hd_id3144767\n" "help.text" msgid "Pop Art" -msgstr "" +msgstr "Spalvų sukeitimas (vietomis)" #. qurrB #: 24010000.xhp @@ -18249,7 +18249,7 @@ msgctxt "" "par_id3148495\n" "help.text" msgid "<image id=\"img_id3156437\" src=\"cmd/sc_graphicfilterpopart.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156437\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156437\" src=\"cmd/sc_graphicfilterpopart.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156437\">Piktograma</alt></image>" #. U2nD4 #: 24010000.xhp @@ -18258,7 +18258,7 @@ msgctxt "" "par_id3151207\n" "help.text" msgid "Pop Art" -msgstr "" +msgstr "Spalvų sukeitimas (vietomis)" #. 63CkA #: 24010000.xhp @@ -18267,7 +18267,7 @@ msgctxt "" "hd_id3153003\n" "help.text" msgid "Charcoal Sketch" -msgstr "" +msgstr "Škicas" #. saZB9 #: 24010000.xhp @@ -18276,7 +18276,7 @@ msgctxt "" "par_id3152971\n" "help.text" msgid "<ahelp hid=\".\">Displays the image as a charcoal sketch. The contours of the image are drawn in black, and the original colors are suppressed.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Paveikslas rodomas kaip anglimi pieštas škicas. Paveikslo kontūrai piešiami juodai, o originalios spalvos pašalinamos.</ahelp>" #. C2sLP #: 24010000.xhp @@ -18285,7 +18285,7 @@ msgctxt "" "par_id3150327\n" "help.text" msgid "<image id=\"img_id3154636\" src=\"cmd/sc_graphicfiltersobel.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154636\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154636\" src=\"cmd/sc_graphicfiltersobel.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154636\">Piktograma</alt></image>" #. GSg3X #: 24010000.xhp @@ -18294,7 +18294,7 @@ msgctxt "" "par_id3163825\n" "help.text" msgid "Charcoal Sketch" -msgstr "" +msgstr "Škicas" #. 6nPrc #: 24010000.xhp @@ -18303,7 +18303,7 @@ msgctxt "" "hd_id3154360\n" "help.text" msgid "Relief" -msgstr "" +msgstr "Reljefas" #. yDMmH #: 24010000.xhp @@ -18312,7 +18312,7 @@ msgctxt "" "par_id3153714\n" "help.text" msgid "<ahelp hid=\".\">Displays a dialog for creating reliefs.</ahelp> You can choose the position of the imaginary light source that determines the type of shadow created, and how the graphic image looks in relief." -msgstr "" +msgstr "<ahelp hid=\".\">Atveriamas dialogo langas reljefo efektui kurti.</ahelp> Galima parinkti menamo šviesos šaltinio vietą – nuo to priklauso sukuriamo šešėlio tipas ir kaip pats paveikslas atrodys reljefe." #. Rna6f #: 24010000.xhp @@ -18321,7 +18321,7 @@ msgctxt "" "par_id3154756\n" "help.text" msgid "<image id=\"img_id3154256\" src=\"cmd/sc_graphicfilterrelief.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154256\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154256\" src=\"cmd/sc_graphicfilterrelief.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154256\">Piktograma</alt></image>" #. bUcFG #: 24010000.xhp @@ -18330,7 +18330,7 @@ msgctxt "" "par_id3150043\n" "help.text" msgid "Relief" -msgstr "" +msgstr "Reljefas" #. dTKbf #: 24010000.xhp @@ -18339,7 +18339,7 @@ msgctxt "" "hd_id3166447\n" "help.text" msgid "Light Source" -msgstr "" +msgstr "Šviesos šaltinis" #. NNvvt #: 24010000.xhp @@ -18348,7 +18348,7 @@ msgctxt "" "par_id3145295\n" "help.text" msgid "Specifies the light source position. A dot represents the light source." -msgstr "" +msgstr "Nurodoma šviesos šalinio padėtis. Šviesos šaltinį žymi taškas." #. BKZQX #: 24010000.xhp @@ -18357,7 +18357,7 @@ msgctxt "" "hd_id3146919\n" "help.text" msgid "Mosaic" -msgstr "" +msgstr "Mozaikinimas" #. pMejE #: 24010000.xhp @@ -18366,7 +18366,7 @@ msgctxt "" "par_id3163807\n" "help.text" msgid "<ahelp hid=\".\">Joins small groups of pixels into rectangular areas of the same color.</ahelp> The larger the individual rectangles are, the fewer details the graphic image has." -msgstr "" +msgstr "<ahelp hid=\".\">Mažos taškų grupės sujungiamos į stačiakampius vienos spalvos elementus.</ahelp> Kuo didesnis šie stačiakampiai, tuo sunkiau įžiūrimos paveikslo detalės." #. CESc7 #: 24010000.xhp @@ -18375,7 +18375,7 @@ msgctxt "" "par_id3146316\n" "help.text" msgid "<image id=\"img_id3155939\" src=\"cmd/sc_graphicfiltermosaic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155939\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155939\" src=\"cmd/sc_graphicfiltermosaic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155939\">Piktograma</alt></image>" #. Gg54F #: 24010000.xhp @@ -18384,7 +18384,7 @@ msgctxt "" "par_id3155901\n" "help.text" msgid "Mosaic" -msgstr "" +msgstr "Mozaikinimas" #. Sm3ey #: 24010000.xhp @@ -18393,7 +18393,7 @@ msgctxt "" "hd_id3153922\n" "help.text" msgid "Element resolution" -msgstr "" +msgstr "Elementų skiriamoji geba" #. iGJmr #: 24010000.xhp @@ -18402,7 +18402,7 @@ msgctxt "" "par_id3150646\n" "help.text" msgid "Determines the number of pixels to be joined into rectangles." -msgstr "" +msgstr "Nustatomas į stačiakampį jungiamų taškų skaičius." #. FZyFD #: 24010000.xhp @@ -18411,7 +18411,7 @@ msgctxt "" "hd_id3159336\n" "help.text" msgid "Width" -msgstr "" +msgstr "Plotis" #. xANtW #: 24010000.xhp @@ -18420,7 +18420,7 @@ msgctxt "" "par_id3150939\n" "help.text" msgid "<ahelp hid=\"cui/ui/mosaicdialog/width\">Defines the width of the individual tiles.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/mosaicdialog/width\">Nustatomas vieno elemento plotis.</ahelp>" #. 2Um9Z #: 24010000.xhp @@ -18429,7 +18429,7 @@ msgctxt "" "hd_id3150827\n" "help.text" msgid "Height" -msgstr "" +msgstr "Aukštis" #. 4ELDp #: 24010000.xhp @@ -18438,7 +18438,7 @@ msgctxt "" "par_id3149735\n" "help.text" msgid "<ahelp hid=\"cui/ui/mosaicdialog/height\">Defines the height of the individual tiles.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/mosaicdialog/height\">Nustatomas vieno elemento aukštis.</ahelp>" #. aLDVX #: 24010000.xhp @@ -18447,7 +18447,7 @@ msgctxt "" "hd_id3157972\n" "help.text" msgid "Enhance edges" -msgstr "" +msgstr "Paryškinti kraštus" #. BJkpa #: 24010000.xhp @@ -18456,7 +18456,7 @@ msgctxt "" "par_id3151216\n" "help.text" msgid "<ahelp hid=\"cui/ui/mosaicdialog/edges\">Enhances, or sharpens, the edges of the object.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/mosaicdialog/edges\">Paryškinami objekto kraštai.</ahelp>" #. YA2x3 #: 24020000.xhp @@ -18465,7 +18465,7 @@ msgctxt "" "tit\n" "help.text" msgid "Graphics Mode" -msgstr "" +msgstr "Paveikslo veiksena" #. SNB3q #: 24020000.xhp @@ -18474,7 +18474,7 @@ msgctxt "" "hd_id3149762\n" "help.text" msgid "<link href=\"text/shared/02/24020000.xhp\" name=\"Graphics Mode\">Graphics Mode</link>" -msgstr "" +msgstr "<link href=\"text/shared/02/24020000.xhp\" name=\"Paveikslo veiksena\">Paveikslo veiksena</link>" #. oiCiN #: 24020000.xhp @@ -18483,7 +18483,7 @@ msgctxt "" "par_id3150255\n" "help.text" msgid "<ahelp hid=\".uno:GrafMode\">Lists view attributes for the selected graphic object. The embedded or linked graphic object in the current file will not be changed, only the view of the object.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".uno:GrafMode\">Čia iš sąrašo galima parinkti pažymėto paveikslo rodymo veikseną. Įterptasis ar susietas paveikslas dokumente nebus pakeistas, keičiamas tik paveikslo vaizdas.</ahelp>" #. Eu9Ej #: 24020000.xhp @@ -18492,7 +18492,7 @@ msgctxt "" "par_id3150275\n" "help.text" msgid "<image id=\"img_id3154515\" src=\"media/helpimg/zellvor.png\" width=\"1.4098inch\" height=\"0.2799inch\" localize=\"true\"><alt id=\"alt_id3154515\">Cell Styles</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154515\" src=\"media/helpimg/zellvor.png\" width=\"1.4098inch\" height=\"0.2799inch\" localize=\"true\"><alt id=\"alt_id3154515\">Piktograma</alt></image>" #. V8EGD #: 24020000.xhp @@ -18501,7 +18501,7 @@ msgctxt "" "par_id3150771\n" "help.text" msgid "Graphics mode" -msgstr "" +msgstr "Paveikslo veiksena" #. vCE5G #: 24020000.xhp @@ -18510,7 +18510,7 @@ msgctxt "" "hd_id3155262\n" "help.text" msgid "Default" -msgstr "" +msgstr "Numatytoji" #. sF9Fj #: 24020000.xhp @@ -18519,7 +18519,7 @@ msgctxt "" "par_id3155434\n" "help.text" msgid "The view of the graphic object is not changed." -msgstr "" +msgstr "Paveikslo vaizdas nekeičiamas." #. KCwox #: 24020000.xhp @@ -18528,7 +18528,7 @@ msgctxt "" "hd_id3147574\n" "help.text" msgid "Grayscale" -msgstr "" +msgstr "Nespalvota su pustoniais" #. WC6Cg #: 24020000.xhp @@ -18537,7 +18537,7 @@ msgctxt "" "par_id3153760\n" "help.text" msgid "The graphic object is shown in grayscale. A color graphic object can become monochrome in grayscale. You can also use the color sliders to apply a uniform color to the monochrome graphic object." -msgstr "" +msgstr "Paveikslas rodomas pilkos spalvos atspalviais. Spalvotas paveikslas gali tapti vienspalvis. Spalvų valdikliais galima parinkti pagrindinę spalvą vienspalviam paveikslui." #. UdxxP #: 24020000.xhp @@ -18546,7 +18546,7 @@ msgctxt "" "hd_id3151246\n" "help.text" msgid "Black and White" -msgstr "" +msgstr "Nespalvota" #. QzifZ #: 24020000.xhp @@ -18555,7 +18555,7 @@ msgctxt "" "par_id3153062\n" "help.text" msgid "The graphic object is shown in black and white. All brightness values below 50% will appear black, all over 50% will appear white." -msgstr "" +msgstr "Paveikslas rodomas juoda ir balta spalvomis. Paveikslo sritys, kurių šviesio vertė mažesnė už 50 %, bus rodomos juodai, o tos sritys, kurių šviesio vertė didesnė nei 50 % – baltai." #. BCJuy #: 24020000.xhp @@ -18564,7 +18564,7 @@ msgctxt "" "hd_id3146795\n" "help.text" msgid "Watermark" -msgstr "" +msgstr "Vandenženklis" #. JeY7B #: 24020000.xhp @@ -18573,7 +18573,7 @@ msgctxt "" "par_id3149670\n" "help.text" msgid "The graphic object is raised in brightness and reduced in contrast so that it can be used in the background as a watermark." -msgstr "" +msgstr "Paveikslo šviesio reikšmė padidinama, o kontrasto – sumažinama, kad paveikslą būtų galima naudoti fone kaip vandenženklį." #. vokQK #: 24030000.xhp @@ -18582,7 +18582,7 @@ msgctxt "" "tit\n" "help.text" msgid "Red" -msgstr "" +msgstr "Raudona" #. ZuyJk #: 24030000.xhp @@ -18591,7 +18591,7 @@ msgctxt "" "hd_id3151097\n" "help.text" msgid "<link href=\"text/shared/02/24030000.xhp\" name=\"Red\">Red</link>" -msgstr "" +msgstr "<link href=\"text/shared/02/24030000.xhp\" name=\"Red\">Raudona</link>" #. DFUxs #: 24030000.xhp @@ -18600,7 +18600,7 @@ msgctxt "" "par_id3151100\n" "help.text" msgid "<ahelp hid=\".uno:GrafRed\">Specifies the proportion of red RGB color components for the selected graphic object.</ahelp> Values from -100% (no red) to +100% (full red) are possible." -msgstr "" +msgstr "<ahelp hid=\".uno:GrafRed\">Nustatoma raudonos spalvos dalis pažymėtame grafikos objekte pagal RGB modelį.</ahelp> Galimos reikšmės yra nuo -100% (nėra raudonos spalvos) iki +100% (tik raudona spalva)." #. YBZKr #: 24030000.xhp @@ -18609,7 +18609,7 @@ msgctxt "" "par_id3149511\n" "help.text" msgid "<image id=\"img_id3146130\" src=\"res/sc10865.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146130\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146130\" src=\"res/sc10865.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146130\">Piktograma</alt></image>" #. ALeBa #: 24030000.xhp @@ -18618,7 +18618,7 @@ msgctxt "" "par_id3147571\n" "help.text" msgid "Red" -msgstr "" +msgstr "Raudona" #. EDGU6 #: 24040000.xhp @@ -18627,7 +18627,7 @@ msgctxt "" "tit\n" "help.text" msgid "Green" -msgstr "" +msgstr "Žalia" #. DtRbz #: 24040000.xhp @@ -18636,7 +18636,7 @@ msgctxt "" "hd_id3154840\n" "help.text" msgid "<link href=\"text/shared/02/24040000.xhp\" name=\"Green\">Green</link>" -msgstr "" +msgstr "<link href=\"text/shared/02/24040000.xhp\" name=\"Žalia\">Žalia</link>" #. JBGCC #: 24040000.xhp @@ -18645,7 +18645,7 @@ msgctxt "" "par_id3143284\n" "help.text" msgid "<ahelp hid=\".uno:GrafGreen\">Specifies the proportion of green RGB color components for the selected graphic object.</ahelp> Values from -100% (no green) to +100% (full green) are possible." -msgstr "" +msgstr "<ahelp hid=\".uno:GrafGreen\">Nustatoma žalios spalvos dalis pažymėtame grafikos objekte pagal RGB modelį.</ahelp> Galimos reikšmės yra nuo -100% (nėra žalios spalvos) iki +100% (tik žalia spalva)." #. JfD68 #: 24040000.xhp @@ -18654,7 +18654,7 @@ msgctxt "" "par_id3148585\n" "help.text" msgid "<image id=\"img_id3152594\" src=\"res/sc10866.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152594\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152594\" src=\"res/sc10866.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152594\">Piktograma</alt></image>" #. 49ani #: 24040000.xhp @@ -18663,7 +18663,7 @@ msgctxt "" "par_id3156136\n" "help.text" msgid "Green" -msgstr "" +msgstr "Žalia" #. XGdbm #: 24050000.xhp @@ -18672,7 +18672,7 @@ msgctxt "" "tit\n" "help.text" msgid "Blue" -msgstr "" +msgstr "Mėlyna" #. dYinP #: 24050000.xhp @@ -18681,7 +18681,7 @@ msgctxt "" "hd_id3147588\n" "help.text" msgid "<link href=\"text/shared/02/24050000.xhp\" name=\"Blue\">Blue</link>" -msgstr "" +msgstr "<link href=\"text/shared/02/24050000.xhp\" name=\"Mėlyna\">Mėlyna</link>" #. o4cny #: 24050000.xhp @@ -18690,7 +18690,7 @@ msgctxt "" "par_id3155934\n" "help.text" msgid "<ahelp hid=\".uno:GrafBlue\">Specifies the proportion of blue RGB color components for the selected graphic.</ahelp> Values from -100% (no blue) to +100% (full blue) are possible." -msgstr "" +msgstr "<ahelp hid=\".uno:GrafBlue\">Nustatoma mėlynos spalvos dalis pažymėtame grafikos objekte pagal RGB modelį.</ahelp> Galimos reikšmės yra nuo -100% (nėra mėlynos spalvos) iki +100% (tik mėlyna spalva)." #. mcGXa #: 24050000.xhp @@ -18699,7 +18699,7 @@ msgctxt "" "par_id3152372\n" "help.text" msgid "<image id=\"img_id3149549\" src=\"res/sc10867.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149549\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149549\" src=\"res/sc10867.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149549\">Piktograma</alt></image>" #. BvKQ2 #: 24050000.xhp @@ -18708,7 +18708,7 @@ msgctxt "" "par_id3154751\n" "help.text" msgid "Blue" -msgstr "" +msgstr "Mėlyna" #. WXWjP #: 24060000.xhp @@ -18717,7 +18717,7 @@ msgctxt "" "tit\n" "help.text" msgid "Brightness" -msgstr "" +msgstr "Šviesis" #. DcqKS #: 24060000.xhp @@ -18726,7 +18726,7 @@ msgctxt "" "hd_id3153514\n" "help.text" msgid "<link href=\"text/shared/02/24060000.xhp\" name=\"Brightness\">Brightness</link>" -msgstr "" +msgstr "<link href=\"text/shared/02/24060000.xhp\" name=\"Šviesis\">Šviesis</link>" #. bTBFs #: 24060000.xhp @@ -18735,7 +18735,7 @@ msgctxt "" "par_id3152821\n" "help.text" 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 "" +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 #: 24060000.xhp @@ -18744,7 +18744,7 @@ msgctxt "" "par_id3150808\n" "help.text" msgid "<image src=\"res/sc10863.png\" id=\"img_id3146130\"><alt id=\"alt_id3146130\">Icon</alt></image>" -msgstr "" +msgstr "<image src=\"res/sc10863.png\" id=\"img_id3146130\"><alt id=\"alt_id3146130\">Piktograma</alt></image>" #. h5Rsx #: 24060000.xhp @@ -18753,7 +18753,7 @@ msgctxt "" "par_id3154927\n" "help.text" msgid "Brightness" -msgstr "" +msgstr "Šviesis" #. D6AnR #: 24070000.xhp @@ -18762,7 +18762,7 @@ msgctxt "" "tit\n" "help.text" msgid "Contrast" -msgstr "" +msgstr "Kontrastas" #. 5F2mt #: 24070000.xhp @@ -18771,7 +18771,7 @@ msgctxt "" "hd_id3154926\n" "help.text" msgid "<link href=\"text/shared/02/24070000.xhp\" name=\"Contrast\">Contrast</link>" -msgstr "" +msgstr "<link href=\"text/shared/02/24070000.xhp\" name=\"Kontrastas\">Kontrastas</link>" #. NkEFQ #: 24070000.xhp @@ -18780,7 +18780,7 @@ msgctxt "" "par_id3149495\n" "help.text" 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 "" +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 #: 24070000.xhp @@ -18789,7 +18789,7 @@ msgctxt "" "par_id3156027\n" "help.text" msgid "<image src=\"res/sc10864.png\" id=\"img_id3154398\"><alt id=\"alt_id3154398\">Icon</alt></image>" -msgstr "" +msgstr "<image src=\"res/sc10864.png\" id=\"img_id3154398\"><alt id=\"alt_id3154398\">Piktograma</alt></image>" #. G799w #: 24070000.xhp @@ -18798,7 +18798,7 @@ msgctxt "" "par_id3157991\n" "help.text" msgid "Contrast" -msgstr "" +msgstr "Kontrastas" #. b3opY #: 24080000.xhp @@ -18807,7 +18807,7 @@ msgctxt "" "tit\n" "help.text" msgid "Gamma" -msgstr "" +msgstr "Gama" #. yNPMK #: 24080000.xhp @@ -18816,7 +18816,7 @@ msgctxt "" "hd_id3154100\n" "help.text" msgid "<link href=\"text/shared/02/24080000.xhp\" name=\"Gamma\">Gamma</link>" -msgstr "" +msgstr "<link href=\"text/shared/02/24080000.xhp\" name=\"Gama\">Gama</link>" #. WENKb #: 24080000.xhp @@ -18825,7 +18825,7 @@ msgctxt "" "par_id3154873\n" "help.text" msgid "<ahelp hid=\".uno:GrafGamma\">Specifies the gamma value for the view of the selected object, which affects the brightness of the midtone values.</ahelp> Values from 0.10 (minimum Gamma) to 10 (maximum Gamma) are possible." -msgstr "" +msgstr "<ahelp hid=\".uno:GrafGamma\">Nustatoma gama vertė pažymėtam grafikos objektui atvaizduoti. Šis parametras reguliuoja vidutinių tonų šviesį.</ahelp> Galimos reikšmės yra nuo 0,10 (mažiausia) iki 10 (didžiausia)." #. zXSVi #: 24080000.xhp @@ -18834,7 +18834,7 @@ msgctxt "" "par_id3149760\n" "help.text" msgid "<image id=\"img_id3159194\" src=\"res/sc10868.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3159194\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3159194\" src=\"res/sc10868.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3159194\">Piktograma</alt></image>" #. CzL4T #: 24080000.xhp @@ -18843,7 +18843,7 @@ msgctxt "" "par_id3149798\n" "help.text" msgid "Gamma" -msgstr "" +msgstr "Gama" #. JBpzD #: 24090000.xhp @@ -18852,7 +18852,7 @@ msgctxt "" "tit\n" "help.text" msgid "Transparency" -msgstr "" +msgstr "Skaidrumas" #. sa8yC #: 24090000.xhp @@ -18861,7 +18861,7 @@ msgctxt "" "hd_id3159411\n" "help.text" msgid "<link href=\"text/shared/02/24090000.xhp\" name=\"Transparency\">Transparency</link>" -msgstr "" +msgstr "<link href=\"text/shared/02/24090000.xhp\" name=\"Skaidrumas\">Skaidrumas</link>" #. 6qnFJ #: 24090000.xhp @@ -18870,7 +18870,7 @@ msgctxt "" "par_id3150445\n" "help.text" msgid "<ahelp hid=\".uno:GrafTransparence\">Specifies the transparency in the graphic object.</ahelp> Values from 0% (fully opaque) to +100% (fully transparent) are possible." -msgstr "" +msgstr "<ahelp hid=\".uno:GrafTransparence\">Nustatomas grafikos objekto skaidrumas.</ahelp> Galimos reikšmės yra nuo 0% (visai neskaidrus) iki +100% (visiškai skaidrus)." #. WpgDc #: 24090000.xhp @@ -18879,7 +18879,7 @@ msgctxt "" "par_id3154116\n" "help.text" msgid "<image id=\"img_id3152372\" src=\"res/sc10869.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152372\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152372\" src=\"res/sc10869.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152372\">Piktograma</alt></image>" #. yaE3E #: 24090000.xhp @@ -18888,7 +18888,7 @@ msgctxt "" "par_id3156302\n" "help.text" msgid "Transparency" -msgstr "" +msgstr "Skaidrumas" #. CwTzn #: 24100000.xhp @@ -18897,7 +18897,7 @@ msgctxt "" "tit\n" "help.text" msgid "Crop" -msgstr "" +msgstr "Apkirpti paveikslą" #. pFgr4 #: 24100000.xhp @@ -18906,7 +18906,7 @@ msgctxt "" "hd_id3154044\n" "help.text" msgid "<link href=\"text/shared/02/24100000.xhp\" name=\"Crop\">Crop</link>" -msgstr "" +msgstr "<link href=\"text/shared/02/24100000.xhp\" name=\"Apkirpti paveikslą\">Apkirpti paveikslą</link>" #. uWVYZ #: 24100000.xhp @@ -18915,7 +18915,7 @@ msgctxt "" "par_id3154863\n" "help.text" msgid "<ahelp hid=\".uno:GrafAttrCrop\">Allows to crop the display of an inserted picture. Only the display gets cropped, the inserted picture is not changed.</ahelp> A picture must be selected to enable cropping." -msgstr "" +msgstr "<ahelp hid=\".uno:GrafAttrCrop\">Apkerpama matoma įterpto paveikslo sritis. Apkerpamas tik matomas paveikslo vaizdas, o pats paveikslas nekeičiamas.</ahelp> Kad paveikslą būtų galima apkirpti, jis turi būti pažymėtas." #. wV4yr #: 24100000.xhp @@ -18924,7 +18924,7 @@ msgctxt "" "par_id0514200804261097\n" "help.text" msgid "In Impress and Draw no dialog is shown when you click the icon, but you see eight cropping handles. Open the context menu of a selected picture and choose <item type=\"menuitem\">Crop Image</item>, if you want to use the <link href=\"text/shared/01/05030800.xhp\">dialog</link> for cropping." -msgstr "" +msgstr "Pateikčių ir grafikos rengyklėse spustelėjus apkirpimo piktogramą dialogo langas neatveriamas, o aplink paveikslą rodomos aštuonios apkirpimo rankenėlės. Jei norite paveikslą apkirpti naudodamiesi <link href=\"text/shared/01/05030800.xhp\">dialogo langu</link>, atverkite paveikslo kontekstinį meniu ir pasirinkite komandą <item type=\"menuitem\">Apkirpti</item>." #. CSAFE #: 24100000.xhp @@ -18933,7 +18933,7 @@ msgctxt "" "par_id0514200804261043\n" "help.text" msgid "<ahelp hid=\".\">Drag any of the eight cropping handles to crop the picture.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Tempkite bet kurią iš aštuonių apkirpimo rankenėlių, kad apkirptumėte paveikslą.</ahelp>" #. SdwAf #: 24100000.xhp @@ -18942,7 +18942,7 @@ msgctxt "" "par_id0522200809440491\n" "help.text" msgid "<image id=\"img_id0522200809434429\" src=\"cmd/sc_crop.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id0522200809434429\">icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id0522200809434429\" src=\"cmd/sc_crop.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id0522200809434429\">Piktograma</alt></image>" #. kJLgC #: 24100000.xhp @@ -18951,7 +18951,7 @@ msgctxt "" "par_id3154927\n" "help.text" msgid "Crop" -msgstr "" +msgstr "Apkirpti paveikslą" #. hV7mE #: basicshapes.xhp @@ -19104,7 +19104,7 @@ msgctxt "" "tit\n" "help.text" msgid "Color" -msgstr "" +msgstr "Spalva" #. G96BC #: colortoolbar.xhp @@ -19113,7 +19113,7 @@ msgctxt "" "hd_id8983733\n" "help.text" msgid "<link href=\"text/shared/02/colortoolbar.xhp\">Color</link>" -msgstr "" +msgstr "<link href=\"text/shared/02/colortoolbar.xhp\">Spalva</link>" #. EVFkF #: colortoolbar.xhp @@ -19122,7 +19122,7 @@ msgctxt "" "par_id1676381\n" "help.text" msgid "<ahelp hid=\".\">With the Color toolbar you can edit some properties of the selected object.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Spalvos juostos priemonėmis galima pakeisti kai kurias pažymėto objekto savybes.</ahelp>" #. rEAPw #: colortoolbar.xhp @@ -19131,7 +19131,7 @@ msgctxt "" "par_id5855281\n" "help.text" msgid "To open the Color toolbar, click the Color icon on the Image toolbar." -msgstr "" +msgstr "Jei norite atverti spalvos juostą, spustelėkite mygtuką <emph>Spalva</emph> paveikslo mygtukų juostoje." #. oQ5tj #: flowcharts.xhp @@ -19302,7 +19302,7 @@ msgctxt "" "par_idN10639\n" "help.text" msgid "<image id=\"img_id5406964\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id5406964\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id5406964\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id5406964\">Piktograma</alt></image>" #. Eo8Tp #: paintbrush.xhp diff --git a/source/lt/helpcontent2/source/text/shared/05.po b/source/lt/helpcontent2/source/text/shared/05.po index 087e830876e..75521d085b6 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-08-21 21:37+0200\n" +"POT-Creation-Date: 2019-11-08 19:34+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" @@ -43,23 +43,23 @@ msgctxt "" msgid "<variable id=\"00000001\"><link href=\"text/shared/05/00000001.xhp\" name=\"Getting Support\">Getting Support</link></variable>" msgstr "<variable id=\"00000001\"><link href=\"text/shared/05/00000001.xhp\" name=\"Pagalba naudotojams\">Pagalba naudotojams</link></variable>" -#. fKhuY +#. wR4ns #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3150667\n" "help.text" -msgid "You can find support on the %PRODUCTNAME website at <link href=\"https://www.libreoffice.org/get-help/feedback/\"><emph>www.libreoffice.org</emph></link>." -msgstr "Įvairios pagalbos „%PRODUCTNAME“ naudotojams galima rasti interneto svetainėje <link href=\"https://www.libreoffice.org/get-help/feedback/\"><emph>www.libreoffice.org</emph></link> (anglų k.)." +msgid "You can find support on <link href=\"https://www.libreoffice.org/get-help/feedback/\">the %PRODUCTNAME website</link>." +msgstr "" -#. sVy8L +#. tyE6M #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3154230\n" "help.text" -msgid "For a summary of the current support services refer to the <emph>Readme</emph> file in the <item type=\"productname\">%PRODUCTNAME</item> folder." -msgstr "Glausta informacija apie pagalbą naudotojams pateikiama <emph>readme</emph> faile, esančiame „<item type=\"productname\">%PRODUCTNAME</item>“ diegimo aplanke." +msgid "For a summary of the current support services refer to the <emph>Readme</emph> file in the %PRODUCTNAME folder." +msgstr "" #. FvwQg #: 00000001.xhp @@ -70,14 +70,14 @@ msgctxt "" msgid "Local language support pages" msgstr "Pagalba naudotojams kitomis kalbomis" -#. Gsjo8 +#. h4cNk #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id1318380\n" "help.text" -msgid "The %PRODUCTNAME localization projects offer support pages in local languages. Find an overview of the native language projects at <link href=\"https://www.libreoffice.org/community/nlc/\"><emph>www.libreoffice.org/community/nlc/</emph></link>. You can find help and support in English language on the <item type=\"productname\">%PRODUCTNAME</item> website at <link href=\"https://www.libreoffice.org/get-help/feedback\"><emph>www.libreoffice.org</emph></link>." -msgstr "Kai kurių šalių „%PRODUCTNAME“ bendruomenės siūlo pagalbą vietos kalbomis. Lokalizavimo projektų sąrašą galima rasti tinklalapyje <link href=\"https://www.libreoffice.org/community/nlc/\"><emph>www.libreoffice.org/community/nlc/</emph></link>. Pagalbą ir patarimus anglų kalba skaitykite „<item type=\"productname\">%PRODUCTNAME</item>“ svetainėje <link href=\"https://www.libreoffice.org/get-help/feedback\"><emph>www.libreoffice.org</emph></link>." +msgid "The %PRODUCTNAME localization projects offer support pages in various languages. Find an overview of the native language projects at the <link href=\"https://www.libreoffice.org/community/nlc/\">%PRODUCTNAME website</link>. You can find English-language help and support on the <link href=\"https://www.libreoffice.org/get-help/feedback\">%PRODUCTNAME website</link> as well." +msgstr "" #. nPGLp #: 00000001.xhp @@ -88,14 +88,14 @@ msgctxt "" msgid "Mailing lists" msgstr "El. pašto grupės" -#. JVMyg +#. jLNYG #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3166335\n" "help.text" -msgid "Ask about %PRODUCTNAME, find help by volunteers, and discuss topics on the public mailing lists. You can find many general and specialized mailing lists on the <item type=\"productname\">%PRODUCTNAME</item> website at <link href=\"https://www.libreoffice.org/get-help/mailing-lists/\"><emph>www.libreoffice.org/get-help/mailing-lists/</emph></link>." -msgstr "Viešose el. pašto grupėse galima užduoti klausimus apie „%PRODUCTNAME“, gauti pagalbos iš savanorių, diskutuoti įvairiomis temomis. Bendrų ir specializuotų el. pašto grupių sąrašas pateikiamas „<item type=\"productname\">%PRODUCTNAME</item>“ tinklalapyje <link href=\"https://www.libreoffice.org/get-help/mailing-lists/\"><emph>www.libreoffice.org/get-help/mailing-lists/</emph></link>." +msgid "Ask about %PRODUCTNAME, find help by volunteers, and discuss topics on the public mailing lists. You can find many general and specialized mailing lists on the %PRODUCTNAME website at <link href=\"https://www.libreoffice.org/get-help/mailing-lists/\">www.libreoffice.org</link>." +msgstr "" #. Xp6Xs #: 00000001.xhp @@ -106,14 +106,14 @@ msgctxt "" msgid "Forum" msgstr "Forumas" -#. axBvT +#. AxpFj #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id0915200811081778\n" "help.text" -msgid "You can access web forums to ask and answer questions about %PRODUCTNAME. Choose menu <item type=\"menuitem\">Help – Get Help Online...</item> to access the forum in your language." -msgstr "Žiniatinklio forume galima užduoti arba atsakyti į klausimus apie „%PRODUCTNAME“. Forumo tinklalapį galima atverti programoje pasirinkus meniu komandą <item type=\"menuitem\">Žinynas → Pagalba internete</item>." +msgid "You can access web forums to ask and answer questions about %PRODUCTNAME. Choose <item type=\"menuitem\">Help – Get Help Online</item> to access the forum in your language." +msgstr "" #. p6BeE #: 00000001.xhp @@ -124,14 +124,14 @@ msgctxt "" msgid "Security" msgstr "Saugumas" -#. hNF4k +#. GqtZB #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id0804200803314235\n" "help.text" -msgid "In case you are concerned about any security issue with using this software, you can contact the developers on the <link href=\"https://lists.freedesktop.org/mailman/listinfo/libreoffice\"><emph>public mailing list</emph></link>. If you want to discuss any issue with other users, send an email to the public mailing list <emph>users@libreoffice.org</emph>." -msgstr "Jei nerimaujate dėl saugumo naudojant programą, visus iškilusius klausimus galima užduoti programos kūrėjams <link href=\"https://lists.freedesktop.org/mailman/listinfo/libreoffice\"><emph>viešoje el. pašto grupėje</emph></link>. Jei rūpimus klausimus norite aptarti su kitais programos naudotojais, parašykite į viešą el. pašto grupę <emph>users@libreoffice.org</emph>." +msgid "In case you are concerned about any security issue with using this software, you can contact the developers on the <link href=\"https://lists.freedesktop.org/mailman/listinfo/libreoffice\">public mailing list</link>. If you want to discuss any issue with other users, send an email to the public mailing list <literal>users@libreoffice.org</literal>." +msgstr "" #. tEPqi #: 00000001.xhp @@ -142,14 +142,14 @@ msgctxt "" msgid "Downloads" msgstr "Atsisiuntimas" -#. rpD8T +#. gsABe #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3028143\n" "help.text" -msgid "You can download the latest version of <item type=\"productname\">%PRODUCTNAME</item> at <link href=\"https://www.libreoffice.org/download/\"><emph>www.libreoffice.org/download/</emph></link>." -msgstr "Naujausias „<item type=\"productname\">%PRODUCTNAME</item>“ versijas galima atsisiųsti iš tinklalapio <link href=\"https://lt.libreoffice.org/atsisiuntimas/\"><emph>lt.libreoffice.org/atsisiuntimas/</emph></link>." +msgid "You can download the latest version of %PRODUCTNAME at <link href=\"https://www.libreoffice.org/download/\">www.libreoffice.org/download/</link>." +msgstr "" #. ia3E3 #: 00000001.xhp @@ -160,14 +160,14 @@ msgctxt "" msgid "Documentation" msgstr "Dokumentacija" -#. DpE8Y +#. GHEQm #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3497211\n" "help.text" -msgid "You can download documentation as PDF files, how-tos, and guides from the %PRODUCTNAME documentation website at <link href=\"https://documentation.libreoffice.org\"><emph>documentation.libreoffice.org</emph></link>. You can also access the documentation website choosing the menu <item type=\"menuitem\">Help – User Guides...</item> ." -msgstr "Dokumentaciją PDF formatu, naudotojo vadovus, instrukcijas galima atsisiųsti iš „%PRODUCTNAME“ dokumentacijos tinklalapio <link href=\"https://documentation.libreoffice.org\"><emph>documentation.libreoffice.org</emph></link>. Dokumentacijos tinklalapį atverti galima ir programoje pasirinkus meniu komandą <item type=\"menuitem\">Žinynas → Naudotojo vadovai</item>." +msgid "You can download documentation as PDF files, how-tos, and guides from the %PRODUCTNAME documentation website at <link href=\"https://documentation.libreoffice.org\"><emph>documentation.libreoffice.org</emph></link>. You can also access the documentation website choosing the menu <item type=\"menuitem\">Help – User Guides</item>." +msgstr "" #. nuEqp #: 00000001.xhp @@ -1779,4 +1779,3 @@ msgctxt "" "help.text" msgid "Contents general information" msgstr "Bendroji informacija" - diff --git a/source/lt/helpcontent2/source/text/shared/06.po b/source/lt/helpcontent2/source/text/shared/06.po index 625b84ad3e1..0e8986cb552 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: 2018-09-03 13:23+0200\n" +"POT-Creation-Date: 2019-11-08 19:34+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" @@ -13,9 +13,172 @@ msgstr "" "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" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564385168.000000\n" +#. cEcCB +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"tit\n" +"help.text" +msgid "Optionen Screenshots" +msgstr "" + +#. wCY4r +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id431534783734366\n" +"help.text" +msgid "<image src=\"media/screenshots/cui/ui/optviewpage/OptViewPage.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">Options View Dialog Image</alt></image>" +msgstr "" + +#. ncxnF +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id431534383734366\n" +"help.text" +msgid "<image src=\"media/screenshots/cui/ui/optfltrpage/OptFltrPage.png\" id=\"img_id131594783734367\"><alt id=\"alt_id271534783734367\">Options Load/Save Dialog Image</alt></image>" +msgstr "" + +#. 4ESEt +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id431534385734366\n" +"help.text" +msgid "<image src=\"media/screenshots/cui/ui/opthtmlpage/OptHtmlPage.png\" id=\"img_id131594783734368\"><alt id=\"alt_id271534783734367\">Options HTML Dialog Image</alt></image>" +msgstr "" + +#. FjGtw +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id431564385734366\n" +"help.text" +msgid "<image src=\"media/screenshots/cui/ui/optaccessibilitypage/OptAccessibilityPage.png\" id=\"img_id131592783734368\"><alt id=\"alt_id271534783734367\">Options Accessibility Dialog Image</alt></image>" +msgstr "" + +#. XPDyx +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id431564381734366\n" +"help.text" +msgid "<image src=\"media/screenshots/cui/ui/optsavepage/OptSavePage.png\" id=\"img_id231592783734368\"><alt id=\"alt_id271534783734367\">Options Save Dialog Image</alt></image>" +msgstr "" + +#. FAeBR +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id481564381734366\n" +"help.text" +msgid "<image src=\"media/screenshots/cui/ui/optadvancedpage/OptAdvancedPage.png\" id=\"img_id231592783736368\"><alt id=\"alt_id271534783734367\">Options Advanced Dialog Image</alt></image>" +msgstr "" + +#. NJzQs +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id481364381734366\n" +"help.text" +msgid "<image src=\"media/screenshots/cui/ui/optasianpage/OptAsianPage.png\" id=\"img_id231592783736868\"><alt id=\"alt_id271534783734367\">Options Asian Dialog Image</alt></image>" +msgstr "" + +#. zLdmq +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id481394381734366\n" +"help.text" +msgid "<image src=\"media/screenshots/cui/ui/optctlpage/OptCTLPage.png\" id=\"img_id231592783736868\"><alt id=\"alt_id271534783734367\">Options CTL Dialog Image</alt></image>" +msgstr "" + +#. kEHFK +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id481394381724366\n" +"help.text" +msgid "<image src=\"media/screenshots/cui/ui/optsecuritypage/OptSecurityPage.png\" id=\"img_id231592783736868\"><alt id=\"alt_id271534783734367\">Options Security Dialog Image</alt></image>" +msgstr "" + +#. 4HEUe +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id361572483243630\n" +"help.text" +msgid "<image src=\"media/screenshots/cui/ui/optlanguagespage/OptLanguagesPage.png\" id=\"img_id841572483243631\"><alt id=\"alt_id131572483243632\">Options Language Dialog Image</alt></image>" +msgstr "" + +#. 9hcKT +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id511572514566037\n" +"help.text" +msgid "<image src=\"media/screenshots/cui/ui/optgeneralpage/OptGeneralPage.png\" id=\"img_id11572514566037\"><alt id=\"alt_id41572514566038\">Options General Dialog Image</alt></image>" +msgstr "" + +#. Ak6ph +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"tit\n" +"help.text" +msgid "Shared CUI Screenshots" +msgstr "" + +#. BQjvk +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id341572255825997\n" +"help.text" +msgid "<image src=\"media/screenshots/cui/ui/effectspage/EffectsPage.png\" id=\"img_id741572255825998\"><alt id=\"alt_id261572255825998\">Font Effects Page Dialog Image</alt></image>" +msgstr "" + +#. 5Fp2F +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id91572261220492\n" +"help.text" +msgid "<image src=\"media/screenshots/cui/ui/hyperlinkdocpage/HyperlinkDocPage.png\" id=\"img_id41572261220494\"><alt id=\"alt_id561572261220495\">Hyperlink Doc Page Dialog Image</alt></image>" +msgstr "" + +#. q52zT +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id321572273256466\n" +"help.text" +msgid "<image src=\"media/screenshots/cui/ui/hyperlinkinternetpage/HyperlinkInternetPage.png\" id=\"img_id691572273256467\"><alt id=\"alt_id981572273256469\">Hyperlink Internet Dialog Image</alt></image>" +msgstr "" + +#. 7gbR6 +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id681572278003926\n" +"help.text" +msgid "<image src=\"media/screenshots/cui/ui/hyperlinkmailpage/HyperlinkMailPage.png\" id=\"img_id791572287939226\"><alt id=\"alt_id291572278003928\">Hyperlink Mail Dialog Image</alt></image>" +msgstr "" + +#. UZndE +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id911572279106813\n" +"help.text" +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 "" + +#. 9viDm #: svx_screenshots.xhp msgctxt "" "svx_screenshots.xhp\n" @@ -24,6 +187,7 @@ msgctxt "" msgid "SVX Screenshots" msgstr "SVX ekrano nuotraukos" +#. tBy37 #: svx_screenshots.xhp msgctxt "" "svx_screenshots.xhp\n" @@ -32,6 +196,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/svx/ui/compressgraphicdialog/CompressGraphicDialog.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">Compress Image Dialog</alt></image>" msgstr "<image src=\"media/screenshots/svx/ui/compressgraphicdialog/CompressGraphicDialog.png\" id=\"img_id131534783734367\"><alt id=\"alt_id271534783734367\">Paveikslo glaudinimo dialogo langas</alt></image>" +#. AW8Pn #: youtubevideos.xhp msgctxt "" "youtubevideos.xhp\n" diff --git a/source/lt/helpcontent2/source/text/shared/guide.po b/source/lt/helpcontent2/source/text/shared/guide.po index 98c39a5cc36..acdbeb58939 100644 --- a/source/lt/helpcontent2/source/text/shared/guide.po +++ b/source/lt/helpcontent2/source/text/shared/guide.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-26 13:51+0200\n" -"PO-Revision-Date: 2019-10-14 12:48+0000\n" +"POT-Creation-Date: 2019-11-08 19:34+0100\n" +"PO-Revision-Date: 2019-11-08 18:44+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: lt\n" @@ -653,7 +653,7 @@ msgctxt "" "tit\n" "help.text" msgid "Turning off Automatic URL Recognition" -msgstr "" +msgstr "Automatinio URL adresų atpažinimo išjungimas" #. Vv6ds #: autocorr_url.xhp @@ -662,7 +662,7 @@ msgctxt "" "bm_id3149346\n" "help.text" msgid "<bookmark_value>AutoCorrect function; URL recognition</bookmark_value> <bookmark_value>recognizing URLs automatically</bookmark_value> <bookmark_value>automatic hyperlink formatting</bookmark_value> <bookmark_value>URL;turning off URL recognition</bookmark_value> <bookmark_value>hyperlinks;turning off automatic recognition</bookmark_value> <bookmark_value>links;turning off automatic recognition</bookmark_value> <bookmark_value>predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>automatinis rašybos taisymas; URL atpažinimas</bookmark_value> <bookmark_value>URL atpažinimas automatiškai</bookmark_value> <bookmark_value>hipersaitų formatavimas automatiškai</bookmark_value> <bookmark_value>URL adresai;URL adresų atpažinimo išjungimas</bookmark_value> <bookmark_value>hipersaitai;automatinio atpažinimo išjungimas</bookmark_value> <bookmark_value>saitai;automatinio atpažinimo išjungimas</bookmark_value> <bookmark_value>nuspėjamas tekstas, žr. automatinis rašybos taisymas, automatinis užbaigimas, automatinė įvestis, žodžių užbaigimas, teksto užbaigimas</bookmark_value>" #. ALsJC #: autocorr_url.xhp @@ -671,7 +671,7 @@ msgctxt "" "hd_id3149346\n" "help.text" msgid "<variable id=\"autocorr_url\"><link href=\"text/shared/guide/autocorr_url.xhp\" name=\"Turning off Automatic URL Recognition\">Turning off Automatic URL Recognition</link></variable>" -msgstr "" +msgstr "<variable id=\"autocorr_url\"><link href=\"text/shared/guide/autocorr_url.xhp\" name=\"Automatinio URL adresų atpažinimo išjungimas\">Automatinio URL adresų atpažinimo išjungimas</link></variable>" #. DAJ2X #: autocorr_url.xhp @@ -680,7 +680,7 @@ msgctxt "" "par_id3166410\n" "help.text" msgid "When you enter text, $[officename] automatically recognizes a word that may be a <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> and replaces the word with a hyperlink. $[officename] formats the hyperlink with direct font attributes (color and underline) the properties of which are obtained from certain Character Styles." -msgstr "" +msgstr "Kai renkate tekstą, „$[officename]“ programa automatiškai atpažįsta žodžius, kurie galėtų sudaryti <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL adresą</link>, ir pakeičia tokius žodžius hipersaitu. „$[officename]“ pritaiko hipersaitui tiesioginį formatavimą (spalvą ir pabraukimą), kuris aprašytas tam tikruose rašmenų stiliuose." #. 6vSTS #: autocorr_url.xhp @@ -689,7 +689,7 @@ msgctxt "" "par_id3153561\n" "help.text" msgid "If you do not want $[officename] to automatically recognize URLs as you are typing, there are several ways of turning off this feature." -msgstr "" +msgstr "Jei nenorite, kad „$[officename]“ automatiškai atpažintų URL adresus renkant tekstą, yra keletas būdų šiai funkcijai išjungti." #. RGjwG #: autocorr_url.xhp @@ -698,7 +698,7 @@ msgctxt "" "hd_id3154306\n" "help.text" msgid "Undo URL Recognition" -msgstr "" +msgstr "URL adreso atpažinimo atšaukimas" #. XaGNs #: autocorr_url.xhp @@ -707,7 +707,7 @@ msgctxt "" "par_id3149233\n" "help.text" msgid "When you are typing and notice that a text has just been automatically converted into a hyperlink, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z to undo this formatting." -msgstr "" +msgstr "Kai rinkdami tekstą pastebite, jog tekstas buvo automatiškai paverstas hipersaitu, paspauskite klavišų kombinaciją, <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Vald</defaultinline></switchinline>+Z, kad atšauktumėte formato taikymą." #. hobf7 #: autocorr_url.xhp @@ -716,7 +716,7 @@ msgctxt "" "par_id3149235\n" "help.text" msgid "If you do not notice this conversion until later, select the hyperlink, open the context menu and choose <emph>Remove Hyperlink</emph>." -msgstr "" +msgstr "Jei sukurto hipersaito iš karto nepastebėjote, vėliau pažymėkite hipersaitą, atverkite kontekstinį meniu ir pasirinkite komandą <emph>Šalinti hipersaitą</emph>." #. wtw8U #: autocorr_url.xhp @@ -725,7 +725,7 @@ msgctxt "" "hd_id3152350\n" "help.text" msgid "Turn off URL Recognition" -msgstr "" +msgstr "URL adreso atpažinimo išjungimas" #. gFoDA #: autocorr_url.xhp @@ -734,7 +734,7 @@ msgctxt "" "par_id3149514\n" "help.text" msgid "Load a document of the type for which you want to modify the URL recognition." -msgstr "" +msgstr "Atverkite tokio tipo dokumentą, kokiam norite išjungti URL adresų atpažinimą." #. D7Cmm #: autocorr_url.xhp @@ -743,7 +743,7 @@ msgctxt "" "par_id3151246\n" "help.text" msgid "If you want to modify the URL recognition for text documents, open a text document." -msgstr "" +msgstr "Jei URL adresų atpažinimą norite išjungti teksto dokumentams, atverkite teksto dokumentą." #. DhVCA #: autocorr_url.xhp @@ -752,7 +752,7 @@ msgctxt "" "par_id3159413\n" "help.text" msgid "Choose <emph>Tools - AutoCorrect - AutoCorrect Options</emph>." -msgstr "" +msgstr "Pasirinkite <emph>Priemonės → Automatinis rašybos taisymas → Automatinio taisymo parinktys</emph>." #. JuDz9 #: autocorr_url.xhp @@ -761,7 +761,7 @@ msgctxt "" "par_id3148550\n" "help.text" msgid "In the <emph>AutoCorrect</emph> dialog, select the <emph>Options</emph> tab." -msgstr "" +msgstr "<emph>Automatinio rašybos taisymo</emph> dialogo lange atverkite kortelę <emph>Parinktys</emph>." #. 9cL5j #: autocorr_url.xhp @@ -770,7 +770,7 @@ msgctxt "" "par_id3153360\n" "help.text" msgid "If you unmark <emph>URL Recognition</emph>, words will no longer be automatically replaced with hyperlinks." -msgstr "" +msgstr "Jai panaikinsite parinkties <emph>Atpažinti URL</emph> žymėjimą, žodžiai daugiau nebus verčiami hipersaitais." #. 9MrpY #: autocorr_url.xhp @@ -779,7 +779,7 @@ msgctxt "" "par_id3156423\n" "help.text" msgid "In $[officename] Writer there are two check boxes in front of <emph>URL Recognition</emph>. The box in the first column is for later post-editing and the box in the second column is for AutoCorrect as you type." -msgstr "" +msgstr "„$[officename]“ tekstų rengyklėje ties parinktimi <emph>Atpažinti URL</emph> yra du žymimieji langeliai. Pirmuoju langeliu parinktis nustatoma vėlesniam jau esamo teksto taisymui, antruoju – taisymui renkant tekstą." #. D6HMF #: autohide.xhp @@ -3931,31 +3931,31 @@ msgctxt "" msgid "text/plain" msgstr "" -#. WKecS +#. we8Kv #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_writer132\n" "help.text" -msgid "Word 2007–2019" +msgid "Word 2007–365" msgstr "" -#. WaDLS +#. c3THm #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_writer135\n" "help.text" -msgid "Word 2007–2019 Template" +msgid "Word 2007–365 Template" msgstr "" -#. cEwes +#. SvsgT #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_writer138\n" "help.text" -msgid "Word 2007–2019 VBA" +msgid "Word 2007–365 VBA" msgstr "" #. M2GE9 @@ -4183,22 +4183,22 @@ msgctxt "" msgid "None" msgstr "" -#. GpoNf +#. 3nYvG #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_calc24\n" "help.text" -msgid "Excel 2007–2019" +msgid "Excel 2007–365" msgstr "" -#. FxFXG +#. bhLnK #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_calc27\n" "help.text" -msgid "Excel 2007–2019 Template" +msgid "Excel 2007–365 Template" msgstr "" #. bfGWF @@ -4795,40 +4795,40 @@ msgctxt "" msgid "PDF - Portable Document Format" msgstr "" -#. zu2uF +#. FqboC #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_impress48\n" "help.text" -msgid "PowerPoint 2007–2019" +msgid "PowerPoint 2007–365" msgstr "" -#. prCFV +#. ypSMq #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_impress51\n" "help.text" -msgid "PowerPoint 2007–2019" +msgid "PowerPoint 2007–365" msgstr "" -#. vZyaP +#. hvWY9 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_impress54\n" "help.text" -msgid "PowerPoint 2007–2019 Template" +msgid "PowerPoint 2007–365 Template" msgstr "" -#. anLEY +#. KqQcD #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_impress57\n" "help.text" -msgid "PowerPoint 2007–2019 VBA" +msgid "PowerPoint 2007–365 VBA" msgstr "" #. DBWC6 @@ -7709,7 +7709,7 @@ msgctxt "" "tit\n" "help.text" msgid "Searching Tables and Form Documents" -msgstr "" +msgstr "Paieška lentelėse ir formų dokumentuose" #. JNeGQ #: data_search.xhp @@ -7718,7 +7718,7 @@ msgctxt "" "bm_id4066896\n" "help.text" msgid "<bookmark_value>finding;records in form documents</bookmark_value><bookmark_value>forms;finding records</bookmark_value><bookmark_value>searching;tables and forms</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>paieška;įrašai formų dokumentuose</bookmark_value><bookmark_value>formos;įrašų paieška</bookmark_value><bookmark_value>paieška;lentelėse ir formose</bookmark_value>" #. e2B7r #: data_search.xhp @@ -7727,7 +7727,7 @@ msgctxt "" "hd_id3154186\n" "help.text" msgid "<variable id=\"data_search\"><link href=\"text/shared/guide/data_search.xhp\" name=\"Searching Tables and Form Documents\">Searching Tables and Form Documents</link></variable>" -msgstr "" +msgstr "<variable id=\"data_search\"><link href=\"text/shared/guide/data_search.xhp\" name=\"Searching Tables and Form Documents\">Paieška lentelėse ir formų dokumentuose</link></variable>" #. FgqUL #: data_search.xhp @@ -7736,7 +7736,7 @@ msgctxt "" "par_id3147088\n" "help.text" msgid "<image id=\"img_id3153311\" src=\"cmd/sc_recsearch.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153311\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153311\" src=\"cmd/sc_recsearch.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153311\">Piktograma</alt></image>" #. XfgsE #: data_search.xhp @@ -7745,7 +7745,7 @@ msgctxt "" "par_id3149178\n" "help.text" msgid "In spreadsheets and documents in which form controls are used, you can click the <emph>Find Record</emph> icon on the form bar to open a dialog to find any text and values." -msgstr "" +msgstr "Skaičiuoklės ir teksto dokumentuose, kuriuose yra formos valdiklių, <emph>formos žvalgymo</emph> juostoje spustelėjus mygtuką <emph>Ieškoti įrašo</emph> atveriamas dialogo langas teksto ir reikšmių paieškai." #. mAZDn #: data_search.xhp @@ -7754,7 +7754,7 @@ msgctxt "" "par_id3149811\n" "help.text" msgid "You can search in one or in all data fields. You can select whether the text must be at the beginning, end or any location of the data field. You also can use the ? and * wildcards, as in the <emph>Find & Replace</emph> dialog. You can find additional information about the database search function in the <link href=\"text/shared/02/12100200.xhp\" name=\"$[officename] Help\">$[officename] Help</link>." -msgstr "" +msgstr "Ieškoti galima viename arba visuose duomenų laukuose. Galima pasirinkti, ar ieškomas tekstas turi būti duomenų lauko pradžioje, pabaigoje, ar bet kurioje vietoje. Taip pat galima naudoti pakaitos simbolius ? ir *, kaip ir lange <emph>Ieškoti ir keisti</emph>. Daugiau apie paieškos duomenų bazėje funkciją galima paskaityti kituose <link href=\"text/shared/02/12100200.xhp\" name=\"$[officename] Help\">„$[officename]“ žinyno skyriuose</link>." #. 27Tfr #: data_search2.xhp @@ -7763,7 +7763,7 @@ msgctxt "" "tit\n" "help.text" msgid "Searching With a Form Filter" -msgstr "" +msgstr "Paieška naudojant formos filtrą" #. oKijD #: data_search2.xhp @@ -7772,7 +7772,7 @@ msgctxt "" "bm_id8772545\n" "help.text" msgid "<bookmark_value>form filters</bookmark_value><bookmark_value>databases;form filters</bookmark_value><bookmark_value>searching; form filters</bookmark_value><bookmark_value>removing;form filters</bookmark_value><bookmark_value>filtering; data in forms</bookmark_value><bookmark_value>data;filtering in forms</bookmark_value><bookmark_value>forms; filtering data</bookmark_value><bookmark_value>data, see also values</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>formos filtrai</bookmark_value><bookmark_value>duomenų bazės;formos filtrai</bookmark_value><bookmark_value>paieška; formos filtrai</bookmark_value><bookmark_value>šalinimas;formos filtrai</bookmark_value><bookmark_value>filtravimas; duomenys formose</bookmark_value><bookmark_value>duomenys;filtravimas formose</bookmark_value><bookmark_value>formos; duomenų filtravimas</bookmark_value><bookmark_value>duomenys, žr. reikšmės</bookmark_value>" #. pHTen #: data_search2.xhp @@ -7781,7 +7781,7 @@ msgctxt "" "hd_id3156042\n" "help.text" msgid "<variable id=\"data_search2\"><link href=\"text/shared/guide/data_search2.xhp\" name=\"Searching With a Form Filter\">Searching With a Form Filter</link></variable>" -msgstr "" +msgstr "<variable id=\"data_search2\"><link href=\"text/shared/guide/data_search2.xhp\" name=\"Paieška naudojant formos filtrą\">Paieška naudojant formos filtrą</link></variable>" #. pjcEu #: data_search2.xhp @@ -7790,7 +7790,7 @@ msgctxt "" "par_id3149182\n" "help.text" msgid "Open a form document that contains database fields." -msgstr "" +msgstr "Atverkite formos dokumentą, kuriame būtų duomenų bazės laukų." #. Fi5xA #: data_search2.xhp @@ -7799,7 +7799,7 @@ msgctxt "" "par_id3159157\n" "help.text" msgid "As an example, open an empty text document and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Shift + F4 keys. Open the bibliography database table <emph>biblio</emph> in the data source view. While pressing Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, drag a few column headers into the document so that the form fields are created." -msgstr "" +msgstr "Pavyzdžiui, pradėkite naują teksto dokumentą ir paspauskite klavišus <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Vald</emph></defaultinline></switchinline><emph> + Lyg2 + F4</emph>. Duomenų šaltinio polangyje atverkite bibliografijos duomenų bazės lentelę <emph>biblio</emph>. Laikydami nuspaustus klavišus <emph>Lyg2+</emph><switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Vald</emph></defaultinline></switchinline> nutempkite keletą stulpelių antraščių į dokumentą, kad sukurtumėte formos laukus." #. HNquU #: data_search2.xhp @@ -7808,7 +7808,7 @@ msgctxt "" "par_id3150984\n" "help.text" msgid "On the <emph>Form Controls</emph> toolbar, click the <emph>Design Mode On/Off</emph> icon<image id=\"img_id3147618\" src=\"cmd/sc_switchcontroldesignmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147618\">Icon</alt></image> to turn off the design mode." -msgstr "" +msgstr "Išjunkite formos projektavimo veikseną <emph>formos valdiklių</emph> mygtukų juostoje spustelėję mygtuką <emph>Projektavimo veiksena</emph> <image id=\"img_id3147618\" src=\"cmd/sc_switchcontroldesignmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147618\">Piktogama</alt></image>." #. VGyYV #: data_search2.xhp @@ -7817,7 +7817,7 @@ msgctxt "" "par_id3148672\n" "help.text" msgid "On the <emph>Form Navigation</emph> toolbar, click the <emph>Form-Based Filters</emph> icon<image id=\"img_id3149807\" src=\"cmd/sc_formfilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149807\">Icon</alt></image>. The current document is displayed with its form controls as an empty edit mask. The <emph>Form Filter </emph>toolbar appears." -msgstr "" +msgstr "<emph>Formos žvalgymo</emph> mygtukų juostoje spustelėkite mygtuką <emph>Formos tipo filtrai</emph> <image id=\"img_id3149807\" src=\"cmd/sc_formfilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149807\">Piktograma</alt></image>. Veikiamojo dokumento formos valdikliai rodomi kaip tušti įvesties laukai. Įjungiama <emph>Formos filtro</emph> mygtukų juosta." #. ESCiY #: data_search2.xhp @@ -7826,7 +7826,7 @@ msgctxt "" "par_id3149666\n" "help.text" msgid "Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND)." -msgstr "" +msgstr "Į vieną ar keletą laukų įveskite norimas filtro sąlygas. Jei sąlygas įvesite į keletą laukų, filtruojant bus taikomos visos sąlygos vienu metu (sujungiamos logine operacija IR)." #. FjhEB #: data_search2.xhp @@ -7835,7 +7835,7 @@ msgctxt "" "par_id3149481\n" "help.text" msgid "More information about wildcards and operators can be found in <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>." -msgstr "" +msgstr "Daugiau apie pakaitos simbolius ir operatorius galima paskaityti skyriuje „<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Užklausų projektavimas</link>“." #. cEDEo #: data_search2.xhp @@ -7844,7 +7844,7 @@ msgctxt "" "par_id3152462\n" "help.text" msgid "<ahelp hid=\".uno:FormFilterExecute\">If you click the <emph>Apply Form-Based Filter</emph> icon on the <emph>Form Filter</emph> toolbar, the filter will be applied.</ahelp> You see the <emph>Form Navigation</emph> toolbar and can browse through the found records." -msgstr "" +msgstr "<ahelp hid=\".uno:FormFilterExecute\">Filtras bus pritaikytas <emph>formos filtro</emph> mygtukų juostoje spustelėjus mygtuką <emph>Taikyti filtrą</emph>.</ahelp> <emph>Formos žvalgymo</emph> juosta bus galima žvalgyti tik filtro sąlygas atitinkančius įrašus." #. CdBD5 #: data_search2.xhp @@ -7853,7 +7853,7 @@ msgctxt "" "par_id3145273\n" "help.text" msgid "<ahelp hid=\".uno:FormFilterExit\">If you click on the <emph>Close</emph> button on the <emph>Form Filter</emph> toolbar, the form is displayed without a filter.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".uno:FormFilterExit\">Jei <emph>formos filtro</emph> juostoje spustelėsite mygtuką <emph>Užverti</emph>, filtras formai nebus pritaikytas.</ahelp>" #. P5nBh #: data_search2.xhp @@ -7862,7 +7862,7 @@ msgctxt "" "par_id3150114\n" "help.text" msgid "Click the <link href=\"text/shared/02/12120000.xhp\" name=\"Apply Filter\"><emph>Apply Filter</emph></link> icon<image id=\"img_id3144764\" src=\"cmd/sc_datafilterstandardfilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144764\">Icon</alt></image> on the <emph>Form Navigation</emph> toolbar to change to the filtered view." -msgstr "" +msgstr "<emph>Formos žvalgymo</emph> juostos mygtuku <link href=\"text/shared/02/12120000.xhp\" name=\"Apply Filter\"><emph>Taikyti filtrą</emph></link> <image id=\"img_id3144764\" src=\"cmd/sc_datafilterstandardfilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144764\">Piktograma</alt></image> galima įgalinti ir vėl išjungti nustatyto filtro taikymą." #. tFmwa #: data_search2.xhp @@ -7871,7 +7871,7 @@ msgctxt "" "par_id3146898\n" "help.text" msgid "The filter that has been set can be removed by clicking <link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sort\"><emph>Reset Filter/Sort</emph></link> icon<image id=\"img_id3151318\" src=\"cmd/sc_removefiltersort.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151318\">Icon</alt></image>." -msgstr "" +msgstr "Nustatytą filtrą pašalinti galima spustelėjus mygtuką <link href=\"text/shared/02/12040000.xhp\" name=\"Remove Filter/Sort\"><emph>Atstatyti filtravimą ir rikiavimą</emph></link> <image id=\"img_id3151318\" src=\"cmd/sc_removefiltersort.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151318\">Piktograma</alt></image>." #. 6iFDB #: data_tabledefine.xhp @@ -16090,7 +16090,7 @@ msgctxt "" "par_id3156113\n" "help.text" msgid "<image id=\"img_id3166410\" src=\"cmd/sc_insertdraw.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3166410\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3166410\" src=\"cmd/sc_insertdraw.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3166410\">Piktograma</alt></image>" #. 7Bsq5 #: line_intext.xhp @@ -16099,7 +16099,7 @@ msgctxt "" "par_id3152780\n" "help.text" msgid "<image id=\"img_id3154285\" src=\"cmd/sc_line.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154285\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154285\" src=\"cmd/sc_line.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154285\">Piktograma</alt></image>" #. p8DFi #: line_intext.xhp @@ -16144,7 +16144,7 @@ msgctxt "" "par_id3149294\n" "help.text" msgid "<image id=\"img_id3159413\" src=\"cmd/sc_drawselect.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159413\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3159413\" src=\"cmd/sc_drawselect.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159413\">Piktograma</alt></image>" #. 7duyy #: line_intext.xhp @@ -18529,7 +18529,7 @@ msgctxt "" "par_id3154288\n" "help.text" msgid "<image id=\"img_id3153527\" src=\"cmd/sc_removebullets.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3153527\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153527\" src=\"cmd/sc_removebullets.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3153527\">Piktograma</alt></image>" #. zSuGJ #: numbering_stop.xhp @@ -18538,7 +18538,7 @@ msgctxt "" "par_id3150443\n" "help.text" msgid "<image id=\"img_id3163802\" src=\"cmd/sc_defaultbullet.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3163802\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3163802\" src=\"cmd/sc_defaultbullet.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3163802\">Piktograma</alt></image>" #. it4t7 #: numbering_stop.xhp @@ -18556,7 +18556,7 @@ msgctxt "" "par_id3155449\n" "help.text" msgid "<image id=\"img_id3158432\" src=\"cmd/sc_defaultbullet.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3158432\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3158432\" src=\"cmd/sc_defaultbullet.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3158432\">Piktograma</alt></image>" #. biscq #: numbering_stop.xhp @@ -20196,13 +20196,13 @@ msgctxt "" msgid "The QR Code Generation feature helps to create QR codes for any text or URL. The QR code is produced as an image or shape and has all the properties associated with an image." msgstr "" -#. EN8L3 +#. JFjy3 #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id761566316165430\n" "help.text" -msgid "Choose <menuitem>Insert - QR Code</menuitem>." +msgid "Choose <menuitem>Insert - Object - QR Code</menuitem>." msgstr "" #. vF7bp @@ -20250,40 +20250,40 @@ msgctxt "" msgid "There are four standard error correction values." msgstr "" -#. Ca9En +#. LdLRP #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id271566316757549\n" "help.text" -msgid "<emph>LOW</emph>: 7% of codewords can be restored." +msgid "<emph>Low</emph>: 7% of codewords can be restored." msgstr "" -#. uz2bf +#. gNLdh #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id751566316834436\n" "help.text" -msgid "<emph>MEDIUM</emph>: 15% of codewords can be restored." +msgid "<emph>Medium</emph>: 15% of codewords can be restored." msgstr "" -#. NCkxC +#. GQtTJ #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id481566316843503\n" "help.text" -msgid "<emph>QUARTILE</emph>: 25% of codewords can be restored." +msgid "<emph>Quartile</emph>: 25% of codewords can be restored." msgstr "" -#. 9YzFy +#. QBceY #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id641566316849901\n" "help.text" -msgid "<emph>HIGH</emph>: 30% of codewords can be restored." +msgid "<emph>High</emph>: 30% of codewords can be restored." msgstr "" #. F32vf @@ -20367,13 +20367,13 @@ msgctxt "" msgid "<link href=\"text/shared/guide/redaction.xhp\" name=\"redaction\">Redacting Documents</link>" msgstr "" -#. dHXR5 +#. rUjmE #: redaction.xhp msgctxt "" "redaction.xhp\n" "par_id471562795247717\n" "help.text" -msgid "<variable id=\"redaction\"><ahelp hid=\".\">Redacting documents blocks out words or portions of a document for authorized use or viewing.</ahelp></variable> Redaction protects sensitive information and help enterprises and organizations to comply with regulations, confidentiality or privacy." +msgid "<variable id=\"redaction\"><ahelp hid=\".\">Redacting documents blocks out words or portions of a document for authorized use or viewing.</ahelp></variable> Redaction protects sensitive information and helps enterprises and organizations to comply with regulations on confidentiality or privacy." msgstr "" #. QdoMp @@ -22824,6 +22824,114 @@ msgctxt "" msgid "Exit after loading documents." msgstr "" +#. LJxBP +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id631571706947129\n" +"help.text" +msgid "Unix and Linux user can invoke %PRODUCTNAME with these additional parameters for debugging purposes." +msgstr "" + +#. zJG7Z +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id491571706970241\n" +"help.text" +msgid "Parameter" +msgstr "" + +#. fg9oE +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id11571706970242\n" +"help.text" +msgid "Meaning" +msgstr "" + +#. iVFrU +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id51571706970244\n" +"help.text" +msgid "<emph>--record</emph>" +msgstr "" + +#. iAEUa +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id11571706970245\n" +"help.text" +msgid "An enhanced debugger." +msgstr "" + +#. BUvrW +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id751571707080685\n" +"help.text" +msgid "<emph>--backtrace</emph>" +msgstr "" + +#. VQCLF +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id971571707080686\n" +"help.text" +msgid "Prints the backtrace of the entire stack." +msgstr "" + +#. hBvXq +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id171571707097883\n" +"help.text" +msgid "<emph>--strace</emph>" +msgstr "" + +#. EybYK +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id621571707097884\n" +"help.text" +msgid "strace is a diagnostic, debugging and instructional userspace utility for Linux." +msgstr "" + +#. BGjMr +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id81571707115501\n" +"help.text" +msgid "<emph>--valgrind</emph>" +msgstr "" + +#. vGFFD +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id281571707115502\n" +"help.text" +msgid "Automatically detect many memory management and threading bugs, and profile the program in detail." +msgstr "" + +#. D3bfs +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id571571707462064\n" +"help.text" +msgid "The debug options <emph>--record</emph>, <emph>--backtrace</emph>, <emph>--strace</emph> and <emph>--valgrind</emph> cannot be used together. Please use them one by one." +msgstr "" + #. hntPb #: start_parameters.xhp msgctxt "" @@ -23452,7 +23560,7 @@ msgctxt "" "par_id3151245\n" "help.text" msgid "<image id=\"img_id3145609\" src=\"media/helpimg/swh00177.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3145609\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145609\" src=\"media/helpimg/swh00177.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3145609\">Piktograma</alt></image>" #. CBKpn #: tabs.xhp @@ -23470,7 +23578,7 @@ msgctxt "" "par_id3150358\n" "help.text" msgid "<image id=\"img_id3150541\" src=\"media/helpimg/swh00178.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3150541\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150541\" src=\"media/helpimg/swh00178.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3150541\">Piktograma</alt></image>" #. CEWjL #: tabs.xhp @@ -23488,7 +23596,7 @@ msgctxt "" "par_id3152933\n" "help.text" msgid "<image id=\"img_id3153192\" src=\"media/helpimg/swh00179.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3153192\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153192\" src=\"media/helpimg/swh00179.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3153192\">Piktograma</alt></image>" #. Wgqsa #: tabs.xhp @@ -23506,7 +23614,7 @@ msgctxt "" "par_id3150440\n" "help.text" msgid "<image id=\"img_id3149560\" src=\"media/helpimg/swh00180.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3149560\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149560\" src=\"media/helpimg/swh00180.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3149560\">Piktograma</alt></image>" #. brFyo #: tabs.xhp @@ -24325,7 +24433,7 @@ msgctxt "" "par_id3156410\n" "help.text" msgid "<image id=\"img_id3159233\" src=\"cmd/sc_color.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3159233\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3159233\" src=\"cmd/sc_color.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3159233\">Piktograma</alt></image>" #. MFqAC #: text_color.xhp @@ -24343,7 +24451,7 @@ msgctxt "" "par_id3154897\n" "help.text" msgid "<image id=\"img_id3150503\" src=\"cmd/sc_fillstyle.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150503\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150503\" src=\"cmd/sc_fillstyle.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150503\">Piktograma</alt></image>" #. TyGww #: text_color.xhp diff --git a/source/lt/helpcontent2/source/text/shared/menu.po b/source/lt/helpcontent2/source/text/shared/menu.po index 01d0816262a..4f581387f31 100644 --- a/source/lt/helpcontent2/source/text/shared/menu.po +++ b/source/lt/helpcontent2/source/text/shared/menu.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: 2019-11-08 19:34+0100\n" "PO-Revision-Date: 2019-07-29 07:30+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -205,13 +205,13 @@ msgctxt "" msgid "Choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide</menuitem></caseinline><defaultinline><menuitem>Page</menuitem></defaultinline></switchinline> - <menuitem>Save Background Image</menuitem>." msgstr "" -#. HLUZr +#. V2Dps #: save_image.xhp msgctxt "" "save_image.xhp\n" "par_id291566144541584\n" "help.text" -msgid "Opens the <emph>Export Image</emph> dialog to save the background image of the current <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline>. Select the image file format in the Filter box and insert a file name for the image and press Save." +msgid "Opens the <emph>Export Image</emph> dialog to save the background image of the current <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline>. Select the image file format in the Filter box, enter a file name for the image and click <emph>Save</emph>." msgstr "" #. LJVBr diff --git a/source/lt/helpcontent2/source/text/shared/optionen.po b/source/lt/helpcontent2/source/text/shared/optionen.po index 7546189d6c5..a22f2567baf 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-09-30 14:02+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+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" @@ -2932,14 +2932,14 @@ msgctxt "" msgid "In $[officename], years are indicated by four digits, so that the difference between 1/1/99 and 1/1/01 is two years. This <emph>Year (two digits)</emph> setting allows the user to define the years in which two-digit dates are added to 2000. To illustrate, if you specify a date of 1/1/30 or later, the entry \"1/1/20\" is recognized as 1/1/2020 instead of 1/1/1920." msgstr "„$[officename]“ programų pakete metai nusakomi keturiais skaitmenimis, tad skirtumas tarp 99-01-01 ir 01-01-01 iš tiesų yra dveji metai. Nuostatos <emph>Metai be šimtmečių (du skaitmenys)</emph> reikšmė nurodo, kuriuos dviem skaitmenimis užrašytus metus reikia laikyti metais po 2000-ųjų. Pavyzdžiui, jei nuostatos reikšmė yra 1930 ar didesnė, data 20-01-01 verčiama į 2020-01-01, o ne 1920-01-01." -#. wL6bu +#. iGjLN #: 01010600.xhp msgctxt "" "01010600.xhp\n" "hd_id3163561\n" "help.text" -msgid "Help Improve LibreOffice" -msgstr "Pagalba „LibreOffice“ kūrėjams" +msgid "Help Improve %PRODUCTNAME" +msgstr "" #. Wrk7m #: 01010600.xhp @@ -17272,4 +17272,3 @@ msgctxt "" "help.text" msgid "<ahelp hid=\".\">The General page of the <link href=\"text/shared/optionen/viewcertificate.xhp\">View Certificate</link> dialog displays basic information about the certificate.</ahelp>" msgstr "" - diff --git a/source/lt/helpcontent2/source/text/simpress.po b/source/lt/helpcontent2/source/text/simpress.po index 07360064590..d1f74788f2e 100644 --- a/source/lt/helpcontent2/source/text/simpress.po +++ b/source/lt/helpcontent2/source/text/simpress.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:37+0200\n" -"PO-Revision-Date: 2019-10-14 12:49+0000\n" -"Last-Translator: eglejasu <egle.jasute@gmail.com>\n" +"POT-Creation-Date: 2019-11-05 14:28+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" "Language: lt\n" "MIME-Version: 1.0\n" @@ -113,7 +113,7 @@ msgctxt "" "tit\n" "help.text" msgid "View" -msgstr "Mastelis" +msgstr "Rodymas" #. bAzdF #: main0103.xhp @@ -358,15 +358,6 @@ msgctxt "" 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>" -#. tqHEB -#: main0104.xhp -msgctxt "" -"main0104.xhp\n" -"hd_id3149050\n" -"help.text" -msgid "<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">File</link>" -msgstr "<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">Failas</link>" - #. KRfJh #: main0107.xhp msgctxt "" diff --git a/source/lt/helpcontent2/source/text/simpress/00.po b/source/lt/helpcontent2/source/text/simpress/00.po index 037338d427a..1cad9c622d1 100644 --- a/source/lt/helpcontent2/source/text/simpress/00.po +++ b/source/lt/helpcontent2/source/text/simpress/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-05-12 17:47+0200\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" @@ -13,9 +13,10 @@ msgstr "" "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" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1566331987.000000\n" +#. sqmGT #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "To access this command" msgstr "Jei norite tai atlikti" +#. LgX3a #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<variable id=\"wie\">To access this command </variable>" msgstr "<variable id=\"wie\">Jei norite tai atlikti </variable>" +#. Aehfn #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to save the selected bitmap picture as a file. The default file format is the internal format of the image.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Atveria dialogo langą, kuriame galite įrašyti taškinio paveikslo failą. Numatytasis failo formatas yra vidinis failo formatas.</ahelp>" +#. jwbyg #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Custom Animation sidebar deck.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Atveria Vartotojo animacijos šoninį meniu.</ahelp>" +#. AgwPX #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "<image id=\"img_id3156441\" src=\"cmd/sc_rect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156441\">Icon</alt></image>" msgstr "<image id=\"img_id3156441\" src=\"cmd/sc_rect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156441\">Piktograma</alt></image>" +#. WDm24 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Rectangle" msgstr "Stačiakampis" +#. NtR9T #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "<image id=\"img_id3155065\" src=\"cmd/sc_ellipse.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155065\">Icon</alt></image>" msgstr "<image id=\"img_id3155065\" src=\"cmd/sc_ellipse.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155065\">Piktograma</alt></image>" +#. wzpZu #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "Ellipse" msgstr "Elipsė" +#. s7WDt #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "<image id=\"img_id3159236\" src=\"cmd/sc_linetoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159236\">Icon</alt></image>" msgstr "<image id=\"img_id3159236\" src=\"cmd/sc_linetoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159236\">Piktograma</alt></image>" +#. UEPDr #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Curve" msgstr "Kreivė" +#. h8xyX #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "<image id=\"img_id3149409\" src=\"cmd/sc_objectalign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149409\">Icon</alt></image>" msgstr "<image id=\"img_id3149409\" src=\"cmd/sc_objectalign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149409\">Piktograma</alt></image>" +#. L68Vx #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "Alignment" msgstr "Lygiavimas" +#. SeWur #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "<image id=\"img_id3159231\" src=\"cmd/sc_bringtofront.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159231\">Icon</alt></image>" msgstr "<image id=\"img_id3159231\" src=\"cmd/sc_bringtofront.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159231\">Piktograma</alt></image>" +#. Djhh6 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "Arrange" msgstr "Išdėstyti" +#. X5cDM #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "File Menu" msgstr "Failo meniu" +#. EfFEL #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "File Menu" msgstr "Failo meniu" +#. ADnSj #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "<variable id=\"dtvlc\">Choose <emph>File - Export</emph></variable>" msgstr "<variable id=\"dtvlc\">Pasirinkite <emph>Failas → Eksportuoti</emph></variable>" +#. Cjh6J #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Edit Menu" msgstr "Taisos meniu" +#. CdKVf #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "Edit Menu" msgstr "Taisos maniu" +#. E6R5D #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "Choose <emph>Edit - Duplicate</emph>" msgstr "Pasirinkite <emph>Taisa → Kopija...</emph>" +#. iFMuz #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Shift+F3" msgstr "Lyg2+F3" +#. CDuQB #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "<variable id=\"bearbueber\">Choose <emph>Edit - Cross-fading</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only) </variable>" msgstr "<variable id=\"bearbueber\">Pasirinkite <emph>Taisa → Figūrų virsmas</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje) </variable>" +#. k3XUS #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "<variable id=\"basl\">Choose <emph>Edit - Delete Slide</emph></variable>" msgstr "<variable id=\"basl\">Pasirinkite <emph>Taisa → Šalinti skaidrę</emph></variable>" +#. 9u4Ng #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "<variable id=\"baebl\">Open the context menu of an inserted layer, then choose <emph>Delete Layer</emph></variable>" msgstr "<variable id=\"baebl\">Atverkite įterpto sluoksnio kontekstinį meniu, tuomet pasirinkite <emph>Šalinti sluoksnį</emph></variable>" +#. pYxE9 #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>" msgstr "<variable id=\"feldbefehl\">Pasirinkite <emph>Taisa → Laukai</emph></variable>" +#. NSTGw #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "<variable id=\"gluebar\">Click the <emph>Glue Points</emph> icon on the Drawing Bar </variable>" msgstr "<variable id=\"gluebar\">Spustelėkite piktogramą <emph>Jungimo taškai</emph> Grafikos objektų juostoje </variable>" +#. cjzea #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "View Menu" msgstr "Rodymo meniu" +#. cEoGX #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "View Menu" msgstr "Rodymo meniu" +#. UBHxX #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<variable id=\"aslal\">Choose <emph>View - Rulers</emph> </variable>" msgstr "<variable id=\"aslal\">Pasirinkite <emph>Rodymas → Liniuotės</emph></variable>" +#. iwSEb #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "<variable id=\"option\">Choose <emph>View - Toolbars - Options</emph> </variable>" msgstr "<variable id=\"option\">Pasirinkite <emph>Rodymas → Mygtukų juostos → Sąranka</emph></variable>" +#. MGzp8 #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "Choose <emph>View - Toolbars - Presentation</emph>" msgstr "Pasirinkite <emph>Rodymas → Mygtukų juostos → Skaidrės rodymas</emph>" +#. huGDF #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<variable id=\"quali\">Choose <emph>View - Color/Grayscale</emph> </variable>" msgstr "<variable id=\"quali\">Pasirinkite <emph>Rodymas → Spalvos ir pilkos spalvos atspalviai</emph> </variable>" +#. uV5Vw #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "Choose <emph>View - Normal</emph>" msgstr "Pasirinkite<emph>Rodymas → Normalus</emph>" +#. BmGph #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "Choose <emph>View - Outline</emph>" msgstr "Pasirinkite<emph>Rodymas → Skaidrės maketas</emph>" +#. XPAAD #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "Choose <emph>View - Slide Sorter</emph>" msgstr "Pasirinkite<emph>Rodymas → Skaidrių rikiavimas</emph>" +#. FNUA9 #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "Choose <emph>View - Notes </emph>" msgstr "Pasirinkite<emph>Rodymas → Pastabos </emph>" +#. QQktS #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "Choose <emph>View - Master Handout</emph>" msgstr "Pasirinkite <emph>Rodymas → Struktūra</emph>" +#. jBGUy #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "Choose <emph>Slide Show - Slide Show</emph>" msgstr "Pasirinkite <emph> Skaidrės rodymas → Skaidrės rodymas</emph>" +#. cvTps #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "F5" msgstr "F5" +#. PCLQ7 #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "On the <emph>Standard</emph> toolbar, click" msgstr "<emph>Standartinėje</emph> juostoje, spustelėkite " +#. ijFCe #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "<image id=\"img_id3148774\" src=\"cmd/sc_presentation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148774\">Slide Show Icon</alt></image>" msgstr "<image id=\"img_id3148774\" src=\"cmd/sc_presentation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148774\">Pradėti nuo pirmos</alt></image>" +#. uF2sr #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "Slide Show" msgstr "Pateikties demonstravimas" +#. 7udz4 #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "Choose <emph>View - Normal</emph>" msgstr "Pasirinkite<emph>Rodymas → Normalus</emph>" +#. usm8x #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "Choose <emph>View - Master</emph>" msgstr "Pasirinkite <emph>Rodymas → Ruošinys</emph>" +#. DxBby #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "<variable id=\"masterlayouts\">Choose <emph>View - Master Slide </emph></variable>" msgstr "<variable id=\"masterlayouts\">Pasirinkite <emph>Rodymas → Ruošinio skaidrė</emph></variable>" +#. QetBX #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "<variable id=\"notesmaster\">Choose <emph>View - Master Notes</emph> </variable>" msgstr "<variable id=\"notesmaster\">Pasirinkite <emph>Rodymas → Ruošinio pastabos</emph></variable>" +#. SL63x #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "<variable id=\"master\">Choose <emph>Slide - Master Elements</emph> </variable>" msgstr "<variable id=\"master\">Pasirinkite <emph>Skaidrė → Ruošinio elementai</emph></variable>" +#. FdzkE #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "Choose <emph>Insert - Header and Footer</emph>" msgstr "Pasirinkite <emph>Įterpimas → Puslapinė antraštė ir poraštė</emph>." +#. oGfDH #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "Choose <emph>Insert - Page number</emph>" msgstr "Pasirinkite <emph>Įterpimas → Skaidrės numeris</emph>" +#. cjDmN #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "Choose <emph>Insert - Date and time</emph>" msgstr "Pasirinkite <emph>Įterpimas → Data ir laikas</emph>." +#. Qq7zc #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "<variable id=\"hinterzeichnung\">Choose <emph>View - Normal</emph> </variable>" msgstr "<variable id=\"hinterzeichnung\">Pasirinkite <emph>Rodymas → Skaidrė</emph> </variable>" +#. vJ7GF #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "<variable id=\"master_drawing\">Choose <emph>View - Master Slide</emph> </variable>" msgstr "<variable id=\"master_drawing\">Pasirinkite <emph>Rodymas → Ruošinio skaidrė</emph> </variable>" +#. LG3aP #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "<variable id=\"hinternotizen\">Choose <emph>View - Notes</emph> </variable>" msgstr "<variable id=\"hinternotizen\">Pasirinkite <emph>Rodymas → Pastabos</emph> </variable>" +#. yDXA6 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "Insert Menu" msgstr "Įterpimo meniu" +#. 7GedS #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "Insert Menu" msgstr "Įterpimo meniu" +#. aJf3t #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "<variable id=\"seiteduplizieren\">Choose <emph>Insert - Duplicate Slide</emph></variable>" msgstr "<variable id=\"seiteduplizieren\">Pasirinkite <emph>Įterpimas → Skaidrės kopija</emph> </variable>" +#. jgiAE #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "<variable id=\"seitegliederung\">Choose <emph>Insert - Expand Slide</emph></variable>" msgstr "<variable id=\"seitegliederung\">Pasirinkite <emph>Įterpimas → Išplėsti skaidrę</emph> </variable>" +#. EB7uY #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "<variable id=\"uebersicht\">Choose <emph>Insert - Summary Slide</emph></variable>" msgstr "<variable id=\"uebersicht\">Pasirinkite <emph>Įterpimas → Apibendrinanti skaidrė</emph> </variable>" +#. Hrdda #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "Choose <emph>Insert - Layer</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph>Įterpimas → Sluoksnis</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. EZDXv #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "Open context menu of layer tabs - choose <emph>Insert Layer</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Sluoksnio kortelės kontekstiniame meniu pasirinkite <emph>Įterpti sluoksnį</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. j8G6i #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "Choose <emph>Insert - Insert Snap Point/Line</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph>Įterpimas → Įterpti traukos tašką arba tiesę</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. YA4wU #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "Open a context menu and choose <emph>Insert Snap Point/Line</emph>" msgstr "Kontekstiniame meniu pasirinkite <emph>Įterpti traukos tašką arba tiesę</emph>" +#. zUpYX #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -520,6 +583,7 @@ 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 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "Choose <emph>Insert - Spreadsheet</emph>" msgstr "Pasirinkite <emph>Įterpimas → Lentelė</emph>" +#. 6CAQP #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "On the <emph>Insert</emph> toolbar, click" msgstr "<emph>Įterpimo</emph> mygtukų juostoje spustelėkite" +#. H2v3R #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -544,6 +610,7 @@ msgctxt "" 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>" +#. Rg8zC #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -552,14 +619,16 @@ msgctxt "" msgid "Spreadsheet" msgstr "Skaičiuoklė" +#. mEkeS #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3153075\n" "help.text" -msgid "Choose <emph>Insert - File</emph>" -msgstr "Pasirinkite<emph>Įterpimas → Failas</emph>" +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 "" +#. ttNgv #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -568,6 +637,7 @@ msgctxt "" msgid "On the <emph>Insert</emph> toolbar, click" msgstr "<emph>Įterpimo</emph> mygtukų juostoje spustelėkite" +#. DARhB #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -576,14 +646,16 @@ msgctxt "" msgid "<image id=\"img_id3145237\" src=\"cmd/sc_inserttoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145237\">Icon</alt></image>" msgstr "<image id=\"img_id3145237\" src=\"cmd/sc_inserttoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145237\"> piktogramą</alt></image>" +#. PTcaY #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3157900\n" "help.text" -msgid "File" -msgstr "Failas" +msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Insert Slide from File</caseinline><defaultinline>Insert Page from File</defaultinline></switchinline>" +msgstr "" +#. YV4RY #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -592,6 +664,7 @@ msgctxt "" msgid "<variable id=\"feldbf\">Choose <emph>Insert - Field</emph></variable>" msgstr "<variable id=\"feldbf\">Pasirinkite <emph>Įterpimas → Laukas</emph></variable>" +#. 49ske #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -600,6 +673,7 @@ msgctxt "" msgid "<variable id=\"feldbf1\">Choose <emph>Insert - Field - Date (fixed)</emph></variable>" msgstr "<variable id=\"feldbf1\">Pasirinkite <emph>Įterpimas → Laukas → Data (fiksuota)</emph></variable>" +#. pBt9o #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -608,6 +682,7 @@ msgctxt "" msgid "<variable id=\"feldbf2\">Choose <emph>Insert - Field - Date (variable)</emph></variable>" msgstr "<variable id=\"feldbf2\">Pasirinkite <emph>Įterpimas → Laukas Data (kintama)</emph></variable>" +#. qZQxK #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -616,6 +691,7 @@ msgctxt "" msgid "<variable id=\"feldbf3\">Choose <emph>Insert - Field - Time (fixed)</emph></variable>" msgstr "<variable id=\"feldbf3\">Pasirinkite <emph>Įterpimas → Laukas → Laikas (fiksuotas)</emph></variable>" +#. 32BH2 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -624,6 +700,7 @@ msgctxt "" msgid "<variable id=\"feldbf4\">Choose <emph>Insert - Field - Time (variable)</emph></variable>" msgstr "<variable id=\"feldbf4\">Pasirinkite <emph>Įterpimas → Laukas → Laikas (kintamas)</emph></variable>" +#. Gqsm2 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -632,6 +709,7 @@ msgctxt "" msgid "<variable id=\"feldbf5\">Choose <emph>Insert - Field - Page Number</emph></variable>" msgstr "<variable id=\"feldbf5\">Pasirinkite <emph>Įterpimas → Laukas → Puslapio numeris</emph></variable>" +#. dXqjF #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -640,6 +718,7 @@ msgctxt "" msgid "<variable id=\"feldbf6\">Choose <emph>Insert - Field - Author</emph></variable>" msgstr "<variable id=\"feldbf6\">Pasirinkite <emph>Įterpimas → Laukas → Autorius</emph></variable>" +#. C9fiu #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -648,6 +727,7 @@ msgctxt "" msgid "<variable id=\"feldbf7\">Choose <emph>Insert - Field - File Name</emph></variable>" msgstr "<variable id=\"feldbf7\">Pasirinkite <emph>Įterpimas → Laukas → Failo pavadinimas</emph></variable>" +#. p2LBA #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -656,6 +736,7 @@ msgctxt "" msgid "Format Menu" msgstr "Meniu Formatas" +#. vAQMZ #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -664,6 +745,7 @@ msgctxt "" msgid "Format Menu" msgstr "Meniu Formatas" +#. Px883 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -672,6 +754,7 @@ msgctxt "" msgid "In the context menu of a dimension line, choose <emph>Dimensions</emph>." msgstr "Matmenų linijos kontekstiniame meniu pasirinkite <emph>Matmenys</emph>." +#. t2Prp #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -680,6 +763,7 @@ msgctxt "" msgid "On the <emph>Lines and Arrows</emph> toolbar, click the <emph>Dimension Line</emph> icon." msgstr "Spustelėję <emph>Linijų ir rodyklių</emph> piktogramą pasirinkite <emph>Matmenų linija</emph>." +#. s6Euy #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -688,6 +772,7 @@ msgctxt "" msgid "In a Draw document, right-click a layer tab and choose <emph>Modify Layer</emph>" msgstr "Braižyklės dokumente dešiniuoju pelės klavišų spustelėję sluoksnio kortelę pasirinkite <emph>Koreguoti sluoksnį</emph>" +#. XDEfU #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -696,6 +781,7 @@ msgctxt "" msgid "Choose <emph>Format - Layer</emph> (only $[officename] Draw)" msgstr "Pasirinkite <emph>Formatas → Sluoksnis</emph> (tik „$[officename]“ braižyklėje)" +#. aFWLc #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -704,6 +790,7 @@ msgctxt "" msgid "Tools Menu" msgstr "Priemonių juosta" +#. CnZRw #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -712,6 +799,7 @@ msgctxt "" msgid "Tools Menu" msgstr "Priemonių juosta" +#. XwRiS #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -720,6 +808,7 @@ msgctxt "" msgid "<variable id=\"silbentrennung\">Choose <emph>Tools - Language - Hyphenation</emph></variable>" msgstr "<variable id=\"silbentrennung\">Pasirinkite komandą <emph>Priemonės → Kalba → Žodžių kėlimas</emph></variable>" +#. DpRab #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -728,6 +817,7 @@ msgctxt "" msgid "<variable id=\"neuprae\">Choose <emph>Slide Show - Custom Slide Show</emph> and then click <emph>New</emph>.</variable>" msgstr "<variable id=\"neuprae\">Pasirinkite <emph>Demonstravimas → Aprašyti pateikčių demonstravimai</emph> ir spustelėkite <emph>Kurti</emph>.</variable>" +#. mc9oT #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -736,6 +826,7 @@ msgctxt "" msgid "Slide Show Menu" msgstr "Demonstravimo meniu" +#. aUDNd #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -744,6 +835,7 @@ msgctxt "" msgid "Slide Show Menu" msgstr "Demonstravimo meniu" +#. GNGFA #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -752,6 +844,7 @@ msgctxt "" 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>" +#. LvLjL #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -760,6 +853,7 @@ msgctxt "" msgid "Choose <emph>Insert - Animated Image</emph>" msgstr "Pasirinkite <emph>Įterpimas → Animuotas paveikslėlis</emph>." +#. L8Qvn #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -768,6 +862,7 @@ msgctxt "" msgid "Choose <emph>Slide Show - Custom Animation</emph>" msgstr "Pasirinkite <emph> Demonstravimas → Animacija</emph>." +#. GjRGc #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -776,6 +871,7 @@ msgctxt "" msgid "On the <emph>Drawing</emph> toolbar, click" msgstr "<emph>Braižymo</emph> mygtukų juostoje spustelėkite" +#. xScEZ #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -784,6 +880,7 @@ msgctxt "" msgid "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3149400\">Icon</alt></image>" msgstr "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3149400\"> piktogramą</alt></image>" +#. HAFtd #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -792,6 +889,7 @@ msgctxt "" msgid "Custom Animation" msgstr "Animacija" +#. EmpP5 #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -800,6 +898,7 @@ msgctxt "" msgid "Choose <emph>Slide Show - Interaction</emph>" msgstr "Pasirinkite <emph>Demonstravimas → Interaktyvumas</emph>" +#. VxBs4 #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -808,6 +907,7 @@ msgctxt "" msgid "On the <emph>Drawing</emph> toolbar, click" msgstr "<emph>Braižymo</emph> mygtukų juostoje spustelėkite" +#. r5Z3N #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -816,6 +916,7 @@ msgctxt "" 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" @@ -824,6 +925,7 @@ msgctxt "" msgid "Interaction" msgstr "Interaktyvumas" +#. jGCAJ #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -832,6 +934,7 @@ msgctxt "" msgid "<variable id=\"praesent\">Choose <emph>Slide Show - Slide Show Settings</emph></variable>" msgstr "<variable id=\"praesent\">Pasirinkite <emph>Demonstravimas → Pateikties demonstravimo nuostatos</emph></variable>" +#. k7Q8Z #: 00000407.xhp msgctxt "" "00000407.xhp\n" @@ -840,6 +943,7 @@ msgctxt "" msgid "<variable id=\"indipra\">Choose <emph>Slide Show - Custom Slide Show</emph></variable>" msgstr "<variable id=\"indipra\">Pasirinkite <emph>Demonstravimas → Aprašyti pateikčių demonstravimai</emph></variable>" +#. 3GUFv #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -848,6 +952,7 @@ msgctxt "" msgid "Shape Menu" msgstr "Figūrų meniu" +#. k9tyC #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -856,6 +961,7 @@ msgctxt "" msgid "Shape Menu" msgstr "Figūrų meniu" +#. EbLAA #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -864,6 +970,7 @@ msgctxt "" msgid "Choose <emph>Shape - Convert </emph>(<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph>Figūros → Konvertuoti </emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. 8sqbB #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -872,6 +979,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose <emph>Convert</emph>" msgstr "Pažymėto objekto kontekstiniame meniu pasirinkite <emph>Konvertuoti</emph>" +#. griuj #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -880,6 +988,7 @@ msgctxt "" msgid "Choose <emph>Shape - Convert - To Curve</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph> Figūros → Konvertuoti → Į kreivę</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. cjVjh #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -888,6 +997,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose <emph>Convert - To Curve</emph>" msgstr "Pažymėto objekto kontekstiniame meniu pasirinkite <emph>Konvertuoti → Į kreivę</emph>" +#. ie8zi #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -896,6 +1006,7 @@ msgctxt "" msgid "Choose <emph>Shape - Convert - To Polygon</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph> Figūros → Konvertuoti → Į daugiakampį</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. vFDG5 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -904,6 +1015,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose <emph>Convert - To Polygon</emph>" msgstr "Pažymėto objekto kontekstiniame meniu pasirinkite <emph>Konvertuoti → Į daigiakampį</emph>" +#. F9Wc6 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -912,6 +1024,7 @@ msgctxt "" msgid "Choose <emph>Shape - Convert - To 3D</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph> Figūros → Konvertuoti → Į trimatį vaizdą</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. ZM2qM #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -920,6 +1033,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose <emph>Convert - To 3D </emph>" msgstr "Pažymėto objekto kontekstiniame meniu pasirinkite <emph>Konvertuoti → Į trimatį vaizdą</emph>" +#. opPFD #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -928,6 +1042,7 @@ msgctxt "" msgid "Choose <emph>Shape - Convert - To 3D Rotation Object</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph> Figūros → Konvertuoti → Į trimatį pasuktą vaizdą</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. 6GqEg #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -936,6 +1051,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose <emph>Convert - To 3D Rotation Body</emph>" msgstr "Pažymėto objekto kontekstiniame meniu pasirinkite <emph>Konvertuoti → Į trimatį pasuktą vaizdą</emph>" +#. 7cKRf #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -944,6 +1060,7 @@ msgctxt "" msgid "Choose <emph>Shape - Convert - To Bitmap</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph> Figūros → Konvertuoti → Į taškinės grafikos vaizdą</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. zYDUA #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -952,6 +1069,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose <emph>Convert - To Bitmap</emph>" msgstr "Pažymėto objekto kontekstiniame meniu pasirinkite <emph>Konvertuoti → Į taškinės grafikos vaizdą</emph>" +#. uSWV6 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -960,6 +1078,7 @@ msgctxt "" msgid "Choose <emph>Shape - Convert - To Metafile</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph> Figūros → Konvertuoti → Į metafailą</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. FKBs3 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -968,6 +1087,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose <emph>Convert - To Metafile</emph>" msgstr "Pažymėto objekto kontekstiniame meniu pasirinkite <emph>Konvertuoti → Į metafailą</emph>" +#. CHC6W #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -976,6 +1096,7 @@ msgctxt "" msgid "Choose <emph>Shape - Convert - To Contour</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph> Figūros → Konvertuoti → Į kontūrą</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. JexGE #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -984,6 +1105,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose <emph>Convert - To Contour</emph>" msgstr "Pažymėto objekto kontekstiniame meniu pasirinkite <emph>Konvertuoti → Į kontūrą</emph>" +#. YK9Mw #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -992,6 +1114,7 @@ msgctxt "" msgid "Choose <emph>Shape - Arrange - In Front of Object</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph> Figūros → Išdėstyti → Perkelti į priekį</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. d8mib #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1000,6 +1123,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose <emph>Arrange - In Front of Object</emph>" msgstr "Pažymėto objekto kontekstiniame meniu pasirinkite <emph>Išdėstyti→ Perkelti į priekį</emph>" +#. htvAg #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1008,6 +1132,7 @@ msgctxt "" msgid "On the Drawing bar, open the <emph>Arrange</emph> toolbar and click:" msgstr "Grafikos objektų mygtukų jusotoje atverkite <emph>Išdėstymo</emph> priemones ir spustelėkite:" +#. dqCBp #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1016,6 +1141,7 @@ msgctxt "" msgid "<image id=\"img_id3145233\" src=\"cmd/sc_beforeobject.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145233\">Icon</alt></image>" msgstr "<image id=\"img_id3145233\" src=\"cmd/sc_beforeobject.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145233\"> piktogramą</alt></image>" +#. BEnZu #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1024,6 +1150,7 @@ msgctxt "" msgid "In Front of Object" msgstr "Perkelti į priekį" +#. EyNkU #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1032,6 +1159,7 @@ msgctxt "" msgid "Choose <emph>Shape - Arrange - Behind Object</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph> Figūros → Išdėstyti → Perkelti į pagrindą</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. ECTJD #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1040,6 +1168,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose <emph>Arrange - Behind Object</emph>" msgstr "Pažymėto objekto kontekstiniame meniu pasirinkite <emph>Išdėstyti → Perkelti į pagrindą</emph>" +#. Z8LeP #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1048,6 +1177,7 @@ msgctxt "" msgid "On the Drawing bar, open the <emph>Arrange</emph> toolbar and click:" msgstr "Grafikos objektų mygtukų jusotoje atverkite <emph>Išdėstymo</emph> priemones ir spustelėkite:" +#. nyRAj #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1056,6 +1186,7 @@ msgctxt "" msgid "<image id=\"img_id3145597\" src=\"cmd/sc_behindobject.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145597\">Icon</alt></image>" msgstr "<image id=\"img_id3145597\" src=\"cmd/sc_behindobject.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145597\"> piktogramą</alt></image>" +#. zJ8mS #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1064,6 +1195,7 @@ msgctxt "" msgid "Behind Object" msgstr "Perkelti į pagrindą" +#. CHavZ #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1072,6 +1204,7 @@ msgctxt "" msgid "Choose <emph>Shape - Arrange - Reverse</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph> Figūros → Išdėstyti → Perstatyti</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. kQ8FJ #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1080,6 +1213,7 @@ msgctxt "" msgid "Open the context menu of a selected object and choose <emph>Arrange - Reverse</emph>" msgstr "Pažymėto objekto kontekstiniame meniu pasirinkite <emph>Išdėstyti → Perstatyti</emph>" +#. 46G6g #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1088,6 +1222,7 @@ msgctxt "" msgid "On the Drawing bar, open the <emph>Arrange</emph> toolbar and click:" msgstr "Grafikos objektų mygtukų juostoje atverkite <emph>Išdėstymo</emph> priemones ir spustelėkite:" +#. CCqy7 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1096,6 +1231,7 @@ msgctxt "" msgid "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155439\">Icon</alt></image>" msgstr "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155439\"> mygtuką</alt></image>" +#. 3TrJC #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1104,6 +1240,7 @@ msgctxt "" msgid "Reverse" msgstr "Perstatyti" +#. mCeJp #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1112,6 +1249,7 @@ msgctxt "" msgid "Choose <emph>Shape - Combine</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph> Figūros → Grupuoti</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. PP2FD #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1120,6 +1258,7 @@ msgctxt "" msgid "Select two or more objects, open the context menu and choose <emph>Combine</emph>." msgstr "Pažymėkite du ar daugiau objektų ir kontekstiniame meniu pasirinkite <emph>Grupuoti</emph>." +#. ryATH #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1128,6 +1267,7 @@ msgctxt "" msgid "Choose <emph>Shape - Split</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph> Figūros → Skaidyti</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. ncA47 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1136,6 +1276,7 @@ msgctxt "" msgid "Select a combined object, open the context menu and choose <emph>Split</emph>." msgstr "Pažymėkite du ar daugiau objektų ir kontekstiniame meniu pasirinkite <emph>Skaidyti</emph>." +#. a4HG7 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1144,6 +1285,7 @@ msgctxt "" msgid "Choose <emph>Shape - Connect</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph> Figūros → Sujungti</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. DNEs5 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1152,6 +1294,7 @@ msgctxt "" msgid "Select two or more lines, open the context menu and choose <emph>Connect</emph>." msgstr "Pažymėkite du ar daugiau tiesių ir kontekstiniame meniu pasirinkite <emph>Sujungti</emph>." +#. yzAaS #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1160,6 +1303,7 @@ msgctxt "" msgid "Choose <emph>Shape - Break</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph> Figūros → Atskirti</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. EZSR4 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1168,6 +1312,7 @@ msgctxt "" msgid "Select a line that was created by connecting two or more lines, open the context menu and choose <emph>Break</emph>." msgstr "Pažymėkite tiesę, kurią sukūrėti sujungdami dvi ar daugiau tiesių ir kontekstiniame meniu pasirinkite <emph>Atskirti</emph>." +#. WAW7m #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1176,6 +1321,7 @@ msgctxt "" msgid "Choose <emph>Shape</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph> Figūros</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. CT5rY #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1184,6 +1330,7 @@ msgctxt "" msgid "Select two or more objects, open the context menu and choose <emph>Shapes</emph>" msgstr "Pažymėkite du ar daugiau objektų ir kontekstiniame meniu pasirinkite <emph>Figūros</emph>." +#. fDkqc #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1192,6 +1339,7 @@ msgctxt "" msgid "Choose <emph>Shape - Merge</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph> Figūros → Sąjunga</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. izMq7 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1200,6 +1348,7 @@ msgctxt "" msgid "Select two or more objects, open the context menu and choose <emph>Shapes - Merge</emph>" msgstr "Pažymėkite du ar daugiau objektų ir kontekstiniame meniu pasirinkite <emph>Figūros → Sąjunga</emph>." +#. uWZDf #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1208,6 +1357,7 @@ msgctxt "" msgid "Choose <emph>Shape - Subtract</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph> Figūros → Atimtis</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. dyi5b #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1216,6 +1366,7 @@ msgctxt "" msgid "Select two or more objects, open the context menu and choose <emph>Shapes - Subtract</emph>" msgstr "Pažymėkite du ar daugiau objektų ir kontekstiniame meniu pasirinkite <emph>Figūros → Atimtis</emph>." +#. m8FE7 #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1224,6 +1375,7 @@ msgctxt "" msgid "Choose <emph>Shape - Intersect</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)" msgstr "Pasirinkite <emph> Figūros → Sankirta</emph> (tik <item type=\"productname\">„%PRODUCTNAME“</item> braižyklėje)" +#. LqCnD #: 00000413.xhp msgctxt "" "00000413.xhp\n" @@ -1232,6 +1384,7 @@ msgctxt "" msgid "Select two or more objects, open the context menu and choose <emph>Shapes - Intersect</emph>" msgstr "Pažymėkite du ar daugiau objektų ir kontekstiniame meniu pasirinkite <emph>Figūros → Sankirta</emph>." +#. b3k2w #: slide_menu.xhp msgctxt "" "slide_menu.xhp\n" @@ -1240,6 +1393,7 @@ msgctxt "" msgid "Slide Menu" msgstr "Skaidrės meniu" +#. eVFdV #: slide_menu.xhp msgctxt "" "slide_menu.xhp\n" @@ -1248,6 +1402,7 @@ msgctxt "" msgid "<variable id=\"frtite\">Choose <emph>Slide - Properties</emph> </variable>" msgstr "<variable id=\"frtite\">Pasirinkite <emph>Skaidrė → Savybės</emph> </variable>" +#. tFRFZ #: slide_menu.xhp msgctxt "" "slide_menu.xhp\n" @@ -1256,6 +1411,7 @@ msgctxt "" msgid "<variable id=\"frtites\">Choose <emph>Slide - Properties</emph> and then click the <emph>Page</emph> tab </variable>" msgstr "<variable id=\"frtites\">Pasirinkite <emph>Skaidrė → Savybės</emph> ir spustelėkite kortelę <emph>Puslapis</emph> </variable>" +#. Rn7C8 #: slide_menu.xhp msgctxt "" "slide_menu.xhp\n" @@ -1264,6 +1420,7 @@ msgctxt "" msgid "<variable id=\"frtiteh\">Choose <emph>Slide - Properties</emph> and then click the <emph>Background</emph> tab </variable>" msgstr "<variable id=\"frtiteh\">Pasirinkite <emph>Skaidrė → Savybės</emph> ir spustelėkite kortelę <emph>Pagrindas</emph> </variable>" +#. sHGZ4 #: slide_menu.xhp msgctxt "" "slide_menu.xhp\n" @@ -1272,6 +1429,7 @@ msgctxt "" msgid "<variable id=\"adnsei\">Choose <emph>Slide - Layout</emph> </variable>" msgstr "<variable id=\"adnsei\">Pasirinkite <emph>Skaidrė → Maketas</emph> </variable>" +#. i3nvo #: slide_menu.xhp msgctxt "" "slide_menu.xhp\n" @@ -1280,6 +1438,7 @@ msgctxt "" msgid "<variable id=\"seitenvorlage\">Choose <emph>Slide - Change Slide Master</emph> </variable>" msgstr "<variable id=\"seitenvorlage\">Pasirinkite <emph>Skaidrė → Keisti skaidrės ruošinį</emph> </variable>" +#. FeqGZ #: slide_menu.xhp msgctxt "" "slide_menu.xhp\n" @@ -1288,6 +1447,7 @@ msgctxt "" msgid "Choose <emph>Slide - New Slide</emph>" msgstr "Pasirinkite <emph>Skaidrė → Nauja skaidrė</emph>" +#. 7tbCN #: slide_menu.xhp msgctxt "" "slide_menu.xhp\n" @@ -1296,6 +1456,7 @@ msgctxt "" msgid "On the <emph>Presentation</emph> bar, click" msgstr "<emph>Demonstracijos</emph> juostoje spustelėkite" +#. FMkRy #: slide_menu.xhp msgctxt "" "slide_menu.xhp\n" @@ -1304,6 +1465,7 @@ msgctxt "" msgid "<image id=\"img_id3183073\" src=\"cmd/sc_insertpage.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3183073\">Icon</alt></image>" msgstr "<image id=\"img_id3183073\" src=\"cmd/sc_insertpage.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3183073\">piktogramą</alt></image>" +#. brVDD #: slide_menu.xhp msgctxt "" "slide_menu.xhp\n" diff --git a/source/lt/helpcontent2/source/text/simpress/01.po b/source/lt/helpcontent2/source/text/simpress/01.po index 8359f9eeadf..52fdd8c7626 100644 --- a/source/lt/helpcontent2/source/text/simpress/01.po +++ b/source/lt/helpcontent2/source/text/simpress/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: 2019-10-14 12:47+0000\n" "Last-Translator: eglejasu <egle.jasute@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textsimpress01/lt/>\n" @@ -2941,51 +2941,6 @@ msgctxt "" msgid "<variable id=\"tabelletext\"><ahelp hid=\".\">Inserts a new table into the current slide or page.</ahelp></variable>" msgstr "<variable id=\"tabelletext\"><ahelp hid=\".\">Įterpia naują lentelę į esamą skaidrę arba puslapį.</ahelp></variable>" -#. KQV3H -#: 04110000.xhp -msgctxt "" -"04110000.xhp\n" -"tit\n" -"help.text" -msgid "Insert File" -msgstr "Įterpti failą" - -#. uAcPs -#: 04110000.xhp -msgctxt "" -"04110000.xhp\n" -"bm_id3153728\n" -"help.text" -msgid "<bookmark_value>files; inserting</bookmark_value><bookmark_value>inserting; files</bookmark_value><bookmark_value>HTML; inserting files</bookmark_value>" -msgstr "<bookmark_value>failai; įterpimas</bookmark_value><bookmark_value>įterpimas; failai</bookmark_value><bookmark_value>HTML; failų įterpimas</bookmark_value>" - -#. LC8U8 -#: 04110000.xhp -msgctxt "" -"04110000.xhp\n" -"hd_id3153728\n" -"help.text" -msgid "<link href=\"text/simpress/01/04110000.xhp\" name=\"Insert File\">Insert File</link>" -msgstr "<link href=\"text/simpress/01/04110000.xhp\" name=\"Insert File\">Įterpti failą</link>" - -#. dYgHk -#: 04110000.xhp -msgctxt "" -"04110000.xhp\n" -"par_id3145799\n" -"help.text" -msgid "<variable id=\"dateitext\"><ahelp hid=\".uno:ImportFromFile\">Inserts a file into the active <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline>. You can insert $[officename] Draw or Impress files, or text from an HTML document or a text file.</ahelp></variable> If you have an active internet connection, you can also insert text from a web page by entering its URL in the <emph>File name </emph>box." -msgstr "<variable id=\"dateitext\"><ahelp hid=\".uno:ImportFromFile\">Įterpia failą į aktyvią <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">skaidrę</caseinline><defaultinline>puslapį</defaultinline></switchinline>. Galite įterpti „$[officename]“ braižyklės arba pateikčių rengyklės failą, arba tekstą iš HTML dokumento arba teksto failą.</ahelp></variable> Jei turite aktyvų saitą, tai galite įterpti ir tekstą iš tinklalapio <emph>failo pavadinimo</emph> laukelyje įrašę tinklalapio URL." - -#. CEEth -#: 04110000.xhp -msgctxt "" -"04110000.xhp\n" -"par_id3155446\n" -"help.text" -msgid "You can also choose to only insert specific <link href=\"text/simpress/01/04110100.xhp\" name=\"slides or objects\">slides or objects</link> from $[officename] Draw or Impress files." -msgstr "Taip pat galite pasirinkti įterpti tam tikras <link href=\"text/simpress/01/04110100.xhp\" name=\"slides or objects\">skaidres ar objektus</link> iš „$[officename]“ braižyklės ar pateikčių rengyklės failų." - #. EDQpb #: 04110100.xhp msgctxt "" @@ -3004,14 +2959,14 @@ msgctxt "" msgid "<bookmark_value>inserting; objects from files</bookmark_value><bookmark_value>objects; inserting from files</bookmark_value><bookmark_value>slides; inserting as links</bookmark_value><bookmark_value>inserting; slides as links</bookmark_value><bookmark_value>backgrounds; deleting unused</bookmark_value>" msgstr "<bookmark_value>įterpimas; objektai iš failų</bookmark_value><bookmark_value>objektai; įterpimas iš failų</bookmark_value><bookmark_value>skaidrės; įterpiama kaip saitai</bookmark_value><bookmark_value>įterpimas; skaidrės kaip saitai</bookmark_value><bookmark_value>fonai; šalinti nenaudojamus</bookmark_value>" -#. wReoc +#. rMG6A #: 04110100.xhp msgctxt "" "04110100.xhp\n" "hd_id3146976\n" "help.text" -msgid "<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>" -msgstr "<link href=\"text/simpress/01/04110100.xhp\" name=\"Insert page\">Įterpti <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">skaidrę</caseinline><defaultinline>puslapį</defaultinline></switchinline> arba objektą iš failo</link>" +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 "" #. zCX2g #: 04110100.xhp diff --git a/source/lt/helpcontent2/source/text/simpress/02.po b/source/lt/helpcontent2/source/text/simpress/02.po index 54ce96f8782..f5ccc308d67 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-08-21 21:37+0200\n" -"PO-Revision-Date: 2019-10-14 12:47+0000\n" -"Last-Translator: eglejasu <egle.jasute@gmail.com>\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" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textsimpress02/lt/>\n" "Language: lt\n" "MIME-Version: 1.0\n" @@ -4489,15 +4489,6 @@ msgctxt "" 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 rėmelis</link>" -#. CxxLj -#: 10110000.xhp -msgctxt "" -"10110000.xhp\n" -"hd_id3148386\n" -"help.text" -msgid "<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">File</link>" -msgstr "<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">Failas</link>" - #. b9q3B #: 10110000.xhp msgctxt "" @@ -5549,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 "</bookmark_value>guides; show snap lines icon</bookmark_value><bookmark_value>showing; guides</bookmark_value>" +msgstr "" #. ERkK4 #: 13050000.xhp @@ -5729,7 +5720,7 @@ msgctxt "" "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\">Piktogramos</alt></image>" +msgstr "<image src=\"cmd/sc_leaveallgroups.png\" id=\"img_id3154757\"><alt id=\"alt_id3154757\">Piktograma</alt></image>" #. CGmZy #: 13100000.xhp @@ -5765,7 +5756,7 @@ msgctxt "" "par_id3150717\n" "help.text" msgid "<image id=\"img_id3146969\" src=\"cmd/sc_helplinesuse.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146969\">Icon</alt></image>" -msgstr "<image id=\"img_id3146969\" src=\"cmd/sc_helplinesuse.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146969\">Piktogramos</alt></image>" +msgstr "<image id=\"img_id3146969\" src=\"cmd/sc_helplinesuse.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146969\">Piktograma</alt></image>" #. EaBaa #: 13140000.xhp diff --git a/source/lt/helpcontent2/source/text/simpress/04.po b/source/lt/helpcontent2/source/text/simpress/04.po index 2c4a5ff115b..b8b20e3472b 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-10-14 12:47+0000\n" +"PO-Revision-Date: 2019-11-05 12:03+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" @@ -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: LibreOffice\n" +"X-Generator: Weblate 3.8\n" "X-POOTLE-MTIME: 1513603414.000000\n" #. mYCYv @@ -1004,7 +1004,7 @@ msgctxt "" "hd_ii3153180\n" "help.text" msgid "Shift+Arrow Right" -msgstr "" +msgstr "Lyg2+Rodyklė dešinėn" #. uJXNQ #: 01020000.xhp @@ -1013,7 +1013,7 @@ msgctxt "" "par_ii3154048\n" "help.text" msgid "Move cursor with selection to the right" -msgstr "" +msgstr "Perkelia žymeklį su pažymėtu objektu dešinėn" #. hCGZ2 #: 01020000.xhp @@ -1022,7 +1022,7 @@ msgctxt "" "hd_ii3154067\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow Right" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Vald</defaultinline></switchinline>+Rodyklė dešinėn" #. U3LCj #: 01020000.xhp @@ -1031,7 +1031,7 @@ msgctxt "" "par_ii3154093\n" "help.text" msgid "Go to start of next word" -msgstr "" +msgstr "Pereina prie kito žodžio pradžios" #. FCBSx #: 01020000.xhp @@ -1040,7 +1040,7 @@ msgctxt "" "hd_ii3155272\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Arrow Right" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Vald</defaultinline></switchinline>+Lyg2+Rodyklė dešinėn" #. 8AmET #: 01020000.xhp @@ -1049,7 +1049,7 @@ msgctxt "" "par_ii3155298\n" "help.text" msgid "Selecting to the right word by word" -msgstr "" +msgstr "Pažymi dešiniau kiekvieną žodį" #. pTFpP #: 01020000.xhp @@ -1058,7 +1058,7 @@ msgctxt "" "hd_ii3154718\n" "help.text" msgid "Arrow Up" -msgstr "" +msgstr "Rodyklė aukštyn" #. NgGUH #: 01020000.xhp @@ -1067,7 +1067,7 @@ msgctxt "" "par_ii3154731\n" "help.text" msgid "Move cursor up one line" -msgstr "" +msgstr "Žymeklį perkelia viena eilute aukštyn" #. Ad9Pa #: 01020000.xhp @@ -1076,7 +1076,7 @@ msgctxt "" "hd_ii3154750\n" "help.text" msgid "Shift+Arrow Up" -msgstr "" +msgstr "Lyg2+Rodyklė aukštyn" #. DVCG7 #: 01020000.xhp @@ -1085,7 +1085,7 @@ msgctxt "" "par_ii3153199\n" "help.text" msgid "Selecting lines in an upwards direction" -msgstr "" +msgstr "Pažymi eilutes aukštyn" #. wu2Wi #: 01020000.xhp @@ -1094,7 +1094,7 @@ msgctxt "" "par_ii6452528\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow Up" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Vald</defaultinline></switchinline>+Rodyklė aukštyn" #. PqXLi #: 01020000.xhp @@ -1103,7 +1103,7 @@ msgctxt "" "par_ii1764275\n" "help.text" msgid "Move cursor to beginning of the previous paragraph" -msgstr "" +msgstr "Perkelia žymeklį į ankstesnės pastraipos pradžią" #. BzoeA #: 01020000.xhp @@ -1112,7 +1112,7 @@ msgctxt "" "par_ii778527\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Arrow Up" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Vald</defaultinline></switchinline>+Lyg2+Rodyklė aukštyn" #. gwCEG #: 01020000.xhp @@ -1121,7 +1121,7 @@ msgctxt "" "par_ii1797235\n" "help.text" msgid "Select to beginning of paragraph. Next keystroke extends selection to beginning of previous paragraph" -msgstr "" +msgstr "Pažymi tekstą iki pastraipos pradžios. Kitu paspaudimu pažymi tekstą iki ankstesnės pastraipos pradžios." #. cgEWF #: 01020000.xhp @@ -1130,7 +1130,7 @@ msgctxt "" "hd_ii3153218\n" "help.text" msgid "Arrow Down" -msgstr "" +msgstr "Rodyklė žemyn" #. bQwvv #: 01020000.xhp @@ -1139,7 +1139,7 @@ msgctxt "" "par_ii3153232\n" "help.text" msgid "Move cursor down one line" -msgstr "" +msgstr "Perkelia žymeklį į žemiau esančią eilutę" #. NKS62 #: 01020000.xhp @@ -1148,7 +1148,7 @@ msgctxt "" "hd_ii3153317\n" "help.text" msgid "Shift+Arrow Down" -msgstr "" +msgstr "Lyg2+Rodyklė žemyn" #. GCin3 #: 01020000.xhp @@ -1157,7 +1157,7 @@ msgctxt "" "par_ii3153331\n" "help.text" msgid "Selecting lines in a downward direction" -msgstr "" +msgstr "Pažymi eilutes žemyn" #. FjuCD #: 01020000.xhp @@ -1166,7 +1166,7 @@ msgctxt "" "par_ii578936\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow Down" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Vald</defaultinline></switchinline>+Rodyklė žemyn" #. QkbRF #: 01020000.xhp @@ -1175,7 +1175,7 @@ msgctxt "" "par_ii6164433\n" "help.text" msgid "Move cursor to end of paragraph. Next keystroke move cursor to end of next paragraph" -msgstr "" +msgstr "Perkelia žymeklį į pastraipos pabaigą. Kitu spustelėjimu žymeklį perkelia į kitos pastraipos pabaigą" #. DTu6i #: 01020000.xhp @@ -1184,7 +1184,7 @@ msgctxt "" "par_ii7405011\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Arrow Down" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Vald</defaultinline></switchinline>+Lyg2+Rodyklė žemyn" #. wcRPW #: 01020000.xhp @@ -1193,7 +1193,7 @@ msgctxt "" "par_ii3729361\n" "help.text" msgid "Select to end of paragraph. Next keystroke extends selection to end of next paragraph" -msgstr "" +msgstr "Pažymi tekstą iki pastraipos pabaigos. Kitu spustelėjimu pažymi tekstą iki kitos pastraipos pabaigos" #. aAdnT #: 01020000.xhp @@ -1202,7 +1202,7 @@ msgctxt "" "hd_ii3153351\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Arrow Left</caseinline><defaultinline>Home</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Arrow Left</caseinline><defaultinline>Pradžia</defaultinline></switchinline>" #. tAogg #: 01020000.xhp @@ -1211,7 +1211,7 @@ msgctxt "" "par_ii3154512\n" "help.text" msgid "Go to beginning of line" -msgstr "" +msgstr "Pereina į eilutės pradžią" #. LiJRC #: 01020000.xhp @@ -1220,7 +1220,7 @@ msgctxt "" "hd_ii3154531\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Arrow Left</caseinline><defaultinline>Shift+Home</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ommand+Shift+Arrow Left</caseinline><defaultinline>Lyg2+Pradžia</defaultinline></switchinline>" #. b6sfV #: 01020000.xhp @@ -1229,7 +1229,7 @@ msgctxt "" "par_ii3154544\n" "help.text" msgid "Go and select to the beginning of a line" -msgstr "" +msgstr "Perkelia ir pažyminį tekstą iki eilutės pradžios" #. iE87b #: 01020000.xhp @@ -1238,7 +1238,7 @@ msgctxt "" "hd_ii3150972\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Arrow Right</caseinline><defaultinline>End</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ommand+Shift+Arrow Right</caseinline><defaultinline>Pabaiga</defaultinline></switchinline>" #. eAD8p #: 01020000.xhp @@ -1247,7 +1247,7 @@ msgctxt "" "par_ii3150986\n" "help.text" msgid "Go to end of line" -msgstr "" +msgstr "Pereina į eilutės pabaigą" #. fa7Em #: 01020000.xhp @@ -1535,7 +1535,7 @@ msgctxt "" "par_id3156274\n" "help.text" msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> to draw or resize objects by dragging from the center of the object outward." -msgstr "" +msgstr "Jei norite nubraižyti arba objekto dydį pakeisti dydį tempdami nuo centro, tai laikykite nuspaudę <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Lyg3</defaultinline></switchinline>." #. QNnLc #: 01020000.xhp @@ -1544,7 +1544,7 @@ msgctxt "" "hd_id3147314\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key+click" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Lyg3</defaultinline></switchinline>+pelės spustelėjimas" #. EwFvy #: 01020000.xhp @@ -1553,7 +1553,7 @@ msgctxt "" "par_id3155122\n" "help.text" msgid "Select the object behind the currently selected object." -msgstr "" +msgstr "Pažymi objektą už esamo objekto." #. CJqEo #: 01020000.xhp @@ -1562,7 +1562,7 @@ msgctxt "" "hd_id3149008\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift+click" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Lyg3</defaultinline></switchinline>+Lyg2+pelės spusteljimas" #. CZHWi #: 01020000.xhp diff --git a/source/lt/helpcontent2/source/text/simpress/guide.po b/source/lt/helpcontent2/source/text/simpress/guide.po index 9efa250287c..b629f8ce8d0 100644 --- a/source/lt/helpcontent2/source/text/simpress/guide.po +++ b/source/lt/helpcontent2/source/text/simpress/guide.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-08-21 21:37+0200\n" -"PO-Revision-Date: 2019-08-08 08:33+0000\n" -"Last-Translator: eglejasu <egle.jasute@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\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" "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: 1565253227.000000\n" @@ -790,14 +790,14 @@ msgctxt "" msgid "You can preview the transition effect in the document window." msgstr "Skaidrės perėjimą galite peržiūrėti dokumento lange." -#. EqizU +#. GjqiV #: animated_slidechange.xhp msgctxt "" "animated_slidechange.xhp\n" "par_id3148826234\n" "help.text" -msgid "On Slide Pane an <image id=\"img_id3151172234\" src=\"sd/res/fade_effect_indicator.png\"/> 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\"/> icon indicates that the next slide has slide transition." -msgstr "Skaidrių skyde prie skaidrių, turinčių skaidrių perėjimo efektą, rodinio pasirodo <image id=\"img_id3151172234\" src=\"sd/res/fade_effect_indicator.png\"/> piktograma. Kai demonstruojate pateiktį, piktograma <image id=\"img_id3151172235\" src=\"sd/res/presenterscreen-Transition.png\"/> rodo, kad kitoje skaidrėje yra pritaikytas skaidrės perėjimo efektas." +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 "" #. c3Czx #: animated_slidechange.xhp @@ -817,14 +817,14 @@ msgctxt "" msgid "In <emph>Slide Sorter</emph> view, select the slides that you want to add the transition effect to." msgstr "<emph>Skaidrių rikiavimo</emph> peržiūroje pasirinkite skaidres, kurioms norite pridėti perėjimo efektą." -#. GbSKu +#. fJMzn #: animated_slidechange.xhp msgctxt "" "animated_slidechange.xhp\n" "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</alt></image> to change the view magnification for the slides." -msgstr "Jei norite padidinti peržiūrimą skaidrę, galite naudoti <emph>Mastelio</emph> juostos mygtuką <image id=\"img_id3151172\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151172\"></alt></image>." +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 "" #. EYP8G #: animated_slidechange.xhp @@ -1870,13 +1870,13 @@ msgctxt "" msgid "To insert text from a file into a slide:" msgstr "" -#. LzQ9V +#. GFBxE #: html_import.xhp msgctxt "" "html_import.xhp\n" "par_id3146313\n" "help.text" -msgid "In the slide where you want to insert the text, choose <emph>Insert - File</emph>." +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 "" #. NCRij @@ -1915,22 +1915,22 @@ msgctxt "" msgid "Double-click in the inserted text to enter edit mode." msgstr "" -#. fNN3G +#. 9EpAW #: html_import.xhp msgctxt "" "html_import.xhp\n" "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." +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 "" -#. vAAFd +#. TBMtB #: html_import.xhp msgctxt "" "html_import.xhp\n" "par_id3153811\n" "help.text" -msgid "Choose <emph>Slide - New Page/Slide</emph>, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V." +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 "" #. tA9U8 @@ -3389,7 +3389,7 @@ msgctxt "" "par_id3153711\n" "help.text" msgid "<image id=\"img_id3149018\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149018\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149018\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149018\">Piktograma</alt></image>" #. 9Vo5D #: line_edit.xhp @@ -4237,13 +4237,13 @@ msgctxt "" msgid "Open a presentation, and choose <emph>View - Normal</emph>." msgstr "" -#. AXXdU +#. E6TbP #: page_copy.xhp msgctxt "" "page_copy.xhp\n" "par_id3154702\n" "help.text" -msgid "Choose <emph>Insert - File</emph>." +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 "" #. 4wCrD @@ -4327,15 +4327,6 @@ msgctxt "" msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>." msgstr "" -#. Ft7RS -#: page_copy.xhp -msgctxt "" -"page_copy.xhp\n" -"par_id3150655\n" -"help.text" -msgid "<link href=\"text/simpress/01/04110000.xhp\" name=\"Insert - File\">Insert - File</link>" -msgstr "" - #. uGXHy #: palette_files.xhp msgctxt "" @@ -6432,4 +6423,3 @@ msgctxt "" "help.text" msgid "<link href=\"text/simpress/01/13050200.xhp\" name=\"Convert to Polygon\">Convert to Polygon</link>" msgstr "" - diff --git a/source/lt/helpcontent2/source/text/smath.po b/source/lt/helpcontent2/source/text/smath.po index c09d06b3044..b64cbe64851 100644 --- a/source/lt/helpcontent2/source/text/smath.po +++ b/source/lt/helpcontent2/source/text/smath.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-11-12 12:23+0100\n" -"PO-Revision-Date: 2017-04-27 08:22+0000\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" +"PO-Revision-Date: 2019-11-05 12:20+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textsmath/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: 1493281336.000000\n" +"X-Generator: Weblate 3.8\n" +"X-POOTLE-MTIME: 1542030719.000000\n" +#. yKBT5 #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Welcome to the $[officename] Math Help" msgstr "Sveiki! Čia „$[officename]“ formulių rengyklės „Math“ žinynas" +#. RKjEE #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "Welcome to the $[officename] Math Help" msgstr "Sveiki! Čia „$[officename]“ formulių rengyklės „Math“ žinynas" +#. 9EweT #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "How to Work With $[officename] Math" msgstr "Kaip dirbti „$[officename]“ formulių rengykle „Math“" +#. rCfXQ #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "<link href=\"text/smath/01/03091500.xhp\" name=\"Formula Reference Tables\">Formula Reference Tables</link>" msgstr "" +#. mEUPE #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "$[officename] Math Menus, Toolbars, and Keys" msgstr "„$[officename] Math“ meniu, mygtukų juostos ir klavišai" +#. LMBFS #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Have a look at <link href=\"https://www.dmaths.org\">www.dmaths.org</link> for a set of additional %PRODUCTNAME Math icons and macros." msgstr "" +#. aFUnY #: main0100.xhp msgctxt "" "main0100.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Menus" msgstr "Meniu" +#. MhYam #: main0100.xhp msgctxt "" "main0100.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "<variable id=\"main0100\"><link href=\"text/smath/main0100.xhp\" name=\"Menus\">Menus</link></variable>" msgstr "<variable id=\"main0100\"><link href=\"text/smath/main0100.xhp\" name=\"Meniu\">Meniu</link></variable>" +#. Bmi2e #: main0100.xhp msgctxt "" "main0100.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "The menu bar contains all the commands for working with $[officename] Math. It contains a list of all the available operators as well as the commands for editing, viewing, arranging, formatting and printing formula documents and the objects contained in them. Most of the menu commands are only available when you are creating or editing a formula." msgstr "Meniu yra visos komandos darbui su „$[officename]“ formulių rengykle „Math“. Čia rasite ir visus operacijų ženklus, kuriuos galima įterpti į rašomas formules, ir komandas, skirtas dokumentams ir juose esantiems objektams taisyti, peržiūrėti, išdėstyti, formatuoti ar spausdinti. Dauguma šių meniu komandų įgalinamos tik kuriant ar taisant formules." +#. PvGHJ #: main0101.xhp msgctxt "" "main0101.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "File" msgstr "Failas" +#. tmExF #: main0101.xhp msgctxt "" "main0101.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "<link href=\"text/smath/main0101.xhp\" name=\"File\">File</link>" msgstr "<link href=\"text/smath/main0101.xhp\" name=\"Failas\">Failas</link>" +#. zZZhc #: main0101.xhp msgctxt "" "main0101.xhp\n" @@ -112,22 +124,25 @@ msgctxt "" msgid "This menu contains the general commands for working with formula documents, such as open, save and print." msgstr "Šiame meniu yra bendrosios darbo su formulių dokumentais komandos, skirtos dokumentams atverti, įrašyti, spausdinti ir pan." +#. 6hchv #: main0102.xhp msgctxt "" "main0102.xhp\n" "tit\n" "help.text" msgid "Edit" -msgstr "" +msgstr "Taisa" +#. qCoz8 #: main0102.xhp msgctxt "" "main0102.xhp\n" "hd_id3156385\n" "help.text" msgid "<link href=\"text/smath/main0102.xhp\" name=\"Edit\">Edit</link>" -msgstr "" +msgstr "<link href=\"text/smath/main0102.xhp\" name=\"Edit\">Taisa</link>" +#. pTQDn #: main0102.xhp msgctxt "" "main0102.xhp\n" @@ -136,22 +151,25 @@ msgctxt "" msgid "The commands in this menu are used to edit formulas. In addition to basic commands, (for example, copying contents) there are functions specific to $[officename] Math such as searching for placeholders or errors." msgstr "" +#. zRW8E #: main0103.xhp msgctxt "" "main0103.xhp\n" "tit\n" "help.text" msgid "View" -msgstr "" +msgstr "Rodymas" +#. hyy9Y #: main0103.xhp msgctxt "" "main0103.xhp\n" "hd_id3155064\n" "help.text" msgid "<link href=\"text/smath/main0103.xhp\" name=\"View\">View</link>" -msgstr "" +msgstr "<link href=\"text/smath/main0103.xhp\" name=\"View\">Rodymas</link>" +#. dJpjX #: main0103.xhp msgctxt "" "main0103.xhp\n" @@ -160,30 +178,34 @@ msgctxt "" msgid "Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements pane with <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>View - Elements</emph></link>." msgstr "" +#. ZJSDS #: main0103.xhp msgctxt "" "main0103.xhp\n" "hd_id3150205\n" "help.text" msgid "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Mastelis</link>" +#. JP4tR #: main0105.xhp msgctxt "" "main0105.xhp\n" "tit\n" "help.text" msgid "Format" -msgstr "" +msgstr "Formatas" +#. FN5Yd #: main0105.xhp msgctxt "" "main0105.xhp\n" "hd_id3149121\n" "help.text" msgid "<link href=\"text/smath/main0105.xhp\" name=\"Format\">Format</link>" -msgstr "" +msgstr "<link href=\"text/smath/main0105.xhp\" name=\"Format\">Formatas</link>" +#. DXDBJ #: main0105.xhp msgctxt "" "main0105.xhp\n" @@ -192,54 +214,61 @@ msgctxt "" msgid "This menu contains commands needed to format formulas." msgstr "" +#. gxysk #: main0105.xhp msgctxt "" "main0105.xhp\n" "hd_id3156385\n" "help.text" msgid "<link href=\"text/smath/01/05010000.xhp\" name=\"Fonts\">Fonts</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/05010000.xhp\" name=\"Fonts\">Šriftai</link>" +#. ijKA9 #: main0105.xhp msgctxt "" "main0105.xhp\n" "hd_id3154656\n" "help.text" msgid "<link href=\"text/smath/01/05020000.xhp\" name=\"Font Size\">Font Size</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/05020000.xhp\" name=\"Font Size\">Šrifto dydis</link>" +#. zmJ8D #: main0105.xhp msgctxt "" "main0105.xhp\n" "hd_id3154484\n" "help.text" msgid "<link href=\"text/smath/01/05030000.xhp\" name=\"Spacing\">Spacing</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/05030000.xhp\" name=\"Spacing\">Tarpo reguliavimas</link>" +#. o8WKS #: main0105.xhp msgctxt "" "main0105.xhp\n" "hd_id3151242\n" "help.text" msgid "<link href=\"text/smath/01/05040000.xhp\" name=\"Alignment\">Alignment</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/05040000.xhp\" name=\"Alignment\">Lygiuotė</link>" +#. r9nLs #: main0106.xhp msgctxt "" "main0106.xhp\n" "tit\n" "help.text" msgid "Tools" -msgstr "" +msgstr "Priemonės" +#. kAkBC #: main0106.xhp msgctxt "" "main0106.xhp\n" "hd_id3149019\n" "help.text" msgid "<link href=\"text/smath/main0106.xhp\" name=\"Tools\">Tools</link>" -msgstr "" +msgstr "<link href=\"text/smath/main0106.xhp\" name=\"Tools\">Priemonės</link>" +#. Y7EE7 #: main0106.xhp msgctxt "" "main0106.xhp\n" @@ -248,46 +277,52 @@ msgctxt "" msgid "Use this menu to open and edit the symbol catalog, or import an external formula as a data file or via clipboard. The program interface can be adjusted to meet your requirements. You can also change the program options." msgstr "" +#. 54EEZ #: main0106.xhp msgctxt "" "main0106.xhp\n" "hd_id3150206\n" "help.text" msgid "<link href=\"text/smath/01/06020000.xhp#importfile\" name=\"Import Formula\">Import Formula</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/06020000.xhp#importfile\" name=\"Import Formula\">Importuoti formulę</link>" +#. ZY7bY #: main0106.xhp msgctxt "" "main0106.xhp\n" "hd_id3150207\n" "help.text" msgid "<link href=\"text/smath/01/06020000.xhp#importclipboard\" name=\"Import MathML\">Import MathML from Clipboard</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/06020000.xhp#importclipboard\" name=\"Import MathML\">Importuoti „MathML“ iš iškarpinės</link>" +#. dayst #: main0106.xhp msgctxt "" "main0106.xhp\n" "hd_id3145385\n" "help.text" msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Sąranka</link>" +#. KRfJh #: main0107.xhp msgctxt "" "main0107.xhp\n" "tit\n" "help.text" msgid "Window" -msgstr "" +msgstr "Langas" +#. VF9Gg #: main0107.xhp msgctxt "" "main0107.xhp\n" "hd_id3155066\n" "help.text" msgid "<link href=\"text/smath/main0107.xhp\" name=\"Window\">Window</link>" -msgstr "" +msgstr "<link href=\"text/smath/main0107.xhp\" name=\"Window\">Langas</link>" +#. Zoq2R #: main0107.xhp msgctxt "" "main0107.xhp\n" @@ -296,22 +331,25 @@ msgctxt "" msgid "In the Window menu, you can open a new window and see the document list." msgstr "" +#. 5DRv5 #: main0200.xhp msgctxt "" "main0200.xhp\n" "tit\n" "help.text" msgid "Toolbars" -msgstr "" +msgstr "Mygtukų juostos" +#. PDqzf #: main0200.xhp msgctxt "" "main0200.xhp\n" "hd_id3149121\n" "help.text" msgid "<variable id=\"main0200\"><link href=\"text/smath/main0200.xhp\" name=\"Toolbars\">Toolbars</link></variable>" -msgstr "" +msgstr "<variable id=\"main0200\"><link href=\"text/smath/main0200.xhp\" name=\"Toolbars\">Mygtukų juostos</link></variable>" +#. oxgE6 #: main0200.xhp msgctxt "" "main0200.xhp\n" @@ -320,62 +358,70 @@ msgctxt "" msgid "The default toolbars available when working with an activated formula document in $[officename] Math are described here. You can customize the toolbars to meet your requirements by moving, deleting or adding new icons." msgstr "" +#. CBJ97 #: main0202.xhp msgctxt "" "main0202.xhp\n" "tit\n" "help.text" msgid "Status Bar" -msgstr "" +msgstr "Būsenos juosta" +#. mVQzC #: main0202.xhp msgctxt "" "main0202.xhp\n" "hd_id3150749\n" "help.text" msgid "<link href=\"text/smath/main0202.xhp\" name=\"Status Bar\">Status Bar</link>" -msgstr "" +msgstr "<link href=\"text/smath/main0202.xhp\" name=\"Status Bar\">Būsenos juosta</link>" +#. XAbu3 #: main0202.xhp msgctxt "" "main0202.xhp\n" "par_id3083278\n" "help.text" msgid "The status bar displays information about the active document." -msgstr "" +msgstr "Būsenos juostoje rodoma informacija apie veikiamąjį dokumentą." +#. f5CrW #: main0203.xhp msgctxt "" "main0203.xhp\n" "tit\n" "help.text" msgid "Tools Bar" -msgstr "" +msgstr "Priemonių juosta" +#. pRhpz #: main0203.xhp msgctxt "" "main0203.xhp\n" "hd_id3149123\n" "help.text" msgid "<link href=\"text/smath/main0203.xhp\" name=\"Tools Bar\">Tools Bar</link>" -msgstr "" +msgstr "<link href=\"text/smath/main0203.xhp\" name=\"Tools Bar\">Priemonių juosta</link>" +#. b2SG3 #: main0203.xhp msgctxt "" "main0203.xhp\n" "par_id3147338\n" "help.text" msgid "The Tools bar contains frequently used functions." -msgstr "" +msgstr "Priemonių juostoje pateikiamos dažnai naudojamos programos funkcijos." +#. tdCBf #: main0203.xhp msgctxt "" "main0203.xhp\n" "hd_id3151242\n" "help.text" msgid "<link href=\"text/smath/02/03010000.xhp\" name=\"Formula Cursor\">Formula Cursor</link>" -msgstr "" +msgstr "<link href=\"text/smath/02/03010000.xhp\" name=\"Formula Cursor\">Formulės žymeklis</link>" +#. 8sU9J #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "$[officename] Math Features" msgstr "" +#. Kjbtz #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "<variable id=\"main0503\"><link href=\"text/smath/main0503.xhp\" name=\"$[officename] Math Features\">$[officename] Math Features</link></variable>" msgstr "" +#. nAB9q #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "This section contains an overview of some of the important functions and capabilities that $[officename] Math offers." msgstr "" +#. iieFD #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "$[officename] Math provides numerous operators, functions and formatting assistants to help you create formulas. These are all listed in a selection window, in which you can click the required element with the mouse to insert the object into your work. There is an exhaustive <link href=\"text/smath/01/03091500.xhp\" name=\"reference\">reference</link> list and numerous <link href=\"text/smath/01/03090900.xhp\" name=\"samples\">samples</link> contained in the Help." msgstr "" +#. dA2Fo #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "Creating a Formula" msgstr "" +#. A6AtR #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "As with charts and images, formulas are created as objects within a document. Inserting a formula into a document automatically starts $[officename] Math. You can create, edit and format the formula using a large selection of predefined symbols and functions." msgstr "" +#. 6nhjN #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "Typing a Formula Directly" msgstr "" +#. 9EtAj #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "If you are familiar with the $[officename] Math language, you can also type a formula directly into the document. For example, type this formula into a text document: \"a sup 2 + b sup 2 = c sup 2\". Select this text and choose <emph>Insert - Object - Formula</emph>. The text will be converted into a formatted formula." msgstr "" +#. 5HQmG #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "Formulas cannot be calculated in $[officename] Math because it is a formula editor (for writing and showing formulas) and not a calculation program. Use spreadsheets to calculate formulas, or for simple calculations use the text document calculation function." msgstr "" +#. t7dDL #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "Creating a Formula in the Commands Window" msgstr "" +#. H9URC #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "<ahelp hid=\"HID_SMA_COMMAND_WIN_EDIT\">Use the $[officename] Math Commands window to enter and edit formulas. As you make entries in the Commands window, you see the results in the document.</ahelp> To maintain an overview when creating long and complicated formulas, use the Formula Cursor on the Tools bar. When this function is activated, the cursor location within the Commands window is also shown in the text window." msgstr "" +#. k4vP7 #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "Individual Symbols" msgstr "" +#. NLLoA #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "You can create your own symbols and import characters from other fonts. You can add new symbols to the basic catalog of $[officename] Math symbols, or create your own special catalogs. Numerous special characters are also available." msgstr "" +#. DGZdm #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "Formulas in Context" msgstr "" +#. a7dCq #: main0503.xhp msgctxt "" "main0503.xhp\n" diff --git a/source/lt/helpcontent2/source/text/smath/00.po b/source/lt/helpcontent2/source/text/smath/00.po index 67088ca9ab8..78b7c442fb2 100644 --- a/source/lt/helpcontent2/source/text/smath/00.po +++ b/source/lt/helpcontent2/source/text/smath/00.po @@ -3,543 +3,609 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-01-12 13:18+0100\n" -"PO-Revision-Date: 2017-05-10 04:13+0000\n" -"Last-Translator: Anonymous Pootle User\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" +"PO-Revision-Date: 2019-11-08 18:42+0000\n" +"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" +"Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textsmath00/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: 1494389639.000000\n" +#. E9tti #: 00000004.xhp msgctxt "" "00000004.xhp\n" "tit\n" "help.text" msgid "To access this function..." -msgstr "" +msgstr "Jei norite tai atlikti…" +#. rsAwM #: 00000004.xhp msgctxt "" "00000004.xhp\n" "hd_id3152598\n" "help.text" msgid "<variable id=\"wie\">To access this function...</variable>" -msgstr "" +msgstr "<variable id=\"wie\">Jei norite tai atlikti…</variable>" +#. BL3Y8 #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3153415\n" "help.text" msgid "Choose <emph>Edit - Next Marker</emph>" -msgstr "" +msgstr "Pasirinkite komandą <emph>Taisa → Kitas vietaženklis</emph>" +#. jEFg6 #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3146971\n" "help.text" msgid "F4 key" -msgstr "" +msgstr "Paspauskite klavišą <emph>F4</emph>" +#. 5DAtH #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3149021\n" "help.text" msgid "Choose <emph>Edit - Previous Marker</emph>" -msgstr "" +msgstr "Pasirinkite komandą <emph>Taisa → Ankstesnis vietaženklis</emph>" +#. 7hjUN #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3153966\n" "help.text" msgid "Shift+F4" -msgstr "" +msgstr "Paspauskite klavišus <emph>Lyg2+F4</emph>" +#. JMkTx #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3154020\n" "help.text" msgid "Choose <emph>Edit - Next Error</emph>" -msgstr "" +msgstr "Pasirinkite komandą <emph>Taisa → Kita klaida</emph>" +#. BmVBo #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3150205\n" "help.text" msgid "F3 key" -msgstr "" +msgstr "Paspauskite klavišą <emph>F3</emph>" +#. WR9HA #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3149499\n" "help.text" msgid "Choose <emph>Edit - Previous Error</emph>" -msgstr "" +msgstr "Pasirinkite komandą <emph>Taisa → Ankstesnė klaida</emph>" +#. rhrSM #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3148870\n" "help.text" msgid "Shift+F3" -msgstr "" +msgstr "Paspauskite klavišus <emph>Lyg2+F3</emph>" +#. A2tmE #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3149127\n" "help.text" msgid "On the Tools bar, click" -msgstr "" +msgstr "Priemonių juostoje spustelėkite mygtuką" +#. FqS3z #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3154653\n" "help.text" msgid "<image id=\"img_id3154765\" src=\"cmd/sc_zoom100percent.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3154765\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154765\" src=\"cmd/sc_zoom100percent.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3154765\">Piktograma</alt></image>" +#. ZGH5E #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3147298\n" "help.text" msgid "Zoom 100%" -msgstr "" +msgstr "100%" +#. rcgc8 #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3147407\n" "help.text" msgid "Choose <emph>View - Zoom In</emph>" -msgstr "" +msgstr "Pasirinkite komandą <emph>Rodymas → Padidinti</emph>" +#. zazds #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3156398\n" "help.text" msgid "On the Tools bar, click" -msgstr "" +msgstr "Priemonių juostoje spustelėkite mygtuką" +#. cFNys #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3150743\n" "help.text" msgid "<image id=\"img_id3163822\" src=\"cmd/sc_zoomin.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163822\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3163822\" src=\"cmd/sc_zoomin.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163822\">Piktograma</alt></image>" +#. t3FPw #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3154504\n" "help.text" msgid "Zoom In" -msgstr "" +msgstr "Padidinti" +#. mDN9o #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3147366\n" "help.text" msgid "Choose <emph>View - Zoom Out</emph>" -msgstr "" +msgstr "Pasirinkite komandą <emph>Rodymas → Sumažinti</emph>" +#. HEGXE #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3149878\n" "help.text" msgid "On the Tools bar, click" -msgstr "" +msgstr "Priemonių juostoje spustelėkite mygtuką" +#. eEHDh #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3150934\n" "help.text" msgid "<image id=\"img_id3148387\" src=\"cmd/sc_zoomminus.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148387\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148387\" src=\"cmd/sc_zoomminus.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148387\">Piktograma</alt></image>" +#. FwGWc #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3154871\n" "help.text" msgid "Zoom Out" -msgstr "" +msgstr "Sumažinti" +#. trnPc #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3153922\n" "help.text" msgid "Choose <emph>View - Show All</emph>" -msgstr "" +msgstr "Pasirinkite komandą <emph>Rodymas → Rodyti viską</emph>" +#. b2Bq4 #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3147169\n" "help.text" msgid "On the Tools bar, click" -msgstr "" +msgstr "Priemonių juostoje spustelėkite mygtuką" +#. dhew7 #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3151265\n" "help.text" msgid "<image id=\"img_id3151272\" src=\"cmd/sc_zoom.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3151272\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151272\" src=\"cmd/sc_zoom.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3151272\">Piktograma</alt></image>" +#. 2bHgE #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3154646\n" "help.text" msgid "Show All" -msgstr "" +msgstr "Rodyti viską" +#. 7feMp #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3150257\n" "help.text" msgid "Choose <emph>View - Update</emph>" -msgstr "" +msgstr "Pasirinkite komandą <emph>Rodymas → Atnaujinti</emph>" +#. FGuRC #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3153619\n" "help.text" msgid "F9 key" -msgstr "" +msgstr "Paspauskite klavišą <emph>F9</emph>" +#. Wi2Cb #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3149289\n" "help.text" msgid "On the Tools bar, click" -msgstr "" +msgstr "Priemonių juostoje spustelėkite mygtuką" +#. xD6qA #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3147260\n" "help.text" msgid "<image id=\"img_id3151168\" src=\"cmd/sc_refresh.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3151168\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151168\" src=\"cmd/sc_refresh.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3151168\">Piktograma</alt></image>" +#. 9BewG #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3145417\n" "help.text" msgid "Update" -msgstr "" +msgstr "Atnaujinti" +#. uo9hE #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3154262\n" "help.text" msgid "<variable id=\"neuzeichnen\">Choose <emph>View - AutoUpdate Display</emph></variable>" -msgstr "" +msgstr "<variable id=\"neuzeichnen\">Pasirinkite komandą <emph>Rodymas → Savaiminis vaizdo atnaujinimas</emph></variable>" +#. V5dDC #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3154273\n" "help.text" msgid "<variable id=\"astopa\">Choose <emph>View - Elements</emph></variable>" -msgstr "" +msgstr "<variable id=\"astopa\">Pasirinkite komandą <emph>Rodymas → Ženklai</emph></variable>" +#. EcYMF #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3152942\n" "help.text" msgid "Open the context menu in the Commands window - choose <emph>Unary/Binary Operators</emph>" -msgstr "" +msgstr "Atverkite komandų lango kontekstinį meniu ir pasirinkite <emph>Matematinių operacijų ženklai</emph>" +#. F4bjv #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3154106\n" "help.text" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Unary/Binary Operators</emph> from the listbox." -msgstr "" +msgstr "Pasirinkite komandą <emph>Rodymas → Ženklai</emph>, tuomet ženklų polangyje iš išskleidžiamojo sąrašo pasirinkite grupę <emph>Matematinių operacijų ženklai</emph>." +#. y5SEf #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3150360\n" "help.text" msgid "Open the context menu in the Commands window - choose <emph>Relations</emph>" -msgstr "" +msgstr "Atverkite komandų lango kontekstinį meniu ir pasirinkite <emph>Palyginimo operacijų ženklai</emph>" +#. BF7L6 #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3154473\n" "help.text" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Relations</emph> from the listbox." -msgstr "" +msgstr "Pasirinkite komandą <emph>Rodymas → Ženklai</emph>, tuomet ženklų polangyje iš išskleidžiamojo sąrašo pasirinkite grupę <emph>Palyginimo operacijų ženklai</emph>." +#. pdkFZ #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3149687\n" "help.text" msgid "Open the context menu in the Commands window - choose <emph>Operators</emph>" -msgstr "" +msgstr "Atverkite komandų lango kontekstinį meniu ir pasirinkite <emph>Veiksmų su sekomis ir integravimo ženklai</emph>" +#. kupZ9 #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3149342\n" "help.text" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Operators</emph> from the listbox." -msgstr "" +msgstr "Pasirinkite komandą <emph>Rodymas → Ženklai</emph>, tuomet ženklų polangyje iš išskleidžiamojo sąrašo pasirinkite grupę <emph>Veiksmų su sekomis ir integravimo ženklai</emph>." +#. AMNH5 #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3149297\n" "help.text" msgid "Open the context menu in the Commands window - choose <emph>Functions</emph>" -msgstr "" +msgstr "Atverkite komandų lango kontekstinį meniu ir pasirinkite <emph>Funkcijos</emph>" +#. uLDoL #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3143275\n" "help.text" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Functions</emph> from the listbox." -msgstr "" +msgstr "Pasirinkite komandą <emph>Rodymas → Ženklai</emph>, tuomet ženklų polangyje iš išskleidžiamojo sąrašo pasirinkite grupę <emph>Funkcijos</emph>." +#. trDLY #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3147092\n" "help.text" msgid "Open the context menu in the Commands window - choose <emph>Brackets</emph>" -msgstr "" +msgstr "Atverkite komandų lango kontekstinį meniu ir pasirinkite <emph>Skliaustai</emph>" +#. Ecj7h #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3147220\n" "help.text" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Brackets</emph> from the listbox." -msgstr "" +msgstr "Pasirinkite komandą <emph>Rodymas → Ženklai</emph>, tuomet ženklų polangyje iš išskleidžiamojo sąrašo pasirinkite grupę <emph>Skliaustai</emph>." +#. hH2hr #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3153510\n" "help.text" msgid "Open the context menu in the Commands window - choose <emph>Attributes</emph>" -msgstr "" +msgstr "Atverkite komandų lango kontekstinį meniu ir pasirinkite <emph>Požymiai</emph>" +#. qFQk7 #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3147126\n" "help.text" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Attributes</emph> from the listbox." -msgstr "" +msgstr "Pasirinkite komandą <emph>Rodymas → Ženklai</emph>, tuomet ženklų polangyje iš išskleidžiamojo sąrašo pasirinkite grupę <emph>Požymiai</emph>." +#. FxAcz #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3154114\n" "help.text" msgid "Open the context menu in the Commands window - choose <emph>Formats</emph>" -msgstr "" +msgstr "Atverkite komandų lango kontekstinį meniu ir pasirinkite <emph>Simbolio padėtys</emph>" +#. fEH8m #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3150581\n" "help.text" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Formats</emph> from the listbox." -msgstr "" +msgstr "Pasirinkite komandą <emph>Rodymas → Ženklai</emph>, tuomet ženklų polangyje iš išskleidžiamojo sąrašo pasirinkite grupę <emph>Simbolio padėtys</emph>." +#. b7NCw #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3149008\n" "help.text" msgid "Open the context menu in the Commands window - choose <emph>Set Operations</emph>" -msgstr "" +msgstr "Atverkite komandų lango kontekstinį meniu ir pasirinkite <emph>Operacijų su aibėmis ženklai</emph>" +#. pBfZE #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3147313\n" "help.text" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Set Operations</emph> from the listbox." -msgstr "" +msgstr "Pasirinkite komandą <emph>Rodymas → Ženklai</emph>, tuomet ženklų polangyje iš išskleidžiamojo sąrašo pasirinkite grupę <emph>Operacijų su aibėmis ženklai</emph>." +#. GGUzh #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3150109\n" "help.text" msgid "<variable id=\"fmtsfa\">Choose <emph>Format - Fonts</emph></variable>" -msgstr "" +msgstr "<variable id=\"fmtsfa\">Pasirinkite komandą <emph>Formatas → Šriftai</emph></variable>" +#. 83k2g #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3155860\n" "help.text" msgid "<variable id=\"fmtssa\">Choose <emph>Format - Fonts - Modify</emph></variable>" -msgstr "" +msgstr "<variable id=\"fmtssa\">Pasirinkite <emph>Formatas → Šriftai → Keisti</emph></variable>" +#. WE6Kn #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3147419\n" "help.text" msgid "<variable id=\"fmtsgr\">Choose <emph>Format - Font Size</emph></variable>" -msgstr "" +msgstr "<variable id=\"fmtsgr\">Pasirinkite <emph>Formatas → Teksto dydis</emph></variable>" +#. YFE9o #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3147482\n" "help.text" msgid "<variable id=\"fmtabs\">Choose <emph>Format - Spacing</emph></variable>" -msgstr "" +msgstr "<variable id=\"fmtabs\">Pasirinkite <emph>Formatas → Tarpo reguliavimas</emph></variable>" +#. MUh9G #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3147628\n" "help.text" msgid "<variable id=\"fmtarg\">Choose <emph>Format - Align</emph></variable>" -msgstr "" +msgstr "<variable id=\"fmtarg\">Pasirinkite <emph>Formatas → Lygiuotė</emph></variable>" +#. X3CNj #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3149553\n" "help.text" msgid "<variable id=\"textmodus\">Choose <emph>Format - Text Mode</emph></variable>" -msgstr "" +msgstr "<variable id=\"textmodus\">Pasirinkite <emph>Formatas → Teksto veiksena</emph></variable>" +#. go9mc #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3145131\n" "help.text" msgid "Choose <emph>Tools - Symbols</emph>" -msgstr "" +msgstr "Pasirinkite <emph>Priemonės → Rašmenys</emph>" +#. FZ2Tu #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3145268\n" "help.text" msgid "On the Tools bar, click" -msgstr "" +msgstr "Priemonių juostoje spustelėkite mygtuką" +#. 63bpb #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3153258\n" "help.text" msgid "<image id=\"img_id3153264\" src=\"cmd/sc_autosum.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153264\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153264\" src=\"cmd/sc_autosum.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153264\">Piktograma</alt></image>" +#. gNanN #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3148448\n" "help.text" msgid "Symbols" -msgstr "" +msgstr "Rašmenys" +#. B9byP #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3145318\n" "help.text" msgid "<variable id=\"etssba\">Choose <emph>Tools - Symbols - Edit</emph></variable>" -msgstr "" +msgstr "<variable id=\"etssba\">Pasirinkite <emph>Priemonės → Rašmenys → Keisti</emph></variable>" +#. HB8a9 #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3153802\n" "help.text" msgid "<variable id=\"etsfim\">Choose <emph>Tools - Import Formula</emph></variable>" -msgstr "" +msgstr "<variable id=\"etsfim\">Pasirinkite <emph>Priemonės → Importuoti formulę</emph></variable>" +#. jFJ4D #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3153803\n" "help.text" msgid "<variable id=\"etsmim\">Choose <emph>Tools - Import MathML from Clipboard</emph></variable>" -msgstr "" +msgstr "<variable id=\"etsmim\">Pasirinkite <emph>Priemonės → Importuoti „MathML“ iš iškarpinės</emph></variable>" +#. ELXVZ #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3154594\n" "help.text" msgid "<variable id=\"etsaps\">Choose <emph>Tools - Customize</emph></variable>" -msgstr "" +msgstr "<variable id=\"etsaps\">Pasirinkite <emph>Priemonės → Sąranka</emph></variable>" +#. rrpNJ #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3153291\n" "help.text" msgid "Open the context menu in the Commands window - choose <emph>Others</emph>" -msgstr "" +msgstr "Atverkite komandų lango kontekstinį meniu ir pasirinkite <emph>Simboliai</emph>" +#. fa4UR #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3153968\n" "help.text" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Others</emph> from the listbox." -msgstr "" +msgstr "Pasirinkite <emph>Rodymas → Ženklai</emph>, tuomet ženklų polangyje iš išskleidžiamojo sąrašo pasirinkite grupę <emph>Simboliai</emph>." +#. QG6eL #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3145626\n" "help.text" msgid "<image id=\"img_id3145632\" src=\"cmd/sc_formelcursor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145632\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145632\" src=\"cmd/sc_formelcursor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145632\">Piktograma</alt></image>" +#. vtF4A #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3149768\n" "help.text" msgid "Formula Cursor" -msgstr "" +msgstr "Formulės žymeklis" diff --git a/source/lt/helpcontent2/source/text/smath/01.po b/source/lt/helpcontent2/source/text/smath/01.po index 1750f3102b1..95139a040fd 100644 --- a/source/lt/helpcontent2/source/text/smath/01.po +++ b/source/lt/helpcontent2/source/text/smath/01.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-09-30 14:02+0200\n" -"PO-Revision-Date: 2018-11-12 13:52+0000\n" -"Last-Translator: Anonymous Pootle User\n" -"Language-Team: LANGUAGE <LL@li.org>\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" "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: 1542030720.000000\n" #. QmNGE @@ -23,7 +23,7 @@ msgctxt "" "tit\n" "help.text" msgid "Next Marker" -msgstr "" +msgstr "Kitas vietaženklis" #. 566xf #: 02080000.xhp @@ -41,7 +41,7 @@ msgctxt "" "hd_id3154702\n" "help.text" msgid "<link href=\"text/smath/01/02080000.xhp\" name=\"Next Marker\">Next Marker</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/02080000.xhp\" name=\"Next Marker\">Kitas vietaženklis</link>" #. dPJsB #: 02080000.xhp @@ -68,7 +68,7 @@ msgctxt "" "tit\n" "help.text" msgid "Previous Marker" -msgstr "" +msgstr "Ankstesnis vietaženklis" #. 6NCVW #: 02090000.xhp @@ -86,7 +86,7 @@ msgctxt "" "hd_id3153770\n" "help.text" msgid "<link href=\"text/smath/01/02090000.xhp\" name=\"Previous Marker\">Previous Marker</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/02090000.xhp\" name=\"Previous Marker\">Ankstesnis vietaženklis</link>" #. nWBA5 #: 02090000.xhp @@ -113,7 +113,7 @@ msgctxt "" "tit\n" "help.text" msgid "Next Error" -msgstr "" +msgstr "Kita klaida" #. 9DRiM #: 02100000.xhp @@ -131,7 +131,7 @@ msgctxt "" "hd_id3150299\n" "help.text" msgid "<link href=\"text/smath/01/02100000.xhp\" name=\"Next Error\">Next Error</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/02100000.xhp\" name=\"Next Error\">Kita klaida</link>" #. 3mFzx #: 02100000.xhp @@ -149,7 +149,7 @@ msgctxt "" "tit\n" "help.text" msgid "Previous Error" -msgstr "" +msgstr "Ankstesnė klaida" #. DdQaM #: 02110000.xhp @@ -167,7 +167,7 @@ msgctxt "" "hd_id3147434\n" "help.text" msgid "<link href=\"text/smath/01/02110000.xhp\" name=\"Previous Error\">Previous Error</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/02110000.xhp\" name=\"Previous Error\">Ankstesnė klaida</link>" #. 7tu3P #: 02110000.xhp @@ -185,7 +185,7 @@ msgctxt "" "tit\n" "help.text" msgid "Zoom In" -msgstr "" +msgstr "Padidinti" #. WuHCk #: 03040000.xhp @@ -203,7 +203,7 @@ msgctxt "" "hd_id3153770\n" "help.text" msgid "<link href=\"text/smath/01/03040000.xhp\" name=\"Zoom In\">Zoom In</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/03040000.xhp\" name=\"Zoom In\">Padidinti</link>" #. oeXhg #: 03040000.xhp @@ -221,7 +221,7 @@ msgctxt "" "tit\n" "help.text" msgid "Zoom Out" -msgstr "" +msgstr "Sumažinti" #. iTPGG #: 03050000.xhp @@ -239,7 +239,7 @@ msgctxt "" "hd_id3147338\n" "help.text" msgid "<link href=\"text/smath/01/03050000.xhp\" name=\"Zoom Out\">Zoom Out</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/03050000.xhp\" name=\"Zoom Out\">Sumažinti</link>" #. Q2ZAD #: 03050000.xhp @@ -257,7 +257,7 @@ msgctxt "" "tit\n" "help.text" msgid "Show All" -msgstr "" +msgstr "Rodyti viską" #. 57RMB #: 03060000.xhp @@ -275,7 +275,7 @@ msgctxt "" "hd_id3147340\n" "help.text" msgid "<link href=\"text/smath/01/03060000.xhp\" name=\"Show All\">Show All</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/03060000.xhp\" name=\"Show All\">Rodyti viską</link>" #. cMH92 #: 03060000.xhp @@ -293,7 +293,7 @@ msgctxt "" "tit\n" "help.text" msgid "Update" -msgstr "" +msgstr "Atnaujinti" #. FXrna #: 03070000.xhp @@ -311,7 +311,7 @@ msgctxt "" "hd_id3153768\n" "help.text" msgid "<link href=\"text/smath/01/03070000.xhp\" name=\"Update\">Update</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/03070000.xhp\" name=\"Update\">Atnaujinti</link>" #. CAAvs #: 03070000.xhp @@ -338,7 +338,7 @@ msgctxt "" "tit\n" "help.text" msgid "AutoUpdate Display" -msgstr "" +msgstr "Savaiminis vaizdo atnaujinimas" #. uF9Yn #: 03080000.xhp @@ -356,7 +356,7 @@ msgctxt "" "hd_id3154702\n" "help.text" msgid "<link href=\"text/smath/01/03080000.xhp\" name=\"AutoUpdate Display\">AutoUpdate Display</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/03080000.xhp\" name=\"AutoUpdate Display\">Savaiminis vaizdo atnaujinimas</link>" #. kD5k9 #: 03080000.xhp @@ -374,7 +374,7 @@ msgctxt "" "tit\n" "help.text" msgid "Elements" -msgstr "" +msgstr "Ženklai" #. 5bPom #: 03090000.xhp @@ -392,7 +392,7 @@ msgctxt "" "hd_id3155963\n" "help.text" msgid "<variable id=\"func_win\"><link href=\"text/smath/01/03090000.xhp\" name=\"Elements\">Elements</link></variable>" -msgstr "" +msgstr "<variable id=\"func_win\"><link href=\"text/smath/01/03090000.xhp\" name=\"Elements\">Ženklai</link></variable>" #. euAF8 #: 03090000.xhp @@ -437,7 +437,7 @@ msgctxt "" "tit\n" "help.text" msgid "Unary/Binary Operators" -msgstr "" +msgstr "Matematinių operacijų ženklai" #. zq2pg #: 03090100.xhp @@ -455,7 +455,7 @@ msgctxt "" "hd_id3150342\n" "help.text" msgid "<link href=\"text/smath/01/03090100.xhp\" name=\"Unary/Binary Operators\">Unary/Binary Operators</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/03090100.xhp\" name=\"Unary/Binary Operators\">Matematinių operacijų ženklai</link>" #. JBpRR #: 03090100.xhp @@ -482,7 +482,7 @@ msgctxt "" "hd_id3147405\n" "help.text" msgid "Unary and Binary Operators" -msgstr "" +msgstr "Matematinių operacijų ženklai" #. H8h3M #: 03090100.xhp @@ -491,7 +491,7 @@ msgctxt "" "par_idN10085\n" "help.text" msgid "<image id=\"img_id3156399\" src=\"media/helpimg/starmath/un21201.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156399\">Plus Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156399\" src=\"media/helpimg/starmath/un21201.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156399\">Pliuso ženklo piktograma</alt></image>" #. GZAVq #: 03090100.xhp @@ -500,7 +500,7 @@ msgctxt "" "par_id3154555\n" "help.text" msgid "Plus" -msgstr "" +msgstr "+ ženklas" #. CScdd #: 03090100.xhp @@ -518,7 +518,7 @@ msgctxt "" "par_idN100C1\n" "help.text" msgid "<image id=\"img_id3148776\" src=\"media/helpimg/starmath/un21202.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148776\">Minus Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148776\" src=\"media/helpimg/starmath/un21202.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148776\">Minuso ženklo piktograma</alt></image>" #. nrAjd #: 03090100.xhp @@ -527,7 +527,7 @@ msgctxt "" "par_id3155991\n" "help.text" msgid "Minus" -msgstr "" +msgstr "- ženklas" #. CRehd #: 03090100.xhp @@ -545,7 +545,7 @@ msgctxt "" "par_idN100FD\n" "help.text" msgid "<image id=\"img_id3150757\" src=\"media/helpimg/starmath/un21203.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150757\">Plus/Minus Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150757\" src=\"media/helpimg/starmath/un21203.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150757\">Pliuso ir minuso piktograma</alt></image>" #. 8Mt5L #: 03090100.xhp @@ -554,7 +554,7 @@ msgctxt "" "par_id3153150\n" "help.text" msgid "Plus/Minus" -msgstr "" +msgstr "+- ženklas" #. iws6d #: 03090100.xhp @@ -572,7 +572,7 @@ msgctxt "" "par_idN10139\n" "help.text" msgid "<image id=\"img_id3145410\" src=\"media/helpimg/starmath/un21204.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145410\">Minus/Plus Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145410\" src=\"media/helpimg/starmath/un21204.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145410\">Minuso ir pliuso piktograma</alt></image>" #. EAc3W #: 03090100.xhp @@ -581,7 +581,7 @@ msgctxt "" "par_id3153582\n" "help.text" msgid "Minus/Plus" -msgstr "" +msgstr "-+ ženklas" #. W2BNn #: 03090100.xhp @@ -599,7 +599,7 @@ msgctxt "" "par_idN10175\n" "help.text" msgid "<image id=\"img_id3151098\" src=\"media/helpimg/starmath/un21205.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151098\">Addition (plus) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151098\" src=\"media/helpimg/starmath/un21205.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151098\">Sudėties piktograma</alt></image>" #. ARbAf #: 03090100.xhp @@ -608,7 +608,7 @@ msgctxt "" "par_id3153669\n" "help.text" msgid "Addition (plus)" -msgstr "" +msgstr "Sudėtis" #. bJLzC #: 03090100.xhp @@ -626,7 +626,7 @@ msgctxt "" "par_idN101B0\n" "help.text" msgid "<image id=\"img_id3155898\" src=\"media/helpimg/starmath/un21206.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155898\">Multiplication (dot) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155898\" src=\"media/helpimg/starmath/un21206.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155898\">Daugybos (taško) piktograma</alt></image>" #. PFyyE #: 03090100.xhp @@ -635,7 +635,7 @@ msgctxt "" "par_id3149343\n" "help.text" msgid "Multiplication (dot)" -msgstr "" +msgstr "Daugyba (žymima tašku)" #. opTiE #: 03090100.xhp @@ -653,7 +653,7 @@ msgctxt "" "par_idN101E9\n" "help.text" msgid "<image id=\"img_id3149308\" src=\"media/helpimg/starmath/un21207.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149308\">Multiplication (x) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149308\" src=\"media/helpimg/starmath/un21207.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149308\">Daugybos (kryželio) piktograma</alt></image>" #. DDfRt #: 03090100.xhp @@ -662,7 +662,7 @@ msgctxt "" "par_id3151257\n" "help.text" msgid "Multiplication (x)" -msgstr "" +msgstr "Daugyba (žymima x)" #. DKALs #: 03090100.xhp @@ -680,7 +680,7 @@ msgctxt "" "par_idN10226\n" "help.text" msgid "<image id=\"img_id3148982\" src=\"media/helpimg/starmath/un21208.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148982\">Multiplication (*) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148982\" src=\"media/helpimg/starmath/un21208.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148982\">Daugybos (žvaigždutės) piktograma</alt></image>" #. kN9HE #: 03090100.xhp @@ -689,7 +689,7 @@ msgctxt "" "par_id3159486\n" "help.text" msgid "Multiplication (*)" -msgstr "" +msgstr "Daugyba (žymima *)" #. EazvU #: 03090100.xhp @@ -707,7 +707,7 @@ msgctxt "" "par_idN1025F\n" "help.text" msgid "<image id=\"img_id3155140\" src=\"media/helpimg/starmath/un21209.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155140\">Subtraction Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155140\" src=\"media/helpimg/starmath/un21209.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155140\">Atimties piktograma</alt></image>" #. NDTQZ #: 03090100.xhp @@ -716,7 +716,7 @@ msgctxt "" "par_id3147124\n" "help.text" msgid "Subtraction" -msgstr "" +msgstr "Atimtis" #. yKx6N #: 03090100.xhp @@ -734,7 +734,7 @@ msgctxt "" "par_idN10298\n" "help.text" msgid "<image id=\"img_id3149168\" src=\"media/helpimg/starmath/un21210.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149168\">Division (Fraction) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149168\" src=\"media/helpimg/starmath/un21210.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149168\">Paprastosios trupmenos piktograma</alt></image>" #. dFVHy #: 03090100.xhp @@ -743,7 +743,7 @@ msgctxt "" "par_id3154926\n" "help.text" msgid "Division (Fraction)" -msgstr "" +msgstr "Paprastoji trupmena" #. 7PExc #: 03090100.xhp @@ -761,7 +761,7 @@ msgctxt "" "par_idN102D1\n" "help.text" msgid "<image id=\"img_id3148765\" src=\"media/helpimg/starmath/un21211.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148765\">Division Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148765\" src=\"media/helpimg/starmath/un21211.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148765\">Dalybos piktograma</alt></image>" #. NqA4U #: 03090100.xhp @@ -770,7 +770,7 @@ msgctxt "" "par_id3151377\n" "help.text" msgid "Division" -msgstr "" +msgstr "Dalyba" #. wwKw8 #: 03090100.xhp @@ -788,7 +788,7 @@ msgctxt "" "par_idN1030A\n" "help.text" msgid "<image id=\"img_id3147418\" src=\"media/helpimg/starmath/un21212.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147418\">Division (Slash) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147418\" src=\"media/helpimg/starmath/un21212.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147418\">Dalybos (įstrižo brūkšnio) piktograma</alt></image>" #. CJApy #: 03090100.xhp @@ -797,7 +797,7 @@ msgctxt "" "par_id3147487\n" "help.text" msgid "Division (Slash)" -msgstr "" +msgstr "Dalyba (žymima įstrižu brūkšniu)" #. p4JrC #: 03090100.xhp @@ -815,7 +815,7 @@ msgctxt "" "par_idN10343\n" "help.text" msgid "<image id=\"img_id3149566\" src=\"media/helpimg/starmath/un21213.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149566\">Boolean NOT Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149566\" src=\"media/helpimg/starmath/un21213.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149566\">Loginio NE piktograma</alt></image>" #. 3CmXG #: 03090100.xhp @@ -824,7 +824,7 @@ msgctxt "" "par_id3153493\n" "help.text" msgid "Boolean NOT" -msgstr "" +msgstr "Loginė operacija „ne“" #. ZuCTn #: 03090100.xhp @@ -842,7 +842,7 @@ msgctxt "" "par_idN10383\n" "help.text" msgid "<image id=\"img_id3147116\" src=\"media/helpimg/starmath/un21214.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147116\">Boolean AND Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147116\" src=\"media/helpimg/starmath/un21214.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147116\">Loginio IR piktograma</alt></image>" #. HAxrM #: 03090100.xhp @@ -851,7 +851,7 @@ msgctxt "" "par_id3149847\n" "help.text" msgid "Boolean AND" -msgstr "" +msgstr "Loginė operacija „ir“" #. Ebo6J #: 03090100.xhp @@ -869,7 +869,7 @@ msgctxt "" "par_idN103C3\n" "help.text" msgid "<image id=\"img_id3148440\" src=\"media/helpimg/starmath/un21215.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148440\">Boolean OR Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148440\" src=\"media/helpimg/starmath/un21215.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148440\">Loginio ARBA piktograma</alt></image>" #. VWr3j #: 03090100.xhp @@ -878,7 +878,7 @@ msgctxt "" "par_id3151086\n" "help.text" msgid "Boolean OR" -msgstr "" +msgstr "Loginė operacija „arba“" #. zEfm6 #: 03090100.xhp @@ -896,7 +896,7 @@ msgctxt "" "par_idN10403\n" "help.text" msgid "<image id=\"img_id3150173\" src=\"media/helpimg/starmath/un21221.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150173\">Concatenate Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150173\" src=\"media/helpimg/starmath/un21221.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150173\">Kompozicijos piktograma</alt></image>" #. Gfp2w #: 03090100.xhp @@ -905,7 +905,7 @@ msgctxt "" "par_id3151129\n" "help.text" msgid "Concatenate" -msgstr "" +msgstr "Kompozicija" #. E4mYi #: 03090100.xhp @@ -1022,7 +1022,7 @@ msgctxt "" "tit\n" "help.text" msgid "Relations" -msgstr "" +msgstr "Palyginimo operacijų ženklai" #. ZTrG6 #: 03090200.xhp @@ -1040,7 +1040,7 @@ msgctxt "" "hd_id3156316\n" "help.text" msgid "<link href=\"text/smath/01/03090200.xhp\" name=\"Relations\">Relations</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/03090200.xhp\" name=\"Relations\">Palyginimo operacijų ženklai</link>" #. g6xKD #: 03090200.xhp @@ -1067,7 +1067,7 @@ msgctxt "" "hd_id3148827\n" "help.text" msgid "Relations:" -msgstr "" +msgstr "Palyginimo operacijų ženklai:" #. iEmLG #: 03090200.xhp @@ -1076,7 +1076,7 @@ msgctxt "" "par_idN10086\n" "help.text" msgid "<image id=\"img_id3153573\" src=\"media/helpimg/starmath/bi21301.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153573\">is equal Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153573\" src=\"media/helpimg/starmath/bi21301.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153573\">Lygybės ženklo piktograma</alt></image>" #. ueeUi #: 03090200.xhp @@ -1085,7 +1085,7 @@ msgctxt "" "par_id3154104\n" "help.text" msgid "is equal" -msgstr "" +msgstr "Lygu" #. Aj3DD #: 03090200.xhp @@ -1103,7 +1103,7 @@ msgctxt "" "par_idN100BF\n" "help.text" msgid "<image id=\"img_id3147523\" src=\"media/helpimg/starmath/bi21302.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147523\">does not equal Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147523\" src=\"media/helpimg/starmath/bi21302.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147523\">Nelygybės ženklo piktograma</alt></image>" #. VRS7k #: 03090200.xhp @@ -1112,7 +1112,7 @@ msgctxt "" "par_id3152959\n" "help.text" msgid "does not equal" -msgstr "" +msgstr "Nelygu" #. gHF6a #: 03090200.xhp @@ -1130,7 +1130,7 @@ msgctxt "" "par_idN10101\n" "help.text" msgid "<image id=\"img_id3154196\" src=\"media/helpimg/starmath/bi21303.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154196\">identical to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154196\" src=\"media/helpimg/starmath/bi21303.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154196\">Ekvivalentumo ženklo piktograma</alt></image>" #. m5Ajx #: 03090200.xhp @@ -1139,7 +1139,7 @@ msgctxt "" "par_id3151332\n" "help.text" msgid "identical to" -msgstr "" +msgstr "Ekvivalentu" #. 9rBcz #: 03090200.xhp @@ -1157,7 +1157,7 @@ msgctxt "" "par_idN10140\n" "help.text" msgid "<image id=\"img_id3154835\" src=\"media/helpimg/starmath/bi21304.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154835\">orthogonal to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154835\" src=\"media/helpimg/starmath/bi21304.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154835\">Statmenumo ženklo piktograma</alt></image>" #. DBBfM #: 03090200.xhp @@ -1166,7 +1166,7 @@ msgctxt "" "par_id3147098\n" "help.text" msgid "orthogonal to" -msgstr "" +msgstr "Statmena" #. wq9nU #: 03090200.xhp @@ -1184,7 +1184,7 @@ msgctxt "" "par_idN10182\n" "help.text" msgid "<image id=\"img_id3147321\" src=\"media/helpimg/starmath/bi21322.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147321\">divides Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147321\" src=\"media/helpimg/starmath/bi21322.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147321\">Dalumo ženklo piktograma</alt></image>" #. sCFsa #: 03090200.xhp @@ -1193,7 +1193,7 @@ msgctxt "" "par_id3153523\n" "help.text" msgid "divides" -msgstr "" +msgstr "Dalija" #. 7AqFQ #: 03090200.xhp @@ -1211,7 +1211,7 @@ msgctxt "" "par_idN101BF\n" "help.text" msgid "<image id=\"img_id3151030\" src=\"media/helpimg/starmath/bi21323.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151030\">does not divide Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151030\" src=\"media/helpimg/starmath/bi21323.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151030\">Nedalumo ženklo piktograma</alt></image>" #. EdQAD #: 03090200.xhp @@ -1220,7 +1220,7 @@ msgctxt "" "par_id3149164\n" "help.text" msgid "does not divide" -msgstr "" +msgstr "Nedalija" #. tiYGN #: 03090200.xhp @@ -1238,7 +1238,7 @@ msgctxt "" "par_idN101FC\n" "help.text" msgid "<image id=\"img_id3155133\" src=\"media/helpimg/starmath/bi21305.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155133\">less than Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155133\" src=\"media/helpimg/starmath/bi21305.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155133\">Ženklo „mažiau“ piktograma</alt></image>" #. sKETn #: 03090200.xhp @@ -1247,7 +1247,7 @@ msgctxt "" "par_id3148877\n" "help.text" msgid "less than" -msgstr "" +msgstr "Mažiau" #. DLXDH #: 03090200.xhp @@ -1265,7 +1265,7 @@ msgctxt "" "par_idN1023B\n" "help.text" msgid "<image id=\"img_id3147468\" src=\"media/helpimg/starmath/bi21306.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147468\">greater than Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147468\" src=\"media/helpimg/starmath/bi21306.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147468\">Ženklo „daugiau“ piktograma</alt></image>" #. b3JvD #: 03090200.xhp @@ -1274,7 +1274,7 @@ msgctxt "" "par_id3147495\n" "help.text" msgid "greater than" -msgstr "" +msgstr "Daugiau" #. qb4iB #: 03090200.xhp @@ -1292,7 +1292,7 @@ msgctxt "" "par_idN10279\n" "help.text" msgid "<image id=\"img_id3155982\" src=\"media/helpimg/starmath/bi21307.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155982\">approximately equal to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155982\" src=\"media/helpimg/starmath/bi21307.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155982\">Apytikslės lygybės ženklo piktograma</alt></image>" #. ZDKAh #: 03090200.xhp @@ -1301,7 +1301,7 @@ msgctxt "" "par_id3149218\n" "help.text" msgid "approximately equal to" -msgstr "" +msgstr "Apytiksliai lygu" #. isebK #: 03090200.xhp @@ -1319,7 +1319,7 @@ msgctxt "" "par_idN102B5\n" "help.text" msgid "<image id=\"img_id3155773\" src=\"media/helpimg/starmath/bi21308.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155773\">parallel to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155773\" src=\"media/helpimg/starmath/bi21308.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155773\">Lygiagretumo ženklo piktograma</alt></image>" #. ofure #: 03090200.xhp @@ -1328,7 +1328,7 @@ msgctxt "" "par_id3147598\n" "help.text" msgid "parallel to" -msgstr "" +msgstr "Lygiagretu" #. 8ZLvs #: 03090200.xhp @@ -1346,7 +1346,7 @@ msgctxt "" "par_idN102F3\n" "help.text" msgid "<image id=\"img_id3148442\" src=\"media/helpimg/starmath/bi21309.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148442\">less than or equal to (slanted) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148442\" src=\"media/helpimg/starmath/bi21309.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148442\">Ženklo „mažiau arba lygu“ (nuožulnus) piktograma</alt></image>" #. 8ECdC #: 03090200.xhp @@ -1355,7 +1355,7 @@ msgctxt "" "par_id3151089\n" "help.text" msgid "less than or equal to (slanted)" -msgstr "" +msgstr "Mažiau arba lygu (nuožulnus)" #. EL2Em #: 03090200.xhp @@ -1373,7 +1373,7 @@ msgctxt "" "par_idN10331\n" "help.text" msgid "<image id=\"img_id3153299\" src=\"media/helpimg/starmath/bi21310.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153299\">greater than or equal to (slanted) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153299\" src=\"media/helpimg/starmath/bi21310.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153299\">Ženklo „daugiau arba lygu“ (nuožulnus) piktograma</alt></image>" #. CEGPX #: 03090200.xhp @@ -1382,7 +1382,7 @@ msgctxt "" "par_id3150171\n" "help.text" msgid "greater than or equal to (slanted)" -msgstr "" +msgstr "Daugiau arba lygu (nuožulnus)" #. vssMQ #: 03090200.xhp @@ -1400,7 +1400,7 @@ msgctxt "" "par_idN1036F\n" "help.text" msgid "<image id=\"img_id3153976\" src=\"media/helpimg/starmath/bi21311.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153976\">similar or equal to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153976\" src=\"media/helpimg/starmath/bi21311.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153976\">Panašumo arba lygybės ženklo piktograma</alt></image>" #. 5WFU4 #: 03090200.xhp @@ -1409,7 +1409,7 @@ msgctxt "" "par_id3145336\n" "help.text" msgid "similar or equal to" -msgstr "" +msgstr "Panašu arba lygu" #. XNShD #: 03090200.xhp @@ -1427,7 +1427,7 @@ msgctxt "" "par_idN103AD\n" "help.text" msgid "<image id=\"img_id3151195\" src=\"media/helpimg/starmath/bi21312.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151195\">proportional to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151195\" src=\"media/helpimg/starmath/bi21312.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151195\">Proporcingumo ženklo piktograma</alt></image>" #. oGj6X #: 03090200.xhp @@ -1436,7 +1436,7 @@ msgctxt "" "par_id3155076\n" "help.text" msgid "proportional to" -msgstr "" +msgstr "Proporcinga" #. 7ATvk #: 03090200.xhp @@ -1454,7 +1454,7 @@ msgctxt "" "par_idN103EB\n" "help.text" msgid "<image id=\"img_id3150103\" src=\"media/helpimg/starmath/bi21313.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150103\">less than or equal to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150103\" src=\"media/helpimg/starmath/bi21313.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150103\">Ženklo „mažiau arba lygu“ piktograma</alt></image>" #. g5q5f #: 03090200.xhp @@ -1463,7 +1463,7 @@ msgctxt "" "par_id3150006\n" "help.text" msgid "less than or equal to" -msgstr "" +msgstr "Mažiau arba lygu" #. SF9d4 #: 03090200.xhp @@ -1481,7 +1481,7 @@ msgctxt "" "par_idN1042C\n" "help.text" msgid "<image id=\"img_id3151228\" src=\"media/helpimg/starmath/bi21314.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151228\">greater than or equal to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151228\" src=\"media/helpimg/starmath/bi21314.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151228\">Ženklo „daugiau arba lygu“ piktograma</alt></image>" #. jAiFV #: 03090200.xhp @@ -1490,7 +1490,7 @@ msgctxt "" "par_id3153131\n" "help.text" msgid "greater than or equal to" -msgstr "" +msgstr "Daugiau arba lygu" #. xY8er #: 03090200.xhp @@ -1508,7 +1508,7 @@ msgctxt "" "par_idN1046D\n" "help.text" msgid "<image id=\"img_id3151003\" src=\"media/helpimg/starmath/bi21315.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151003\">similar to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151003\" src=\"media/helpimg/starmath/bi21315.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151003\">Panašumo ženklo piktograma</alt></image>" #. GdN7S #: 03090200.xhp @@ -1517,7 +1517,7 @@ msgctxt "" "par_id3155935\n" "help.text" msgid "similar to" -msgstr "" +msgstr "Panašu" #. Aj6FY #: 03090200.xhp @@ -1535,7 +1535,7 @@ msgctxt "" "par_idN104AB\n" "help.text" msgid "<image id=\"img_id3149631\" src=\"media/helpimg/starmath/bi21316.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149631\">toward Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149631\" src=\"media/helpimg/starmath/bi21316.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149631\">Artėjimo ženklo piktograma</alt></image>" #. xpsMG #: 03090200.xhp @@ -1544,7 +1544,7 @@ msgctxt "" "par_id3150659\n" "help.text" msgid "toward" -msgstr "" +msgstr "Artėja" #. EhBng #: 03090200.xhp @@ -1562,7 +1562,7 @@ msgctxt "" "par_idN104E7\n" "help.text" msgid "<image id=\"img_id3149969\" src=\"media/helpimg/starmath/bi21324.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149969\">double arrow pointing left Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149969\" src=\"media/helpimg/starmath/bi21324.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149969\">Rodyklės kairėn su dviguba linija piktograma</alt></image>" #. zZKr3 #: 03090200.xhp @@ -1571,7 +1571,7 @@ msgctxt "" "par_id3147279\n" "help.text" msgid "double arrow pointing left" -msgstr "" +msgstr "Rodyklė kairėn su dviguba linija" #. Usb37 #: 03090200.xhp @@ -1589,7 +1589,7 @@ msgctxt "" "par_idN10525\n" "help.text" msgid "<image id=\"img_id3149516\" src=\"media/helpimg/starmath/bi21325.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149516\">double arrow pointing left and right Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149516\" src=\"media/helpimg/starmath/bi21325.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149516\">Abipusės rodyklės su dviguba linija piktograma</alt></image>" #. EUN9e #: 03090200.xhp @@ -1598,7 +1598,7 @@ msgctxt "" "par_id3148707\n" "help.text" msgid "double arrow pointing left and right" -msgstr "" +msgstr "Abipusė rodyklė su dviguba linija" #. q6D8g #: 03090200.xhp @@ -1616,7 +1616,7 @@ msgctxt "" "par_idN10563\n" "help.text" msgid "<image id=\"img_id3148697\" src=\"media/helpimg/starmath/bi21326.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148697\">double arrow pointing right Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148697\" src=\"media/helpimg/starmath/bi21326.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148697\">Rodyklės dešinėn su dviguba linija piktograma</alt></image>" #. EWCGe #: 03090200.xhp @@ -1625,7 +1625,7 @@ msgctxt "" "par_id3150853\n" "help.text" msgid "double arrow pointing right" -msgstr "" +msgstr "Rodyklė dešinėn su dviguba linija" #. Hu7S2 #: 03090200.xhp @@ -1643,7 +1643,7 @@ msgctxt "" "par_idN10564\n" "help.text" msgid "<image id=\"img_id3148698\" src=\"media/helpimg/starmath/bi21327.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148698\">precedes Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148698\" src=\"media/helpimg/starmath/bi21327.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148698\">Ženklo „yra prieš“ piktograma</alt></image>" #. dzHB9 #: 03090200.xhp @@ -1652,7 +1652,7 @@ msgctxt "" "par_id3150854\n" "help.text" msgid "precedes" -msgstr "" +msgstr "Yra prieš" #. BJxWG #: 03090200.xhp @@ -1670,7 +1670,7 @@ msgctxt "" "par_idN10565\n" "help.text" msgid "<image id=\"img_id3148699\" src=\"media/helpimg/starmath/bi21329.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148699\">succeeds Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148699\" src=\"media/helpimg/starmath/bi21329.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148699\">Ženklo „yra po“ piktograma</alt></image>" #. aUkQi #: 03090200.xhp @@ -1679,7 +1679,7 @@ msgctxt "" "par_id3150855\n" "help.text" msgid "succeeds" -msgstr "" +msgstr "Yra po" #. spsAp #: 03090200.xhp @@ -1697,7 +1697,7 @@ msgctxt "" "par_idN10566\n" "help.text" msgid "<image id=\"img_id3148700\" src=\"media/helpimg/starmath/bi21328.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148700\">not precedes Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148700\" src=\"media/helpimg/starmath/bi21328.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148700\">Ženklo „nėra prieš“ piktograma</alt></image>" #. 2qAuX #: 03090200.xhp @@ -1706,7 +1706,7 @@ msgctxt "" "par_id3150856\n" "help.text" msgid "not precedes" -msgstr "" +msgstr "Nėra prieš" #. xBrM8 #: 03090200.xhp @@ -1724,7 +1724,7 @@ msgctxt "" "par_idN10567\n" "help.text" msgid "<image id=\"img_id3148701\" src=\"media/helpimg/starmath/bi21330.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148701\">not succeeds Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148701\" src=\"media/helpimg/starmath/bi21330.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148701\">Ženklo „nėra po“ piktograma</alt></image>" #. 5QnrZ #: 03090200.xhp @@ -1733,7 +1733,7 @@ msgctxt "" "par_id3150857\n" "help.text" msgid "not succeeds" -msgstr "" +msgstr "Nėra po" #. x6Bhs #: 03090200.xhp @@ -1751,7 +1751,7 @@ msgctxt "" "par_idN10568\n" "help.text" msgid "<image id=\"img_id3148702\" src=\"media/helpimg/starmath/bi21331.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148702\">precedes or equal Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148702\" src=\"media/helpimg/starmath/bi21331.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148702\">Ženklo „yra prieš arba lygu“ piktograma</alt></image>" #. SD6AE #: 03090200.xhp @@ -1760,7 +1760,7 @@ msgctxt "" "par_id3150858\n" "help.text" msgid "precedes or equal" -msgstr "" +msgstr "Yra prieš arba lygu" #. qTfda #: 03090200.xhp @@ -1778,7 +1778,7 @@ msgctxt "" "par_idN10569\n" "help.text" msgid "<image id=\"img_id3148703\" src=\"media/helpimg/starmath/bi21332.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148703\">succeeds or equal Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148703\" src=\"media/helpimg/starmath/bi21332.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148703\">Ženklo „yra po arba lygu“ piktograma</alt></image>" #. DCfhF #: 03090200.xhp @@ -1787,7 +1787,7 @@ msgctxt "" "par_id3150859\n" "help.text" msgid "succeeds or equal" -msgstr "" +msgstr "Yra po arba lygu" #. FrQLz #: 03090200.xhp @@ -1805,7 +1805,7 @@ msgctxt "" "par_idN10570\n" "help.text" msgid "<image id=\"img_id3148704\" src=\"media/helpimg/starmath/bi21333.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148704\">precedes or equivalent Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148704\" src=\"media/helpimg/starmath/bi21333.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148704\">Ženklo „yra prieš arba ekvivalentu“ piktograma</alt></image>" #. GEzwj #: 03090200.xhp @@ -1814,7 +1814,7 @@ msgctxt "" "par_id3150860\n" "help.text" msgid "precedes or equivalent" -msgstr "" +msgstr "Yra prieš arba ekvivalentu" #. WHjnV #: 03090200.xhp @@ -1832,7 +1832,7 @@ msgctxt "" "par_idN10571\n" "help.text" msgid "<image id=\"img_id3148705\" src=\"media/helpimg/starmath/bi21334.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148705\">succeeds or equivalent Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148705\" src=\"media/helpimg/starmath/bi21334.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148705\">Ženklo „yra po arba ekvivalentu“ piktograma</alt></image>" #. jbhU3 #: 03090200.xhp @@ -1841,7 +1841,7 @@ msgctxt "" "par_id3150861\n" "help.text" msgid "succeeds or equivalent" -msgstr "" +msgstr "Yra po arba ekvivalentu" #. 5G2CF #: 03090200.xhp @@ -1913,7 +1913,7 @@ msgctxt "" "tit\n" "help.text" msgid "Operators" -msgstr "" +msgstr "Ženklai" #. CpBCz #: 03090300.xhp @@ -1931,7 +1931,7 @@ msgctxt "" "hd_id3153150\n" "help.text" msgid "<link href=\"text/smath/01/03090300.xhp\" name=\"Operators\">Operators</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/03090300.xhp\" name=\"Operators\">Ženklai</link>" #. 9GqEF #: 03090300.xhp @@ -1958,7 +1958,7 @@ msgctxt "" "hd_id3147516\n" "help.text" msgid "Operator Functions" -msgstr "" +msgstr "Ženklai" #. UzFZD #: 03090300.xhp @@ -1967,7 +1967,7 @@ msgctxt "" "par_idN10088\n" "help.text" msgid "<image id=\"img_id3152944\" src=\"media/helpimg/starmath/fo21601.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152944\">Limit Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152944\" src=\"media/helpimg/starmath/fo21601.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152944\">Ribos ženklo piktograma</alt></image>" #. nJrdT #: 03090300.xhp @@ -1976,7 +1976,7 @@ msgctxt "" "par_id3153527\n" "help.text" msgid "Limit" -msgstr "" +msgstr "Riba" #. GdD5h #: 03090300.xhp @@ -1994,7 +1994,7 @@ msgctxt "" "par_idN100C4\n" "help.text" msgid "<image id=\"img_id3150970\" src=\"media/helpimg/starmath/fo21602.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150970\">Summation Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150970\" src=\"media/helpimg/starmath/fo21602.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150970\">Sumos ženklo piktograma</alt></image>" #. hfKdZ #: 03090300.xhp @@ -2003,7 +2003,7 @@ msgctxt "" "par_id3154475\n" "help.text" msgid "Summation" -msgstr "" +msgstr "Suma" #. Tf4KP #: 03090300.xhp @@ -2021,7 +2021,7 @@ msgctxt "" "par_idN10102\n" "help.text" msgid "<image id=\"img_id3146932\" src=\"media/helpimg/starmath/fo21603.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146932\">Product Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146932\" src=\"media/helpimg/starmath/fo21603.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146932\">Sandaugos ženklo piktograma</alt></image>" #. weDue #: 03090300.xhp @@ -2030,7 +2030,7 @@ msgctxt "" "par_id3155184\n" "help.text" msgid "Product" -msgstr "" +msgstr "Sandauga" #. bugLD #: 03090300.xhp @@ -2048,7 +2048,7 @@ msgctxt "" "par_idN1013E\n" "help.text" msgid "<image id=\"img_id3149814\" src=\"media/helpimg/starmath/fo21604.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149814\">Coproduct Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149814\" src=\"media/helpimg/starmath/fo21604.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149814\">Sudėtinės sandaugos ženklas</alt></image>" #. oYW7M #: 03090300.xhp @@ -2057,7 +2057,7 @@ msgctxt "" "par_id3148982\n" "help.text" msgid "Coproduct" -msgstr "" +msgstr "Sudėtinė sandauga" #. 4Pipz #: 03090300.xhp @@ -2075,7 +2075,7 @@ msgctxt "" "par_idN1017A\n" "help.text" msgid "<image id=\"img_id3152766\" src=\"media/helpimg/starmath/fo21613.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152766\">Upper and Lower Limit Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152766\" src=\"media/helpimg/starmath/fo21613.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152766\">Viršutinės ir apatinės ribos ženklo piktograma</alt></image>" #. 4nBns #: 03090300.xhp @@ -2084,7 +2084,7 @@ msgctxt "" "par_id3155146\n" "help.text" msgid "Upper and Lower Limit" -msgstr "" +msgstr "Viršutinė ir apatinė riba" #. 5Q6dW #: 03090300.xhp @@ -2102,7 +2102,7 @@ msgctxt "" "par_idN101B8\n" "help.text" msgid "<image id=\"img_id3151023\" src=\"media/helpimg/starmath/fo21605.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151023\">Integral Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151023\" src=\"media/helpimg/starmath/fo21605.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151023\">Integralo ženklo piktograma</alt></image>" #. jQhgG #: 03090300.xhp @@ -2111,7 +2111,7 @@ msgctxt "" "par_id3149175\n" "help.text" msgid "Integral" -msgstr "" +msgstr "Integralas" #. CJFa4 #: 03090300.xhp @@ -2129,7 +2129,7 @@ msgctxt "" "par_idN101F4\n" "help.text" msgid "<image id=\"img_id3145772\" src=\"media/helpimg/starmath/fo21606.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145772\">Double Integral Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145772\" src=\"media/helpimg/starmath/fo21606.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145772\">Dvilypio integralo ženklo piktograma</alt></image>" #. iYAcL #: 03090300.xhp @@ -2138,7 +2138,7 @@ msgctxt "" "par_id3151379\n" "help.text" msgid "Double Integral" -msgstr "" +msgstr "Dvilypis integralas" #. Gvn26 #: 03090300.xhp @@ -2156,7 +2156,7 @@ msgctxt "" "par_idN10230\n" "help.text" msgid "<image id=\"img_id3147409\" src=\"media/helpimg/starmath/fo21607.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147409\">Triple Integral Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147409\" src=\"media/helpimg/starmath/fo21607.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147409\">Trilypio integralo ženklas</alt></image>" #. HUG9o #: 03090300.xhp @@ -2165,7 +2165,7 @@ msgctxt "" "par_id3147618\n" "help.text" msgid "Triple Integral" -msgstr "" +msgstr "Trilypis integralas" #. jQScP #: 03090300.xhp @@ -2183,7 +2183,7 @@ msgctxt "" "par_idN1026C\n" "help.text" msgid "<image id=\"img_id3149562\" src=\"media/helpimg/starmath/fo21614.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149562\">Lower Limit Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149562\" src=\"media/helpimg/starmath/fo21614.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149562\">Apatinės ribos ženklas</alt></image>" #. sxs86 #: 03090300.xhp @@ -2192,7 +2192,7 @@ msgctxt "" "par_id3153508\n" "help.text" msgid "Lower Limit" -msgstr "" +msgstr "Apatinė riba" #. AArqa #: 03090300.xhp @@ -2210,7 +2210,7 @@ msgctxt "" "par_idN102AA\n" "help.text" msgid "<image id=\"img_id3147109\" src=\"media/helpimg/starmath/fo21609.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147109\">Curve Integral Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147109\" src=\"media/helpimg/starmath/fo21609.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147109\">Kreivinio integralo ženklo piktograma</alt></image>" #. DNPn6 #: 03090300.xhp @@ -2219,7 +2219,7 @@ msgctxt "" "par_id3149839\n" "help.text" msgid "Curve Integral" -msgstr "" +msgstr "Kreivinis integralas" #. ifu89 #: 03090300.xhp @@ -2237,7 +2237,7 @@ msgctxt "" "par_idN102E6\n" "help.text" msgid "<image id=\"img_id3147055\" src=\"media/helpimg/starmath/fo21610.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147055\">Double Curve Integral Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147055\" src=\"media/helpimg/starmath/fo21610.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147055\">Dvilypio kreivinio integralo ženklo piktograma</alt></image>" #. DgzFM #: 03090300.xhp @@ -2246,7 +2246,7 @@ msgctxt "" "par_id3151086\n" "help.text" msgid "Double Curve Integral" -msgstr "" +msgstr "Dvilypis kreivinis integralas" #. XGsSe #: 03090300.xhp @@ -2264,7 +2264,7 @@ msgctxt "" "par_idN10322\n" "help.text" msgid "<image id=\"img_id3154578\" src=\"media/helpimg/starmath/fo21611.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154578\">Triple Curve Integral Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154578\" src=\"media/helpimg/starmath/fo21611.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154578\">Trilypio kreivinio integralo ženklo piktograma</alt></image>" #. DBq8L #: 03090300.xhp @@ -2273,7 +2273,7 @@ msgctxt "" "par_id3150161\n" "help.text" msgid "Triple Curve Integral" -msgstr "" +msgstr "Trilypis kreivinis integralas" #. fGggj #: 03090300.xhp @@ -2291,7 +2291,7 @@ msgctxt "" "par_idN1035E\n" "help.text" msgid "<image id=\"img_id3149332\" src=\"media/helpimg/starmath/fo21615.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149332\">Upper Limit Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149332\" src=\"media/helpimg/starmath/fo21615.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149332\">Viršutinės ribos ženklo piktograma</alt></image>" #. sdXwP #: 03090300.xhp @@ -2300,7 +2300,7 @@ msgctxt "" "par_id3145343\n" "help.text" msgid "Upper Limit" -msgstr "" +msgstr "Viršutinė riba" #. QLTfd #: 03090300.xhp @@ -2372,7 +2372,7 @@ msgctxt "" "tit\n" "help.text" msgid "Functions" -msgstr "" +msgstr "Funkcijos" #. ADGDi #: 03090400.xhp @@ -2390,7 +2390,7 @@ msgctxt "" "hd_id3150932\n" "help.text" msgid "<link href=\"text/smath/01/03090400.xhp\" name=\"Functions\">Functions</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/03090400.xhp\" name=\"Functions\">Funkcijos</link>" #. ELsLc #: 03090400.xhp @@ -2417,7 +2417,7 @@ msgctxt "" "hd_id3156319\n" "help.text" msgid "List of functions" -msgstr "" +msgstr "Funkcijų sąrašas" #. ccFrY #: 03090400.xhp @@ -2426,7 +2426,7 @@ msgctxt "" "par_idN10081\n" "help.text" msgid "<image id=\"img_id3153154\" src=\"media/helpimg/starmath/fu21505.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153154\">Natural Exponential Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153154\" src=\"media/helpimg/starmath/fu21505.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153154\">Natūraliosios eksponentinės funkcijos ženklo piktograma</alt></image>" #. HBgfc #: 03090400.xhp @@ -2435,7 +2435,7 @@ msgctxt "" "par_id3149750\n" "help.text" msgid "Natural Exponential Function" -msgstr "" +msgstr "Natūralioji eksponentinė funkcija" #. DMDWu #: 03090400.xhp @@ -2453,7 +2453,7 @@ msgctxt "" "par_idN100BC\n" "help.text" msgid "<image id=\"img_id3147507\" src=\"media/helpimg/starmath/fu21506.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147507\">Natural Logarithm Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147507\" src=\"media/helpimg/starmath/fu21506.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147507\">Natūraliojo logaritmo ženklo piktograma</alt></image>" #. 7g3BJ #: 03090400.xhp @@ -2462,7 +2462,7 @@ msgctxt "" "par_id3154104\n" "help.text" msgid "Natural Logarithm" -msgstr "" +msgstr "Natūralusis logaritmas" #. yzRfi #: 03090400.xhp @@ -2480,7 +2480,7 @@ msgctxt "" "par_idN100F7\n" "help.text" msgid "<image id=\"img_id3154574\" src=\"media/helpimg/starmath/fu21507.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154574\">Exponential Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154574\" src=\"media/helpimg/starmath/fu21507.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154574\">Eksponentinės funkcijos ženklo piktograma</alt></image>" #. ipXvm #: 03090400.xhp @@ -2489,7 +2489,7 @@ msgctxt "" "par_id3150972\n" "help.text" msgid "Exponential Function" -msgstr "" +msgstr "Eksponentinė funkcija" #. imjgF #: 03090400.xhp @@ -2507,7 +2507,7 @@ msgctxt "" "par_idN10132\n" "help.text" msgid "<image id=\"img_id3149687\" src=\"media/helpimg/starmath/fu21508.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149687\">Logarithm Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149687\" src=\"media/helpimg/starmath/fu21508.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149687\">Logaritmo ženklo piktograma</alt></image>" #. LX2Ke #: 03090400.xhp @@ -2516,7 +2516,7 @@ msgctxt "" "par_id3146925\n" "help.text" msgid "Logarithm" -msgstr "" +msgstr "Logaritmas" #. Fkcmi #: 03090400.xhp @@ -2534,7 +2534,7 @@ msgctxt "" "par_id3149483\n" "help.text" msgid "<image id=\"img_id3149490\" src=\"media/helpimg/starmath/fu21908.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149490\">Power Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149490\" src=\"media/helpimg/starmath/fu21908.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149490\">Kėlimo laipsniu piktograma</alt></image>" #. XKMzK #: 03090400.xhp @@ -2543,7 +2543,7 @@ msgctxt "" "par_id3149819\n" "help.text" msgid "Power" -msgstr "" +msgstr "Laipsnis" #. GDQCF #: 03090400.xhp @@ -2561,7 +2561,7 @@ msgctxt "" "par_idN101B1\n" "help.text" msgid "<image id=\"img_id3149043\" src=\"media/helpimg/starmath/fu21509.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149043\">Sine Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149043\" src=\"media/helpimg/starmath/fu21509.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149043\">Sinuso piktograma</alt></image>" #. FeedP #: 03090400.xhp @@ -2570,7 +2570,7 @@ msgctxt "" "par_id3152774\n" "help.text" msgid "Sine" -msgstr "" +msgstr "Sinusas" #. vFQRT #: 03090400.xhp @@ -2588,7 +2588,7 @@ msgctxt "" "par_idN101EA\n" "help.text" msgid "<image id=\"img_id3147139\" src=\"media/helpimg/starmath/fu21510.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147139\">Cosine Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147139\" src=\"media/helpimg/starmath/fu21510.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147139\">Kosinuso piktograma</alt></image>" #. LRNwp #: 03090400.xhp @@ -2597,7 +2597,7 @@ msgctxt "" "par_id3150581\n" "help.text" msgid "Cosine" -msgstr "" +msgstr "Kosinusas" #. GeEFc #: 03090400.xhp @@ -2615,7 +2615,7 @@ msgctxt "" "par_idN10223\n" "help.text" msgid "<image id=\"img_id3148759\" src=\"media/helpimg/starmath/fu21511.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148759\">Tangent Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148759\" src=\"media/helpimg/starmath/fu21511.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148759\">Tangento piktograma</alt></image>" #. nBpjo #: 03090400.xhp @@ -2624,7 +2624,7 @@ msgctxt "" "par_id3156366\n" "help.text" msgid "Tangent" -msgstr "" +msgstr "Tangentas" #. bQcQj #: 03090400.xhp @@ -2642,7 +2642,7 @@ msgctxt "" "par_idN1025C\n" "help.text" msgid "<image id=\"img_id3149536\" src=\"media/helpimg/starmath/fu21512.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149536\">Cotangent Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149536\" src=\"media/helpimg/starmath/fu21512.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149536\">Kotangento piktograma</alt></image>" #. DsEAG #: 03090400.xhp @@ -2651,7 +2651,7 @@ msgctxt "" "par_id3155867\n" "help.text" msgid "Cotangent" -msgstr "" +msgstr "Kotangentas" #. ZEgN5 #: 03090400.xhp @@ -2669,7 +2669,7 @@ msgctxt "" "par_idN10295\n" "help.text" msgid "<image id=\"img_id3147499\" src=\"media/helpimg/starmath/fu21513.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147499\">Hyperbolic Sine Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147499\" src=\"media/helpimg/starmath/fu21513.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147499\">Hiperbolinio sinuso piktograma</alt></image>" #. pW3gq #: 03090400.xhp @@ -2678,7 +2678,7 @@ msgctxt "" "par_id3145119\n" "help.text" msgid "Hyperbolic Sine" -msgstr "" +msgstr "Hiperbolinis sinusas" #. rBRyp #: 03090400.xhp @@ -2696,7 +2696,7 @@ msgctxt "" "par_idN102CE\n" "help.text" msgid "<image id=\"img_id3168610\" src=\"media/helpimg/starmath/fu21503.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3168610\">Square Root Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3168610\" src=\"media/helpimg/starmath/fu21503.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3168610\">Kvadratinės šaknies ženklo piktograma</alt></image>" #. JpriW #: 03090400.xhp @@ -2705,7 +2705,7 @@ msgctxt "" "par_id3147734\n" "help.text" msgid "Square Root" -msgstr "" +msgstr "Kvadratinė šaknis" #. MiHzH #: 03090400.xhp @@ -2723,7 +2723,7 @@ msgctxt "" "par_idN10309\n" "help.text" msgid "<image id=\"img_id3147608\" src=\"media/helpimg/starmath/fu21514.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147608\">Hyperbolic Cosine Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147608\" src=\"media/helpimg/starmath/fu21514.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147608\">Hiperbolinio kosinuso piktograma</alt></image>" #. aRuFQ #: 03090400.xhp @@ -2732,7 +2732,7 @@ msgctxt "" "par_id3148846\n" "help.text" msgid "Hyperbolic Cosine" -msgstr "" +msgstr "Hiperbolinis kosinusas" #. Dpcdz #: 03090400.xhp @@ -2750,7 +2750,7 @@ msgctxt "" "par_idN10342\n" "help.text" msgid "<image id=\"img_id3151087\" src=\"media/helpimg/starmath/fu21515.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151087\">Hyperbolic Tangent Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151087\" src=\"media/helpimg/starmath/fu21515.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151087\">Hiperbolinio tangento piktograma</alt></image>" #. Qy9Es #: 03090400.xhp @@ -2759,7 +2759,7 @@ msgctxt "" "par_id3154088\n" "help.text" msgid "Hyperbolic Tangent" -msgstr "" +msgstr "Hiperbolinis tangentas" #. 9meJz #: 03090400.xhp @@ -2777,7 +2777,7 @@ msgctxt "" "par_idN1037C\n" "help.text" msgid "<image id=\"img_id3151112\" src=\"media/helpimg/starmath/fu21516.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151112\">Hyperbolic Cotangent Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151112\" src=\"media/helpimg/starmath/fu21516.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151112\">Hiperbolinio kotangento piktograma</alt></image>" #. fiHbq #: 03090400.xhp @@ -2786,7 +2786,7 @@ msgctxt "" "par_id3156119\n" "help.text" msgid "Hyperbolic Cotangent" -msgstr "" +msgstr "Hiperbolinis kotangentas" #. JMB9C #: 03090400.xhp @@ -2804,7 +2804,7 @@ msgctxt "" "par_idN103B5\n" "help.text" msgid "<image id=\"img_id3154714\" src=\"media/helpimg/starmath/fu21504.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154714\">nth Root Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154714\" src=\"media/helpimg/starmath/fu21504.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154714\">n-tojo laipsnio šaknies ženklo piktograma</alt></image>" #. o7MGD #: 03090400.xhp @@ -2813,7 +2813,7 @@ msgctxt "" "par_id3149320\n" "help.text" msgid "nth Root" -msgstr "" +msgstr "n-tojo laipsnio šaknis" #. gqW4K #: 03090400.xhp @@ -2831,7 +2831,7 @@ msgctxt "" "par_idN103EE\n" "help.text" msgid "<image id=\"img_id3145633\" src=\"media/helpimg/starmath/fu21517.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145633\">Arc Sine Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145633\" src=\"media/helpimg/starmath/fu21517.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145633\">Arksinuso piktograma</alt></image>" #. obD2E #: 03090400.xhp @@ -2840,7 +2840,7 @@ msgctxt "" "par_id3155083\n" "help.text" msgid "Arc Sine" -msgstr "" +msgstr "Arksinusas" #. cmpFA #: 03090400.xhp @@ -2858,7 +2858,7 @@ msgctxt "" "par_idN10427\n" "help.text" msgid "<image id=\"img_id3146951\" src=\"media/helpimg/starmath/fu21518.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146951\">Arc Cosine Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146951\" src=\"media/helpimg/starmath/fu21518.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146951\">Arkkosinuso piktograma</alt></image>" #. EWWTb #: 03090400.xhp @@ -2867,7 +2867,7 @@ msgctxt "" "par_id3148792\n" "help.text" msgid "Arc Cosine" -msgstr "" +msgstr "Arkkosinusas" #. YKBao #: 03090400.xhp @@ -2885,7 +2885,7 @@ msgctxt "" "par_idN10460\n" "help.text" msgid "<image id=\"img_id3149369\" src=\"media/helpimg/starmath/fu21519.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149369\">Arc Tangent Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149369\" src=\"media/helpimg/starmath/fu21519.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149369\">Arktangento piktograma</alt></image>" #. nj4au #: 03090400.xhp @@ -2894,7 +2894,7 @@ msgctxt "" "par_id3151224\n" "help.text" msgid "Arc Tangent" -msgstr "" +msgstr "Arktangentas" #. SEe4A #: 03090400.xhp @@ -2912,7 +2912,7 @@ msgctxt "" "par_idN10493\n" "help.text" msgid "<image id=\"img_id3153141\" src=\"media/helpimg/starmath/fu21520.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153141\">Arc Cotangent Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153141\" src=\"media/helpimg/starmath/fu21520.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153141\">Arkkotangento piktograma</alt></image>" #. 3EDX2 #: 03090400.xhp @@ -2921,7 +2921,7 @@ msgctxt "" "par_id3148819\n" "help.text" msgid "Arc Cotangent" -msgstr "" +msgstr "Arkkotangentas" #. U5Y7B #: 03090400.xhp @@ -2939,7 +2939,7 @@ msgctxt "" "par_idN104CC\n" "help.text" msgid "<image id=\"img_id3154624\" src=\"media/helpimg/starmath/fu21501.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154624\">Absolute Value Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154624\" src=\"media/helpimg/starmath/fu21501.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154624\">Absoliučiosios reikšmės ženklo piktograma</alt></image>" #. CBa6U #: 03090400.xhp @@ -2948,7 +2948,7 @@ msgctxt "" "par_id3147383\n" "help.text" msgid "Absolute Value" -msgstr "" +msgstr "Absoliučioji reikšmė" #. sATGV #: 03090400.xhp @@ -2966,7 +2966,7 @@ msgctxt "" "par_idN10507\n" "help.text" msgid "<image id=\"img_id3154023\" src=\"media/helpimg/starmath/fu21521.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154023\">Area Hyperbolic Sine Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154023\" src=\"media/helpimg/starmath/fu21521.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154023\">Hiperbolinio areasinuso piktograma</alt></image>" #. RZeD9 #: 03090400.xhp @@ -2975,7 +2975,7 @@ msgctxt "" "par_id3149972\n" "help.text" msgid "Area Hyperbolic Sine" -msgstr "" +msgstr "Hiperbolinis areasinusas" #. sQ5DE #: 03090400.xhp @@ -2993,7 +2993,7 @@ msgctxt "" "par_idN1053A\n" "help.text" msgid "<image id=\"img_id3149602\" src=\"media/helpimg/starmath/fu21522.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149602\">Area Hyperbolic Cosine Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149602\" src=\"media/helpimg/starmath/fu21522.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149602\">Hiperbolinio areakosinuso piktograma</alt></image>" #. GCRqn #: 03090400.xhp @@ -3002,7 +3002,7 @@ msgctxt "" "par_id3150788\n" "help.text" msgid "Area Hyperbolic Cosine" -msgstr "" +msgstr "Hiperbolinis areakosinusas" #. TUd2a #: 03090400.xhp @@ -3020,7 +3020,7 @@ msgctxt "" "par_idN10573\n" "help.text" msgid "<image id=\"img_id3155342\" src=\"media/helpimg/starmath/fu21523.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155342\">Area Hyperbolic Tangent Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155342\" src=\"media/helpimg/starmath/fu21523.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155342\">Hiperbolinio areatangento piktograma</alt></image>" #. xTiN8 #: 03090400.xhp @@ -3029,7 +3029,7 @@ msgctxt "" "par_id3149526\n" "help.text" msgid "Area Hyperbolic Tangent" -msgstr "" +msgstr "Hiperbolinis areatangentas" #. sDBk7 #: 03090400.xhp @@ -3047,7 +3047,7 @@ msgctxt "" "par_idN105AC\n" "help.text" msgid "<image id=\"img_id3150842\" src=\"media/helpimg/starmath/fu21524.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150842\">Area Hyperbolic Cotangent Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150842\" src=\"media/helpimg/starmath/fu21524.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150842\">Hiperbolinio areakotangento piktograma</alt></image>" #. VE7SB #: 03090400.xhp @@ -3056,7 +3056,7 @@ msgctxt "" "par_id3145231\n" "help.text" msgid "Area Hyperbolic Cotangent" -msgstr "" +msgstr "Hiperbolinis areakotangentas" #. VYSMD #: 03090400.xhp @@ -3074,7 +3074,7 @@ msgctxt "" "par_idN105E5\n" "help.text" msgid "<image id=\"img_id3145301\" src=\"media/helpimg/starmath/fu21502.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145301\">Factorial Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145301\" src=\"media/helpimg/starmath/fu21502.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145301\">Faktorialo ženklo piktograma</alt></image>" #. ACkUz #: 03090400.xhp @@ -3083,7 +3083,7 @@ msgctxt "" "par_id3156006\n" "help.text" msgid "Factorial" -msgstr "" +msgstr "Faktorialas" #. aSDab #: 03090400.xhp @@ -3119,7 +3119,7 @@ msgctxt "" "tit\n" "help.text" msgid "Brackets" -msgstr "" +msgstr "Skliaustai" #. ZYx8F #: 03090500.xhp @@ -3137,7 +3137,7 @@ msgctxt "" "hd_id3153153\n" "help.text" msgid "<link href=\"text/smath/01/03090500.xhp\" name=\"Brackets\">Brackets</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/03090500.xhp\" name=\"Brackets\">Skliaustai</link>" #. uHWGz #: 03090500.xhp @@ -3164,7 +3164,7 @@ msgctxt "" "hd_id3154277\n" "help.text" msgid "Bracket types" -msgstr "" +msgstr "Skliaustų tipai" #. qqSkm #: 03090500.xhp @@ -3173,7 +3173,7 @@ msgctxt "" "par_idN10084\n" "help.text" msgid "<image id=\"img_id3149801\" src=\"media/helpimg/starmath/al21801.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149801\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149801\" src=\"media/helpimg/starmath/al21801.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149801\">Piktograma</alt></image>" #. aLk7N #: 03090500.xhp @@ -3182,7 +3182,7 @@ msgctxt "" "par_id3153778\n" "help.text" msgid "Round brackets (parentheses)" -msgstr "" +msgstr "Skliaustai" #. DNC6s #: 03090500.xhp @@ -3200,7 +3200,7 @@ msgctxt "" "par_idN100BF\n" "help.text" msgid "<image id=\"img_id3158440\" src=\"media/helpimg/starmath/al21802.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3158440\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3158440\" src=\"media/helpimg/starmath/al21802.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3158440\">Piktograma</alt></image>" #. MVphJ #: 03090500.xhp @@ -3209,7 +3209,7 @@ msgctxt "" "par_id3151319\n" "help.text" msgid "Square brackets" -msgstr "" +msgstr "Laužtiniai skliaustai" #. Xdobd #: 03090500.xhp @@ -3227,7 +3227,7 @@ msgctxt "" "par_idN100F8\n" "help.text" msgid "<image id=\"img_id3146923\" src=\"media/helpimg/starmath/al21823.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146923\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146923\" src=\"media/helpimg/starmath/al21823.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146923\">Piktograma</alt></image>" #. UcoeP #: 03090500.xhp @@ -3236,7 +3236,7 @@ msgctxt "" "par_id3149300\n" "help.text" msgid "Double square brackets" -msgstr "" +msgstr "Dvigubi laužtiniai skliaustai" #. a74R7 #: 03090500.xhp @@ -3254,7 +3254,7 @@ msgctxt "" "par_idN10131\n" "help.text" msgid "<image id=\"img_id3149815\" src=\"media/helpimg/starmath/al21804.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149815\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149815\" src=\"media/helpimg/starmath/al21804.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149815\">Piktograma</alt></image>" #. 57jhB #: 03090500.xhp @@ -3263,7 +3263,7 @@ msgctxt "" "par_id3147088\n" "help.text" msgid "Braces (curly brackets)" -msgstr "" +msgstr "Riestiniai skliaustai" #. LtzZ3 #: 03090500.xhp @@ -3281,7 +3281,7 @@ msgctxt "" "par_idN1016C\n" "help.text" msgid "<image id=\"img_id3148736\" src=\"media/helpimg/starmath/al21805.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148736\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148736\" src=\"media/helpimg/starmath/al21805.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148736\">Piktograma</alt></image>" #. nzF9h #: 03090500.xhp @@ -3290,7 +3290,7 @@ msgctxt "" "par_id3147336\n" "help.text" msgid "Single vertical bars" -msgstr "" +msgstr "Vertikalios linijos" #. V8MVq #: 03090500.xhp @@ -3308,7 +3308,7 @@ msgctxt "" "par_idN101A5\n" "help.text" msgid "<image id=\"img_id3153350\" src=\"media/helpimg/starmath/al21806.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153350\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153350\" src=\"media/helpimg/starmath/al21806.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153350\">Piktograma</alt></image>" #. P4AEV #: 03090500.xhp @@ -3317,7 +3317,7 @@ msgctxt "" "par_id3151039\n" "help.text" msgid "Double vertical bars" -msgstr "" +msgstr "Dvigubos vertikalios linijos" #. 2JkCT #: 03090500.xhp @@ -3335,7 +3335,7 @@ msgctxt "" "par_idN101DE\n" "help.text" msgid "<image id=\"img_id3155118\" src=\"media/helpimg/starmath/al21803.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155118\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155118\" src=\"media/helpimg/starmath/al21803.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155118\">Piktograma</alt></image>" #. odKaL #: 03090500.xhp @@ -3344,7 +3344,7 @@ msgctxt "" "par_id3147315\n" "help.text" msgid "Angle brackets" -msgstr "" +msgstr "Kampiniai skliaustai" #. cVPUB #: 03090500.xhp @@ -3362,7 +3362,7 @@ msgctxt "" "par_idN10217\n" "help.text" msgid "<image id=\"img_id3155867\" src=\"media/helpimg/starmath/al21821.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155867\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155867\" src=\"media/helpimg/starmath/al21821.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155867\">Piktograma</alt></image>" #. SoGCr #: 03090500.xhp @@ -3371,7 +3371,7 @@ msgctxt "" "par_id3147413\n" "help.text" msgid "Operator brackets" -msgstr "" +msgstr "Funkcijos skliaustai" #. wCbGZ #: 03090500.xhp @@ -3389,7 +3389,7 @@ msgctxt "" "par_idN10253\n" "help.text" msgid "<image id=\"img_id3149561\" src=\"media/helpimg/starmath/al21808.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149561\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149561\" src=\"media/helpimg/starmath/al21808.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149561\">Piktograma</alt></image>" #. BqAqN #: 03090500.xhp @@ -3398,7 +3398,7 @@ msgctxt "" "par_id3155964\n" "help.text" msgid "Group brackets" -msgstr "" +msgstr "Grupavimo skliaustai" #. XebEN #: 03090500.xhp @@ -3416,7 +3416,7 @@ msgctxt "" "par_idN1028E\n" "help.text" msgid "<image id=\"img_id3147733\" src=\"media/helpimg/starmath/al21809.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147733\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147733\" src=\"media/helpimg/starmath/al21809.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147733\">Piktograma</alt></image>" #. ochKP #: 03090500.xhp @@ -3425,7 +3425,7 @@ msgctxt "" "par_id3146333\n" "help.text" msgid "Round brackets (scalable)" -msgstr "" +msgstr "Skliaustai (keičiamo dydžio)" #. 6EPqD #: 03090500.xhp @@ -3443,7 +3443,7 @@ msgctxt "" "par_idN102CC\n" "help.text" msgid "<image id=\"img_id3148852\" src=\"media/helpimg/starmath/al21810.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148852\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148852\" src=\"media/helpimg/starmath/al21810.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148852\">Piktograma</alt></image>" #. AuYFG #: 03090500.xhp @@ -3452,7 +3452,7 @@ msgctxt "" "par_id3155570\n" "help.text" msgid "Square brackets (scalable)" -msgstr "" +msgstr "Laužtiniai skliaustai (keičiamo dydžio)" #. gEWNu #: 03090500.xhp @@ -3470,7 +3470,7 @@ msgctxt "" "par_idN10307\n" "help.text" msgid "<image id=\"img_id3153794\" src=\"media/helpimg/starmath/al21824.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153794\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153794\" src=\"media/helpimg/starmath/al21824.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153794\">Piktograma</alt></image>" #. t9EKx #: 03090500.xhp @@ -3479,7 +3479,7 @@ msgctxt "" "par_id3154589\n" "help.text" msgid "Double square brackets (scalable)" -msgstr "" +msgstr "Dvigubi laužtiniai skliaustai (keičiamo dydžio)" #. TVFUU #: 03090500.xhp @@ -3497,7 +3497,7 @@ msgctxt "" "par_idN10342\n" "help.text" msgid "<image id=\"img_id3153972\" src=\"media/helpimg/starmath/al21812.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153972\">Braces (scalable) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153972\" src=\"media/helpimg/starmath/al21812.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153972\">Riestinių skliaustų (keičiamo dydžio) piktograma</alt></image>" #. BdcD4 #: 03090500.xhp @@ -3506,7 +3506,7 @@ msgctxt "" "par_id3154712\n" "help.text" msgid "Braces (scalable)" -msgstr "" +msgstr "Riestiniai skliaustai (keičiamo dydžio)" #. q3mxH #: 03090500.xhp @@ -3524,7 +3524,7 @@ msgctxt "" "par_idN1037E\n" "help.text" msgid "<image id=\"img_id3155598\" src=\"media/helpimg/starmath/al21813.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155598\">Single vertical bars (scalable) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155598\" src=\"media/helpimg/starmath/al21813.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155598\">Vertikalių linijų (keičiamo dydžio) piktograma</alt></image>" #. 5tjEk #: 03090500.xhp @@ -3533,7 +3533,7 @@ msgctxt "" "par_id3150924\n" "help.text" msgid "Single vertical bars (scalable)" -msgstr "" +msgstr "Vertikalios linijos (keičiamo dydžio)" #. 2A5vD #: 03090500.xhp @@ -3551,7 +3551,7 @@ msgctxt "" "par_idN103B7\n" "help.text" msgid "<image id=\"img_id3153223\" src=\"media/helpimg/starmath/al21814.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153223\">Double vertical bars (scalable) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153223\" src=\"media/helpimg/starmath/al21814.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153223\">Dvigubų vertikalių linijų (keičiamo dydžio) piktograma</alt></image>" #. ZADAD #: 03090500.xhp @@ -3560,7 +3560,7 @@ msgctxt "" "par_id3146938\n" "help.text" msgid "Double vertical bars (scalable)" -msgstr "" +msgstr "Dvigubos vertikalios linijos (keičiamo dydžio)" #. pCaHV #: 03090500.xhp @@ -3578,7 +3578,7 @@ msgctxt "" "par_idN103F0\n" "help.text" msgid "<image id=\"img_id3150026\" src=\"media/helpimg/starmath/al21811.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150026\">Angle brackets (scalable) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150026\" src=\"media/helpimg/starmath/al21811.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150026\">Kampinių skliaustų (keičiamo dydžio) piktograma</alt></image>" #. 4VDU7 #: 03090500.xhp @@ -3587,7 +3587,7 @@ msgctxt "" "par_id3149359\n" "help.text" msgid "Angle brackets (scalable)" -msgstr "" +msgstr "Kampiniai skliaustai (keičiamo dydžio)" #. GAFUp #: 03090500.xhp @@ -3605,7 +3605,7 @@ msgctxt "" "par_idN10429\n" "help.text" msgid "<image id=\"img_id3154235\" src=\"media/helpimg/starmath/al21822.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154235\">Operator brackets (scalable) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154235\" src=\"media/helpimg/starmath/al21822.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154235\">Funkcijos skliaustų (keičiamo dydžio) piktograma</alt></image>" #. upS7Q #: 03090500.xhp @@ -3614,7 +3614,7 @@ msgctxt "" "par_id3153139\n" "help.text" msgid "Operator brackets (scalable)" -msgstr "" +msgstr "Funkcijos skliaustai (keičiamo dydžio)" #. 2hwBg #: 03090500.xhp @@ -3632,7 +3632,7 @@ msgctxt "" "par_idN10464\n" "help.text" msgid "<image id=\"img_id3154349\" src=\"media/helpimg/starmath/al21825.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154349\">Brace top (scalable) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154349\" src=\"media/helpimg/starmath/al21825.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154349\">Riestinių skliaustų iš viršaus (keičiamo dydžio) piktograma</alt></image>" #. YsqKU #: 03090500.xhp @@ -3641,7 +3641,7 @@ msgctxt "" "par_id3155954\n" "help.text" msgid "Brace top (scalable)" -msgstr "" +msgstr "Riestiniai skliaustai iš viršaus (keičiamo dydžio)" #. zk6aa #: 03090500.xhp @@ -3659,7 +3659,7 @@ msgctxt "" "par_idN104A0\n" "help.text" msgid "<image id=\"img_id3149646\" src=\"media/helpimg/starmath/al21826.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149646\">Brace bottom (scalable) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149646\" src=\"media/helpimg/starmath/al21826.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149646\">Riestinių skliaustų iš apačios (keičiamo dydžio) piktograma</alt></image>" #. WmyPA #: 03090500.xhp @@ -3668,7 +3668,7 @@ msgctxt "" "par_id3150674\n" "help.text" msgid "Brace bottom (scalable)" -msgstr "" +msgstr "Riestiniai skliaustai iš apačios (keičiamo dydžio)" #. w6yQK #: 03090500.xhp @@ -3758,7 +3758,7 @@ msgctxt "" "par_idN113EB\n" "help.text" msgid "a = \\{ \\( \\[ b newline" -msgstr "" +msgstr "a = \\{ \\( \\[ b newline" #. Ge8wu #: 03090500.xhp @@ -3767,7 +3767,7 @@ msgctxt "" "par_idN113EE\n" "help.text" msgid "{} + c \\] \\) \\ }" -msgstr "" +msgstr "{} + c \\] \\) \\ }" #. J6j8n #: 03090500.xhp @@ -3785,7 +3785,7 @@ msgctxt "" "par_idN113FA\n" "help.text" msgid "a = left ( a over b right none newline" -msgstr "" +msgstr "a = left ( a over b right none newline" #. GsNot #: 03090500.xhp @@ -3794,7 +3794,7 @@ msgctxt "" "par_idN113FF\n" "help.text" msgid "left none phantom {a over b} + c right )" -msgstr "" +msgstr "left none phantom {a over b} + c right )" #. ZpsTC #: 03090500.xhp @@ -3830,7 +3830,7 @@ msgctxt "" "tit\n" "help.text" msgid "Attributes" -msgstr "" +msgstr "Požymiai" #. CEZMG #: 03090600.xhp @@ -3848,7 +3848,7 @@ msgctxt "" "hd_id3154011\n" "help.text" msgid "<variable id=\"attributes\"><link href=\"text/smath/01/03090600.xhp\" name=\"Attributes\">Attributes</link> </variable>" -msgstr "" +msgstr "<variable id=\"attributes\"><link href=\"text/smath/01/03090600.xhp\" name=\"Attributes\">Požymiai</link> </variable>" #. qJugC #: 03090600.xhp @@ -3884,7 +3884,7 @@ msgctxt "" "hd_id3154650\n" "help.text" msgid "Attribute Functions" -msgstr "" +msgstr "Požymiai" #. zHnvh #: 03090600.xhp @@ -3893,7 +3893,7 @@ msgctxt "" "par_idN10098\n" "help.text" msgid "<image id=\"img_id3150391\" src=\"media/helpimg/starmath/at21701.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150391\">Acute accent Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3150391\" src=\"media/helpimg/starmath/at21701.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150391\">Į dešinę pasvirusio brūkšnelio virš simbolio piktograma</alt> </image>" #. GzEBm #: 03090600.xhp @@ -3902,7 +3902,7 @@ msgctxt "" "par_id3146322\n" "help.text" msgid "<emph>Acute accent</emph>" -msgstr "" +msgstr "<emph>Į dešinę pasviręs brūkšnelis virš simbolio</emph>" #. Wb4u8 #: 03090600.xhp @@ -3920,7 +3920,7 @@ msgctxt "" "par_idN100D5\n" "help.text" msgid "<image id=\"img_id3154504\" src=\"media/helpimg/starmath/at21702.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154504\">Grave accent Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3154504\" src=\"media/helpimg/starmath/at21702.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154504\">Į kairę pasvirusio brūkšnelio virš simbolio piktograma</alt> </image>" #. U6Dok #: 03090600.xhp @@ -3929,7 +3929,7 @@ msgctxt "" "par_id3149877\n" "help.text" msgid "<emph>Grave accent</emph>" -msgstr "" +msgstr "<emph>Į kairę pasviręs brūkšnelis virš simbolio</emph>" #. RunNE #: 03090600.xhp @@ -3947,7 +3947,7 @@ msgctxt "" "par_idN10115\n" "help.text" msgid "<image id=\"img_id3155370\" src=\"media/helpimg/starmath/at21703.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155370\">Reverse Circumflex Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3155370\" src=\"media/helpimg/starmath/at21703.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155370\">Varnelės ženklo piktograma</alt> </image>" #. FBf5g #: 03090600.xhp @@ -3956,7 +3956,7 @@ msgctxt "" "par_id3156263\n" "help.text" msgid "<emph>Reverse Circumflex</emph>" -msgstr "" +msgstr "<emph>Varnelė</emph>" #. AKFE2 #: 03090600.xhp @@ -3974,7 +3974,7 @@ msgctxt "" "par_idN1014E\n" "help.text" msgid "<image id=\"img_id3145202\" src=\"media/helpimg/starmath/at21704.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145202\">Breve Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3145202\" src=\"media/helpimg/starmath/at21704.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145202\">Lankelio ženklo piktograma</alt> </image>" #. PTGyY #: 03090600.xhp @@ -3983,7 +3983,7 @@ msgctxt "" "par_id3149976\n" "help.text" msgid "<emph>Breve</emph>" -msgstr "" +msgstr "<emph>Lankelis</emph>" #. Yt65i #: 03090600.xhp @@ -4001,7 +4001,7 @@ msgctxt "" "par_idN10187\n" "help.text" msgid "<image id=\"img_id3159179\" src=\"media/helpimg/starmath/at21709.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159179\">Circle Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3159179\" src=\"media/helpimg/starmath/at21709.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159179\">Apskritimo piktograma</alt> </image>" #. FXKwY #: 03090600.xhp @@ -4010,7 +4010,7 @@ msgctxt "" "par_id3154258\n" "help.text" msgid "<emph>Circle</emph>" -msgstr "" +msgstr "<emph>Apskritimas</emph>" #. G2mnC #: 03090600.xhp @@ -4028,7 +4028,7 @@ msgctxt "" "par_idN101C0\n" "help.text" msgid "<image id=\"img_id3149808\" src=\"media/helpimg/starmath/im21106.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149808\">Vector arrow Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3149808\" src=\"media/helpimg/starmath/im21106.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149808\">Vektoriaus ženklo piktograma</alt> </image>" #. EJDMZ #: 03090600.xhp @@ -4037,7 +4037,7 @@ msgctxt "" "par_id3153527\n" "help.text" msgid "<emph>Vector arrow</emph>" -msgstr "" +msgstr "<emph>Vektoriaus ženklas</emph>" #. 3AqX4 #: 03090600.xhp @@ -4055,7 +4055,7 @@ msgctxt "" "par_id811560455468125\n" "help.text" msgid "<image id=\"img_id3149818\" src=\"media/helpimg/starmath/harpoon.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149808\">Harpoon Arrow Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149818\" src=\"media/helpimg/starmath/harpoon.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149808\">Pusinės rodyklės virš simbolio piktograma</alt></image>" #. BE9qF #: 03090600.xhp @@ -4064,7 +4064,7 @@ msgctxt "" "par_id11560455468125\n" "help.text" msgid "<emph>Harpoon arrow</emph>" -msgstr "" +msgstr "<emph>Pusinė rodyklė virš simbolio</emph>" #. iACqf #: 03090600.xhp @@ -4082,7 +4082,7 @@ msgctxt "" "par_idN101FB\n" "help.text" msgid "<image id=\"img_id3153776\" src=\"media/helpimg/starmath/at21708.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153776\">Tilde Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3153776\" src=\"media/helpimg/starmath/at21708.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153776\">Tildės piktograma</alt> </image>" #. vfFiG #: 03090600.xhp @@ -4091,7 +4091,7 @@ msgctxt "" "par_id3150356\n" "help.text" msgid "<emph>Tilde</emph>" -msgstr "" +msgstr "<emph>Tildė</emph>" #. FoB4a #: 03090600.xhp @@ -4109,7 +4109,7 @@ msgctxt "" "par_idN10236\n" "help.text" msgid "<image id=\"img_id3149695\" src=\"media/helpimg/starmath/at21707.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149695\">Circumflex Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3149695\" src=\"media/helpimg/starmath/at21707.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149695\">Stogelio ženklo piktograma</alt> </image>" #. NAuAe #: 03090600.xhp @@ -4118,7 +4118,7 @@ msgctxt "" "par_id3154201\n" "help.text" msgid "<emph>Circumflex</emph>" -msgstr "" +msgstr "<emph>Stogelis</emph>" #. BxYQh #: 03090600.xhp @@ -4136,7 +4136,7 @@ msgctxt "" "par_idN1026E\n" "help.text" msgid "<image id=\"img_id3148986\" src=\"media/helpimg/starmath/at21705.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148986\">Line above (bar) Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3148986\" src=\"media/helpimg/starmath/at21705.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148986\">Horizontalaus brūkšnelio virš simbolio piktograma</alt> </image>" #. RRcaf #: 03090600.xhp @@ -4145,7 +4145,7 @@ msgctxt "" "par_id3149486\n" "help.text" msgid "<emph>Line above (bar)</emph>" -msgstr "" +msgstr "<emph>Horizontalus brūkšnelis virš simbolio</emph>" #. dY7yd #: 03090600.xhp @@ -4163,7 +4163,7 @@ msgctxt "" "par_idN102A7\n" "help.text" msgid "<image id=\"img_id3147095\" src=\"media/helpimg/starmath/at21710.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147095\">Dot Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3147095\" src=\"media/helpimg/starmath/at21710.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147095\">Taško piktograma</alt> </image>" #. XTnZg #: 03090600.xhp @@ -4172,7 +4172,7 @@ msgctxt "" "par_id3147221\n" "help.text" msgid "<emph>Dot</emph>" -msgstr "" +msgstr "<emph>Taškas</emph>" #. FURzd #: 03090600.xhp @@ -4190,7 +4190,7 @@ msgctxt "" "par_idN102E0\n" "help.text" msgid "<image id=\"img_id3147328\" src=\"media/helpimg/starmath/at21724.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147328\">Wide vector arrow Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3147328\" src=\"media/helpimg/starmath/at21724.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147328\">Kintančios vektoriaus rodyklės piktograma</alt> </image>" #. BawNB #: 03090600.xhp @@ -4199,7 +4199,7 @@ msgctxt "" "par_id3153516\n" "help.text" msgid "<emph>Wide vector arrow</emph>" -msgstr "" +msgstr "<emph>Kintanti vektoriaus rodyklė</emph>" #. UEDSj #: 03090600.xhp @@ -4217,7 +4217,7 @@ msgctxt "" "par_id131560461612191\n" "help.text" msgid "<image id=\"img_id3147328\" src=\"media/helpimg/starmath/wideharpoon.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147328\">Wide harpoon arrow Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3147328\" src=\"media/helpimg/starmath/wideharpoon.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147328\">Kintančios pusinės rodyklės virš simbolio piktograma</alt> </image>" #. nCAjL #: 03090600.xhp @@ -4226,7 +4226,7 @@ msgctxt "" "par_id561560461711910\n" "help.text" msgid "<emph>Wide harpoon arrow</emph>" -msgstr "" +msgstr "<emph>Kintanti pusinė rodyklė virš simbolio</emph>" #. MdW7r #: 03090600.xhp @@ -4244,7 +4244,7 @@ msgctxt "" "par_idN10319\n" "help.text" msgid "<image id=\"img_id3153359\" src=\"media/helpimg/starmath/at21723.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153359\">Wide tilde Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3153359\" src=\"media/helpimg/starmath/at21723.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153359\">Kintančios tildės piktograma</alt> </image>" #. ys6hm #: 03090600.xhp @@ -4253,7 +4253,7 @@ msgctxt "" "par_id3156278\n" "help.text" msgid "<emph>Wide tilde</emph>" -msgstr "" +msgstr "<emph>Kintanti tildė</emph>" #. XT7xj #: 03090600.xhp @@ -4271,7 +4271,7 @@ msgctxt "" "par_idN10352\n" "help.text" msgid "<image id=\"img_id3155117\" src=\"media/helpimg/starmath/at21722.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155117\">Wide circumflex Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3155117\" src=\"media/helpimg/starmath/at21722.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155117\">Kintančio stogelio ženklo piktograma</alt> </image>" #. cUMHd #: 03090600.xhp @@ -4280,7 +4280,7 @@ msgctxt "" "par_id3148764\n" "help.text" msgid "<emph>Wide circumflex</emph>" -msgstr "" +msgstr "<emph>Kintantis stogelis</emph>" #. 7uNgT #: 03090600.xhp @@ -4298,7 +4298,7 @@ msgctxt "" "par_idN1038B\n" "help.text" msgid "<image id=\"img_id3148873\" src=\"media/helpimg/starmath/at21711.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148873\">Double dot Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3148873\" src=\"media/helpimg/starmath/at21711.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148873\">Dviejų taškų piktograma</alt> </image>" #. LKh9H #: 03090600.xhp @@ -4307,7 +4307,7 @@ msgctxt "" "par_id3155921\n" "help.text" msgid "<emph>Double dot</emph>" -msgstr "" +msgstr "<emph>Du taškai</emph>" #. VQ3Ff #: 03090600.xhp @@ -4325,7 +4325,7 @@ msgctxt "" "par_idN103C4\n" "help.text" msgid "<image id=\"img_id3147424\" src=\"media/helpimg/starmath/at21713.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147424\">Line over Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3147424\" src=\"media/helpimg/starmath/at21713.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147424\">Kintančio horizontalaus brūkšnio piktograma</alt> </image>" #. P5VC5 #: 03090600.xhp @@ -4334,7 +4334,7 @@ msgctxt "" "par_id3147621\n" "help.text" msgid "<emph>Line over</emph>" -msgstr "" +msgstr "<emph>Kintantis horizontalus brūkšnys</emph>" #. m3dWq #: 03090600.xhp @@ -4352,7 +4352,7 @@ msgctxt "" "par_idN103FD\n" "help.text" msgid "<image id=\"img_id3145130\" src=\"media/helpimg/starmath/at21714.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145130\">Line below Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3145130\" src=\"media/helpimg/starmath/at21714.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145130\">Pabraukimo brūkšnio piktograma</alt> </image>" #. VGCLA #: 03090600.xhp @@ -4361,7 +4361,7 @@ msgctxt "" "par_id3153258\n" "help.text" msgid "<emph>Line below</emph>" -msgstr "" +msgstr "<emph>Pabraukimo brūkšnys</emph>" #. Dtbsz #: 03090600.xhp @@ -4379,7 +4379,7 @@ msgctxt "" "par_idN10436\n" "help.text" msgid "<image id=\"img_id3145318\" src=\"media/helpimg/starmath/at21715.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145318\">Line through (overstrike) Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3145318\" src=\"media/helpimg/starmath/at21715.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145318\">Perbraukimo brūkšnio piktograma</alt> </image>" #. dRnuB #: 03090600.xhp @@ -4388,7 +4388,7 @@ msgctxt "" "par_id3153292\n" "help.text" msgid "<emph>Line through (overstrike)</emph>" -msgstr "" +msgstr "<emph>Perbraukimo brūkšnys</emph>" #. swCZV #: 03090600.xhp @@ -4406,7 +4406,7 @@ msgctxt "" "par_idN1046F\n" "help.text" msgid "<image id=\"img_id3156104\" src=\"media/helpimg/starmath/at21712.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156104\">Triple dot Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3156104\" src=\"media/helpimg/starmath/at21712.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156104\">Trijų taškų piktograma</alt> </image>" #. DowEF #: 03090600.xhp @@ -4415,7 +4415,7 @@ msgctxt "" "par_id3154707\n" "help.text" msgid "<emph>Triple dot</emph>" -msgstr "" +msgstr "<emph>Trys taškai</emph>" #. ETECU #: 03090600.xhp @@ -4433,7 +4433,7 @@ msgctxt "" "par_idN104A8\n" "help.text" msgid "<image id=\"img_id3145626\" src=\"media/helpimg/starmath/at21716.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145626\">Transparent Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3145626\" src=\"media/helpimg/starmath/at21716.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145626\">Skaidrumo piktograma</alt> </image>" #. WJwoj #: 03090600.xhp @@ -4442,7 +4442,7 @@ msgctxt "" "par_id3149774\n" "help.text" msgid "<emph>Transparent</emph>" -msgstr "" +msgstr "<emph>Skaidrus</emph>" #. UbiAA #: 03090600.xhp @@ -4460,7 +4460,7 @@ msgctxt "" "par_idN104E1\n" "help.text" msgid "<image id=\"img_id3153240\" src=\"cmd/sc_bold.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153240\">Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3153240\" src=\"cmd/sc_bold.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153240\">Piktograma</alt> </image>" #. sU6sJ #: 03090600.xhp @@ -4469,7 +4469,7 @@ msgctxt "" "par_id3150089\n" "help.text" msgid "<emph>Bold font</emph>" -msgstr "" +msgstr "<emph>Pusjuodis</emph>" #. BGcML #: 03090600.xhp @@ -4487,7 +4487,7 @@ msgctxt "" "par_idN1051C\n" "help.text" msgid "<image id=\"img_id3150038\" src=\"cmd/sc_italic.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150038\">Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3150038\" src=\"cmd/sc_italic.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150038\">Piktograma</alt> </image>" #. 6Lj3A #: 03090600.xhp @@ -4496,7 +4496,7 @@ msgctxt "" "par_id3147344\n" "help.text" msgid "<emph>Italic font</emph>" -msgstr "" +msgstr "<emph>Kursyvas</emph>" #. oCjFq #: 03090600.xhp @@ -4514,7 +4514,7 @@ msgctxt "" "par_idN1055A\n" "help.text" msgid "<image id=\"img_id3155801\" src=\"cmd/sc_fontheight.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155801\">Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3155801\" src=\"cmd/sc_fontheight.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155801\">Piktograma</alt> </image>" #. ungUP #: 03090600.xhp @@ -4523,7 +4523,7 @@ msgctxt "" "par_id3145618\n" "help.text" msgid "<emph>Resize</emph>" -msgstr "" +msgstr "<emph>Keisti dydį</emph>" #. rjQbE #: 03090600.xhp @@ -4541,7 +4541,7 @@ msgctxt "" "par_idN10595\n" "help.text" msgid "<image id=\"img_id3148804\" src=\"cmd/sc_charfontname.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148804\">Icon</alt> </image>" -msgstr "" +msgstr "<image id=\"img_id3148804\" src=\"cmd/sc_charfontname.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148804\">Piktograma</alt> </image>" #. Kmj24 #: 03090600.xhp @@ -4550,7 +4550,7 @@ msgctxt "" "par_id3154359\n" "help.text" msgid "<emph>Change font</emph>" -msgstr "" +msgstr "<emph>Keisti šriftą</emph>" #. G2BdW #: 03090600.xhp @@ -4631,7 +4631,7 @@ msgctxt "" "tit\n" "help.text" msgid "Format" -msgstr "" +msgstr "Simbolio padėtys" #. QGDfS #: 03090700.xhp @@ -4649,7 +4649,7 @@ msgctxt "" "hd_id3153150\n" "help.text" msgid "<link href=\"text/smath/01/03090700.xhp\" name=\"Format\">Format</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/03090700.xhp\" name=\"Format\">Simbolio padėtys</link>" #. dcihp #: 03090700.xhp @@ -4685,7 +4685,7 @@ msgctxt "" "hd_id3151104\n" "help.text" msgid "Formatting options" -msgstr "" +msgstr "Simbolio padėtys" #. GEczu #: 03090700.xhp @@ -4694,7 +4694,7 @@ msgctxt "" "par_idN1008B\n" "help.text" msgid "<image id=\"img_id3150981\" src=\"media/helpimg/starmath/co21916.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150981\">Superscript left Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150981\" src=\"media/helpimg/starmath/co21916.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150981\">Viršutinio indekso kairėje piktograma</alt></image>" #. 96dBm #: 03090700.xhp @@ -4703,7 +4703,7 @@ msgctxt "" "par_id3147519\n" "help.text" msgid "Superscript left" -msgstr "" +msgstr "Apatinis indeksas kairėje" #. ihqDh #: 03090700.xhp @@ -4721,7 +4721,7 @@ msgctxt "" "par_idN100C4\n" "help.text" msgid "<image id=\"img_id3149691\" src=\"media/helpimg/starmath/co21918.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149691\">Superscript top Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149691\" src=\"media/helpimg/starmath/co21918.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149691\">Viršutinio indekso centre piktograma</alt></image>" #. wCKNn #: 03090700.xhp @@ -4730,7 +4730,7 @@ msgctxt "" "par_id3146931\n" "help.text" msgid "Superscript top" -msgstr "" +msgstr "Viršutinis indeksas centre" #. iggUG #: 03090700.xhp @@ -4748,7 +4748,7 @@ msgctxt "" "par_idN100FF\n" "help.text" msgid "<image id=\"img_id3149097\" src=\"media/helpimg/starmath/co21908.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149097\">Superscript right Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149097\" src=\"media/helpimg/starmath/co21908.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149097\">Laipsnio piktograma</alt></image>" #. u5X6R #: 03090700.xhp @@ -4757,7 +4757,7 @@ msgctxt "" "par_id3151249\n" "help.text" msgid "Superscript right" -msgstr "" +msgstr "Laipsnis" #. dMD8Q #: 03090700.xhp @@ -4775,7 +4775,7 @@ msgctxt "" "par_idN1013E\n" "help.text" msgid "<image id=\"img_id3149044\" src=\"media/helpimg/starmath/co21905.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149044\">Vertical stack (2 elements) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149044\" src=\"media/helpimg/starmath/co21905.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149044\">Vertikaliojo dėklo (2 elementų) piktograma</alt></image>" #. GtKJw #: 03090700.xhp @@ -4784,7 +4784,7 @@ msgctxt "" "par_id3152774\n" "help.text" msgid "Vertical stack (2 elements)" -msgstr "" +msgstr "Vertikalusis dėklas (2 elementai)" #. q4EGC #: 03090700.xhp @@ -4802,7 +4802,7 @@ msgctxt "" "par_idN10179\n" "help.text" msgid "<image id=\"img_id3154390\" src=\"media/helpimg/starmath/co21901.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154390\">New line Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154390\" src=\"media/helpimg/starmath/co21901.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154390\">Naujos eilutės ženklo piktograma</alt></image>" #. BCfJA #: 03090700.xhp @@ -4811,7 +4811,7 @@ msgctxt "" "par_id3150575\n" "help.text" msgid "New line" -msgstr "" +msgstr "Nauja eilutė" #. 4fd7i #: 03090700.xhp @@ -4829,7 +4829,7 @@ msgctxt "" "par_idN101B2\n" "help.text" msgid "<image id=\"img_id3155117\" src=\"media/helpimg/starmath/co21912.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155117\">Subscript left Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155117\" src=\"media/helpimg/starmath/co21912.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155117\">Apatinio indekso kairėje piktograma</alt></image>" #. qLrWG #: 03090700.xhp @@ -4838,7 +4838,7 @@ msgctxt "" "par_id3148760\n" "help.text" msgid "Subscript left" -msgstr "" +msgstr "Apatinis indeksas kairėje" #. Gsbxc #: 03090700.xhp @@ -4856,7 +4856,7 @@ msgctxt "" "par_idN101EB\n" "help.text" msgid "<image id=\"img_id3149544\" src=\"media/helpimg/starmath/co21917.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149544\">Subscript bottom Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149544\" src=\"media/helpimg/starmath/co21917.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149544\">Apatinio indekso centre piktograma</alt></image>" #. C2YT7 #: 03090700.xhp @@ -4865,7 +4865,7 @@ msgctxt "" "par_id3150687\n" "help.text" msgid "Subscript bottom" -msgstr "" +msgstr "Apatinis indeksas centre" #. Qe2UD #: 03090700.xhp @@ -4883,7 +4883,7 @@ msgctxt "" "par_idN10226\n" "help.text" msgid "<image id=\"img_id3145265\" src=\"media/helpimg/starmath/co21904.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145265\">Subscript right Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145265\" src=\"media/helpimg/starmath/co21904.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145265\">Apatinio indekso dešinėje piktograma</alt></image>" #. Bfwkh #: 03090700.xhp @@ -4892,7 +4892,7 @@ msgctxt "" "par_id3145136\n" "help.text" msgid "Subscript right" -msgstr "" +msgstr "Apatinis indeksas dešinėje" #. LbDLj #: 03090700.xhp @@ -4910,7 +4910,7 @@ msgctxt "" "par_idN10265\n" "help.text" msgid "<image id=\"img_id3149220\" src=\"media/helpimg/starmath/co21906.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149220\">Vertical stack (3 elements) Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149220\" src=\"media/helpimg/starmath/co21906.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149220\">Vertikaliojo dėklo piktograma</alt></image>" #. MzXRu #: 03090700.xhp @@ -4919,7 +4919,7 @@ msgctxt "" "par_id3147116\n" "help.text" msgid "Vertical stack (3 elements)" -msgstr "" +msgstr "Vertikalusis dėklas" #. yTFrC #: 03090700.xhp @@ -4937,7 +4937,7 @@ msgctxt "" "par_idN102A0\n" "help.text" msgid "<image id=\"img_id3149848\" src=\"media/helpimg/starmath/co21902.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149848\">Small gap Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149848\" src=\"media/helpimg/starmath/co21902.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149848\">Trumpo tarpo piktograma</alt></image>" #. wbwB2 #: 03090700.xhp @@ -4946,7 +4946,7 @@ msgctxt "" "par_id3155572\n" "help.text" msgid "Small gap" -msgstr "" +msgstr "Trumpas tarpas" #. rP6ok #: 03090700.xhp @@ -4964,7 +4964,7 @@ msgctxt "" "par_idN102DC\n" "help.text" msgid "<image id=\"img_id3154094\" src=\"media/helpimg/starmath/co21909.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154094\">Align left Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154094\" src=\"media/helpimg/starmath/co21909.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154094\">Kairinės lygiuotės piktograma</alt></image>" #. KzRGd #: 03090700.xhp @@ -4973,7 +4973,7 @@ msgctxt "" "par_id3154580\n" "help.text" msgid "Align left" -msgstr "" +msgstr "Kairinė lygiuotė" #. wMQ4B #: 03090700.xhp @@ -4991,7 +4991,7 @@ msgctxt "" "par_idN10317\n" "help.text" msgid "<image id=\"img_id3156130\" src=\"media/helpimg/starmath/co21910.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156130\">Align to horizontal center Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156130\" src=\"media/helpimg/starmath/co21910.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156130\">Centrinės lygiuotės piktograma</alt></image>" #. VxdJT #: 03090700.xhp @@ -5000,7 +5000,7 @@ msgctxt "" "par_id3154723\n" "help.text" msgid "Align to horizontal center" -msgstr "" +msgstr "Centrinė lygiuotė" #. yUMB4 #: 03090700.xhp @@ -5018,7 +5018,7 @@ msgctxt "" "par_idN10352\n" "help.text" msgid "<image id=\"img_id3155583\" src=\"media/helpimg/starmath/co21911.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155583\">Align right Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155583\" src=\"media/helpimg/starmath/co21911.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155583\">Dešininės lygiuotės piktograma</alt></image>" #. kmTvu #: 03090700.xhp @@ -5027,7 +5027,7 @@ msgctxt "" "par_id3149768\n" "help.text" msgid "Align right" -msgstr "" +msgstr "Dešininė lygiuotė" #. ywkaN #: 03090700.xhp @@ -5045,7 +5045,7 @@ msgctxt "" "par_idN1038D\n" "help.text" msgid "<image id=\"img_id3155085\" src=\"media/helpimg/starmath/co21907.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155085\">Matrix stack Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155085\" src=\"media/helpimg/starmath/co21907.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155085\">Matricinio dėklo piktograma</alt></image>" #. ABnGj #: 03090700.xhp @@ -5054,7 +5054,7 @@ msgctxt "" "par_id3154338\n" "help.text" msgid "Matrix stack" -msgstr "" +msgstr "Matricinis dėklas" #. XzFx4 #: 03090700.xhp @@ -5072,7 +5072,7 @@ msgctxt "" "par_idN103C9\n" "help.text" msgid "<image id=\"img_id3150027\" src=\"media/helpimg/starmath/co21903.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150027\">Gap Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150027\" src=\"media/helpimg/starmath/co21903.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150027\">Tarpo piktograma</alt></image>" #. A48F9 #: 03090700.xhp @@ -5081,7 +5081,7 @@ msgctxt "" "par_id3149358\n" "help.text" msgid "Gap" -msgstr "" +msgstr "Tuščia" #. tbNi4 #: 03090700.xhp @@ -5234,7 +5234,7 @@ msgctxt "" "tit\n" "help.text" msgid "Set Operations" -msgstr "" +msgstr "Operacijų su aibėmis ženklai" #. LEF5r #: 03090800.xhp @@ -5279,7 +5279,7 @@ msgctxt "" "hd_id3147258\n" "help.text" msgid "The set operations in detail:" -msgstr "" +msgstr "Operacijų su aibėmis ženklai:" #. KKemy #: 03090800.xhp @@ -5288,7 +5288,7 @@ msgctxt "" "par_idN10081\n" "help.text" msgid "<image id=\"img_id3145418\" src=\"media/helpimg/starmath/op21401.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145418\">is included in Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145418\" src=\"media/helpimg/starmath/op21401.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145418\">Ženklo „priklauso“ piktograma</alt></image>" #. STufJ #: 03090800.xhp @@ -5297,7 +5297,7 @@ msgctxt "" "par_id3154275\n" "help.text" msgid "is included in" -msgstr "" +msgstr "Priklauso" #. sDV6A #: 03090800.xhp @@ -5315,7 +5315,7 @@ msgctxt "" "par_idN100BC\n" "help.text" msgid "<image id=\"img_id3153782\" src=\"media/helpimg/starmath/op21402.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153782\">is not included in Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153782\" src=\"media/helpimg/starmath/op21402.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153782\">Ženklo „nepriklauso“ piktograma</alt></image>" #. a9SdQ #: 03090800.xhp @@ -5324,7 +5324,7 @@ msgctxt "" "par_id3150984\n" "help.text" msgid "is not included in" -msgstr "" +msgstr "Nepriklauso" #. 2G8CQ #: 03090800.xhp @@ -5342,7 +5342,7 @@ msgctxt "" "par_idN100F7\n" "help.text" msgid "<image id=\"img_id3150972\" src=\"media/helpimg/starmath/op21403.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150972\">includes Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150972\" src=\"media/helpimg/starmath/op21403.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150972\">Ženklo „turi“ piktograma</alt></image>" #. CCcrF #: 03090800.xhp @@ -5351,7 +5351,7 @@ msgctxt "" "par_id3149688\n" "help.text" msgid "includes" -msgstr "" +msgstr "Turi" #. FL7zo #: 03090800.xhp @@ -5369,7 +5369,7 @@ msgctxt "" "par_idN10135\n" "help.text" msgid "<image id=\"img_id3155180\" src=\"media/helpimg/starmath/op22002.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155180\">empty set Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155180\" src=\"media/helpimg/starmath/op22002.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155180\">Tuščios aibės ženklo piktograma</alt></image>" #. NEL98 #: 03090800.xhp @@ -5378,7 +5378,7 @@ msgctxt "" "par_id3149101\n" "help.text" msgid "empty set" -msgstr "" +msgstr "Tuščia aibė" #. ZcWmH #: 03090800.xhp @@ -5396,7 +5396,7 @@ msgctxt "" "par_idN1016E\n" "help.text" msgid "<image id=\"img_id3147093\" src=\"media/helpimg/starmath/op21405.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147093\">Intersection Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147093\" src=\"media/helpimg/starmath/op21405.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147093\">Sankirtos ženklo piktograma</alt></image>" #. YQSYD #: 03090800.xhp @@ -5405,7 +5405,7 @@ msgctxt "" "par_id3149035\n" "help.text" msgid "Intersection" -msgstr "" +msgstr "Sankirta" #. jaBUA #: 03090800.xhp @@ -5423,7 +5423,7 @@ msgctxt "" "par_idN101A7\n" "help.text" msgid "<image id=\"img_id3155147\" src=\"media/helpimg/starmath/op21406.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155147\">Union Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155147\" src=\"media/helpimg/starmath/op21406.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155147\">Sąjungos ženklo piktograma</alt></image>" #. pQpVC #: 03090800.xhp @@ -5432,7 +5432,7 @@ msgctxt "" "par_id3147130\n" "help.text" msgid "Union" -msgstr "" +msgstr "Sąjunga" #. yrSwB #: 03090800.xhp @@ -5450,7 +5450,7 @@ msgctxt "" "par_idN101E0\n" "help.text" msgid "<image id=\"img_id3154922\" src=\"media/helpimg/starmath/op21407.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154922\">Difference Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154922\" src=\"media/helpimg/starmath/op21407.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154922\">Skirtumo ženklo piktograma</alt></image>" #. BGgdx #: 03090800.xhp @@ -5459,7 +5459,7 @@ msgctxt "" "par_id3145774\n" "help.text" msgid "Difference" -msgstr "" +msgstr "Skirtumas" #. Gkmzf #: 03090800.xhp @@ -5477,7 +5477,7 @@ msgctxt "" "par_idN1021C\n" "help.text" msgid "<image id=\"img_id3148889\" src=\"media/helpimg/starmath/op21408.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148889\">Quotient set Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148889\" src=\"media/helpimg/starmath/op21408.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148889\">Faktoraibės įstrižo brūkšnio piktograma</alt></image>" #. 4FMEC #: 03090800.xhp @@ -5486,7 +5486,7 @@ msgctxt "" "par_id3149536\n" "help.text" msgid "Quotient set" -msgstr "" +msgstr "Faktoraibės įstrižas brūkšnys" #. rTvYg #: 03090800.xhp @@ -5504,7 +5504,7 @@ msgctxt "" "par_idN10255\n" "help.text" msgid "<image id=\"img_id3147473\" src=\"media/helpimg/starmath/op22001.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147473\">aleph Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147473\" src=\"media/helpimg/starmath/op22001.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147473\">Alefo piktograma</alt></image>" #. cudJ3 #: 03090800.xhp @@ -5513,7 +5513,7 @@ msgctxt "" "par_id3147500\n" "help.text" msgid "aleph" -msgstr "" +msgstr "Alefas" #. oMXtK #: 03090800.xhp @@ -5531,7 +5531,7 @@ msgctxt "" "par_idN1028E\n" "help.text" msgid "<image id=\"img_id3155974\" src=\"media/helpimg/starmath/op21409.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155974\">Subset Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155974\" src=\"media/helpimg/starmath/op21409.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155974\">Poaibio ženklo piktograma</alt></image>" #. rAxsh #: 03090800.xhp @@ -5540,7 +5540,7 @@ msgctxt "" "par_id3150561\n" "help.text" msgid "Subset" -msgstr "" +msgstr "Poaibis" #. ab4N5 #: 03090800.xhp @@ -5558,7 +5558,7 @@ msgctxt "" "par_idN102C9\n" "help.text" msgid "<image id=\"img_id3147119\" src=\"media/helpimg/starmath/op21410.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147119\">Subset or equal to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147119\" src=\"media/helpimg/starmath/op21410.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147119\">Ženklo „poaibis arba lygu“ piktograma</alt></image>" #. D8d4f #: 03090800.xhp @@ -5567,7 +5567,7 @@ msgctxt "" "par_id3147448\n" "help.text" msgid "Subset or equal to" -msgstr "" +msgstr "Poaibis arba lygu" #. kEJBx #: 03090800.xhp @@ -5585,7 +5585,7 @@ msgctxt "" "par_idN10304\n" "help.text" msgid "<image id=\"img_id3147065\" src=\"media/helpimg/starmath/op21411.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147065\">Superset Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147065\" src=\"media/helpimg/starmath/op21411.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147065\">Viršaibio ženklo piktograma</alt></image>" #. mEqBt #: 03090800.xhp @@ -5594,7 +5594,7 @@ msgctxt "" "par_id3154788\n" "help.text" msgid "Superset" -msgstr "" +msgstr "Viršaibis" #. FPDEv #: 03090800.xhp @@ -5612,7 +5612,7 @@ msgctxt "" "par_idN1033F\n" "help.text" msgid "<image id=\"img_id3154590\" src=\"media/helpimg/starmath/op21412.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154590\">Superset or equal to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154590\" src=\"media/helpimg/starmath/op21412.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154590\">Ženklo „viršaibis arba lygu“ piktograma</alt></image>" #. b4m7j #: 03090800.xhp @@ -5621,7 +5621,7 @@ msgctxt "" "par_id3153305\n" "help.text" msgid "Superset or equal to" -msgstr "" +msgstr "Viršaibis arba lygu" #. TAET3 #: 03090800.xhp @@ -5639,7 +5639,7 @@ msgctxt "" "par_idN1037A\n" "help.text" msgid "<image id=\"img_id3149318\" src=\"media/helpimg/starmath/op21413.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149318\">not subset Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149318\" src=\"media/helpimg/starmath/op21413.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149318\">Ženklo „nėra poaibis“ piktograma</alt></image>" #. eA6As #: 03090800.xhp @@ -5648,7 +5648,7 @@ msgctxt "" "par_id3150454\n" "help.text" msgid "not subset" -msgstr "" +msgstr "Nėra poaibis" #. h5Beq #: 03090800.xhp @@ -5666,7 +5666,7 @@ msgctxt "" "par_idN103B7\n" "help.text" msgid "<image id=\"img_id3151193\" src=\"media/helpimg/starmath/op21414.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151193\">not subset or equal to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151193\" src=\"media/helpimg/starmath/op21414.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151193\">Ženklo „nėra poaibis arba nelygu“ piktograma</alt></image>" #. gEWws #: 03090800.xhp @@ -5675,7 +5675,7 @@ msgctxt "" "par_id3149236\n" "help.text" msgid "not subset or equal to" -msgstr "" +msgstr "Nėra poaibis arba nelygu" #. i78Ja #: 03090800.xhp @@ -5693,7 +5693,7 @@ msgctxt "" "par_idN103F4\n" "help.text" msgid "<image id=\"img_id3146956\" src=\"media/helpimg/starmath/op21415.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146956\">not superset Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146956\" src=\"media/helpimg/starmath/op21415.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146956\">Ženklo „nėra viršaibis“ piktograma</alt></image>" #. K8CUW #: 03090800.xhp @@ -5702,7 +5702,7 @@ msgctxt "" "par_id3148796\n" "help.text" msgid "not superset" -msgstr "" +msgstr "Nėra viršaibis" #. 9Tpek #: 03090800.xhp @@ -5720,7 +5720,7 @@ msgctxt "" "par_idN10431\n" "help.text" msgid "<image id=\"img_id3151223\" src=\"media/helpimg/starmath/op21416.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151223\">not superset or equal to Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151223\" src=\"media/helpimg/starmath/op21416.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151223\">Ženklo „nėra viršaibis arba nelygu“ piktograma</alt></image>" #. DGWEi #: 03090800.xhp @@ -5729,7 +5729,7 @@ msgctxt "" "par_id3155798\n" "help.text" msgid "not superset or equal to" -msgstr "" +msgstr "Nėra viršaibis arba nelygu" #. BsS9o #: 03090800.xhp @@ -5747,7 +5747,7 @@ msgctxt "" "par_idN1046E\n" "help.text" msgid "<image id=\"img_id3156087\" src=\"media/helpimg/starmath/op21417.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156087\">Set of natural numbers Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156087\" src=\"media/helpimg/starmath/op21417.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156087\">Natūraliųjų skaičių aibės ženklo piktograma</alt></image>" #. zWVt6 #: 03090800.xhp @@ -5756,7 +5756,7 @@ msgctxt "" "par_id3148815\n" "help.text" msgid "Set of natural numbers" -msgstr "" +msgstr "Natūraliųjų skaičių aibė" #. b6qgZ #: 03090800.xhp @@ -5774,7 +5774,7 @@ msgctxt "" "par_idN104A7\n" "help.text" msgid "<image id=\"img_id3147383\" src=\"media/helpimg/starmath/op21418.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147383\">Set of whole numbers Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147383\" src=\"media/helpimg/starmath/op21418.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147383\">Sveikųjų skaičių aibės piktograma</alt></image>" #. ABqQR #: 03090800.xhp @@ -5783,7 +5783,7 @@ msgctxt "" "par_id3149628\n" "help.text" msgid "Set of whole numbers" -msgstr "" +msgstr "Sveikųjų skaičių aibė" #. fbPyz #: 03090800.xhp @@ -5801,7 +5801,7 @@ msgctxt "" "par_idN104E0\n" "help.text" msgid "<image id=\"img_id3154038\" src=\"media/helpimg/starmath/op21419.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154038\">Set of rational numbers Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154038\" src=\"media/helpimg/starmath/op21419.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154038\">Racionaliųjų skaičių aibės piktograma</alt></image>" #. DKa22 #: 03090800.xhp @@ -5810,7 +5810,7 @@ msgctxt "" "par_id3149961\n" "help.text" msgid "Set of rational numbers" -msgstr "" +msgstr "Racionaliųjų skaičių aibė" #. fzuPc #: 03090800.xhp @@ -5828,7 +5828,7 @@ msgctxt "" "par_idN10519\n" "help.text" msgid "<image id=\"img_id3149625\" src=\"media/helpimg/starmath/op21420.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149625\">Set of real numbers Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149625\" src=\"media/helpimg/starmath/op21420.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149625\">Realiųjų skaičių aibės piktograma</alt></image>" #. XU6GY #: 03090800.xhp @@ -5837,7 +5837,7 @@ msgctxt "" "par_id3145663\n" "help.text" msgid "Set of real numbers" -msgstr "" +msgstr "Realiųjų skaičių aibė" #. 9ov7x #: 03090800.xhp @@ -5855,7 +5855,7 @@ msgctxt "" "par_idN10552\n" "help.text" msgid "<image id=\"img_id3155555\" src=\"media/helpimg/starmath/op21421.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155555\">Set of complex numbers Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155555\" src=\"media/helpimg/starmath/op21421.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155555\">Kompleksinių skaičių aibės piktograma</alt></image>" #. EZMZr #: 03090800.xhp @@ -5864,7 +5864,7 @@ msgctxt "" "par_id3149519\n" "help.text" msgid "Set of complex numbers" -msgstr "" +msgstr "Kompleksinių skaičių aibė" #. BghFB #: 03090800.xhp @@ -6287,7 +6287,7 @@ msgctxt "" "par_id3148703\n" "help.text" msgid "<image id=\"img_id3151242\" src=\"media/helpimg/smzb10.png\" width=\"295px\" height=\"40px\"><alt id=\"alt_id3151242\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151242\" src=\"media/helpimg/smzb10.png\" width=\"295px\" height=\"40px\"><alt id=\"alt_id3151242\">Piktograma</alt></image>" #. CghDy #: 03091100.xhp @@ -6467,7 +6467,7 @@ msgctxt "" "par_id3149715\n" "help.text" msgid "\\{ or \\lbrace, \\} or \\rbrace" -msgstr "" +msgstr "\\{ or \\lbrace, \\} arba \\rbrace" #. ViQUA #: 03091100.xhp @@ -6944,7 +6944,7 @@ msgctxt "" "tit\n" "help.text" msgid "Unary and Binary Operators" -msgstr "" +msgstr "Matematinių operacijų ženklai" #. XPH5N #: 03091501.xhp @@ -6962,7 +6962,7 @@ msgctxt "" "hd_id2897122\n" "help.text" msgid "<variable id=\"unary\"><link href=\"text/smath/01/03091501.xhp\" name=\"Unary and Binary Operators\">Unary and Binary Operators</link></variable>" -msgstr "" +msgstr "<variable id=\"unary\"><link href=\"text/smath/01/03091501.xhp\" name=\"Unary and Binary Operators\">Matematinių operacijų ženklai</link></variable>" #. BZEfQ #: 03091501.xhp @@ -6971,7 +6971,7 @@ msgctxt "" "par_idN106F7\n" "help.text" msgid "Typed command(s)" -msgstr "" +msgstr "Įvedama komanda" #. PASwd #: 03091501.xhp @@ -6980,7 +6980,7 @@ msgctxt "" "par_id3151388\n" "help.text" msgid "Symbol in Elements pane" -msgstr "" +msgstr "Piktograma ženklų skydelyje" #. vufhG #: 03091501.xhp @@ -6989,7 +6989,7 @@ msgctxt "" "par_id3155764\n" "help.text" msgid "Meaning" -msgstr "" +msgstr "Reikšmė" #. bd5Gm #: 03091501.xhp @@ -6998,7 +6998,7 @@ msgctxt "" "par_id3156276\n" "help.text" msgid "<image id=\"Graphic10\" src=\"media/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic10\" src=\"media/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Piktograma</alt></image>" #. xVtpD #: 03091501.xhp @@ -7007,7 +7007,7 @@ msgctxt "" "par_id3155125\n" "help.text" msgid "Subtraction" -msgstr "" +msgstr "Atimtis" #. MpuBV #: 03091501.xhp @@ -7016,7 +7016,7 @@ msgctxt "" "par_id3163824\n" "help.text" msgid "<image id=\"Graphic21\" src=\"media/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic21\" src=\"media/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Piktograma</alt></image>" #. zm8mC #: 03091501.xhp @@ -7025,7 +7025,7 @@ msgctxt "" "par_id3151266\n" "help.text" msgid "- Sign" -msgstr "" +msgstr "Ženklas „-“" #. JBxAq #: 03091501.xhp @@ -7034,7 +7034,7 @@ msgctxt "" "par_id3147514\n" "help.text" msgid "<image id=\"Graphic4\" src=\"media/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic4\" src=\"media/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Piktograma</alt></image>" #. d8Bed #: 03091501.xhp @@ -7043,7 +7043,7 @@ msgctxt "" "par_id3150358\n" "help.text" msgid "Minus/Plus" -msgstr "" +msgstr "Minus plius" #. TizLh #: 03091501.xhp @@ -7052,7 +7052,7 @@ msgctxt "" "par_id3154821\n" "help.text" msgid "<image id=\"Graphic13\" src=\"media/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic13\" src=\"media/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Piktograma</alt></image>" #. xBiRw #: 03091501.xhp @@ -7061,7 +7061,7 @@ msgctxt "" "par_id3147106\n" "help.text" msgid "Division" -msgstr "" +msgstr "Dalyba" #. NRcQm #: 03091501.xhp @@ -7070,7 +7070,7 @@ msgctxt "" "par_id3155179\n" "help.text" msgid "<image id=\"Graphic7\" src=\"media/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic7\" src=\"media/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Piktograma</alt></image>" #. mcf5B #: 03091501.xhp @@ -7079,7 +7079,7 @@ msgctxt "" "par_id3148972\n" "help.text" msgid "Multiplication" -msgstr "" +msgstr "Daugyba" #. V8uub #: 03091501.xhp @@ -7088,7 +7088,7 @@ msgctxt "" "par_id3150832\n" "help.text" msgid "<image id=\"Graphic6\" src=\"media/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic6\" src=\"media/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Piktograma</alt></image>" #. akctZ #: 03091501.xhp @@ -7097,7 +7097,7 @@ msgctxt "" "par_id3151332\n" "help.text" msgid "Addition" -msgstr "" +msgstr "Sudėtis" #. ep6XE #: 03091501.xhp @@ -7106,7 +7106,7 @@ msgctxt "" "par_id3145590\n" "help.text" msgid "<image id=\"Graphic2\" src=\"media/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic2\" src=\"media/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Piktograma</alt></image>" #. 3RD4E #: 03091501.xhp @@ -7115,7 +7115,7 @@ msgctxt "" "par_id3148390\n" "help.text" msgid "+ Sign" -msgstr "" +msgstr "Ženklas „+“" #. Xg66q #: 03091501.xhp @@ -7124,7 +7124,7 @@ msgctxt "" "par_id3150764\n" "help.text" msgid "<image id=\"Graphic3\" src=\"media/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic3\" src=\"media/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Piktograma</alt></image>" #. QGgTn #: 03091501.xhp @@ -7133,7 +7133,7 @@ msgctxt "" "par_id3153579\n" "help.text" msgid "Plus/Minus" -msgstr "" +msgstr "Plius minus" #. GTFbn #: 03091501.xhp @@ -7142,7 +7142,7 @@ msgctxt "" "par_idN10A6B\n" "help.text" msgid "<item type=\"literal\">and</item> or <item type=\"literal\">&</item>" -msgstr "" +msgstr "<item type=\"literal\">and</item> arba <item type=\"literal\">&</item>" #. MgE2Q #: 03091501.xhp @@ -7151,7 +7151,7 @@ msgctxt "" "par_id3146336\n" "help.text" msgid "<image id=\"Graphic14\" src=\"media/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic14\" src=\"media/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Piktograma</alt></image>" #. CQAn6 #: 03091501.xhp @@ -7160,7 +7160,7 @@ msgctxt "" "par_id3155565\n" "help.text" msgid "Boolean AND operation" -msgstr "" +msgstr "Loginė operacija IR" #. XiyEs #: 03091501.xhp @@ -7169,7 +7169,7 @@ msgctxt "" "par_id3903317\n" "help.text" msgid "No symbol. Usage:" -msgstr "" +msgstr "Nėra. Naudojimas:" #. PM2xT #: 03091501.xhp @@ -7178,7 +7178,7 @@ msgctxt "" "par_id8633686\n" "help.text" msgid "a boper %SYM1 b" -msgstr "" +msgstr "a boper %SYM1 b" #. psyQg #: 03091501.xhp @@ -7187,7 +7187,7 @@ msgctxt "" "par_id3149632\n" "help.text" msgid "Binary operator. A user-defined symbol follows, which is used as a binary operator." -msgstr "" +msgstr "Dvinarės operacijos ženklas. Naudotojo aprašytas rašmuo, naudojamas kaip dvinarės operacijos ženklas." #. jpuhm #: 03091501.xhp @@ -7196,7 +7196,7 @@ msgctxt "" "par_id1713309\n" "help.text" msgid "No symbol. Usage:" -msgstr "" +msgstr "Nėra. Naudojimas:" #. KBSeG #: 03091501.xhp @@ -7205,7 +7205,7 @@ msgctxt "" "par_id4594256\n" "help.text" msgid "uoper %SYM2 b" -msgstr "" +msgstr "uoper %SYM2 b" #. z75ev #: 03091501.xhp @@ -7214,7 +7214,7 @@ msgctxt "" "par_id3154624\n" "help.text" msgid "Unary operator. A user-defined symbol follows, which is a used as a unary operator." -msgstr "" +msgstr "Vienanarės operacijos ženklas. Naudotojo aprašytas rašmuo, naudojamas kaip vienanarės operacijos ženklas." #. CWBU8 #: 03091501.xhp @@ -7223,7 +7223,7 @@ msgctxt "" "par_id3147212\n" "help.text" msgid "<image id=\"Graphic8\" src=\"media/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic8\" src=\"media/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Piktograma</alt></image>" #. 35CPM #: 03091501.xhp @@ -7232,7 +7232,7 @@ msgctxt "" "par_id3155143\n" "help.text" msgid "Multiplication, small multiply symbol" -msgstr "" +msgstr "Daugyba, mažas daugybos taškas" #. oBvDA #: 03091501.xhp @@ -7241,7 +7241,7 @@ msgctxt "" "par_id3151130\n" "help.text" msgid "<image id=\"Graphic16\" src=\"media/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic16\" src=\"media/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Piktograma</alt></image>" #. bpEo6 #: 03091501.xhp @@ -7250,7 +7250,7 @@ msgctxt "" "par_id3156125\n" "help.text" msgid "Concatenate symbols" -msgstr "" +msgstr "Kompozicija" #. FZEpd #: 03091501.xhp @@ -7259,7 +7259,7 @@ msgctxt "" "par_id3147470\n" "help.text" msgid "<image id=\"Graphic12\" src=\"media/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic12\" src=\"media/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Piktograma</alt></image>" #. XUDiv #: 03091501.xhp @@ -7268,7 +7268,7 @@ msgctxt "" "par_id3145129\n" "help.text" msgid "Division" -msgstr "" +msgstr "Dalyba" #. XQs9k #: 03091501.xhp @@ -7277,7 +7277,7 @@ msgctxt "" "par_id3151319\n" "help.text" msgid "<image id=\"Graphic5\" src=\"media/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic5\" src=\"media/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Piktograma</alt></image>" #. xFRty #: 03091501.xhp @@ -7286,7 +7286,7 @@ msgctxt "" "par_id3147527\n" "help.text" msgid "Boolean NOT" -msgstr "" +msgstr "Loginė operacija NE" #. e2Hm6 #: 03091501.xhp @@ -7295,7 +7295,7 @@ msgctxt "" "par_id3959776\n" "help.text" msgid "No symbol." -msgstr "" +msgstr "Nėra." #. dfPgb #: 03091501.xhp @@ -7304,7 +7304,7 @@ msgctxt "" "par_id3150729\n" "help.text" msgid "Slash / in circle" -msgstr "" +msgstr "Mažas įstrižas brūkšnys (/) apskritime" #. nm4PP #: 03091501.xhp @@ -7313,7 +7313,7 @@ msgctxt "" "par_id1206701\n" "help.text" msgid "No symbol." -msgstr "" +msgstr "Nėra." #. rW25e #: 03091501.xhp @@ -7322,7 +7322,7 @@ msgctxt "" "par_id3151227\n" "help.text" msgid "Small multiply symbol in circle" -msgstr "" +msgstr "Mažas daugybos ženklas apskritime" #. EMQCk #: 03091501.xhp @@ -7331,7 +7331,7 @@ msgctxt "" "par_id815759\n" "help.text" msgid "No symbol." -msgstr "" +msgstr "Nėra." #. CCcBB #: 03091501.xhp @@ -7340,7 +7340,7 @@ msgctxt "" "par_id3154841\n" "help.text" msgid "Subtract symbol in circle" -msgstr "" +msgstr "Atimties ženklas apskritime" #. mHUPN #: 03091501.xhp @@ -7349,7 +7349,7 @@ msgctxt "" "par_id7664113\n" "help.text" msgid "No symbol." -msgstr "" +msgstr "Nėra." #. YUgxf #: 03091501.xhp @@ -7358,7 +7358,7 @@ msgctxt "" "par_id3148783\n" "help.text" msgid "Add symbol in circle" -msgstr "" +msgstr "Sudėties ženklas apskritime" #. i2F9A #: 03091501.xhp @@ -7367,7 +7367,7 @@ msgctxt "" "par_idN10AB0\n" "help.text" msgid "<item type=\"literal\">or</item> or <item type=\"literal\">|</item>" -msgstr "" +msgstr "<item type=\"literal\">or</item> arba <item type=\"literal\">|</item>" #. 7ZDSS #: 03091501.xhp @@ -7376,7 +7376,7 @@ msgctxt "" "par_id3147065\n" "help.text" msgid "<image id=\"Graphic15\" src=\"media/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic15\" src=\"media/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Piktograma</alt></image>" #. nLgpA #: 03091501.xhp @@ -7385,7 +7385,7 @@ msgctxt "" "par_id3153797\n" "help.text" msgid "Boolean OR operation" -msgstr "" +msgstr "Loginė operacija ARBA" #. D243h #: 03091501.xhp @@ -7394,7 +7394,7 @@ msgctxt "" "par_id7552110\n" "help.text" msgid "No symbol." -msgstr "" +msgstr "Nėra." #. 3neid #: 03091501.xhp @@ -7403,7 +7403,7 @@ msgctxt "" "par_id3155380\n" "help.text" msgid "Multiply symbol times in circle" -msgstr "" +msgstr "Daugybos kryželis apskritime" #. KAbap #: 03091501.xhp @@ -7412,7 +7412,7 @@ msgctxt "" "par_id3148873\n" "help.text" msgid "<image id=\"Graphic11\" src=\"media/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic11\" src=\"media/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Piktograma</alt></image>" #. MBV9p #: 03091501.xhp @@ -7421,7 +7421,7 @@ msgctxt "" "par_id3150118\n" "help.text" msgid "Division/Fraction" -msgstr "" +msgstr "Dalyba, trupmena" #. skE8t #: 03091501.xhp @@ -7430,7 +7430,7 @@ msgctxt "" "par_id3147073\n" "help.text" msgid "<image id=\"Graphic9\" src=\"media/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic9\" src=\"media/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Piktograma</alt></image>" #. VE3wD #: 03091501.xhp @@ -7439,7 +7439,7 @@ msgctxt "" "par_id3151024\n" "help.text" msgid "Multiplication" -msgstr "" +msgstr "Daugyba" #. YBCUx #: 03091501.xhp @@ -7448,7 +7448,7 @@ msgctxt "" "par_id4930875\n" "help.text" msgid "No symbol." -msgstr "" +msgstr "Nėra." #. bZwJ5 #: 03091501.xhp @@ -7457,7 +7457,7 @@ msgctxt "" "par_id3149241\n" "help.text" msgid "Backslash \\ between two characters, of which the right is superscript, the left subscript" -msgstr "" +msgstr "Kairinis įstrižas brūkšnys tarp dviejų rašmenų, iš kurių dešinysis rašomas kaip viršutinis indeksas, kairysis – kaip apatinis indeksas." #. AWDZe #: 03091501.xhp @@ -7466,7 +7466,7 @@ msgctxt "" "par_id4568620\n" "help.text" msgid "No symbol." -msgstr "" +msgstr "Nėra." #. PKYQH #: 03091501.xhp @@ -7475,7 +7475,7 @@ msgctxt "" "par_id3155587\n" "help.text" msgid "Slash / between two characters, of which the left is superscript, the right subscript" -msgstr "" +msgstr "Įstrižas brūkšnys tarp dviejų rašmenų, iš kurių kairysis rašomas kaip viršutinis indeksas, dešinysis – kaip apatinis indeksas." #. cyMku #: 03091502.xhp @@ -7484,7 +7484,7 @@ msgctxt "" "tit\n" "help.text" msgid "Relations" -msgstr "" +msgstr "Palyginimo operacijų ženklai" #. UARLZ #: 03091502.xhp @@ -7502,7 +7502,7 @@ msgctxt "" "hd_id2083193\n" "help.text" msgid "<variable id=\"relations\"><link href=\"text/smath/01/03091502.xhp\" name=\"Relations\">Relations</link></variable>" -msgstr "" +msgstr "<variable id=\"relations\"><link href=\"text/smath/01/03091502.xhp\" name=\"Relations\">Palyginimo operacijų ženklai</link></variable>" #. U9X43 #: 03091502.xhp @@ -7511,7 +7511,7 @@ msgctxt "" "par_idN10C98\n" "help.text" msgid "Typed command(s)" -msgstr "" +msgstr "Įvedama komanda" #. KKBwS #: 03091502.xhp @@ -7520,7 +7520,7 @@ msgctxt "" "par_id3154032\n" "help.text" msgid "Symbol in Elements pane" -msgstr "" +msgstr "Piktograma ženklų skydelyje" #. JQ9nV #: 03091502.xhp @@ -7529,7 +7529,7 @@ msgctxt "" "par_id3147272\n" "help.text" msgid "Meaning" -msgstr "" +msgstr "Reikšmė" #. zrExd #: 03091502.xhp @@ -7538,7 +7538,7 @@ msgctxt "" "par_idN10E08\n" "help.text" msgid "<item type=\"literal\"><</item> or <item type=\"literal\">lt</item>" -msgstr "" +msgstr "<item type=\"literal\"><</item> arba <item type=\"literal\">lt</item>" #. UFx7p #: 03091502.xhp @@ -7547,7 +7547,7 @@ msgctxt "" "par_id3156247\n" "help.text" msgid "<image id=\"img_id3156253\" src=\"media/helpimg/starmath/bi21305.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156253\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156253\" src=\"media/helpimg/starmath/bi21305.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156253\">Piktograma</alt></image>" #. sxCGL #: 03091502.xhp @@ -7556,7 +7556,7 @@ msgctxt "" "par_id3150068\n" "help.text" msgid "Less than" -msgstr "" +msgstr "Mažiau" #. BFuCF #: 03091502.xhp @@ -7565,7 +7565,7 @@ msgctxt "" "par_id9464726\n" "help.text" msgid "<item type=\"literal\"><<</item> or <item type=\"literal\">ll</item>" -msgstr "" +msgstr "<item type=\"literal\"><<</item> arba <item type=\"literal\">ll</item>" #. AGcXA #: 03091502.xhp @@ -7574,7 +7574,7 @@ msgctxt "" "par_id3149922\n" "help.text" msgid "Much less than" -msgstr "" +msgstr "Žymiai mažiau" #. sLBJP #: 03091502.xhp @@ -7583,7 +7583,7 @@ msgctxt "" "par_idN11059\n" "help.text" msgid "<item type=\"literal\"><=</item> or <item type=\"literal\">le</item>" -msgstr "" +msgstr "<item type=\"literal\"><=</item> arba <item type=\"literal\">le</item>" #. Yybes #: 03091502.xhp @@ -7592,7 +7592,7 @@ msgctxt "" "par_id3153031\n" "help.text" msgid "<image id=\"img_id3153037\" src=\"media/helpimg/starmath/bi21313.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153037\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153037\" src=\"media/helpimg/starmath/bi21313.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153037\">Piktograma</alt></image>" #. zuQPg #: 03091502.xhp @@ -7601,7 +7601,7 @@ msgctxt "" "par_id3152714\n" "help.text" msgid "Less than or equal to" -msgstr "" +msgstr "Mažiau arba lygu" #. FUsS8 #: 03091502.xhp @@ -7610,7 +7610,7 @@ msgctxt "" "par_idN10D00\n" "help.text" msgid "<item type=\"literal\"><></item> or <item type=\"literal\">neq</item>" -msgstr "" +msgstr "<item type=\"literal\"><></item> arba <item type=\"literal\">neq</item>" #. wynif #: 03091502.xhp @@ -7619,7 +7619,7 @@ msgctxt "" "par_id3155548\n" "help.text" msgid "<image id=\"img_id3155554\" src=\"media/helpimg/starmath/bi21302.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155554\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155554\" src=\"media/helpimg/starmath/bi21302.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155554\">Piktograma</alt></image>" #. e4kvY #: 03091502.xhp @@ -7628,7 +7628,7 @@ msgctxt "" "par_id3148672\n" "help.text" msgid "Not equal" -msgstr "" +msgstr "Nelygu" #. rdYVn #: 03091502.xhp @@ -7637,7 +7637,7 @@ msgctxt "" "par_id3150600\n" "help.text" msgid "<image id=\"img_id3150606\" src=\"media/helpimg/starmath/bi21301.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150606\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150606\" src=\"media/helpimg/starmath/bi21301.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150606\">Piktograma</alt></image>" #. CyvDN #: 03091502.xhp @@ -7646,7 +7646,7 @@ msgctxt "" "par_id3155358\n" "help.text" msgid "Equation" -msgstr "" +msgstr "Lygybė" #. jYXBo #: 03091502.xhp @@ -7655,7 +7655,7 @@ msgctxt "" "par_idN10E4D\n" "help.text" msgid "<item type=\"literal\">></item> or <item type=\"literal\">gt</item>" -msgstr "" +msgstr "<item type=\"literal\">></item> arba <item type=\"literal\">gt</item>" #. 3wiVR #: 03091502.xhp @@ -7664,7 +7664,7 @@ msgctxt "" "par_id3152978\n" "help.text" msgid "<image id=\"img_id3152984\" src=\"media/helpimg/starmath/bi21306.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152984\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152984\" src=\"media/helpimg/starmath/bi21306.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152984\">Piktograma</alt></image>" #. krNBR #: 03091502.xhp @@ -7673,7 +7673,7 @@ msgctxt "" "par_id3150515\n" "help.text" msgid "Greater than" -msgstr "" +msgstr "Daugiau" #. XDczY #: 03091502.xhp @@ -7682,7 +7682,7 @@ msgctxt "" "par_idN1109E\n" "help.text" msgid "<item type=\"literal\">>=</item> or <item type=\"literal\">ge</item>" -msgstr "" +msgstr "<item type=\"literal\">>=</item> arba <item type=\"literal\">ge</item>" #. Cb59Y #: 03091502.xhp @@ -7691,7 +7691,7 @@ msgctxt "" "par_id3152741\n" "help.text" msgid "<image id=\"img_id3153876\" src=\"media/helpimg/starmath/bi21314.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153876\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153876\" src=\"media/helpimg/starmath/bi21314.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153876\">Piktograma</alt></image>" #. ABJYz #: 03091502.xhp @@ -7700,7 +7700,7 @@ msgctxt "" "par_id3150308\n" "help.text" msgid "Greater than or equal to" -msgstr "" +msgstr "Daugiau arba lygu" #. ofUyR #: 03091502.xhp @@ -7709,7 +7709,7 @@ msgctxt "" "par_idN11183\n" "help.text" msgid "<item type=\"literal\">>></item> or <item type=\"literal\">gg</item>" -msgstr "" +msgstr "<item type=\"literal\">>></item> arba <item type=\"literal\">gg</item>" #. 8auBb #: 03091502.xhp @@ -7718,7 +7718,7 @@ msgctxt "" "par_id3153863\n" "help.text" msgid "Much greater than" -msgstr "" +msgstr "Žymiai daugiau" #. 9FTAJ #: 03091502.xhp @@ -7727,7 +7727,7 @@ msgctxt "" "par_id3150840\n" "help.text" msgid "<image id=\"img_id3150846\" src=\"media/helpimg/starmath/bi21307.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150846\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150846\" src=\"media/helpimg/starmath/bi21307.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150846\">Piktograma</alt></image>" #. UHrCb #: 03091502.xhp @@ -7736,7 +7736,7 @@ msgctxt "" "par_id3148622\n" "help.text" msgid "Is approximately" -msgstr "" +msgstr "Apytiksliai lygu" #. CXyBY #: 03091502.xhp @@ -7745,7 +7745,7 @@ msgctxt "" "par_id3148502\n" "help.text" msgid "is defined as/by definition equal to" -msgstr "" +msgstr "Apibrėžiama kaip; pagal apibrėžimą lygu" #. GvZuD #: 03091502.xhp @@ -7754,7 +7754,7 @@ msgctxt "" "par_id3154050\n" "help.text" msgid "<image id=\"img_id3154056\" src=\"media/helpimg/starmath/bi21322.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154056\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154056\" src=\"media/helpimg/starmath/bi21322.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154056\">Piktograma</alt></image>" #. wArgv #: 03091502.xhp @@ -7763,7 +7763,7 @@ msgctxt "" "par_id3153749\n" "help.text" msgid "divides" -msgstr "" +msgstr "Dalija" #. nHKuC #: 03091502.xhp @@ -7772,7 +7772,7 @@ msgctxt "" "par_id3150419\n" "help.text" msgid "<image id=\"img_id3150425\" src=\"media/helpimg/starmath/bi21324.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150425\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150425\" src=\"media/helpimg/starmath/bi21324.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150425\">Piktograma</alt></image>" #. GziuK #: 03091502.xhp @@ -7781,7 +7781,7 @@ msgctxt "" "par_id3163845\n" "help.text" msgid "Arrow with double line to the left" -msgstr "" +msgstr "Rodyklė kairėn su dviguba linija" #. At5ah #: 03091502.xhp @@ -7790,7 +7790,7 @@ msgctxt "" "par_id3154424\n" "help.text" msgid "<image id=\"img_id3154429\" src=\"media/helpimg/starmath/bi21325.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154429\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154429\" src=\"media/helpimg/starmath/bi21325.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154429\">Piktograma</alt></image>" #. 6ZsLj #: 03091502.xhp @@ -7799,7 +7799,7 @@ msgctxt "" "par_id3156166\n" "help.text" msgid "Arrow with double line to the left and the right" -msgstr "" +msgstr "Abipusė rodyklė su dviguba linija" #. GFxPG #: 03091502.xhp @@ -7808,7 +7808,7 @@ msgctxt "" "par_id3155410\n" "help.text" msgid "<image id=\"img_id3155417\" src=\"media/helpimg/starmath/bi21326.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155417\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155417\" src=\"media/helpimg/starmath/bi21326.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155417\">Piktograma</alt></image>" #. DJd7B #: 03091502.xhp @@ -7817,7 +7817,7 @@ msgctxt "" "par_id3155291\n" "help.text" msgid "Arrow with double line to the right" -msgstr "" +msgstr "Rodyklė dešinėn su dviguba linija" #. eUMy3 #: 03091502.xhp @@ -7826,7 +7826,7 @@ msgctxt "" "par_id3153373\n" "help.text" msgid "<image id=\"img_id3153379\" src=\"media/helpimg/starmath/bi21303.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153379\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153379\" src=\"media/helpimg/starmath/bi21303.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153379\">Piktograma</alt></image>" #. C3MkN #: 03091502.xhp @@ -7835,7 +7835,7 @@ msgctxt "" "par_id3152934\n" "help.text" msgid "Is equivalent/congruent to" -msgstr "" +msgstr "Ekvivalentu" #. ASpBh #: 03091502.xhp @@ -7844,7 +7844,7 @@ msgctxt "" "par_id3149139\n" "help.text" msgid "<image id=\"img_id3149145\" src=\"media/helpimg/starmath/bi21310.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149145\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149145\" src=\"media/helpimg/starmath/bi21310.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149145\">Piktograma</alt></image>" #. XjCZC #: 03091502.xhp @@ -7853,7 +7853,7 @@ msgctxt "" "par_id3153616\n" "help.text" msgid "Greater than-equal to" -msgstr "" +msgstr "Daugiau arba lygu" #. aAKU3 #: 03091502.xhp @@ -7862,7 +7862,7 @@ msgctxt "" "par_id3153648\n" "help.text" msgid "<image id=\"img_id3153653\" src=\"media/helpimg/starmath/bi21309.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153653\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153653\" src=\"media/helpimg/starmath/bi21309.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153653\">Piktograma</alt></image>" #. STPBc #: 03091502.xhp @@ -7871,7 +7871,7 @@ msgctxt "" "par_id3153690\n" "help.text" msgid "Less than-equal to" -msgstr "" +msgstr "Mažiau arba lygu" #. CAmyk #: 03091502.xhp @@ -7880,7 +7880,7 @@ msgctxt "" "par_id3145098\n" "help.text" msgid "<image id=\"img_id3145104\" src=\"media/helpimg/starmath/bi21323.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145104\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145104\" src=\"media/helpimg/starmath/bi21323.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145104\">Piktograma</alt></image>" #. S9xpS #: 03091502.xhp @@ -7889,7 +7889,7 @@ msgctxt "" "par_id3150374\n" "help.text" msgid "does not divide" -msgstr "" +msgstr "Nedalija" #. cJGvt #: 03091502.xhp @@ -7898,7 +7898,7 @@ msgctxt "" "par_id3152809\n" "help.text" msgid "<image id=\"img_id3150267\" src=\"media/helpimg/starmath/bi21304.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150267\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150267\" src=\"media/helpimg/starmath/bi21304.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150267\">Piktograma</alt></image>" #. wPLhC #: 03091502.xhp @@ -7907,7 +7907,7 @@ msgctxt "" "par_id3151063\n" "help.text" msgid "Is orthogonal to" -msgstr "" +msgstr "Statmena" #. AuFEr #: 03091502.xhp @@ -7916,7 +7916,7 @@ msgctxt "" "par_id3153161\n" "help.text" msgid "<image id=\"img_id3153168\" src=\"media/helpimg/starmath/bi21308.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153168\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153168\" src=\"media/helpimg/starmath/bi21308.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153168\">Piktograma</alt></image>" #. eLZQa #: 03091502.xhp @@ -7925,7 +7925,7 @@ msgctxt "" "par_id3152784\n" "help.text" msgid "Is parallel to" -msgstr "" +msgstr "Lygiagretu" #. mNXRa #: 03091502.xhp @@ -7934,7 +7934,7 @@ msgctxt "" "par_id3150336\n" "help.text" msgid "<image id=\"img_id3148396\" src=\"media/helpimg/starmath/bi21312.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148396\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148396\" src=\"media/helpimg/starmath/bi21312.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148396\">Piktograma</alt></image>" #. BJ3Cz #: 03091502.xhp @@ -7943,7 +7943,7 @@ msgctxt "" "par_id3153930\n" "help.text" msgid "Is proportional to" -msgstr "" +msgstr "Proporcinga" #. CqhEU #: 03091502.xhp @@ -7952,7 +7952,7 @@ msgctxt "" "par_id3154416\n" "help.text" msgid "<image id=\"img_id3154422\" src=\"media/helpimg/starmath/bi21315.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154422\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154422\" src=\"media/helpimg/starmath/bi21315.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154422\">Piktograma</alt></image>" #. qR3Ar #: 03091502.xhp @@ -7961,7 +7961,7 @@ msgctxt "" "par_id3145154\n" "help.text" msgid "Is similar to" -msgstr "" +msgstr "Panašu" #. hTDfx #: 03091502.xhp @@ -7970,7 +7970,7 @@ msgctxt "" "par_id3149265\n" "help.text" msgid "<image id=\"img_id3149271\" src=\"media/helpimg/starmath/bi21311.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149271\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149271\" src=\"media/helpimg/starmath/bi21311.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149271\">Piktograma</alt></image>" #. CDtUh #: 03091502.xhp @@ -7979,7 +7979,7 @@ msgctxt "" "par_id3151346\n" "help.text" msgid "Is similar or equal to" -msgstr "" +msgstr "Panašu arba lygu" #. SEyKo #: 03091502.xhp @@ -7988,7 +7988,7 @@ msgctxt "" "par_id3153957\n" "help.text" msgid "<image id=\"img_id3153962\" src=\"media/helpimg/starmath/bi21316.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153962\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153962\" src=\"media/helpimg/starmath/bi21316.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153962\">Piktograma</alt></image>" #. FVEYx #: 03091502.xhp @@ -7997,7 +7997,7 @@ msgctxt "" "par_id3155844\n" "help.text" msgid "Toward" -msgstr "" +msgstr "Artėja" #. xXcup #: 03091502.xhp @@ -8006,7 +8006,7 @@ msgctxt "" "par_id3153958\n" "help.text" msgid "<image id=\"img_id3153963\" src=\"media/helpimg/starmath/bi21327.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153963\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153963\" src=\"media/helpimg/starmath/bi21327.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153963\">Piktograma</alt></image>" #. gGMFP #: 03091502.xhp @@ -8015,7 +8015,7 @@ msgctxt "" "par_id3155845\n" "help.text" msgid "Precedes" -msgstr "" +msgstr "Yra prieš" #. sqjxt #: 03091502.xhp @@ -8024,7 +8024,7 @@ msgctxt "" "par_id3153959\n" "help.text" msgid "<image id=\"img_id3153964\" src=\"media/helpimg/starmath/bi21328.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153964\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153964\" src=\"media/helpimg/starmath/bi21328.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153964\">Piktograma</alt></image>" #. wMUAe #: 03091502.xhp @@ -8033,7 +8033,7 @@ msgctxt "" "par_id3155846\n" "help.text" msgid "Not precedes" -msgstr "" +msgstr "Nėra prieš" #. mGXCn #: 03091502.xhp @@ -8042,7 +8042,7 @@ msgctxt "" "par_id3153960\n" "help.text" msgid "<image id=\"img_id3153965\" src=\"media/helpimg/starmath/bi21329.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153965\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153965\" src=\"media/helpimg/starmath/bi21329.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153965\">Piktograma</alt></image>" #. VxJ9r #: 03091502.xhp @@ -8051,7 +8051,7 @@ msgctxt "" "par_id3155847\n" "help.text" msgid "Succeeds" -msgstr "" +msgstr "Yra po" #. HzC9a #: 03091502.xhp @@ -8060,7 +8060,7 @@ msgctxt "" "par_id3153961\n" "help.text" msgid "<image id=\"img_id3153966\" src=\"media/helpimg/starmath/bi21330.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153966\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153966\" src=\"media/helpimg/starmath/bi21330.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153966\">Piktograma</alt></image>" #. EwXma #: 03091502.xhp @@ -8069,7 +8069,7 @@ msgctxt "" "par_id3155848\n" "help.text" msgid "Not succeeds" -msgstr "" +msgstr "Nėra po" #. jBGjQ #: 03091502.xhp @@ -8078,7 +8078,7 @@ msgctxt "" "par_id3153962\n" "help.text" msgid "<image id=\"img_id3153967\" src=\"media/helpimg/starmath/bi21331.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153967\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153967\" src=\"media/helpimg/starmath/bi21331.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153967\">Piktograma</alt></image>" #. 7GtUu #: 03091502.xhp @@ -8087,7 +8087,7 @@ msgctxt "" "par_id3155849\n" "help.text" msgid "Precedes or equal to" -msgstr "" +msgstr "Yra prieš arba lygu" #. zwmEu #: 03091502.xhp @@ -8096,7 +8096,7 @@ msgctxt "" "par_id3153963\n" "help.text" msgid "<image id=\"img_id3153968\" src=\"media/helpimg/starmath/bi21332.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153968\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153968\" src=\"media/helpimg/starmath/bi21332.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153968\">Piktograma</alt></image>" #. CSE3L #: 03091502.xhp @@ -8105,7 +8105,7 @@ msgctxt "" "par_id3155850\n" "help.text" msgid "Succeeds or equal to" -msgstr "" +msgstr "Yra po arba lygu" #. sSFRm #: 03091502.xhp @@ -8114,7 +8114,7 @@ msgctxt "" "par_id3153964\n" "help.text" msgid "<image id=\"img_id3153969\" src=\"media/helpimg/starmath/bi21333.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153969\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153969\" src=\"media/helpimg/starmath/bi21333.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153969\">Piktograma</alt></image>" #. 4QGmN #: 03091502.xhp @@ -8123,7 +8123,7 @@ msgctxt "" "par_id3155851\n" "help.text" msgid "Precedes or equivalent to" -msgstr "" +msgstr "Yra prieš arba ekvivalentu" #. n7DAE #: 03091502.xhp @@ -8132,7 +8132,7 @@ msgctxt "" "par_id3153965\n" "help.text" msgid "<image id=\"img_id3153970\" src=\"media/helpimg/starmath/bi21334.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153970\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153970\" src=\"media/helpimg/starmath/bi21334.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153970\">Piktograma</alt></image>" #. uCzoV #: 03091502.xhp @@ -8141,7 +8141,7 @@ msgctxt "" "par_id3155852\n" "help.text" msgid "Succeeds or equivalent to" -msgstr "" +msgstr "Yra po arba ekvivalentu" #. zFnjg #: 03091502.xhp @@ -8150,7 +8150,7 @@ msgctxt "" "par_id3152853\n" "help.text" msgid "Correspondence symbol image of" -msgstr "" +msgstr "Atitinka (atvaizdis)" #. u2x4L #: 03091502.xhp @@ -8159,7 +8159,7 @@ msgctxt "" "par_id3157974\n" "help.text" msgid "Correspondence symbol original of" -msgstr "" +msgstr "Atitinka (originalas)" #. yHEFX #: 03091503.xhp @@ -8168,7 +8168,7 @@ msgctxt "" "tit\n" "help.text" msgid "Set Operators" -msgstr "" +msgstr "Operacijų su aibėmis ženklai" #. a4XFX #: 03091503.xhp @@ -8186,7 +8186,7 @@ msgctxt "" "hd_id4201178\n" "help.text" msgid "<variable id=\"set\"><link href=\"text/smath/01/03091503.xhp\" name=\"set\">Set Operators</link></variable>" -msgstr "" +msgstr "<variable id=\"set\"><link href=\"text/smath/01/03091503.xhp\" name=\"set\">Operacijų su aibėmis ženklai</link></variable>" #. CwJMi #: 03091503.xhp @@ -8195,7 +8195,7 @@ msgctxt "" "par_idN1130F\n" "help.text" msgid "Typed command(s)" -msgstr "" +msgstr "Įvedama komanda" #. vnTjh #: 03091503.xhp @@ -8204,7 +8204,7 @@ msgctxt "" "par_id3145724\n" "help.text" msgid "Symbol in Elements pane" -msgstr "" +msgstr "Piktograma ženklų skydelyje" #. ED4Dx #: 03091503.xhp @@ -8213,7 +8213,7 @@ msgctxt "" "par_id3158137\n" "help.text" msgid "Meaning" -msgstr "" +msgstr "Reikšmė" #. QpPcE #: 03091503.xhp @@ -8222,7 +8222,7 @@ msgctxt "" "par_id3146505\n" "help.text" msgid "<image id=\"img_id3146512\" src=\"media/helpimg/starmath/op22001.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146512\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146512\" src=\"media/helpimg/starmath/op22001.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146512\">Piktograma</alt></image>" #. FFGfs #: 03091503.xhp @@ -8231,7 +8231,7 @@ msgctxt "" "par_id3146625\n" "help.text" msgid "Cardinal number" -msgstr "" +msgstr "Alefas" #. xRDan #: 03091503.xhp @@ -8240,7 +8240,7 @@ msgctxt "" "par_id3159379\n" "help.text" msgid "<image id=\"img_id3159386\" src=\"media/helpimg/starmath/op22002.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159386\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3159386\" src=\"media/helpimg/starmath/op22002.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159386\">Piktograma</alt></image>" #. mGRyB #: 03091503.xhp @@ -8249,7 +8249,7 @@ msgctxt "" "par_id3152374\n" "help.text" msgid "Empty set" -msgstr "" +msgstr "Tuščia aibė" #. MBRbK #: 03091503.xhp @@ -8258,7 +8258,7 @@ msgctxt "" "par_id3158166\n" "help.text" msgid "<image id=\"img_id3158173\" src=\"media/helpimg/starmath/op21401.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158173\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3158173\" src=\"media/helpimg/starmath/op21401.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158173\">Piktograma</alt></image>" #. sm4Rg #: 03091503.xhp @@ -8267,7 +8267,7 @@ msgctxt "" "par_id3155037\n" "help.text" msgid "is contained in" -msgstr "" +msgstr "Priklauso" #. r8yFV #: 03091503.xhp @@ -8276,7 +8276,7 @@ msgctxt "" "par_id3152402\n" "help.text" msgid "<image id=\"img_id3152408\" src=\"media/helpimg/starmath/op21405.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152408\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152408\" src=\"media/helpimg/starmath/op21405.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152408\">Piktograma</alt></image>" #. GEEMZ #: 03091503.xhp @@ -8285,7 +8285,7 @@ msgctxt "" "par_id3152522\n" "help.text" msgid "Intersection of sets" -msgstr "" +msgstr "Aibių sankirta" #. uNnuD #: 03091503.xhp @@ -8294,7 +8294,7 @@ msgctxt "" "par_id3158212\n" "help.text" msgid "<image id=\"img_id3158218\" src=\"media/helpimg/starmath/op21402.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158218\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3158218\" src=\"media/helpimg/starmath/op21402.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158218\">Piktograma</alt></image>" #. UzuDG #: 03091503.xhp @@ -8303,7 +8303,7 @@ msgctxt "" "par_id3158332\n" "help.text" msgid "is not contained in" -msgstr "" +msgstr "Nepriklauso" #. QDACw #: 03091503.xhp @@ -8312,7 +8312,7 @@ msgctxt "" "par_id3158819\n" "help.text" msgid "<image id=\"img_id3158825\" src=\"media/helpimg/starmath/op21413.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158825\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3158825\" src=\"media/helpimg/starmath/op21413.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158825\">Piktograma</alt></image>" #. qdSN4 #: 03091503.xhp @@ -8321,7 +8321,7 @@ msgctxt "" "par_id3158939\n" "help.text" msgid "Not subset to" -msgstr "" +msgstr "Nėra poaibis" #. 2NzER #: 03091503.xhp @@ -8330,7 +8330,7 @@ msgctxt "" "par_id3158966\n" "help.text" msgid "<image id=\"img_id3158973\" src=\"media/helpimg/starmath/op21414.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158973\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3158973\" src=\"media/helpimg/starmath/op21414.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158973\">Piktograma</alt></image>" #. Ndiik #: 03091503.xhp @@ -8339,7 +8339,7 @@ msgctxt "" "par_id3159086\n" "help.text" msgid "Not subset or equal to" -msgstr "" +msgstr "Nėra poaibis arba nelygu" #. 3cRnz #: 03091503.xhp @@ -8348,7 +8348,7 @@ msgctxt "" "par_id3159114\n" "help.text" msgid "<image id=\"img_id3159120\" src=\"media/helpimg/starmath/op21415.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159120\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3159120\" src=\"media/helpimg/starmath/op21415.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159120\">Piktograma</alt></image>" #. DuaNY #: 03091503.xhp @@ -8357,7 +8357,7 @@ msgctxt "" "par_id3162974\n" "help.text" msgid "Not superset" -msgstr "" +msgstr "Nėra viršaibis" #. CYB2E #: 03091503.xhp @@ -8366,7 +8366,7 @@ msgctxt "" "par_id3163002\n" "help.text" msgid "<image id=\"img_id3163008\" src=\"media/helpimg/starmath/op21416.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163008\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3163008\" src=\"media/helpimg/starmath/op21416.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163008\">Piktograma</alt></image>" #. UwbsN #: 03091503.xhp @@ -8375,7 +8375,7 @@ msgctxt "" "par_id3163122\n" "help.text" msgid "Not superset or equal to" -msgstr "" +msgstr "Nėra viršaibis arba nelygu" #. Emk6Y #: 03091503.xhp @@ -8384,7 +8384,7 @@ msgctxt "" "par_idN112D9\n" "help.text" msgid "<item type=\"literal\">owns</item> or <item type=\"literal\">ni</item>" -msgstr "" +msgstr "<item type=\"literal\">owns</item> arba <item type=\"literal\">ni</item>" #. FA8CC #: 03091503.xhp @@ -8393,7 +8393,7 @@ msgctxt "" "par_id3158359\n" "help.text" msgid "<image id=\"img_id3158366\" src=\"media/helpimg/starmath/op21403.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158366\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3158366\" src=\"media/helpimg/starmath/op21403.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158366\">Piktograma</alt></image>" #. YQptA #: 03091503.xhp @@ -8402,7 +8402,7 @@ msgctxt "" "par_id3159352\n" "help.text" msgid "Contains" -msgstr "" +msgstr "Turi" #. i9rCX #: 03091503.xhp @@ -8411,7 +8411,7 @@ msgctxt "" "par_id3156480\n" "help.text" msgid "<image id=\"img_id3156486\" src=\"media/helpimg/starmath/op21421.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156486\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156486\" src=\"media/helpimg/starmath/op21421.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156486\">Piktograma</alt></image>" #. wmvnm #: 03091503.xhp @@ -8420,7 +8420,7 @@ msgctxt "" "par_id3156600\n" "help.text" msgid "Complex number" -msgstr "" +msgstr "Kompleksiniai skaičiai" #. wD86F #: 03091503.xhp @@ -8429,7 +8429,7 @@ msgctxt "" "par_idN113E5\n" "help.text" msgid "<item type=\"literal\">setminus</item> or <item type=\"literal\">bslash</item>" -msgstr "" +msgstr "<item type=\"literal\">setminus</item> arba <item type=\"literal\">bslash</item>" #. m2XRe #: 03091503.xhp @@ -8438,7 +8438,7 @@ msgctxt "" "par_id3145932\n" "help.text" msgid "<image id=\"img_id3145938\" src=\"media/helpimg/starmath/op21407.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145938\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145938\" src=\"media/helpimg/starmath/op21407.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145938\">Piktograma</alt></image>" #. W8PY7 #: 03091503.xhp @@ -8447,7 +8447,7 @@ msgctxt "" "par_id3146052\n" "help.text" msgid "Difference between sets" -msgstr "" +msgstr "Aibių skirtumas" #. j7ecz #: 03091503.xhp @@ -8456,7 +8456,7 @@ msgctxt "" "par_id3163149\n" "help.text" msgid "<image id=\"img_id3163156\" src=\"media/helpimg/starmath/op21417.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163156\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3163156\" src=\"media/helpimg/starmath/op21417.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163156\">Piktograma</alt></image>" #. juEAq #: 03091503.xhp @@ -8465,7 +8465,7 @@ msgctxt "" "par_id3163269\n" "help.text" msgid "Natural number" -msgstr "" +msgstr "Natūralieji skaičiai" #. gDTGa #: 03091503.xhp @@ -8474,7 +8474,7 @@ msgctxt "" "par_id3163444\n" "help.text" msgid "<image id=\"img_id3163450\" src=\"media/helpimg/starmath/op21419.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163450\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3163450\" src=\"media/helpimg/starmath/op21419.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163450\">Piktograma</alt></image>" #. eTC9Q #: 03091503.xhp @@ -8483,7 +8483,7 @@ msgctxt "" "par_id3163564\n" "help.text" msgid "Rational number" -msgstr "" +msgstr "Racionalieji skaičiai" #. 8Gk4A #: 03091503.xhp @@ -8492,7 +8492,7 @@ msgctxt "" "par_id3163591\n" "help.text" msgid "<image id=\"img_id3163598\" src=\"media/helpimg/starmath/op21420.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163598\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3163598\" src=\"media/helpimg/starmath/op21420.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163598\">Piktograma</alt></image>" #. CVXPR #: 03091503.xhp @@ -8501,7 +8501,7 @@ msgctxt "" "par_id3156453\n" "help.text" msgid "Real number" -msgstr "" +msgstr "Realieji skaičiai" #. pD3AL #: 03091503.xhp @@ -8510,7 +8510,7 @@ msgctxt "" "par_id3163296\n" "help.text" msgid "<image id=\"img_id3163303\" src=\"media/helpimg/starmath/op21418.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163303\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3163303\" src=\"media/helpimg/starmath/op21418.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163303\">Piktograma</alt></image>" #. 2BFXD #: 03091503.xhp @@ -8519,7 +8519,7 @@ msgctxt "" "par_id3163416\n" "help.text" msgid "Integer" -msgstr "" +msgstr "Sveikieji skaičiai" #. fnsnu #: 03091503.xhp @@ -8528,7 +8528,7 @@ msgctxt "" "par_id3146357\n" "help.text" msgid "<image id=\"img_id3146363\" src=\"media/helpimg/starmath/op21408.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146363\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146363\" src=\"media/helpimg/starmath/op21408.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146363\">Piktograma</alt></image>" #. bX3jf #: 03091503.xhp @@ -8537,7 +8537,7 @@ msgctxt "" "par_id3146477\n" "help.text" msgid "Slash / for quotient set (slash) between characters" -msgstr "" +msgstr "Faktoraibės įstrižas brūkšnys" #. 2PNgA #: 03091503.xhp @@ -8546,7 +8546,7 @@ msgctxt "" "par_id3146652\n" "help.text" msgid "<image id=\"img_id3146659\" src=\"media/helpimg/starmath/op21409.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146659\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146659\" src=\"media/helpimg/starmath/op21409.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146659\">Piktograma</alt></image>" #. NGHLF #: 03091503.xhp @@ -8555,7 +8555,7 @@ msgctxt "" "par_id3146772\n" "help.text" msgid "Subset" -msgstr "" +msgstr "Poaibis" #. bUD8s #: 03091503.xhp @@ -8564,7 +8564,7 @@ msgctxt "" "par_id3146800\n" "help.text" msgid "<image id=\"img_id3146806\" src=\"media/helpimg/starmath/op21410.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146806\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146806\" src=\"media/helpimg/starmath/op21410.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146806\">Piktograma</alt></image>" #. VqxmF #: 03091503.xhp @@ -8573,7 +8573,7 @@ msgctxt "" "par_id3158496\n" "help.text" msgid "Subset or equal to" -msgstr "" +msgstr "Poaibis arba lygu" #. 8pGLa #: 03091503.xhp @@ -8582,7 +8582,7 @@ msgctxt "" "par_id3158524\n" "help.text" msgid "<image id=\"img_id3158530\" src=\"media/helpimg/starmath/op21411.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158530\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3158530\" src=\"media/helpimg/starmath/op21411.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158530\">Piktograma</alt></image>" #. tGDcX #: 03091503.xhp @@ -8591,7 +8591,7 @@ msgctxt "" "par_id3158644\n" "help.text" msgid "Superset" -msgstr "" +msgstr "Viršaibis" #. ZDZcW #: 03091503.xhp @@ -8600,7 +8600,7 @@ msgctxt "" "par_id3158671\n" "help.text" msgid "<image id=\"img_id3158678\" src=\"media/helpimg/starmath/op21412.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158678\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3158678\" src=\"media/helpimg/starmath/op21412.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158678\">Piktograma</alt></image>" #. HavfX #: 03091503.xhp @@ -8609,7 +8609,7 @@ msgctxt "" "par_id3158791\n" "help.text" msgid "Superset or equal to" -msgstr "" +msgstr "Viršaibis arba lygu" #. Hh4fW #: 03091503.xhp @@ -8618,7 +8618,7 @@ msgctxt "" "par_id3152548\n" "help.text" msgid "<image id=\"img_id3152555\" src=\"media/helpimg/starmath/op21406.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152555\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152555\" src=\"media/helpimg/starmath/op21406.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152555\">Piktograma</alt></image>" #. KPHqD #: 03091503.xhp @@ -8627,7 +8627,7 @@ msgctxt "" "par_id3145904\n" "help.text" msgid "Union of sets" -msgstr "" +msgstr "Aibių sąjunga" #. r2UfL #: 03091504.xhp @@ -8636,7 +8636,7 @@ msgctxt "" "tit\n" "help.text" msgid "Functions" -msgstr "" +msgstr "Funkcijos" #. 7GDSf #: 03091504.xhp @@ -8654,7 +8654,7 @@ msgctxt "" "hd_id645466\n" "help.text" msgid "<variable id=\"functions\"><link href=\"text/smath/01/03091504.xhp\" name=\"Functions\">Functions</link></variable>" -msgstr "" +msgstr "<variable id=\"functions\"><link href=\"text/smath/01/03091504.xhp\" name=\"Functions\">Funkcijos</link></variable>" #. LQEQi #: 03091504.xhp @@ -8663,7 +8663,7 @@ msgctxt "" "par_idN11838\n" "help.text" msgid "Typed command(s)" -msgstr "" +msgstr "Įvedama komanda" #. a5ps3 #: 03091504.xhp @@ -8672,7 +8672,7 @@ msgctxt "" "par_id3156681\n" "help.text" msgid "Symbol in Elements pane" -msgstr "" +msgstr "Piktograma ženklų skydelyje" #. T4Xsf #: 03091504.xhp @@ -8681,7 +8681,7 @@ msgctxt "" "par_id3156750\n" "help.text" msgid "Meaning" -msgstr "" +msgstr "Reikšmė" #. xkfXQ #: 03091504.xhp @@ -8690,7 +8690,7 @@ msgctxt "" "par_id3166018\n" "help.text" msgid "<image id=\"img_id3166024\" src=\"media/helpimg/starmath/fu21501.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166024\">Icon Absolute amount</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3166024\" src=\"media/helpimg/starmath/fu21501.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166024\">Absoliučiosios reikšmės ženklo piktograma</alt></image>" #. CPDGG #: 03091504.xhp @@ -8699,7 +8699,7 @@ msgctxt "" "par_id3166138\n" "help.text" msgid "Absolute amount" -msgstr "" +msgstr "Absoliučioji reikšmė" #. YSmV5 #: 03091504.xhp @@ -8708,7 +8708,7 @@ msgctxt "" "par_id3164840\n" "help.text" msgid "<image id=\"img_id3164847\" src=\"media/helpimg/starmath/fu21518.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3164847\">Icon Inverse cosine or arccosine</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3164847\" src=\"media/helpimg/starmath/fu21518.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3164847\">Arkkosinuso piktograma</alt></image>" #. FC8Pe #: 03091504.xhp @@ -8717,7 +8717,7 @@ msgctxt "" "par_id3164961\n" "help.text" msgid "Inverse cosine or arccosine" -msgstr "" +msgstr "Arkkosinusas" #. wUf6b #: 03091504.xhp @@ -8726,7 +8726,7 @@ msgctxt "" "par_id3165134\n" "help.text" msgid "<image id=\"img_id3165141\" src=\"media/helpimg/starmath/fu21520.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165141\">Icon Inverse cotangent or arccotangent</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3165141\" src=\"media/helpimg/starmath/fu21520.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165141\">Arkkotangento piktograma</alt></image>" #. rdmhn #: 03091504.xhp @@ -8735,7 +8735,7 @@ msgctxt "" "par_id3165255\n" "help.text" msgid "Inverse cotangent or arccotangent" -msgstr "" +msgstr "Arkkotangentas" #. XZnLJ #: 03091504.xhp @@ -8744,7 +8744,7 @@ msgctxt "" "par_id3166312\n" "help.text" msgid "<image id=\"img_id3166318\" src=\"media/helpimg/starmath/fu21522.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166318\">Icon Inverse hyperbolic cosine</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3166318\" src=\"media/helpimg/starmath/fu21522.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166318\">Hiperbolinio areakosinuso piktograma</alt></image>" #. ZAWFC #: 03091504.xhp @@ -8753,7 +8753,7 @@ msgctxt "" "par_id3166432\n" "help.text" msgid "Inverse hyperbolic cosine" -msgstr "" +msgstr "Hiperbolinis areakosinusas" #. PXV4y #: 03091504.xhp @@ -8762,7 +8762,7 @@ msgctxt "" "par_id3143430\n" "help.text" msgid "<image id=\"img_id3143436\" src=\"media/helpimg/starmath/fu21524.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143436\">Icon Inverse hyperbolic cotangent</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3143436\" src=\"media/helpimg/starmath/fu21524.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143436\">Hiperbolinio areakotangento piktograma</alt></image>" #. qRVGV #: 03091504.xhp @@ -8771,7 +8771,7 @@ msgctxt "" "par_id3143550\n" "help.text" msgid "Inverse hyperbolic cotangent" -msgstr "" +msgstr "Hiperbolinis areakotangentas" #. 8YxhP #: 03091504.xhp @@ -8780,7 +8780,7 @@ msgctxt "" "par_id3152238\n" "help.text" msgid "<image id=\"img_id3152244\" src=\"media/helpimg/starmath/fu21517.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152244\">Icon Inverse sine or arcsine</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152244\" src=\"media/helpimg/starmath/fu21517.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152244\">Arksinuso piktograma</alt></image>" #. pjMqW #: 03091504.xhp @@ -8789,7 +8789,7 @@ msgctxt "" "par_id3152358\n" "help.text" msgid "Inverse sine or arcsine" -msgstr "" +msgstr "Arksinusas" #. q5wxY #: 03091504.xhp @@ -8798,7 +8798,7 @@ msgctxt "" "par_id3164987\n" "help.text" msgid "<image id=\"img_id3164994\" src=\"media/helpimg/starmath/fu21519.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3164994\">Icon Inverse tangent or arctangent</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3164994\" src=\"media/helpimg/starmath/fu21519.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3164994\">Arktangento piktograma</alt></image>" #. rSgdt #: 03091504.xhp @@ -8807,7 +8807,7 @@ msgctxt "" "par_id3165108\n" "help.text" msgid "Inverse tangent or arctangent" -msgstr "" +msgstr "Arktangentas" #. kCBdq #: 03091504.xhp @@ -8816,7 +8816,7 @@ msgctxt "" "par_id3166165\n" "help.text" msgid "<image id=\"img_id3166172\" src=\"media/helpimg/starmath/fu21521.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166172\">Icon Inverse hyperbolic sine</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3166172\" src=\"media/helpimg/starmath/fu21521.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166172\">Hiperbolinio areasinuso piktograma</alt></image>" #. oDxbt #: 03091504.xhp @@ -8825,7 +8825,7 @@ msgctxt "" "par_id3166285\n" "help.text" msgid "Inverse hyperbolic sine" -msgstr "" +msgstr "Hiperbolinis areasinusas" #. Bvsg8 #: 03091504.xhp @@ -8834,7 +8834,7 @@ msgctxt "" "par_id3166459\n" "help.text" msgid "<image id=\"img_id3166465\" src=\"media/helpimg/starmath/fu21523.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166465\">Icon Inverse hyperbolic tangent</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3166465\" src=\"media/helpimg/starmath/fu21523.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166465\">Hiperbolinio areatangento piktograma</alt></image>" #. BuYqL #: 03091504.xhp @@ -8843,7 +8843,7 @@ msgctxt "" "par_id3143403\n" "help.text" msgid "Inverse hyperbolic tangent" -msgstr "" +msgstr "Hiperbolinis areatangentas" #. miijV #: 03091504.xhp @@ -8861,7 +8861,7 @@ msgctxt "" "par_id3151649\n" "help.text" msgid "<image id=\"img_id3151656\" src=\"media/helpimg/starmath/fu21510.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151656\">Icon Cosine</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151656\" src=\"media/helpimg/starmath/fu21510.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151656\">Kosinuso piktograma</alt></image>" #. umUue #: 03091504.xhp @@ -8870,7 +8870,7 @@ msgctxt "" "par_id3151770\n" "help.text" msgid "Cosine" -msgstr "" +msgstr "Kosinusas" #. uiWDh #: 03091504.xhp @@ -8879,7 +8879,7 @@ msgctxt "" "par_id3165576\n" "help.text" msgid "<image id=\"img_id3165583\" src=\"media/helpimg/starmath/fu21514.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165583\">Icon Hyperbolic cosine</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3165583\" src=\"media/helpimg/starmath/fu21514.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165583\">Hiperbolinio kosinuso piktograma</alt></image>" #. pCQGG #: 03091504.xhp @@ -8888,7 +8888,7 @@ msgctxt "" "par_id3165696\n" "help.text" msgid "Hyperbolic cosine" -msgstr "" +msgstr "Hiperbolinis kosinusas" #. tKEbB #: 03091504.xhp @@ -8897,7 +8897,7 @@ msgctxt "" "par_id3151944\n" "help.text" msgid "<image id=\"img_id3151950\" src=\"media/helpimg/starmath/fu21512.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151950\">Icon Cotangent</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151950\" src=\"media/helpimg/starmath/fu21512.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151950\">Kotangento piktograma</alt></image>" #. f9FDA #: 03091504.xhp @@ -8906,7 +8906,7 @@ msgctxt "" "par_id3152064\n" "help.text" msgid "Cotangent" -msgstr "" +msgstr "Kotangentas" #. 5iNzB #: 03091504.xhp @@ -8915,7 +8915,7 @@ msgctxt "" "par_id3165871\n" "help.text" msgid "<image id=\"img_id3165877\" src=\"media/helpimg/starmath/fu21516.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165877\">Icon Hyperbolic cotangent</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3165877\" src=\"media/helpimg/starmath/fu21516.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165877\">Hiperbolinio kotangento piktograma</alt></image>" #. jeRLb #: 03091504.xhp @@ -8924,7 +8924,7 @@ msgctxt "" "par_id3165991\n" "help.text" msgid "Hyperbolic cotangent" -msgstr "" +msgstr "Hiperbolinis kotangentas" #. H3sdC #: 03091504.xhp @@ -8933,7 +8933,7 @@ msgctxt "" "par_id3157074\n" "help.text" msgid "<image id=\"img_id3157080\" src=\"media/helpimg/starmath/fu21507.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157080\">Icon General exponential function</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3157080\" src=\"media/helpimg/starmath/fu21507.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157080\">Eksponentinės funkcijos piktograma</alt></image>" #. GtmKR #: 03091504.xhp @@ -8942,7 +8942,7 @@ msgctxt "" "par_id3157194\n" "help.text" msgid "General exponential function" -msgstr "" +msgstr "Eksponentinė funkcija" #. 7yN7h #: 03091504.xhp @@ -8951,7 +8951,7 @@ msgctxt "" "par_id3143577\n" "help.text" msgid "<image id=\"img_id3143584\" src=\"media/helpimg/starmath/fu21502.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143584\">Icon Factorial</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3143584\" src=\"media/helpimg/starmath/fu21502.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143584\">Faktorialo piktograma</alt></image>" #. g5VJv #: 03091504.xhp @@ -8960,7 +8960,7 @@ msgctxt "" "par_id3143698\n" "help.text" msgid "Factorial" -msgstr "" +msgstr "Faktorialas" #. aoVwU #: 03091504.xhp @@ -8969,7 +8969,7 @@ msgctxt "" "par_id3156780\n" "help.text" msgid "<image id=\"img_id3156786\" src=\"media/helpimg/starmath/fu21505.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156786\">Icon Natural exponential function</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156786\" src=\"media/helpimg/starmath/fu21505.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156786\">Natūraliosios eksponentinės funkcijos piktograma</alt></image>" #. TbdTR #: 03091504.xhp @@ -8978,7 +8978,7 @@ msgctxt "" "par_id3156900\n" "help.text" msgid "Natural exponential function" -msgstr "" +msgstr "Natūralioji eksponentinė funkcija" #. q5gmo #: 03091504.xhp @@ -8987,7 +8987,7 @@ msgctxt "" "par_id3156927\n" "help.text" msgid "<image id=\"img_id3156934\" src=\"media/helpimg/starmath/fu21506.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156934\">Icon Natural logarithm</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156934\" src=\"media/helpimg/starmath/fu21506.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156934\">Natūraliojo logaritmo piktograma</alt></image>" #. aA6F4 #: 03091504.xhp @@ -8996,7 +8996,7 @@ msgctxt "" "par_id3157048\n" "help.text" msgid "Natural logarithm" -msgstr "" +msgstr "Natūralusis logaritmas" #. frvco #: 03091504.xhp @@ -9005,7 +9005,7 @@ msgctxt "" "par_id3157220\n" "help.text" msgid "<image id=\"img_id3157227\" src=\"media/helpimg/starmath/fu21508.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157227\">Icon General logarithm</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3157227\" src=\"media/helpimg/starmath/fu21508.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157227\">Logaritmo piktograma</alt></image>" #. hRtQ6 #: 03091504.xhp @@ -9014,7 +9014,7 @@ msgctxt "" "par_id3157341\n" "help.text" msgid "General logarithm" -msgstr "" +msgstr "Logaritmas" #. ke8Uw #: 03091504.xhp @@ -9023,7 +9023,7 @@ msgctxt "" "par_id3165282\n" "help.text" msgid "<image id=\"img_id3165288\" src=\"media/helpimg/starmath/fu21504.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165288\">Icon n-th root of x</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3165288\" src=\"media/helpimg/starmath/fu21504.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165288\">n-tojo laipsnio šaknies piktograma</alt></image>" #. QCzga #: 03091504.xhp @@ -9032,7 +9032,7 @@ msgctxt "" "par_id3165402\n" "help.text" msgid "n-th root of x" -msgstr "" +msgstr "n-tojo laipsnio šaknis" #. CGCrv #: 03091504.xhp @@ -9041,7 +9041,7 @@ msgctxt "" "par_id3151502\n" "help.text" msgid "<image id=\"img_id3151509\" src=\"media/helpimg/starmath/fu21509.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151509\">Icon Sine</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151509\" src=\"media/helpimg/starmath/fu21509.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151509\">Sinuso piktograma</alt></image>" #. nAEE2 #: 03091504.xhp @@ -9050,7 +9050,7 @@ msgctxt "" "par_id3151623\n" "help.text" msgid "Sine" -msgstr "" +msgstr "Sinusas" #. 6kNko #: 03091504.xhp @@ -9059,7 +9059,7 @@ msgctxt "" "par_id3165429\n" "help.text" msgid "<image id=\"img_id3165436\" src=\"media/helpimg/starmath/fu21513.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165436\">Icon Hyperbolic sine</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3165436\" src=\"media/helpimg/starmath/fu21513.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165436\">Hiperbolinio sinuso piktograma</alt></image>" #. m6sdA #: 03091504.xhp @@ -9068,7 +9068,7 @@ msgctxt "" "par_id3165549\n" "help.text" msgid "Hyperbolic sine" -msgstr "" +msgstr "Hiperbolinis sinusas" #. rBTVN #: 03091504.xhp @@ -9077,7 +9077,7 @@ msgctxt "" "par_id3152091\n" "help.text" msgid "<image id=\"img_id3152097\" src=\"media/helpimg/starmath/fu21503.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152097\">Icon Square root</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152097\" src=\"media/helpimg/starmath/fu21503.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152097\">Kvadratinės šaknies piktograma</alt></image>" #. w4mAn #: 03091504.xhp @@ -9086,7 +9086,7 @@ msgctxt "" "par_id3152211\n" "help.text" msgid "Square root" -msgstr "" +msgstr "Kvadratinė šaknis" #. xFjzG #: 03091504.xhp @@ -9095,7 +9095,7 @@ msgctxt "" "par_id3143914\n" "help.text" msgid "x with subscript n" -msgstr "" +msgstr "x su indeksu n" #. icDe7 #: 03091504.xhp @@ -9104,7 +9104,7 @@ msgctxt "" "par_id3157368\n" "help.text" msgid "<image id=\"img_id3157375\" src=\"media/helpimg/starmath/fu21908.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157375\">Icon n-th power of x</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3157375\" src=\"media/helpimg/starmath/fu21908.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157375\">Laipsnio piktograma</alt></image>" #. HSvF4 #: 03091504.xhp @@ -9113,7 +9113,7 @@ msgctxt "" "par_id3151476\n" "help.text" msgid "n-th power of x" -msgstr "" +msgstr "x pakeltas n-tuoju laipsniu" #. GeSzX #: 03091504.xhp @@ -9122,7 +9122,7 @@ msgctxt "" "par_id3151796\n" "help.text" msgid "<image id=\"img_id3151803\" src=\"media/helpimg/starmath/fu21511.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151803\">Icon Tangent</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151803\" src=\"media/helpimg/starmath/fu21511.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151803\">Tangento piktograma</alt></image>" #. 9BZPk #: 03091504.xhp @@ -9131,7 +9131,7 @@ msgctxt "" "par_id3151917\n" "help.text" msgid "Tangent" -msgstr "" +msgstr "Tangentas" #. yfAhG #: 03091504.xhp @@ -9140,7 +9140,7 @@ msgctxt "" "par_id3165723\n" "help.text" msgid "<image id=\"img_id3165730\" src=\"media/helpimg/starmath/fu21515.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165730\">Icon Hyperbolic tangent</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3165730\" src=\"media/helpimg/starmath/fu21515.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3165730\">Hiperbolinio tangento piktograma</alt></image>" #. yvfcV #: 03091504.xhp @@ -9149,7 +9149,7 @@ msgctxt "" "par_id3165844\n" "help.text" msgid "Hyperbolic tangent" -msgstr "" +msgstr "Hiperbolinis tangentas" #. imXbZ #: 03091505.xhp @@ -9158,7 +9158,7 @@ msgctxt "" "tit\n" "help.text" msgid "Operators" -msgstr "" +msgstr "Ženklai" #. LDvYE #: 03091505.xhp @@ -9176,7 +9176,7 @@ msgctxt "" "hd_id1328165\n" "help.text" msgid "<variable id=\"operators\"><link href=\"text/smath/01/03091505.xhp\" name=\"Operators\">Operators</link></variable>" -msgstr "" +msgstr "<variable id=\"operators\"><link href=\"text/smath/01/03091505.xhp\" name=\"Operators\">Ženklai</link></variable>" #. NqJuJ #: 03091505.xhp @@ -9185,7 +9185,7 @@ msgctxt "" "par_idN11DE4\n" "help.text" msgid "Typed command(s)" -msgstr "" +msgstr "Įvedama komanda" #. hz7rD #: 03091505.xhp @@ -9194,7 +9194,7 @@ msgctxt "" "par_id3143994\n" "help.text" msgid "Symbol in Elements pane" -msgstr "" +msgstr "Piktograma ženklų skydelyje" #. EkXVm #: 03091505.xhp @@ -9203,7 +9203,7 @@ msgctxt "" "par_id3144064\n" "help.text" msgid "Meaning" -msgstr "" +msgstr "Reikšmė" #. CCKCx #: 03091505.xhp @@ -9212,7 +9212,7 @@ msgctxt "" "par_id3144534\n" "help.text" msgid "<image id=\"img_id3144541\" src=\"media/helpimg/starmath/fo21604.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3144541\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3144541\" src=\"media/helpimg/starmath/fo21604.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3144541\">Piktograma</alt></image>" #. MtgRx #: 03091505.xhp @@ -9221,7 +9221,7 @@ msgctxt "" "par_id3144655\n" "help.text" msgid "Coproduct" -msgstr "" +msgstr "Sudėtinė sandauga" #. NF32t #: 03091505.xhp @@ -9230,7 +9230,7 @@ msgctxt "" "par_id3166611\n" "help.text" msgid "<image id=\"img_id3166618\" src=\"media/helpimg/starmath/fo21614.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3166618\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3166618\" src=\"media/helpimg/starmath/fo21614.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3166618\">Piktograma</alt></image>" #. S9j8D #: 03091505.xhp @@ -9239,7 +9239,7 @@ msgctxt "" "par_id3166692\n" "help.text" msgid "Lower limit of an operator" -msgstr "" +msgstr "Apatinis ribos indeksas" #. VAqEP #: 03091505.xhp @@ -9248,7 +9248,7 @@ msgctxt "" "par_id3144681\n" "help.text" msgid "<image id=\"img_id3144688\" src=\"media/helpimg/starmath/fo21613.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3144688\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3144688\" src=\"media/helpimg/starmath/fo21613.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3144688\">Piktograma</alt></image>" #. YScQ5 #: 03091505.xhp @@ -9257,7 +9257,7 @@ msgctxt "" "par_id3144763\n" "help.text" msgid "Range from ... to" -msgstr "" +msgstr "Ribos indeksas nuo … iki" #. rUBZw #: 03091505.xhp @@ -9266,7 +9266,7 @@ msgctxt "" "par_id3145083\n" "help.text" msgid "<image id=\"img_id3166470\" src=\"media/helpimg/starmath/fo21607.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3166470\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3166470\" src=\"media/helpimg/starmath/fo21607.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3166470\">Piktograma</alt></image>" #. ba5G4 #: 03091505.xhp @@ -9275,7 +9275,7 @@ msgctxt "" "par_id3166584\n" "help.text" msgid "Triple integral" -msgstr "" +msgstr "Trilypis integralas" #. re6GL #: 03091505.xhp @@ -9284,7 +9284,7 @@ msgctxt "" "par_id3144936\n" "help.text" msgid "<image id=\"img_id3144943\" src=\"media/helpimg/starmath/fo21606.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3144943\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3144943\" src=\"media/helpimg/starmath/fo21606.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3144943\">Piktograma</alt></image>" #. QNzAx #: 03091505.xhp @@ -9293,7 +9293,7 @@ msgctxt "" "par_id3145056\n" "help.text" msgid "Double integral" -msgstr "" +msgstr "Dvilypis integralas" #. Dyuqc #: 03091505.xhp @@ -9302,7 +9302,7 @@ msgctxt "" "par_id3144789\n" "help.text" msgid "<image id=\"img_id3144796\" src=\"media/helpimg/starmath/fo21605.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3144796\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3144796\" src=\"media/helpimg/starmath/fo21605.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3144796\">Piktograma</alt></image>" #. ic9n5 #: 03091505.xhp @@ -9311,7 +9311,7 @@ msgctxt "" "par_id3144909\n" "help.text" msgid "Integral" -msgstr "" +msgstr "Integralas" #. FCNES #: 03091505.xhp @@ -9320,7 +9320,7 @@ msgctxt "" "par_id3167350\n" "help.text" msgid "Limes inferior" -msgstr "" +msgstr "Apatinė riba" #. KD6gw #: 03091505.xhp @@ -9329,7 +9329,7 @@ msgctxt "" "par_id3167458\n" "help.text" msgid "Limes superior" -msgstr "" +msgstr "Viršutinė riba" #. 4qBFM #: 03091505.xhp @@ -9338,7 +9338,7 @@ msgctxt "" "par_id3166719\n" "help.text" msgid "<image id=\"img_id3166725\" src=\"media/helpimg/starmath/fo21609.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3166725\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3166725\" src=\"media/helpimg/starmath/fo21609.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3166725\">Piktograma</alt></image>" #. p7GnF #: 03091505.xhp @@ -9347,7 +9347,7 @@ msgctxt "" "par_id3166839\n" "help.text" msgid "Curve integral" -msgstr "" +msgstr "Kreivinis integralas" #. wDvWN #: 03091505.xhp @@ -9356,7 +9356,7 @@ msgctxt "" "par_id3166866\n" "help.text" msgid "<image id=\"img_id3166872\" src=\"media/helpimg/starmath/fo21610.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3166872\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3166872\" src=\"media/helpimg/starmath/fo21610.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3166872\">Piktograma</alt></image>" #. PppTF #: 03091505.xhp @@ -9365,7 +9365,7 @@ msgctxt "" "par_id3166986\n" "help.text" msgid "Double curve integral" -msgstr "" +msgstr "Dvilypis kreivinis integralas" #. DA5Bp #: 03091505.xhp @@ -9374,7 +9374,7 @@ msgctxt "" "par_id3167013\n" "help.text" msgid "<image id=\"img_id3167020\" src=\"media/helpimg/starmath/fo21611.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3167020\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3167020\" src=\"media/helpimg/starmath/fo21611.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3167020\">Piktograma</alt></image>" #. 6yWRL #: 03091505.xhp @@ -9383,7 +9383,7 @@ msgctxt "" "par_id3167134\n" "help.text" msgid "Triple curve integral" -msgstr "" +msgstr "Trilypis kreivinis integralas" #. 6LJaE #: 03091505.xhp @@ -9392,7 +9392,7 @@ msgctxt "" "par_id3167527\n" "help.text" msgid "Placeholder, user-defined operator" -msgstr "" +msgstr "Vietaženklis, naudotojo aprašytas ženklas" #. dEC8p #: 03091505.xhp @@ -9401,7 +9401,7 @@ msgctxt "" "par_id3144387\n" "help.text" msgid "<image id=\"img_id3144394\" src=\"media/helpimg/starmath/fo21603.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3144394\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3144394\" src=\"media/helpimg/starmath/fo21603.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3144394\">Piktograma</alt></image>" #. cAogx #: 03091505.xhp @@ -9410,7 +9410,7 @@ msgctxt "" "par_id3144508\n" "help.text" msgid "Product" -msgstr "" +msgstr "Sandauga" #. bzBpT #: 03091505.xhp @@ -9419,7 +9419,7 @@ msgctxt "" "par_id3144240\n" "help.text" msgid "<image id=\"img_id3144247\" src=\"media/helpimg/starmath/fo21602.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3144247\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3144247\" src=\"media/helpimg/starmath/fo21602.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3144247\">Piktograma</alt></image>" #. mfdvB #: 03091505.xhp @@ -9428,7 +9428,7 @@ msgctxt "" "par_id3144361\n" "help.text" msgid "Sum" -msgstr "" +msgstr "Suma" #. 2i5oh #: 03091505.xhp @@ -9437,7 +9437,7 @@ msgctxt "" "par_id3167161\n" "help.text" msgid "<image id=\"img_id3167167\" src=\"media/helpimg/starmath/fo21615.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3167167\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3167167\" src=\"media/helpimg/starmath/fo21615.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3167167\">Piktograma</alt></image>" #. ujJ9N #: 03091505.xhp @@ -9446,7 +9446,7 @@ msgctxt "" "par_id3167242\n" "help.text" msgid "Upper limit of an operator" -msgstr "" +msgstr "Viršutinis ribos indeksas" #. eF322 #: 03091505.xhp @@ -9455,7 +9455,7 @@ msgctxt "" "par_id3144093\n" "help.text" msgid "<image id=\"img_id3144100\" src=\"media/helpimg/starmath/fo21601.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3144100\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3144100\" src=\"media/helpimg/starmath/fo21601.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3144100\">Piktograma</alt></image>" #. EkvSq #: 03091505.xhp @@ -9464,7 +9464,7 @@ msgctxt "" "par_id3144214\n" "help.text" msgid "Limes" -msgstr "" +msgstr "Ribos" #. zxU8X #: 03091506.xhp @@ -9473,7 +9473,7 @@ msgctxt "" "tit\n" "help.text" msgid "Attributes" -msgstr "" +msgstr "Požymiai" #. ixR34 #: 03091506.xhp @@ -9491,7 +9491,7 @@ msgctxt "" "hd_id2846156\n" "help.text" msgid "<variable id=\"attributes\"><link href=\"text/smath/01/03091506.xhp\" name=\"Attributes\">Attributes</link></variable>" -msgstr "" +msgstr "<variable id=\"attributes\"><link href=\"text/smath/01/03091506.xhp\" name=\"Attributes\">Požymiai</link></variable>" #. DbZDP #: 03091506.xhp @@ -9500,7 +9500,7 @@ msgctxt "" "par_idN12175\n" "help.text" msgid "Typed command(s)" -msgstr "" +msgstr "Įvedama komanda" #. 5rVdo #: 03091506.xhp @@ -9509,7 +9509,7 @@ msgctxt "" "par_id3167610\n" "help.text" msgid "Symbol in Elements pane" -msgstr "" +msgstr "Piktograma ženklų skydelyje" #. MCixT #: 03091506.xhp @@ -9518,7 +9518,7 @@ msgctxt "" "par_id3167680\n" "help.text" msgid "Meaning" -msgstr "" +msgstr "Reikšmė" #. 8Bo3w #: 03091506.xhp @@ -9527,7 +9527,7 @@ msgctxt "" "par_id3167709\n" "help.text" msgid "<image id=\"img_id3167716\" src=\"media/helpimg/starmath/at21701.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3167716\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3167716\" src=\"media/helpimg/starmath/at21701.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3167716\">Piktograma</alt></image>" #. 5torC #: 03091506.xhp @@ -9536,7 +9536,7 @@ msgctxt "" "par_id3167830\n" "help.text" msgid "Accent to top right above a character" -msgstr "" +msgstr "Į dešinę pasviręs brūkšnelis virš simbolio" #. uWBCb #: 03091506.xhp @@ -9545,7 +9545,7 @@ msgctxt "" "par_id3159771\n" "help.text" msgid "<image id=\"img_id3159778\" src=\"media/helpimg/starmath/at21705.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159778\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3159778\" src=\"media/helpimg/starmath/at21705.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159778\">Piktograma</alt></image>" #. M5oba #: 03091506.xhp @@ -9554,7 +9554,7 @@ msgctxt "" "par_id3159892\n" "help.text" msgid "Horizontal bar above a character" -msgstr "" +msgstr "Horizontalus brūkšnelis virš simbolio" #. uCGoZ #: 03091506.xhp @@ -9563,7 +9563,7 @@ msgctxt "" "par_id3161361\n" "help.text" msgid "<image id=\"img_id3161367\" src=\"cmd/sc_bold.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3161367\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3161367\" src=\"cmd/sc_bold.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3161367\">Piktograma</alt></image>" #. es4i3 #: 03091506.xhp @@ -9572,7 +9572,7 @@ msgctxt "" "par_id3161442\n" "help.text" msgid "Bold" -msgstr "" +msgstr "Pusjuodis tekstas" #. yFHFA #: 03091506.xhp @@ -9581,7 +9581,7 @@ msgctxt "" "par_id3168153\n" "help.text" msgid "<image id=\"img_id3168160\" src=\"media/helpimg/starmath/at21704.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3168160\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3168160\" src=\"media/helpimg/starmath/at21704.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3168160\">Piktograma</alt></image>" #. fDKnV #: 03091506.xhp @@ -9590,7 +9590,7 @@ msgctxt "" "par_id3168274\n" "help.text" msgid "Top open arc above a character" -msgstr "" +msgstr "Lankelis virš simbolio" #. BDCmL #: 03091506.xhp @@ -9599,7 +9599,7 @@ msgctxt "" "par_id3168006\n" "help.text" msgid "<image id=\"img_id3168012\" src=\"media/helpimg/starmath/at21703.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168012\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3168012\" src=\"media/helpimg/starmath/at21703.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168012\">Piktograma</alt></image>" #. mEfHC #: 03091506.xhp @@ -9608,7 +9608,7 @@ msgctxt "" "par_id3168127\n" "help.text" msgid "Upside down roof" -msgstr "" +msgstr "Varnelė virš simbolio" #. ipB3A #: 03091506.xhp @@ -9617,7 +9617,7 @@ msgctxt "" "par_id3168303\n" "help.text" msgid "<image id=\"img_id3168309\" src=\"media/helpimg/starmath/at21709.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168309\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3168309\" src=\"media/helpimg/starmath/at21709.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168309\">Piktograma</alt></image>" #. Ek5Wo #: 03091506.xhp @@ -9626,7 +9626,7 @@ msgctxt "" "par_id3168424\n" "help.text" msgid "Circle above a character" -msgstr "" +msgstr "Apskritimas virš simbolio" #. KE3Hr #: 03091506.xhp @@ -9653,7 +9653,7 @@ msgctxt "" "par_id3161104\n" "help.text" msgid "<image id=\"img_id3161111\" src=\"media/helpimg/starmath/at21712.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3161111\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3161111\" src=\"media/helpimg/starmath/at21712.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3161111\">Piktograma</alt></image>" #. MQZTH #: 03091506.xhp @@ -9662,7 +9662,7 @@ msgctxt "" "par_id3161225\n" "help.text" msgid "Three dots above a character" -msgstr "" +msgstr "Trys taškai virš simbolio" #. AHPxm #: 03091506.xhp @@ -9671,7 +9671,7 @@ msgctxt "" "par_id3160512\n" "help.text" msgid "<image id=\"img_id3160519\" src=\"media/helpimg/starmath/at21711.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160519\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3160519\" src=\"media/helpimg/starmath/at21711.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160519\">Piktograma</alt></image>" #. jqAz8 #: 03091506.xhp @@ -9680,7 +9680,7 @@ msgctxt "" "par_id3160633\n" "help.text" msgid "Two dots above a character" -msgstr "" +msgstr "Du taškai virš simbolio" #. xcUdi #: 03091506.xhp @@ -9689,7 +9689,7 @@ msgctxt "" "par_id3159919\n" "help.text" msgid "<image id=\"img_id3159926\" src=\"media/helpimg/starmath/at21710.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159926\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3159926\" src=\"media/helpimg/starmath/at21710.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159926\">Piktograma</alt></image>" #. ixAQG #: 03091506.xhp @@ -9698,7 +9698,7 @@ msgctxt "" "par_id3160040\n" "help.text" msgid "Dot above a character" -msgstr "" +msgstr "Taškas virš simbolio" #. ctD7B #: 03091506.xhp @@ -9707,7 +9707,7 @@ msgctxt "" "par_id3167857\n" "help.text" msgid "<image id=\"img_id3167864\" src=\"media/helpimg/starmath/at21702.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3167864\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3167864\" src=\"media/helpimg/starmath/at21702.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3167864\">Piktograma</alt></image>" #. N7xvR #: 03091506.xhp @@ -9716,7 +9716,7 @@ msgctxt "" "par_id3167978\n" "help.text" msgid "Accent to bottom right above a character" -msgstr "" +msgstr "Į kairę pasviręs brūkšnelis virš simbolio" #. CxFkH #: 03091506.xhp @@ -9725,7 +9725,7 @@ msgctxt "" "par_id3159622\n" "help.text" msgid "<image id=\"img_id3159628\" src=\"media/helpimg/starmath/at21707.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159628\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3159628\" src=\"media/helpimg/starmath/at21707.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159628\">Piktograma</alt></image>" #. 4d5a8 #: 03091506.xhp @@ -9734,7 +9734,7 @@ msgctxt "" "par_id3159743\n" "help.text" msgid "\"Roof\" above a character" -msgstr "" +msgstr "Stogelis virš simbolio" #. VZTLW #: 03091506.xhp @@ -9743,7 +9743,7 @@ msgctxt "" "par_id3161469\n" "help.text" msgid "<image id=\"img_id3161476\" src=\"cmd/sc_italic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3161476\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3161476\" src=\"cmd/sc_italic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3161476\">Piktograma</alt></image>" #. LbSw2 #: 03091506.xhp @@ -9752,7 +9752,7 @@ msgctxt "" "par_id3161550\n" "help.text" msgid "Italics" -msgstr "" +msgstr "Kursyvas" #. DEdko #: 03091506.xhp @@ -9761,7 +9761,7 @@ msgctxt "" "par_id3162012\n" "help.text" msgid "Remove the Bold attribute" -msgstr "" +msgstr "Nebetaikomas pusjuodžio teksto požymis" #. roF9b #: 03091506.xhp @@ -9770,7 +9770,7 @@ msgctxt "" "par_id3161943\n" "help.text" msgid "Remove the Italics attribute" -msgstr "" +msgstr "Nebetaikomas kursyvo požymis" #. CfxjE #: 03091506.xhp @@ -9779,7 +9779,7 @@ msgctxt "" "par_id3160659\n" "help.text" msgid "<image id=\"img_id3160666\" src=\"media/helpimg/starmath/at21713.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160666\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3160666\" src=\"media/helpimg/starmath/at21713.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160666\">Piktograma</alt></image>" #. bDEFU #: 03091506.xhp @@ -9788,7 +9788,7 @@ msgctxt "" "par_id3160780\n" "help.text" msgid "Horizontal bar above a character" -msgstr "" +msgstr "Kintantis horizontalus brūkšnys virš simbolio" #. tkVvu #: 03091506.xhp @@ -9797,7 +9797,7 @@ msgctxt "" "par_id3160956\n" "help.text" msgid "<image id=\"img_id3160962\" src=\"media/helpimg/starmath/at21715.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160962\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3160962\" src=\"media/helpimg/starmath/at21715.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160962\">Piktograma</alt></image>" #. rEkBP #: 03091506.xhp @@ -9806,7 +9806,7 @@ msgctxt "" "par_id3161077\n" "help.text" msgid "Horizontal bar through a character" -msgstr "" +msgstr "Horizontalus brūkšnys per simbolį" #. F2XGM #: 03091506.xhp @@ -9815,7 +9815,7 @@ msgctxt "" "par_id3161252\n" "help.text" msgid "<image id=\"img_id3161259\" src=\"media/helpimg/starmath/at21716.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3161259\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3161259\" src=\"media/helpimg/starmath/at21716.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3161259\">Piktograma</alt></image>" #. rY2pH #: 03091506.xhp @@ -9824,7 +9824,7 @@ msgctxt "" "par_id3161333\n" "help.text" msgid "Phantom character" -msgstr "" +msgstr "Nematomas simbolis" #. Gn7m3 #: 03091506.xhp @@ -9833,7 +9833,7 @@ msgctxt "" "par_id3168599\n" "help.text" msgid "<image id=\"img_id3168605\" src=\"media/helpimg/starmath/at21708.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168605\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3168605\" src=\"media/helpimg/starmath/at21708.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168605\">Piktograma</alt></image>" #. SkR7m #: 03091506.xhp @@ -9842,7 +9842,7 @@ msgctxt "" "par_id3159594\n" "help.text" msgid "Tilde above a character" -msgstr "" +msgstr "Tildė virš simbolio" #. 4EzfE #: 03091506.xhp @@ -9851,7 +9851,7 @@ msgctxt "" "par_id3160808\n" "help.text" msgid "<image id=\"img_id3160814\" src=\"media/helpimg/starmath/at21714.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160814\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3160814\" src=\"media/helpimg/starmath/at21714.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160814\">Piktograma</alt></image>" #. ETsmG #: 03091506.xhp @@ -9860,7 +9860,7 @@ msgctxt "" "par_id3160928\n" "help.text" msgid "Horizontal bar below a character" -msgstr "" +msgstr "Horizontalus brūkšnys po simboliu" #. KuaFd #: 03091506.xhp @@ -9869,7 +9869,7 @@ msgctxt "" "par_id3168451\n" "help.text" msgid "<image id=\"img_id3168457\" src=\"media/helpimg/starmath/im21106.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168457\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3168457\" src=\"media/helpimg/starmath/im21106.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168457\">Piktograma</alt></image>" #. JhETG #: 03091506.xhp @@ -9878,7 +9878,7 @@ msgctxt "" "par_id3168572\n" "help.text" msgid "Vector arrow above a character" -msgstr "" +msgstr "Vektoriaus rodyklė virš simbolio" #. 8j4GP #: 03091506.xhp @@ -9887,7 +9887,7 @@ msgctxt "" "par_id3160364\n" "help.text" msgid "<image id=\"img_id3160370\" src=\"media/helpimg/starmath/at21722.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160370\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3160370\" src=\"media/helpimg/starmath/at21722.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160370\">Piktograma</alt></image>" #. 23gvb #: 03091506.xhp @@ -9896,7 +9896,7 @@ msgctxt "" "par_id3160485\n" "help.text" msgid "wide roof, adjusts to the character size" -msgstr "" +msgstr "Kintantis stogelis, prisitaikantis prie simbolio pločio" #. DXZEi #: 03091506.xhp @@ -9905,7 +9905,7 @@ msgctxt "" "par_id3160215\n" "help.text" msgid "<image id=\"img_id3160222\" src=\"media/helpimg/starmath/at21723.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160222\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3160222\" src=\"media/helpimg/starmath/at21723.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160222\">Piktograma</alt></image>" #. 2a8ye #: 03091506.xhp @@ -9914,7 +9914,7 @@ msgctxt "" "par_id3160336\n" "help.text" msgid "wide tilde, adjusts to the character size" -msgstr "" +msgstr "Kintanti tildė, prisitaikanti prie simbolio pločio" #. 7EvBM #: 03091506.xhp @@ -9923,7 +9923,7 @@ msgctxt "" "par_id3160067\n" "help.text" msgid "<image id=\"img_id3160074\" src=\"media/helpimg/starmath/at21724.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160074\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3160074\" src=\"media/helpimg/starmath/at21724.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160074\">Piktograma</alt></image>" #. dZ2uv #: 03091506.xhp @@ -9932,7 +9932,7 @@ msgctxt "" "par_id3160188\n" "help.text" msgid "wide vector arrow, adjusts to the character size" -msgstr "" +msgstr "Kintanti vektoriaus rodyklė, prisitaikanti prie simbolio pločio" #. Gik5w #: 03091507.xhp @@ -9941,7 +9941,7 @@ msgctxt "" "tit\n" "help.text" msgid "Others" -msgstr "" +msgstr "Simboliai" #. ZxVGj #: 03091507.xhp @@ -9959,7 +9959,7 @@ msgctxt "" "hd_id6469313\n" "help.text" msgid "<variable id=\"others\"><link href=\"text/smath/01/03091507.xhp\" name=\"Others\">Others</link></variable>" -msgstr "" +msgstr "<variable id=\"others\"><link href=\"text/smath/01/03091507.xhp\" name=\"Others\">Simboliai</link></variable>" #. uqEMF #: 03091507.xhp @@ -9968,7 +9968,7 @@ msgctxt "" "par_idN126E6\n" "help.text" msgid "Typed command(s)" -msgstr "" +msgstr "Įvedama komanda" #. XEis3 #: 03091507.xhp @@ -9977,7 +9977,7 @@ msgctxt "" "par_id3162086\n" "help.text" msgid "Symbol in Elements pane" -msgstr "" +msgstr "Piktograma ženklų skydelyje" #. BjiAN #: 03091507.xhp @@ -9986,7 +9986,7 @@ msgctxt "" "par_id3162156\n" "help.text" msgid "Meaning" -msgstr "" +msgstr "Reikšmė" #. FGtNM #: 03091507.xhp @@ -9995,7 +9995,7 @@ msgctxt "" "par_id3180602\n" "help.text" msgid "Placeholder" -msgstr "" +msgstr "Vietaženklis" #. 9jePj #: 03091507.xhp @@ -10004,7 +10004,7 @@ msgctxt "" "par_id3179931\n" "help.text" msgid "<image id=\"img_id3179937\" src=\"media/helpimg/starmath/mi22008.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179937\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3179937\" src=\"media/helpimg/starmath/mi22008.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179937\">Piktograma</alt></image>" #. kRTrv #: 03091507.xhp @@ -10013,7 +10013,7 @@ msgctxt "" "par_id3180051\n" "help.text" msgid "Math-axis ellipsis" -msgstr "" +msgstr "Daugtaškis viduryje" #. yriuT #: 03091507.xhp @@ -10022,7 +10022,7 @@ msgctxt "" "par_id3180374\n" "help.text" msgid "<image id=\"img_id3180380\" src=\"media/helpimg/starmath/mi22010.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3180380\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3180380\" src=\"media/helpimg/starmath/mi22010.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3180380\">Piktograma</alt></image>" #. hxZCA #: 03091507.xhp @@ -10031,7 +10031,7 @@ msgctxt "" "par_id3180494\n" "help.text" msgid "Downward diagonal ellipsis" -msgstr "" +msgstr "Įstriži taškeliai žemyn" #. nBGoA #: 03091507.xhp @@ -10040,7 +10040,7 @@ msgctxt "" "par_id3179784\n" "help.text" msgid "<image id=\"img_id3179790\" src=\"media/helpimg/starmath/mi22011.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179790\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3179790\" src=\"media/helpimg/starmath/mi22011.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179790\">Piktograma</alt></image>" #. xKwP3 #: 03091507.xhp @@ -10049,7 +10049,7 @@ msgctxt "" "par_id3179904\n" "help.text" msgid "Ellipsis" -msgstr "" +msgstr "Daugtaškis" #. kXtGH #: 03091507.xhp @@ -10058,7 +10058,7 @@ msgctxt "" "par_idN127BB\n" "help.text" msgid "<item type=\"literal\">dotsup</item> or <item type=\"literal\">dotsdiag</item>" -msgstr "" +msgstr "<item type=\"literal\">dotsup</item> arba <item type=\"literal\">dotsdiag</item>" #. eA9Hn #: 03091507.xhp @@ -10067,7 +10067,7 @@ msgctxt "" "par_id3180078\n" "help.text" msgid "<image id=\"img_id3180085\" src=\"media/helpimg/starmath/mi22009.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3180085\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3180085\" src=\"media/helpimg/starmath/mi22009.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3180085\">Piktograma</alt></image>" #. WJoKS #: 03091507.xhp @@ -10076,7 +10076,7 @@ msgctxt "" "par_id3180198\n" "help.text" msgid "Upward diagonal ellipsis" -msgstr "" +msgstr "Įstriži taškeliai aukštyn" #. 9xF9D #: 03091507.xhp @@ -10085,7 +10085,7 @@ msgctxt "" "par_id3180226\n" "help.text" msgid "<image id=\"img_id3180233\" src=\"media/helpimg/starmath/mi22012.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3180233\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3180233\" src=\"media/helpimg/starmath/mi22012.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3180233\">Piktograma</alt></image>" #. qxGPE #: 03091507.xhp @@ -10094,7 +10094,7 @@ msgctxt "" "par_id3180346\n" "help.text" msgid "Vertical ellipsis" -msgstr "" +msgstr "Vertikalūs taškeliai" #. seh2A #: 03091507.xhp @@ -10103,7 +10103,7 @@ msgctxt "" "par_id3179636\n" "help.text" msgid "<image id=\"img_id3179643\" src=\"media/helpimg/starmath/mi22019.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179643\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3179643\" src=\"media/helpimg/starmath/mi22019.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179643\">Piktograma</alt></image>" #. kxCN7 #: 03091507.xhp @@ -10112,7 +10112,7 @@ msgctxt "" "par_id3179757\n" "help.text" msgid "Down arrow" -msgstr "" +msgstr "Rodyklė žemyn" #. BAe6N #: 03091507.xhp @@ -10121,7 +10121,7 @@ msgctxt "" "par_id3162627\n" "help.text" msgid "<image id=\"img_id3162633\" src=\"media/helpimg/starmath/mi21608.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162633\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3162633\" src=\"media/helpimg/starmath/mi21608.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162633\">Piktograma</alt></image>" #. E7FKi #: 03091507.xhp @@ -10130,7 +10130,7 @@ msgctxt "" "par_id3162747\n" "help.text" msgid "Existential quantifier, there is at least one" -msgstr "" +msgstr "Egzistavimo ženklas – egzistuoja bent vienas" #. rsYVJ #: 03091507.xhp @@ -10139,7 +10139,7 @@ msgctxt "" "par_idA3162627\n" "help.text" msgid "<image id=\"img_idA3162633\" src=\"media/helpimg/starmath/mi21618.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_idA3162633\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_idA3162633\" src=\"media/helpimg/starmath/mi21618.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_idA3162633\">Piktograma</alt></image>" #. ZCXd5 #: 03091507.xhp @@ -10148,7 +10148,7 @@ msgctxt "" "par_idA3162747\n" "help.text" msgid "Existential quantifier, there does not exist" -msgstr "" +msgstr "Neegzistavimo ženklas – neegzistuoja" #. BUX67 #: 03091507.xhp @@ -10157,7 +10157,7 @@ msgctxt "" "par_id3162775\n" "help.text" msgid "<image id=\"img_id3162781\" src=\"media/helpimg/starmath/mi21612.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162781\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3162781\" src=\"media/helpimg/starmath/mi21612.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162781\">Piktograma</alt></image>" #. SCqgq #: 03091507.xhp @@ -10166,7 +10166,7 @@ msgctxt "" "par_id3162895\n" "help.text" msgid "Universal quantifier, for all" -msgstr "" +msgstr "Ženklas „kiekvienas“" #. nRNpF #: 03091507.xhp @@ -10175,7 +10175,7 @@ msgctxt "" "par_id3162922\n" "help.text" msgid "<image id=\"img_id3178464\" src=\"media/helpimg/starmath/mi22014.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3178464\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3178464\" src=\"media/helpimg/starmath/mi22014.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3178464\">Piktograma</alt></image>" #. Yf8hP #: 03091507.xhp @@ -10184,7 +10184,7 @@ msgctxt "" "par_id3178578\n" "help.text" msgid "h with line over it" -msgstr "" +msgstr "Raidė „h“ su brūkšniu" #. HoXaw #: 03091507.xhp @@ -10193,7 +10193,7 @@ msgctxt "" "par_id3178900\n" "help.text" msgid "<image id=\"img_id3178906\" src=\"media/helpimg/starmath/mi22004.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3178906\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3178906\" src=\"media/helpimg/starmath/mi22004.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3178906\">Piktograma</alt></image>" #. reAGT #: 03091507.xhp @@ -10202,7 +10202,7 @@ msgctxt "" "par_id3179020\n" "help.text" msgid "Imaginary part of a complex number" -msgstr "" +msgstr "Menamoji kompleksinio skaičiaus dalis" #. qgdFM #: 03091507.xhp @@ -10211,7 +10211,7 @@ msgctxt "" "par_idN12939\n" "help.text" msgid "<item type=\"literal\">infinity</item> or <item type=\"literal\">infty</item>" -msgstr "" +msgstr "<item type=\"literal\">infinity</item> arba <item type=\"literal\">infty</item>" #. zG5iG #: 03091507.xhp @@ -10220,7 +10220,7 @@ msgctxt "" "par_id3162185\n" "help.text" msgid "<image id=\"img_id3162192\" src=\"media/helpimg/starmath/mi22005.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162192\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3162192\" src=\"media/helpimg/starmath/mi22005.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162192\">Piktograma</alt></image>" #. EApwg #: 03091507.xhp @@ -10229,7 +10229,7 @@ msgctxt "" "par_id3162305\n" "help.text" msgid "Infinite" -msgstr "" +msgstr "Begalybės ženklas" #. vMA9D #: 03091507.xhp @@ -10238,7 +10238,7 @@ msgctxt "" "par_id3178604\n" "help.text" msgid "<image id=\"img_id3178611\" src=\"media/helpimg/starmath/mi22015.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3178611\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3178611\" src=\"media/helpimg/starmath/mi22015.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3178611\">Piktograma</alt></image>" #. MBAGB #: 03091507.xhp @@ -10247,7 +10247,7 @@ msgctxt "" "par_id3178724\n" "help.text" msgid "Lambda with line over it" -msgstr "" +msgstr "Lambda su brūkšniu" #. 2EdaE #: 03091507.xhp @@ -10256,7 +10256,7 @@ msgctxt "" "par_id3179195\n" "help.text" msgid "<image id=\"img_id3179201\" src=\"media/helpimg/starmath/mi22016.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179201\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3179201\" src=\"media/helpimg/starmath/mi22016.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179201\">Piktograma</alt></image>" #. nno3N #: 03091507.xhp @@ -10265,7 +10265,7 @@ msgctxt "" "par_id3179315\n" "help.text" msgid "Left arrow" -msgstr "" +msgstr "Rodyklė kairėn" #. 7qVfH #: 03091507.xhp @@ -10274,7 +10274,7 @@ msgctxt "" "par_id3162480\n" "help.text" msgid "<image id=\"img_id3162486\" src=\"media/helpimg/starmath/mi22013.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162486\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3162486\" src=\"media/helpimg/starmath/mi22013.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162486\">Piktograma</alt></image>" #. hfUu3 #: 03091507.xhp @@ -10283,7 +10283,7 @@ msgctxt "" "par_id3162600\n" "help.text" msgid "Nabla vector" -msgstr "" +msgstr "Ženklas „nabla“" #. ysAU6 #: 03091507.xhp @@ -10292,7 +10292,7 @@ msgctxt "" "par_id3162332\n" "help.text" msgid "<image id=\"img_id3162339\" src=\"media/helpimg/starmath/mi22006.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162339\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3162339\" src=\"media/helpimg/starmath/mi22006.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162339\">Piktograma</alt></image>" #. HE8ov #: 03091507.xhp @@ -10301,7 +10301,7 @@ msgctxt "" "par_id3162452\n" "help.text" msgid "Partial derivative or set margin" -msgstr "" +msgstr "Dalinės išvestinės ženklas" #. CDeua #: 03091507.xhp @@ -10310,7 +10310,7 @@ msgctxt "" "par_id3178752\n" "help.text" msgid "<image id=\"img_id3178759\" src=\"media/helpimg/starmath/mi22003.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3178759\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3178759\" src=\"media/helpimg/starmath/mi22003.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3178759\">Piktograma</alt></image>" #. HDmFq #: 03091507.xhp @@ -10319,7 +10319,7 @@ msgctxt "" "par_id3178872\n" "help.text" msgid "Real part of a complex number" -msgstr "" +msgstr "Realioji kompleksinio skaičiaus dalis" #. FBRAC #: 03091507.xhp @@ -10328,7 +10328,7 @@ msgctxt "" "par_id3179342\n" "help.text" msgid "<image id=\"img_id3179349\" src=\"media/helpimg/starmath/mi22017.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179349\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3179349\" src=\"media/helpimg/starmath/mi22017.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179349\">Piktograma</alt></image>" #. jZeSn #: 03091507.xhp @@ -10337,7 +10337,7 @@ msgctxt "" "par_id3179462\n" "help.text" msgid "Right arrow" -msgstr "" +msgstr "Rodyklė dešinėn" #. jXKvP #: 03091507.xhp @@ -10346,7 +10346,7 @@ msgctxt "" "par_id3179489\n" "help.text" msgid "<image id=\"img_id3179496\" src=\"media/helpimg/starmath/mi22018.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179496\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3179496\" src=\"media/helpimg/starmath/mi22018.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179496\">Piktograma</alt></image>" #. 8627X #: 03091507.xhp @@ -10355,7 +10355,7 @@ msgctxt "" "par_id3179610\n" "help.text" msgid "Up arrow" -msgstr "" +msgstr "Rodyklė aukštyn" #. NBJFS #: 03091507.xhp @@ -10364,7 +10364,7 @@ msgctxt "" "par_id3179047\n" "help.text" msgid "<image id=\"img_id3179054\" src=\"media/helpimg/starmath/mi22007.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179054\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3179054\" src=\"media/helpimg/starmath/mi22007.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179054\">Piktograma</alt></image>" #. FC7HD #: 03091507.xhp @@ -10373,7 +10373,7 @@ msgctxt "" "par_id3179167\n" "help.text" msgid "p function, Weierstrass p" -msgstr "" +msgstr "Vejerštraso p" #. tMoW8 #: 03091508.xhp @@ -10382,7 +10382,7 @@ msgctxt "" "tit\n" "help.text" msgid "Brackets" -msgstr "" +msgstr "Skliaustai" #. paFYr #: 03091508.xhp @@ -10400,7 +10400,7 @@ msgctxt "" "hd_id4631488\n" "help.text" msgid "<variable id=\"brackets\"><link href=\"text/smath/01/03091508.xhp\" name=\"Brackets\">Brackets</link></variable>" -msgstr "" +msgstr "<variable id=\"brackets\"><link href=\"text/smath/01/03091508.xhp\" name=\"Brackets\">Skliaustai</link></variable>" #. fPNyP #: 03091508.xhp @@ -10409,7 +10409,7 @@ msgctxt "" "par_idN12B53\n" "help.text" msgid "Typed command(s)" -msgstr "" +msgstr "Įvedama komanda" #. ZeeGR #: 03091508.xhp @@ -10418,7 +10418,7 @@ msgctxt "" "par_id3180684\n" "help.text" msgid "Symbol in Elements pane" -msgstr "" +msgstr "Piktograma ženklų skydelyje" #. AGdQ9 #: 03091508.xhp @@ -10427,7 +10427,7 @@ msgctxt "" "par_id3180753\n" "help.text" msgid "Meaning" -msgstr "" +msgstr "Reikšmė" #. cGGSG #: 03091508.xhp @@ -10436,7 +10436,7 @@ msgctxt "" "par_id3180783\n" "help.text" msgid "<image id=\"img_id3180789\" src=\"media/helpimg/starmath/al21801.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3180789\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3180789\" src=\"media/helpimg/starmath/al21801.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3180789\">Piktograma</alt></image>" #. NmQ9B #: 03091508.xhp @@ -10445,7 +10445,7 @@ msgctxt "" "par_id3180903\n" "help.text" msgid "Normal round left and right bracket" -msgstr "" +msgstr "Lenktiniai kairysis ir dešinysis skliaustai" #. HF57J #: 03091508.xhp @@ -10454,7 +10454,7 @@ msgctxt "" "par_id3180930\n" "help.text" msgid "<image id=\"img_id3180936\" src=\"media/helpimg/starmath/al21802.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3180936\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3180936\" src=\"media/helpimg/starmath/al21802.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3180936\">Piktograma</alt></image>" #. UHy6E #: 03091508.xhp @@ -10463,7 +10463,7 @@ msgctxt "" "par_id3181050\n" "help.text" msgid "Left and right square bracket" -msgstr "" +msgstr "Laužtiniai kairysis ir dešinysis skliaustai" #. ofUp5 #: 03091508.xhp @@ -10472,7 +10472,7 @@ msgctxt "" "par_id3181078\n" "help.text" msgid "<image id=\"img_id3181084\" src=\"media/helpimg/starmath/al21823.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181084\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3181084\" src=\"media/helpimg/starmath/al21823.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181084\">Piktograma</alt></image>" #. SCa3n #: 03091508.xhp @@ -10481,7 +10481,7 @@ msgctxt "" "par_id3181201\n" "help.text" msgid "Left and right square double bracket" -msgstr "" +msgstr "Dvigubi laužtiniai kairysis ir dešinysis skliaustai" #. sm6YX #: 03091508.xhp @@ -10490,7 +10490,7 @@ msgctxt "" "par_id3181229\n" "help.text" msgid "<image id=\"img_id3181235\" src=\"media/helpimg/starmath/al21805.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181235\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3181235\" src=\"media/helpimg/starmath/al21805.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181235\">Piktograma</alt></image>" #. Jixmh #: 03091508.xhp @@ -10499,7 +10499,7 @@ msgctxt "" "par_id3181350\n" "help.text" msgid "Left and right vertical line" -msgstr "" +msgstr "Kairioji ir dešinioji vertikalios linijos" #. JDAMV #: 03091508.xhp @@ -10508,7 +10508,7 @@ msgctxt "" "par_id3181377\n" "help.text" msgid "<image id=\"img_id3181384\" src=\"media/helpimg/starmath/al21806.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181384\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3181384\" src=\"media/helpimg/starmath/al21806.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181384\">Piktograma</alt></image>" #. jKGfG #: 03091508.xhp @@ -10517,7 +10517,7 @@ msgctxt "" "par_id3181498\n" "help.text" msgid "Left and right double vertical lines" -msgstr "" +msgstr "Kairioji ir dešinioji dvigubos vertikalios linijos" #. hSV4s #: 03091508.xhp @@ -10526,7 +10526,7 @@ msgctxt "" "par_id3181525\n" "help.text" msgid "<image id=\"img_id3181532\" src=\"media/helpimg/starmath/al21804.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181532\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3181532\" src=\"media/helpimg/starmath/al21804.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181532\">Piktograma</alt></image>" #. kYWGD #: 03091508.xhp @@ -10535,7 +10535,7 @@ msgctxt "" "par_id3181646\n" "help.text" msgid "Left and right curly brackets, set bracket" -msgstr "" +msgstr "Riestiniai kairysis ir dešinysis skliaustai" #. AWNJx #: 03091508.xhp @@ -10544,7 +10544,7 @@ msgctxt "" "par_id3181674\n" "help.text" msgid "<image id=\"img_id3181680\" src=\"media/helpimg/starmath/al21803.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181680\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3181680\" src=\"media/helpimg/starmath/al21803.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181680\">Piktograma</alt></image>" #. YvBNE #: 03091508.xhp @@ -10553,7 +10553,7 @@ msgctxt "" "par_id3181794\n" "help.text" msgid "Left and right pointed bracket" -msgstr "" +msgstr "Kampiniai kairysis ir dešinysis skliaustai" #. D7aGp #: 03091508.xhp @@ -10562,7 +10562,7 @@ msgctxt "" "par_id3181822\n" "help.text" msgid "<image id=\"img_id3181828\" src=\"media/helpimg/starmath/al21821.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181828\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3181828\" src=\"media/helpimg/starmath/al21821.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181828\">Piktograma</alt></image>" #. i9GQu #: 03091508.xhp @@ -10571,7 +10571,7 @@ msgctxt "" "par_id3181945\n" "help.text" msgid "Left and right pointed operator bracket" -msgstr "" +msgstr "Kairysis ir dešinysis funkcijos skliaustai" #. 7FY55 #: 03091508.xhp @@ -10580,7 +10580,7 @@ msgctxt "" "par_id3181973\n" "help.text" msgid "<image id=\"img_id3181980\" src=\"media/helpimg/starmath/al21808.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181980\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3181980\" src=\"media/helpimg/starmath/al21808.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181980\">Piktograma</alt></image>" #. BkZdN #: 03091508.xhp @@ -10589,7 +10589,7 @@ msgctxt "" "par_id3182055\n" "help.text" msgid "Left and right group bracket. They are not displayed in the document and do not take up any room." -msgstr "" +msgstr "Kairysis ir dešinysis grupavimo skliaustai. Šie skliaustai nerodomi dokumente ir neužima vietos." #. 9dFXS #: 03091508.xhp @@ -10598,7 +10598,7 @@ msgctxt "" "par_id3182083\n" "help.text" msgid "<image id=\"img_id3182090\" src=\"media/helpimg/starmath/al21809.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182090\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3182090\" src=\"media/helpimg/starmath/al21809.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182090\">Piktograma</alt></image>" #. st5dU #: 03091508.xhp @@ -10607,7 +10607,7 @@ msgctxt "" "par_id3182178\n" "help.text" msgid "Brackets, scalable" -msgstr "" +msgstr "Keičiamo dydžio lenktiniai skliaustai" #. ENGKk #: 03091508.xhp @@ -10616,7 +10616,7 @@ msgctxt "" "par_id3182210\n" "help.text" msgid "<image id=\"img_id3182216\" src=\"media/helpimg/starmath/al21810.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182216\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3182216\" src=\"media/helpimg/starmath/al21810.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182216\">Piktograma</alt></image>" #. Ed5xr #: 03091508.xhp @@ -10625,7 +10625,7 @@ msgctxt "" "par_id3182305\n" "help.text" msgid "Square brackets, scalable" -msgstr "" +msgstr "Keičiamo dydžio laužtiniai skliaustai" #. GEFHG #: 03091508.xhp @@ -10634,7 +10634,7 @@ msgctxt "" "par_id3182332\n" "help.text" msgid "<image id=\"img_id3182339\" src=\"media/helpimg/starmath/al21824.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182339\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3182339\" src=\"media/helpimg/starmath/al21824.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182339\">Piktograma</alt></image>" #. x9DpW #: 03091508.xhp @@ -10643,7 +10643,7 @@ msgctxt "" "par_id3182428\n" "help.text" msgid "Double square brackets, scalable" -msgstr "" +msgstr "Keičiamo dydžio dvigubi laužtiniai skliaustai" #. uFegV #: 03091508.xhp @@ -10652,7 +10652,7 @@ msgctxt "" "par_id3182456\n" "help.text" msgid "<image id=\"img_id3182463\" src=\"media/helpimg/starmath/al21812.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182463\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3182463\" src=\"media/helpimg/starmath/al21812.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182463\">Piktograma</alt></image>" #. QXXDx #: 03091508.xhp @@ -10661,7 +10661,7 @@ msgctxt "" "par_id3182551\n" "help.text" msgid "Braces, scalable" -msgstr "" +msgstr "Keičiamo dydžio riestiniai skliaustai" #. EaBZg #: 03091508.xhp @@ -10670,7 +10670,7 @@ msgctxt "" "par_id3182579\n" "help.text" msgid "<image id=\"img_id3182586\" src=\"media/helpimg/starmath/al21813.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182586\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3182586\" src=\"media/helpimg/starmath/al21813.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182586\">Piktograma</alt></image>" #. m2ghA #: 03091508.xhp @@ -10679,7 +10679,7 @@ msgctxt "" "par_id3182674\n" "help.text" msgid "Single lines, scalable" -msgstr "" +msgstr "Keičiamo dydžio vertikalios linijos" #. aoFK5 #: 03091508.xhp @@ -10688,7 +10688,7 @@ msgctxt "" "par_id3182702\n" "help.text" msgid "<image id=\"img_id3182709\" src=\"media/helpimg/starmath/al21814.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182709\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3182709\" src=\"media/helpimg/starmath/al21814.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182709\">Piktograma</alt></image>" #. CJD5Q #: 03091508.xhp @@ -10697,7 +10697,7 @@ msgctxt "" "par_id3182797\n" "help.text" msgid "Double lines, scalable" -msgstr "" +msgstr "Keičiamo dydžio dvigubos vertikalios linijos" #. ny9qF #: 03091508.xhp @@ -10706,7 +10706,7 @@ msgctxt "" "par_id3182825\n" "help.text" msgid "<image id=\"img_id3182832\" src=\"media/helpimg/starmath/al21811.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182832\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3182832\" src=\"media/helpimg/starmath/al21811.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182832\">Piktograma</alt></image>" #. BLH52 #: 03091508.xhp @@ -10715,7 +10715,7 @@ msgctxt "" "par_id3182920\n" "help.text" msgid "Angle brackets, scalable" -msgstr "" +msgstr "Keičiamo dydžio kampiniai skliaustai" #. K9cFL #: 03091508.xhp @@ -10724,7 +10724,7 @@ msgctxt "" "par_id3182948\n" "help.text" msgid "<image id=\"img_id3182955\" src=\"media/helpimg/starmath/al21822.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182955\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3182955\" src=\"media/helpimg/starmath/al21822.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182955\">Piktograma</alt></image>" #. aaku8 #: 03091508.xhp @@ -10733,7 +10733,7 @@ msgctxt "" "par_id3183043\n" "help.text" msgid "Scalable left and right pointed operator bracket" -msgstr "" +msgstr "Keičiamo dydžio funkcijos skliaustai" #. 9eZcc #: 03091508.xhp @@ -10742,7 +10742,7 @@ msgctxt "" "par_id3183072\n" "help.text" msgid "<image id=\"img_id3183078\" src=\"media/helpimg/starmath/al21825.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3183078\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3183078\" src=\"media/helpimg/starmath/al21825.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3183078\">Piktograma</alt></image>" #. F2Ydk #: 03091508.xhp @@ -10751,7 +10751,7 @@ msgctxt "" "par_id3183195\n" "help.text" msgid "Scalable curly set bracket on top" -msgstr "" +msgstr "Keičiamo dydžio riestinis skliaustas iš viršaus" #. EV6CT #: 03091508.xhp @@ -10760,7 +10760,7 @@ msgctxt "" "par_id3183223\n" "help.text" msgid "<image id=\"img_id3183230\" src=\"media/helpimg/starmath/al21826.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3183230\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3183230\" src=\"media/helpimg/starmath/al21826.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3183230\">Piktograma</alt></image>" #. LfbHS #: 03091508.xhp @@ -10769,7 +10769,7 @@ msgctxt "" "par_id3183346\n" "help.text" msgid "Scalable curly set bracket below" -msgstr "" +msgstr "Keičiamo dydžio riestinis skliaustas iš apačios" #. 6BDV4 #: 03091508.xhp @@ -10778,7 +10778,7 @@ msgctxt "" "par_id3183456\n" "help.text" msgid "Left and right line with lower edges" -msgstr "" +msgstr "Apvalinimo mažinant skliaustai" #. EgWWJ #: 03091508.xhp @@ -10787,7 +10787,7 @@ msgctxt "" "par_id3183565\n" "help.text" msgid "Left and right line with upper edges" -msgstr "" +msgstr "Apvalinimo didinant skliaustai" #. ErATj #: 03091508.xhp @@ -10796,7 +10796,7 @@ msgctxt "" "par_idN12F9F\n" "help.text" msgid "<item type=\"literal\">\\lbrace \\rbrace</item> or <item type=\"literal\">\\{ \\}</item>" -msgstr "" +msgstr "<item type=\"literal\">\\lbrace \\rbrace</item> arba <item type=\"literal\">\\{ \\}</item>" #. CWCoh #: 03091508.xhp @@ -10805,7 +10805,7 @@ msgctxt "" "par_id3183648\n" "help.text" msgid "Left curly bracket or right curly bracket" -msgstr "" +msgstr "Kairysis riestinis skliaustas arba dešinysis riestinis skliaustas" #. kMwGD #: 03091508.xhp @@ -10814,7 +10814,7 @@ msgctxt "" "par_id3183733\n" "help.text" msgid "Left and right round bracket" -msgstr "" +msgstr "Kairysis lenktinis skliaustas arba dešinysis lenktinis skliaustas" #. m3rDi #: 03091508.xhp @@ -10823,7 +10823,7 @@ msgctxt "" "par_id3183817\n" "help.text" msgid "Left and right square bracket" -msgstr "" +msgstr "Kairysis laužtinis skliaustas arba dešinysis laužtinis skliaustas" #. DVB98 #: 03091508.xhp @@ -10832,7 +10832,7 @@ msgctxt "" "par_id3183901\n" "help.text" msgid "Left and right pointed bracket" -msgstr "" +msgstr "Kairysis kampinis skliaustas arba dešinysis kampinis skliaustas" #. Zcr2E #: 03091508.xhp @@ -10841,7 +10841,7 @@ msgctxt "" "par_id3183985\n" "help.text" msgid "Left and right vertical line" -msgstr "" +msgstr "Kairioji vertikali linija arba dešinioji vertikali linija" #. FwEPD #: 03091508.xhp @@ -10850,7 +10850,7 @@ msgctxt "" "par_id3184069\n" "help.text" msgid "Left and right double line" -msgstr "" +msgstr "Kairioji dviguba vertikali linija arba dešinioji dviguba vertikali linija" #. t3bEd #: 03091508.xhp @@ -10859,7 +10859,7 @@ msgctxt "" "par_id3184153\n" "help.text" msgid "Left and right line with lower edges" -msgstr "" +msgstr "Kairysis apvalinimo mažinant skliaustas arba dešinysis apvalinimo mažinant skliaustas" #. oLbnV #: 03091508.xhp @@ -10868,7 +10868,7 @@ msgctxt "" "par_id3184237\n" "help.text" msgid "Left and right line with upper edges" -msgstr "" +msgstr "Kairysis apvalinimo didinant skliaustas arba dešinysis apvalinimo didinant skliaustas" #. D2dRU #: 03091508.xhp @@ -10877,7 +10877,7 @@ msgctxt "" "par_id3985717\n" "help.text" msgid "<item type=\"literal\">none</item>" -msgstr "" +msgstr "<item type=\"literal\">none</item>" #. HFsFP #: 03091508.xhp @@ -10886,7 +10886,7 @@ msgctxt "" "par_id1778008\n" "help.text" msgid "Qualifier to suppress one bracket, as in <item type=\"literal\">right none </item>" -msgstr "" +msgstr "Komanda vienam skliaustui paslėpti, pavyzdžiui, <item type=\"literal\">right none</item>" #. BvLcE #: 03091509.xhp @@ -10895,7 +10895,7 @@ msgctxt "" "tit\n" "help.text" msgid "Formatting" -msgstr "" +msgstr "Simbolio padėtys" #. HsVeG #: 03091509.xhp @@ -10913,7 +10913,7 @@ msgctxt "" "hd_id1155735\n" "help.text" msgid "<variable id=\"formatting\"><link href=\"text/smath/01/03091509.xhp\" name=\"Formatting\">Formatting</link></variable>" -msgstr "" +msgstr "<variable id=\"formatting\"><link href=\"text/smath/01/03091509.xhp\" name=\"Formatting\">Simbolio padėtys</link></variable>" #. J6wjz #: 03091509.xhp @@ -10922,7 +10922,7 @@ msgctxt "" "par_idN1308F\n" "help.text" msgid "Typed command(s)" -msgstr "" +msgstr "Įvedama komanda" #. sCBE5 #: 03091509.xhp @@ -10931,7 +10931,7 @@ msgctxt "" "par_id3184320\n" "help.text" msgid "Symbol in Elements pane" -msgstr "" +msgstr "Piktograma ženklų skydelyje" #. BUSEo #: 03091509.xhp @@ -10940,7 +10940,7 @@ msgctxt "" "par_id3184389\n" "help.text" msgid "Meaning" -msgstr "" +msgstr "Reikšmė" #. HpSAS #: 03091509.xhp @@ -10949,7 +10949,7 @@ msgctxt "" "par_id3184418\n" "help.text" msgid "<image id=\"img_id3184425\" src=\"media/helpimg/starmath/co21916.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3184425\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3184425\" src=\"media/helpimg/starmath/co21916.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3184425\">Piktograma</alt></image>" #. TUwug #: 03091509.xhp @@ -10958,7 +10958,7 @@ msgctxt "" "par_id3184540\n" "help.text" msgid "Left exponent" -msgstr "" +msgstr "Viršutinis indeksas kairėje" #. LDPyX #: 03091509.xhp @@ -10967,7 +10967,7 @@ msgctxt "" "par_id3184566\n" "help.text" msgid "<image id=\"img_id3184572\" src=\"media/helpimg/starmath/co21918.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3184572\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3184572\" src=\"media/helpimg/starmath/co21918.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3184572\">Piktograma</alt></image>" #. gDQSk #: 03091509.xhp @@ -10976,7 +10976,7 @@ msgctxt "" "par_id3184690\n" "help.text" msgid "Exponent directly above a character" -msgstr "" +msgstr "Viršutinis indeksas centre" #. 2VAEW #: 03091509.xhp @@ -10985,7 +10985,7 @@ msgctxt "" "par_idN13117\n" "help.text" msgid "<item type=\"literal\">^</item> or <item type=\"literal\">sup</item> or <item type=\"literal\">rsup</item>" -msgstr "" +msgstr "<item type=\"literal\">^</item> arba <item type=\"literal\">sup</item> arba <item type=\"literal\">rsup</item>" #. YFj89 #: 03091509.xhp @@ -10994,7 +10994,7 @@ msgctxt "" "par_id3184717\n" "help.text" msgid "<image id=\"img_id3184724\" src=\"media/helpimg/starmath/co21908.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3184724\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3184724\" src=\"media/helpimg/starmath/co21908.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3184724\">Piktograma</alt></image>" #. EpL9g #: 03091509.xhp @@ -11003,7 +11003,7 @@ msgctxt "" "par_id3184838\n" "help.text" msgid "Right exponent" -msgstr "" +msgstr "Viršutinis indeksas dešinėje (laipsnis)" #. dfGoZ #: 03091509.xhp @@ -11012,7 +11012,7 @@ msgctxt "" "par_id3184864\n" "help.text" msgid "<image id=\"img_id3184871\" src=\"media/helpimg/starmath/co21905.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3184871\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3184871\" src=\"media/helpimg/starmath/co21905.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3184871\">Piktograma</alt></image>" #. CADG7 #: 03091509.xhp @@ -11021,7 +11021,7 @@ msgctxt "" "par_id3184985\n" "help.text" msgid "Binom" -msgstr "" +msgstr "Vertikalusis 2 elementų dėklas" #. AgDJz #: 03091509.xhp @@ -11030,7 +11030,7 @@ msgctxt "" "par_id3185011\n" "help.text" msgid "<image id=\"img_id3185018\" src=\"media/helpimg/starmath/co21901.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185018\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3185018\" src=\"media/helpimg/starmath/co21901.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185018\">Piktograma</alt></image>" #. HVyHD #: 03091509.xhp @@ -11039,7 +11039,7 @@ msgctxt "" "par_id3185093\n" "help.text" msgid "New line" -msgstr "" +msgstr "Nauja eilutė" #. Cesk3 #: 03091509.xhp @@ -11048,7 +11048,7 @@ msgctxt "" "par_id3185119\n" "help.text" msgid "<image id=\"img_id3185126\" src=\"media/helpimg/starmath/co21912.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185126\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3185126\" src=\"media/helpimg/starmath/co21912.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185126\">Piktograma</alt></image>" #. tTC3y #: 03091509.xhp @@ -11057,7 +11057,7 @@ msgctxt "" "par_id3185240\n" "help.text" msgid "Left index" -msgstr "" +msgstr "Apatinis indeksas kairėje" #. ywr8E #: 03091509.xhp @@ -11066,7 +11066,7 @@ msgctxt "" "par_id3185267\n" "help.text" msgid "<image id=\"img_id3185274\" src=\"media/helpimg/starmath/co21917.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185274\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3185274\" src=\"media/helpimg/starmath/co21917.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185274\">Piktograma</alt></image>" #. BD3nT #: 03091509.xhp @@ -11075,7 +11075,7 @@ msgctxt "" "par_id3185391\n" "help.text" msgid "Index directly below a character" -msgstr "" +msgstr "Apatinis indeksas centre" #. nGUKE #: 03091509.xhp @@ -11084,7 +11084,7 @@ msgctxt "" "par_idN1322D\n" "help.text" msgid "<item type=\"literal\">_</item> or <item type=\"literal\">sub</item> or <item type=\"literal\">rsub</item>" -msgstr "" +msgstr "<item type=\"literal\">_</item> arba <item type=\"literal\">sub</item> arba <item type=\"literal\">rsub</item>" #. wsLN5 #: 03091509.xhp @@ -11093,7 +11093,7 @@ msgctxt "" "par_id3185418\n" "help.text" msgid "<image id=\"img_id3185425\" src=\"media/helpimg/starmath/co21904.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185425\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3185425\" src=\"media/helpimg/starmath/co21904.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185425\">Piktograma</alt></image>" #. CBuyC #: 03091509.xhp @@ -11102,7 +11102,7 @@ msgctxt "" "par_id3185539\n" "help.text" msgid "Right index" -msgstr "" +msgstr "Apatinis indeksas dešinėje" #. j7GpA #: 03091509.xhp @@ -11111,7 +11111,7 @@ msgctxt "" "par_id3185566\n" "help.text" msgid "<image id=\"img_id3185573\" src=\"media/helpimg/starmath/co21906.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185573\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3185573\" src=\"media/helpimg/starmath/co21906.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185573\">Piktograma</alt></image>" #. Gteev #: 03091509.xhp @@ -11120,7 +11120,7 @@ msgctxt "" "par_id3185687\n" "help.text" msgid "Stack" -msgstr "" +msgstr "Vertikalusis dėklas" #. DWBAX #: 03091509.xhp @@ -11129,7 +11129,7 @@ msgctxt "" "par_id3185714\n" "help.text" msgid "<image id=\"img_id3185721\" src=\"media/helpimg/starmath/co21902.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185721\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3185721\" src=\"media/helpimg/starmath/co21902.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185721\">Piktograma</alt></image>" #. GMFhD #: 03091509.xhp @@ -11138,7 +11138,7 @@ msgctxt "" "par_id3185796\n" "help.text" msgid "Small space/small blank" -msgstr "" +msgstr "Trumpas tarpas" #. WaDD9 #: 03091509.xhp @@ -11147,7 +11147,7 @@ msgctxt "" "par_id3185823\n" "help.text" msgid "<image id=\"img_id3185829\" src=\"media/helpimg/starmath/co21909.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185829\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3185829\" src=\"media/helpimg/starmath/co21909.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185829\">Piktograma</alt></image>" #. z4vsC #: 03091509.xhp @@ -11156,7 +11156,7 @@ msgctxt "" "par_id3185904\n" "help.text" msgid "Align left" -msgstr "" +msgstr "Kairinė lygiuotė" #. EAzqE #: 03091509.xhp @@ -11165,7 +11165,7 @@ msgctxt "" "par_id3185931\n" "help.text" msgid "<image id=\"img_id3185937\" src=\"media/helpimg/starmath/co21910.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185937\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3185937\" src=\"media/helpimg/starmath/co21910.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185937\">Piktograma</alt></image>" #. tTBJA #: 03091509.xhp @@ -11174,7 +11174,7 @@ msgctxt "" "par_id3186012\n" "help.text" msgid "Align to horizontal center" -msgstr "" +msgstr "Centrinė lygiuotė" #. kDwD5 #: 03091509.xhp @@ -11183,7 +11183,7 @@ msgctxt "" "par_id3186039\n" "help.text" msgid "<image id=\"img_id3186046\" src=\"media/helpimg/starmath/co21911.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3186046\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3186046\" src=\"media/helpimg/starmath/co21911.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3186046\">Piktograma</alt></image>" #. vxXXF #: 03091509.xhp @@ -11192,7 +11192,7 @@ msgctxt "" "par_id3186120\n" "help.text" msgid "Align right" -msgstr "" +msgstr "Dešininė lygiuotė" #. Uqsjn #: 03091509.xhp @@ -11201,7 +11201,7 @@ msgctxt "" "par_id3186147\n" "help.text" msgid "<image id=\"img_id3186154\" src=\"media/helpimg/starmath/co21907.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3186154\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3186154\" src=\"media/helpimg/starmath/co21907.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3186154\">Piktograma</alt></image>" #. FsB3E #: 03091509.xhp @@ -11210,7 +11210,7 @@ msgctxt "" "par_id3186267\n" "help.text" msgid "Matrix" -msgstr "" +msgstr "Matricinis dėklas" #. MVDGS #: 03091509.xhp @@ -11219,7 +11219,7 @@ msgctxt "" "par_id3186295\n" "help.text" msgid "<image id=\"img_id3186302\" src=\"media/helpimg/starmath/co21903.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3186302\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3186302\" src=\"media/helpimg/starmath/co21903.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3186302\">Piktograma</alt></image>" #. CEanK #: 03091509.xhp @@ -11228,7 +11228,7 @@ msgctxt "" "par_id3186377\n" "help.text" msgid "Wide space/gap" -msgstr "" +msgstr "Platus tarpas" #. NYBRp #: 03091509.xhp @@ -11237,7 +11237,7 @@ msgctxt "" "par_id318637799\n" "help.text" msgid "Suppress horizontal space between elements" -msgstr "" +msgstr "Tarp elementų nepaliekamas tarpas" #. SBiGA #: 03091600.xhp @@ -11246,7 +11246,7 @@ msgctxt "" "tit\n" "help.text" msgid "Other Symbols" -msgstr "" +msgstr "Simboliai" #. sZuJH #: 03091600.xhp @@ -11264,7 +11264,7 @@ msgctxt "" "hd_id3149261\n" "help.text" msgid "<link href=\"text/smath/01/03091600.xhp\" name=\"Other Symbols\">Other Symbols</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/03091600.xhp\" name=\"Other Symbols\">Simboliai</link>" #. ec7zS #: 03091600.xhp @@ -11282,7 +11282,7 @@ msgctxt "" "hd_id3156430\n" "help.text" msgid "Symbols in detail" -msgstr "" +msgstr "Simboliai" #. FnaZs #: 03091600.xhp @@ -11291,7 +11291,7 @@ msgctxt "" "par_id3145171\n" "help.text" msgid "<image id=\"img_id3145177\" src=\"media/helpimg/starmath/mi22006.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145177\">Partial Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145177\" src=\"media/helpimg/starmath/mi22006.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145177\">Dalinės išvestinės ženklo piktograma</alt></image>" #. yE8Ef #: 03091600.xhp @@ -11300,7 +11300,7 @@ msgctxt "" "par_id3153167\n" "help.text" msgid "<emph>Partial</emph>" -msgstr "" +msgstr "<emph>Dalinės išvestinės ženklas</emph>" #. Y6rfp #: 03091600.xhp @@ -11318,7 +11318,7 @@ msgctxt "" "par_id3152782\n" "help.text" msgid "<image id=\"img_id3152788\" src=\"media/helpimg/starmath/mi22005.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152788\">Infinity Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152788\" src=\"media/helpimg/starmath/mi22005.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152788\">Begalybės ženklo piktograma</alt></image>" #. XLBAn #: 03091600.xhp @@ -11327,7 +11327,7 @@ msgctxt "" "par_id3151049\n" "help.text" msgid "<emph>Infinity</emph>" -msgstr "" +msgstr "<emph>Begalybė</emph>" #. KodgA #: 03091600.xhp @@ -11345,7 +11345,7 @@ msgctxt "" "par_id3150217\n" "help.text" msgid "<image id=\"img_id3150223\" src=\"media/helpimg/starmath/mi22013.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150223\">Nabla Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150223\" src=\"media/helpimg/starmath/mi22013.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150223\">Nabla piktograma</alt></image>" #. BNNGJ #: 03091600.xhp @@ -11354,7 +11354,7 @@ msgctxt "" "par_id3153687\n" "help.text" msgid "<emph>Nabla</emph>" -msgstr "" +msgstr "<emph>Nabla</emph>" #. dAiqC #: 03091600.xhp @@ -11372,7 +11372,7 @@ msgctxt "" "par_id3155330\n" "help.text" msgid "<image id=\"img_id3155336\" src=\"media/helpimg/starmath/mi21608.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155336\">There exists Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155336\" src=\"media/helpimg/starmath/mi21608.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155336\">Egzistavimo ženklo piktograma</alt></image>" #. LzY2a #: 03091600.xhp @@ -11381,7 +11381,7 @@ msgctxt "" "par_id3154398\n" "help.text" msgid "<emph>There exists</emph>" -msgstr "" +msgstr "<emph>Egzistavimo ženklas</emph>" #. Y7UHp #: 03091600.xhp @@ -11399,7 +11399,7 @@ msgctxt "" "par_idA3155330\n" "help.text" msgid "<image id=\"img_idA3155336\" src=\"media/helpimg/starmath/mi21618.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_idA3155336\">There does not exist Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_idA3155336\" src=\"media/helpimg/starmath/mi21618.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_idA3155336\">Neegzistavimo ženklo piktograma</alt></image>" #. G6bCj #: 03091600.xhp @@ -11408,7 +11408,7 @@ msgctxt "" "par_idA3154398\n" "help.text" msgid "<emph>There does not exist</emph>" -msgstr "" +msgstr "<emph>Neegzistavimo ženklas</emph>" #. YjJgD #: 03091600.xhp @@ -11426,7 +11426,7 @@ msgctxt "" "par_id3151296\n" "help.text" msgid "<image id=\"img_id3151302\" src=\"media/helpimg/starmath/mi21612.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151302\">For all Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151302\" src=\"media/helpimg/starmath/mi21612.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151302\">Ženklo „kiekvienas“ piktograma</alt></image>" #. g64C8 #: 03091600.xhp @@ -11435,7 +11435,7 @@ msgctxt "" "par_id3146976\n" "help.text" msgid "<emph>For all</emph>" -msgstr "" +msgstr "<emph>Kiekvienas</emph>" #. PAb2G #: 03091600.xhp @@ -11453,7 +11453,7 @@ msgctxt "" "par_id3153023\n" "help.text" msgid "<image id=\"img_id3153030\" src=\"media/helpimg/starmath/mi22014.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153030\">h Bar Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153030\" src=\"media/helpimg/starmath/mi22014.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153030\">H su brūkšniu piktograma</alt></image>" #. ArfyV #: 03091600.xhp @@ -11462,7 +11462,7 @@ msgctxt "" "par_id3159250\n" "help.text" msgid "<emph>h Bar</emph>" -msgstr "" +msgstr "<emph>h su brūkšniu</emph>" #. G57qM #: 03091600.xhp @@ -11480,7 +11480,7 @@ msgctxt "" "par_id3153908\n" "help.text" msgid "<image id=\"img_id3153256\" src=\"media/helpimg/starmath/mi22015.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153256\">Lambda Bar Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153256\" src=\"media/helpimg/starmath/mi22015.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153256\">Lambda su brūkšniu piktograma</alt></image>" #. AAN8u #: 03091600.xhp @@ -11489,7 +11489,7 @@ msgctxt "" "par_id3145378\n" "help.text" msgid "<emph>Lambda Bar</emph>" -msgstr "" +msgstr "<emph>Lambda su brūkšniu</emph>" #. FBaEs #: 03091600.xhp @@ -11507,7 +11507,7 @@ msgctxt "" "par_id3150651\n" "help.text" msgid "<image id=\"img_id3154285\" src=\"media/helpimg/starmath/mi22003.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154285\">Real Part Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154285\" src=\"media/helpimg/starmath/mi22003.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154285\">Realiosios dalies ženklo piktograma</alt></image>" #. Lxsns #: 03091600.xhp @@ -11516,7 +11516,7 @@ msgctxt "" "par_id3153962\n" "help.text" msgid "<emph>Real Part</emph>" -msgstr "" +msgstr "<emph>Realioji dalis</emph>" #. ysjZW #: 03091600.xhp @@ -11534,7 +11534,7 @@ msgctxt "" "par_id3154543\n" "help.text" msgid "<image id=\"img_id3154553\" src=\"media/helpimg/starmath/mi22004.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154553\">Imaginary Part Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154553\" src=\"media/helpimg/starmath/mi22004.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154553\">Menamosios dalies ženklo piktograma</alt></image>" #. mPBvM #: 03091600.xhp @@ -11543,7 +11543,7 @@ msgctxt "" "par_id3150430\n" "help.text" msgid "<emph>Imaginary Part</emph>" -msgstr "" +msgstr "<emph>Menamoji dalis</emph>" #. mBQfc #: 03091600.xhp @@ -11561,7 +11561,7 @@ msgctxt "" "par_id3154156\n" "help.text" msgid "<image id=\"img_id3154162\" src=\"media/helpimg/starmath/mi22007.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154162\">Weierstrass p Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154162\" src=\"media/helpimg/starmath/mi22007.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154162\">Vejerštraso p piktograma</alt></image>" #. KSC9T #: 03091600.xhp @@ -11570,7 +11570,7 @@ msgctxt "" "par_id3156177\n" "help.text" msgid "<emph>Weierstrass p</emph>" -msgstr "" +msgstr "<emph>Vejerštraso p</emph>" #. Wtjtx #: 03091600.xhp @@ -11588,7 +11588,7 @@ msgctxt "" "par_id3155267\n" "help.text" msgid "<image id=\"img_id3155273\" src=\"media/helpimg/starmath/mi22016.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155273\">Left Arrow Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155273\" src=\"media/helpimg/starmath/mi22016.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155273\">Rodyklės kairėn piktograma</alt></image>" #. W7mpZ #: 03091600.xhp @@ -11597,7 +11597,7 @@ msgctxt "" "par_id3153860\n" "help.text" msgid "<emph>Left Arrow</emph>" -msgstr "" +msgstr "<emph>Rodyklė kairėn</emph>" #. MVXgn #: 03091600.xhp @@ -11615,7 +11615,7 @@ msgctxt "" "par_id3149923\n" "help.text" msgid "<image id=\"img_id3149929\" src=\"media/helpimg/starmath/mi22017.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149929\">Right Arrow Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149929\" src=\"media/helpimg/starmath/mi22017.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149929\">Rodyklės dešinėn piktograma</alt></image>" #. VCRp5 #: 03091600.xhp @@ -11624,7 +11624,7 @@ msgctxt "" "par_id3153472\n" "help.text" msgid "<emph>Right Arrow</emph>" -msgstr "" +msgstr "<emph>Rodyklė dešinėn</emph>" #. Ggvya #: 03091600.xhp @@ -11642,7 +11642,7 @@ msgctxt "" "par_id3148506\n" "help.text" msgid "<image id=\"img_id3148512\" src=\"media/helpimg/starmath/mi22018.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148512\">Up Arrow Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148512\" src=\"media/helpimg/starmath/mi22018.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148512\">Rodyklės aukštyn piktograma</alt></image>" #. bFJCH #: 03091600.xhp @@ -11651,7 +11651,7 @@ msgctxt "" "par_id3152824\n" "help.text" msgid "<emph>Up Arrow</emph>" -msgstr "" +msgstr "<emph>Rodyklė aukštyn</emph>" #. aFhJ9 #: 03091600.xhp @@ -11669,7 +11669,7 @@ msgctxt "" "par_id3157946\n" "help.text" msgid "<image id=\"img_id3157951\" src=\"media/helpimg/starmath/mi22019.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157951\">Down Arrow Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3157951\" src=\"media/helpimg/starmath/mi22019.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157951\">Rodyklės žemyn piktograma</alt></image>" #. iFqEz #: 03091600.xhp @@ -11678,7 +11678,7 @@ msgctxt "" "par_id3145694\n" "help.text" msgid "<emph>Down Arrow</emph>" -msgstr "" +msgstr "<emph>Rodyklė žemyn</emph>" #. xWMDM #: 03091600.xhp @@ -11696,7 +11696,7 @@ msgctxt "" "par_id3154997\n" "help.text" msgid "<image id=\"img_id3155003\" src=\"media/helpimg/starmath/mi22011.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155003\">Ellipsis Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155003\" src=\"media/helpimg/starmath/mi22011.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155003\">Daugtaškio piktograma</alt></image>" #. GB5F8 #: 03091600.xhp @@ -11705,7 +11705,7 @@ msgctxt "" "par_id3159083\n" "help.text" msgid "<emph>Ellipsis</emph>" -msgstr "" +msgstr "<emph>Daugtaškis</emph>" #. cRMvB #: 03091600.xhp @@ -11723,7 +11723,7 @@ msgctxt "" "par_id3163719\n" "help.text" msgid "<image id=\"img_id3163726\" src=\"media/helpimg/starmath/mi22008.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163726\">Math-axis Ellipsis Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3163726\" src=\"media/helpimg/starmath/mi22008.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163726\">Daugtaškio viduryje piktograma</alt></image>" #. u6D7m #: 03091600.xhp @@ -11732,7 +11732,7 @@ msgctxt "" "par_id3163797\n" "help.text" msgid "<emph>Math-axis Ellipsis</emph>" -msgstr "" +msgstr "<emph>Daugtaškis viduryje</emph>" #. XWPDw #: 03091600.xhp @@ -11750,7 +11750,7 @@ msgctxt "" "par_id3146829\n" "help.text" msgid "<image id=\"img_id3146835\" src=\"media/helpimg/starmath/mi22012.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146835\">Vertical Ellipsis Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146835\" src=\"media/helpimg/starmath/mi22012.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146835\">Vertikalaus daugtaškio piktograma</alt></image>" #. y5YFp #: 03091600.xhp @@ -11759,7 +11759,7 @@ msgctxt "" "par_id3152634\n" "help.text" msgid "<emph>Vertical Ellipsis</emph>" -msgstr "" +msgstr "<emph>Vertikalus daugtaškis</emph>" #. cPRvZ #: 03091600.xhp @@ -11777,7 +11777,7 @@ msgctxt "" "par_id3109675\n" "help.text" msgid "<image id=\"img_id3109681\" src=\"media/helpimg/starmath/mi22009.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3109681\">Upward Diagonal Ellipsis Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3109681\" src=\"media/helpimg/starmath/mi22009.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3109681\">Įstrižų taškelių aukštyn piktograma</alt></image>" #. fqRVX #: 03091600.xhp @@ -11786,7 +11786,7 @@ msgctxt "" "par_id3109753\n" "help.text" msgid "<emph>Upward Diagonal Ellipsis</emph>" -msgstr "" +msgstr "<emph>Įstriži taškeliai aukštyn</emph>" #. EYH6N #: 03091600.xhp @@ -11804,7 +11804,7 @@ msgctxt "" "par_id3158234\n" "help.text" msgid "<image id=\"img_id3158240\" src=\"media/helpimg/starmath/mi22010.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3158240\">Downward Diagonal Ellipsis Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3158240\" src=\"media/helpimg/starmath/mi22010.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3158240\">Įstrižų taškelių žemyn piktograma</alt></image>" #. 37ZEh #: 03091600.xhp @@ -11813,7 +11813,7 @@ msgctxt "" "par_id3158311\n" "help.text" msgid "<emph>Downward Diagonal Ellipsis</emph>" -msgstr "" +msgstr "<emph>Įstriži taškeliai žemyn</emph>" #. Lzipm #: 03091600.xhp @@ -11849,7 +11849,7 @@ msgctxt "" "tit\n" "help.text" msgid "Fonts" -msgstr "" +msgstr "Šriftai" #. UCsvD #: 05010000.xhp @@ -11867,7 +11867,7 @@ msgctxt "" "hd_id3156261\n" "help.text" msgid "Fonts" -msgstr "" +msgstr "Šriftai" #. vAQoJ #: 05010000.xhp @@ -11885,7 +11885,7 @@ msgctxt "" "hd_id3154639\n" "help.text" msgid "Formula Fonts" -msgstr "" +msgstr "Formulių šriftai" #. nYEUW #: 05010000.xhp @@ -11921,7 +11921,7 @@ msgctxt "" "hd_id3154262\n" "help.text" msgid "Variables" -msgstr "" +msgstr "Kintamieji" #. HrKwb #: 05010000.xhp @@ -11939,7 +11939,7 @@ msgctxt "" "hd_id3150708\n" "help.text" msgid "Functions" -msgstr "" +msgstr "Funkcijos" #. gE6ZG #: 05010000.xhp @@ -11957,7 +11957,7 @@ msgctxt "" "hd_id3149805\n" "help.text" msgid "Numbers" -msgstr "" +msgstr "Skaičiai" #. DH9sS #: 05010000.xhp @@ -11975,7 +11975,7 @@ msgctxt "" "hd_id3153529\n" "help.text" msgid "Text" -msgstr "" +msgstr "Tekstas" #. k2jGZ #: 05010000.xhp @@ -11993,7 +11993,7 @@ msgctxt "" "hd_id3152963\n" "help.text" msgid "Custom Fonts" -msgstr "" +msgstr "Naudotojo apibrėžti šriftai" #. jC47i #: 05010000.xhp @@ -12020,7 +12020,7 @@ msgctxt "" "hd_id3153670\n" "help.text" msgid "Serif" -msgstr "" +msgstr "Su užraitais" #. HJVeA #: 05010000.xhp @@ -12038,7 +12038,7 @@ msgctxt "" "hd_id3150836\n" "help.text" msgid "Sans" -msgstr "" +msgstr "Be užraitų" #. JXCGF #: 05010000.xhp @@ -12056,7 +12056,7 @@ msgctxt "" "hd_id3149340\n" "help.text" msgid "Fixed" -msgstr "" +msgstr "Lygiaplotis" #. L2ABS #: 05010000.xhp @@ -12074,7 +12074,7 @@ msgctxt "" "hd_id3159194\n" "help.text" msgid "Modify" -msgstr "" +msgstr "Keisti" #. 9LWKg #: 05010000.xhp @@ -12092,7 +12092,7 @@ msgctxt "" "hd_id3149304\n" "help.text" msgid "Default" -msgstr "" +msgstr "Numatyta" #. CBFie #: 05010000.xhp @@ -12110,7 +12110,7 @@ msgctxt "" "tit\n" "help.text" msgid "Fonts" -msgstr "" +msgstr "Šriftai" #. 69eAL #: 05010100.xhp @@ -12119,7 +12119,7 @@ msgctxt "" "hd_id3153188\n" "help.text" msgid "Fonts" -msgstr "" +msgstr "Šriftai" #. UqMP9 #: 05010100.xhp @@ -12137,7 +12137,7 @@ msgctxt "" "hd_id3149124\n" "help.text" msgid "Font" -msgstr "" +msgstr "Šriftas" #. gGKuA #: 05010100.xhp @@ -12155,7 +12155,7 @@ msgctxt "" "hd_id3154702\n" "help.text" msgid "Example" -msgstr "" +msgstr "Pavyzdys" #. uaPx6 #: 05010100.xhp @@ -12173,7 +12173,7 @@ msgctxt "" "hd_id3154656\n" "help.text" msgid "Attributes" -msgstr "" +msgstr "Požymiai" #. BGpGS #: 05010100.xhp @@ -12191,7 +12191,7 @@ msgctxt "" "hd_id3154486\n" "help.text" msgid "Bold" -msgstr "" +msgstr "Pusjuodis" #. JhieD #: 05010100.xhp @@ -12209,7 +12209,7 @@ msgctxt "" "hd_id3148868\n" "help.text" msgid "Italic" -msgstr "" +msgstr "Kursyvas" #. TxHHL #: 05010100.xhp @@ -12227,7 +12227,7 @@ msgctxt "" "tit\n" "help.text" msgid "Font Sizes" -msgstr "" +msgstr "Teksto dydis" #. Tq2TK #: 05020000.xhp @@ -12245,7 +12245,7 @@ msgctxt "" "hd_id3153816\n" "help.text" msgid "Font Sizes" -msgstr "" +msgstr "Teksto dydis" #. D44KW #: 05020000.xhp @@ -12263,7 +12263,7 @@ msgctxt "" "hd_id3146968\n" "help.text" msgid "Base size" -msgstr "" +msgstr "Šrifto dydis" #. mt9Be #: 05020000.xhp @@ -12290,7 +12290,7 @@ msgctxt "" "hd_id3153735\n" "help.text" msgid "Relative Sizes" -msgstr "" +msgstr "Atitinkamai" #. G8VB4 #: 05020000.xhp @@ -12308,7 +12308,7 @@ msgctxt "" "hd_id3150935\n" "help.text" msgid "Text" -msgstr "" +msgstr "Tekstas" #. KetRc #: 05020000.xhp @@ -12326,7 +12326,7 @@ msgctxt "" "hd_id3148392\n" "help.text" msgid "Indexes" -msgstr "" +msgstr "Indeksai" #. deCmC #: 05020000.xhp @@ -12344,7 +12344,7 @@ msgctxt "" "hd_id3155371\n" "help.text" msgid "Functions" -msgstr "" +msgstr "Funkcijos" #. Lb5bD #: 05020000.xhp @@ -12362,7 +12362,7 @@ msgctxt "" "hd_id3147171\n" "help.text" msgid "Operators" -msgstr "" +msgstr "Operatoriai" #. FgXbS #: 05020000.xhp @@ -12380,7 +12380,7 @@ msgctxt "" "hd_id3154638\n" "help.text" msgid "Limits" -msgstr "" +msgstr "Ribos" #. FmG3G #: 05020000.xhp @@ -12398,7 +12398,7 @@ msgctxt "" "hd_id3156320\n" "help.text" msgid "Default" -msgstr "" +msgstr "Numatyta" #. YmvPv #: 05020000.xhp @@ -12416,7 +12416,7 @@ msgctxt "" "tit\n" "help.text" msgid "Spacing" -msgstr "" +msgstr "Tarpo reguliavimas" #. z7FqZ #: 05030000.xhp @@ -12434,7 +12434,7 @@ msgctxt "" "hd_id3154658\n" "help.text" msgid "Spacing" -msgstr "" +msgstr "Tarpo reguliavimas" #. sScgF #: 05030000.xhp @@ -12461,7 +12461,7 @@ msgctxt "" "hd_id3154653\n" "help.text" msgid "Category" -msgstr "" +msgstr "Kategorija" #. tbhB5 #: 05030000.xhp @@ -12479,7 +12479,7 @@ msgctxt "" "hd_id3150391\n" "help.text" msgid "Spacing" -msgstr "" +msgstr "Tarpai" #. tyD9t #: 05030000.xhp @@ -12497,7 +12497,7 @@ msgctxt "" "hd_id3150536\n" "help.text" msgid "Spacing" -msgstr "" +msgstr "Tarpai" #. 8pRJF #: 05030000.xhp @@ -12515,7 +12515,7 @@ msgctxt "" "hd_id3149349\n" "help.text" msgid "Line Spacing" -msgstr "" +msgstr "Tarpai tarp eilučių" #. NBVGE #: 05030000.xhp @@ -12533,7 +12533,7 @@ msgctxt "" "hd_id3145593\n" "help.text" msgid "Root Spacing" -msgstr "" +msgstr "Tarpas pošaknyje" #. 86bQL #: 05030000.xhp @@ -12551,7 +12551,7 @@ msgctxt "" "hd_id3154508\n" "help.text" msgid "Indexes" -msgstr "" +msgstr "Indeksai" #. YewU9 #: 05030000.xhp @@ -12569,7 +12569,7 @@ msgctxt "" "hd_id3147371\n" "help.text" msgid "Superscript" -msgstr "" +msgstr "Viršutinis indeksas" #. Kkvuh #: 05030000.xhp @@ -12587,7 +12587,7 @@ msgctxt "" "hd_id3150933\n" "help.text" msgid "Subscript" -msgstr "" +msgstr "Apatinis indeksas" #. tLm6h #: 05030000.xhp @@ -12605,7 +12605,7 @@ msgctxt "" "hd_id3149027\n" "help.text" msgid "Fractions" -msgstr "" +msgstr "Trupmenos" #. jmZdF #: 05030000.xhp @@ -12623,7 +12623,7 @@ msgctxt "" "hd_id3156256\n" "help.text" msgid "Numerator" -msgstr "" +msgstr "Skaitiklis" #. VhYCs #: 05030000.xhp @@ -12641,7 +12641,7 @@ msgctxt "" "hd_id3153722\n" "help.text" msgid "Denominator" -msgstr "" +msgstr "Vardiklis" #. GPpa5 #: 05030000.xhp @@ -12659,7 +12659,7 @@ msgctxt "" "hd_id3151181\n" "help.text" msgid "Fraction Bars" -msgstr "" +msgstr "Trupmenos brūkšnys" #. Zbhr5 #: 05030000.xhp @@ -12677,7 +12677,7 @@ msgctxt "" "hd_id3151266\n" "help.text" msgid "Excess length" -msgstr "" +msgstr "Ilgis" #. EuHWN #: 05030000.xhp @@ -12695,7 +12695,7 @@ msgctxt "" "hd_id3150260\n" "help.text" msgid "Weight" -msgstr "" +msgstr "Storis" #. AsEMi #: 05030000.xhp @@ -12713,7 +12713,7 @@ msgctxt "" "hd_id3153627\n" "help.text" msgid "Limits" -msgstr "" +msgstr "Ribos" #. VEwVA #: 05030000.xhp @@ -12731,7 +12731,7 @@ msgctxt "" "hd_id3147260\n" "help.text" msgid "Upper limit" -msgstr "" +msgstr "Viršutinis rėžis" #. v8naP #: 05030000.xhp @@ -12749,7 +12749,7 @@ msgctxt "" "hd_id3148834\n" "help.text" msgid "Lower limit" -msgstr "" +msgstr "Apatinis rėžis" #. 9rTEB #: 05030000.xhp @@ -12767,7 +12767,7 @@ msgctxt "" "hd_id3154267\n" "help.text" msgid "Brackets" -msgstr "" +msgstr "Skliaustai" #. mvZTY #: 05030000.xhp @@ -12785,7 +12785,7 @@ msgctxt "" "hd_id3150708\n" "help.text" msgid "Excess size (left/right)" -msgstr "" +msgstr "Virš rašmens" #. PWtGM #: 05030000.xhp @@ -12803,7 +12803,7 @@ msgctxt "" "hd_id3109843\n" "help.text" msgid "Spacing" -msgstr "" +msgstr "Iki rašmens" #. gTeD8 #: 05030000.xhp @@ -12821,7 +12821,7 @@ msgctxt "" "hd_id3153531\n" "help.text" msgid "Scale all brackets" -msgstr "" +msgstr "Skliaustelių dydis" #. xCXkX #: 05030000.xhp @@ -12839,7 +12839,7 @@ msgctxt "" "hd_id3151099\n" "help.text" msgid "Excess size" -msgstr "" +msgstr "Kitimas" #. dnFBW #: 05030000.xhp @@ -12857,7 +12857,7 @@ msgctxt "" "hd_id3153673\n" "help.text" msgid "Matrices" -msgstr "" +msgstr "Matricos" #. dKE2T #: 05030000.xhp @@ -12875,7 +12875,7 @@ msgctxt "" "hd_id3150996\n" "help.text" msgid "Line spacing" -msgstr "" +msgstr "Tarpai tarp eilučių" #. A3yzB #: 05030000.xhp @@ -12893,7 +12893,7 @@ msgctxt "" "hd_id3152959\n" "help.text" msgid "Column spacing" -msgstr "" +msgstr "Tarpai tarp stulpelių" #. 2DnGX #: 05030000.xhp @@ -12911,7 +12911,7 @@ msgctxt "" "hd_id3155895\n" "help.text" msgid "Symbols" -msgstr "" +msgstr "Simboliai" #. ypDFc #: 05030000.xhp @@ -12929,7 +12929,7 @@ msgctxt "" "hd_id3149341\n" "help.text" msgid "Primary height" -msgstr "" +msgstr "Aukštis" #. x9eLT #: 05030000.xhp @@ -12947,7 +12947,7 @@ msgctxt "" "hd_id3154140\n" "help.text" msgid "Minimum spacing" -msgstr "" +msgstr "Tarpas iki rašmens" #. GJVMm #: 05030000.xhp @@ -12965,7 +12965,7 @@ msgctxt "" "hd_id3149302\n" "help.text" msgid "Operators" -msgstr "" +msgstr "Ženklai" #. EauSY #: 05030000.xhp @@ -12983,7 +12983,7 @@ msgctxt "" "hd_id3148992\n" "help.text" msgid "Excess size" -msgstr "" +msgstr "Aukštis" #. 45tVP #: 05030000.xhp @@ -13001,7 +13001,7 @@ msgctxt "" "hd_id3149495\n" "help.text" msgid "Spacing" -msgstr "" +msgstr "Tarpas iki rašmens" #. mGNxT #: 05030000.xhp @@ -13019,7 +13019,7 @@ msgctxt "" "hd_id3149819\n" "help.text" msgid "Borders" -msgstr "" +msgstr "Paraštės" #. XUGBv #: 05030000.xhp @@ -13037,7 +13037,7 @@ msgctxt "" "hd_id3154837\n" "help.text" msgid "Left" -msgstr "" +msgstr "Kairėje" #. pHYFE #: 05030000.xhp @@ -13055,7 +13055,7 @@ msgctxt "" "hd_id3147088\n" "help.text" msgid "Right" -msgstr "" +msgstr "Dešinėje" #. 52Bfs #: 05030000.xhp @@ -13073,7 +13073,7 @@ msgctxt "" "hd_id3147218\n" "help.text" msgid "Top" -msgstr "" +msgstr "Viršuje" #. TBQyG #: 05030000.xhp @@ -13091,7 +13091,7 @@ msgctxt "" "hd_id3147584\n" "help.text" msgid "Bottom" -msgstr "" +msgstr "Apačioje" #. iaFcD #: 05030000.xhp @@ -13109,7 +13109,7 @@ msgctxt "" "hd_id3147326\n" "help.text" msgid "Default" -msgstr "" +msgstr "Numatyta" #. JTvAu #: 05030000.xhp @@ -13127,7 +13127,7 @@ msgctxt "" "tit\n" "help.text" msgid "Alignment" -msgstr "" +msgstr "Lygiuotė" #. cxKGc #: 05040000.xhp @@ -13145,7 +13145,7 @@ msgctxt "" "hd_id3148730\n" "help.text" msgid "Alignment" -msgstr "" +msgstr "Lygiuotė" #. bF47S #: 05040000.xhp @@ -13163,7 +13163,7 @@ msgctxt "" "hd_id3153737\n" "help.text" msgid "Horizontal" -msgstr "" +msgstr "Horizontalioji" #. ZgKSC #: 05040000.xhp @@ -13181,7 +13181,7 @@ msgctxt "" "hd_id3148768\n" "help.text" msgid "Left" -msgstr "" +msgstr "Kairinė" #. 8xa9n #: 05040000.xhp @@ -13190,7 +13190,7 @@ msgctxt "" "par_id3150566\n" "help.text" msgid "<ahelp hid=\"modules/smath/ui/alignmentdialog/left\" visibility=\"visible\">Aligns the selected elements of a formula to the left.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/smath/ui/alignmentdialog/left\" visibility=\"visible\">Pažymėti formulės elementai sulygiuojami pagal kairįjį kraštą.</ahelp>" #. RCFn8 #: 05040000.xhp @@ -13199,7 +13199,7 @@ msgctxt "" "par_id3149709\n" "help.text" msgid "Text is always aligned left." -msgstr "" +msgstr "Tekstas visada lygiuojamas kairėje." #. D2sDT #: 05040000.xhp @@ -13208,7 +13208,7 @@ msgctxt "" "hd_id3154646\n" "help.text" msgid "Centered" -msgstr "" +msgstr "Centrinė" #. uEY2Z #: 05040000.xhp @@ -13217,7 +13217,7 @@ msgctxt "" "par_id3150762\n" "help.text" msgid "<ahelp hid=\"modules/smath/ui/alignmentdialog/center\" visibility=\"visible\">Aligns the elements of a formula to the center.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/smath/ui/alignmentdialog/center\" visibility=\"visible\">Formulės elementai sulygiuojami centre.</ahelp>" #. G2UDu #: 05040000.xhp @@ -13226,7 +13226,7 @@ msgctxt "" "hd_id3145204\n" "help.text" msgid "Right" -msgstr "" +msgstr "Dešininė" #. NWQAC #: 05040000.xhp @@ -13235,7 +13235,7 @@ msgctxt "" "par_id3151264\n" "help.text" msgid "<ahelp hid=\"modules/smath/ui/alignmentdialog/right\" visibility=\"visible\">Aligns the elements of a formula to the right.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/smath/ui/alignmentdialog/right\" visibility=\"visible\">Formulės elementai sulygiuojami pagal dešinįjį kraštą.</ahelp>" #. RNWUU #: 05040000.xhp @@ -13244,7 +13244,7 @@ msgctxt "" "hd_id3150261\n" "help.text" msgid "Default" -msgstr "" +msgstr "Numatyta" #. uYh2U #: 05040000.xhp @@ -13262,7 +13262,7 @@ msgctxt "" "tit\n" "help.text" msgid "Text Mode" -msgstr "" +msgstr "Teksto veiksena" #. 7UpAp #: 05050000.xhp @@ -13280,7 +13280,7 @@ msgctxt "" "hd_id3147339\n" "help.text" msgid "<link href=\"text/smath/01/05050000.xhp\" name=\"Text Mode\">Text Mode</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/05050000.xhp\" name=\"Text Mode\">Teksto veiksena</link>" #. Xx962 #: 05050000.xhp @@ -13298,7 +13298,7 @@ msgctxt "" "tit\n" "help.text" msgid "Symbols" -msgstr "" +msgstr "Rašmenys" #. LPTC9 #: 06010000.xhp @@ -13316,7 +13316,7 @@ msgctxt "" "hd_id3153715\n" "help.text" msgid "<link href=\"text/smath/01/06010000.xhp\" name=\"Symbols\">Symbols</link>" -msgstr "" +msgstr "<link href=\"text/smath/01/06010000.xhp\" name=\"Symbols\">Rašmenys</link>" #. zFQGD #: 06010000.xhp @@ -13334,7 +13334,7 @@ msgctxt "" "hd_id3150202\n" "help.text" msgid "Symbol Set" -msgstr "" +msgstr "Rašmenų aibė" #. 3zK7W #: 06010000.xhp @@ -13370,7 +13370,7 @@ msgctxt "" "hd_id3154765\n" "help.text" msgid "Edit" -msgstr "" +msgstr "Keisti" #. sAB8a #: 06010000.xhp @@ -13388,7 +13388,7 @@ msgctxt "" "tit\n" "help.text" msgid "Edit Symbols" -msgstr "" +msgstr "Rašmenų keitimas" #. NCZBQ #: 06010100.xhp @@ -13406,7 +13406,7 @@ msgctxt "" "hd_id3151075\n" "help.text" msgid "Edit Symbols" -msgstr "" +msgstr "Rašmenų keitimas" #. KwoW9 #: 06010100.xhp @@ -13424,7 +13424,7 @@ msgctxt "" "hd_id3146066\n" "help.text" msgid "Old Symbol" -msgstr "" +msgstr "Esamas rašmuo" #. SJuib #: 06010100.xhp @@ -13442,7 +13442,7 @@ msgctxt "" "hd_id3154020\n" "help.text" msgid "Old Symbol Set" -msgstr "" +msgstr "Esamo rašmens aibė" #. MrUaj #: 06010100.xhp @@ -13460,7 +13460,7 @@ msgctxt "" "hd_id3145386\n" "help.text" msgid "Symbol" -msgstr "" +msgstr "Rašmuo" #. RGdGp #: 06010100.xhp @@ -13514,7 +13514,7 @@ msgctxt "" "hd_id3157870\n" "help.text" msgid "Symbol Set" -msgstr "" +msgstr "Rašmens aibė" #. 6uvVN #: 06010100.xhp @@ -13550,7 +13550,7 @@ msgctxt "" "hd_id3153736\n" "help.text" msgid "Font" -msgstr "" +msgstr "Šriftas" #. 9QKQ9 #: 06010100.xhp @@ -13568,7 +13568,7 @@ msgctxt "" "hd_id3150564\n" "help.text" msgid "Subset" -msgstr "" +msgstr "Poaibis" #. tQRVv #: 06010100.xhp @@ -13586,7 +13586,7 @@ msgctxt "" "hd_id3148386\n" "help.text" msgid "Style" -msgstr "" +msgstr "Šrifto stilius" #. nWkoK #: 06010100.xhp @@ -13604,7 +13604,7 @@ msgctxt "" "hd_id3156262\n" "help.text" msgid "Add" -msgstr "" +msgstr "Pridėti" #. KFi5U #: 06010100.xhp @@ -13622,7 +13622,7 @@ msgctxt "" "hd_id3150756\n" "help.text" msgid "Modify" -msgstr "" +msgstr "Keisti" #. npjGX #: 06010100.xhp @@ -13685,7 +13685,7 @@ msgctxt "" "tit\n" "help.text" msgid "Import formula" -msgstr "" +msgstr "Formulių importas" #. Vw4pc #: 06020000.xhp @@ -13712,7 +13712,7 @@ msgctxt "" "hd_id3154659\n" "help.text" msgid "Import Formula from File" -msgstr "" +msgstr "Formulės importas iš failo" #. oPdej #: 06020000.xhp @@ -13766,7 +13766,7 @@ msgctxt "" "hd_id3154661\n" "help.text" msgid "Import MathML from Clipboard" -msgstr "" +msgstr "„MathML“ importas iš iškarpinės" #. AnBfM #: 06020000.xhp diff --git a/source/lt/helpcontent2/source/text/smath/06.po b/source/lt/helpcontent2/source/text/smath/06.po index 2caeb20b1d3..b475db433b0 100644 --- a/source/lt/helpcontent2/source/text/smath/06.po +++ b/source/lt/helpcontent2/source/text/smath/06.po @@ -3,71 +3,78 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-04-08 14:23+0200\n" -"PO-Revision-Date: 2018-05-16 16:05+0000\n" -"Last-Translator: Anonymous Pootle User\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" +"PO-Revision-Date: 2019-11-08 18:42+0000\n" +"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" +"Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textsmath06/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: 1526486756.000000\n" +#. TrAzH #: screenshots.xhp msgctxt "" "screenshots.xhp\n" "tit\n" "help.text" msgid "Math screenshots" -msgstr "" +msgstr "Formulių rengyklės ekrano nuotraukos" +#. QABk4 #: screenshots.xhp msgctxt "" "screenshots.xhp\n" "par_id141525570544232\n" "help.text" msgid "<image src=\"media/screenshots/modules/smath/ui/alignmentdialog/AlignmentDialog.png\" id=\"img_id331525570544232\" localize=\"true\"><alt id=\"alt_id641525570544232\">Alignment Dialog</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/modules/smath/ui/alignmentdialog/AlignmentDialog.png\" id=\"img_id331525570544232\" localize=\"true\"><alt id=\"alt_id641525570544232\">Lygiuotės dialogo langas</alt></image>" +#. XxMrP #: screenshots.xhp msgctxt "" "screenshots.xhp\n" "par_id71525570710878\n" "help.text" msgid "<image src=\"media/screenshots/modules/smath/ui/fontdialog/FontDialog.png\" id=\"img_id41525570710879\" localize=\"true\"><alt id=\"alt_id931525570710879\">Font Dialog</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/modules/smath/ui/fontdialog/FontDialog.png\" id=\"img_id41525570710879\" localize=\"true\"><alt id=\"alt_id931525570710879\">Šrifto dialogo langas</alt></image>" +#. FFXms #: screenshots.xhp msgctxt "" "screenshots.xhp\n" "par_id671525570713808\n" "help.text" msgid "<image src=\"media/screenshots/modules/smath/ui/fontsizedialog/FontSizeDialog.png\" id=\"img_id131525570713808\" localize=\"true\"><alt id=\"alt_id501525570713809\">Font Size Dialog</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/modules/smath/ui/fontsizedialog/FontSizeDialog.png\" id=\"img_id131525570713808\" localize=\"true\"><alt id=\"alt_id501525570713809\">Šrifto dydžio dialogo langas</alt></image>" +#. 7RGJx #: screenshots.xhp msgctxt "" "screenshots.xhp\n" "par_id891525570718035\n" "help.text" msgid "<image src=\"media/screenshots/modules/smath/ui/fonttypedialog/FontsDialog.png\" id=\"img_id441525570718035\" localize=\"true\"><alt id=\"alt_id401525570718036\">Font Type Dialog</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/modules/smath/ui/fonttypedialog/FontsDialog.png\" id=\"img_id441525570718035\" localize=\"true\"><alt id=\"alt_id401525570718036\">Šriftų tipų dialogo langas</alt></image>" +#. qDFEC #: screenshots.xhp msgctxt "" "screenshots.xhp\n" "par_id991525570721266\n" "help.text" msgid "<image src=\"media/screenshots/modules/smath/ui/savedefaultsdialog/SaveDefaultsDialog.png\" id=\"img_id571525570721266\" localize=\"true\"><alt id=\"alt_id981525570721266\">Save Default Dialog</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/modules/smath/ui/savedefaultsdialog/SaveDefaultsDialog.png\" id=\"img_id571525570721266\" localize=\"true\"><alt id=\"alt_id981525570721266\">Numatytųjų nuostatų įrašymo dialogo langas</alt></image>" +#. 6KgFe #: screenshots.xhp msgctxt "" "screenshots.xhp\n" "par_id861525570725718\n" "help.text" msgid "<image src=\"media/screenshots/modules/smath/ui/spacingdialog/SpacingDialog.png\" id=\"img_id81525570725718\" localize=\"true\"><alt id=\"alt_id981525570725718\">Spacing Dialog</alt></image>" -msgstr "" +msgstr "<image src=\"media/screenshots/modules/smath/ui/spacingdialog/SpacingDialog.png\" id=\"img_id81525570725718\" localize=\"true\"><alt id=\"alt_id981525570725718\">Tarpo reguliavimo dialogo langas</alt></image>" diff --git a/source/lt/helpcontent2/source/text/smath/guide.po b/source/lt/helpcontent2/source/text/smath/guide.po index f60d0b9c672..1838d94b926 100644 --- a/source/lt/helpcontent2/source/text/smath/guide.po +++ b/source/lt/helpcontent2/source/text/smath/guide.po @@ -3,251 +3,281 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-01-12 13:18+0100\n" -"PO-Revision-Date: 2017-05-10 04:15+0000\n" -"Last-Translator: Anonymous Pootle User\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\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/textsmathguide/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: 1494389700.000000\n" +#. P9FEQ #: align.xhp msgctxt "" "align.xhp\n" "tit\n" "help.text" msgid "Manually Aligning Formula Parts" -msgstr "" +msgstr "Formulių dalių lygiavimas rankiniu būdu" +#. Dc94G #: align.xhp msgctxt "" "align.xhp\n" "bm_id3156384\n" "help.text" msgid "<bookmark_value>aligning; characters in %PRODUCTNAME Math</bookmark_value><bookmark_value>formula parts; manually aligning</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>lygiavimas; rašmenys %PRODUCTNAME formulių rengyklėje</bookmark_value><bookmark_value>formulių dalys; lygiavimas rankiniu būdu</bookmark_value>" +#. 5ENLq #: align.xhp msgctxt "" "align.xhp\n" "hd_id3156384\n" "help.text" msgid "<variable id=\"align\"><link href=\"text/smath/guide/align.xhp\" name=\"Manually Aligning Formula Parts\">Manually Aligning Formula Parts</link></variable>" -msgstr "" +msgstr "<variable id=\"align\"><link href=\"text/smath/guide/align.xhp\" name=\"Formulių dalių lygiavimas rankiniu būdu\">Formulių dalių lygiavimas rankiniu būdu</link></variable>" +#. eUZmq #: align.xhp msgctxt "" "align.xhp\n" "hd_id3154657\n" "help.text" msgid "How do you align characters in $[officename] Math quickly and easily?" -msgstr "" +msgstr "Kaip sparčiai sulygiuoti rašmenis „$[officename]“ formulių rengyklėje?" +#. EJ2GY #: align.xhp msgctxt "" "align.xhp\n" "par_id3150249\n" "help.text" msgid "To accomplish this, you must define empty groups and character strings. They do not require any space, but carry information that helps in the alignment process." -msgstr "" +msgstr "Kad tai atliktumėte, reikės sukurti tuščias grupes ir tuščias teksto eilutes. Jos neužima vietos, bet yra reikalingos norimai lygiuotei aprašyti." +#. BLcvk #: align.xhp msgctxt "" "align.xhp\n" "par_id3153912\n" "help.text" msgid "To create empty groups, enter curly brackets <emph>{}</emph> in the Commands window. In the following example, the goal is to achieve a line break so that the plus signs are beneath one another, even though one less character is entered in the upper line:" -msgstr "" +msgstr "Tuščiai grupei sukurti komandų lange surinkite riestinių skliaustų porą <emph>{}</emph>. Toliau pateikiamas pavyzdys, kaip dviejose eilutėse pliuso ženklus išlaikyti vieną po kitu, nors viršutinėje eilutėje įvesta vienu rašmeniu mažiau:" +#. wDfhJ #: align.xhp msgctxt "" "align.xhp\n" "par_id3143229\n" "help.text" msgid "Empty character strings are a simple way to ensure that texts and formulas are left-aligned. They are defined using double inverted commas \"\" . Make sure you do not use any typographic inverted commas. Example:" -msgstr "" +msgstr "Tuščiomis teksto eilutėmis formules ir tekstą galima sulygiuoti palei kairįjį kraštą. Tuščia teksto eilutė sukuriama paprastųjų kabučių pora \"\". Atkreipkite dėmesį, kad tam netiks tikros tipografinės kabutės." +#. C6Ky9 #: align.xhp msgctxt "" "align.xhp\n" "par_id3153809\n" "help.text" msgid "\"A further example.\" newline a+b newline \"\"c-d" -msgstr "" +msgstr "\"Kitas pavyzdys.\" newline a+b newline \"\"c-d" +#. WA2Pc #: attributes.xhp msgctxt "" "attributes.xhp\n" "tit\n" "help.text" msgid "Changing Default Attributes" -msgstr "" +msgstr "Numatytųjų požymių keitimas" +#. 4DrY6 #: attributes.xhp msgctxt "" "attributes.xhp\n" "bm_id3145792\n" "help.text" msgid "<bookmark_value>attributes; changing in $[officename] Math</bookmark_value><bookmark_value>font attributes;changing defaults</bookmark_value><bookmark_value>formatting;changing default attributes</bookmark_value><bookmark_value>defaults;changing default formatting</bookmark_value><bookmark_value>changing;default formatting</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>požymiai; keitimas $[officename] formulių rengyklėje</bookmark_value><bookmark_value>šrifto požymiai;numatytųjų keitimas</bookmark_value><bookmark_value>formatavimas;numatytųjų požymių keitimas</bookmark_value><bookmark_value>numatytosios nuostatos;numatytojo formato keitimas</bookmark_value><bookmark_value>keitimas;numatytasis formatas</bookmark_value>" +#. WndEQ #: attributes.xhp msgctxt "" "attributes.xhp\n" "hd_id3145792\n" "help.text" msgid "<variable id=\"attributes\"><link href=\"text/smath/guide/attributes.xhp\" name=\"Changing Default Attributes\">Changing Default Attributes</link></variable>" -msgstr "" +msgstr "<variable id=\"attributes\"><link href=\"text/smath/guide/attributes.xhp\" name=\"Changing Default Attributes\">Numatytųjų požymių keitimas</link></variable>" +#. gAHnh #: attributes.xhp msgctxt "" "attributes.xhp\n" "hd_id3154484\n" "help.text" msgid "Can default formats in $[officename] Math be modified?" -msgstr "" +msgstr "A galima pakeisti numatytąjį formatavimą „$[officename]“ formulių rengyklėje?" +#. k9ADA #: attributes.xhp msgctxt "" "attributes.xhp\n" "par_id3148870\n" "help.text" msgid "Some parts of formulas are always formatted bold or italic by default." -msgstr "" +msgstr "Kai kurios formulių dalys visuomet rašomos pusjuodžiu šriftu arba kursyvu." +#. 7A7Vi #: attributes.xhp msgctxt "" "attributes.xhp\n" "par_id3150210\n" "help.text" msgid "You can remove these attributes using \"nbold\" and \"nitalic\". Example:" -msgstr "" +msgstr "Šiuos požymius galima pakeisti rezervuotais žodžiais „nbold“ ir „nitalic“. Pavyzdžiui:" +#. MCJxc #: attributes.xhp msgctxt "" "attributes.xhp\n" "par_id3149872\n" "help.text" msgid "In the second formula, the a is not italic. The b is bold. You cannot change the plus sign by this method." -msgstr "" +msgstr "Antrojoje formulėje raidė „a“ nebus rašoma kursyvu, o raidė „b“ bus pusjuodė. Pliuso ženklo požymių tokiu būdu pakeisti negalima." +#. oPuAE #: brackets.xhp msgctxt "" "brackets.xhp\n" "tit\n" "help.text" msgid "Merging Formula Parts in Brackets" -msgstr "" +msgstr "Formulių dalių jungimas skliaustais" +#. bDPkX #: brackets.xhp msgctxt "" "brackets.xhp\n" "bm_id3152596\n" "help.text" msgid "<bookmark_value>brackets; merging formula parts</bookmark_value><bookmark_value>formula parts; merging</bookmark_value><bookmark_value>fractions in formulas</bookmark_value><bookmark_value>merging;formula parts</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>skliaustai; formulių dalių jungimas</bookmark_value><bookmark_value>formulių dalys; jungimas</bookmark_value><bookmark_value>trupmenos formulėse</bookmark_value><bookmark_value>jungimas;formulių dalys</bookmark_value>" +#. J7BeM #: brackets.xhp msgctxt "" "brackets.xhp\n" "hd_id3152596\n" "help.text" msgid "<variable id=\"brackets\"><link href=\"text/smath/guide/brackets.xhp\" name=\"Merging Formula Parts in Brackets\">Merging Formula Parts in Brackets</link></variable>" -msgstr "" +msgstr "<variable id=\"brackets\"><link href=\"text/smath/guide/brackets.xhp\" name=\"Merging Formula Parts in Brackets\">Formulių dalių jungimas skliaustais</link></variable>" +#. z6zop #: brackets.xhp msgctxt "" "brackets.xhp\n" "hd_id3154511\n" "help.text" msgid "Inserting fractions into formulas" -msgstr "" +msgstr "Trupmenų įterpimas į formules" +#. jPtfJ #: brackets.xhp msgctxt "" "brackets.xhp\n" "par_id3146971\n" "help.text" msgid "In the case of a fraction whose numerator and denominator consist of a product, a sum, and so on, the values that belong together must be bracketed together." -msgstr "" +msgstr "Kai trupmenos skaitiklis arba vardiklis yra sandaugos, sumos ar kitoks reiškinys, visus kartu rašytinus ženklus ir reikšmes reikia apskliausti." +#. 4bWFt #: brackets.xhp msgctxt "" "brackets.xhp\n" "par_id3149021\n" "help.text" msgid "Use the following syntax:" -msgstr "" +msgstr "Naudokite tokią trupmenų sintaksę:" +#. FX6mw #: brackets.xhp msgctxt "" "brackets.xhp\n" "par_id3154703\n" "help.text" msgid "or" -msgstr "" +msgstr "arba" +#. 3UYoM #: comment.xhp msgctxt "" "comment.xhp\n" "tit\n" "help.text" msgid "Entering Comments" -msgstr "" +msgstr "Komentarų įterpimas" +#. EpAyX #: comment.xhp msgctxt "" "comment.xhp\n" "bm_id3155961\n" "help.text" msgid "<bookmark_value>comments; entering in $[officename] Math</bookmark_value><bookmark_value>inserting;comments in $[officename] Math</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>komentarai; įterpimas $[officename] formulių rengyklėje</bookmark_value><bookmark_value>įterpimas;komentarai $[officename] formulių rengyklėje</bookmark_value>" +#. RB5xU #: comment.xhp msgctxt "" "comment.xhp\n" "hd_id3155961\n" "help.text" msgid "<variable id=\"comment\"><link href=\"text/smath/guide/comment.xhp\" name=\"Entering Comments\">Entering Comments</link></variable>" -msgstr "" +msgstr "<variable id=\"comment\"><link href=\"text/smath/guide/comment.xhp\" name=\"Komentarų įterpimas\">Komentarų įterpimas</link></variable>" +#. CA8hE #: comment.xhp msgctxt "" "comment.xhp\n" "hd_id3154657\n" "help.text" msgid "How does one attach comments that don't appear in the document to a formula?" -msgstr "" +msgstr "Kaip formulėje įterpti komentarus, kurių nesimatytų dokumente?" +#. sj3Gt #: comment.xhp msgctxt "" "comment.xhp\n" "par_id3149499\n" "help.text" msgid "A comment begins with a double percent sign <emph>%%</emph>, and extends to the next line-end character (Enter key). Everything that lies in between is ignored and is not printed out. If there are percent signs in the text, they are treated as part of the text." -msgstr "" +msgstr "Komentaras pradedamas dviem procento ženklais <emph>%%</emph> ir tęsiasi iki eilutės pabaigos (kai paspaudžiamas įvedimo klavišas). Visas tekstas tarp dviejų procentų ženklų ir eilutės pabaigos nebus rodomas dokumente ar spausdinamas. Jei procento ženklas pasitaikys formulės tekste, jis bus laikomas teksto dalimi." +#. 27yBP #: comment.xhp msgctxt "" "comment.xhp\n" "par_idN105D0\n" "help.text" msgid "Example:" -msgstr "" +msgstr "Pavyzdys:" +#. CMAYs #: comment.xhp msgctxt "" "comment.xhp\n" "par_idN105D3\n" "help.text" msgid "a^2+b^2=c^2 %% Pythagorean theorem." -msgstr "" +msgstr "a^2+b^2=c^2 %% Pitagoro teorema." +#. PZSB7 #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Shortcuts ($[officename] Math Accessibility)" msgstr "" +#. rsGdv #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<bookmark_value>accessibility; $[officename] Math shortcuts</bookmark_value>" msgstr "" +#. 4zHFd #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<variable id=\"keyboard\"><link href=\"text/smath/guide/keyboard.xhp\" name=\"Shortcuts ($[officename] Math Accessibility)\">Shortcuts ($[officename] Math Accessibility)</link></variable>" msgstr "" +#. ZkpGA #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "You can control $[officename] Math without a mouse." msgstr "" +#. dNEFC #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "Inserting a Formula Directly" msgstr "" +#. 3ztDF #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "If you want to insert a formula into a text document, and you already know the correct writing, you can proceed as follows:" msgstr "" +#. qoVM4 #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "Write the formula into your text" msgstr "" +#. dmJc9 #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "Select the formula" msgstr "" +#. bN6uQ #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "Choose the command <emph>Insert - Object - Formula</emph>." msgstr "" +#. aowxC #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "Inserting a Formula using a Window" msgstr "" +#. Tqx4F #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "If you want to use the $[officename] Math interface to edit a formula, choose the command <emph>Insert - Object - Formula</emph> without any text selected." msgstr "" +#. sEBBM #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "The cursor waits in the Commands window and you can type the formula." msgstr "" +#. rvzhp #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "You can compose formulas using the Elements pane. Open it with the menu <emph>View - Elements</emph> if it is not already open." msgstr "" +#. tfpCC #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "If the Elements pane is open, use F6 to switch from the Commands window to the Elements pane and back." msgstr "" +#. PxwLi #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "Elements pane" msgstr "" +#. iKfcF #: limits.xhp msgctxt "" "limits.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "Working with Limits" msgstr "" +#. 6WSEC #: limits.xhp msgctxt "" "limits.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "<bookmark_value>limits;in sums/integrals</bookmark_value><bookmark_value>integral limits</bookmark_value>" msgstr "" +#. jCWYY #: limits.xhp msgctxt "" "limits.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "<variable id=\"limits\"><link href=\"text/smath/guide/limits.xhp\">Working with Limits</link></variable>" msgstr "" +#. Gtt8e #: limits.xhp msgctxt "" "limits.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "How can I define the limits in a Sum or Integral formula?" msgstr "" +#. kFrLC #: limits.xhp msgctxt "" "limits.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "You want to insert a summation formula like \"summation of s^k from k = 0 to n\" at the cursor in a Writer text document." msgstr "" +#. 5oKcr #: limits.xhp msgctxt "" "limits.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "Choose <item type=\"menuitem\">Insert - Object - Formula</item>." msgstr "" +#. qAFch #: limits.xhp msgctxt "" "limits.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "You see the Math input window and the Elements pane on the left." msgstr "" +#. DZW2c #: limits.xhp msgctxt "" "limits.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "From the list on the upper part of the Elements pane, select the <emph>Operators</emph> item." msgstr "" +#. r8sVG #: limits.xhp msgctxt "" "limits.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "In the lower part of the Elements pane, click the <emph>Sum</emph> icon." msgstr "" +#. erGA9 #: limits.xhp msgctxt "" "limits.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "To enable lower and upper limits, click additionally the <emph>Upper and Lower Limits</emph> icon." msgstr "" +#. YxM8C #: limits.xhp msgctxt "" "limits.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "In the input window, the first placeholder or marker is selected, and you can start to enter the lower limit:" msgstr "" +#. szLNG #: limits.xhp msgctxt "" "limits.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "Press F4 to advance to the next marker, and enter the upper limit:" msgstr "" +#. Wh4vB #: limits.xhp msgctxt "" "limits.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "Press F4 to advance to the next marker, and enter the summand:" msgstr "" +#. dJvvn #: limits.xhp msgctxt "" "limits.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "Now the formula is complete. Click into your text document outside the formula to leave the formula editor." msgstr "" +#. bFFkA #: limits.xhp msgctxt "" "limits.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements pane, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window." msgstr "" +#. q8yAH #: limits.xhp msgctxt "" "limits.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "Choose <item type=\"menuitem\">Insert - Object - Formula</item>." msgstr "" +#. VAoyi #: limits.xhp msgctxt "" "limits.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "Click in the input window and enter the following line:" msgstr "" +#. 7rRJW #: limits.xhp msgctxt "" "limits.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements pane: select the <emph>Formats</emph> item from the list on the top, then the <emph>Small Gap</emph> icon." msgstr "" +#. FSWqq #: limits.xhp msgctxt "" "limits.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "If you don't like the font of the letters f and x, choose <item type=\"menuitem\">Format - Fonts</item> and select other fonts. Click the <emph>Default</emph> button to use the new fonts as default from now on." msgstr "" +#. KBUXj #: limits.xhp msgctxt "" "limits.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "If you need the formula within a line of text, the limits increase the line height. You can choose <item type=\"menuitem\">Format - Text Mode</item> to place the limits besides the Sum or Integral symbol, which reduces the line height." msgstr "" +#. FMfHG #: limits.xhp msgctxt "" "limits.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "<link href=\"text/smath/01/03090909.xhp\">Example of Integral and Sum ranges</link>" msgstr "" +#. tfPe4 #: main.xhp msgctxt "" "main.xhp\n" @@ -544,6 +610,7 @@ msgctxt "" msgid "Instructions for Using $[officename] Math" msgstr "" +#. FfhxL #: main.xhp msgctxt "" "main.xhp\n" @@ -552,6 +619,7 @@ msgctxt "" msgid "<bookmark_value>$[officename] Math;general instructions</bookmark_value><bookmark_value>instructions; $[officename] Math</bookmark_value><bookmark_value>Equation Editor, see $[officename] Math</bookmark_value>" msgstr "" +#. DyNdG #: main.xhp msgctxt "" "main.xhp\n" @@ -560,6 +628,7 @@ msgctxt "" msgid "<variable id=\"main\"><link href=\"text/smath/guide/main.xhp\" name=\"Instructions for Using $[officename] Math\">Instructions for Using $[officename] Math</link></variable>" msgstr "" +#. ArDuV #: main.xhp msgctxt "" "main.xhp\n" @@ -568,6 +637,7 @@ msgctxt "" msgid "Entering and Editing Formulas" msgstr "" +#. 74qEh #: newline.xhp msgctxt "" "newline.xhp\n" @@ -576,6 +646,7 @@ msgctxt "" msgid "Entering Line Breaks" msgstr "" +#. S8pTx #: newline.xhp msgctxt "" "newline.xhp\n" @@ -584,6 +655,7 @@ msgctxt "" msgid "<bookmark_value>line breaks; in formulas</bookmark_value><bookmark_value>formulas;line breaks</bookmark_value><bookmark_value>wrapping text;in formulas</bookmark_value>" msgstr "" +#. Uaq5F #: newline.xhp msgctxt "" "newline.xhp\n" @@ -592,6 +664,7 @@ msgctxt "" msgid "<variable id=\"newline\"><link href=\"text/smath/guide/newline.xhp\" name=\"Entering Line Breaks\">Entering Line Breaks</link></variable>" msgstr "" +#. gLLUF #: newline.xhp msgctxt "" "newline.xhp\n" @@ -600,6 +673,7 @@ msgctxt "" msgid "How to write formulas in $[officename] Math over two lines (with manual line break):" msgstr "" +#. hYDBe #: newline.xhp msgctxt "" "newline.xhp\n" @@ -608,6 +682,7 @@ msgctxt "" msgid "Create a line break by using the \"newline\" command. Everything coming after the line break is placed on the next line." msgstr "" +#. fhtKa #: parentheses.xhp msgctxt "" "parentheses.xhp\n" @@ -616,6 +691,7 @@ msgctxt "" msgid "Inserting Brackets" msgstr "" +#. CeDFE #: parentheses.xhp msgctxt "" "parentheses.xhp\n" @@ -624,6 +700,7 @@ msgctxt "" msgid "<bookmark_value>brackets; inserting in %PRODUCTNAME Math</bookmark_value><bookmark_value>inserting;brackets</bookmark_value><bookmark_value>distances between brackets</bookmark_value>" msgstr "" +#. XkEUk #: parentheses.xhp msgctxt "" "parentheses.xhp\n" @@ -632,6 +709,7 @@ msgctxt "" msgid "<variable id=\"parentheses\"><link href=\"text/smath/guide/parentheses.xhp\" name=\"Inserting Brackets\">Inserting Brackets</link></variable>" msgstr "" +#. cAGdF #: parentheses.xhp msgctxt "" "parentheses.xhp\n" @@ -640,6 +718,7 @@ msgctxt "" msgid "In <item type=\"productname\">%PRODUCTNAME</item> Math, can brackets be shown separately so that the distance between them is freely definable?" msgstr "" +#. L2fFP #: parentheses.xhp msgctxt "" "parentheses.xhp\n" @@ -648,6 +727,7 @@ msgctxt "" msgid "You can set individual brackets using \"left\" and \"right\", but the distance between the brackets will not be fixed, as they adapt to the argument. Nevertheless, there is a way to display brackets so that the distance between them is fixed. To accomplish this, place a \"\\\" (backslash) before the normal brackets. These brackets now behave like any other symbol and the alignment is the same as with other symbols:" msgstr "" +#. AECF4 #: text.xhp msgctxt "" "text.xhp\n" @@ -656,6 +736,7 @@ msgctxt "" msgid "Entering Text" msgstr "" +#. FGbj6 #: text.xhp msgctxt "" "text.xhp\n" @@ -664,6 +745,7 @@ msgctxt "" msgid "<bookmark_value>text strings; entering in $[officename] Math</bookmark_value><bookmark_value>direct text; entering in $[officename] Math</bookmark_value><bookmark_value>inserting;text in $[officename] Math</bookmark_value>" msgstr "" +#. XRDUC #: text.xhp msgctxt "" "text.xhp\n" @@ -672,6 +754,7 @@ msgctxt "" msgid "<variable id=\"text\"><link href=\"text/smath/guide/text.xhp\" name=\"Entering Text\">Entering Text</link></variable>" msgstr "" +#. FGjG4 #: text.xhp msgctxt "" "text.xhp\n" @@ -680,6 +763,7 @@ msgctxt "" msgid "How to enter direct text strings that do not get interpreted?" msgstr "" +#. 8AWkB #: text.xhp msgctxt "" "text.xhp\n" @@ -688,6 +772,7 @@ msgctxt "" msgid "Some text strings get interpreted as operators automatically. Sometimes this is not what you want. If you want to write W<emph>*</emph> (a letter with a superscripted asterisk), the asterisk will be interpreted as a multiplication operator. Enclose the direct text within double quotes or add spaceholders." msgstr "" +#. HCpMB #: text.xhp msgctxt "" "text.xhp\n" @@ -696,6 +781,7 @@ msgctxt "" msgid "Examples:" msgstr "" +#. aKbTy #: text.xhp msgctxt "" "text.xhp\n" @@ -704,6 +790,7 @@ msgctxt "" msgid "An imported MathType formula contains the following string" msgstr "" +#. pgDrE #: text.xhp msgctxt "" "text.xhp\n" @@ -712,6 +799,7 @@ msgctxt "" msgid "If you have set up Math to convert imported MathType formulas (in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - Microsoft Office), you see the formula with a placeholder instead of the asterisk." msgstr "" +#. VXaga #: text.xhp msgctxt "" "text.xhp\n" @@ -720,6 +808,7 @@ msgctxt "" msgid "Change {*} to {} * {} as in the following formula:" msgstr "" +#. HGq8j #: text.xhp msgctxt "" "text.xhp\n" @@ -728,6 +817,7 @@ msgctxt "" msgid "You can also use W^\"*\" to enter the character as direct text." msgstr "" +#. qELLZ #: text.xhp msgctxt "" "text.xhp\n" diff --git a/source/lt/helpcontent2/source/text/swriter.po b/source/lt/helpcontent2/source/text/swriter.po index 47f3ec01ae2..8cd1695ba45 100644 --- a/source/lt/helpcontent2/source/text/swriter.po +++ b/source/lt/helpcontent2/source/text/swriter.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-08-21 21:37+0200\n" -"PO-Revision-Date: 2019-09-23 16:22+0000\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" "Language: 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: LibreOffice\n" +"X-Generator: Weblate 3.8\n" "X-POOTLE-MTIME: 1540153534.000000\n" #. P7iNX @@ -563,7 +563,7 @@ msgctxt "" "hd_id3149183\n" "help.text" msgid "Help about the Help" -msgstr "" +msgstr "Pagalba apie „Pagalba„" #. aFUnY #: main0100.xhp @@ -896,7 +896,7 @@ msgctxt "" "hd_id03302017034826145\n" "help.text" msgid "Track Changes" -msgstr "" +msgstr "Taisymų sekimas" #. 95G2n #: main0103.xhp @@ -905,7 +905,7 @@ msgctxt "" "hd_id102720150908397549\n" "help.text" msgid "<link href=\"text/shared/01/gallery.xhp\">Gallery</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/gallery.xhp\">Galerija</link>" #. NEqPZ #: main0103.xhp @@ -1184,7 +1184,7 @@ msgctxt "" "hd_id3149965\n" "help.text" msgid "<link href=\"text/swriter/01/06060000.xhp\" name=\"Chapter Numbering\">Chapter Numbering</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/06060000.xhp\" name=\"Chapter Numbering\">Skyrių numeravimas</link>" #. QQbkx #: main0106.xhp @@ -1292,7 +1292,7 @@ msgctxt "" "par_idN105B5\n" "help.text" msgid "<link href=\"text/swriter/01/04150000.xhp\">Insert Table</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/04150000.xhp\">Lentelės įterpimas</link>" #. YCMVU #: main0110.xhp @@ -1373,7 +1373,7 @@ msgctxt "" "par_idN1060A\n" "help.text" msgid "<ahelp hid=\".\">Deletes the current table.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pašalina dabartinę lentelę.</ahelp>" #. TdA3g #: main0110.xhp @@ -1490,7 +1490,7 @@ msgctxt "" "par_idN10638\n" "help.text" msgid "<ahelp hid=\".\">Selects the current cell.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Pasirenka dabartinį langelį.</ahelp>" #. ChNkP #: main0110.xhp @@ -1526,7 +1526,7 @@ msgctxt "" "par_idN105FB\n" "help.text" msgid "Autofit" -msgstr "" +msgstr "Automatinis priderinimas" #. kw7tN #: main0110.xhp @@ -1607,7 +1607,7 @@ msgctxt "" "par_idN1071D\n" "help.text" msgid "Break Across Pages" -msgstr "" +msgstr "Lūžis puslapiuose" #. hCuCp #: main0110.xhp @@ -1616,7 +1616,7 @@ msgctxt "" "par_idN10720\n" "help.text" msgid "Allows a page break within the current row." -msgstr "" +msgstr "Leidžia puslapio lūžį dabartinėje eilutėje." #. JAcVx #: main0110.xhp @@ -1625,7 +1625,7 @@ msgctxt "" "par_idN105FF\n" "help.text" msgid "Repeat Heading Rows" -msgstr "" +msgstr "Kartoti antraštės eilutes" #. JgUrF #: main0110.xhp @@ -1634,7 +1634,7 @@ msgctxt "" "par_idN1072D\n" "help.text" msgid "<ahelp hid=\".\">Repeats the table headers on subsequent pages if the table spans one or more pages.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Kartoja lentelės antraštes tolimesniuose puslapiuose, jeigu lentelė apima vieną ar daugiau puslapių.</ahelp>" #. kwKdS #: main0110.xhp @@ -1724,7 +1724,7 @@ msgctxt "" "par_idN107AC\n" "help.text" msgid "Opens <link href=\"text/shared/optionen/01040500.xhp\">a dialog</link> where you can specify the format of numbers in the table." -msgstr "" +msgstr "Atveria <link href=\"text/shared/optionen/01040500.xhp\">dialogo langą</link> kur galite nurodyti skaičių formatą lentelėje." #. 9GBWo #: main0110.xhp @@ -1760,7 +1760,7 @@ msgctxt "" "par_idN10563\n" "help.text" msgid "<ahelp hid=\".\">Contains commands to apply, create, edit, update, load, and manage <link href=\"text/swriter/01/05130000.xhp\" name=\"styles\">styles</link> in a text document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Apima komandas pritaikyti, sukurti, taisyti, atnaujinti, įkelti ir tvarkyti <link href=\"text/swriter/01/05130000.xhp\" name=\"styles\">stiliai</link> teksto dokumente.</ahelp>" #. gsPnE #: main0115.xhp @@ -1769,7 +1769,7 @@ msgctxt "" "hd_id121529878513674\n" "help.text" msgid "Text styles entries" -msgstr "" +msgstr "Teksto stilių įrašai" #. DEUQy #: main0115.xhp @@ -1778,7 +1778,7 @@ msgctxt "" "par_id411529878520742\n" "help.text" msgid "The entries includes most common paragraph, character and list styles. Click on the style to apply." -msgstr "" +msgstr "Įrašai įtraukia dažniausius pastraipos, rašmens ir sąrašo stilius. Spustelėkite ant stiliaus, kad pritaikytumėte." #. foqCF #: main0115.xhp @@ -1787,7 +1787,7 @@ msgctxt "" "par_id451529878529005\n" "help.text" msgid "You can customize the list of styles entries using menu <link href=\"text/shared/01/06140100.xhp\" name=\"customize menu\"><emph>Tools - Customize</emph></link>. Because custom styles belongs to the actual document, remember to store the customized menu in the document scope." -msgstr "" +msgstr "Naudodamiesi meniu galite pritaikyti stilių sąrašo įrašus <link href=\"text/shared/01/06140100.xhp\" name=\"customize menu\"><emph> Priemonės – Pritaikyti</emph></link>. Pasirinktiniai stiliai priklauso dokumentui, tik nepamirškite saugoti pasirinktinį meniu dokumento apimtyje." #. 7kWCz #: main0115.xhp @@ -1796,7 +1796,7 @@ msgctxt "" "hd_id991529881414793\n" "help.text" msgid "Edit Style" -msgstr "" +msgstr "Taisyti stilių" #. yrGy9 #: main0115.xhp @@ -1805,7 +1805,7 @@ msgctxt "" "par_id111529881420452\n" "help.text" msgid "Opens the Paragraph Style dialog box of the current paragraph." -msgstr "" +msgstr "Atveria dabartinės pastraipos stiliaus dialogo langą." #. XE62N #: main0115.xhp @@ -1814,7 +1814,7 @@ msgctxt "" "hd_id111529881431158\n" "help.text" msgid "Update Style" -msgstr "" +msgstr "Atnaujinti stilių" #. 5mGuj #: main0115.xhp @@ -1823,7 +1823,7 @@ msgctxt "" "par_id971529881437377\n" "help.text" msgid "Update the paragraph style with the <link href=\"text/shared/00/00000005.xhp#Section7\" name=\"direct formatting\">direct formatting</link> applied to the current paragraph." -msgstr "" +msgstr "Atnaujinti pastraipos stilių su <link href=\"text/shared/00/00000005.xhp#Section7\" name=\"direct formatting\"> formatavimu</link> pritaikytu darbatinei pastraipai." #. vNA8P #: main0115.xhp @@ -1832,7 +1832,7 @@ msgctxt "" "hd_id191529881446409\n" "help.text" msgid "New style" -msgstr "" +msgstr "Naujas stilius" #. gYvit #: main0115.xhp @@ -1841,7 +1841,7 @@ msgctxt "" "par_id331529881457275\n" "help.text" msgid "Adds a paragraph style with the settings of the current selection. You will be prompted to enter the style name." -msgstr "" +msgstr "Prideda pastraipos stilių su dabartinio pasirinkimo nuostatomis. Būsite užklaustas įvesti stiliaus pavadinimą." #. w4f6q #: main0115.xhp @@ -1850,7 +1850,7 @@ msgctxt "" "hd_id351529881470044\n" "help.text" msgid "Load Styles" -msgstr "" +msgstr "Įkelti stilius" #. gfThj #: main0115.xhp @@ -1859,7 +1859,7 @@ msgctxt "" "par_id551529883682302\n" "help.text" msgid "<link href=\"text/swriter/guide/load_styles.xhp\" name=\"import style\">Import styles</link> from another document or template into the current document." -msgstr "" +msgstr "<link href=\"text/swriter/guide/load_styles.xhp\" name=\"import style\">Stilių importavimas</link> iš kito dokumento ar šablono į dabartinį dokumentą." #. Fec4Z #: main0115.xhp @@ -1868,7 +1868,7 @@ msgctxt "" "hd_id361529881482828\n" "help.text" msgid "Manage Styles" -msgstr "" +msgstr "Tvarkyti stilius" #. FoCBE #: main0115.xhp @@ -1877,7 +1877,7 @@ msgctxt "" "par_id901529883673111\n" "help.text" msgid "Opens the <link href=\"text/swriter/01/05140000.xhp\" name=\"linkname\">Styles deck</link> in the sidebar." -msgstr "" +msgstr "Atveria <link href=\"text/swriter/01/05140000.xhp\" name=\"linkname\">Stilius</link> šoniniam skydelyje." #. VmXct #: main0120.xhp @@ -1886,7 +1886,7 @@ msgctxt "" "tit\n" "help.text" msgid "Form Menu" -msgstr "" +msgstr "Forma" #. CdBAU #: main0120.xhp @@ -1895,7 +1895,7 @@ msgctxt "" "hd_id111529755027117\n" "help.text" msgid "<link href=\"text/swriter/main0120.xhp\" name=\"Form menu\">Form</link>" -msgstr "" +msgstr "<link href=\"text/swriter/main0120.xhp\" name=\"Form menu\">Forma</link>" #. LQF4M #: main0120.xhp @@ -1904,7 +1904,7 @@ msgctxt "" "par_id991529755027118\n" "help.text" msgid "<variable id=\"variable name\"><ahelp hid=\"hid path or command\">Contains commands for activate form design mode, open control wizards and insert form controls in your text document.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"variable name\"><ahelp hid=\"hid path or command\">Apima komandas projektavimo veiksenos formatavimo aktyvavimui, atveria valdiklių vediklius ir įterpia formatavimo valdiklius į teksto dokumentą.</ahelp></variable>" #. AdXBE #: main0120.xhp @@ -1913,7 +1913,7 @@ msgctxt "" "hd_id551529758534136\n" "help.text" msgid "Design Mode" -msgstr "" +msgstr "Projektavimo veiksena" #. BFekR #: main0120.xhp @@ -1922,7 +1922,7 @@ msgctxt "" "par_id791529758540932\n" "help.text" msgid "Enable or disable form design mode." -msgstr "" +msgstr "Įgalina arba išjungia projektavimo veikseną formatavimui." #. g2jWn #: main0120.xhp @@ -1931,7 +1931,7 @@ msgctxt "" "hd_id121529758546072\n" "help.text" msgid "Control Wizards" -msgstr "" +msgstr "Valdiklių vedikliai" #. 8G87B #: main0120.xhp @@ -1940,7 +1940,7 @@ msgctxt "" "par_id271529758552229\n" "help.text" msgid "Enable or disable control wizards." -msgstr "" +msgstr "Įgalina arba išjungia valdiklių vediklius." #. CoDTS #: main0120.xhp @@ -1949,7 +1949,7 @@ msgctxt "" "hd_id571529784049416\n" "help.text" msgid "More fields" -msgstr "" +msgstr "Daugiau laukų" #. cQUuS #: main0120.xhp @@ -1958,7 +1958,7 @@ msgctxt "" "par_id951529784060420\n" "help.text" msgid "Date, time, numerical, currency and pattern form fields." -msgstr "" +msgstr "Data, laikas, skaitvardžiai, valiuta ir raštas suformuoja laukus." #. cFn9D #: main0120.xhp @@ -1967,7 +1967,7 @@ msgctxt "" "hd_id811529763403256\n" "help.text" msgid "Automatic Control Focus" -msgstr "" +msgstr "Automatinė valdiklio vieta" #. SKPin #: main0120.xhp @@ -1976,7 +1976,7 @@ msgctxt "" "par_id281529763411414\n" "help.text" msgid "Enable or disable Automatic Control Focus" -msgstr "" +msgstr "Įgalina arba išjungia automatinę valdiklio vietą" #. 5DRv5 #: main0200.xhp @@ -2030,7 +2030,7 @@ msgctxt "" "par_id3147762\n" "help.text" msgid "The Formatting bar contains several text formatting functions." -msgstr "" +msgstr "Formatavimo juosta apima keletą teksto formatavimo funkcijų." #. FUzck #: main0202.xhp @@ -2048,7 +2048,7 @@ msgctxt "" "hd_id3149887\n" "help.text" msgid "Additional icons" -msgstr "" +msgstr "Papildomos piktogramos" #. 9gZ3B #: main0202.xhp @@ -2903,7 +2903,7 @@ msgctxt "" "par_id3147239\n" "help.text" msgid "$[officename] offers a wide variety of options to design documents. Use the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles window</link> to create, assign and modify styles for paragraphs, individual characters, frames and pages. In addition, the <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link> helps you to quickly move around inside your documents, lets you look at your document in an outline view, and keeps track of the objects that you have inserted into your document." -msgstr "" +msgstr "$[officename] siūlo plačią parinkčių įvairovę dokumentų projektavimui. Naudokites <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Stiliai langu</link> kurti, priskirti ir keisti pastraipų stilius, atskirus rašmenis, kadrus ir puslapius. Be to <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Žvlagiklis</link> padeda greitai naršyti dokumentus, leidžia peržiūrėti dokumentą struktūiškai ir išsaugo objektų pataisų istoriją, kuriuos įterpėte į dokumentą." #. 8ydGS #: main0503.xhp @@ -3002,7 +3002,7 @@ msgctxt "" "par_id3155098\n" "help.text" msgid "The program interface is designed so that you can configure it according to your preferences, including customizing icons and menus. You can position various program windows, such as the Styles window or the Navigator as floating windows anywhere on the screen. You can also <link href=\"text/shared/guide/autohide.xhp\" name=\"dock\">dock</link> some windows to the edge of the workspace." -msgstr "" +msgstr "Programos sąsaja yra suprojektuota taip, kad galėtume ją sukonfigūruoti pagal savo nuostatas, įterpiant adaptuotas piktogramas ir meniu. Galite keisti skirtingų programos langų padėtį bet kur ekrane, tokių kaip stilių langas ar žvalgiklio kaip slankiojo lango. Galite taip pat <link href=\"text/shared/guide/autohide.xhp\" name=\"dock\">Įtvirinti</link> kai kuriuos langus į darbinės veiksenos kraštą." #. AApwS #: main0503.xhp @@ -3039,4 +3039,3 @@ msgctxt "" "help.text" msgid "You can use the <link href=\"text/shared/05/00000110.xhp\" name=\"Help system\">Help system</link> as a complete reference for $[officename] applications, including <link href=\"text/swriter/guide/main.xhp\" name=\"instructions\">instructions</link> for simple and complex tasks." msgstr "Programoje yra išsamus <link href=\"text/shared/05/00000110.xhp\" name=\"žinynas\">žinynas</link>, kuriame pateikiama informacija apie „$[officename]“ programos elementus, o taip pat daugybė <link href=\"text/swriter/guide/main.xhp\" name=\"instrukcijos\">instrukcijų</link> tiek paprastoms, tiek sudėtingoms užduotims atlikti." - diff --git a/source/lt/helpcontent2/source/text/swriter/00.po b/source/lt/helpcontent2/source/text/swriter/00.po index 582f2acd5c8..5ffecd1c5e9 100644 --- a/source/lt/helpcontent2/source/text/swriter/00.po +++ b/source/lt/helpcontent2/source/text/swriter/00.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: 2019-01-12 13:18+0100\n" -"PO-Revision-Date: 2019-08-20 20:14+0000\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" +"PO-Revision-Date: 2019-11-05 12:01+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Lithuanian <https://vm137.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 ? 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: Pootle 2.8\n" +"X-Generator: Weblate 3.8\n" "X-POOTLE-MTIME: 1566332050.000000\n" +#. E9tti #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "To access this function..." msgstr "Jei norite tai atlikti…" +#. GQ8bd #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<variable id=\"wie\">To access this function...</variable>" msgstr "<variable id=\"wie\">Jei norite tai atlikti…</variable>" +#. 3N95t #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<image src=\"cmd/sc_wrapoff.png\" id=\"img_id3145389\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145389\">Wrap Off Icon</alt></image>" msgstr "<image src=\"cmd/sc_wrapoff.png\" id=\"img_id3145389\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145389\">Piktogramos laužymas išjungtas</alt></image>" +#. nv7mD #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "Wrap Off" msgstr "Teksto laužymas išjungtas" +#. Q8zEm #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "<image src=\"cmd/sc_wrapon.png\" id=\"img_id3149048\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149048\">Wrap On Icon</alt></image>" msgstr "<image src=\"cmd/sc_wrapon.png\" id=\"img_id3149048\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149048\">Piktogramos laužymas įjungtas</alt></image>" +#. nC6WC #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Wrap On" msgstr "Teksto laužymas įjungtas" +#. qAnaB #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "<image src=\"cmd/sc_wrapthrough.png\" id=\"img_id3152999\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Wrap Through Icon</alt></image>" msgstr "<image src=\"cmd/sc_wrapthrough.png\" id=\"img_id3152999\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Piktograma virš teksto</alt></image>" +#. uVsbJ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "Wrap Through" msgstr "Piktograma virš teksto" +#. d3MtU #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "<image src=\"res/sc06301.png\" id=\"img_id3149026\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149026\">Jump to Previous Script Icon</alt></image>" msgstr "<image src=\"res/sc06301.png\" id=\"img_id3149026\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149026\">peršokti į ankstesnę piktogramą</alt></image>" +#. AHLxL #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Jump to Previous Script" msgstr "Peršokti į ankstesnį skriptą" +#. Ph3Fs #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "<image src=\"res/sc06300.png\" id=\"img_id3151272\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151272\"> Jump to Next Script Icon</alt></image>" msgstr "<image src=\"res/sc06300.png\" id=\"img_id3151272\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151272\">Peršokti į sekančią skripto piktogramą</alt></image>" +#. aewGi #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "Jump to Next Script" msgstr "Peršokti į kitą skriptą" +#. X5cDM #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "File Menu" msgstr "Failų Meniu" +#. 5oEzK #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "File Menu" msgstr "Failų Meniu" +#. q82FL #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "<variable id=\"exportdoc\">Menu <emph>File - Export</emph></variable>" msgstr "<variable id=\"exportdoc\">Pasirinkite <emph>Failas → Eksportuoti</emph></variable>" +#. 3vEGM #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "<variable id=\"sendenstarimpress\">Choose <emph>File - Send - Outline to Presentation</emph></variable>" msgstr "<variable id=\"sendenstarimpress\">Pasirinkite <emph>Failas → Siųsti → Antraštes į pateiktį</emph></variable>" +#. FDUyb #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -152,14 +169,16 @@ msgctxt "" msgid "<variable id=\"sendenclipboard\">Choose <emph>File - Send - Outline to Clipboard</emph></variable>" msgstr "<variable id=\"sendenclipboard\">Pasirinkti <emph>Failas → Siųsti → Antraštes į iškarpinę</emph></variable>" +#. CmJgA #: 00000401.xhp msgctxt "" "00000401.xhp\n" "par_id3146962\n" "help.text" msgid "<variable id=\"sendenautoabstract\">Choose <emph>File - Send - Create AutoAbstract</emph></variable>" -msgstr "<variable id=\"sendenautoabstract\">Pasirinkite<emph>Failas → Siųsti → Sukurti savaiminę santrauką</emph></variable>" +msgstr "<variable id=\"sendenautoabstract\">Pasirinkite<emph>Failas → Siųsti → Kurti savaiminę santrauką</emph></variable>" +#. HoUBv #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -168,14 +187,16 @@ msgctxt "" msgid "<variable id=\"sendenpraeser\">Choose <emph>File - Send - AutoAbstract to Presentation</emph></variable>" msgstr "<variable id=\"sendenpraeser\">Pasirinkite <emph>Failas → Siųsti → Savaiminę santrauką į pateiktį</emph></variable>" +#. houmq #: 00000401.xhp msgctxt "" "00000401.xhp\n" "par_id3147404\n" "help.text" msgid "<variable id=\"html\">Choose <emph>File - Send - Create HTML Document</emph></variable>" -msgstr "<variable id=\"html\">Pasirinkite <emph>Failas → Siųsti → Kurti pagrindinį dokumentą</emph></variable>" +msgstr "<variable id=\"html\">Pasirinkite <emph>Failas → Siųsti → Paversti tinklalapiu</emph></variable>" +#. XX296 #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Insert at least one address database field into a text document, then start printing the document. Answer \"Yes\" to the question whether you want to print a form letter." msgstr "Į teksto dokumentą įterpkite bent vieną adresų duomenų bazės lauką, tada spausdinkite dokumentą. Į klausimą „Ar spausdinti laiško blanką?“ atsakykite „Taip“." +#. ByWBp #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "<image id=\"img_id3083452\" src=\"cmd/sc_mergedialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3083452\">Icon</alt></image>" msgstr "<image id=\"img_id3083452\" src=\"cmd/sc_mergedialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3083452\">Piktograma</alt></image>" +#. 3kcBU #: 00000401.xhp msgctxt "" "00000401.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "Mail Merge" msgstr "Laiškų komponavimas" +#. Cjh6J #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Edit Menu" msgstr "Meniu „Taisa“" +#. GRgvP #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "Edit Menu" msgstr "Meniu „Taisa“" +#. MxzoA #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "Choose <emph>Tools - AutoText</emph>" msgstr "Pasirinkite <emph>Priemonės → Autotekstas</emph>" +#. CuxBv #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Komanda </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3" +#. 6LT7E #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "On the Insert toolbar, click" msgstr "Spustelėti „Įterpimas“ mygtukų juostoje" +#. na7eb #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<image id=\"img_id3156418\" src=\"cmd/sc_editglossary.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3156418\">Icon</alt></image>" msgstr "<image id=\"img_id3156418\" src=\"cmd/sc_editglossary.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3156418\">piktograma</alt></image>" +#. kqPGC #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "AutoText" msgstr "Autotekstas" +#. F7ALF #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<variable id=\"datenaust\">Choose <emph>Edit - Exchange Database</emph></variable>" msgstr "<variable id=\"datenaust\">Pasirinkite <emph>Taisa → Keisti duomenų bazę</emph></variable>" +#. DXxuu #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>" msgstr "<variable id=\"feldbefehl\">Pasirinkite <emph>Taisa → Laukai</emph></variable>" +#. t2xAY #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "<variable id=\"fussnote\">Choose <emph>Edit - Footnotes</emph></variable>" msgstr "<variable id=\"fussnote\">Pasirinkite <emph>Taisa → Išnašos</emph></variable>" +#. AfaAC #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "Choose <emph>Edit - Reference - Index Entry...</emph>" msgstr "Pasirinkite <emph>Taisa → Nuoroda → Rodyklės Įrašas…</emph>" +#. bntq3 #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "Open context menu - choose <emph>Index Entry</emph>" msgstr "Atverkite kontekstinį meniu → pasirinkite <emph>Rodyklės įrašas</emph>" +#. gBkCT #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "<variable id=\"bereiche\">Choose <emph>Format - Sections</emph></variable>" msgstr "<variable id=\"bereiche\">Pasirinkite<emph>Formatas → Sekcijos</emph></variable>" +#. Y3Vug #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "<variable id=\"autotextum\">Choose <emph>Tools - AutoText - AutoText - Rename</emph></variable>" msgstr "<variable id=\"autotextum\">Pasirinkite<emph>Priemonės → Autotekstas → Pervadinti</emph></variable>" +#. B4EbE #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "<variable id=\"lit\">Choose <emph>Edit - Bibliography Entry</emph></variable>" msgstr "<variable id=\"lit\">Pasirinkite <emph>Taisa → Bibliografijos įrašas</emph></variable>" +#. qG3yF #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "<variable id=\"selection_mode\">Choose <emph>Edit - Selection Mode</emph></variable>" msgstr "<variable id=\"selection_mode\">Pasirinkite <emph>Taisa → Atrankos veiksena</emph></variable>" +#. DLEkm #: 00000402.xhp msgctxt "" "00000402.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "<variable id=\"direct_cursor\">Choose <emph>Edit - Direct Cursor Mode</emph></variable>" msgstr "<variable id=\"direct_cursor\">Pasirinkite <emph>Taisa → Rodančiojo žymeklio veiksena</emph></variable>" +#. cjzea #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "View Menu" msgstr "Rodymo meniu" +#. Wdbcy #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "View Menu" msgstr "Rodymo meniu" +#. mMSDJ #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "<variable id=\"lineal\">Choose <emph>View - Rulers - Rulers</emph> </variable>" msgstr "<variable id=\"lineal\">Pasirinkite<emph>Rodymas → Liniuotės → liniuotės</emph></variable>" +#. 8zXhi #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "<variable id=\"textbegrenzungen\">Choose <emph>View - Text Boundaries</emph> </variable>" msgstr "<variable id=\"textbegrenzungen\">Pasirinkite<emph>Rodymas → Teksto ribos</emph></variable>" +#. UomAh #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "Choose <emph>View - Field Shadings</emph>" msgstr "Pasirinkite<emph>Rodymas → Lauko fonas</emph>" +#. 7zbQ6 #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F8" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Paspauskite klavišus</caseinline><defaultinline>Vald</defaultinline></switchinline>+F8" +#. kAvaF #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "Choose <emph>View - Field Names</emph>" msgstr "Pasirinkite <emph>Rodymas → Laukų pavadinimai</emph>" +#. xEYKW #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Paspauskite klavišus</caseinline><defaultinline>Vald</defaultinline></switchinline>+F9" +#. 6YKx6 #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "Choose <emph>View - Formatting Marks</emph>" msgstr "Pasirinkite <emph>Rodymas → Formatavimo ženklai</emph>" +#. 7XsL6 #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F10" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Paspauskite klavišus</caseinline><defaultinline>Vald</defaultinline></switchinline>+F10" +#. jRY7j #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "On Standard bar, click" msgstr "Standartinėje mygtukų juostoje spustelėkite mygtuką" +#. 9xqfr #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "<image id=\"img_id3150502\" src=\"cmd/sc_controlcodes.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150502\">Formatting Marks Icon</alt></image>" msgstr "<image id=\"img_id3150502\" src=\"cmd/sc_controlcodes.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150502\">Formatuoti ženklų piktogramas</alt></image>" +#. hqSje #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "Formatting Marks" msgstr "Formatavimo ženklai" +#. fSKqF #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "Choose <emph>View - Web</emph>" msgstr "Pasirinkite<emph>Rodymas → Žiniatinklis</emph>" +#. owBsk #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "On Tools bar, enable" msgstr "Mygtukų juostoje įgalinti" +#. gaGd3 #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "<image id=\"img_id3147572\" src=\"cmd/sc_browseview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147572\">Web Icon</alt></image>" msgstr "<image id=\"img_id3147572\" src=\"cmd/sc_browseview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147572\">Žiniatinklio piktograma</alt></image>" +#. ac6QE #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "Web" msgstr "Žiniatinklis" +#. rVNpz #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "Choose <emph>View - Normal</emph>" msgstr "Pasirinkite<emph>Rodymas → Normalus</emph>" +#. QRamf #: 00000403.xhp msgctxt "" "00000403.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "<variable id=\"versteckteabs\">Choose <emph>View - Hidden Paragraphs</emph> </variable>" msgstr "<variable id=\"versteckteabs\">Pasirinkite<emph>Rodymas → Paslėptos pastraipos</emph></variable>" +#. yDXA6 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "Insert Menu" msgstr "Įterpimo meniu" +#. zv43y #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "Insert Menu" msgstr "Įterpimo meniu" +#. ZGnFD #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -512,6 +574,7 @@ 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 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "Choose <emph>Insert - Field</emph>" msgstr "Pasirinkite<emph>Įterpimas → Laukas</emph>" +#. 57JNa #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "Open context menu - choose <emph>Fields</emph> (inserted fields)" msgstr "Atverti kontekstinį meniu → pasirinkite <emph>Laukai</emph> (įterpti laukai)" +#. CVEAF #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "<variable id=\"feldbefehldatum\">Choose <emph>Insert - Field - Date</emph></variable>" msgstr "<variable id=\"feldbefehldatum\">Pasirinkite<emph>Įterpti → Laukas → Data</emph></variable>" +#. Xxuvf #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -544,6 +610,7 @@ msgctxt "" msgid "<variable id=\"feldbefehluhrzeit\">Choose <emph>Insert - Field - Time</emph></variable>" msgstr "<variable id=\"feldbefehluhrzeit\">Pasirinkite<emph>Įterpimas → Laukas → Laikas</emph></variable>" +#. L75qE #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -552,6 +619,7 @@ msgctxt "" msgid "<variable id=\"feldbefehlseitennummer\">Choose <emph>Insert - Field - Page Number</emph></variable>" msgstr "<variable id=\"feldbefehlseitennummer\">Pasirinkite<emph>Įterpimas → Laukas → Puslapių numeriai</emph></variable>" +#. eXqQu #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -560,6 +628,7 @@ msgctxt "" 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>" +#. Gnfih #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -568,6 +637,7 @@ msgctxt "" msgid "<variable id=\"feldbefehlthema\">Choose <emph>Insert - Field - Subject</emph></variable>" msgstr "<variable id=\"feldbefehlthema\">Pasirinkite<emph>Įterpimas → Laukas → Tema</emph></variable>" +#. bu5zb #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -576,6 +646,7 @@ msgctxt "" msgid "<variable id=\"feldbefehltitel\">Choose <emph>Insert - Field - Title</emph></variable>" msgstr "<variable id=\"feldbefehltitel\">Pasirinkite<emph>Įterpimas → Laukas → Pavadinimas</emph></variable>" +#. Faetr #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -584,6 +655,7 @@ msgctxt "" msgid "<variable id=\"feldbefehlautor\">Choose <emph>Insert - Field - Author</emph></variable>" msgstr "<variable id=\"feldbefehlautor\">Pasirinkite<emph>Įterpimas → Laukas → Autorius</emph></variable>" +#. kzRca #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -592,6 +664,7 @@ msgctxt "" msgid "Choose <emph>Insert - Field - More Fields</emph>" msgstr "Pasirinkite <emph>Įterpimas → Laukas → Daugiau laukų</emph>" +#. 7Fiod #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -600,6 +673,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F2" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Vald</defaultinline></switchinline>+F2" +#. ZEnEt #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -608,6 +682,7 @@ msgctxt "" msgid "On Insert toolbar, click" msgstr "Spustelėti „Įterpimas“ mygtukų juostoje" +#. CBN2Y #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -616,6 +691,7 @@ msgctxt "" msgid "<image id=\"img_id3146959\" src=\"cmd/sc_insertfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146959\">Icon</alt></image>" msgstr "<image id=\"img_id3146959\" src=\"cmd/sc_insertfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146959\">Piktograma</alt></image>" +#. pZiTF #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -624,6 +700,7 @@ msgctxt "" msgid "Insert Fields" msgstr "Įterpti laukus" +#. C3Avr #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -632,6 +709,7 @@ msgctxt "" msgid "<variable id=\"felddokument\">Choose <emph>Insert - Field - More Fields - Document</emph> tab</variable>" msgstr "<variable id=\"felddokument\">Pasirinkite<emph>Įterpimas → Laukas → Daugiau laukų → Dokumentas</emph> skirtukas</variable>" +#. XrdXS #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -640,6 +718,7 @@ msgctxt "" msgid "Choose <emph>Insert - Field - More Fields - Cross-references</emph> tab" msgstr "Pasirinkite <emph>Įterpimas → Laukas → Daugiau laukų → Kryžminės nuorodos</emph> skirtukas" +#. UKFbV #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -648,6 +727,7 @@ msgctxt "" msgid "Choose <emph>Insert - Cross-reference</emph>" msgstr "Pasirinkite <emph>Įterpimas → Kryžminės nuorodos</emph>" +#. GJDk8 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -656,6 +736,7 @@ msgctxt "" msgid "<variable id=\"feldfunktionen\">Choose <emph>Insert - Field - More Fields - Functions</emph> tab</variable>" msgstr "<variable id=\"feldfunktionen\">Pasirinkite <emph>Įterpimas – Laukas – Daugiau laukų – Funkcijos</emph> skirtukas</variable>" +#. gzeof #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -664,6 +745,7 @@ msgctxt "" msgid "<variable id=\"felddokumentinfo\">Choose <emph>Insert - Field - More Fields - DocInformation</emph> tab</variable>" msgstr "<variable id=\"felddokumentinfo\">Pasirinkite<emph>Įterpimas – Laukas – Daugiau laukų – Informacija apie dokumentą</emph> skirtukas</variable>" +#. ApGDC #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -672,6 +754,7 @@ msgctxt "" msgid "<variable id=\"feldvariablen\">Choose <emph>Insert - Field - More Fields - Variables</emph> tab</variable>" msgstr "<variable id=\"feldvariablen\">Pasirinkite<emph>Įterpimas → Laukas → Daugiau laukų → Kintamieji</emph>skirtukas</variable>" +#. 2GeFY #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -680,6 +763,7 @@ msgctxt "" msgid "<variable id=\"felddatenbank\">Choose <emph>Insert - Field - More Fields - Database</emph> tab</variable>" msgstr "<variable id=\"felddatenbank\">Pasirinkite<emph>Įterpimas → Daugiau laukų → Duomenų bazė</emph> skirtukas</variable>" +#. 4dGC3 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -688,6 +772,7 @@ msgctxt "" msgid "Choose <emph>Insert - Section</emph>" msgstr "Pasirinkite<emph>Įterpimas → Sekcija</emph>" +#. jpNCE #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -696,6 +781,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Atverkite<emph>Įterpimas</emph> paspauskite mygtukų juostą" +#. d8Cn4 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -704,6 +790,7 @@ msgctxt "" msgid "<image id=\"img_id3152952\" src=\"cmd/sc_insertsection.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152952\">Icon</alt></image>" msgstr "<image id=\"img_id3152952\" src=\"cmd/sc_insertsection.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152952\">Piktograma</alt></image>" +#. YVzDx #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -712,6 +799,7 @@ msgctxt "" msgid "Section" msgstr "Sekcija" +#. jyoQM #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -720,6 +808,7 @@ msgctxt "" msgid "<variable id=\"bereicheinbereich\">Choose <emph>Insert - Section - Section</emph> tab or choose <emph>Format - Sections</emph></variable>" msgstr "<variable id=\"bereicheinbereich\">Pasirinkite<emph>Įterpimas → Sekcija → Sekcija</emph> skirtukas arba pasirinkite<emph>Formatavimas → Sekcijos</emph></variable>" +#. JT4o8 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -728,6 +817,7 @@ msgctxt "" msgid "<variable id=\"sectionindents\">Choose <emph>Insert - Section - Indents</emph> tab or choose <emph>Format - Sections</emph></variable>" msgstr "<variable id=\"sectionindents\">Pasirinkite<emph>Įterpimas → Sekcija → Įtraukos</emph> skirtukas arba pasirinkite <emph>Formatavimas → Sekcijos</emph></variable>" +#. oCG8Q #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -736,6 +826,7 @@ msgctxt "" msgid "Choose <emph>Insert - Footnote and Endnote - Footnote or Endnote</emph>" msgstr "Pasirinkite<emph>Įterpimas → Išnašos → Išnašos arba galinė išnaša</emph>" +#. cExks #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -744,6 +835,7 @@ msgctxt "" msgid "Open context menu - choose <emph>Footnote/Endnote</emph> (inserted Footnote/Endnote)" msgstr "Atverkite kontekstinį meniu → pasirinkite <emph> Išnasa/galinė išnaša</emph> (įterpta išnaša/galinė išnaša)" +#. rHySW #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -752,6 +844,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Atverkite<emph>Įterpimas</emph> paspauskite mygtukų juostą" +#. hLQGy #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -760,6 +853,7 @@ msgctxt "" msgid "<image id=\"img_id3149099\" src=\"cmd/sc_insertfootnote.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149099\">Icon</alt></image>" msgstr "<image id=\"img_id3149099\" src=\"cmd/sc_insertfootnote.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149099\">Piktograma</alt></image>" +#. VgB6H #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -768,6 +862,7 @@ msgctxt "" msgid "Insert Footnote Directly" msgstr "Įterpti išnašą tiesiogiai" +#. AfAPT #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -776,6 +871,7 @@ msgctxt "" msgid "<image id=\"img_id3147586\" src=\"cmd/sc_insertendnote.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147586\">Icon</alt></image>" msgstr "<image id=\"img_id3147586\" src=\"cmd/sc_insertendnote.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147586\">Piktograma</alt></image>" +#. YsSsR #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -784,6 +880,7 @@ msgctxt "" msgid "Insert Endnote Directly" msgstr "Įterpti galinę išnašą tiesiogiai" +#. cNyhQ #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -792,6 +889,7 @@ msgctxt "" msgid "Choose <emph>Insert - Caption</emph>" msgstr "Pasirinkite<emph>Įterpimas → Pavadinimas</emph>" +#. V3onD #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -800,6 +898,7 @@ msgctxt "" msgid "Open context menu - choose <emph>Caption</emph>" msgstr "Atverkite kontekstinį meniu ir pasirinkite komandą <emph>Pavadinimas</emph>" +#. dzvpw #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -808,6 +907,7 @@ msgctxt "" msgid "Choose <emph>Insert - Caption - Options</emph>" msgstr "Pasirinkite <emph>Įterpimas → Pavadinimas → Parinktys</emph>" +#. cp5Vm #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -816,6 +916,7 @@ msgctxt "" msgid "Open context menu - choose <emph>Caption - Options</emph>" msgstr "Averkite kontekstinį meniu ir pasirinkite <emph>Pavadinimas → Parinktys</emph>" +#. NVLUa #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -824,6 +925,7 @@ msgctxt "" msgid "Choose <emph>Insert - Bookmark</emph>" msgstr "Pasirinkite <emph>Įterpimas → Žymelė</emph>" +#. 2Eb4B #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -832,6 +934,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Atverkite<emph>Įterpimas</emph> paspauskite mygtukų juostą" +#. RByCZ #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -840,6 +943,7 @@ msgctxt "" msgid "<image id=\"img_id3151369\" src=\"sw/res/nc20005.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151369\">Icon</alt></image>" msgstr "<image id=\"img_id3151369\" src=\"sw/res/nc20005.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151369\">Piktograma</alt></image>" +#. A5qEq #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -848,6 +952,7 @@ msgctxt "" msgid "Bookmark" msgstr "Žymelė" +#. t5HbC #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -856,6 +961,7 @@ msgctxt "" msgid "<variable id=\"einfscript\">Choose <emph>Insert - Script</emph> (only HTML documents)</variable>" msgstr "<variable id=\"einfscript\">Pasirinkite<emph>Įterpimas → Skriptas</emph> (tik HTML dokumentai)</variable>" +#. Ghd8y #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -864,6 +970,7 @@ msgctxt "" msgid "<variable id=\"verzeichnisseeinf\">Choose <emph>Insert - Table of Contents and Index</emph></variable>" msgstr "<variable id=\"verzeichnisseeinf\">Pasirinkite <emph>Įterpimas → Turinys ir rodyklė</emph></variable>" +#. DDBoM #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -872,6 +979,7 @@ msgctxt "" msgid "Choose <emph>Insert - Table of Contents and Index - Index Entry</emph>" msgstr "Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Rodyklės įrašas</emph>" +#. rUEg3 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -880,6 +988,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Atverkite<emph>Įterpimas</emph> paspauskite mygtukų juostą" +#. hNdpk #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -888,6 +997,7 @@ msgctxt "" msgid "<image id=\"img_id3149551\" src=\"cmd/sc_insertindexesentry.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149551\">Icon</alt></image>" msgstr "<image id=\"img_id3149551\" src=\"cmd/sc_insertindexesentry.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149551\">Piktograma</alt></image>" +#. F32jG #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -896,6 +1006,7 @@ msgctxt "" msgid "Entry" msgstr "Įrašas" +#. k7zqb #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -904,6 +1015,7 @@ msgctxt "" msgid "<variable id=\"stichwortverzeichnisverz\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph></variable>" msgstr "<variable id=\"stichwortverzeichnisverz\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas</emph></variable>" +#. wGD6e #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -912,6 +1024,7 @@ msgctxt "" msgid "<variable id=\"inhaltsverz\">Choose <emph>Insert - Table of Contents and Index - Bibliography Entry</emph></variable>" msgstr "<variable id=\"inhaltsverz\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Bibliografijos įrašas</emph></variable>" +#. Rx74c #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -920,6 +1033,7 @@ msgctxt "" msgid "<variable id=\"benutzerverz\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph></variable>" msgstr "<variable id=\"benutzerverz\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas</emph></variable>" +#. fJApB #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -928,6 +1042,7 @@ msgctxt "" msgid "<variable id=\"stichwortverzeichnisverz1\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab</variable>" msgstr "<variable id=\"stichwortverzeichnisverz1\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas</emph>skirtukas</variable>" +#. BMPH7 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -936,6 +1051,7 @@ msgctxt "" msgid "<variable id=\"verz2\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (depending on the type)</variable>" msgstr "<variable id=\"verz2\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas → Tipas</emph>skirtukas (priklauso nuo tipo)</variable>" +#. zzTXh #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -944,6 +1060,7 @@ msgctxt "" msgid "<variable id=\"verz21\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Table of Contents is the selected type)</variable>" msgstr "<variable id=\"verz21\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas → Tipas</emph>skirtukas (kai pasirinktas tipas yra turinys)</variable>" +#. jz32s #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -952,6 +1069,7 @@ msgctxt "" msgid "<variable id=\"verz22\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Alphabetical Index is the selected type)</variable>" msgstr "<variable id=\"verz22\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas → Tipas</emph>skirtukas (kai pasirinktas tipas yra abėcėlinė rodyklė)</variable>" +#. V6XgJ #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -960,6 +1078,7 @@ msgctxt "" msgid "<variable id=\"verz23\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Illustration Index is the selected type)</variable>" msgstr "<variable id=\"verz23\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas → Tipas</emph>skirtukas (kai pasirinktas tipas yra paveikslų rodyklė)</variable>" +#. zn7D3 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -968,6 +1087,7 @@ msgctxt "" msgid "<variable id=\"verz24\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Index of Tables is the selected type)</variable>" msgstr "<variable id=\"verz24\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas → Tipas</emph>skirtukas (kai pasirinktas tipas yra lentelių rodyklė)</variable>" +#. tdxV5 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -976,6 +1096,7 @@ msgctxt "" msgid "<variable id=\"verz25\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when User-Defined is the selected type)</variable>" msgstr "<variable id=\"verz25\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas → Tipas</emph>skirtukas (kai pasirinktas tipas yra kitokia rodyklė)</variable>" +#. GSF5s #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -984,6 +1105,7 @@ msgctxt "" msgid "<variable id=\"verz26\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Table of Objects is the selected type)</variable>" msgstr "<variable id=\"verz26\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas → Tipas</emph>skirtukas (kai pasirinktas tipas yra objektų sąrašas)</variable>" +#. KpLVs #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -992,6 +1114,7 @@ msgctxt "" msgid "<variable id=\"verz27\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Bibliography is the selected type)</variable>" msgstr "<variable id=\"verz27\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas → Tipas</emph>skirtukas (kai pasirinktas tipas yra bibliografija)</variable>" +#. qn5TV #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1000,6 +1123,7 @@ msgctxt "" msgid "<variable id=\"verz28\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph>, mark \"Additional Styles\" check box and then click <emph>Assign styles</emph></variable>" msgstr "<variable id=\"verz28\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas → Tipas</emph>, pažymėkite „Papildomi stiliai“ langelį ir paspauskite<emph>Priskirti stilius</emph></variable>" +#. t6h2G #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1008,6 +1132,7 @@ msgctxt "" msgid "<variable id=\"verz3\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (depending on type selected)</variable>" msgstr "<variable id=\"verz3\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas → Įrašai</emph> skirtukas (priklauso nuo pasirinkto tipo)</variable>" +#. xpBfB #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1016,6 +1141,7 @@ msgctxt "" msgid "<variable id=\"verz31\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Table of Contents is the selected type)</variable>" msgstr "<variable id=\"verz31\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas → Įrašai</emph> skirtukas (kai pasirinktas tipas yra turinys)</variable>" +#. SC5Pb #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1024,6 +1150,7 @@ msgctxt "" msgid "<variable id=\"verz32\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Alphabetical Index is the selected type)</variable>" msgstr "<variable id=\"verz32\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas → Įrašai</emph>skirtukas (kai pasirinktas tipas yra abėcėlinė rodyklė)</variable>" +#. Ci8Fj #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1032,6 +1159,7 @@ msgctxt "" msgid "<variable id=\"verz33\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Illustration Index is the selected type)</variable>" msgstr "<variable id=\"verz33\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas → Įrašai</emph>skirtukas (kai pasirinktas tipas yra paveikslų rodyklė)</variable>" +#. KxEAf #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1040,6 +1168,7 @@ msgctxt "" msgid "<variable id=\"verz34\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Index of Tables is the selected type)</variable>" msgstr "<variable id=\"verz34\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas → Įrašai</emph>skirtukas (kai pasirinktas tipas yra lentelių rodyklė)</variable>" +#. ghkXB #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1048,6 +1177,7 @@ msgctxt "" msgid "<variable id=\"verz35\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when User-Defined is the selected type)</variable>" msgstr "<variable id=\"verz35\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas → Įrašai</emph>skirtukas (kai pasirinktas tipas yra kitokia rodyklė)</variable>" +#. Eup8R #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1056,6 +1186,7 @@ msgctxt "" msgid "<variable id=\"verz36\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Table of Objects is the selected type)</variable>" msgstr "<variable id=\"verz36\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas → Įrašai</emph>skirtukas (kai pasirinktas tipas yra objektų sąrašas)</variable>" +#. X6HKC #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1064,6 +1195,7 @@ msgctxt "" msgid "<variable id=\"verz37\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Bibliography is the selected type)</variable>" msgstr "<variable id=\"verz37\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas → Įrašai</emph>skirtukas (kai pasirinktas tipas yra bibliografija)</variable>" +#. dhV8C #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1072,6 +1204,7 @@ msgctxt "" msgid "<variable id=\"litdef\">Choose <emph>Insert - Table of Contents and Index - Bibliography Entry</emph> and click <emph>Edit</emph></variable>" msgstr "<variable id=\"litdef\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Bibliografijos įrašas</emph> ir paspauskite <emph>Taisyti</emph></variable>" +#. cxegq #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1080,6 +1213,7 @@ msgctxt "" msgid "<variable id=\"stichwortverzeichnisverz3\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Styles</emph> tab</variable>" msgstr "<variable id=\"stichwortverzeichnisverz3\">Pasirinkite<emph>Įterpimas → Turinys ir rodyklė → Turinio, rodyklės arba bibliografijos įterpimas → Stiliai</emph></variable>" +#. DDiWX #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1088,6 +1222,7 @@ msgctxt "" msgid "<variable id=\"briefumschlag\">Choose <emph>Insert - Envelope</emph></variable>" msgstr "<variable id=\"briefumschlag\">Pasirinkite <emph>Įterpimas → Vokas</emph></variable>" +#. 9V7Qa #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1096,6 +1231,7 @@ msgctxt "" msgid "<variable id=\"umschlagb\">Choose <emph>Insert - Envelope - Envelope</emph> tab</variable>" msgstr "<variable id=\"umschlagb\">Pasirinkite <emph>Įterpimas → Vokas → Vokas</emph> Skirtukas</variable>" +#. HWGGy #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1104,6 +1240,7 @@ msgctxt "" msgid "<variable id=\"formatbr\">Choose <emph>Insert - Envelope - Format</emph> tab</variable>" msgstr "<variable id=\"formatbr\">Pasirinkite <emph>Įterpimas → Vokas → Formatas</emph> skirtukas</variable>" +#. HiwuJ #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1112,6 +1249,7 @@ msgctxt "" msgid "<variable id=\"druckerbr\">Choose <emph>Insert - Envelope - Printer</emph> tab</variable>" msgstr "<variable id=\"druckerbr\">Pasirinkite <emph>Įterpimas → Vokas → Spausdintuvas</emph> skirtukas</variable>" +#. RmDRv #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1120,6 +1258,7 @@ msgctxt "" msgid "Choose <emph>Insert - Frame</emph>" msgstr "Pasirinkite <emph>Įterpimas → Kadras</emph>" +#. Kqvsj #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1128,6 +1267,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties</emph>" msgstr "Pasirinkite <emph>Formatas → Kadras ir objektas → Savybės</emph>" +#. f4vSS #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1136,6 +1276,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Atverkite<emph>Įterpimas</emph> paspauskite mygtukų juostą" +#. QFRDY #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1144,6 +1285,7 @@ msgctxt "" msgid "<image id=\"img_id3149379\" src=\"cmd/sc_insertframe.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149379\">Icon</alt></image>" msgstr "<image id=\"img_id3149379\" src=\"cmd/sc_insertframe.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149379\">Piktograma</alt></image>" +#. 9WJAn #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1152,6 +1294,7 @@ msgctxt "" msgid "Insert Frame Manually" msgstr "Įterpti kadrą" +#. 48zNA #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1160,6 +1303,7 @@ msgctxt "" msgid "Choose <emph>Table - Insert Table</emph>" msgstr "Pasirinkite <emph>Lentelė → Įterpti lentelę</emph>" +#. G4vMQ #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1168,6 +1312,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F12" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Vald</defaultinline></switchinline>+F12" +#. pZRkv #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1176,6 +1321,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Atverkite<emph>Įterpimas</emph> paspauskite mygtukų juostą" +#. Fw7DE #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1184,6 +1330,7 @@ msgctxt "" msgid "<image id=\"img_id3154627\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154627\">Icon</alt></image>" msgstr "<image id=\"img_id3154627\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154627\">Piktograma</alt></image>" +#. 7XCPh #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1192,6 +1339,7 @@ msgctxt "" msgid "Table" msgstr "Lentelė" +#. EJeBg #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1200,6 +1348,7 @@ msgctxt "" msgid "<variable id=\"einfhorizlinie\">Choose <emph>Insert - Horizontal Rule</emph></variable>" msgstr "<variable id=\"einfhorizlinie\">Pasirinkite <emph>Įterpimas → Horizontali linija</emph></variable>" +#. SXBQa #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1208,6 +1357,7 @@ msgctxt "" msgid "Choose <emph>Insert - File</emph>" msgstr "Pasirinkite<emph>Įterpimas → Failas</emph>" +#. Yk7M7 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1216,6 +1366,7 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Atverkite<emph>Įterpimas</emph> paspauskite mygtukų juostą" +#. VTF6u #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1224,6 +1375,7 @@ 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 #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1232,6 +1384,7 @@ msgctxt "" msgid "File" msgstr "Failas" +#. 5exGw #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1240,6 +1393,7 @@ msgctxt "" msgid "<variable id=\"kopfzeile\">Choose <emph>Insert - Header and Footer - Header</emph></variable>" msgstr "<variable id=\"kopfzeile\">Pasirinkite <emph>Įterpimas → Puslapinė antraštė ir poraštė → Puslapinė antraštė</emph></variable>" +#. it9RJ #: 00000404.xhp msgctxt "" "00000404.xhp\n" @@ -1248,6 +1402,7 @@ 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" @@ -1256,6 +1411,7 @@ msgctxt "" msgid "Choose <emph>Insert - Signature Line...</emph>" msgstr "Pasirinkite <emph>Įterpimas → Parašo eilutė...</emph>" +#. p2LBA #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1264,6 +1420,7 @@ msgctxt "" msgid "Format Menu" msgstr "Meniu Formatas" +#. Ziumz #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1272,6 +1429,7 @@ msgctxt "" msgid "Format Menu" msgstr "Meniu Formatas" +#. GA9eA #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1280,6 +1438,7 @@ msgctxt "" msgid "Choose <emph>Format - Paragraph - Drop Caps</emph> tab." msgstr "Pasirinkite <emph>Formatas → Pastraipa → Inicialas</emph> skirtukas." +#. iE5E9 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1288,6 +1447,7 @@ msgctxt "" msgid "Choose <emph>View - Styles -</emph> open context menu <emph>Modify/New - Drop Caps</emph> tab." msgstr "Pasirinkite komandą <emph>Rodymas → Stiliai ir formatavimas</emph>, iš stiliaus kontekstinio meniu pasirinkite komandą <emph>Keisti arba Naujas → inicialas </emph> kortelė." +#. JSAcg #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1296,6 +1456,7 @@ msgctxt "" msgid "Choose <emph>Format - Paragraph - Text Flow</emph> tab." msgstr "Pasirinkite <emph>Formatas → Pastraipa → Teksto skaidymas</emph> skirtuką." +#. HGsyD #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1304,6 +1465,7 @@ msgctxt "" msgid "Choose <emph>View - Styles -</emph> open context menu <emph>Modify/New - Text Flow</emph> tab." msgstr "Pasirinkite <emph>Rodymas → Stiliai ir formatavimas</emph> atidarykite kontekstinį meniu <emph>Keisti/Naujas → Teksto skaidymas</emph> skirtuką." +#. ANWP6 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1312,6 +1474,7 @@ msgctxt "" msgid "Choose <emph>Edit - Find & Replace - Format - Text Flow</emph> tab." msgstr "Pasirinkite <emph>Taisa → Ieškoti ir keisti → Formatas → Teksto skaidymas</emph> skirtuką." +#. ihtMU #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1320,6 +1483,7 @@ 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ę." +#. uEw9U #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1328,6 +1492,7 @@ 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 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1336,6 +1501,7 @@ msgctxt "" msgid "Choose <emph>Format - Page</emph>." msgstr "Pasirinkite <emph>Formatas → Puslapis</emph>." +#. 3UWjf #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1344,6 +1510,7 @@ msgctxt "" 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)." +#. 9DejE #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1352,6 +1519,7 @@ msgctxt "" msgid "Choose <emph>Format - Paragraph - Outline & Numbering</emph> tab." msgstr "Pasirinkite <emph>Formatas → Pastraipa → Struktūra ir numeravimas</emph> kortelę." +#. 4quPH #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1360,6 +1528,7 @@ msgctxt "" msgid "Choose <emph>View - Styles -</emph> open context menu <emph>Modify/New - Outline & Numbering</emph> tab (Paragraph Styles)." msgstr "Pasirinkite <emph>Rodymas → Stiliai </emph> atidaryti kontekstinį meniu <emph>Modifikuoti/Naujas → Struktūra ir numeravimas</emph> kortelė (pastraipos stiliai)." +#. MeRnj #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1368,6 +1537,7 @@ msgctxt "" msgid "<variable id=\"spaltenber\">Choose <emph>Format - Sections - Options</emph> button.</variable>" msgstr "<variable id=\"spaltenber\">Pasirinkite <emph>Formatas → Sekcijos → Parinktys</emph> mygtuką.</variable>" +#. GqyGY #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1376,6 +1546,7 @@ msgctxt "" msgid "Choose <emph>Format - Page - Columns</emph> tab." msgstr "Pasirinkite <emph>Formatas → Puslapis → Skiltys</emph> kortelę." +#. 9F5Bz #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1384,6 +1555,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties - Columns</emph> tab." msgstr "Pasirinkite <emph>Formatas → Kadras ir objektas → Savybės → Skiltys</emph> kortelę." +#. wzgCY #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1392,6 +1564,7 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New - Columns</emph> tab." msgstr "Pasirinkite <emph>Rodymas → Stiliai ir formatavimas</emph> atidaryti kontekstinį meniu <emph>Keisti/Naujas → Skiltys </emph> kortelę." +#. 9sMo7 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1400,6 +1573,7 @@ msgctxt "" msgid "Choose <emph>Insert - Frame - Frame - Columns</emph> tab." msgstr "Pasirinkite <emph>Įterpimas → Kadras → Kadras → Skiltys</emph> kortelę." +#. phkWS #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1408,6 +1582,7 @@ msgctxt "" msgid "Choose <emph>Insert/Format - Section(s) - Columns</emph> tab." msgstr "Pasirinkite <emph>Įterpimas/Formatas → Sekcija(os) → Skiltys</emph> kortelę." +#. 2LmDy #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1416,6 +1591,7 @@ msgctxt "" msgid "Choose <emph>Format - Page - Footnote</emph> tab." msgstr "Pasirinkite <emph>Formatas → Puslapis → Išnaša</emph> kortelę." +#. CDmGU #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1424,6 +1600,7 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New - Footnote</emph> tab." msgstr "Pasirinkite <emph>Rodymas → Stiliai</emph> atidaryti kontekstinį meniu<emph>Keisti/Naujas → Išnaša</emph> kortelę." +#. GpwGB #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1432,6 +1609,7 @@ msgctxt "" msgid "Choose <emph>Insert - Section - Footnotes/Endnotes</emph> tab." msgstr "Pasirinkite <emph>Įterpimas → Sekcija → Išnašos</emph> kortelę." +#. YyJMo #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1440,6 +1618,7 @@ msgctxt "" msgid "Choose <emph>Format - Sections - Options</emph> button <emph>Footnotes/Endnotes</emph> tab." msgstr "Pasirinkite <emph>Formatas → Sekcijos → Parinktys</emph> mygtukas<emph>Išnašos</emph> kortelę." +#. f8wAM #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1448,6 +1627,7 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New</emph> (for Paragraph Styles)." msgstr "Pasirinkite <emph>Rodymas → Stiliai </emph> atidaryti kontekstinį meniu <emph>Keisti/Naujas </emph> (pastraipos stiliai)." +#. kG6CF #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1456,6 +1636,7 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New</emph> (for Character Styles)." msgstr "Pasirinkite <emph>Rodymas → Stiliai</emph> → Atidaryti kontekstinį meniu<emph>Naujas/Keisti</emph> (rašmens stiliai)." +#. woQEB #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1464,6 +1645,7 @@ 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 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1472,6 +1654,7 @@ msgctxt "" 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)" +#. rYRkT #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1480,6 +1663,7 @@ msgctxt "" msgid "<variable id=\"eingabe\">Choose <emph>Tools - AutoCorrect - While Typing</emph>.</variable>" msgstr "<variable id=\"eingabe\">Pasirinkite <emph>Priemonės → Automatinis rašybos taisymas → Rašant</emph>.</variable>" +#. EBrtG #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1488,6 +1672,7 @@ msgctxt "" msgid "<variable id=\"autoformat1\">Choose <emph>Tools - AutoCorrect</emph>.</variable>" msgstr "<variable id=\"autoformat1\">Pasirinkite <emph>Priemonės → Automatinis rašybos taisymas</emph>.</variable>" +#. 9gCAB #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1496,6 +1681,7 @@ msgctxt "" msgid "<variable id=\"autoformat2\">Choose <emph>Tools - AutoCorrect - Apply</emph>.</variable>" msgstr "<variable id=\"autoformat2\">Pasirinkite <emph>Priemonės → Automatinis rašybos taisymas → Taikant</emph>.</variable>" +#. ymEMr #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1504,6 +1690,7 @@ msgctxt "" msgid "<variable id=\"autoformat3\">Choose <emph>Tools - AutoCorrect - Apply and Edit Changes</emph>.</variable>" msgstr "<variable id=\"autoformat3\">Pasirinkite <emph>Priemonės → Automatinis rašybos taisymas → Taikyti ir taisyti pakeitimus</emph>.</variable>" +#. ZA54b #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1512,6 +1699,7 @@ msgctxt "" msgid "<variable id=\"autoformattab\">Choose <emph>Table - AutoFormat Styles</emph> (with cursor in a table).</variable>" msgstr "<variable id=\"autoformattab\">Pasirinkite<emph>Lentelė → Automatinio formatavimo stiliai</emph> (su žymekliu lentelėje).</variable>" +#. KtR4n #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1520,6 +1708,7 @@ msgctxt "" msgid "Choose <emph>Format - Image</emph>." msgstr "Pasirinkite <emph>Formatas → Paveikslas</emph>." +#. fzd8D #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1528,6 +1717,7 @@ msgctxt "" msgid "Choose <emph>Insert - Image - From File - Properties</emph> button." msgstr "Pasirinkite <emph>Įterpimas → Paveikslas → Iš failo → Savybės</emph> mygtuką." +#. FuDEm #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1536,6 +1726,7 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <emph>Insert - Image - From File</emph> (when graphics are selected).</caseinline></switchinline>" msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Pasirinkite<emph>Įterpimas → Paveikslas → Iš failo</emph> (kai yra pasirinktas paveikslas).</caseinline></switchinline>" +#. H2Zb6 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1544,6 +1735,7 @@ msgctxt "" msgid "On the <emph>Image</emph> bar (when images are selected), click" msgstr "Ant <emph>Paveikslo</emph> juostos (kai yra pasirinkti paveikslai), paspauskite" +#. RTRdP #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1552,6 +1744,7 @@ msgctxt "" msgid "<image id=\"img_id3149214\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149214\">Icon</alt></image>" msgstr "<image id=\"img_id3149214\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149214\">Piktograma</alt></image>" +#. nQDmh #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1560,6 +1753,7 @@ msgctxt "" msgid "Graphics Properties" msgstr "Paveikslų savybės" +#. 7MC6H #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1568,6 +1762,7 @@ msgctxt "" msgid "Choose <emph>Format - Image - Properties - Type</emph> tab." msgstr "Pasirinkite <emph>Formatas → Paveikslas → Savybės → Tipas</emph> kortelę." +#. U6rG8 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1576,6 +1771,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties - Type</emph> tab." msgstr "Pasirinkite <emph>Formatas → Kadras ir objektas → Savybės → Tipas</emph> kortelę." +#. cGFGF #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1584,6 +1780,7 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> - open context menu <emph>Modify/New - Type</emph> tab." msgstr "Pasirinkite <emph>Rodymas → Stiliai ir formatavimas</emph> atidaryti kontekstinį meniu<emph>Keisti/Naujas → Tipas </emph> kortelę." +#. Dnq8R #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1592,6 +1789,7 @@ msgctxt "" msgid "Choose <emph>Insert - Frame - Frame - Type</emph> tab." msgstr "Pasirinkite <emph>Įterpimas → Kadras → Kadras → Tipas</emph> kortelę." +#. GVNFT #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1600,6 +1798,7 @@ msgctxt "" msgid "Choose <emph>Format - Image - Properties - Wrap</emph> tab." msgstr "Pasirinkite <emph>Formatas → Paveikslas → Savybės → Teksto laužymas</emph> kortelę." +#. kboFg #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1608,6 +1807,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties - Wrap</emph> tab." msgstr "Pasirinkite <emph>Formatas → Kadras ir objektas → Savybės → Teksto laužymas</emph> kortelę." +#. AC2Dm #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1616,6 +1816,7 @@ msgctxt "" msgid "Choose <emph>Insert - Frame - Frame - Wrap</emph> tab." msgstr "Pasirinkite <emph>Įterpimas → Kadras → Kadras → Teksto laužymas</emph> kortelę." +#. fNikE #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1624,6 +1825,7 @@ msgctxt "" msgid "Choose <emph>Format - Wrap - Edit - Wrap</emph> tab." msgstr "Pasirinkite <emph>Formatas → Teksto laužymas → Taisyti → Teksto laužymas</emph> kortelę." +#. uQtgx #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1632,6 +1834,7 @@ msgctxt "" msgid "<variable id=\"kontureditor\">Choose <emph>Format - Wrap - Edit Contour</emph>.</variable>" msgstr "<variable id=\"kontureditor\">Pasirinkite <emph>Formatas → Teksto laužymas → Taisyti kontūrą</emph>.</variable>" +#. qU4oE #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1640,6 +1843,7 @@ msgctxt "" msgid "Choose <emph>Format - Image - Properties - Hyperlink</emph> tab." msgstr "Pasirinkite <emph>Formatas → Paveikslas → Savybės → Hipersaitas</emph> kortelę." +#. AcwCD #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1648,6 +1852,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties - Hyperlink</emph> tab." msgstr "Pasirinkite <emph>Formatas → Kadras ir objektas → Savybės → Hipersaitas</emph> kortelę." +#. ttao8 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1656,6 +1861,7 @@ msgctxt "" msgid "Choose <emph>Insert - Frame - Frame - Hyperlink</emph> tab." msgstr "Pasirinkite <emph>Įterpimas → Kadras → Kadras → Hipersaitas</emph> kortelę." +#. W6yF8 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1664,6 +1870,7 @@ msgctxt "" msgid "Choose <emph>Format - Image - Properties - Options</emph> tab." msgstr "Pasirinkite <emph>Formatas → Paveikslas → Savybės → Parinktys</emph> kortelę." +#. BBix8 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1672,6 +1879,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties - Options</emph> tab." msgstr "Pasirinkite <emph>Formatas → Kadras ir objektas → Savybės → Parinktys</emph> kortelę." +#. BVcWP #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1680,6 +1888,7 @@ msgctxt "" msgid "Choose <emph>View - Styles</emph> -open context menu <emph>Modify/New - Options</emph> tab." msgstr "Pasirinkite <emph>Rodymas → Stiliai ir formatavimas</emph>atidaryti kontekstinį meniu<emph>Keisti/Naujas → Parinktys </emph> kortelę." +#. 8DneW #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1688,6 +1897,7 @@ msgctxt "" msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab." msgstr "Pasirinkite <emph>Įterpimas → Kadras → Kadras → Parinktys</emph> kortelę." +#. k2JDN #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1696,6 +1906,7 @@ msgctxt "" msgid "<variable id=\"grafik1\">Choose <emph>Format - Image - Properties - Image</emph> tab.</variable>" msgstr "<variable id=\"grafik1\">Pasirinkite <emph>Formatas → Paveikslas → Savybės → Paveikslas</emph> kortelę.</variable>" +#. xKJtv #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1704,6 +1915,7 @@ msgctxt "" msgid "Choose <emph>Insert/Format - Image - Properties - Macro</emph> tab." msgstr "Pasirinkite komandą <emph>Formatas → Paveikslas → Savybės</emph> ir atverkite kortelę <emph>Makrokomanda</emph>." +#. UA93M #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1712,6 +1924,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties - Macro</emph> tab." msgstr "Pasirinkite komandą <emph>Formatas → Kadras arba objektas → Savybės</emph> ir atverkite kortelę <emph>Makrokomanda</emph>." +#. RUiBn #: 00000405.xhp #, fuzzy msgctxt "" @@ -1721,6 +1934,7 @@ msgctxt "" msgid "Choose <emph>Tools - AutoText - AutoText (button) - Macro</emph>." msgstr "Pasirinkite <emph>Priemonės → Autotekstas → Vald+F3 → Makrokomanda</emph>." +#. sm4Qi #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1729,6 +1943,7 @@ msgctxt "" msgid "Choose <emph>Edit - ImageMap</emph> - open context menu <emph>Macro</emph>." msgstr "Pasirinkite komandą <emph>Taisa → Jautrios paveikslo sritys</emph>, atverkite kontekstinį meniu ir pasirinkite <emph>Makrokomanda</emph>." +#. T5m7n #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1737,6 +1952,7 @@ msgctxt "" msgid "Choose <emph>Format - Character - Hyperlink</emph> tab - <emph>Events</emph> button." msgstr "Pasirinkite komandą <emph>Formatas → Rašmenys</emph>, atverkite kortelę <emph>Hipersaitas</emph> ir spustelėkite mygtuką <emph>Įvykiai</emph>." +#. KCsKj #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1745,6 +1961,7 @@ msgctxt "" msgid "<variable id=\"formattabelle\">Choose <emph>Table - Properties</emph>.</variable>" msgstr "<variable id=\"formattabelle\">Pasirinkite <emph>Lentelė → Savybės</emph>.</variable>" +#. TBJPz #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1753,6 +1970,7 @@ msgctxt "" msgid "<variable id=\"tabauf\">Choose <emph>Table - Split Table</emph>.</variable>" msgstr "<variable id=\"tabauf\">Pasirinkite <emph>Lentelė → Skaidyti lentelę</emph>.</variable>" +#. 2TCie #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1761,6 +1979,7 @@ msgctxt "" msgid "<variable id=\"tabverb\">Choose <emph>Table - Merge Table</emph>.</variable>" msgstr "<variable id=\"tabverb\">Pasirinkite <emph>Lentelė → Sulieti lentelę</emph>.</variable>" +#. MVBHQ #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1769,6 +1988,7 @@ msgctxt "" msgid "<variable id=\"tabformat\">Choose <emph>Table - Properties - Table</emph> tab.</variable>" msgstr "<variable id=\"tabformat\">Pasirinkite <emph>Lentelė → Savybės → Lentelė</emph> kortelę.</variable>" +#. GeJzw #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1777,6 +1997,7 @@ msgctxt "" msgid "<variable id=\"spaltentab\">Choose <emph>Table - Properties - Columns</emph> tab.</variable>" msgstr "<variable id=\"spaltentab\">Pasirinkite <emph>Lentelė → Savybės → Stulpeliai</emph> kortelę.</variable>" +#. Wza6u #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1785,6 +2006,7 @@ msgctxt "" msgid "<variable id=\"tabelletextfluss\">Choose <emph>Table - Properties - Text Flow</emph> tab.</variable>" msgstr "<variable id=\"tabelletextfluss\">Pasirinkite <emph>Lentelė → Savybės → Teksto skaidymas</emph> kortelę.</variable>" +#. VQGrF #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1793,6 +2015,7 @@ msgctxt "" msgid "<variable id=\"zelle\">Right-click in a table, choose <emph>Cell</emph>.</variable>" msgstr "<variable id=\"zelle\">Dešiniu pelės klavišu spustelkite lentelę ir pasirinkite <emph>Langelis</emph>.</variable>" +#. GWSS4 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1801,6 +2024,7 @@ msgctxt "" msgid "Choose <emph>Table - Merge Cells</emph>." msgstr "Pasirinkite <emph>Lentelė → Sulieti langelius</emph>." +#. SKiuL #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1809,6 +2033,7 @@ msgctxt "" msgid "On the <emph>Table</emph> bar, click" msgstr "Ant <emph>Lentelė</emph>mygtukų juostoje paspauskite" +#. JGqGG #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1817,6 +2042,7 @@ msgctxt "" msgid "<image id=\"img_id3154002\" src=\"cmd/sc_mergecells.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154002\">Icon</alt></image>" msgstr "<image id=\"img_id3154002\" src=\"cmd/sc_mergecells.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154002\">Piktograma</alt></image>" +#. dpXBa #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1825,6 +2051,7 @@ msgctxt "" msgid "Merge Cells" msgstr "Sulieti langelius" +#. Vzsnt #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1833,6 +2060,7 @@ msgctxt "" msgid "Choose <emph>Table - Split Cells</emph>." msgstr "Pasirinkite <emph>Lentelė → Skaidyti langelius</emph>." +#. wWCGz #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1841,6 +2069,7 @@ msgctxt "" msgid "On the <emph>Table</emph> bar, click" msgstr "Ant <emph>Lentelė</emph>mygtukų juostoje paspauskite" +#. 5TCpD #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1849,6 +2078,7 @@ msgctxt "" msgid "<image id=\"img_id3147275\" src=\"cmd/sc_splitcell.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147275\">Icon</alt></image>" msgstr "<image id=\"img_id3147275\" src=\"cmd/sc_splitcell.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147275\">Piktograma</alt></image>" +#. fCPij #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1857,6 +2087,7 @@ msgctxt "" msgid "Split Cells" msgstr "Skaidyti langelius" +#. BGm4B #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1865,6 +2096,7 @@ msgctxt "" msgid "<variable id=\"schtzenze\">In the context menu of a cell, choose <emph>Cell - Protect</emph>.</variable>" msgstr "<variable id=\"schtzenze\">Langelio kontekstiniame meniu pasirinkite<emph>Langelis → Apsaugoti</emph>.</variable>" +#. Lh5om #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1873,6 +2105,7 @@ msgctxt "" msgid "In the context menu of a cell, choose <emph>Cell - Unprotect</emph>." msgstr "Langelio kontekstiniame meniu pasirinkite<emph>Langelis - Naikinti apsaugą</emph>." +#. JqhNZ #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1881,6 +2114,7 @@ msgctxt "" msgid "Open context menu in <emph>Navigator</emph> for tables." msgstr "Atidaryti kontekstinį meniu <emph> lentelių žvalgiklyje</emph>." +#. Eh3ud #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1889,6 +2123,7 @@ msgctxt "" msgid "<variable id=\"zeile\">In the context menu of a cell, choose <emph>Row</emph>.</variable>" msgstr "<variable id=\"zeile\">Langelio kontekstiniame meniu pasirinkite<emph>Eilutė</emph>.</variable>" +#. GXGax #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1897,6 +2132,7 @@ msgctxt "" msgid "<variable id=\"hoehez\">In the context menu of a cell, choose <emph>Row - Height</emph>.</variable>" msgstr "<variable id=\"hoehez\">Langelio kontekstiniame meniu pasirinkite <emph>Eilutė → Aukštis</emph>.</variable>" +#. cWnEp #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1905,6 +2141,7 @@ msgctxt "" msgid "Choose <emph>Table - Autofit - Optimal Row Height</emph>." msgstr "Pasirinkite <emph>Lentelė → Automatinio formatavimo stiliai → Optimalus eilutės aukštis</emph>." +#. mLkuG #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1913,6 +2150,7 @@ msgctxt "" msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" msgstr "Atidaryti <emph>Optimalus dydis</emph> mygtukų juostoje <emph>Lentelė</emph> paspauskite" +#. 3UF7h #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1921,6 +2159,7 @@ msgctxt "" msgid "<image id=\"img_id3145228\" src=\"cmd/sc_setoptimalrowheight.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145228\">Icon</alt></image>" msgstr "<image id=\"img_id3145228\" src=\"cmd/sc_setoptimalrowheight.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145228\">Piktograma</alt></image>" +#. fRVE5 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1929,6 +2168,7 @@ msgctxt "" msgid "Optimal Row Height" msgstr "Optimalus eilutės aukštis" +#. SKLB2 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1937,6 +2177,7 @@ msgctxt "" msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>." msgstr "Pasirinkite <emph>Lentelė → Automatinio formatavimo stiliai → Paskirstyti eilutes lygiai</emph>." +#. anxFF #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1945,6 +2186,7 @@ msgctxt "" msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" msgstr "Atidaryti <emph>Optimalus dydis</emph> mygtukų juostoje <emph>Lentelė</emph> paspauskite" +#. PVPb8 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1953,6 +2195,7 @@ msgctxt "" msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155994\">Icon</alt></image>" msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155994\">Piktograma</alt></image>" +#. KuUhp #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1961,6 +2204,7 @@ msgctxt "" msgid "Distribute Rows Equally" msgstr "Paskirstyti eilutes lygiai" +#. sa4Tg #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1969,6 +2213,7 @@ msgctxt "" msgid "<variable id=\"selektierenz\">Choose <emph>Table - Select - Row</emph>.</variable>" msgstr "<variable id=\"selektierenz\">Pasirinkite <emph>Lentelė → Pažymėti → Eilutę</emph>.</variable>" +#. e8qyf #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1977,6 +2222,7 @@ msgctxt "" msgid "Choose <emph>Table - Delete - Rows</emph>." msgstr "Pasirinkite <emph>Lentelė → Šalinti → Eilutes</emph>." +#. fHaeJ #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1985,6 +2231,7 @@ msgctxt "" msgid "On <emph>Table</emph> bar, click" msgstr "Ant <emph>Lentelė</emph>mygtukų juostoje paspauskite" +#. Na4rx #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -1993,6 +2240,7 @@ msgctxt "" msgid "<image id=\"img_id3150361\" src=\"cmd/sc_deleterows.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150361\">Icon</alt></image>" msgstr "<image id=\"img_id3150361\" src=\"cmd/sc_deleterows.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150361\">Piktograma</alt></image>" +#. EfTgN #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2001,6 +2249,7 @@ msgctxt "" msgid "Delete Row" msgstr "Šalinti eilutę" +#. STSLi #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2009,6 +2258,7 @@ msgctxt "" msgid "<variable id=\"spalte\">In the context menu of a cell, choose <emph>Column</emph>.</variable>" msgstr "<variable id=\"spalte\">Langelio kontekstiniame meniu pasirinkite<emph>Stulpelis</emph>.</variable>" +#. qqWGi #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2017,6 +2267,7 @@ msgctxt "" msgid "<variable id=\"breites\">In the context menu of a cell, choose <emph>Column - Width</emph>.</variable>" msgstr "<variable id=\"breites\">Langelio kontekstiniame meniu pasirinkite<emph>Stulpelis → Plotis</emph>.</variable>" +#. nmQbw #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2025,6 +2276,7 @@ msgctxt "" msgid "Choose <emph>Table - Autofit - Optimal Column Width</emph>." msgstr "Pasirinkite <emph>Lentelė → Automatinio formatavimo stiliai → Optimalus stulpelio plotis</emph>." +#. DZ9xL #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2033,6 +2285,7 @@ msgctxt "" msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" msgstr "Atidaryti <emph>Optimalus dydis</emph> mygtukų juostoje <emph>Lentelė</emph> paspauskite" +#. i89K7 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2041,6 +2294,7 @@ msgctxt "" msgid "<image id=\"img_id3157888\" src=\"cmd/sc_setoptimalcolumnwidthdirect.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3157888\">Icon</alt></image>" msgstr "<image id=\"img_id3157888\" src=\"cmd/sc_setoptimalcolumnwidthdirect.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3157888\">Piktograma</alt></image>" +#. iRYb5 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2049,6 +2303,7 @@ msgctxt "" msgid "Optimal Column Width" msgstr "Optimalus stulpelio plotis" +#. GM4n5 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2057,6 +2312,7 @@ msgctxt "" msgid "Choose <emph>Table - Autofit - Distribute Columns Equally</emph>." msgstr "Pasirinkite <emph>Lentelė → Automatinio formatavimo stiliai → Paskirstyti stulpelius lygiai</emph>." +#. GZbSc #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2065,6 +2321,7 @@ msgctxt "" msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" msgstr "Atidaryti <emph>Optimalus dydis</emph> mygtukų juostoje <emph>Lentelė</emph> paspauskite" +#. V4Cqu #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2073,6 +2330,7 @@ msgctxt "" msgid "<image id=\"img_id3145186\" src=\"cmd/sc_distributecolumns.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145186\">Icon</alt></image>" msgstr "<image id=\"img_id3145186\" src=\"cmd/sc_distributecolumns.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145186\">Piktograma</alt></image>" +#. njBSt #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2081,6 +2339,7 @@ msgctxt "" msgid "Space Columns Equally" msgstr "Tarpai tarp stulpelių lygūs" +#. zEgss #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2089,6 +2348,7 @@ msgctxt "" msgid "<variable id=\"spaltesel\">Choose <emph>Table - Select - Column</emph>.</variable>" msgstr "<variable id=\"spaltesel\">Pasirinkite <emph>Lentelė → Pažymėti → Stulpelį</emph>.</variable>" +#. wdeG7 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2097,6 +2357,7 @@ msgctxt "" msgid "Choose <emph>Table - Insert - Columns</emph>." msgstr "Pasirinkite <emph>Lentelė → Įterpti → Stulpelį</emph>." +#. vn9q8 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2105,6 +2366,7 @@ msgctxt "" msgid "Choose <emph>Table - Insert - Rows</emph>." msgstr "Pasirinkite <emph>Lentelė → Įterpti → Eilutę</emph>." +#. tVtsx #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2113,6 +2375,7 @@ msgctxt "" msgid "On <emph>Table</emph> bar, click" msgstr "Ant <emph>Lentelė</emph>mygtukų juostoje paspauskite" +#. e5L4N #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2121,6 +2384,7 @@ msgctxt "" msgid "<image id=\"img_id3150286\" src=\"cmd/sc_insertcolumns.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150286\">Icon</alt></image>" msgstr "<image id=\"img_id3150286\" src=\"cmd/sc_insertcolumns.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150286\">Piktograma</alt></image>" +#. jeDiz #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2129,6 +2393,7 @@ msgctxt "" msgid "Insert Column" msgstr "Įterpti stulpelį" +#. yvgkg #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2137,6 +2402,7 @@ msgctxt "" msgid "<image id=\"img_id3150902\" src=\"cmd/sc_insertrows.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150902\">Icon</alt></image>" msgstr "<image id=\"img_id3150902\" src=\"cmd/sc_insertrows.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150902\">Piktograma</alt></image>" +#. MFvHr #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2145,6 +2411,7 @@ msgctxt "" msgid "Insert Row" msgstr "Įterpti eilutę" +#. BiyKv #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2153,6 +2420,7 @@ msgctxt "" msgid "Choose <emph>Table - Delete - Columns</emph>." msgstr "Pasirinkite <emph>Lentelė → Šalinti → Stulpelius</emph>." +#. C2LDS #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2161,6 +2429,7 @@ msgctxt "" msgid "On <emph>Table</emph> bar, click" msgstr "Ant <emph>Lentelė</emph>mygtukų juostoje paspauskite" +#. XqFzq #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2169,6 +2438,7 @@ msgctxt "" msgid "<image id=\"img_id3153607\" src=\"cmd/sc_deletecolumns.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153607\">Icon</alt></image>" msgstr "<image id=\"img_id3153607\" src=\"cmd/sc_deletecolumns.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153607\">Piktograma</alt></image>" +#. ro8Mr #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2177,6 +2447,7 @@ msgctxt "" msgid "Delete Column" msgstr "Šalinti stulpelį" +#. BNgAG #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2185,6 +2456,7 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties</emph>." msgstr "Pasirinkite <emph>Formatas → Kadras ir objektas → Savybės</emph>." +#. AygsC #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2193,6 +2465,7 @@ msgctxt "" msgid "<image id=\"img_id3151283\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151283\">Icon</alt></image>" msgstr "<image id=\"img_id3151283\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151283\">Piktograma</alt></image>" +#. vpeBB #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2201,6 +2474,7 @@ msgctxt "" msgid "Object Properties" msgstr "Objekto savybės" +#. LVQCy #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2209,6 +2483,7 @@ msgctxt "" msgid "<image id=\"img_id3152980\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152980\">Icon</alt></image>" msgstr "<image id=\"img_id3152980\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152980\">Piktograma</alt></image>" +#. CZwgM #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2217,6 +2492,7 @@ msgctxt "" msgid "Frame Properties" msgstr "Kadro savybės" +#. bfpT5 #: 00000405.xhp msgctxt "" "00000405.xhp\n" @@ -2225,6 +2501,7 @@ msgctxt "" msgid "Menu <emph>Format - Page</emph> - tab <emph>Text Grid</emph>, if Asian language support is enabled" msgstr "Meniu <emph>Formatas → Puslapis</emph> → kortelė<emph>Teksto tinklelis</emph>, jeigu Aziečių kalbos pagalba yra veiksni" +#. aFWLc #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2233,6 +2510,7 @@ msgctxt "" msgid "Tools Menu" msgstr "Priemonių juosta" +#. Fk94Q #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2241,6 +2519,7 @@ msgctxt "" msgid "Tools Menu" msgstr "Priemonių juosta" +#. vyuAB #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2249,6 +2528,7 @@ msgctxt "" msgid "<variable id=\"silbentrennung\">Choose <emph>Tools - Language - Hyphenation</emph></variable>" msgstr "<variable id=\"silbentrennung\">Pasirinkite komandą <emph>Priemonės → Kalba → Žodžių kėlimas</emph></variable>" +#. DE6CF #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2257,6 +2537,7 @@ msgctxt "" msgid "<variable id=\"wordcount\">Choose <emph>Tools - Word Count</emph></variable>" msgstr "<variable id=\"wordcount\">Pasirinkite <emph>Priemonės → Statistika</emph></variable>" +#. TBACN #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2265,6 +2546,7 @@ msgctxt "" msgid "<variable id=\"kapitelnumerierung\">Choose <emph>Tools - Chapter Numbering</emph></variable>" msgstr "<variable id=\"kapitelnumerierung\">Pasirinkite <emph>Priemonės → Antraščių numeravimas</emph></variable>" +#. KzJGt #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2273,6 +2555,7 @@ msgctxt "" msgid "<variable id=\"kapitelnumerierung1\">Choose <emph>Tools - Chapter Numbering - Numbering</emph> tab</variable>" msgstr "<variable id=\"kapitelnumerierung1\">Pasirinkite <emph>Priemonės → Antraščių numeravimas → Numeravimas</emph> kortelė</variable>" +#. yEEDL #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2281,6 +2564,7 @@ msgctxt "" msgid "<variable id=\"zeilennumerierung\">Choose <emph>Tools - Line Numbering</emph> (not for HTML format)</variable>" msgstr "<variable id=\"zeilennumerierung\">Pasirinkite <emph>Priemonės → Eilučių numeravimas</emph> (ne HTML formatui)</variable>" +#. BJMF7 #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2289,6 +2573,7 @@ msgctxt "" msgid "<variable id=\"fussnoteneinstellung\">Choose <emph>Tools - Footnotes and Endnotes</emph></variable>" msgstr "<variable id=\"fussnoteneinstellung\">Pasirinkite <emph>Priemonės → Išnašos</emph></variable>" +#. PDQMQ #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2297,6 +2582,7 @@ msgctxt "" msgid "<variable id=\"fussnoten\">Choose <emph>Tools - Footnotes and Endnotes - Footnotes</emph> tab</variable>" msgstr "<variable id=\"fussnoten\">Pasirinkite <emph>Priemonės → Išnašos</emph> kortelė</variable>" +#. YDkPi #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2305,6 +2591,7 @@ msgctxt "" msgid "<variable id=\"endnoten\">Choose <emph>Tools - Footnotes and Endnotes - Endnotes</emph> tab</variable>" msgstr "<variable id=\"endnoten\">Pasirinkite <emph>Priemonės → Išnašos → Galinės išnašos</emph> kortelė</variable>" +#. LFvpA #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2313,6 +2600,7 @@ msgctxt "" msgid "<variable id=\"texttabelle\">Choose <emph>Table - Convert - Text to Table</emph></variable>" msgstr "<variable id=\"texttabelle\">Pasirinkite <emph>Lentelė → Konvertuoti → Paversti tekstą lentele</emph></variable>" +#. za5Js #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2321,6 +2609,7 @@ msgctxt "" msgid "<variable id=\"sortieren\">Choose <emph>Tools - Sort</emph></variable>" msgstr "<variable id=\"sortieren\">Pasirinkite <emph>Priemonės → Rikiuoti</emph></variable>" +#. REM3P #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2329,6 +2618,7 @@ msgctxt "" msgid "Choose <emph>Tools - Calculate</emph>" msgstr "Pasirinkite <emph>Priemonės → Skaičiuoti</emph>" +#. UrBtA #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2337,6 +2627,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + plus sign" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Komanda</caseinline><defaultinline>Vald</defaultinline></switchinline> + sudėties ženklas" +#. oTAC7 #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2345,6 +2636,7 @@ msgctxt "" msgid "<variable id=\"aktualisieren\">Choose <emph>Tools - Update</emph></variable>" msgstr "<variable id=\"aktualisieren\">Pasirinkite <emph>Priemonės → Atnaujinti</emph></variable>" +#. b7SMj #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2353,6 +2645,7 @@ msgctxt "" msgid "<variable id=\"seitenformatierung\">Choose <emph>Tools - Update - Reformat Pages</emph></variable>" msgstr "<variable id=\"seitenformatierung\">Pasirinkite <emph>Priemonės → Atnaujinti → Atnaujinti puslapio formatavimą</emph></variable>" +#. gnwPv #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2361,6 +2654,7 @@ msgctxt "" msgid "<variable id=\"aktuellesverz\">Choose <emph>Tools - Update - Current Index</emph></variable>" msgstr "<variable id=\"aktuellesverz\">Pasirinkite <emph>Priemonės → Atnaujinti → Atnaujinti veikiamąją rodyklę</emph></variable>" +#. Xtmjq #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2369,6 +2663,7 @@ msgctxt "" msgid "<variable id=\"alleverz\">Choose <emph>Tools - Update - All Indexes and Tables</emph></variable>" msgstr "<variable id=\"alleverz\">Pasirinkite <emph>Priemonės → Atnaujinti → Atnaujinti rodykles ir turinius</emph></variable>" +#. w865X #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2377,6 +2672,7 @@ msgctxt "" msgid "<variable id=\"alles\">Choose <emph>Tools - Update - Update All </emph></variable>" msgstr "<variable id=\"alles\">Pasirinkite <emph>Priemonės → Atnaujinti → Atnaujinti viską</emph></variable>" +#. vmmB6 #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2385,6 +2681,7 @@ msgctxt "" msgid "Choose <emph>Tools - Update - Fields </emph>" msgstr "Pasirinkite <emph>Priemonės → Atnaujinti → Atnaujinti laukus</emph>" +#. LVSKP #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2393,6 +2690,7 @@ msgctxt "" msgid "F9 key" msgstr "Paspauskite klavišą <emph>F9</emph>" +#. bCN3R #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2401,6 +2699,7 @@ msgctxt "" msgid "<variable id=\"aktverknuepf\">Choose <emph>Tools - Update - Links</emph></variable>" msgstr "<variable id=\"aktverknuepf\">Pasirinkite <emph>Priemonės → Atnaujinti → Atnaujinti saitus</emph></variable>" +#. FF63X #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2409,6 +2708,7 @@ msgctxt "" msgid "<variable id=\"adiagr\">Choose <emph>Tools - Update - All Charts</emph></variable>" msgstr "<variable id=\"adiagr\">Pasirinkite <emph>Priemonės → Atnaujinti → Atnaujinti diagramas</emph></variable>" +#. DbjCa #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2417,6 +2717,7 @@ msgctxt "" msgid "Choose <emph>Tools - Mail Merge Wizard</emph>" msgstr "Pasirinkite <emph>Priemonės → Laiškų komponavimo vediklis</emph>" +#. ZEDqa #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2425,6 +2726,7 @@ msgctxt "" msgid "Click the <emph>Mail Merge</emph> icon on the <emph>Mail Merge</emph> bar:" msgstr "Paspauskite <emph>Laiškų komponavimas</emph> piktogramą <emph>Laiškų komponavimo</emph>juostoje:" +#. hLXjy #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2433,6 +2735,7 @@ msgctxt "" msgid "Click the <emph>Mail Merge</emph> icon on the <emph>Table Data</emph> bar:" msgstr "Paspauskite<emph>Laiškų komponavimas</emph>piktogramą <emph>Lentelės duomenys</emph> juostoje:" +#. jc5yA #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2441,6 +2744,7 @@ msgctxt "" msgid "<image id=\"img_id3083452\" src=\"cmd/sc_mergedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3083452\">Icon</alt></image>" msgstr "<image id=\"img_id3083452\" src=\"cmd/sc_mergedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3083452\">Piktograma</alt></image>" +#. evE8T #: 00000406.xhp msgctxt "" "00000406.xhp\n" @@ -2449,6 +2753,7 @@ msgctxt "" msgid "Mail Merge" msgstr "Laiškų komponavimas" +#. pwCa2 #: stylesmenu.xhp msgctxt "" "stylesmenu.xhp\n" @@ -2457,6 +2762,7 @@ msgctxt "" msgid "The styles menu" msgstr "Stilių meniu" +#. VK5GG #: stylesmenu.xhp msgctxt "" "stylesmenu.xhp\n" @@ -2465,6 +2771,7 @@ msgctxt "" msgid "<variable id=\"ses\">Choose <emph>Styles - Edit Styles...</emph></variable>." msgstr "<variable id=\"ses\">Pasirinkite <emph>Stiliai → Taisyti stilių...</emph></variable>." +#. MKAfZ #: stylesmenu.xhp msgctxt "" "stylesmenu.xhp\n" @@ -2473,6 +2780,7 @@ msgctxt "" msgid "<variable id=\"sus\">Choose <emph>Styles - Update Style</emph> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>+ Shift + F11</emph></variable>." msgstr "<variable id=\"sus\">Pasirinkite <emph>Stiliai → Atnaujinti stilių</emph> arba<switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Komanda</emph></caseinline><defaultinline><emph>Vald</emph></defaultinline></switchinline><emph>+ Shift + F11</emph></variable>." +#. SWpVT #: stylesmenu.xhp msgctxt "" "stylesmenu.xhp\n" @@ -2481,6 +2789,7 @@ msgctxt "" msgid "<variable id=\"sns\">Choose <emph>Styles - New Style</emph> or <emph>Shift + F11</emph></variable>." msgstr "<variable id=\"sns\">Pasirinkite <emph>Stiliai → Naujas stilius</emph> arba <emph>Shift + F11</emph></variable>." +#. WpohJ #: stylesmenu.xhp msgctxt "" "stylesmenu.xhp\n" @@ -2489,6 +2798,7 @@ msgctxt "" msgid "<variable id=\"sls\">Choose <emph>Styles - Load Styles</emph></variable>." msgstr "<variable id=\"sls\">Pasirinkite <emph>Stiliai → Įkelti stilius</emph></variable>." +#. sTmDY #: stylesmenu.xhp msgctxt "" "stylesmenu.xhp\n" diff --git a/source/lt/helpcontent2/source/text/swriter/01.po b/source/lt/helpcontent2/source/text/swriter/01.po index 3587268c44b..92a1fabab1c 100644 --- a/source/lt/helpcontent2/source/text/swriter/01.po +++ b/source/lt/helpcontent2/source/text/swriter/01.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-09-30 14:02+0200\n" -"PO-Revision-Date: 2019-09-27 16:21+0000\n" -"Last-Translator: Tolmantas <tolmantas.dagys@gmail.com>\n" +"POT-Creation-Date: 2019-11-05 14:28+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/textswriter01/lt/>\n" "Language: lt\n" "MIME-Version: 1.0\n" @@ -545,7 +545,7 @@ msgctxt "" "hd_id3151183\n" "help.text" msgid "<link href=\"text/swriter/01/01160400.xhp\" name=\"AutoAbstract to Presentation\">AutoAbstract to Presentation</link>" -msgstr "<link href=\"text/swriter/01/01160400.xhp\" name=\"AutoAbstract to Presentation\">Savaiminė santrauka į pateiktį</link>" +msgstr "<link href=\"text/swriter/01/01160400.xhp\" name=\"AutoAbstract to Presentation\">Savaiminę santrauką į pateiktį</link>" #. hNEPz #: 01160400.xhp @@ -610,14 +610,14 @@ msgctxt "" msgid "Name and Path of HTML Documents" msgstr "HTML dokumento pavadinimas ir vieta" -#. KuzDg +#. DhDCg #: 01160500.xhp msgctxt "" "01160500.xhp\n" "par_id3151175\n" "help.text" -msgid "<variable id=\"htmltext\"><ahelp hid=\".\">Saves the file as an HTML document, so that you can view it in a web browser. You can choose to create a separate page when a heading style that you specify is encountered in the document.</ahelp> If you choose this option, a separate page of links to all of the pages that are generated is also created. </variable>" -msgstr "<variable id=\"htmltext\"><ahelp hid=\".\">Išsaugo failą kaip HTML dokumentą, kad galėtumėte žiūrėti naršyklėje. Galite pasirinkti sukurti atskirą puslapį, kai antraštės stilius, kurį nurodėte yra surandamas dokumente.</ahelp> Jeigu pasirenkate šį variantą – yra sukuriamas atskiras saitų puslapis visiems sugeneruotiems puslapiams.</variable>" +msgid "<variable id=\"htmltext\"><ahelp hid=\".\">Saves the file as an HTML document, so that you can view it in a web browser. You can choose to create a separate page when a heading style that you specify is encountered in the document.</ahelp> If you choose this option, a separate page of links to all of the pages that are generated is also created.</variable>" +msgstr "" #. egW9H #: 01160500.xhp @@ -628,15 +628,6 @@ msgctxt "" msgid "Consecutive numbers are added to the file name if more than one HTML document is created. The titles of the HTML pages are created from the topmost chapter heading." msgstr "Einantys iš eilės numeriai yra pridedami į failo pavadinimą, jeigu daugiau negu vienas HTML dokumentas yra sukurtas. HTML puslapių pavadinimai yra sukuriami nuo aukščiausio skyriaus antraštės." -#. qAeNv -#: 01160500.xhp -msgctxt "" -"01160500.xhp\n" -"hd_id3154568\n" -"help.text" -msgid "Display area" -msgstr "Rodymo sritis" - #. nFA6X #: 01160500.xhp msgctxt "" @@ -653,7 +644,7 @@ msgctxt "" "hd_id3155892\n" "help.text" msgid "separated by" -msgstr "Atskirta" +msgstr "Skyriklis" #. rkdG5 #: 01160500.xhp @@ -11282,7 +11273,7 @@ msgctxt "" "hd_id3149807\n" "help.text" msgid "Default" -msgstr "Numatytąsis" +msgstr "Numatytasis" #. GGaAA #: 04120201.xhp @@ -23837,7 +23828,7 @@ msgctxt "" "tit\n" "help.text" msgid "Word Count" -msgstr "" +msgstr "Statistika" #. LSvFZ #: 06040000.xhp @@ -23846,7 +23837,7 @@ msgctxt "" "par_idN10542\n" "help.text" msgid "<link href=\"text/swriter/01/06040000.xhp\">Word Count</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/06040000.xhp\">Statistika</link>" #. 9yDkF #: 06040000.xhp @@ -23873,7 +23864,7 @@ msgctxt "" "tit\n" "help.text" msgid "Chapter Numbering" -msgstr "" +msgstr "Skyrių numeravimas" #. 483kg #: 06060000.xhp @@ -23882,7 +23873,7 @@ msgctxt "" "hd_id3154561\n" "help.text" msgid "Chapter Numbering" -msgstr "" +msgstr "Skyrių numeravimas" #. XxAe3 #: 06060000.xhp @@ -25457,7 +25448,7 @@ msgctxt "" "hd_id3149353\n" "help.text" msgid "Sort" -msgstr "" +msgstr "Rikiuoti" #. XnAEB #: 06100000.xhp @@ -25475,7 +25466,7 @@ msgctxt "" "hd_id3150931\n" "help.text" msgid "Sort criteria" -msgstr "" +msgstr "Rikiavimo kriterijus" #. zTa4Y #: 06100000.xhp @@ -25484,7 +25475,7 @@ msgctxt "" "hd_id3149029\n" "help.text" msgid "Keys 1 to 3" -msgstr "" +msgstr "Rikiuotės 1–3" #. vGcgi #: 06100000.xhp @@ -25502,7 +25493,7 @@ msgctxt "" "hd_id3147565\n" "help.text" msgid "Column 1 to 3" -msgstr "" +msgstr "Stulpeliai 1–3" #. FpRTV #: 06100000.xhp @@ -25520,7 +25511,7 @@ msgctxt "" "hd_id3150254\n" "help.text" msgid "Key type 1 to 3" -msgstr "" +msgstr "Rikiuotės tipai 1–3" #. Knx9D #: 06100000.xhp @@ -25538,7 +25529,7 @@ msgctxt "" "hd_id3151177\n" "help.text" msgid "Order" -msgstr "" +msgstr "Rikiavimas" #. oSn3c #: 06100000.xhp @@ -25547,7 +25538,7 @@ msgctxt "" "hd_id072020090105453\n" "help.text" msgid "Ascending" -msgstr "" +msgstr "Didėjančiai" #. SEkEJ #: 06100000.xhp @@ -25565,7 +25556,7 @@ msgctxt "" "hd_id3150708\n" "help.text" msgid "Descending" -msgstr "" +msgstr "Mažėjančiai" #. zV5AE #: 06100000.xhp @@ -25583,7 +25574,7 @@ msgctxt "" "hd_id3149812\n" "help.text" msgid "Direction" -msgstr "" +msgstr "Kryptis" #. APvd9 #: 06100000.xhp @@ -25592,7 +25583,7 @@ msgctxt "" "hd_id3153540\n" "help.text" msgid "Columns" -msgstr "" +msgstr "Stulpeliai" #. 3vtfF #: 06100000.xhp @@ -25610,7 +25601,7 @@ msgctxt "" "hd_id3147526\n" "help.text" msgid "Rows" -msgstr "" +msgstr "Eilutės" #. U6t8h #: 06100000.xhp @@ -25628,7 +25619,7 @@ msgctxt "" "hd_id3151312\n" "help.text" msgid "Separator" -msgstr "" +msgstr "Skirtukas" #. 2Bs8N #: 06100000.xhp @@ -25646,7 +25637,7 @@ msgctxt "" "hd_id3154570\n" "help.text" msgid "Tabs" -msgstr "" +msgstr "Tabuliavimo žymės" #. YHihi #: 06100000.xhp @@ -25664,7 +25655,7 @@ msgctxt "" "hd_id3154190\n" "help.text" msgid "Character" -msgstr "" +msgstr "Rašmuo" #. 7YxmV #: 06100000.xhp @@ -25682,7 +25673,7 @@ msgctxt "" "hd_id3151324\n" "help.text" msgid "Select" -msgstr "" +msgstr "Parinkti" #. HhFEh #: 06100000.xhp @@ -25700,7 +25691,7 @@ msgctxt "" "hd_id3149482\n" "help.text" msgid "Language" -msgstr "" +msgstr "Kalba" #. awMcA #: 06100000.xhp @@ -25718,7 +25709,7 @@ msgctxt "" "hd_id3149104\n" "help.text" msgid "Match case" -msgstr "" +msgstr "Skirti didžiąsias ir mažąsias raides" #. 5D9kq #: 06100000.xhp @@ -25745,7 +25736,7 @@ msgctxt "" "tit\n" "help.text" msgid "Calculate" -msgstr "" +msgstr "Skaičiuoti" #. 3PMFF #: 06110000.xhp @@ -25754,7 +25745,7 @@ msgctxt "" "hd_id3154505\n" "help.text" msgid "<link href=\"text/swriter/01/06110000.xhp\" name=\"Calculate\">Calculate</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/06110000.xhp\" name=\"Skaičiuoti\">Skaičiuoti</link>" #. yzg8C #: 06110000.xhp diff --git a/source/lt/helpcontent2/source/text/swriter/guide.po b/source/lt/helpcontent2/source/text/swriter/guide.po index 3a004b1808c..c595c28d134 100644 --- a/source/lt/helpcontent2/source/text/swriter/guide.po +++ b/source/lt/helpcontent2/source/text/swriter/guide.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-07-26 15:32+0000\n" +"PO-Revision-Date: 2019-11-05 12:01+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textswriterguide/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: 1564155170.000000\n" #. XAt2Y @@ -3902,7 +3902,7 @@ msgctxt "" "par_id3154265\n" "help.text" msgid "<image id=\"img_id3155876\" src=\"cmd/sc_designerdialog.png\" width=\"0.473cm\" height=\"0.473cm\"><alt id=\"alt_id3155876\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155876\" src=\"cmd/sc_designerdialog.png\" width=\"0.473cm\" height=\"0.473cm\"><alt id=\"alt_id3155876\">Piktograma</alt></image>" #. 2PfGc #: even_odd_sdw.xhp @@ -5684,7 +5684,7 @@ msgctxt "" "par_id3148843\n" "help.text" msgid "<image id=\"img_id3148857\" src=\"cmd/sc_insertfootnote.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3148857\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148857\" src=\"cmd/sc_insertfootnote.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3148857\">Piktograma</alt></image>" #. C8QT3 #: footnote_usage.xhp @@ -6413,7 +6413,7 @@ msgctxt "" "par_id3148949\n" "help.text" msgid "<image id=\"img_id3148959\" src=\"sw/res/sc20246.png\" width=\"0.473cm\" height=\"0.473cm\"><alt id=\"alt_id3148959\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148959\" src=\"sw/res/sc20246.png\" width=\"0.473cm\" height=\"0.473cm\"><alt id=\"alt_id3148959\">Piktograma</alt></image>" #. cFGLw #: globaldoc_howtos.xhp @@ -14423,7 +14423,7 @@ msgctxt "" "par_id3156100\n" "help.text" msgid "Choose <emph>File - Send - Create HTML Document</emph>." -msgstr "" +msgstr "Pasirinkite <emph>Failas → Siųsti → Paversti tinklalapiu</emph>." #. pPvuf #: send2html.xhp @@ -15998,7 +15998,7 @@ msgctxt "" "par_id3149615\n" "help.text" msgid "<image id=\"img_id3149622\" src=\"cmd/sc_optimizetable.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149622\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149622\" src=\"cmd/sc_optimizetable.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149622\">Piktograma</alt></image>" #. BErzm #: table_sizing.xhp @@ -19230,4 +19230,3 @@ msgctxt "" "help.text" msgid "<link href=\"text/swriter/01/05060201.xhp\" name=\"Contour Editor\">Contour Editor</link>" msgstr "" - |