diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2019-11-13 15:04:35 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2019-11-13 15:20:14 +0100 |
commit | 6d4072204c5fc8d17f52a11ac01b23eba65a20f5 (patch) | |
tree | 43a3d66e8a01967b8ffe67bb4e4905022b64a96a /source/lt/helpcontent2 | |
parent | 6fe1c4735a93b1c82e282b75560fed47e85f2042 (diff) |
update translations for 6.4.0 Beta1
libreoffice-6-4-branch-point
and force-fix errors using pocheck
Change-Id: Ibdda3a07311750204fbd7bf07294c5217b8e9f49
Diffstat (limited to 'source/lt/helpcontent2')
-rw-r--r-- | source/lt/helpcontent2/source/text/sbasic/shared.po | 182 | ||||
-rw-r--r-- | source/lt/helpcontent2/source/text/scalc/01.po | 320 | ||||
-rw-r--r-- | source/lt/helpcontent2/source/text/shared/01.po | 74 | ||||
-rw-r--r-- | source/lt/helpcontent2/source/text/shared/guide.po | 38 | ||||
-rw-r--r-- | source/lt/helpcontent2/source/text/swriter.po | 22 | ||||
-rw-r--r-- | source/lt/helpcontent2/source/text/swriter/01.po | 76 | ||||
-rw-r--r-- | source/lt/helpcontent2/source/text/swriter/04.po | 10 | ||||
-rw-r--r-- | source/lt/helpcontent2/source/text/swriter/guide.po | 50 |
8 files changed, 422 insertions, 350 deletions
diff --git a/source/lt/helpcontent2/source/text/sbasic/shared.po b/source/lt/helpcontent2/source/text/sbasic/shared.po index 90c599604b0..5eaa33c5262 100644 --- a/source/lt/helpcontent2/source/text/sbasic/shared.po +++ b/source/lt/helpcontent2/source/text/sbasic/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-08 19:34+0100\n" +"POT-Creation-Date: 2019-11-13 13:46+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" @@ -28906,15 +28906,6 @@ msgctxt "" msgid "Returns the lower boundary of an array." msgstr "" -#. GEEe7 -#: 03102900.xhp -msgctxt "" -"03102900.xhp\n" -"hd_id3148538\n" -"help.text" -msgid "Syntax:" -msgstr "" - #. FcGvD #: 03102900.xhp msgctxt "" @@ -28924,33 +28915,6 @@ msgctxt "" msgid "LBound (ArrayName [, Dimension])" msgstr "" -#. HhGs4 -#: 03102900.xhp -msgctxt "" -"03102900.xhp\n" -"hd_id3150984\n" -"help.text" -msgid "Return value:" -msgstr "" - -#. YBMcU -#: 03102900.xhp -msgctxt "" -"03102900.xhp\n" -"par_id3153126\n" -"help.text" -msgid "Long" -msgstr "" - -#. KdfgY -#: 03102900.xhp -msgctxt "" -"03102900.xhp\n" -"hd_id3144500\n" -"help.text" -msgid "Parameters:" -msgstr "" - #. KUDkg #: 03102900.xhp msgctxt "" @@ -28969,24 +28933,6 @@ msgctxt "" msgid "<emph>[Dimension]:</emph> Integer that specifies which dimension to return the upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary for. If a value is not specified, the first dimension is assumed." msgstr "" -#. AfeR2 -#: 03102900.xhp -msgctxt "" -"03102900.xhp\n" -"hd_id3145171\n" -"help.text" -msgid "Example:" -msgstr "" - -#. CuAie -#: 03102900.xhp -msgctxt "" -"03102900.xhp\n" -"par_idm1206770608\n" -"help.text" -msgid "Sub VectorBounds" -msgstr "" - #. FEgDA #: 03102900.xhp msgctxt "" @@ -28996,60 +28942,6 @@ msgctxt "" msgid "Print LBound(v()) ' returns 10" msgstr "" -#. QkxEG -#: 03102900.xhp -msgctxt "" -"03102900.xhp\n" -"par_idm1206766048\n" -"help.text" -msgid "End Sub ' VectorBounds" -msgstr "" - -#. 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(t(),2) ' returns - 5" -msgstr "" - -#. HfdoX -#: 03102900.xhp -msgctxt "" -"03102900.xhp\n" -"par_id3159154\n" -"help.text" -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 #: 03103000.xhp msgctxt "" @@ -29086,15 +28978,6 @@ msgctxt "" msgid "Returns the upper boundary of an array." msgstr "" -#. FupXX -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"hd_id3150984\n" -"help.text" -msgid "Syntax:" -msgstr "" - #. M5RWy #: 03103000.xhp msgctxt "" @@ -29104,15 +28987,6 @@ msgctxt "" msgid "UBound (ArrayName [, Dimension])" msgstr "" -#. DHhp6 -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"hd_id3153897\n" -"help.text" -msgid "Return value:" -msgstr "" - #. xVQ87 #: 03103000.xhp msgctxt "" @@ -29122,15 +28996,6 @@ msgctxt "" msgid "Long" msgstr "" -#. GgECq -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"hd_id3154347\n" -"help.text" -msgid "Parameters:" -msgstr "" - #. Svuit #: 03103000.xhp msgctxt "" @@ -29149,24 +29014,6 @@ msgctxt "" msgid "<emph>[Dimension]:</emph> Integer that specifies which dimension to return the upper(<emph>Ubound</emph>) or lower (<emph>LBound</emph>) boundary for. If no value is specified, the boundary of the first dimension is returned." msgstr "" -#. mfhYd -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"hd_id3153192\n" -"help.text" -msgid "Example:" -msgstr "" - -#. EFwDh -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"par_idm1206770608\n" -"help.text" -msgid "Sub VectorBounds" -msgstr "" - #. HPb5a #: 03103000.xhp msgctxt "" @@ -29176,24 +29023,6 @@ msgctxt "" 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 "Sub TableBounds" -msgstr "" - #. aaaDh #: 03103000.xhp msgctxt "" @@ -29221,15 +29050,6 @@ msgctxt "" 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 #: 03103100.xhp msgctxt "" diff --git a/source/lt/helpcontent2/source/text/scalc/01.po b/source/lt/helpcontent2/source/text/scalc/01.po index 86beca7e6d5..9a9a2bb5c11 100644 --- a/source/lt/helpcontent2/source/text/scalc/01.po +++ b/source/lt/helpcontent2/source/text/scalc/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-08 20:19+0100\n" +"POT-Creation-Date: 2019-11-13 13:46+0100\n" "PO-Revision-Date: 2019-11-05 12:06+0000\n" "Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textscalc01/lt/>\n" @@ -14461,15 +14461,6 @@ 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 "" @@ -19051,14 +19042,14 @@ msgctxt "" msgid "<ahelp hid=\"HID_FUNC_SVERWEIS\">Vertical search with reference to adjacent cells to the right.</ahelp> This function checks if a specific value is contained in the first column of an array. The function then returns the value in the same row of the column named by <item type=\"literal\">Index</item>. If the <item type=\"literal\">Sorted</item> parameter is omitted or set to TRUE or one, it is assumed that the data is sorted in ascending order. In this case, if the exact <item type=\"literal\">SearchCriterion</item> is not found, the last value that is smaller than the criterion will be returned. If <item type=\"literal\">Sorted</item> is set to FALSE or zero, an exact match must be found, otherwise the error <emph>Error: Value Not Available</emph> will be the result. Thus with a value of zero the data does not need to be sorted in ascending order." msgstr "<ahelp hid=\"HID_FUNC_SVERWEIS\">Vertikalioji paieška su nuoroda į gretimus langelius dešinėn.</ahelp> Funkcija tikrina, ar pirmame masyvo stulpelyje yra nurodyta reikšmė. Funkcija grąžina reikšmę į tą pačią eilutę <item type=\"literal\">Indeksas</item>. Jei argumentas <item type=\"literal\">išrikiuotas</item> praleistas arba nurodytas TIESA arba 1, tai duomenys išrikiuoti didėjančiai. Tokiu atveju, jei <item type=\"literal\">paieškos kriterijus</item> netenkinamas, tai grąžinama paskutinė mažesnė už kriterijų reikšmė. Jei <item type=\"literal\">Išrikiuotas</item> yra nurodytas NETIESA arba 0, tai kriterijus turi būti tenkinamas. Priešingu atveju rodoma klaida <emph>Reikšmė negalima</emph>. Jei reikšmė yra 0, tai duomenys turi būti išrikiuoti didėjančiai." -#. zQ7nD +#. qkLkD #: 04060109.xhp msgctxt "" "04060109.xhp\n" "par_id3150156\n" "help.text" -msgid "=VLOOKUP(SearchCriterion; Array; Index; Sorted)" -msgstr "=VLOOKUP(paieškos kriterijus; masyvas; indeksas; rikiavimas)" +msgid "=VLOOKUP(SearchCriterion; Array; Index; SortedRangeLookup)" +msgstr "" #. 7FsgG #: 04060109.xhp @@ -19087,14 +19078,14 @@ msgctxt "" msgid "<emph>Index</emph> is the number of the column in the array that contains the value to be returned. The first column has the number 1." msgstr "<emph>Indeksas</emph> – masyvo stulpelio, kuriame yra rasta reikšmė, numeris. Pirmojo stulpelio numeris yra 1." -#. y3UFE +#. QV6iE #: 04060109.xhp msgctxt "" "04060109.xhp\n" "par_id3151208\n" "help.text" -msgid "<emph>Sorted</emph> is an optional parameter that indicates whether the first column in the array is sorted in ascending order. Enter the Boolean value FALSE or zero if the first column is not sorted in ascending order. Sorted columns can be searched much faster and the function always returns a value, even if the search value was not matched exactly, if it is greater than the lowest value of the sorted list. In unsorted lists, the search value must be matched exactly. Otherwise the function will return #N/A with message: <emph>Error: Value Not Available</emph>." -msgstr "<emph>Išrikiuotas</emph> – papildomas parametras, kuris nustato, ar pirmasis masyvo stulpelis išrikiuotas didėjančiai. Įrašykite loginę reikšmę FALSE arba 0, jei pirmasis stulpelis neišrikiuotas didėjančiai. Išrikiuotuose stulpeliuose greičiau atliekama paieška ir funkcija visada grąžina reikšmę, net jei paieškos kriterijus ne visiškai atitinka ir reikšmė yra didesnė už žemiausią išrikiuoto sąrašo reikšmę. Neišrikiuotame sąraše paieškos kriterijus turi atitikti tiksliai. Kitaip funkcija grąžina #N/A su pranešimu: <emph>Klaida: reikšmė nerasta</emph>." +msgid "<emph>SortedRangeLookup</emph> is an optional parameter that indicates whether the first column in the array contains range boundaries instead of plain values. In this mode, the lookup returns the value in the row with first column having value equal to or less than SearchCriterion. E.g., it could contain dates when some tax value had been changed, and so the values represent starting dates of a period when a specific tax value was effective. Thus, searching for a date that is absent in the first array column, but falls between some existing boundary dates, would give the lower of them, allowing to find out the data being effective to the searched date. Enter the Boolean value FALSE or zero if the first column is not a range boundary list. When this parameter is TRUE or not given, the first column in the array <emph>must be sorted in ascending order</emph>. Sorted columns can be searched much faster and the function always returns a value, even if the search value was not matched exactly, if it is greater than the lowest value of the sorted list. In unsorted lists, the search value must be matched exactly. Otherwise the function will return #N/A with message: <emph>Error: Value Not Available</emph>." +msgstr "" #. fJQRf #: 04060109.xhp @@ -19762,14 +19753,14 @@ msgctxt "" msgid "<ahelp hid=\"HID_FUNC_WVERWEIS\">Searches for a value and reference to the cells below the selected area.</ahelp> This function verifies if the first row of an array contains a certain value. The function returns then the value in a row of the array, named in the <emph>Index</emph>, in the same column." msgstr "<ahelp hid=\"HID_FUNC_WVERWEIS\">Ieško langelių srities esančios žemiau reikšmės ir nuorodos.</ahelp> Funkcija patikrina, ar pirmoji masyvo eilutė turi atitinkamą reikšmę. Funkcija grąžina reikšmę masyvo eilutėje pavadintoje <emph>inksas</emph> tame pačiame stulpelyje." -#. LjjvU +#. yxeCS #: 04060109.xhp msgctxt "" "04060109.xhp\n" "par_id3146070\n" "help.text" -msgid "HLOOKUP(SearchCriterion; Array; Index; Sorted)" -msgstr "=HLOOKUP(paieškos kriterijus; masyvas; indeksas; rikiavimas)" +msgid "HLOOKUP(SearchCriterion; Array; Index; SortedRangeLookup)" +msgstr "" #. nhwwF #: 04060109.xhp @@ -21346,14 +21337,14 @@ msgctxt "" msgid "<bookmark_value>LEFTB function</bookmark_value>" msgstr "<bookmark_value>LEFTB funkcija</bookmark_value>" -#. 43HxJ +#. zjvg5 #: 04060110.xhp msgctxt "" "04060110.xhp\n" "hd_id2947083\n" "help.text" -msgid "LEFTB" -msgstr "LEFTB" +msgid "<variable id=\"leftbvar\"><link href=\"text/scalc/01/04060110.xhp#leftb\" name=\"LEFTB\">LEFTB</link></variable>" +msgstr "" #. f3mWg #: 04060110.xhp @@ -21508,14 +21499,14 @@ msgctxt "" msgid "<bookmark_value>LENB function</bookmark_value>" msgstr "<bookmark_value>LENB funkcija</bookmark_value>" -#. tE3dg +#. e5FBE #: 04060110.xhp msgctxt "" "04060110.xhp\n" "hd_id2956110\n" "help.text" -msgid "LENB" -msgstr "LENB" +msgid "<variable id=\"lenbvar\"><link href=\"text/scalc/01/04060110.xhp#lenb\" name=\"LENB\">LENB</link></variable>" +msgstr "" #. Cwz9S #: 04060110.xhp @@ -21724,14 +21715,14 @@ msgctxt "" msgid "<bookmark_value>MIDB function</bookmark_value>" msgstr "<bookmark_value>MIDB funkcija</bookmark_value>" -#. wekeb +#. BxEFF #: 04060110.xhp msgctxt "" "04060110.xhp\n" "hd_id2954589\n" "help.text" -msgid "MIDB" -msgstr "MIDB" +msgid "<variable id=\"midbvar\"><link href=\"text/scalc/01/04060110.xhp#midb\" name=\"MIDB\">MIDB</link></variable>" +msgstr "" #. Qe8mw #: 04060110.xhp @@ -22165,14 +22156,14 @@ msgctxt "" msgid "<bookmark_value>RIGHTB function</bookmark_value>" msgstr "<bookmark_value>RIGHTB funkcija</bookmark_value>" -#. qocbt +#. YMkyY #: 04060110.xhp msgctxt "" "04060110.xhp\n" "hd_id2949805\n" "help.text" -msgid "RIGHTB" -msgstr "RIGHTB" +msgid "<variable id=\"rightbvar\"><link href=\"text/scalc/01/04060110.xhp#rightb\" name=\"RIGHTB\">RIGHTB</link></variable>" +msgstr "" #. gvrHM #: 04060110.xhp @@ -33172,15 +33163,6 @@ 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 "" @@ -55780,14 +55762,14 @@ msgctxt "" msgid "<emph>Average_Range</emph> – optional. It is a range of values for calculating the mean." msgstr "<emph>Viruskio sritis</emph> – papildomas argumentas.Sritis, kurioje nurodomas apskaičiuotas rezultatas." -#. brAso +#. kCbPD #: func_averageif.xhp msgctxt "" "func_averageif.xhp\n" "par_id45123108916423\n" "help.text" -msgid "Note that if the <emph>Average_Range</emph> is not specified, <emph>Range</emph> is used for both, the calculation of the mean and the search according to the condition. If the <emph>Average_Range</emph> is specified, the <emph>Range</emph> is used only for the condition test, while <emph>Average_Range</emph> is used for the mean calculation.<br/>The <emph>Criterion</emph> needs to be a string expression, in particular, the <emph>Criterion</emph> needs to be enclosed in quotation marks (\"Criterion\") with the exception of the names of functions, cell references and an operation of a string concatenation (&)." -msgstr "Atkreipkite dėmesį, jei <emph>vidurkio sritis</emph> nenurodyta, <emph>sritis</emph> naudojama abiems ir vidurkiu apskaičiuoti ir paieškai pagal sąlygą. Jei <emph>vidurkio sritis</emph> nurodyta, tai <emph>sritis</emph> naudojama tiks sąlygos tikrinimui, kai skaičiuojamas <emph>vidurkio srities</emph> reikšmių vidurkis.<br/> <emph>Kriterijus</emph> turi būti išreikštas eilute, be to <emph>kriterijus</emph> turi būti rašomas tarp angliškų kabučių (\"Kriterijus\"), jei tai nėra funkcijos pavadinimas, langelio nuoroda ar operacija." +msgid "If the <emph>Average_Range</emph> is not specified, <emph>Range</emph> is used for both, the calculation of the mean and the search according to the condition. If <emph>Average_Range</emph> is specified, the <emph>Range</emph> is used only for the condition test, while <emph>Average_Range</emph> is used for the average calculation." +msgstr "" #. 8v8Zv #: func_averageif.xhp @@ -57787,6 +57769,87 @@ 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>" +#. sUgSM +#: func_findb.xhp +msgctxt "" +"func_findb.xhp\n" +"tit\n" +"help.text" +msgid "FINDB Function" +msgstr "" + +#. EkUr2 +#: func_findb.xhp +msgctxt "" +"func_findb.xhp\n" +"bm_id141573508995071\n" +"help.text" +msgid "<bookmark_value>FINDB Function</bookmark_value> <bookmark_value>find text;FINDB Function</bookmark_value>" +msgstr "" + +#. WmZAa +#: func_findb.xhp +msgctxt "" +"func_findb.xhp\n" +"hd_id771573508637966\n" +"help.text" +msgid "<variable id=\"findb\"><link href=\"text/scalc/01/func_findb.xhp\" name=\"findb\">FINDB</link></variable>" +msgstr "" + +#. iW2EE +#: func_findb.xhp +msgctxt "" +"func_findb.xhp\n" +"par_id831573508637970\n" +"help.text" +msgid "<variable id=\"variable name\"><ahelp hid=\".\">Returns the starting position of a given text, using byte positions. FINDB is case sensitive.</ahelp></variable>" +msgstr "" + +#. yA9fg +#: func_findb.xhp +msgctxt "" +"func_findb.xhp\n" +"par_id221573517641172\n" +"help.text" +msgid "FINDB( Find Text ; Text ; Position )" +msgstr "" + +#. puQAw +#: func_findb.xhp +msgctxt "" +"func_findb.xhp\n" +"par_id241573517292388\n" +"help.text" +msgid "<emph>Find Text</emph>: The text or text expression to be found." +msgstr "" + +#. YgyTW +#: func_findb.xhp +msgctxt "" +"func_findb.xhp\n" +"par_id991573517299918\n" +"help.text" +msgid "<emph>Text</emph>: the text in which the search is to be made." +msgstr "" + +#. pfYPq +#: func_findb.xhp +msgctxt "" +"func_findb.xhp\n" +"par_id521573517305077\n" +"help.text" +msgid "<emph>Position</emph>: The position in the text where the search starts." +msgstr "" + +#. VLM4H +#: func_findb.xhp +msgctxt "" +"func_findb.xhp\n" +"par_id481573517830373\n" +"help.text" +msgid "<input>=FINDB(\"ᄫᄬ\";\"ᄩᄔᄕᄜᄝᄞᄠgᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";17)</input> returns 19." +msgstr "" + #. 2YcR7 #: func_forecastetsadd.xhp msgctxt "" @@ -60874,6 +60937,96 @@ msgctxt "" msgid "<link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ICU REGEXP\">ICU regular expressions</link>" msgstr "<link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ICU REGEXP\">ICU reguliarieji reiškiniai</link>" +#. B64FM +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"tit\n" +"help.text" +msgid "REPLACEB Function" +msgstr "" + +#. GfVed +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"bm_id141573508995071\n" +"help.text" +msgid "<bookmark_value>REPLACEB Function</bookmark_value> <bookmark_value>replace text;REPLACEB Function</bookmark_value>" +msgstr "" + +#. 5MutE +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"hd_id771573508637966\n" +"help.text" +msgid "<variable id=\"replaceb\"><link href=\"text/scalc/01/func_replaceb.xhp\" name=\"replaceb\">REPLACEB</link></variable>" +msgstr "" + +#. djAL7 +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"par_id831573508637970\n" +"help.text" +msgid "<variable id=\"variable name\"><ahelp hid=\".\">Returns text where an old text is replaced with a new text, using byte positions.</ahelp></variable>" +msgstr "" + +#. Fd4SC +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"par_id701542231253817\n" +"help.text" +msgid "REPLACEB( Text ; Position ; Length ; NewText )" +msgstr "" + +#. eY5FG +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"par_id331573510857418\n" +"help.text" +msgid "<emph>Text</emph>: A text expression or reference to a cell containing a text expression in which the characters are to be replaced." +msgstr "" + +#. bqPxd +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"par_id431573510862075\n" +"help.text" +msgid "<emph>Position</emph>: the character position from which text is to be replaced." +msgstr "" + +#. TtgNA +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"par_id481573510866260\n" +"help.text" +msgid "<emph>Length</emph>: the number of characters to be replaced." +msgstr "" + +#. UuACG +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"par_id911573510871412\n" +"help.text" +msgid "<emph>NewText</emph>: the text to be inserted." +msgstr "" + +#. QH3SH +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"par_id431573515742206\n" +"help.text" +msgid "<input>=REPLACEB(\"ᄩᄔᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";4;1;\"ab\")</input> returns \"ᄩ abᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\" ." +msgstr "" + #. E7heY #: func_roundsig.xhp msgctxt "" @@ -60991,6 +61144,87 @@ msgctxt "" msgid "See also <link href=\"text/scalc/01/04060106.xhp#Section21\" name=\"ROUND function\">ROUND</link>, <link href=\"text/scalc/01/04060106.xhp#Section7\" name=\"MROUND function\">MROUND</link>, <link href=\"text/scalc/01/04060106.xhp#Section19\" name=\"ROUNDUP function\">ROUNDUP</link>, <link href=\"text/scalc/01/04060106.xhp#Section20\" name=\"ROUNDDOWN function\">ROUNDDOWN</link>." msgstr "Daugiau skaitykite <link href=\"text/scalc/01/04060106.xhp#Section21\" name=\"ROUND function\">ROUND</link>, <link href=\"text/scalc/01/04060106.xhp#Section7\" name=\"MROUND function\">MROUND</link>, <link href=\"text/scalc/01/04060106.xhp#Section19\" name=\"ROUNDUP function\">ROUNDUP</link>, <link href=\"text/scalc/01/04060106.xhp#Section20\" name=\"ROUNDDOWN function\">ROUNDDOWN</link>." +#. hkbrZ +#: func_searchb.xhp +msgctxt "" +"func_searchb.xhp\n" +"tit\n" +"help.text" +msgid "SEARCHB Function" +msgstr "" + +#. ennrh +#: func_searchb.xhp +msgctxt "" +"func_searchb.xhp\n" +"bm_id141573508995071\n" +"help.text" +msgid "<bookmark_value>SEARCHB Function</bookmark_value> <bookmark_value>search text;SEARCHB Function</bookmark_value>" +msgstr "" + +#. AXnND +#: func_searchb.xhp +msgctxt "" +"func_searchb.xhp\n" +"hd_id771573508637966\n" +"help.text" +msgid "<variable id=\"searchb\"><link href=\"text/scalc/01/func_searchb.xhp\" name=\"searchb\">SEARCHB</link></variable>" +msgstr "" + +#. TySAy +#: func_searchb.xhp +msgctxt "" +"func_searchb.xhp\n" +"par_id831573508637970\n" +"help.text" +msgid "<variable id=\"variable name\"><ahelp hid=\".\">Returns the starting position of a given text, using byte positions (not case sensitive).</ahelp></variable>" +msgstr "" + +#. jADhb +#: func_searchb.xhp +msgctxt "" +"func_searchb.xhp\n" +"par_id531573516878780\n" +"help.text" +msgid "SEARCHB( Find text ; Text ; Position)" +msgstr "" + +#. 6Pmbf +#: func_searchb.xhp +msgctxt "" +"func_searchb.xhp\n" +"par_id241573517292388\n" +"help.text" +msgid "<emph>Find Text</emph>: The text or text expression to be found." +msgstr "" + +#. ovdFE +#: func_searchb.xhp +msgctxt "" +"func_searchb.xhp\n" +"par_id991573517299918\n" +"help.text" +msgid "<emph>Text</emph>: the text in which the search is to be made." +msgstr "" + +#. oDk8C +#: func_searchb.xhp +msgctxt "" +"func_searchb.xhp\n" +"par_id521573517305077\n" +"help.text" +msgid "<emph>Position</emph>: The position in the text where the search starts." +msgstr "" + +#. 2E7js +#: func_searchb.xhp +msgctxt "" +"func_searchb.xhp\n" +"par_id561573517310749\n" +"help.text" +msgid "<input>=SEARCHB(\"ᄫᄬ\";\"ᄩᄔᄕᄜᄝᄞᄠgᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";17)</input> returns 20." +msgstr "" + #. Mv5R9 #: func_second.xhp msgctxt "" diff --git a/source/lt/helpcontent2/source/text/shared/01.po b/source/lt/helpcontent2/source/text/shared/01.po index 07c791c671a..dc37eda6be8 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-11-08 19:34+0100\n" -"PO-Revision-Date: 2019-11-08 18:43+0000\n" +"POT-Creation-Date: 2019-11-13 13:46+0100\n" +"PO-Revision-Date: 2019-11-13 12:53+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" @@ -7718,7 +7718,7 @@ msgctxt "" "par_id3149741\n" "help.text" msgid "Term" -msgstr "" +msgstr "Pakaitos simboliai" #. vESi8 #: 02100001.xhp @@ -7727,7 +7727,7 @@ msgctxt "" "par_id3155577\n" "help.text" msgid "Representation/Use" -msgstr "" +msgstr "Reikšmė ir naudojimas" #. UjXoc #: 02100001.xhp @@ -7736,7 +7736,7 @@ msgctxt "" "par_id6600543\n" "help.text" msgid "Any character" -msgstr "" +msgstr "Bet kuris rašmuo" #. kJXwH #: 02100001.xhp @@ -7745,7 +7745,7 @@ msgctxt "" "par_id9824518.00000001\n" "help.text" msgid "The given character unless it is a regular expression meta character, which follow in this table." -msgstr "" +msgstr "Pats įvestas rašmuo, išskyrus tuos atvejus, kai įvedamas kuris nors šioje lentelėje nurodytas metarašmuo." #. NoqA6 #: 02100001.xhp @@ -7754,7 +7754,7 @@ msgctxt "" "par_id3149031\n" "help.text" msgid "Any single character except a line break or a paragraph break. For example, the search term \"sh.rt\" matches both \"shirt\" and \"short\"." -msgstr "" +msgstr "Bet koks vienas rašmuo neskaitant eilutės ar pastraipos lūžių. Pavyzdžiui, paieškos reiškinys „la.as“ atitiks žodžius „lapas“ ir „lakas“." #. qMXRu #: 02100001.xhp @@ -7763,7 +7763,7 @@ msgctxt "" "par_id3155351\n" "help.text" msgid "The beginning of a paragraph or cell. Special objects such as empty fields or character-anchored frames, at the beginning of a paragraph are ignored. Example: \"^Peter\" matches the word \"Peter\" only when it is the first word of a paragraph." -msgstr "" +msgstr "Pastraipos arba langelio pradžia. Specialiųjų objektų, pavyzdžiui, tuščių laukų ar prie rašmens pririštų kadrų, pastraipos pradžioje yra nepaisoma. Pavyzdys: reiškinys „^Jonas“ atitiks žodį „Jonas“ tik tuomet, kai šis žodis bus pirmasis pastraipos žodis." #. NxhF9 #: 02100001.xhp @@ -7772,7 +7772,7 @@ msgctxt "" "par_id3152542\n" "help.text" msgid "The end of a paragraph or cell. Special objects such as empty fields or character-anchored frames at the end of a paragraph are ignored. Example: \"Peter$\" matches only when the word \"Peter\" is the last word of a paragraph, note \"Peter\" cannot be followed by a period." -msgstr "" +msgstr "Pastraipos arba langelio pabaiga. Specialiųjų objektų, pavyzdžiui, tuščių laukų ar prie rašmens pririštų kadrų, pastraipos pabaigoje yra nepaisoma. Pavyzdys: reiškinys „Jonas$“ atitiks žodį „Jonas“ tik tuomet, kai šis žodis bus paskutinis pastraipos žodis. Po žodžio „Jonas“ neturi būti taško." #. oMTnF #: 02100001.xhp @@ -7781,7 +7781,7 @@ msgctxt "" "par_id3152543\n" "help.text" msgid "$ on its own matches the end of a paragraph. This way it is possible to search and replace paragraph breaks." -msgstr "" +msgstr "Atskirai ženklas $ reiškia pastraipos pabaigą. Šitaip galima ieškoti pastraipos lūžių ir juos pakeisti." #. ssWM5 #: 02100001.xhp @@ -7790,7 +7790,7 @@ msgctxt "" "par_id3155555\n" "help.text" msgid "Zero or more of the regular expression term immediately preceding it. For example, \"Ab*c\" matches \"Ac\", \"Abc\", \"Abbc\", \"Abbbc\", and so on." -msgstr "" +msgstr "Jokio, vienas ar daugiau reguliariojo reiškinio rašmenų, esančių prieš šį ženklą. Pavyzdžiui, reiškinys „Ab*c“ atitiks rašmenų sekas „Ac“, „Abc“, „Abbc“, „Abbbc“ ir t. t." #. YUSaM #: 02100001.xhp @@ -7799,7 +7799,7 @@ msgctxt "" "par_id3157958\n" "help.text" msgid "One or more of the regular expression term immediately preceding it. For example, \"AX.+4\" finds \"AXx4\", but not \"AX4\"." -msgstr "" +msgstr "Vienas ar daugiau reguliariojo reiškinio rašmenų, esančių prieš šį ženklą. Pavyzdžiui, reiškinys „AX.+4“ atitiks rašmenų seką „AXx4“, bet ne „AX4“." #. LMvcH #: 02100001.xhp @@ -7808,7 +7808,7 @@ msgctxt "" "par_id3145313\n" "help.text" msgid "The longest possible string that matches this regular expression in a paragraph is always matched. If the paragraph contains the string \"AX 4 AX4\", the entire passage is highlighted." -msgstr "" +msgstr "Šiuo būdu visada randama ilgiausia įmanoma reguliarųjį reiškinį atitinkanti rašmenų seka pastraipoje. Jei pastraipoje būtų seka „AX 4 AX4“, ji visa būtų pažymėta kaip radinys." #. mdVaj #: 02100001.xhp @@ -7817,7 +7817,7 @@ msgctxt "" "par_id3153684\n" "help.text" msgid "Zero or one of the regular expression term immediately preceding it. For example, \"Texts?\" matches \"Text\" and \"Texts\" and \"x(ab|c)?y\" finds \"xy\", \"xaby\", or \"xcy\"." -msgstr "" +msgstr "Jokio arba vienas reguliariojo reiškinio rašmuo, esantis prieš šį ženklą. Pavyzdžiui, reiškinys „Bala?“ atitiks žodžius „Bala“ ir „Balas“, o „x(ab|c)?y“ atitiks sekas „xy“, „xaby“ ar „xcy“." #. zyaC5 #: 02100001.xhp @@ -13480,13 +13480,13 @@ msgctxt "" msgid "Comments" msgstr "" -#. GpRhA +#. Mzeni #: 04050000.xhp msgctxt "" "04050000.xhp\n" "bm_id3154100\n" "help.text" -msgid "<bookmark_value>comments;inserting/editing/deleting/printing</bookmark_value> <bookmark_value>inserting; comments</bookmark_value> <bookmark_value>editing; comments</bookmark_value> <bookmark_value>deleting;comments</bookmark_value> <bookmark_value>Navigator;comments</bookmark_value> <bookmark_value>printing;comments</bookmark_value> <bookmark_value>records; inserting comments </bookmark_value> <bookmark_value>remarks, see also comments</bookmark_value>" +msgid "<bookmark_value>comments;inserting/editing/deleting/printing/resolving</bookmark_value> <bookmark_value>comments;hide resolved</bookmark_value> <bookmark_value>comments;resolve in text documents</bookmark_value> <bookmark_value>inserting; comments</bookmark_value> <bookmark_value>editing; comments</bookmark_value> <bookmark_value>deleting;comments</bookmark_value> <bookmark_value>Navigator;comments</bookmark_value> <bookmark_value>printing;comments</bookmark_value> <bookmark_value>resolving;comments</bookmark_value> <bookmark_value>records; inserting comments </bookmark_value> <bookmark_value>remarks, see also comments</bookmark_value>" msgstr "" #. t88DQ @@ -13705,6 +13705,24 @@ msgctxt "" msgid "Every user with write permission to the document can edit and delete comments of all authors." msgstr "" +#. qJE7L +#: 04050000.xhp +msgctxt "" +"04050000.xhp\n" +"par_id0302200901430918\n" +"help.text" +msgid "In the <emph>Find & Replace</emph> dialog of text documents, you can select to include the comments texts in your searches." +msgstr "" + +#. TtJvG +#: 04050000.xhp +msgctxt "" +"04050000.xhp\n" +"hd_id601573488847729\n" +"help.text" +msgid "Replying comments" +msgstr "" + #. XjKE5 #: 04050000.xhp msgctxt "" @@ -13714,13 +13732,31 @@ msgctxt "" msgid "If the comment in a text document was written by another author, there is a <emph>Reply</emph> command in the context menu. <ahelp hid=\".\">This command inserts a new comment adjacent to the comment to which you want to reply.</ahelp> The comment anchor is the same for both comments. Type your reply text in the new comment. Save and send your document to other authors, then those authors can add replies, too." msgstr "" -#. qJE7L +#. gPtB2 #: 04050000.xhp msgctxt "" "04050000.xhp\n" -"par_id0302200901430918\n" +"hd_id201573491050815\n" "help.text" -msgid "In the <emph>Find & Replace</emph> dialog of text documents, you can select to include the comments texts in your searches." +msgid "Marking comments resolved" +msgstr "" + +#. F4jJK +#: 04050000.xhp +msgctxt "" +"04050000.xhp\n" +"par_id961573491046250\n" +"help.text" +msgid "When the document has been reviewed and commented and requires your action in its contents, you can mark the comment <emph>Resolved</emph> or <emph>Unresolved</emph>. Open the comment context menu or click on the comment dropdown list to mark the Resolved checkbox. When you mark the comment resolved, the word <literal>Resolved</literal> is inserted under the date in the comment box. When marking unresolved, the word <literal>Resolved</literal> is removed." +msgstr "" + +#. UBwT2 +#: 04050000.xhp +msgctxt "" +"04050000.xhp\n" +"par_id521573491035753\n" +"help.text" +msgid "You can toggle the display of all resolved comments in the document. Hidden resolved comments are not displayed in the page margin but are not deleted. You can display back all hidden comments. Choose and mark <menuitem>View - Resolved comments</menuitem> to display the resolved comments. Unmark to hide resolved comments. The default is to display all resolved comments." msgstr "" #. SJFLT diff --git a/source/lt/helpcontent2/source/text/shared/guide.po b/source/lt/helpcontent2/source/text/shared/guide.po index acdbeb58939..8989e03a462 100644 --- a/source/lt/helpcontent2/source/text/shared/guide.po +++ b/source/lt/helpcontent2/source/text/shared/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-08 19:34+0100\n" +"POT-Creation-Date: 2019-11-13 13:46+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" @@ -22851,15 +22851,6 @@ msgctxt "" 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 "" @@ -22869,15 +22860,6 @@ msgctxt "" 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 "" @@ -22887,15 +22869,6 @@ msgctxt "" 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 "" @@ -22905,15 +22878,6 @@ msgctxt "" 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 "" diff --git a/source/lt/helpcontent2/source/text/swriter.po b/source/lt/helpcontent2/source/text/swriter.po index 8cd1695ba45..74f212fa524 100644 --- a/source/lt/helpcontent2/source/text/swriter.po +++ b/source/lt/helpcontent2/source/text/swriter.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2019-11-13 13:46+0100\n" "PO-Revision-Date: 2019-11-05 12:20+0000\n" "Last-Translator: Tolmantas <tolmantas.dagys@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textswriter/lt/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 3.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1540153534.000000\n" #. P7iNX @@ -871,6 +871,24 @@ msgctxt "" msgid "Show or hide a document's comments and replies to them." msgstr "Rodomi arba slepiami komentarai ir atsakymai į juos." +#. EWoyn +#: main0103.xhp +msgctxt "" +"main0103.xhp\n" +"hd_id981573492083329\n" +"help.text" +msgid "Resolved comments" +msgstr "" + +#. DGBcc +#: main0103.xhp +msgctxt "" +"main0103.xhp\n" +"par_id331573492076499\n" +"help.text" +msgid "Show or hide <link href=\"text/shared/01/04050000.xhp#resolvecomments\" name=\"resolve comments\">resolved comments</link>." +msgstr "" + #. DAXRW #: main0103.xhp msgctxt "" diff --git a/source/lt/helpcontent2/source/text/swriter/01.po b/source/lt/helpcontent2/source/text/swriter/01.po index 92a1fabab1c..48867efd913 100644 --- a/source/lt/helpcontent2/source/text/swriter/01.po +++ b/source/lt/helpcontent2/source/text/swriter/01.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-11-05 14:28+0100\n" -"PO-Revision-Date: 2019-11-05 12:00+0000\n" -"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" +"PO-Revision-Date: 2019-11-13 12:51+0000\n" +"Last-Translator: Tolmantas <tolmantas.dagys@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textswriter01/lt/>\n" "Language: lt\n" "MIME-Version: 1.0\n" @@ -617,7 +617,7 @@ msgctxt "" "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 "" +msgstr "<variable id=\"htmltext\"><ahelp hid=\".\">Išsaugo failą kaip HTML dokumentą, kad galėtumėte jį matyti naršyklėje. Galite pasirinkti sukurti atskirą puslapį, kai netikėtai susiduriate su antraštės stiliumi, kurį nurodėte dokumente.</ahelp> Jeigu pasirinksite šitą parinktį, atskiras nuorodų puslapis į visus sugeneruotus puslapius, bus taip pat sukurtas.</variable>" #. egW9H #: 01160500.xhp @@ -17870,7 +17870,7 @@ msgctxt "" "hd_id3154621\n" "help.text" msgid "Allow overlap" -msgstr "" +msgstr "Leisti perdengti" #. MSsaR #: 05060200.xhp @@ -17879,7 +17879,7 @@ msgctxt "" "par_id3147378\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/wrappage/allowoverlap\">Specifies whether the object is allowed to overlap another object.</ahelp> This option has no effect on wrap through objects, which can always overlap." -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/wrappage/allowoverlap\">Nurodo ar objektui leista perdengti kitą objektą.</ahelp>Ši parinktis neturi poveikio objektams virš teksto, kurie visada persidengia." #. fSRFh #: 05060200.xhp @@ -23234,7 +23234,7 @@ msgctxt "" "par_id3151184\n" "help.text" msgid "<link href=\"text/shared/01/02230402.xhp\" name=\"Manage AutoFormat Changes, Filter tab\">Manage Changes, Filter tab</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/02230402.xhp\" name=\"Manage AutoFormat Changes, Filter tab\">Pataisų tvarkymas, Filtro skirtukas</link>" #. isAgi #: 05170000.xhp @@ -23243,7 +23243,7 @@ msgctxt "" "tit\n" "help.text" msgid "Load Styles" -msgstr "" +msgstr "Įkelti stilius" #. WCqTR #: 05170000.xhp @@ -23252,7 +23252,7 @@ msgctxt "" "hd_id3151242\n" "help.text" msgid "Load Styles" -msgstr "" +msgstr "Įkelti stilius" #. DSm5D #: 05170000.xhp @@ -23261,7 +23261,7 @@ msgctxt "" "par_id3083446\n" "help.text" msgid "<variable id=\"vorlagentext\"><ahelp hid=\".\">Imports formatting styles from another document or template into the current document.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"vorlagentext\"><ahelp hid=\".\">Įkelia formatavimo stilius iš kito dokumento arba šablono dabartiniame dokumente.</ahelp></variable>" #. uooXD #: 05170000.xhp @@ -23270,7 +23270,7 @@ msgctxt "" "hd_id3149354\n" "help.text" msgid "Categories" -msgstr "" +msgstr "Kategorijos" #. F2MwG #: 05170000.xhp @@ -23279,7 +23279,7 @@ msgctxt "" "par_id3154561\n" "help.text" msgid "<ahelp hid=\"sfx/ui/loadtemplatedialog/categories\">Lists the available template categories. Click a category to view its contents in the <emph>Templates </emph>list.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"sfx/ui/loadtemplatedialog/categories\">Išrikiuoja galimas šablono kategorijas. Pasirinkite kategoriją, kad matytumėte jos turinį <emph>Šablonai</emph>sąraše.</ahelp>" #. AKYXw #: 05170000.xhp @@ -23288,7 +23288,7 @@ msgctxt "" "hd_id3149885\n" "help.text" msgid "Templates" -msgstr "" +msgstr "Šablonai" #. jjLC6 #: 05170000.xhp @@ -23297,7 +23297,7 @@ msgctxt "" "par_id3145249\n" "help.text" msgid "<ahelp hid=\"sfx/ui/loadtemplatedialog/templates\">Lists the available templates for the selected category.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"sfx/ui/loadtemplatedialog/templates\">Išrikiuoja galimus šablonus pasirinktai kategorijai.</ahelp>" #. M7Ge7 #: 05170000.xhp @@ -23306,7 +23306,7 @@ msgctxt "" "hd_id3148392\n" "help.text" msgid "Text" -msgstr "" +msgstr "Tekstas" #. KrEE9 #: 05170000.xhp @@ -23315,7 +23315,7 @@ msgctxt "" "par_id3149026\n" "help.text" msgid "<ahelp hid=\"sfx/ui/loadtemplatedialog/text\">Loads the paragraph and the character styles from the selected document into the current document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"sfx/ui/loadtemplatedialog/text\">Įkelia pastraipą ir rašmens stilius iš pasirinkto dokumento į dabartinį dokumentą.</ahelp>" #. ZWafy #: 05170000.xhp @@ -23324,7 +23324,7 @@ msgctxt "" "hd_id3153717\n" "help.text" msgid "Frame" -msgstr "" +msgstr "Kadras" #. AyAQs #: 05170000.xhp @@ -23333,7 +23333,7 @@ msgctxt "" "par_id3156320\n" "help.text" msgid "<ahelp hid=\"sfx/ui/loadtemplatedialog/frame\">Loads the frame styles from the selected document into the current document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"sfx/ui/loadtemplatedialog/frame\">Įkelia kadro stilius iš pasirinkto dokumento į dabartinį dokumentą.</ahelp>" #. cDjxY #: 05170000.xhp @@ -23342,7 +23342,7 @@ msgctxt "" "hd_id3147565\n" "help.text" msgid "Page" -msgstr "" +msgstr "Puslapis" #. AjBQj #: 05170000.xhp @@ -23351,7 +23351,7 @@ msgctxt "" "par_id3154642\n" "help.text" msgid "<ahelp hid=\"sfx/ui/loadtemplatedialog/pages\">Loads the page styles from the selected document into the current document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"sfx/ui/loadtemplatedialog/pages\">Įkelia puslapio stilius iš pasirinkto dokumento į dabartinį dokumentą.</ahelp>" #. xYKCi #: 05170000.xhp @@ -23360,7 +23360,7 @@ msgctxt "" "hd_id3153147\n" "help.text" msgid "Numbering" -msgstr "" +msgstr "Numeravimas" #. Gpytx #: 05170000.xhp @@ -23369,7 +23369,7 @@ msgctxt "" "par_id3152587\n" "help.text" msgid "<ahelp hid=\"sfx/ui/loadtemplatedialog/numbering\">Loads the numbering styles from the selected document into the current document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"sfx/ui/loadtemplatedialog/numbering\">Įkelia numeravimo stilius iš pasirinkto dokumento į dabartinį dokumentą.</ahelp>" #. y9JdX #: 05170000.xhp @@ -23378,7 +23378,7 @@ msgctxt "" "hd_id3151176\n" "help.text" msgid "Overwrite" -msgstr "" +msgstr "Perrašyti" #. UmBGU #: 05170000.xhp @@ -23387,7 +23387,7 @@ msgctxt "" "par_id3147514\n" "help.text" msgid "<ahelp hid=\"sfx/ui/loadtemplatedialog/overwrite\">Replaces styles in the current document that have the same name as the styles you are loading.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"sfx/ui/loadtemplatedialog/overwrite\">Pakeičia stilius dabartiniame dokumente, kurie turi tą patį pavadinimą kaip stiliai, kuriuos įkeliate.</ahelp>" #. 9FgYa #: 05170000.xhp @@ -23396,7 +23396,7 @@ msgctxt "" "par_id3150358\n" "help.text" msgid "Styles with identical names are automatically overwritten." -msgstr "" +msgstr "Stiliai su identiškais pavadinimais yra automatiškai perrašomi." #. gS8iq #: 05170000.xhp @@ -23405,7 +23405,7 @@ msgctxt "" "hd_id3153668\n" "help.text" msgid "From file" -msgstr "" +msgstr "Iš failo" #. 8Npm7 #: 05170000.xhp @@ -23414,7 +23414,7 @@ msgctxt "" "par_id3147526\n" "help.text" msgid "<ahelp hid=\"sfx/ui/loadtemplatedialog/fromfile\">Locate the file containing the styles that you want to load, and then click <emph>Open</emph>.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"sfx/ui/loadtemplatedialog/fromfile\">Suraskite failą apimantį stilius, kuriuos norite įkelti ir tada paspauskite <emph>Atverti</emph>.</ahelp>" #. xjekF #: 05190000.xhp @@ -23423,7 +23423,7 @@ msgctxt "" "tit\n" "help.text" msgid "Split Table" -msgstr "" +msgstr "Skaidyti lentelę" #. AicjV #: 05190000.xhp @@ -23432,7 +23432,7 @@ msgctxt "" "bm_id3153246\n" "help.text" msgid "<bookmark_value>tables; splitting</bookmark_value><bookmark_value>splitting tables; at cursor position</bookmark_value><bookmark_value>dividing tables</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>lentelės; skaidoma</bookmark_value><bookmark_value>skaidomos lentelės; žymeklio padėtyje </bookmark_value><bookmark_value>dalomos lentelės</bookmark_value>" #. stfXA #: 05190000.xhp @@ -23441,7 +23441,7 @@ msgctxt "" "hd_id3153246\n" "help.text" msgid "<link href=\"text/swriter/01/05190000.xhp\" name=\"Split Table\">Split Table</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/05190000.xhp\" name=\"Split Table\">Skaidyti lentelę</link>" #. RiuSm #: 05190000.xhp @@ -23450,7 +23450,7 @@ msgctxt "" "par_id3083450\n" "help.text" msgid "<ahelp hid=\".uno:SplitTable\">Splits the current table into two separate tables at the cursor position.</ahelp> You can also access this command by right-clicking in a table cell." -msgstr "" +msgstr "<ahelp hid=\".uno:SplitTable\">Išskaido dabartinę lentelę į dvi atskiras lenteles žymeklio padėtyje.</ahelp> Taip pat galite pasiekti šią komandą paspausdami dešiniu pelės klavišu lentelės langelį." #. 9mApf #: 05190000.xhp @@ -23459,7 +23459,7 @@ msgctxt "" "hd_id3149351\n" "help.text" msgid "Mode" -msgstr "" +msgstr "Veiksena" #. dLB2T #: 05190000.xhp @@ -23468,7 +23468,7 @@ msgctxt "" "hd_id3154554\n" "help.text" msgid "Copy heading" -msgstr "" +msgstr "Kopijuoti antraštę" #. e3CtK #: 05190000.xhp @@ -23477,7 +23477,7 @@ msgctxt "" "par_id3154503\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/splittable/copyheading\">Includes the first row of the original table as the first row of the second table.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/splittable/copyheading\">Įterpia originalios lentelės pirmą eilutę kaip pirmąją eilutę antrosios lentelės.</ahelp>" #. 5bFfm #: 05190000.xhp @@ -23486,7 +23486,7 @@ msgctxt "" "hd_id3149880\n" "help.text" msgid "Custom heading (apply style)" -msgstr "" +msgstr "Vartotojo aprašyta antraštė (taikyti stilių)" #. uFWhC #: 05190000.xhp @@ -23495,7 +23495,7 @@ msgctxt "" "par_id3148389\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/splittable/customheadingapplystyle\">Inserts a blank header row in the second table that is formatted with the style of the first row in the original table.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/splittable/customheadingapplystyle\">Įterpia tuščią antraštės eilutę į antrą lentelę, kuri yra suformatuota pirmos eilutės stiliumi originalioje lentelėje.</ahelp>" #. nhrJp #: 05190000.xhp @@ -23504,7 +23504,7 @@ msgctxt "" "hd_id3150568\n" "help.text" msgid "Custom heading" -msgstr "" +msgstr "Vartotojo aprašyta antraštė" #. Pr3Rb #: 05190000.xhp @@ -23513,7 +23513,7 @@ msgctxt "" "par_id3149027\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/splittable/customheading\">Inserts an additional blank row in the second table.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/splittable/customheading\">Įterpia papildomą tuščią eilutę į antrą lentelę.</ahelp>" #. UwcD8 #: 05190000.xhp @@ -23522,7 +23522,7 @@ msgctxt "" "hd_id3153720\n" "help.text" msgid "No heading" -msgstr "" +msgstr "Be antraštės" #. rE7g4 #: 05190000.xhp diff --git a/source/lt/helpcontent2/source/text/swriter/04.po b/source/lt/helpcontent2/source/text/swriter/04.po index e2bb2e91772..57b3ed735c3 100644 --- a/source/lt/helpcontent2/source/text/swriter/04.po +++ b/source/lt/helpcontent2/source/text/swriter/04.po @@ -4,14 +4,14 @@ 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-01-21 14:33+0000\n" +"PO-Revision-Date: 2019-11-13 12:52+0000\n" "Last-Translator: Tolmantas <tolmantas.dagys@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textswriter04/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: 1548081198.000000\n" @@ -221,7 +221,7 @@ msgctxt "" "par_id451547122572675\n" "help.text" msgid "Shift+F5" -msgstr "" +msgstr "Lyg2+F5" #. 4HBb2 #: 01020000.xhp @@ -230,7 +230,7 @@ msgctxt "" "par_id191547122572675\n" "help.text" msgid "Places the cursor at the position it had when the file was last saved. This only works if an author’s name is provided in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem>." -msgstr "" +msgstr "Padeda žymeklį į tą vietą, kurioje jis buvo, kai failas buvo išsaugotas paskutinį kartą. Tai veikia tik jeigu autoriaus vardas yra nurodytas <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME → Nuostatos </menuitem></caseinline></defaultinline><menuitem>Priemonės → Parinktys</menuitem></defaultinline></switchinline><menuitem> →%PRODUCTNAME → Naudotojo duomenys</menuitem>." #. GEWBz #: 01020000.xhp diff --git a/source/lt/helpcontent2/source/text/swriter/guide.po b/source/lt/helpcontent2/source/text/swriter/guide.po index c595c28d134..2a96ef1171d 100644 --- a/source/lt/helpcontent2/source/text/swriter/guide.po +++ b/source/lt/helpcontent2/source/text/swriter/guide.po @@ -4,8 +4,8 @@ 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-11-05 12:01+0000\n" -"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n" +"PO-Revision-Date: 2019-11-13 12:51+0000\n" +"Last-Translator: Tolmantas <tolmantas.dagys@gmail.com>\n" "Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textswriterguide/lt/>\n" "Language: lt\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 3.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564155170.000000\n" #. XAt2Y @@ -194,7 +194,7 @@ msgctxt "" "bm_id3149973\n" "help.text" msgid "<bookmark_value>headings;rearranging</bookmark_value><bookmark_value>rearranging headings</bookmark_value><bookmark_value>moving;headings</bookmark_value><bookmark_value>demoting heading levels</bookmark_value><bookmark_value>promoting heading levels</bookmark_value><bookmark_value>Navigator;heading levels and chapters</bookmark_value><bookmark_value>arranging;headings</bookmark_value><bookmark_value>outlines;arranging chapters</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>antraštės;pertvarkoma</bookmark_value><bookmark_value>pertvarkomos antraštės</bookmark_value><bookmark_value>judinama;antraštės</bookmark_value><bookmark_value>žeminami antraščių lygiai</bookmark_value><bookmark_value>keliami antraščių lygiai</bookmark_value><bookmark_value>Žvalgiklis;antraštės lygiai ir skyriai</bookmark_value><bookmark_value>tvarkoma;antraštės</bookmark_value><bookmark_value>kontūrai;tvarkomi skyriai</bookmark_value>" #. PULN7 #: arrange_chapters.xhp @@ -257,7 +257,7 @@ msgctxt "" "par_id3151206\n" "help.text" msgid "On the <emph>Standard Bar</emph>, click the <emph>Navigator</emph> icon <image id=\"img_id5211883\" src=\"cmd/sc_navigator.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id5211883\">Icon navigator</alt></image> to open the <emph>Navigator</emph>." -msgstr "" +msgstr "<emph>Įprastinėje juostoje</emph> spustelėkite <emph>Žvalgiklis</emph> piktogramą<image id=\"img_id5211883\" src=\"cmd/sc_navigator.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id5211883\">Piktogramą žvalgiklis</alt></image> norėdami atverti <emph>Žvalgiklį</emph>." #. HhGdF #: arrange_chapters.xhp @@ -266,7 +266,7 @@ msgctxt "" "par_id3151238\n" "help.text" msgid "On the <emph>Navigator</emph>, click the <emph>Content View</emph> icon <image id=\"img_id3156338\" src=\"sw/res/sc20244.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3156338\">Icon content view</alt></image>." -msgstr "" +msgstr "<emph>Žvalgiklyje</emph> paspauskite <emph>Turinio peržiūra</emph> piktogramą <image id=\"img_id3156338\" src=\"sw/res/sc20244.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3156338\">Piktogramos turinio peržiūra</alt></image>." #. 26EiK #: arrange_chapters.xhp @@ -293,7 +293,7 @@ msgctxt "" "par_id3155139\n" "help.text" msgid "Click a heading in the <emph>Navigator</emph> list, and then click the <emph>Promote Chapter</emph> <image id=\"img_id4217546\" src=\"sw/res/sc20174.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id4217546\">Icon promote</alt></image> or <emph>Demote Chapter</emph> icon <image id=\"img_id6505788\" src=\"sw/res/sc20171.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id6505788\">Icon demote</alt></image>." -msgstr "" +msgstr "Paspauskite antraštę <emph>Žvalgiklio</emph> sąraše ir pasirinkite <emph>Paaukštinti skyriaus lygį</emph><image id=\"img_id4217546\" src=\"sw/res/sc20174.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id4217546\">Paaukštinti piktogramos lygį</alt></image> arba <emph>Pažeminti skyriau lygį</emph> Piktogramą <image id=\"img_id6505788\" src=\"sw/res/sc20171.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id6505788\">Pažeminti piktogramos lygį</alt></image>." #. LwGVK #: arrange_chapters.xhp @@ -329,7 +329,7 @@ msgctxt "" "par_idN1081C\n" "help.text" msgid "Click the <emph>Promote Level</emph> <image id=\"img_id5564488\" src=\"sw/res/sc20172.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id5564488\">Icon promote level</alt></image> or <emph>Demote Level</emph> icon <image id=\"img_id3159363\" src=\"sw/res/sc20173.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3159363\">Icon demote level</alt></image>." -msgstr "" +msgstr "Paspauskite <emph>Paaukštinti lygį</emph><image id=\"img_id5564488\" src=\"sw/res/sc20172.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id5564488\">Piktograma paaukštinti lygį</alt></image> arba <emph>Pažeminti lygį</emph> Piktogramą<image id=\"img_id3159363\" src=\"sw/res/sc20173.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3159363\">Piktograma pažeminti lygį</alt></image>." #. ZFDXE #: arrange_chapters.xhp @@ -347,7 +347,7 @@ msgctxt "" "par_id3151352\n" "help.text" msgid "Click the <emph>Heading Levels Shown</emph> icon <image id=\"img_id3151310\" src=\"sw/res/sc20236.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3151310\">Icon heading levels</alt></image>, and then select a number from the list." -msgstr "" +msgstr "Paspauskite <emph>Antraščių lygiai rodomi</emph> piktogramoje <image id=\"img_id3151310\" src=\"sw/res/sc20236.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3151310\">Piktogramos antraštės lygiai</alt></image> ir tada pasirinkite skaičių iš sąrašo." #. 974h6 #: auto_numbering.xhp @@ -2435,7 +2435,7 @@ msgctxt "" "par_id8316904\n" "help.text" msgid "To reference cells in a Writer text table, enclose the cell address or the cell range in angle brackets. For example, to reference cell A1 from another cell, enter =<A1> into the cell." -msgstr "" +msgstr "Norėdami priskirti reikšmes langeliams, tekstų rengyklės lentelėje apskliauskite langelio adresą arba langelių apimtį į kampinius skliaustus. Pavyzdžiui, norėdami priskirti langelį A1 reikšmei iš kito langelio, įveskite =<A1> į langelį." #. i3E8j #: calculate_clipboard.xhp @@ -2444,7 +2444,7 @@ msgctxt "" "tit\n" "help.text" msgid "Calculating and Pasting the Result of a Formula in a Text Document" -msgstr "" +msgstr "Skaičiuojami ir įdedami formulės rezultatai teksto dokumente" #. rnfNq #: calculate_clipboard.xhp @@ -2453,7 +2453,7 @@ msgctxt "" "bm_id3147692\n" "help.text" msgid "<bookmark_value>pasting;results of formulas</bookmark_value> <bookmark_value>clipboard;calculating in text</bookmark_value> <bookmark_value>formulas;pasting results in text documents</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>įdedama;formulių rezultatai</bookmark_value> <bookmark_value>iškarpinė;skaičiuojama tekste</bookmark_value> <bookmark_value>formulės;įdedami rezultatai į teksto dokumentus</bookmark_value>" #. 8aheT #: calculate_clipboard.xhp @@ -2462,7 +2462,7 @@ msgctxt "" "hd_id3147692\n" "help.text" msgid "<variable id=\"calculate_clipboard\"><link href=\"text/swriter/guide/calculate_clipboard.xhp\" name=\" Calculating and Pasting the Result of a Formula in a Text Document\"> Calculating and Pasting the Result of a Formula in a Text Document</link></variable>" -msgstr "" +msgstr "<variable id=\"calculate_clipboard\"><link href=\"text/swriter/guide/calculate_clipboard.xhp\" name=\" Calculating and Pasting the Result of a Formula in a Text Document\">Skaičiuojami ir įdedami formulės rezultatai į teksto dokumentą</link></variable>" #. 72Eus #: calculate_clipboard.xhp @@ -2471,7 +2471,7 @@ msgctxt "" "par_id3156366\n" "help.text" msgid "If your text already contains a formula, for example \"12+24*2\", $[officename] can calculate, and then paste the result of the formula in your document, without using the <emph>Formula Bar</emph>." -msgstr "" +msgstr "Jeigu jūsų tekstas apima formulę, pavyzdžiui „12+24*2“, $[officename] gali suskaičiuoti ir tada įdėti formulės rezultatą į dokumentą, nenaudojant <emph>Formulių juostos</emph>." #. ZJeAi #: calculate_clipboard.xhp @@ -2480,7 +2480,7 @@ msgctxt "" "par_id3154250\n" "help.text" msgid "Select the formula in the text. The formula can only contain numbers and operators and cannot contain spaces." -msgstr "" +msgstr "Pasirinkite formulę tekste. Ši formulė gali apimti skaičius ir veiksmų su sekomis ir integravimo ženklus, ir negali turėti tarpų." #. sCpvN #: calculate_clipboard.xhp @@ -2489,7 +2489,7 @@ msgctxt "" "par_id3155496\n" "help.text" msgid "Choose <emph>Tools - Calculate</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Plus Sign (+)." -msgstr "" +msgstr "Pasirinkite <emph>Priemonės → Skaičiuoti</emph>, arba paspauskite <switchinline select=\"sys\"><caseinline select=\"MAC\">Komanda</caseinline><defaultinline>Vald</defaultinline></switchinline>+Plius ženklas (+)." #. 5PjmF #: calculate_clipboard.xhp @@ -2498,7 +2498,7 @@ msgctxt "" "par_id5172582\n" "help.text" msgid "Place the cursor where you want to insert the result of the formula, and then choose <item type=\"menuitem\">Edit - Paste</item>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V.<br/>The selected formula is replaced by the result." -msgstr "" +msgstr "Padėkite žymeklį ten, kur norite įterpti formulės rezultatą ir pasirinkite <item type=\"menuitem\">Taisa → Įdėti </item> arba paspauskite <switchinline select=\"sys\"><caseinline select=\"MAC\">Komanda </caseinline><defaultinline>Vald </defaultinline></switchinline>+V.<br/>Pasirinkta formulė būna pakeičiama rezultatu." #. jMhJC #: calculate_intable.xhp @@ -2507,7 +2507,7 @@ msgctxt "" "tit\n" "help.text" msgid "Calculating Cell Totals in Tables" -msgstr "" +msgstr "Skaičiuojamos langelių reikšmės lentelėse" #. mADd9 #: calculate_intable.xhp @@ -2516,7 +2516,7 @@ msgctxt "" "bm_id3147400\n" "help.text" msgid "<bookmark_value>calculating;sums in text tables</bookmark_value> <bookmark_value>totals in text tables</bookmark_value> <bookmark_value>tables;calculating sums</bookmark_value> <bookmark_value>cells;calculating sums</bookmark_value> <bookmark_value>table cells;calculating sums</bookmark_value> <bookmark_value>sums of table cell series</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>skaičiuojama;sumos teksto lentelėse</bookmark_value> <bookmark_value>iš viso teksto lentelėse</bookmark_value> <bookmark_value>lentelės;skaičiuojamos sumos</bookmark_value> <bookmark_value>langeliai;skaičiuojamos sumos</bookmark_value> <bookmark_value>lentelės langeliai;skaičiuojamos sumos</bookmark_value> <bookmark_value>lentelės langelių sekos sumos</bookmark_value>" #. Uf9js #: calculate_intable.xhp @@ -2525,7 +2525,7 @@ msgctxt "" "hd_id3147400\n" "help.text" msgid "<variable id=\"calculate_intable\"><link href=\"text/swriter/guide/calculate_intable.xhp\" name=\"Calculating Cell Totals in Tables\">Calculating the Sum of a Series of Table Cells</link></variable>" -msgstr "" +msgstr "<variable id=\"calculate_intable\"><link href=\"text/swriter/guide/calculate_intable.xhp\" name=\"Calculating Cell Totals in Tables\">Skaičiuojama lentelės langelių sekos suma</link></variable>" #. u3E33 #: calculate_intable.xhp @@ -2534,7 +2534,7 @@ msgctxt "" "par_id3154243\n" "help.text" msgid "Choose <emph>Table - Insert Table</emph>, and insert a table with one column and more than one row into a text document." -msgstr "" +msgstr "Pasirinkite <emph>Lentelė → Įterpti lentelę</emph> ir į teksto dokumentą įterpkite lentelę su vienu stulpeliu ir daugiau nei viena eilute." #. KEEPD #: calculate_intable.xhp @@ -2543,7 +2543,7 @@ msgctxt "" "par_id3154203\n" "help.text" msgid "Type a number in each cell of the column, but leave the last cell in the column empty." -msgstr "" +msgstr "Įrašykite skaičių į kiekvieną stulpelio langelį, bet palikite paskutinį langelį stulpelyje tuščią." #. GHxFq #: calculate_intable.xhp @@ -2552,7 +2552,7 @@ msgctxt "" "par_id3154222\n" "help.text" msgid "Place the cursor in the last cell of the column, and then click the <item type=\"menuitem\">Sum</item> icon on the <item type=\"menuitem\">Table Bar</item>.<br/>The <item type=\"menuitem\">Formula Bar</item> appears with the entry \"=sum\"." -msgstr "" +msgstr "Padėkite žymeklį į paskutinį stulpelio langeį ir tada paspauskite <item type=\"menuitem\">Suma</item> piktogramą <item type=\"menuitem\">Lentelės juostoje</item>.<br/> <item type=\"menuitem\">Formulės juosta</item> atsiranda su įrašu \"=sum\"." #. WGzC6 #: calculate_intable.xhp @@ -2561,7 +2561,7 @@ msgctxt "" "par_id3147775\n" "help.text" msgid "Click in the first cell of the series you want to sum up, drag to the final cell, and then release.<br/>$[officename] inserts a formula for calculating the sum of the values in the current column." -msgstr "" +msgstr "Pasirinkite pirmąjį langelį iš sekos, kurią norite susumuoti, nutempkite į paskutinį langelį ir tada atleiskite.<br/>$[officename] įterpia formulę reikšmių sumos skaičiavimui dabartiniame stulpelyje." #. K5hRi #: calculate_intable.xhp @@ -2570,7 +2570,7 @@ msgctxt "" "par_id3150507\n" "help.text" msgid "Press Enter, or click <emph>Apply</emph> in the Formula bar. <br/>The sum of the values in the current column is entered in the cell." -msgstr "" +msgstr "Paspauskite „Įvesti“ arba <emph>Pritaikyti</emph> formulių juostoje.<br/>Reikšmių suma dabartiniame stulpelyje yra įvesta į langelį." #. oFj4g #: calculate_intable.xhp |