aboutsummaryrefslogtreecommitdiff
path: root/source/lt/helpcontent2
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-03-06 12:43:35 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-03-06 12:50:29 +0100
commit610e3f90e150d90bd5305f53d5e39f111f197d4f (patch)
tree2bfa0eef128f37f16b32188798d7d619f9242fb3 /source/lt/helpcontent2
parent375b04cdcbe18a95ff4e5640b9c0d8db06de7beb (diff)
update translations for master
and force-fix errors using pocheck Change-Id: I5f28b96f84e88c6b61c181a501c75f7aca06ca9c
Diffstat (limited to 'source/lt/helpcontent2')
-rw-r--r--source/lt/helpcontent2/source/text/sbasic/shared.po82
-rw-r--r--source/lt/helpcontent2/source/text/scalc.po12
-rw-r--r--source/lt/helpcontent2/source/text/scalc/01.po22
-rw-r--r--source/lt/helpcontent2/source/text/scalc/05.po8
-rw-r--r--source/lt/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/lt/helpcontent2/source/text/sdraw/guide.po28
-rw-r--r--source/lt/helpcontent2/source/text/shared.po373
-rw-r--r--source/lt/helpcontent2/source/text/shared/00.po82
-rw-r--r--source/lt/helpcontent2/source/text/shared/01.po285
-rw-r--r--source/lt/helpcontent2/source/text/shared/02.po12
-rw-r--r--source/lt/helpcontent2/source/text/smath/01.po236
-rw-r--r--source/lt/helpcontent2/source/text/swriter/00.po6
-rw-r--r--source/lt/helpcontent2/source/text/swriter/01.po135
-rw-r--r--source/lt/helpcontent2/source/text/swriter/guide.po14
14 files changed, 763 insertions, 538 deletions
diff --git a/source/lt/helpcontent2/source/text/sbasic/shared.po b/source/lt/helpcontent2/source/text/sbasic/shared.po
index 919e092a991..cb9afbdb851 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: 2020-02-27 14:31+0100\n"
+"POT-Creation-Date: 2020-03-06 11:45+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"
@@ -25279,15 +25279,6 @@ msgctxt ""
msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, a property, or a subroutine."
msgstr ""
-#. GypWx
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"hd_id3149763\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
#. LYyBt
#: 03090412.xhp
msgctxt ""
@@ -25297,24 +25288,6 @@ msgctxt ""
msgid "Exit Do, Exit For, Exit Function, Exit Property, Exit Sub"
msgstr ""
-#. XA8QY
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"hd_id3148943\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#. beEkL
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3154760\n"
-"help.text"
-msgid "<emph>Exit Do</emph>"
-msgstr ""
-
#. CaPsN
#: 03090412.xhp
msgctxt ""
@@ -25324,15 +25297,6 @@ msgctxt ""
msgid "Only valid within a <emph>Do...Loop</emph> statement to exit the loop. Program execution continues with the statement that follows the Loop statement. If <emph>Do...Loop</emph> statements are nested, the control is transferred to the loop in the next higher level."
msgstr ""
-#. Gnb2R
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3150398\n"
-"help.text"
-msgid "<emph>Exit For</emph>"
-msgstr ""
-
#. ctSmU
#: 03090412.xhp
msgctxt ""
@@ -25342,15 +25306,6 @@ msgctxt ""
msgid "Only valid within a <emph>For...Next</emph> loop to exit the loop. Program execution continues with the first statement that follows the <emph>Next</emph> statement. In nested statements, the control is transferred to the loop in the next higher level."
msgstr ""
-#. PZitf
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3147229\n"
-"help.text"
-msgid "<emph>Exit Function</emph>"
-msgstr ""
-
#. T2hCJ
#: 03090412.xhp
msgctxt ""
@@ -25360,15 +25315,6 @@ msgctxt ""
msgid "Exits the <emph>Function</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Function</emph> call."
msgstr ""
-#. K8JKa
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id31581260355116\n"
-"help.text"
-msgid "<emph>Exit Property</emph>"
-msgstr ""
-
#. xZEAs
#: 03090412.xhp
msgctxt ""
@@ -25378,15 +25324,6 @@ msgctxt ""
msgid "Exits the <emph>Property</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Property</emph> call."
msgstr ""
-#. B6QCm
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3155132\n"
-"help.text"
-msgid "<emph>Exit Sub</emph>"
-msgstr ""
-
#. 2jmBs
#: 03090412.xhp
msgctxt ""
@@ -25405,15 +25342,6 @@ msgctxt ""
msgid "The Exit statement does not define the end of a structure, and must not be confused with the End statement."
msgstr ""
-#. v87od
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"hd_id3147348\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
#. J6bT4
#: 03090412.xhp
msgctxt ""
@@ -40921,13 +40849,13 @@ msgctxt ""
msgid "Examples"
msgstr ""
-#. GXEE5
+#. 2n4nC
#: property.xhp
msgctxt ""
"property.xhp\n"
"N0192\n"
"help.text"
-msgid "Print ProductName ' displays \"LibreOffice\""
+msgid "Print ProductName ' displays \"%PRODUCTNAME\""
msgstr ""
#. oUuG9
@@ -40948,13 +40876,13 @@ msgctxt ""
msgid "Public Property Get PathDelimiter As String ' Read-only variable"
msgstr ""
-#. 28GFJ
+#. yNhRi
#: property.xhp
msgctxt ""
"property.xhp\n"
"N0208\n"
"help.text"
-msgid "Case 4 : this = \":\" ' Linux or MacOS X"
+msgid "Case 4 : this = \":\" ' Linux or macOS"
msgstr ""
#. BievJ
diff --git a/source/lt/helpcontent2/source/text/scalc.po b/source/lt/helpcontent2/source/text/scalc.po
index 50056f00ce6..bdc85563851 100644
--- a/source/lt/helpcontent2/source/text/scalc.po
+++ b/source/lt/helpcontent2/source/text/scalc.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-28 14:53+0100\n"
-"PO-Revision-Date: 2020-02-22 17:16+0000\n"
+"POT-Creation-Date: 2020-03-06 11:45+0100\n"
+"PO-Revision-Date: 2020-03-06 10:51+0000\n"
"Last-Translator: eglejasu <egle.jasute@gmail.com>\n"
"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc/lt/>\n"
"Language: lt\n"
@@ -401,7 +401,7 @@ msgctxt ""
"par_id391577296078546\n"
"help.text"
msgid "Opens a submenu for selecting the date, sheet name or document title in the cell."
-msgstr ""
+msgstr "Atveria pasirinktų duomenų, lakšto ar dokumento pavadinimo langelyje submeniu."
#. JP4tR
#: main0105.xhp
@@ -520,14 +520,14 @@ msgctxt ""
msgid "<link href=\"text/scalc/main0106.xhp\" name=\"Tools\">Tools</link>"
msgstr "<link href=\"text/scalc/main0106.xhp\" name=\"Tools\">Priemonės</link>"
-#. HRbnr
+#. NwgnB
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"par_id3150440\n"
"help.text"
-msgid "<ahelp hid=\".\">The <emph>Tools </emph>menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios.</ahelp>"
-msgstr "<ahelp hid=\".\">Meniu <emph>Priemonės</emph> komandos skirtos rašybos tikrinimui, lakšto nuorodų sekimui, klaidų radimui ir scenarijų aprašymui.</ahelp>"
+msgid "<ahelp hid=\".\">The <emph>Tools</emph> menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios.</ahelp>"
+msgstr ""
#. NkvRH
#: main0106.xhp
diff --git a/source/lt/helpcontent2/source/text/scalc/01.po b/source/lt/helpcontent2/source/text/scalc/01.po
index 73b3afffa2f..e4a43bf5402 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: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-03-06 11:45+0100\n"
"PO-Revision-Date: 2020-02-22 17:15+0000\n"
"Last-Translator: eglejasu <egle.jasute@gmail.com>\n"
"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc01/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.10.3\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564863514.000000\n"
#. sZfWF
@@ -4723,32 +4723,32 @@ msgctxt ""
msgid "The following items are the parameter definitions for all database functions:"
msgstr "Toliau nurodyti elementai yra parametrų apibrėžimai visoms duomenų bazės funkcijoms:"
-#. kD27S
+#. GJ7fw
#: 04060101.xhp
msgctxt ""
"04060101.xhp\n"
"par_id3149453\n"
"help.text"
-msgid "<emph>Database</emph> is the cell range defining the database."
-msgstr "<emph>Duomenų bazė</emph> yra langelių blokas nurodantis duomenų bazę."
+msgid "<emph>Database</emph> is the cell range defining the database. The first row of the range contains the field names, and following rows are records with corresponding field values."
+msgstr ""
-#. c5WNY
+#. aZFWB
#: 04060101.xhp
msgctxt ""
"04060101.xhp\n"
"par_id3151272\n"
"help.text"
-msgid "<emph>DatabaseField</emph> specifies the column where the function operates on after the search criteria of the first parameter is applied and the data rows are selected. It is not related to the search criteria itself. <variable id=\"quotes\">For the DatabaseField parameter you can enter a reference to a header cell or a number to specify the column within the Database area, starting with 1. To reference a column by means of the literal column header name, place quotation marks around the header name.</variable>"
-msgstr "<emph>Duomenų bazės laukas</emph> nurodo stulpelį kuriame funkcija operuos pritaikius pirmo parametro paieškos kriterijų ir pažymėjus duomenų eilutes. Jis nėra susietas su paieškos kriterijumi. <variable id=\"quotes\">Į Duomenų bazės lauko parametro laukelį galite įvesti nuorodą į antraštės langelį arba tam tikro stulpelio numerį duomenų bazės ribose, pradedant nuo 1. Norint nurodyti stulpelį su raidinių pavadinimu, padėkite kabutes abiejuose pavadinimo pusėse.</variable>"
+msgid "<emph>DatabaseField</emph> specifies the column where the function operates on after the search criteria of the first parameter is applied and the data rows are selected. It is not related to the search criteria itself. <variable id=\"quotes\">For the DatabaseField parameter you can enter a reference to a header cell or a number to specify the column within the Database area, starting with 1. To reference a column by means of the literal column header name (from the first row of <emph>Database</emph> range), place quotation marks around the header name.</variable>"
+msgstr ""
-#. TA67U
+#. UwQMN
#: 04060101.xhp
msgctxt ""
"04060101.xhp\n"
"par_id3147083\n"
"help.text"
-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."
+msgid "<emph>SearchCriteria</emph> is the cell range containing search criteria. Like <emph>Database</emph>, its first row is also field names, and following rows are conditions for related fields. 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 ""
#. k58yy
#: 04060101.xhp
diff --git a/source/lt/helpcontent2/source/text/scalc/05.po b/source/lt/helpcontent2/source/text/scalc/05.po
index 8d4c34ba90c..bd45421bae7 100644
--- a/source/lt/helpcontent2/source/text/scalc/05.po
+++ b/source/lt/helpcontent2/source/text/scalc/05.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-02-27 14:31+0100\n"
-"PO-Revision-Date: 2020-01-24 14:47+0000\n"
+"PO-Revision-Date: 2020-03-06 10:51+0000\n"
"Last-Translator: eglejasu <egle.jasute@gmail.com>\n"
"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc05/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.10.3\n"
"X-POOTLE-MTIME: 1554744342.000000\n"
#. Cxzki
@@ -131,7 +131,7 @@ msgctxt ""
"par_id3165767\n"
"help.text"
msgid "none"
-msgstr ""
+msgstr "nieko"
#. 6s9C6
#: 02140000.xhp
@@ -140,7 +140,7 @@ msgctxt ""
"par_id3169267\n"
"help.text"
msgid "This value is outside of limits valid for this format"
-msgstr ""
+msgstr "Ši reikšmė neatitinka nurodyto formato"
#. ApVjg
#: 02140000.xhp
diff --git a/source/lt/helpcontent2/source/text/scalc/guide.po b/source/lt/helpcontent2/source/text/scalc/guide.po
index 5415f96e4cc..416c21b524c 100644
--- a/source/lt/helpcontent2/source/text/scalc/guide.po
+++ b/source/lt/helpcontent2/source/text/scalc/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-02-27 14:31+0100\n"
-"PO-Revision-Date: 2020-02-22 17:15+0000\n"
+"PO-Revision-Date: 2020-03-06 10:51+0000\n"
"Last-Translator: eglejasu <egle.jasute@gmail.com>\n"
"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalcguide/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.10.3\n"
"X-POOTLE-MTIME: 1566331981.000000\n"
#. NXy6S
@@ -8429,7 +8429,7 @@ msgctxt ""
"par_id6478774\n"
"help.text"
msgid "<image id=\"img_id1621753\" src=\"media/helpimg/what-if.png\"><alt id=\"alt_id1621753\">what-if sheet area</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id1621753\" src=\"media/helpimg/what-if.png\"><alt id=\"alt_id1621753\">lakšto sritis „kas, jei“</alt></image>"
#. KavvR
#: multioperation.xhp
diff --git a/source/lt/helpcontent2/source/text/sdraw/guide.po b/source/lt/helpcontent2/source/text/sdraw/guide.po
index 619cc6b7345..1230e5fcb88 100644
--- a/source/lt/helpcontent2/source/text/sdraw/guide.po
+++ b/source/lt/helpcontent2/source/text/sdraw/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-01-22 13:00+0100\n"
-"PO-Revision-Date: 2020-02-23 19:15+0000\n"
+"PO-Revision-Date: 2020-02-29 17:15+0000\n"
"Last-Translator: eglejasu <egle.jasute@gmail.com>\n"
"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textsdrawguide/lt/>\n"
"Language: lt\n"
@@ -1076,7 +1076,7 @@ msgctxt ""
"bm_id3147436\n"
"help.text"
msgid "<bookmark_value>eyedropper tool</bookmark_value><bookmark_value>colors; replacing</bookmark_value><bookmark_value>replacing;colors in bitmaps</bookmark_value><bookmark_value>metafiles;replacing colors</bookmark_value><bookmark_value>bitmaps;replacing colors</bookmark_value><bookmark_value>GIF images;replacing colors</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>paveikslo priemonės</bookmark_value><bookmark_value>spalvos; spalvų keitimas</bookmark_value><bookmark_value>spalvų keitimas;paveikslo spalvos</bookmark_value><bookmark_value>metafailai;spalvų keitimas</bookmark_value><bookmark_value>paveikslai;spalvų keitimas</bookmark_value><bookmark_value>GIF paveikslai;spalvų keitimas</bookmark_value>"
#. seBAr
#: eyedropper.xhp
@@ -1085,7 +1085,7 @@ msgctxt ""
"hd_id3147436\n"
"help.text"
msgid "<variable id=\"eyedropper\"><link href=\"text/sdraw/guide/eyedropper.xhp\" name=\"Replacing Colors\">Replacing Colors</link></variable>"
-msgstr ""
+msgstr "<variable id=\"eyedropper\"><link href=\"text/sdraw/guide/eyedropper.xhp\" name=\"Replacing Colors\">Spalvų keitimas</link></variable>"
#. 6nnwD
#: eyedropper.xhp
@@ -1094,7 +1094,7 @@ msgctxt ""
"par_id3156286\n"
"help.text"
msgid "You can replace colors in bitmaps with the <emph>Color Replacer</emph> tool."
-msgstr ""
+msgstr "Galite sukeisti paveikslo spalvas naudodami <emph>Spalvų keitimo</emph> komandą."
#. ArA6H
#: eyedropper.xhp
@@ -1103,7 +1103,7 @@ msgctxt ""
"par_id3154704\n"
"help.text"
msgid "Up to four colors can be replaced at once."
-msgstr ""
+msgstr "Sukeisti galima iki keturių spalvų vienu paspaudimu."
#. DmAhB
#: eyedropper.xhp
@@ -1112,7 +1112,7 @@ msgctxt ""
"par_id3147344\n"
"help.text"
msgid "You can also use the <emph>Transparency</emph> option to replace the transparent areas of an image with a color."
-msgstr ""
+msgstr "Jei norite pakeisti skaidrias paveikslo vietas kita spalva pasirinkite priemonę <emph>Skaidrumas</emph>."
#. Ze6JL
#: eyedropper.xhp
@@ -1121,7 +1121,7 @@ msgctxt ""
"par_id3148488\n"
"help.text"
msgid "Similarly, you can use the <emph>Color Replacer</emph> to make a color on your image transparent."
-msgstr ""
+msgstr "Panašiai galite spalvas padaryti skaidrias naudodami <emph>Spalvos keitimo</emph> priemonę."
#. ecY64
#: eyedropper.xhp
@@ -1130,7 +1130,7 @@ msgctxt ""
"hd_id3150205\n"
"help.text"
msgid "To replace colors with the Color Replacer tool"
-msgstr ""
+msgstr "Spalvų keitimas naudojant Spalvų sukeitimo (vietomis) priemonę"
#. vr8bG
#: eyedropper.xhp
@@ -1139,7 +1139,7 @@ msgctxt ""
"par_id3154656\n"
"help.text"
msgid "Ensure that the image you are using is a bitmap (for example, BMP, GIF, JPG, or PNG) or a metafile (for example, WMF)."
-msgstr ""
+msgstr "Įsitikinkite, kad naudojate taškinės grafikos paveikslą (pvz., BMP, GIF, JPG arba PNG) arba metafailą (pvz., WMF)."
#. TAeSM
#: eyedropper.xhp
@@ -1148,7 +1148,7 @@ msgctxt ""
"par_id3150202\n"
"help.text"
msgid "Choose <emph>Tools - Color Replacer</emph>."
-msgstr ""
+msgstr "Pasirinkite <emph>Priemonės → Spalvų keitiklis</emph>."
#. gyRmY
#: eyedropper.xhp
@@ -1157,7 +1157,7 @@ msgctxt ""
"par_id3155531\n"
"help.text"
msgid "Click the Color Replacer icon and position the mouse pointer over the color you want to replace in the image. The color appears in the box next to the icon."
-msgstr ""
+msgstr "Spustelėkite Paletės mygtuką atvertame Spalvų keitiklio lange ir perkelkite žymeklį ant piešinio norimos spalvos. Pasirinkta spalva pasirodys laukelyje šalia paletės."
#. tpTWi
#: eyedropper.xhp
@@ -1166,7 +1166,7 @@ msgctxt ""
"par_id3152985\n"
"help.text"
msgid "Click the color in the image. The color appears in the first <emph>Source color</emph> box and the check box next to the color is selected."
-msgstr ""
+msgstr "Spustelėkite spalvą piešinyje. Spalva pasirodys pirmame <emph>Pradinės spalvos</emph> langelyje ir pasižymi šalia spalvos esantis žymimasis laukelis."
#. ZKeEk
#: eyedropper.xhp
@@ -1175,7 +1175,7 @@ msgctxt ""
"par_id3148866\n"
"help.text"
msgid "In the <emph>Replace with</emph> box, select the new color."
-msgstr ""
+msgstr "Pasirinkite <emph>Galutinę spalvą</emph> išskleistoje spalvų paletėje."
#. ZZDJu
#: eyedropper.xhp
@@ -1184,7 +1184,7 @@ msgctxt ""
"par_id3145362\n"
"help.text"
msgid "This replaces all occurrences of the <emph>Source color</emph> in the image."
-msgstr ""
+msgstr "Spustelėkite mygtuką „Pakeisti“ ir piešinio parinkta <emph>Pradinė spalva</emph> pakeičiama į nurodytą galutinę spalvą."
#. JM5GC
#: eyedropper.xhp
diff --git a/source/lt/helpcontent2/source/text/shared.po b/source/lt/helpcontent2/source/text/shared.po
index e3aeb2aef30..0b2eb154e4c 100644
--- a/source/lt/helpcontent2/source/text/shared.po
+++ b/source/lt/helpcontent2/source/text/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2019-08-21 21:37+0200\n"
+"POT-Creation-Date: 2020-03-06 11:46+0100\n"
"PO-Revision-Date: 2019-11-05 12:21+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: Lithuanian <https://vm137.documentfoundation.org/projects/libo_help-master/textshared/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: 1552688379.000000\n"
#. ybhKD
@@ -2265,3 +2265,372 @@ msgctxt ""
"help.text"
msgid "This help page needs further work for correctness and completion. Please join the LibreOffice project and help us out to write the missing information. Visit our <link href=\"https://documentation.libreoffice.org/en/join-community/update-help-contents\"><emph>web page on writing Help contents</emph></link>."
msgstr ""
+
+#. MVHBc
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text"
+msgstr ""
+
+#. pVEBz
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id411816022675978\n"
+"help.text"
+msgid "<link href=\"text/shared/submenu_text.xhp\">Text</link>"
+msgstr ""
+
+#. UdmfU
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id398855439580083\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu where you can choose text formatting commands.</ahelp>"
+msgstr ""
+
+#. JCTNH
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id893328657433073\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp#hd_id0123200902243376\">Overline</link>"
+msgstr ""
+
+#. U9h8v
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id281953548674188\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/01/05020200.xhp#overline\" markup=\"ignore\"/>"
+msgstr ""
+
+#. NLNGF
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id773632078996899\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3163714\">Shadow</link>"
+msgstr ""
+
+#. hMRVP
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id873632078996899\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3147287\">Outline</link>"
+msgstr ""
+
+#. br5DC
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id207025326941609\n"
+"help.text"
+msgid "Wrap Text"
+msgstr ""
+
+#. jBc2E
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id302484503842787\n"
+"help.text"
+msgid "<ahelp hid=\".\">Break text automatically at the right edges of the selected cells.</ahelp>"
+msgstr ""
+
+#. BqgSi
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id273587522269593\n"
+"help.text"
+msgid "<link href=\"text/swriter/main0202.xhp#hd_id0122200903085320\">Increase Size</link>"
+msgstr ""
+
+#. GTjCT
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id511910578827551\n"
+"help.text"
+msgid "<link href=\"text/swriter/main0202.xhp#hd_id012220090308532\">Decrease Size</link>"
+msgstr ""
+
+#. WApc3
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id373587522269593\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0203.xhp#hd_id0122200903104143\">Increase Size</link>"
+msgstr ""
+
+#. AQANy
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id711910578827551\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0203.xhp#hd_id0122200903104228\">Decrease Size</link>"
+msgstr ""
+
+#. uzDFv
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id473587522269593\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0203.xhp#hd_id0122200903104143\">Increase Size</link>"
+msgstr ""
+
+#. GQ8Fj
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id611910578827551\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0203.xhp#hd_id0122200903104228\">Decrease Size</link>"
+msgstr ""
+
+#. wSRdX
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id172462591626807\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3149575\">UPPERCASE</link>"
+msgstr ""
+
+#. sjNg6
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id381953548674188\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/01/05020200.xhp#uppercase\"/>"
+msgstr ""
+
+#. FFVUb
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id935919548287354\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3149575\">lowercase</link>"
+msgstr ""
+
+#. ijGEm
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id481953548674188\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/01/05020200.xhp#lowercase\"/>"
+msgstr ""
+
+#. zGBE2
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id3147143\n"
+"help.text"
+msgid "Cycle Case"
+msgstr ""
+
+#. TSJfn
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id3152372\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangeCaseRotateCase\">Cycles the case of the selected characters between Title Case, Sentence case, UPPERCASE and lowercase.</ahelp>"
+msgstr ""
+
+#. v24QT
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id3147572\n"
+"help.text"
+msgid "Sentence case"
+msgstr ""
+
+#. v3Cr9
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id3150694\n"
+"help.text"
+msgid "<ahelp hid=\".\">Changes the first letter of the selected characters to an uppercase character.</ahelp>"
+msgstr ""
+
+#. JtsaD
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id640520497868661\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3149575\">Capitalize Every Word</link>"
+msgstr ""
+
+#. 3UGHA
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id581953548674188\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/01/05020200.xhp#capitalizeeveryword\"/>"
+msgstr ""
+
+#. Y9fn4
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id3147521\n"
+"help.text"
+msgid "tOGGLE cASE"
+msgstr ""
+
+#. eb5K9
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id3150623\n"
+"help.text"
+msgid "<ahelp hid=\".\">Toggles case of all selected characters.</ahelp>"
+msgstr ""
+
+#. WNuFq
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id342778277179117\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3149575\">Small capitals</link>"
+msgstr ""
+
+#. K6tXB
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id681953548674188\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/01/05020200.xhp#smallcapitals\"/>"
+msgstr ""
+
+#. VXJzA
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id442778277179117\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3149575\">Small capitals</link>"
+msgstr ""
+
+#. arEu2
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id781953548674188\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/01/05020200.xhp#smallcapitals\"/>"
+msgstr ""
+
+#. KQxFn
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id542778277179117\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3149575\">Small capitals</link>"
+msgstr ""
+
+#. okCcu
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id881953548674188\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/01/05020200.xhp#smallcapitals\"/>"
+msgstr ""
+
+#. zo6cE
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id3155392\n"
+"help.text"
+msgid "Half-width"
+msgstr ""
+
+#. SEpmw
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id3147088\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangeCaseToHalfWidth\">Changes the selected Asian characters to half-width characters.</ahelp>"
+msgstr ""
+
+#. rA2DG
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id3156113\n"
+"help.text"
+msgid "Full Width"
+msgstr ""
+
+#. Ep24G
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id3154749\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangeCaseToFullWidth\">Changes the selected Asian characters to full-width characters.</ahelp>"
+msgstr ""
+
+#. dZCcC
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id3152996\n"
+"help.text"
+msgid "Hiragana"
+msgstr ""
+
+#. AB6ta
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id3156156\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangeCaseToHiragana\">Changes the selected Asian characters to Hiragana characters.</ahelp>"
+msgstr ""
+
+#. LNQLS
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id3154173\n"
+"help.text"
+msgid "Katakana"
+msgstr ""
+
+#. QSxUp
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id3146137\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangeCaseToKatakana\">Changes the selected Asian characters to Katakana characters.</ahelp>"
+msgstr ""
diff --git a/source/lt/helpcontent2/source/text/shared/00.po b/source/lt/helpcontent2/source/text/shared/00.po
index 50292289e7b..8937add4261 100644
--- a/source/lt/helpcontent2/source/text/shared/00.po
+++ b/source/lt/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-27 14:31+0100\n"
+"POT-Creation-Date: 2020-03-06 11:46+0100\n"
"PO-Revision-Date: 2020-02-10 17:43+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/lt/>\n"
@@ -277,6 +277,24 @@ msgctxt ""
msgid "<ahelp hid=\".\">Applies the modified or selected values without closing the dialog.</ahelp>"
msgstr "<ahelp hid=\".\">Parinktos ar pakeistos reikšmės pritaikomos neužveriant dialogo lango.</ahelp>"
+#. UWBMs
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id131583023155214\n"
+"help.text"
+msgid "This option appears only for Paragraph Style, Frame Style, and Page Style."
+msgstr ""
+
+#. ZQiEE
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id131583023155356\n"
+"help.text"
+msgid "This option appears only for Paragraph Style and Character Style."
+msgstr ""
+
#. 8ZDnK
#: 00000001.xhp
msgctxt ""
@@ -10342,23 +10360,59 @@ msgctxt ""
msgid "Choose <emph>View - Styles</emph> - open context menu of an entry and choose <emph>Modify/New - Footer</emph> tab."
msgstr "Pasirinkite komandą <emph>Rodymas → Stiliai</emph>, stilių polangyje atverkite kontekstinį kurio nors įrašo meniu, iš ten pasirinkite komandą <emph>Keisti</emph> arba <emph>Kurti</emph> ir atverkite kortelę <emph>Puslapinė poraštė</emph>."
-#. ETek8
+#. 6pGoA
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3166447\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>"
+msgstr ""
+
+#. fqW8D
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3147404\n"
"help.text"
-msgid "Choose <emph>View - Styles</emph>."
-msgstr "Pasirinkite <emph>Rodymas → Stiliai</emph>."
+msgid "Choose <menuitem>View - Styles</menuitem>."
+msgstr ""
+
+#. j6BRB
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id2847164\n"
+"help.text"
+msgid "Choose <menuitem>Format - Styles - Manage Styles</menuitem>."
+msgstr ""
-#. D7A6R
+#. AKrzh
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
-"par_id3166447\n"
+"par_id3147164\n"
+"help.text"
+msgid "Choose <menuitem>Format - Styles - Manage Styles</menuitem>."
+msgstr ""
+
+#. 3RGHA
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3192854\n"
+"help.text"
+msgid "Choose <menuitem>Styles - Manage Styles</menuitem>."
+msgstr ""
+
+#. LUBTb
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3147854\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>"
+msgid "Choose <menuitem>Styles - Manage Styles</menuitem>."
+msgstr ""
#. VR98p
#: 00040500.xhp
@@ -10684,13 +10738,13 @@ msgctxt ""
msgid "Crop"
msgstr ""
-#. pQwUA
+#. 93aQN
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3151254\n"
"help.text"
-msgid "Choose <emph>Format - Text</emph> or <emph>Format - Text - Change Case</emph>."
+msgid "Choose <menuitem>Format - Text</menuitem>."
msgstr ""
#. suPn7
@@ -12394,13 +12448,13 @@ msgctxt ""
msgid "<variable id=\"formattext\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - Text Attributes</emph> </caseinline><caseinline select=\"CALC\"><emph>Object - Text - </emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline>.</variable>"
msgstr ""
-#. qH3eF
+#. vAF3U
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3152810\n"
"help.text"
-msgid "<variable id=\"text\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - Text Attributes</emph> </caseinline><caseinline select=\"CALC\"><emph>Object - Text</emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline><emph> - Text</emph> tab.</variable>"
+msgid "<variable id=\"text\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - Text Attributes</menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - Text</menuitem></caseinline><caseinline select=\"IMPRESS\"><menuitem>Object and Shape</menuitem></caseinline><defaultinline><menuitem>Text</menuitem></defaultinline></switchinline><emph> - Text</emph> tab.</variable>"
msgstr ""
#. D7D2C
@@ -12655,13 +12709,13 @@ msgctxt ""
msgid "Italic"
msgstr ""
-#. WCGtP
+#. 8fDN3
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3154589\n"
"help.text"
-msgid "Open context menu - choose <emph>Style - Underline</emph>."
+msgid "Open the menu <menuitem>Format - Text</menuitem> and choose <menuitem>Single Underline</menuitem> or <menuitem>Double Underline</menuitem>."
msgstr ""
#. ibTke
diff --git a/source/lt/helpcontent2/source/text/shared/01.po b/source/lt/helpcontent2/source/text/shared/01.po
index c64822cc03c..d4e320a1009 100644
--- a/source/lt/helpcontent2/source/text/shared/01.po
+++ b/source/lt/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-27 14:31+0100\n"
+"POT-Creation-Date: 2020-03-06 11:46+0100\n"
"PO-Revision-Date: 2020-02-14 10:24+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/lt/>\n"
@@ -13626,13 +13626,13 @@ msgctxt ""
msgid "The author name and the comment creation date and time is shown at the bottom of the comment box."
msgstr ""
-#. 2BmKt
+#. BCd4y
#: 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 commands for comment management."
+msgid "The comment box contains a button with a down arrow. Click the icon to open a menu with commands for comment management."
msgstr ""
#. oB8vA
@@ -15138,14 +15138,14 @@ msgctxt ""
msgid "Text Decoration"
msgstr ""
-#. YV7be
+#. WMggf
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
"par_id0123200902291084\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\"><emph>Overlines or removes overlining from the selected text. If the cursor is not in a word, the new text that you enter is overlined.</emph></ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\"><emph>Nubrėžiama arba pašalinama linija virš pažymėto teksto. Jei žymeklis yra ne žodyje, linija brėžiama virš naujai renkamo teksto.</emph></ahelp>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\"><variable visibility=\"hidden\" id=\"overline\">Overlines or removes overlining from the selected text. If the cursor is not in a word, the new text that you enter is overlined.</variable></ahelp>"
+msgstr ""
#. yLgGs
#: 05020200.xhp
@@ -15309,50 +15309,50 @@ msgctxt ""
msgid "The following capitalization effects are available:"
msgstr "Galima rinktis iš šių raidžių lygio efektų:"
-#. Yh6gB
+#. kNTy9
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
"par_id3155922\n"
"help.text"
-msgid "<emph>Without</emph> - no effect is applied,"
-msgstr "<emph>Jokio</emph> – netaikomas joks efektas."
+msgid "<emph>Without</emph> - No effect is applied."
+msgstr ""
-#. dTSUy
+#. 3FEXm
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
"par_id3154280\n"
"help.text"
-msgid "<emph>UPPERCASE</emph> - changes the selected lowercase characters to uppercase characters,"
+msgid "<emph>UPPERCASE</emph> - <variable id=\"uppercase\">Changes the selected lowercase characters to uppercase characters.</variable>"
msgstr ""
-#. m97Bp
+#. iRaV4
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
"par_id3148947\n"
"help.text"
-msgid "<emph>lowercase</emph> - changes the selected uppercase characters to lower characters,"
+msgid "<emph>lowercase</emph> - <variable id=\"lowercase\">Changes the selected uppercase characters to lower characters.</variable>"
msgstr ""
-#. JWiX7
+#. FEVh9
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<emph>Capitalize Every Word</emph> - changes the first character of each selected word to an uppercase character,"
+msgid "<emph>Capitalize Every Word</emph> - <variable id=\"capitalizeeveryword\">Changes the first character of each selected word to an uppercase character.</variable>"
msgstr ""
-#. 7gaCo
+#. GBuCC
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
"par_id3154937\n"
"help.text"
-msgid "<emph>Small capitals</emph> - changes the selected lowercase characters to uppercase characters, and then reduces their size."
-msgstr "<emph>Sumažintos didžiosios raidės</emph> – pažymėtos mažosios raidės pakeičiamos didžiosiomis ir sumažinamas jų dydis."
+msgid "<emph>Small capitals</emph> - <variable id=\"smallcapitals\">Changes the selected lowercase characters to uppercase characters, and then reduces their size.</variable>"
+msgstr ""
#. kGuxJ
#: 05020200.xhp
@@ -23896,195 +23896,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Backgrounds\">Backgrounds</link>"
msgstr ""
-#. WGQME
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Change Case"
-msgstr ""
-
-#. mjCf4
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3152952\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05050000.xhp\" name=\"Change Case\">Change Case</link>"
-msgstr ""
-
-#. GsfPT
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3151299\n"
-"help.text"
-msgid "<ahelp hid=\".\">Changes the case of characters in the selection. If the cursor is within a word and no text is selected, then the word is the selection.</ahelp>"
-msgstr ""
-
-#. HiVtp
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3147572\n"
-"help.text"
-msgid "Sentence case"
-msgstr ""
-
-#. DSNBo
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3150694\n"
-"help.text"
-msgid "<ahelp hid=\".\">Changes the first letter of the selected Western characters to an uppercase character.</ahelp>"
-msgstr ""
-
-#. 3EaaE
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3147571\n"
-"help.text"
-msgid "lowercase"
-msgstr ""
-
-#. jgcop
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3150693\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ChangeCaseToLower\">Changes the selected Western characters to lowercase characters.</ahelp>"
-msgstr ""
-
-#. wus8E
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3147143\n"
-"help.text"
-msgid "UPPERCASE"
-msgstr ""
-
-#. jGhuq
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3152372\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ChangeCaseToUpper\">Changes the selected Western characters to uppercase characters.</ahelp>"
-msgstr ""
-
-#. pAKvC
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3147511\n"
-"help.text"
-msgid "Capitalize Every Word"
-msgstr ""
-
-#. rEaJy
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3150613\n"
-"help.text"
-msgid "<ahelp hid=\".\">Changes the first character of every word of the selected Western characters to an uppercase character.</ahelp>"
-msgstr ""
-
-#. GBAPy
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3147521\n"
-"help.text"
-msgid "tOGGLE cASE"
-msgstr ""
-
-#. KpyZ7
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3150623\n"
-"help.text"
-msgid "<ahelp hid=\".\">Toggles case of all selected Western characters.</ahelp>"
-msgstr ""
-
-#. M8e5U
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3155392\n"
-"help.text"
-msgid "Half-width"
-msgstr ""
-
-#. 2jAfq
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3147088\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ChangeCaseToHalfWidth\">Changes the selected Asian characters to half-width characters.</ahelp>"
-msgstr ""
-
-#. VUaUS
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3156113\n"
-"help.text"
-msgid "Full Width"
-msgstr ""
-
-#. oDxPN
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3154749\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ChangeCaseToFullWidth\">Changes the selected Asian characters to full-width characters.</ahelp>"
-msgstr ""
-
-#. CKrP7
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3152996\n"
-"help.text"
-msgid "Hiragana"
-msgstr ""
-
-#. LAi53
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3156156\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ChangeCaseToHiragana\">Changes the selected Asian characters to Hiragana characters.</ahelp>"
-msgstr ""
-
-#. tUfff
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3154173\n"
-"help.text"
-msgid "Katakana"
-msgstr ""
-
-#. EtCNN
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3146137\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ChangeCaseToKatakana\">Changes the selected Asian characters to Katakana characters.</ahelp>"
-msgstr ""
-
#. CgGUH
#: 05060000.xhp
msgctxt ""
@@ -25228,13 +25039,13 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05110300.xhp\" name=\"Underline\">Underline</link>"
msgstr ""
-#. LhdJt
+#. ECBrK
#: 05110300.xhp
msgctxt ""
"05110300.xhp\n"
"par_id3149031\n"
"help.text"
-msgid "<ahelp hid=\".uno:Underline\" visibility=\"visible\">Underlines or removes underlining from the selected text.</ahelp>"
+msgid "<ahelp hid=\".uno:Underline\">Underlines or removes underlining from the selected text.</ahelp>"
msgstr ""
#. XAscP
@@ -25246,13 +25057,40 @@ msgctxt ""
msgid "If the cursor is not in a word, the new text that you enter is underlined."
msgstr ""
-#. 7BSbf
+#. VGYv6
+#: 05110300.xhp
+msgctxt ""
+"05110300.xhp\n"
+"hd_id849353401761432\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05110300.xhp\" name=\"SingleUnderline\">Single Underline</link>"
+msgstr ""
+
+#. PiPG2
+#: 05110300.xhp
+msgctxt ""
+"05110300.xhp\n"
+"par_id212197604765254\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Underline\">Underlines the selected text with a single line.</ahelp>"
+msgstr ""
+
+#. ciLxw
+#: 05110300.xhp
+msgctxt ""
+"05110300.xhp\n"
+"hd_id949353401761432\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05110300.xhp\" name=\"DoubleUnderline\">Double Underline</link>"
+msgstr ""
+
+#. NS8wf
#: 05110300.xhp
msgctxt ""
"05110300.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".uno:UnderlineDouble\" visibility=\"hidden\">Underlines the selected text with two lines.</ahelp>"
+msgid "<ahelp hid=\".uno:UnderlineDouble\">Underlines the selected text with two lines.</ahelp>"
msgstr ""
#. m4GEk
@@ -27937,13 +27775,13 @@ msgctxt ""
msgid "Use the preview to view your changes before you apply the transparency effect to the color fill of the selected object."
msgstr ""
-#. jKvAA
+#. fZrDg
#: 05220000.xhp
msgctxt ""
"05220000.xhp\n"
"tit\n"
"help.text"
-msgid "Text"
+msgid "Text (Formatting)"
msgstr ""
#. rCSp7
@@ -27982,13 +27820,13 @@ msgctxt ""
msgid "The text is positioned relative to the edges of the drawing or text object."
msgstr ""
-#. EWHWt
+#. WcxTm
#: 05220000.xhp
msgctxt ""
"05220000.xhp\n"
"hd_id3149031\n"
"help.text"
-msgid "Text"
+msgid "Drawing Object Text"
msgstr ""
#. ep3BQ
@@ -28036,13 +27874,13 @@ msgctxt ""
msgid "Fit to frame"
msgstr ""
-#. dAhvD
+#. PHCtm
#: 05220000.xhp
msgctxt ""
"05220000.xhp\n"
"par_id3147834\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/textattrtabpage/TSB_FIT_TO_SIZE\">Resizes the text to fit the entire area of the drawing or text object.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/textattrtabpage/TSB_FIT_TO_SIZE\">Resizes the text to fit the entire area of the drawing or text object.</ahelp> This control is available only when the other \"fit\" controls are not selected."
msgstr ""
#. ZCxA3
@@ -28063,6 +27901,15 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/textattrtabpage/TSB_CONTOUR\">Adapts the text flow so that it matches the contours of the selected drawing object.</ahelp>"
msgstr ""
+#. LRVR9
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"hd_id3149376\n"
+"help.text"
+msgid "Custom Shape Text"
+msgstr ""
+
#. BfUAu
#: 05220000.xhp
msgctxt ""
@@ -44381,13 +44228,13 @@ msgctxt ""
msgid "Image Information"
msgstr ""
-#. QENao
+#. AdAGc
#: image_compression.xhp
msgctxt ""
"image_compression.xhp\n"
"hd_id501534716852913\n"
"help.text"
-msgid "Calculate New Size..."
+msgid "Calculate New Size"
msgstr ""
#. DpeVD
diff --git a/source/lt/helpcontent2/source/text/shared/02.po b/source/lt/helpcontent2/source/text/shared/02.po
index d7cf6d7f8f6..8f695174a9e 100644
--- a/source/lt/helpcontent2/source/text/shared/02.po
+++ b/source/lt/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-01-22 13:00+0100\n"
+"POT-Creation-Date: 2020-03-06 11:46+0100\n"
"PO-Revision-Date: 2020-02-10 17:43+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/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.9.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1552598926.000000\n"
#. Edm6o
@@ -10493,22 +10493,22 @@ msgctxt ""
msgid "Navigator On/Off"
msgstr ""
-#. G3eDP
+#. GBVDK
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"tit\n"
"help.text"
-msgid "Styles"
+msgid "Styles (icon)"
msgstr ""
-#. G2duK
+#. PUeB4
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"hd_id3154228\n"
"help.text"
-msgid "<link href=\"text/shared/02/01230000.xhp\" name=\"Styles\">Styles</link>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">Styles</link></caseinline><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">Styles</link></caseinline><defaultinline><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">Styles</link></defaultinline></switchinline>"
msgstr ""
#. 8NLAN
diff --git a/source/lt/helpcontent2/source/text/smath/01.po b/source/lt/helpcontent2/source/text/smath/01.po
index 75a17f71982..fc73f6cab0a 100644
--- a/source/lt/helpcontent2/source/text/smath/01.po
+++ b/source/lt/helpcontent2/source/text/smath/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-02-10 17:54+0100\n"
-"PO-Revision-Date: 2020-02-27 13:44+0000\n"
+"PO-Revision-Date: 2020-03-06 10:51+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textsmath01/lt/>\n"
"Language: lt\n"
@@ -4568,7 +4568,7 @@ msgctxt ""
"par_id3149626\n"
"help.text"
msgid "Use the <emph>color</emph> command to change the color of your formula. Type <emph>color</emph>, then type the color name (the available colors are white, black, cyan, magenta, red, blue, green and yellow), then the formula, character or character sequence. The input <emph>color green size 20 a</emph> results in a green letter \"a\" with a font size of 20."
-msgstr ""
+msgstr "Komanda <emph>color</emph> galima pakeisti formulės elementų spalvą. Surinkite <emph>color</emph>, tuomet anglišką spalvos pavadinimą (balta – white, juoda – black, žydra – cyan, purpurinė – magenta, raudona – red, mėlyna – blue, žalia – green, geltona – yellow, pilka – gray, citrininė – lime, kaštoninė – maroon, jūros – navy, alyvuogių – olive, violetinė – purple, sidabrinė – silver, tamsiai žydra – teal) ir formulę, rašmenį ar rašmenų seką. Surinkus <emph>color green size 20 a</emph> bus įterpta 20 punktų dydžio žalia raidė „a“."
#. acYAA
#: 03090600.xhp
@@ -4577,7 +4577,7 @@ msgctxt ""
"par_id3146071\n"
"help.text"
msgid "The <emph>nbold</emph> and <emph>nitalic</emph> commands remove the bold or italic default fonts of formula components. For example, remove italics from the x in the formula 5 x + 3=28 by typing <emph>nitalic</emph> before the x as in <emph>5 nitalic x + 3=28</emph>."
-msgstr ""
+msgstr "Komandomis <emph>nbold</emph> ir <emph>nitalic</emph> pašalinami numatytieji formulių elementų pusjuodžio šrifto ir kursyvo požymiai. Pavyzdžiui, jei formulėje „5 x + 3=28“ rašmens „x“ nenorite rašyti kursyvu, prieš rašmenį surinkite komandą <emph>nitalic</emph>: <emph>5 nitalic x + 3=28</emph>."
#. sRp2Q
#: 03090600.xhp
@@ -4586,7 +4586,7 @@ msgctxt ""
"par_id3150612\n"
"help.text"
msgid "The <link href=\"text/smath/01/03091300.xhp\" name=\"attributes\">attributes</link> \"acute\", \"bar\", \"breve\", \"check\", \"circle\", \"dot\", \"ddot\", \"dddot\", \"grave\", \"hat\", \"tilde\" and \"vec\" have fixed sizes. Their width or length cannot be adjusted when positioned over a long symbol."
-msgstr ""
+msgstr "<link href=\"text/smath/01/03091300.xhp\" name=\"attributes\">Požymiai</link> „į dešinę pasviręs brūkšnelis virš simbolio“, „horizontalus brūkšnelis virš simbolio“, „lankelis“, „varnelė“, „apskritimas“, „taškas“, „du taškai“, „trys taškai“, „į kairę pasviręs brūkšnelis virš simbolio“, „stogelis“, „tildė“ ir „vektoriaus ženklas“ yra fiksuoto dydžio. Jų ilgio ar pločio negalima keisti priklausomai nuo rašmens ar jų sekos ilgio."
#. byxQD
#: 03090600.xhp
@@ -4595,7 +4595,7 @@ msgctxt ""
"par_id3155621\n"
"help.text"
msgid "For size changes you can use <emph>size n</emph>,<emph> +n</emph>,<emph> -n</emph>,<emph> *n</emph> and<emph> /n </emph>, where <emph>n</emph> is a placeholder. This method is useful when the base size of the formula is subject to change. The commands <emph>size +n</emph> and <emph>size -n</emph> change point size, and <emph>size *n</emph> and <emph>size /n</emph> change the size by a percentage. For example, the command <emph>size *1.17</emph> increases the size of a character by exactly 17%."
-msgstr ""
+msgstr "Formulės elementų dydžiui keisti galima naudoti komandas <emph>size n</emph>,<emph> +n</emph>,<emph> -n</emph>,<emph> *n</emph> ir<emph> /n</emph>, kur <emph>n</emph> – tai vietaženklis. Šis būdas patogus, kai reikia keisti bazinį formulės elementų dydį. Komandomis <emph>size +n</emph> ir <emph>size -n</emph> keiiamas teksto dydis punktais, o komandomis <emph>size *n</emph> ir <emph>size /n</emph> – teksto dydis procentais. Pavyzdžiui, surinkus <emph>size *1.17</emph>, rašmens dydis bus padidintas 17%."
#. WqufC
#: 03090600.xhp
@@ -4604,7 +4604,7 @@ msgctxt ""
"par_id3148695\n"
"help.text"
msgid "Note that some entries require spaces for the correct structure. This is especially true when you specify attributes with fixed values instead of placeholders."
-msgstr ""
+msgstr "Kai formulės tekstą renkate tiesiogiai komandų polangyje, atminkite, kad dauguma komandų nuo kitų formulės elementų turi būti atskirtos tarpais. Tai ypač taikytina, kai iškart įvedate reikšmes, o ne vietaženklius."
#. RXMei
#: 03090600.xhp
@@ -4613,7 +4613,7 @@ msgctxt ""
"par_id3145230\n"
"help.text"
msgid "For more information about formatting in <emph>%PRODUCTNAME</emph> <emph>Math</emph>, see <link href=\"text/smath/01/03091100.xhp\" name=\"Brackets and Grouping\">Brackets and Grouping</link>."
-msgstr ""
+msgstr "Daugiau informacijos apie formatavimą <emph>%PRODUCTNAME Math</emph> rengyklėje pateikiama skyriuje <link href=\"text/smath/01/03091100.xhp\" name=\"Brackets and Grouping\">Skliaustai ir grupavimas</link>."
#. 5WAfz
#: 03090600.xhp
@@ -4622,7 +4622,7 @@ msgctxt ""
"par_id3154221\n"
"help.text"
msgid "Information on <link href=\"text/smath/01/03091300.xhp\" name=\"attributes\">attributes</link>, <link href=\"text/smath/01/03091200.xhp\" name=\"indexes and exponents\">indexes and exponents</link>, and <link href=\"text/smath/01/03091400.xhp\" name=\"scaling\">scaling</link> can help you structure your documents more efficiently."
-msgstr ""
+msgstr "Spartesniam formulių rinkimui bus naudinga ir informacija apie <link href=\"text/smath/01/03091300.xhp\" name=\"attributes\">požymius</link>, <link href=\"text/smath/01/03091200.xhp\" name=\"indexes and exponents\">indeksus ir laipsnių rodiklius</link> ar formulės elementų <link href=\"text/smath/01/03091400.xhp\" name=\"scaling\">dydžio keitimą</link>."
#. iK2Bq
#: 03090700.xhp
@@ -4640,7 +4640,7 @@ msgctxt ""
"bm_id3153150\n"
"help.text"
msgid "<bookmark_value>formatting;in $[officename] Math</bookmark_value><bookmark_value>$[officename] Math; formatting</bookmark_value><bookmark_value>superscripts</bookmark_value><bookmark_value>binomials</bookmark_value><bookmark_value>vertical elements</bookmark_value><bookmark_value>lines; inserting in formulas</bookmark_value><bookmark_value>subscripts</bookmark_value><bookmark_value>stacks</bookmark_value><bookmark_value>vertical arrangement of elements</bookmark_value><bookmark_value>small gaps</bookmark_value><bookmark_value>alignment; left (Math)</bookmark_value><bookmark_value>left-justified alignment (Math)</bookmark_value><bookmark_value>alignment; horizontally centered (Math)</bookmark_value><bookmark_value>centered horizontally; alignment (Math)</bookmark_value><bookmark_value>alignment; right (Math)</bookmark_value><bookmark_value>right-justified alignment in %PRODUCTNAME Math</bookmark_value><bookmark_value>matrices; arranging</bookmark_value><bookmark_value>spaces in formulas</bookmark_value><bookmark_value>gaps in formulas</bookmark_value><bookmark_value>inserting; gaps</bookmark_value><bookmark_value>arranging;matrices</bookmark_value><bookmark_value>formulas;aligning</bookmark_value><bookmark_value>aligning formulas</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>simbolių padėtys;$[officename] Math rengyklėje</bookmark_value><bookmark_value>$[officename] Math; simbolių padėtys</bookmark_value><bookmark_value>viršutiniai indeksai</bookmark_value><bookmark_value>dėklai</bookmark_value><bookmark_value>vertikalieji dėklai</bookmark_value><bookmark_value>nauja eilutė; įterpimas formulėse</bookmark_value><bookmark_value>apatiniai indeksai</bookmark_value><bookmark_value>elementų išdėstymas vertikaliai</bookmark_value><bookmark_value>trumpas tarpas</bookmark_value><bookmark_value>lygiuotė; kairinė (Math)</bookmark_value><bookmark_value>kairinė lygiuotė (Math)</bookmark_value><bookmark_value>lygiuotė; horizontalioji centrinė (Math)</bookmark_value><bookmark_value>centrinė horizontalioji; lygiuotė (Math)</bookmark_value><bookmark_value>lygiuotė; dešininė (Math)</bookmark_value><bookmark_value>dešininė lygiuotė %PRODUCTNAME Math rengyklėje</bookmark_value><bookmark_value>matricos; išdėstymas</bookmark_value><bookmark_value>tarpai formulėse</bookmark_value><bookmark_value>įterpimas; tarpai</bookmark_value><bookmark_value>išdėstymas;matricos</bookmark_value><bookmark_value>formulės;lygiavimas</bookmark_value><bookmark_value>lygiavimas formulėse</bookmark_value>"
#. bzxC7
#: 03090700.xhp
@@ -4658,7 +4658,7 @@ msgctxt ""
"par_id3147262\n"
"help.text"
msgid "You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower part of the Elements pane. These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
-msgstr ""
+msgstr "„<emph>$[officename] Math</emph>“ rengykle rašomose formulėse galima naudoti komandas įvairiems formatams ir simbolių padėtims nustatyti. Pasirinkus atitinkamą ženklų grupę, visos simbolių padėčių parinktys parodomos apatinėje ženklų polangio dalyje. Tas pačias parinktis galima pritaikyti ir iš <emph>komandų</emph> polangio <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">kontekstinio meniu</link>."
#. oGTCQ
#: 03090700.xhp
@@ -4667,7 +4667,7 @@ msgctxt ""
"par_id3154263\n"
"help.text"
msgid "The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements pane (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr ""
+msgstr "Toliau išvardintos visos formulių rengyklėje galimos simbolių padėčių parinktys. Norimas parinktis formulei pritaikyti galima spustelėjus prie aprašymo pavaizduotą mygtuką ženklų polangyje (atveriamas pasirinkus <emph>Rodymas → Ženklai</emph>) arba iš <emph>komandų</emph> polangio kontekstinio meniu."
#. Cb8X9
#: 03090700.xhp
@@ -4676,7 +4676,7 @@ msgctxt ""
"par_id3153536\n"
"help.text"
msgid "The letter \"a\" refers to the placeholder in your formula which you would like to assign to the respective formatting. You can substitute this character for any other you like."
-msgstr ""
+msgstr "Šio skyriaus simbolių padėčių aprašymuose raidė „a“ bus naudojama kaip vietaženklis – rašmuo, kuriam norima pritaikyti padėtį. Formulės tekste vietaženklį reikia pakeisti bet kuriuo reikiamu rašmeniu."
#. GmDzn
#: 03090700.xhp
@@ -4703,7 +4703,7 @@ msgctxt ""
"par_id3147519\n"
"help.text"
msgid "Superscript left"
-msgstr "Apatinis indeksas kairėje"
+msgstr "Viršutinis indeksas kairėje"
#. ihqDh
#: 03090700.xhp
@@ -4712,7 +4712,7 @@ msgctxt ""
"par_id3147531\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_LSUPX\">Inserts a superscript to the left of a placeholder.</ahelp> You can also type <emph><?>lsup{<?>}</emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_LSUPX\">Įterpiamas viršutinis indeksas kairėje vietaženklio pusėje.</ahelp> Taip pat galima surinkti <emph><?>lsup{<?>}</emph> komandų polangyje."
#. 9HXMQ
#: 03090700.xhp
@@ -4739,7 +4739,7 @@ msgctxt ""
"par_id3159195\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_CSUPX\">Inserts a superscript directly above a placeholder.</ahelp> You can also type <emph><?>csup<?></emph> directly in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_CSUPX\">Įterpiamas viršutinis indeksas virš vietaženklio.</ahelp> Taip pat galima surinkti <emph><?>csup<?></emph> komandų polangyje."
#. ccqov
#: 03090700.xhp
@@ -4766,7 +4766,7 @@ msgctxt ""
"par_id3151262\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_RSUPX\">Inserts a superscript to the right of a placeholder.</ahelp> You can also type <emph><?>^{<?>}</emph> directly in the <emph>Commands</emph> window, or you can use <emph>rsup</emph> or <emph>sup</emph>."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_RSUPX\">Įterpiamas laipsnio rodiklis (viršutinis indeksas dešinėje vietaženklio pusėje).</ahelp> Taip pat galima surinkti <emph><?>^{<?>}</emph>, <emph>rsup</emph> arba <emph>sup</emph> komandų polangyje."
#. RxnJA
#: 03090700.xhp
@@ -4793,7 +4793,7 @@ msgctxt ""
"par_id3147326\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_BINOMXY\">Inserts a vertical stack (binomial) with two placeholders.</ahelp> You can also type <emph>binom<?><?></emph> directly in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_BINOMXY\">Įterpiamas dviejų elementų vertikalusis dėklas ir du vietaženkliai.</ahelp> Taip pat galima surinkti <emph>binom<?><?></emph> komandų polangyje."
#. fyuyA
#: 03090700.xhp
@@ -4820,7 +4820,7 @@ msgctxt ""
"par_id3150587\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_NEWLINE\">Inserts a new line in your document.</ahelp> You can also type <emph>newline</emph> directly in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_NEWLINE\">Pradedama nauja eilutė.</ahelp> Taip pat galima surinkti <emph>newline</emph> komandų polangyje."
#. LXNT5
#: 03090700.xhp
@@ -4847,7 +4847,7 @@ msgctxt ""
"par_id3147309\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_LSUBX\">Inserts a subscript to the left of a placeholder.</ahelp> You can also type <emph><?>lsub{<?>}</emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_LSUBX\">Įterpiamas apatinis indeksas kairėje vietaženklio pusėje.</ahelp> Taip pat galima surinkti <emph><?>lsub{<?>}</emph> komandų polangyje."
#. at8H5
#: 03090700.xhp
@@ -4874,7 +4874,7 @@ msgctxt ""
"par_id3150699\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_CSUBX\">Inserts a subscript directly under a placeholder.</ahelp> You can also type <emph><?>csub<?></emph> directly in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_CSUBX\">Įterpiamas apatinis indeksas po vietaženkliu.</ahelp> Taip pat galima surinkti <emph><?>csub<?></emph> komandų polangyje."
#. a7NBE
#: 03090700.xhp
@@ -4901,7 +4901,7 @@ msgctxt ""
"par_id3146913\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_RSUBX\">Inserts a subscript to the right of a placeholder.</ahelp> You can also type <emph><?>_{<?>}</emph> in the <emph>Commands</emph> window, and the subscript dash can be replaced by <emph>rsub</emph> or <emph>sub</emph>."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_RSUBX\">Įterpiamas apatinis indeksas dešinėje vietaženklio pusėje.</ahelp> Taip pat galima surinkti <emph><?>_{<?>}</emph>, <emph><?>rsub{<?>}</emph> arba <emph><?>sub{<?>}</emph> komandų polangyje."
#. Rf7AX
#: 03090700.xhp
@@ -4928,7 +4928,7 @@ msgctxt ""
"par_id3146332\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_STACK\">Inserts a vertical stack with three placeholders.</ahelp> You can also type <emph>stack {<?>#<?>#<?>}</emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_STACK\">Įterpiamas vertikalusis dėklas su trimis vietaženkliais.</ahelp> Taip pat galima surinkti <emph>stack {<?>#<?>#<?>}</emph> komandų polangyje."
#. mLbnF
#: 03090700.xhp
@@ -4955,7 +4955,7 @@ msgctxt ""
"par_id3147056\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_SBLANK\">Inserts a small gap between a placeholder and the next element.</ahelp> You can also type <emph>`</emph> directly in the Commands window. The command must appear to the left or right of a symbol, variable, number or complete command."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_SBLANK\">Įterpiamas trumpas tarpas tarp vietaženklio ir kito formulės elemento.</ahelp> Taip pat galima surinkti <emph>`</emph> komandų polangyje."
#. Kgjkx
#: 03090700.xhp
@@ -4982,7 +4982,7 @@ msgctxt ""
"par_id3154592\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_ALIGNLX\">This icon assigns left-alignment to \"a\" and inserts a placeholder.</ahelp> You can type <emph>alignl<?></emph> directly in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_ALIGNLX\">Formulės elementui pritaikoma kairinė lygiuotė ir įterpiamas vietaženklis.</ahelp> Taip pat galima surinkti <emph>alignl<?></emph> komandų polangyje."
#. AwnKa
#: 03090700.xhp
@@ -5009,7 +5009,7 @@ msgctxt ""
"par_id3149319\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_ALIGNCX\">Assigns horizontal central alignment to \"a\" and inserts a placeholder.</ahelp> You can also type <emph>alignc<?></emph> directly in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_ALIGNCX\">Foormulės elementui pritaikoma centrinė lygiuotė ir įterpiamas vietaženklis.</ahelp> Taip pat galima surinkti <emph>alignc<?></emph> komandų polangyje."
#. oVESD
#: 03090700.xhp
@@ -5036,7 +5036,7 @@ msgctxt ""
"par_id3149780\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_ALIGNRX\">Inserts the command for right alignment and a placeholder.</ahelp> You can also type <emph>alignr<?></emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_ALIGNRX\">Formulės elementui pritaikoma dešininė lygiuotė ir įterpiamas vietaženklis.</ahelp> Taip pat galima surinkti <emph>alignr<?></emph> komandų polangyje."
#. bBoW6
#: 03090700.xhp
@@ -5063,7 +5063,7 @@ msgctxt ""
"par_id3146941\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_MATRIX\">This icon inserts a matrix with four placeholders.</ahelp> You can also type <emph>matrix{<?>#<?>##<?>#<?>}</emph> directly in the <emph>Commands</emph> window. The position of an element inside this diagram is indicated by two coordinates; the first specifies the line number and the second the column number. You can expand this matrix in any direction in the <emph>Commands</emph> window by adding characters."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_MATRIX\">Įterpiamas matricinis dėklas su keturiais vietaženkliais.</ahelp> Taip pat galima surinkti <emph>matrix{<?>#<?>##<?>#<?>}</emph> komandų polangyje. Elemento padėtis dėkle nurodoma dviem koordinatėm; pirmoji žymi eilutę, antroji – stulpelį. Šį matricinį dėklą galima plėsti bet kuria kryptimi, komandų polangyje prirašant reikiamų rašmenų."
#. uHYvf
#: 03090700.xhp
@@ -5081,7 +5081,7 @@ msgctxt ""
"par_id3149358\n"
"help.text"
msgid "Gap"
-msgstr "Tuščia"
+msgstr "Tarpas"
#. tbNi4
#: 03090700.xhp
@@ -5090,7 +5090,7 @@ msgctxt ""
"par_id3149370\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_BLANK\">This icon inserts a gap or space between placeholders.</ahelp> You can also type <emph>~</emph> directly in the <emph>Commands</emph> window. The command must appear to the left or right of a symbol, variable, number or complete command."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_BLANK\">Įterpiamas tarpas tarp vietaženklių.</ahelp> Taip pat galima surinkti <emph>~</emph> komandų polangyje."
#. opR8k
#: 03090700.xhp
@@ -5099,7 +5099,7 @@ msgctxt ""
"par_id3155394\n"
"help.text"
msgid "For alignment, the <emph>alignl, alignc</emph> and <emph>alignr</emph> commands are especially effective, if you are"
-msgstr ""
+msgstr "Lygiavimo komandos <emph>alignl, alignc</emph> ir <emph>alignr</emph> ypač naudingos, kai:"
#. 7Fjxt
#: 03090700.xhp
@@ -5108,7 +5108,7 @@ msgctxt ""
"par_id3151009\n"
"help.text"
msgid "aligning numerators and denominators, for example <emph>{alignl a}over{b+c}</emph>"
-msgstr ""
+msgstr "reikia sulygiuoti skaitiklį ir vardiklį, pavyzdžiui, <emph>{alignl a}over{b+c}</emph>"
#. AVg8W
#: 03090700.xhp
@@ -5117,7 +5117,7 @@ msgctxt ""
"par_id3148812\n"
"help.text"
msgid "constructing binomials or stacks, for example <emph>binom{2*n}{alignr k}</emph>"
-msgstr ""
+msgstr "konstruojate binomus ar dėklus, pavyzdžiui, <emph>binom{2*n}{alignr k}</emph>"
#. 7XyDw
#: 03090700.xhp
@@ -5126,7 +5126,7 @@ msgctxt ""
"par_id3154360\n"
"help.text"
msgid "aligning the elements in a matrix, for example <emph>matrix{alignr a#b+2##c+1/3#alignl d}</emph> and"
-msgstr ""
+msgstr "reikia sulygiuoti elementus matricoje, pavyzdžiui, <emph>matrix{alignr a#b+2##c+1/3#alignl d}</emph>"
#. kX3YX
#: 03090700.xhp
@@ -5135,7 +5135,7 @@ msgctxt ""
"par_id3155946\n"
"help.text"
msgid "beginning a new line, for example <emph>a+b-c newline alignr x/y</emph>"
-msgstr ""
+msgstr "pradedate naują eilutę, pavyzdžiui, <emph>a+b-c newline alignr x/y</emph>"
#. VBidG
#: 03090700.xhp
@@ -5144,7 +5144,7 @@ msgctxt ""
"par_id3154621\n"
"help.text"
msgid "When using the align instructions, note that"
-msgstr ""
+msgstr "Kai naudosite lygiavimo komandas, atminkite, kad:"
#. BmL9t
#: 03090700.xhp
@@ -5153,7 +5153,7 @@ msgctxt ""
"par_id3147382\n"
"help.text"
msgid "they can only placed at the beginning of expressions and can only occur once. Therefore you can type <emph>a+b alignr c</emph>, but not <emph>a+alignr b</emph>"
-msgstr ""
+msgstr "jas galima rašyti tik reiškinio pradžioje ir tik vieną kartą – galima užrašyti <emph>a+b alignr c</emph>, bet ne <emph>a+alignr b</emph>"
#. a2vnW
#: 03090700.xhp
@@ -5162,7 +5162,7 @@ msgctxt ""
"par_id3154004\n"
"help.text"
msgid "they affect each other, which means that typing <emph>{alignl{alignr a}}over{b+c}</emph> aligns <emph>a</emph> on the right."
-msgstr ""
+msgstr "jos veikia viena kitą, tad jei užrašysite <emph>{alignl{alignr a}}over{b+c}</emph>, raidė <emph>a</emph> bus lygiuojama dešinėje."
#. Tg8Ay
#: 03090700.xhp
@@ -5171,7 +5171,7 @@ msgctxt ""
"hd_id8036133\n"
"help.text"
msgid "To align using the \"matrix\" command"
-msgstr ""
+msgstr "Lygiavimas naudojant komandą „matrix“"
#. R5Gun
#: 03090700.xhp
@@ -5180,7 +5180,7 @@ msgctxt ""
"par_idN10F70\n"
"help.text"
msgid "Aligning to the left"
-msgstr ""
+msgstr "Lygiavimas kairėje"
#. jP7FG
#: 03090700.xhp
@@ -5189,7 +5189,7 @@ msgctxt ""
"par_id3149645\n"
"help.text"
msgid "If a line or an expression begins with text, it is aligned on the left by default. You can change this with any of the <emph>align</emph> commands. An example is <emph>stack{a+b-c*d#alignr \"text\"}</emph>, where \"text\" appears aligned to the right. Note that text must always be surrounded by quotation marks."
-msgstr ""
+msgstr "Jei eilutė ar reiškinys prasideda tekstu, savaime bus taikoma kairinė lygiuotė. Lygiuotę galima pakeisti bet kuria <emph>lygiavimo</emph> komanda. Pavyzdžiui, surinkus <emph>stack{a+b-c*d#alignr \"tekstas\"}</emph>, „tekstas“ bus lygiuojamas dešinėje pusėje. Nepamirškite, kad tekstas visada turi būti rašomas paprastosiose kabutėse."
#. KwFtM
#: 03090700.xhp
@@ -5198,7 +5198,7 @@ msgctxt ""
"par_id3149966\n"
"help.text"
msgid "The standard centralized formulas can be aligned to the left without using the <emph>Format - Align</emph> menu. To do this, place an empty character string, that is, the inverted commas which surround any text \"\", before the section of formula that you want to align. For example, typing <emph>\"\" a+b newline \"\" c+d</emph> results in both equations being left-aligned instead of centered."
-msgstr ""
+msgstr "Formules, kurioms pagal numatytąsias nuostatas taikoma centrinė lygiuotė, pagal kairįjį kraštą galima sulygiuoti ir nenaudojant meniu komandos <emph>Formatas → Lygiuotė</emph>. Surinkite tuščią teksto eilutę, t.y. paprastąsias kabutes be jokio turinio, prieš tą formulės fragmentą, kurį norite lygiuoti. Pavyzdžiui, surinkus <emph>\"\" a+b newline \"\" c+d</emph> abu reiškiniai bus lygiuojami pagal kairįjį kraštą, o ne centre."
#. TEWGp
#: 03090700.xhp
@@ -5207,7 +5207,7 @@ msgctxt ""
"par_id3145654\n"
"help.text"
msgid "When typing information in the Commands window, note that some formats require spaces for the correct structure. This is especially true when entering values (for example, a lsup{3}) instead of placeholders."
-msgstr ""
+msgstr "Kai formulės tekstą renkate tiesiogiai komandų polangyje, atminkite, kad kai kurios simbolių padėčių komandos nuo kitų formulės elementų turi būti atskirtos tarpais. Tai ypač taikytina, kai iškart įvedate reikšmes, o ne vietaženklius, pavyzdžiui, <emph>a lsup{3}</emph>."
#. S84CR
#: 03090700.xhp
@@ -5216,7 +5216,7 @@ msgctxt ""
"par_id3148708\n"
"help.text"
msgid "Click <link href=\"text/smath/01/03091100.xhp\" name=\"Brackets and Grouping\">Brackets and Grouping</link> for more information about formatting in <emph>$[officename] Math</emph>."
-msgstr ""
+msgstr "Daugiau apie formatavimo galimybes <emph>$[officename] Math</emph> rengyklėje galima sužinoti skyriuje <link href=\"text/smath/01/03091100.xhp\" name=\"Brackets and Grouping\">Skliaustai ir grupavimas</link>."
#. 6MMfE
#: 03090700.xhp
@@ -5225,7 +5225,7 @@ msgctxt ""
"par_id3155340\n"
"help.text"
msgid "Useful information about <link href=\"text/smath/01/03091200.xhp\" name=\"Indexes and Exponents\">Indexes and Exponents</link> and <link href=\"text/smath/01/03091400.xhp\" name=\"Scaling\">Scaling</link>, helps you organize your document in the best possible way."
-msgstr ""
+msgstr "Spartesniam formulių rinkimui bus naudinga ir informacija apie <link href=\"text/smath/01/03091200.xhp\" name=\"indexes and exponents\">indeksus ir laipsnių rodiklius</link> ar formulės elementų <link href=\"text/smath/01/03091400.xhp\" name=\"scaling\">dydžio keitimą</link>."
#. PGyUF
#: 03090800.xhp
@@ -5243,7 +5243,7 @@ msgctxt ""
"bm_id3156318\n"
"help.text"
msgid "<bookmark_value>set operations in $[officename]Math</bookmark_value><bookmark_value>sets of numbers</bookmark_value><bookmark_value>included in set operator</bookmark_value><bookmark_value>not included in set operator</bookmark_value><bookmark_value>owns command</bookmark_value><bookmark_value>includes set operator</bookmark_value><bookmark_value>empty set</bookmark_value><bookmark_value>intersection of sets</bookmark_value><bookmark_value>union of sets</bookmark_value><bookmark_value>difference set operator</bookmark_value><bookmark_value>quotient set</bookmark_value><bookmark_value>cardinal numbers</bookmark_value><bookmark_value>subset set operators</bookmark_value><bookmark_value>superset set operators</bookmark_value><bookmark_value>not subset set operators</bookmark_value><bookmark_value>not superset set operators</bookmark_value><bookmark_value>natural numbers</bookmark_value><bookmark_value>whole numbers</bookmark_value><bookmark_value>real numbers</bookmark_value><bookmark_value>complex numbers; set</bookmark_value><bookmark_value>rational numbers</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>operacijų su aibėmis ženklai $[officename] Math rengyklėje</bookmark_value><bookmark_value>skaičių aibės</bookmark_value><bookmark_value>priklauso</bookmark_value><bookmark_value>nepriklauso</bookmark_value><bookmark_value>turi</bookmark_value><bookmark_value>tuščia aibė</bookmark_value><bookmark_value>aibių sankirta</bookmark_value><bookmark_value>aibių sąjunga</bookmark_value><bookmark_value>aibių skirtumas</bookmark_value><bookmark_value>faktoraibė</bookmark_value><bookmark_value>kardinalusis skaičius</bookmark_value><bookmark_value>poaibis</bookmark_value><bookmark_value>viršaibis</bookmark_value><bookmark_value>nėra poaibis</bookmark_value><bookmark_value>nėra viršaibis</bookmark_value><bookmark_value>natūralieji skaičiai</bookmark_value><bookmark_value>sveikieji skaičiai</bookmark_value><bookmark_value>realieji skaičiai</bookmark_value><bookmark_value>kompleksiniai skaičiai; aibė</bookmark_value><bookmark_value>racionalieji skaičiai</bookmark_value>"
#. cGv3k
#: 03090800.xhp
@@ -5252,7 +5252,7 @@ msgctxt ""
"hd_id3156318\n"
"help.text"
msgid "<link href=\"text/smath/01/03090800.xhp\" name=\"Set Operations\">Set Operations</link>"
-msgstr ""
+msgstr "<link href=\"text/smath/01/03090800.xhp\" name=\"Set Operations\">Operacijų su aibėmis ženklai</link>"
#. QzFc8
#: 03090800.xhp
@@ -5261,7 +5261,7 @@ msgctxt ""
"par_id3154641\n"
"help.text"
msgid "Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements pane. Call the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements pane have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them."
-msgstr ""
+msgstr "<emph>$[officename] Math</emph> rengykle rašomose formulėse galima naudoti įvairius operacijų su aibėmis ženklus. Pasirinkus atitinkamą ženklų grupę, visi operacijų su aibėmis ženklai parodomi apatinėje ženklų polangio dalyje. Visus tuos pačius ženklus galima įterpti ir iš <emph>komandų</emph> polangio <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">kontekstinio meniu</link>. Ženklų polangyje ar kontekstiniame meniu trūkstamus ženklus galima tiesiogiai surinkti komandų polangyje. Šitaip surinkti galima ir kitus formulės elementus, net jei jiems įterpti yra skirtas mygtukas."
#. CJVPF
#: 03090800.xhp
@@ -5270,7 +5270,7 @@ msgctxt ""
"par_id3149290\n"
"help.text"
msgid "After selecting the <emph>Set Operations</emph> item in the Elements pane, relevant icons will be shown in the lower part of this pane. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
-msgstr ""
+msgstr "Ženklų polangio viršuje iš išskleidžiamojo sąrašo pasirinkus ženklų grupę, žemiau parodomi visi tai grupei priklausantys ženklai. Kad norimą ženklą įterptumėte į rašomą formulę, tiesiog spustelėkite jo piktogramą ženklų polangyje."
#. vnE6X
#: 03090800.xhp
@@ -5306,7 +5306,7 @@ msgctxt ""
"par_id3150706\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_XINY\">Use the icon to insert the <emph>is included in</emph> set operator with two placeholders.</ahelp> You can also enter <emph><?> in <?></emph> directly into the Commands window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_XINY\">Įterpiamas ženklas <emph>priklauso</emph> su dviem vietaženkliais.</ahelp> Taip pat galima surinkti <emph><?> in <?></emph> komandų polangyje."
#. BCTht
#: 03090800.xhp
@@ -5333,7 +5333,7 @@ msgctxt ""
"par_id3150997\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_XNOTINY\">Use this icon to insert the <emph>is not included in</emph> set operator with two placeholders.</ahelp> You can also enter <emph><?> notin <?> </emph>in the Commands window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_XNOTINY\">Įterpiamas ženklas <emph>nepriklauso</emph> su dviem vietaženkliais.</ahelp> Taip pat galima surinkti <emph><?> notin <?></emph> komandų polangyje."
#. DDPUD
#: 03090800.xhp
@@ -5360,7 +5360,7 @@ msgctxt ""
"par_id3149338\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_XOWNSY\">Use this icon to insert the set operator <emph>includes </emph>with two placeholders.</ahelp> You can also enter <emph><?> owns <?></emph> or <emph><?> ni <?></emph> directly in the Commands window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_XOWNSY\">Įterpiamas ženklas <emph>turi</emph> su dviem vietaženkliais.</ahelp> Taip pat galima surinkti <emph><?> owns <?></emph> arba <emph><?> ni <?></emph> komandų polangyje."
#. dnFxP
#: 03090800.xhp
@@ -5387,7 +5387,7 @@ msgctxt ""
"par_id3154829\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_EMPTYSET\">Use this icon to insert an <emph>empty set</emph>.</ahelp> Enter <emph>emptyset</emph> in the Commands window, in order to insert an empty set into your document."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_EMPTYSET\">Įterpiamas <emph>tuščios aibės</emph> ženklas.</ahelp> Taip pat galima surinkti <emph>emptyset</emph> komandų polangyje."
#. noALs
#: 03090800.xhp
@@ -5414,7 +5414,7 @@ msgctxt ""
"par_id3147573\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_XINTERSECTIONY\">Use this icon to insert two placeholders with the set operator <emph>intersection of sets </emph>.</ahelp> The same happens if you enter <emph><?> intersection <?></emph> Commands window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_XINTERSECTIONY\">Įterpiamas <emph>aibių sankirtos</emph> ženklas su dviem vietaženkliais.</ahelp> Taip pat galima surinkti <emph><?> intersection <?></emph> komandų polangyje."
#. nkD6Y
#: 03090800.xhp
@@ -5441,7 +5441,7 @@ msgctxt ""
"par_id3154376\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_XUNIONY\">Use this icon to insert the <emph>union</emph> set operator with two placeholders.</ahelp> You can also enter <emph><?> union <?> </emph>directly in the Commands window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_XUNIONY\">Įterpiamas <emph>aibių sąjungos</emph> ženklas su dviem vietaženkliais.</ahelp> Taip pat galima surinkti <emph><?> union <?></emph> komandų polangyje."
#. 6e2Dt
#: 03090800.xhp
@@ -5468,7 +5468,7 @@ msgctxt ""
"par_id3145786\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_XSETMINUSY\">Use this icon to insert the <emph>difference</emph> set operator.</ahelp> You can also enter <emph><?> setminus <?></emph> or <emph><?> bslash <?></emph> in the Commands window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_XSETMINUSY\">Įterpiamas <emph>aibių skirtumo</emph> ženklas.</ahelp> Taip pat galima įterpti <emph><?> setminus <?></emph> arba <emph><?> bslash <?></emph> komandų polangyje."
#. GCCVz
#: 03090800.xhp
@@ -5495,7 +5495,7 @@ msgctxt ""
"par_id3149549\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_XSLASHY\">Use this icon to insert a slash for creating a <emph>quotient set</emph> with two placeholders.</ahelp> Enter <emph><?>slash<?></emph> in the Commands window, to achieve the same result."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_XSLASHY\">Įterpiamas <emph>faktoraibės</emph> ženklas su dviem vietaženkliais.</ahelp> Taip pat galima surinkti <emph><?>slash<?></emph> komandų polangyje."
#. Y4niu
#: 03090800.xhp
@@ -5522,7 +5522,7 @@ msgctxt ""
"par_id3145263\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_ALEPH\">Use this icon to insert a <emph>cardinal number</emph>. </ahelp> You can achieve the same result by entering <emph>aleph</emph> in the Commands window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_ALEPH\">Įterpiamas <emph>kardinaliojo skaičiaus</emph> ženklas. </ahelp> Taip pat galima surinkti <emph>aleph</emph> komandų polangyje."
#. AYtV2
#: 03090800.xhp
@@ -5549,7 +5549,7 @@ msgctxt ""
"par_id3156227\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_XSUBSETY\">Use this icon to insert the <emph>is a subset of</emph> set operator.</ahelp> You can also enter <emph><?>subset<?></emph> directly in the Commands window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_XSUBSETY\">Įterpiamas <emph>poaibio</emph> ženklas su dviem vietaženkliais.</ahelp> Taip pat galima surinkti <emph><?>subset<?></emph> komandų polangyje."
#. nqDpG
#: 03090800.xhp
@@ -5576,7 +5576,7 @@ msgctxt ""
"par_id3147460\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_XSUBSETEQY\">Use this icon to insert the <emph>is a subset or equal to</emph> set operator with two placeholders.</ahelp> You can also enter <emph><?>subseteq<?></emph> in the Commands window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_XSUBSETEQY\">Įterpimas ženklas <emph>poaibis arba lygu</emph> su dviem vietaženkliais.</ahelp> Taip pat galima surinkti <emph><?>subseteq<?></emph> komandų polangyje."
#. 6afN8
#: 03090800.xhp
@@ -5603,7 +5603,7 @@ msgctxt ""
"par_id3151088\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_XSUPSETY\">Use this icon to insert the set operator <emph>is a superset of</emph> and two placeholders.</ahelp> You can also enter <emph><?>supset<?></emph> in the Commands window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_XSUPSETY\">Įterpiamas <emph>viršaibio</emph> ženklas su dviem vietaženkliais.</ahelp> Taip pat galima surinkti <emph><?>supset<?></emph> komandų polangyje."
#. GFtQv
#: 03090800.xhp
@@ -5630,7 +5630,7 @@ msgctxt ""
"par_id3151119\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_XSUPSETEQY\">Use this icon to insert the set operator <emph>is a super set or equal to</emph> with two placeholders.</ahelp> Alternatively, you can enter <emph><?>supseteq<?> </emph>in the Commands window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_XSUPSETEQY\">Įterpiamas ženklas <emph>viršaibis arba lygu</emph> su dviem vietaženkliais.</ahelp> Taip pat galima surinkti <emph><?>supseteq<?></emph> komandų polangyje."
#. 4ortm
#: 03090800.xhp
@@ -5657,7 +5657,7 @@ msgctxt ""
"par_id3153968\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_XNSUBSETY\">Use this icon to insert the <emph>not subset</emph> set operator with two placeholders.</ahelp> Instead of this, you can also enter <emph><?>nsubset<?></emph>."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_XNSUBSETY\">Įterpiamas ženklas <emph>nėra poaibis</emph> su dviem vietaženkliais.</ahelp> Taip pat galima surinkti <emph><?>nsubset<?></emph> komandų polangyje."
#. 6GTXC
#: 03090800.xhp
@@ -5684,7 +5684,7 @@ msgctxt ""
"par_id3149249\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_XNSUBSETEQY\">Use this icon to insert the <emph>not subset or equal</emph> set operator with two placeholders.</ahelp> You can also enter <emph><?>nsubseteq<?> </emph>in the Commands window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_XNSUBSETEQY\">Įterpiamas ženklas <emph>nėra poaibis arba nelygu</emph> su dviem vietaženkliais.</ahelp> Taip pat galima surinkti <emph><?>nsubseteq<?></emph> komandų polangyje."
#. BikhE
#: 03090800.xhp
@@ -5711,7 +5711,7 @@ msgctxt ""
"par_id3149995\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_XNSUPSETY\">Use this icon to insert the <emph>not superset</emph> set operator with two placeholders.</ahelp> You can also enter <emph><?>nsupset<?> </emph>in the Commands window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_XNSUPSETY\">Įterpiamas ženklas <emph>nėra viršaibis</emph> su dviem vietaženkliais.</ahelp> Taip pat galima surinkti <emph><?>nsupset<?></emph> komandų polangyje."
#. 8Xh5o
#: 03090800.xhp
@@ -5738,7 +5738,7 @@ msgctxt ""
"par_id3155810\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_XNSUPSETEQY\">Use this icon to insert the <emph>not superset or equal</emph> set operator with two placeholders.</ahelp> Instead of this you can type <emph><?>nsupseteq<?> </emph>in the Commands window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_XNSUPSETEQY\">Įterpiamas ženklas <emph>nėra viršaibis arba nelygu</emph> su dviem vietaženkliais.</ahelp> Taip pat galima surinkti <emph><?>nsupseteq<?></emph> komandų polangyje."
#. qDfWV
#: 03090800.xhp
@@ -5765,7 +5765,7 @@ msgctxt ""
"par_id3154352\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_SETN\">Use this icon to insert a character for the <emph>set of natural numbers</emph>.</ahelp> Instead of this, you can enter <emph>setn</emph> in the Commands window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_SETN\">Įterpiamas <emph>natūraliųjų skaičių aibės</emph> ženklas.</ahelp> Taip pat galima surinkti <emph>setn</emph> komandų polangyje."
#. cDABz
#: 03090800.xhp
@@ -5792,7 +5792,7 @@ msgctxt ""
"par_id3149641\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_SETZ\">Use this icon to insert a character for the <emph>set of whole numbers</emph>.</ahelp> You can also do this by entering <emph>setz</emph> in the Commands window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_SETZ\">Įterpiamas <emph>sveikųjų skaičių aibės</emph> ženklas.</ahelp> Taip pat galima surinkti <emph>setz</emph> komandų lange."
#. cWPnm
#: 03090800.xhp
@@ -5819,7 +5819,7 @@ msgctxt ""
"par_id3149974\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_SETQ\">Use this icon to insert a character for the <emph>set of rational numbers</emph>.</ahelp> You can also do this by directly entering <emph>setq</emph> in the Commands window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_SETQ\">Įterpiamas <emph>racionaliųjų skaičių aibės</emph> ženklas.</ahelp> Taip pat galima surinkti <emph>setq</emph> komandų polangyje."
#. FFpFu
#: 03090800.xhp
@@ -5846,7 +5846,7 @@ msgctxt ""
"par_id3148709\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_SETR\">Use this icon to insert a character for the <emph>set of real numbers</emph>.</ahelp> Instead of this, you can enter <emph>setr</emph> in the Commands window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_SETR\">Įterpiamas <emph>realiųjų skaičių aibės</emph> ženklas.</ahelp> Taip pat galima surinkti <emph>setr</emph> komandų polangyje."
#. dkrtZ
#: 03090800.xhp
@@ -5873,7 +5873,7 @@ msgctxt ""
"par_id3148672\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_SETC\">Use this icon to insert a character for the <emph>set of complex numbers</emph>.</ahelp> You can also enter <emph>setc</emph> in the Commands window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_SETC\">Įterpiamas <emph>kompleksinių skaičių aibės</emph> ženklas.</ahelp> Taip pat galima surinkti <emph>setc</emph> komandų polangyje."
#. WqkFP
#: 03090800.xhp
@@ -5882,7 +5882,7 @@ msgctxt ""
"par_id3154224\n"
"help.text"
msgid "Be sure to leave spaces (gaps) between values and commands when entering them manually in the Commands window. This ensures that the correct structure is achieved."
-msgstr ""
+msgstr "Kai formulės tekstą renkate komandų polangyje, pamirškite tarpų tarp formulės elementų. Tik šitaip programa tinkamai atpažins formulės struktūrą."
#. RUR3J
#: 03090900.xhp
@@ -5891,7 +5891,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "$[officename] Math Examples"
-msgstr ""
+msgstr "„$[officename] Math“ formulių pavyzdžiai"
#. vFMX8
#: 03090900.xhp
@@ -5900,7 +5900,7 @@ msgctxt ""
"bm_id3151265\n"
"help.text"
msgid "<bookmark_value>examples;$[officename] Math formulas</bookmark_value><bookmark_value>$[officename] Math;examples</bookmark_value><bookmark_value>formulas;examples</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>pavyzdžiai;$[officename] Math formulės</bookmark_value><bookmark_value>$[officename] Math;pavyzdžiai</bookmark_value><bookmark_value>formulės;pavyzdžiai</bookmark_value>"
#. ugDLc
#: 03090900.xhp
@@ -5909,7 +5909,7 @@ msgctxt ""
"hd_id3151265\n"
"help.text"
msgid "<variable id=\"examples\"><link href=\"text/smath/01/03090900.xhp\" name=\"$[officename] Math Examples\">$[officename] Math Examples</link></variable>"
-msgstr ""
+msgstr "<variable id=\"examples\"><link href=\"text/smath/01/03090900.xhp\" name=\"$[officename] Math Examples\">„$[officename] Math“ formulių pavyzdžiai</link></variable>"
#. vVC2F
#: 03090900.xhp
@@ -5918,7 +5918,7 @@ msgctxt ""
"par_id3153624\n"
"help.text"
msgid "The following is a list of sample formulas in <emph>$[officename] Math</emph>."
-msgstr ""
+msgstr "Šiame skyriuje pateikiami <emph>$[officename] Math</emph> rengykle užrašytų formulių pavyzdžiai."
#. CZjhZ
#: 03090901.xhp
@@ -5927,7 +5927,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Symbols with Indices"
-msgstr ""
+msgstr "Rašmenys su indeksais"
#. sFPur
#: 03090901.xhp
@@ -5936,7 +5936,7 @@ msgctxt ""
"hd_id3156382\n"
"help.text"
msgid "<link href=\"text/smath/01/03090901.xhp\" name=\"Symbols with Indices\">Symbols with Indices</link>"
-msgstr ""
+msgstr "<link href=\"text/smath/01/03090901.xhp\" name=\"Symbols with Indices\">Rašmenys su indeksais</link>"
#. QKn9S
#: 03090901.xhp
@@ -5945,7 +5945,7 @@ msgctxt ""
"par_id3150301\n"
"help.text"
msgid "The following example explains how to create symbols with indexes in <emph>$[officename] Math</emph>. You can copy this example to the <emph>Commands</emph> window by using the clipboard and use it in your own formula."
-msgstr ""
+msgstr "Šis pavyzdys rodo, kaip <emph>$[officename] Math</emph> rengyklėje užrašyti rašmenį su indeksais. Pavyzdį galima nukopijuoti į <emph>komandų</emph> polangį ir panaudoti rašomoje formulėje."
#. xkHLs
#: 03090901.xhp
@@ -5954,7 +5954,7 @@ msgctxt ""
"par_id3153818\n"
"help.text"
msgid "<image id=\"img_id3148870\" src=\"media/helpimg/smzb1.png\" width=\"95px\" height=\"80px\"><alt id=\"alt_id3148870\">Symbols with Indices</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148870\" src=\"media/helpimg/smzb1.png\" width=\"95px\" height=\"80px\"><alt id=\"alt_id3148870\">Rašmenys su indeksais</alt></image>"
#. E6Tag
#: 03090902.xhp
@@ -5963,7 +5963,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Symbols with Indices"
-msgstr ""
+msgstr "Rašmenys su indeksais"
#. cubNC
#: 03090902.xhp
@@ -5972,7 +5972,7 @@ msgctxt ""
"hd_id3155959\n"
"help.text"
msgid "<link href=\"text/smath/01/03090902.xhp\" name=\"Symbols with Indices\">Symbols with Indices</link>"
-msgstr ""
+msgstr "<link href=\"text/smath/01/03090902.xhp\" name=\"Symbols with Indices\">Rašmenys su indeksais</link>"
#. eBNEC
#: 03090902.xhp
@@ -5981,7 +5981,7 @@ msgctxt ""
"par_id3150300\n"
"help.text"
msgid "Here is another example of creating symbols with indexes in <emph>$[officename] Math</emph>. You can copy this example to the <emph>Commands</emph> window using the clipboard and use it in your own formula."
-msgstr ""
+msgstr "Tai dar vienas pavyzdys, kaip <emph>$[officename] Math</emph> rengyklėje užrašyti rašmenį su indeksais. Pavyzdį galima nukopijuoti į <emph>komandų</emph> polangį ir panaudoti rašomoje formulėje."
#. SpbhV
#: 03090902.xhp
@@ -5990,7 +5990,7 @@ msgctxt ""
"par_id3153912\n"
"help.text"
msgid "<image id=\"img_id3149126\" src=\"media/helpimg/smzb2.png\" width=\"95px\" height=\"80px\"><alt id=\"alt_id3149126\">Symbols with Indices</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149126\" src=\"media/helpimg/smzb2.png\" width=\"95px\" height=\"80px\"><alt id=\"alt_id3149126\">Rašmenys su indeksais</alt></image>"
#. xm2xy
#: 03090903.xhp
@@ -5999,7 +5999,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Symbols with Indices"
-msgstr ""
+msgstr "Rašmenys su indeksais"
#. C2jv6
#: 03090903.xhp
@@ -6008,7 +6008,7 @@ msgctxt ""
"hd_id3155959\n"
"help.text"
msgid "<link href=\"text/smath/01/03090903.xhp\" name=\"Symbols with Indices\">Symbols with Indices</link>"
-msgstr ""
+msgstr "<link href=\"text/smath/01/03090903.xhp\" name=\"Symbols with Indices\">Rašmenys su indeksais</link>"
#. Fdmr4
#: 03090903.xhp
@@ -6017,7 +6017,7 @@ msgctxt ""
"par_id3150300\n"
"help.text"
msgid "A third example of how to use <emph>$[officename] Math</emph> to create symbols with indexes is shown below. You can copy the example into the clipboard and use it in your own formula in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "Trečias pavyzdys, kaip <emph>$[officename] Math</emph> rengyklėje užrašyti rašmenį su indeksais. Pavyzdį galima nukopijuoti į <emph>komandų</emph> polangį ir panaudoti rašomoje formulėje."
#. crMUw
#: 03090903.xhp
@@ -6026,7 +6026,7 @@ msgctxt ""
"par_id3148866\n"
"help.text"
msgid "<image id=\"img_id3153246\" src=\"media/helpimg/smzb3.png\" width=\"175px\" height=\"80px\"><alt id=\"alt_id3153246\">Symbols with Indices</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153246\" src=\"media/helpimg/smzb3.png\" width=\"175px\" height=\"80px\"><alt id=\"alt_id3153246\">Rašmenys su indeksais</alt></image>"
#. rf2AN
#: 03090904.xhp
@@ -6035,7 +6035,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Matrix with Varying Font Sizes"
-msgstr ""
+msgstr "Matrica su skirtingo dydžio tekstu"
#. KCLG6
#: 03090904.xhp
@@ -6044,7 +6044,7 @@ msgctxt ""
"hd_id3155960\n"
"help.text"
msgid "<link href=\"text/smath/01/03090904.xhp\" name=\"Matrix with Varying Font Sizes\">Matrix with Varying Font Sizes</link>"
-msgstr ""
+msgstr "<link href=\"text/smath/01/03090904.xhp\" name=\"Matrix with Varying Font Sizes\">Matrica su skirtingo dydžio tekstu</link>"
#. GGeZu
#: 03090904.xhp
@@ -6053,7 +6053,7 @@ msgctxt ""
"par_id3154656\n"
"help.text"
msgid "Here is an example of how to create a matrix with varying font sizes in <emph>$[officename] Math</emph>. You can copy this example to the <emph>Commands</emph> window using the clipboard and use it in your own formula."
-msgstr ""
+msgstr "Tai pavyzdys, kaip <emph>$[officename] Math</emph> rengyklėje surinkti matricą su skirtingo šrifto dydžio elementais. Pavyzdį galima nukopijuoti į <emph>komandų</emph> polangį ir panaudoti rašomoje formulėje."
#. GihMp
#: 03090904.xhp
@@ -6062,7 +6062,7 @@ msgctxt ""
"par_id3153915\n"
"help.text"
msgid "<image id=\"img_id3150213\" src=\"media/helpimg/smzb5.png\" width=\"550px\" height=\"135px\"><alt id=\"alt_id3150213\">Matrix with varying font sizes</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150213\" src=\"media/helpimg/smzb5.png\" width=\"550px\" height=\"135px\"><alt id=\"alt_id3150213\">Matrica su skirtingo dydžio tekstu</alt></image>"
#. zyAaD
#: 03090905.xhp
@@ -6071,7 +6071,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Matrix"
-msgstr ""
+msgstr "Matrica"
#. CCV2a
#: 03090905.xhp
@@ -6080,7 +6080,7 @@ msgctxt ""
"hd_id3154702\n"
"help.text"
msgid "<link href=\"text/smath/01/03090905.xhp\" name=\"Matrix\">Matrix</link>"
-msgstr ""
+msgstr "<link href=\"text/smath/01/03090905.xhp\" name=\"Matrix\">Matrica</link>"
#. FpNBw
#: 03090905.xhp
@@ -6089,7 +6089,7 @@ msgctxt ""
"par_id3150344\n"
"help.text"
msgid "Here is an example of how to create a matrix with <emph>$[officename] Math</emph>. If you want to use the example in your own formula, you can copy it to the <emph>Commands</emph> window using the clipboard."
-msgstr ""
+msgstr "Pavyzdys, kaip <emph>$[officename] Math</emph> rengyklėje užrašyti matricą. Pavyzdį galima nukopijuoti į <emph>komandų</emph> polangį ir panaudoti rašomoje formulėje."
#. AFWFq
#: 03090905.xhp
@@ -6098,7 +6098,7 @@ msgctxt ""
"par_id3153912\n"
"help.text"
msgid "<image id=\"img_id3149126\" src=\"media/helpimg/smzb4.png\" width=\"345px\" height=\"190px\"><alt id=\"alt_id3149126\">Matrix</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149126\" src=\"media/helpimg/smzb4.png\" width=\"345px\" height=\"190px\"><alt id=\"alt_id3149126\">Matrica</alt></image>"
#. FAZeS
#: 03090906.xhp
@@ -6107,7 +6107,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Matrix in Bold Font"
-msgstr ""
+msgstr "Matrica pusjuodžiu šriftu"
#. Xkt5A
#: 03090906.xhp
@@ -6116,7 +6116,7 @@ msgctxt ""
"hd_id3154704\n"
"help.text"
msgid "<link href=\"text/smath/01/03090906.xhp\" name=\"Matrix in Bold Font\">Matrix in Bold Font</link>"
-msgstr ""
+msgstr "<link href=\"text/smath/01/03090906.xhp\" name=\"Matrix in Bold Font\">Matrica pusjuodžiu šriftu</link>"
#. xkkHE
#: 03090906.xhp
@@ -6125,7 +6125,7 @@ msgctxt ""
"par_id3150342\n"
"help.text"
msgid "Here is an example of how to create a bold font matrix in <emph>$[officename] Math</emph>. You can copy this example to the <emph>Commands</emph> window using the clipboard and use it in your own formula."
-msgstr ""
+msgstr "Pavyzdys, kaip <emph>$[officename] Math</emph> rengyklėje surinkti matricą pusjuodžiu šriftu. Pavyzdį galima nukopijuoti į <emph>komandų</emph> polangį ir panaudoti rašomoje formulėje."
#. 5EDSS
#: 03090906.xhp
@@ -6134,7 +6134,7 @@ msgctxt ""
"par_id3148866\n"
"help.text"
msgid "<image id=\"img_id3150210\" src=\"media/helpimg/smzb6.png\" width=\"300px\" height=\"245px\"><alt id=\"alt_id3150210\">Matrix in bold font</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150210\" src=\"media/helpimg/smzb6.png\" width=\"300px\" height=\"245px\"><alt id=\"alt_id3150210\">Matrica pusjuodžiu šriftu</alt></image>"
#. bn3tz
#: 03090907.xhp
@@ -6143,7 +6143,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Functions"
-msgstr ""
+msgstr "Funkcijos"
#. 5SHwK
#: 03090907.xhp
@@ -6152,7 +6152,7 @@ msgctxt ""
"hd_id3155961\n"
"help.text"
msgid "<link href=\"text/smath/01/03090907.xhp\" name=\"Functions\">Functions</link>"
-msgstr ""
+msgstr "<link href=\"text/smath/01/03090907.xhp\" name=\"Functions\">Funkcijos</link>"
#. Ac6Zt
#: 03090907.xhp
@@ -6161,7 +6161,7 @@ msgctxt ""
"par_id3148489\n"
"help.text"
msgid "Here is an example of how to create functions with <emph>$[officename] Math</emph>. If you want to use the example in your own formula, copy it to the <emph>Commands</emph> window using the clipboard."
-msgstr ""
+msgstr "Tai pavyzdys, kaip <emph>$[officename] Math</emph> rengykle užrašyti funkciją. Pavyzdį galima nukopijuoti į <emph>komandų</emph> polangį ir panaudoti rašomoje formulėje."
#. sxEkK
#: 03090907.xhp
@@ -6170,7 +6170,7 @@ msgctxt ""
"par_id3153912\n"
"help.text"
msgid "<image id=\"img_id3148871\" src=\"media/helpimg/smzb7.png\" width=\"255px\" height=\"60px\"><alt id=\"alt_id3148871\">Functions</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148871\" src=\"media/helpimg/smzb7.png\" width=\"255px\" height=\"60px\"><alt id=\"alt_id3148871\">Funkcijos</alt></image>"
#. V9HCA
#: 03090908.xhp
@@ -6179,7 +6179,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Square Root"
-msgstr ""
+msgstr "Kvadratinė šaknis"
#. Kcxnp
#: 03090908.xhp
@@ -6188,7 +6188,7 @@ msgctxt ""
"hd_id3154704\n"
"help.text"
msgid "<link href=\"text/smath/01/03090908.xhp\" name=\"Square Root\">Square Root</link>"
-msgstr ""
+msgstr "<link href=\"text/smath/01/03090908.xhp\" name=\"Square Root\">Kvadratinė šaknis</link>"
#. ypN5N
#: 03090908.xhp
@@ -6197,7 +6197,7 @@ msgctxt ""
"par_id3145790\n"
"help.text"
msgid "Here is an example of how to create a square root with <emph>$[officename] Math</emph>. If you want to use the example in your own formula, copy it to the <emph>Commands</emph> window using the clipboard."
-msgstr ""
+msgstr "Pavyzdys, kaip <emph>$[officename] Math</emph> rengyklėje užrašyti reiškinį su kvadratine šaknimi. Pavyzdį galima nukopijuoti į <emph>komandų</emph> polangį ir panaudoti rašomoje formulėje."
#. fBnSs
#: 03090908.xhp
@@ -6206,7 +6206,7 @@ msgctxt ""
"par_id3148870\n"
"help.text"
msgid "<image id=\"img_id3153917\" src=\"media/helpimg/smzb8.png\" width=\"303px\" height=\"83px\"><alt id=\"alt_id3153917\">Square Root</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153917\" src=\"media/helpimg/smzb8.png\" width=\"303px\" height=\"83px\"><alt id=\"alt_id3153917\">Kvadratinė šaknis</alt></image>"
#. eeGBC
#: 03090909.xhp
@@ -6215,7 +6215,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Fonts and Font Sizes"
-msgstr ""
+msgstr "Šriftai ir šriftų dydis"
#. Sobwm
#: 03090909.xhp
@@ -6224,7 +6224,7 @@ msgctxt ""
"bm_id7562181\n"
"help.text"
msgid "<bookmark_value>font sizes;example</bookmark_value><bookmark_value>sum range example</bookmark_value><bookmark_value>examples ;integral</bookmark_value><bookmark_value>range of integral example</bookmark_value><bookmark_value>integrals;example</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>šrifto dydis;pavyzdys</bookmark_value><bookmark_value>sumos rėžių pavyzdys</bookmark_value><bookmark_value>pavyzdžiai ;integralas</bookmark_value><bookmark_value>integralo rėžių pavyzdys</bookmark_value><bookmark_value>integralai;pavyzdys</bookmark_value>"
#. rhESa
#: 03090909.xhp
@@ -6233,7 +6233,7 @@ msgctxt ""
"hd_id3155959\n"
"help.text"
msgid "<link href=\"text/smath/01/03090909.xhp\" name=\"Fonts and Font Sizes\">Integral and Sum Ranges, Font Size</link>"
-msgstr ""
+msgstr "<link href=\"text/smath/01/03090909.xhp\" name=\"Fonts and Font Sizes\">Integralų ir sumų rėžiai, šrifto dydis</link>"
#. 5JvGd
#: 03090909.xhp
@@ -6242,7 +6242,7 @@ msgctxt ""
"par_id3145791\n"
"help.text"
msgid "Here is an example of how to use various fonts and font sizes within a formula in <emph>$[officename] Math</emph>."
-msgstr ""
+msgstr "Pavyzdys, kaip <emph>$[officename] Math</emph> rengykle rašomoje formulėje keisti šriftą ir šrifto dydį."
#. KiABU
#: 03090909.xhp
@@ -6251,7 +6251,7 @@ msgctxt ""
"par_id3151243\n"
"help.text"
msgid "<image id=\"img_id3148871\" src=\"media/helpimg/smzb9.png\" width=\"300px\" height=\"90px\"><alt id=\"alt_id3148871\">Integral and Sum Ranges, Font Size</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148871\" src=\"media/helpimg/smzb9.png\" width=\"300px\" height=\"90px\"><alt id=\"alt_id3148871\">Integralų ir sumų rėžiai, šrifto dydis</alt></image>"
#. MnB8k
#: 03090910.xhp
@@ -6260,7 +6260,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Attributes"
-msgstr ""
+msgstr "Požymiai"
#. RNLb3
#: 03090910.xhp
@@ -6269,7 +6269,7 @@ msgctxt ""
"hd_id3154702\n"
"help.text"
msgid "<link href=\"text/smath/01/03090910.xhp\" name=\"Attributes\">Attributes</link>"
-msgstr ""
+msgstr "<link href=\"text/smath/01/03090910.xhp\" name=\"Attributes\">Požymiai</link>"
#. ZXcKG
#: 03090910.xhp
@@ -6278,7 +6278,7 @@ msgctxt ""
"par_id3150301\n"
"help.text"
msgid "This section contains an example of how you can use different attributes in a formula in <emph>$[officename] Math</emph>."
-msgstr ""
+msgstr "Pavyzdys, kaip <emph>$[officename] Math</emph> rengykle rašomoje formulėje naudoti įvairius požymius."
#. ut5E2
#: 03090910.xhp
@@ -6296,7 +6296,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Brackets and Grouping"
-msgstr ""
+msgstr "Skliaustai ir grupavimas"
#. 8Fu23
#: 03091100.xhp
@@ -6305,7 +6305,7 @@ msgctxt ""
"bm_id3147341\n"
"help.text"
msgid "<bookmark_value>brackets and grouping in Math</bookmark_value> <bookmark_value>grouping and brackets in Math</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>skliaustai ir grupavimas Math rengyklėje</bookmark_value> <bookmark_value>grupavimas ir skliaustai Math rengyklėje</bookmark_value>"
#. HSQZM
#: 03091100.xhp
@@ -6314,7 +6314,7 @@ msgctxt ""
"hd_id3147341\n"
"help.text"
msgid "<link href=\"text/smath/01/03091100.xhp\" name=\"Brackets and Grouping\">Brackets and Grouping</link>"
-msgstr ""
+msgstr "<link href=\"text/smath/01/03091100.xhp\" name=\"Brackets and Grouping\">Skliaustai ir grupavimas</link>"
#. QACAR
#: 03091100.xhp
diff --git a/source/lt/helpcontent2/source/text/swriter/00.po b/source/lt/helpcontent2/source/text/swriter/00.po
index f7d3f1e58a1..84e87da6131 100644
--- a/source/lt/helpcontent2/source/text/swriter/00.po
+++ b/source/lt/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-03-06 11:46+0100\n"
"PO-Revision-Date: 2019-12-17 11:21+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter00/lt/>\n"
@@ -2852,11 +2852,11 @@ msgctxt ""
msgid "<variable id=\"sls\">Choose <emph>Styles - Load Styles</emph></variable>."
msgstr "<variable id=\"sls\">Pasirinkite <emph>Stiliai → Įkelti stilius</emph></variable>."
-#. EDhC8
+#. rjrJe
#: stylesmenu.xhp
msgctxt ""
"stylesmenu.xhp\n"
"par_id391529885020996\n"
"help.text"
-msgid "<variable id=\"sms\">Choose <emph>Styles - Manage Styles</emph> or <embedvar href=\"text/shared/00/kbd_shortcuts.xhp#F11\"/></variable>."
+msgid "<variable id=\"sms\">Choose <emph>Styles - Manage Styles</emph> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline></variable>."
msgstr ""
diff --git a/source/lt/helpcontent2/source/text/swriter/01.po b/source/lt/helpcontent2/source/text/swriter/01.po
index 2a264873312..ac09d5e7718 100644
--- a/source/lt/helpcontent2/source/text/swriter/01.po
+++ b/source/lt/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-28 14:53+0100\n"
+"POT-Creation-Date: 2020-03-06 11:46+0100\n"
"PO-Revision-Date: 2020-02-06 08:13+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/lt/>\n"
@@ -22228,14 +22228,14 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/conditionpage/apply\">Click <emph>Apply</emph> to apply the <emph>selected Paragraph Style</emph> to the defined <emph>context</emph>.</ahelp>"
msgstr ""
-#. fY638
+#. e2L8Z
#: 05140000.xhp
msgctxt ""
"05140000.xhp\n"
"tit\n"
"help.text"
-msgid "Styles"
-msgstr "Stiliai"
+msgid "Styles (Sidebar)"
+msgstr ""
#. yJjGG
#: 05140000.xhp
@@ -22246,14 +22246,14 @@ msgctxt ""
msgid "<bookmark_value>Styles window;applying styles</bookmark_value> <bookmark_value>styles;previews</bookmark_value> <bookmark_value>previews;styles</bookmark_value>"
msgstr "<bookmark_value>Stilių langas;pritaikomi stiliai</bookmark_value> <bookmark_value>stiliai;peržiūros</bookmark_value> <bookmark_value>peržiūros;stiliai</bookmark_value>"
-#. WESCr
+#. GJbQs
#: 05140000.xhp
msgctxt ""
"05140000.xhp\n"
"hd_id3154505\n"
"help.text"
-msgid "<link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link>"
-msgstr "<link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Stiliai</link>"
+msgid "<link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles (Sidebar)</link>"
+msgstr ""
#. YEFkv
#: 05140000.xhp
@@ -22480,6 +22480,33 @@ msgctxt ""
msgid "<ahelp hid=\".\">Displays formatting styles for numbered and bulleted lists.</ahelp> Use list styles to format number and bullet characters and to specify indents."
msgstr "<ahelp hid=\".\">Rodomi numeruotiems ir ženklintiems sąrašams formatuoti skirti stiliai.</ahelp> Šiais stiliais galima nustatyti numerių formatą, ženklelių išvaizdą, įtraukas."
+#. ygwb8
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"par_id3132646\n"
+"help.text"
+msgid "<image id=\"img_id1952772\" src=\"sw/res/sf06.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152772\">Icon Table Styles</alt></image>"
+msgstr ""
+
+#. w5Cs5
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"par_id3129390\n"
+"help.text"
+msgid "Table Styles"
+msgstr ""
+
+#. DzY6Z
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"par_id3115361\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays formatting styles for tables.</ahelp> Use table styles to apply borders, backgrounds, fonts, alignment, and number formats to tables."
+msgstr ""
+
#. 7Eid5
#: 05140000.xhp
msgctxt ""
@@ -22516,14 +22543,14 @@ msgctxt ""
msgid "<image id=\"img_id3150122\" src=\"cmd/sc_stylenewbyexample.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150122\">Icon New Style from Selection</alt></image>"
msgstr ""
-#. EmaCA
+#. cRnpp
#: 05140000.xhp
msgctxt ""
"05140000.xhp\n"
"par_id3147490\n"
"help.text"
-msgid "New Style from Selection"
-msgstr "Naujas stilius"
+msgid "Style actions"
+msgstr ""
#. KFB5g
#: 05140000.xhp
@@ -22534,14 +22561,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">Opens a submenu with more commands.</ahelp>"
msgstr "<ahelp hid=\".\">Atveriamas meniu su daugiau komandų.</ahelp>"
-#. nCtpD
+#. MSZVn
#: 05140000.xhp
msgctxt ""
"05140000.xhp\n"
"par_idN109DA\n"
"help.text"
-msgid "New style from selection"
-msgstr "Naujas stilius"
+msgid "<menuitem>New Style from Selection</menuitem>"
+msgstr ""
#. L5UYB
#: 05140000.xhp
@@ -22552,14 +22579,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">Creates a new style based on the formatting of the current paragraph, page, or selection.</ahelp>"
msgstr "<ahelp hid=\".\">Sukuriamas naujas stilius pagal veikiamosios pastraipos, puslapio ar sekcijos formatavimą.</ahelp>"
-#. DQA4B
+#. 24zag
#: 05140000.xhp
msgctxt ""
"05140000.xhp\n"
"par_idN10A04\n"
"help.text"
-msgid "Update style"
-msgstr "Atnaujinti stilių"
+msgid "<menuitem>Update Selected Style</menuitem>"
+msgstr ""
#. JZgJw
#: 05140000.xhp
@@ -22570,14 +22597,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">The manually formatted attributes of the text at the cursor position in the document will be added to the style that is selected in the Styles window.</ahelp>"
msgstr "<ahelp hid=\".\">Rankiniu būdu suformatuoti teksto požymiai žymeklio vietoje dokumente, bus pridėti prie stiliaus, kuris yra pasirinktas lange Stiliai.</ahelp>"
-#. GPDGC
+#. j6a4F
#: 05140000.xhp
msgctxt ""
"05140000.xhp\n"
"par_idN10A31\n"
"help.text"
-msgid "Load style"
-msgstr "Įkelti stilius"
+msgid "<link href=\"text/text/swriter/01/05170000.xhp\" name=\"loadstyles\"><menuitem>Load Styles</menuitem></link>"
+msgstr ""
#. TSnrm
#: 05140000.xhp
@@ -22588,23 +22615,23 @@ msgctxt ""
msgid "<ahelp hid=\".\">Opens the Load Styles dialog to import styles from another document.</ahelp>"
msgstr "<ahelp hid=\".\">Atveriamas stilių įkėlimo dialogo langas, kuriame galima importuoti stilius iš kito dokumento.</ahelp>"
-#. fvko5
+#. 9DDHF
#: 05140000.xhp
msgctxt ""
"05140000.xhp\n"
-"par_id3148860\n"
+"hd_id3155576\n"
"help.text"
-msgid "More information about <link href=\"text/swriter/01/05130000.xhp\" name=\"styles\">styles</link>."
-msgstr "Daugiau informacijos apie <link href=\"text/swriter/01/05130000.xhp\" name=\"stiliai\">stilius</link>."
+msgid "Applied Styles"
+msgstr "Pritaikyti stiliai"
-#. 9DDHF
+#. fvko5
#: 05140000.xhp
msgctxt ""
"05140000.xhp\n"
-"hd_id3155576\n"
+"par_id3148860\n"
"help.text"
-msgid "Applied Styles"
-msgstr "Pritaikyti stiliai"
+msgid "More information about <link href=\"text/swriter/01/05130000.xhp\" name=\"styles\">styles</link>."
+msgstr "Daugiau informacijos apie <link href=\"text/swriter/01/05130000.xhp\" name=\"stiliai\">stilius</link>."
#. KEiDu
#: 05150000.xhp
@@ -22885,14 +22912,32 @@ msgctxt ""
msgid "Delete"
msgstr "Pašalinti"
-#. AibqR
+#. yFvtW
#: 05150101.xhp
msgctxt ""
"05150101.xhp\n"
"par_id3150707\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/remove\">Deletes the selected table style. You cannot delete the \"Default Style\" table style.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/autoformattable/remove\">Pašalina pasirinktą lentelės stilių. Jūs negalite pašalinti „numatytasis stilius“ lentelės stiliaus.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/remove\">Deletes the selected table style. You cannot delete \"Default Table Style\".</ahelp>"
+msgstr ""
+
+#. 3rqAx
+#: 05150101.xhp
+msgctxt ""
+"05150101.xhp\n"
+"hd_id3149302\n"
+"help.text"
+msgid "Rename"
+msgstr "Pervadinti"
+
+#. KVYeV
+#: 05150101.xhp
+msgctxt ""
+"05150101.xhp\n"
+"par_id3149490\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/rename\">Changes the name of the selected table style. You cannot rename \"Default Table Style\".</ahelp>"
+msgstr ""
#. 2PEkJ
#: 05150101.xhp
@@ -22903,14 +22948,14 @@ msgctxt ""
msgid "Formatting"
msgstr "Formatavimas"
-#. fFVRG
+#. Gf3DD
#: 05150101.xhp
msgctxt ""
"05150101.xhp\n"
"par_id3154477\n"
"help.text"
-msgid "Select the formatting attributes that you to include in the selected table style."
-msgstr "Pasirinkite formatavimo požymius, kuriuos norite įtraukti į pasirinktą lentelės stilių."
+msgid "Select the formatting attributes to include in the selected table style."
+msgstr ""
#. XRRp9
#: 05150101.xhp
@@ -22966,14 +23011,14 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/alignmentcb\">Includes alignment settings in the selected table style.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/autoformattable/alignmentcb\">Įterpia lygiuotės nuostatas į pasirinktą lentelės stilių.</ahelp>"
-#. JXHir
+#. edaJm
#: 05150101.xhp
msgctxt ""
"05150101.xhp\n"
"hd_id3149690\n"
"help.text"
-msgid "Border"
-msgstr "Kraštinė"
+msgid "Borders"
+msgstr ""
#. yZ9HG
#: 05150101.xhp
@@ -23002,24 +23047,6 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/patterncb\">Includes background styles in the selected table style.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/autoformattable/patterncb\">Įterpia fono stilius į pasirinktą lentelės stilių.</ahelp>"
-#. 3rqAx
-#: 05150101.xhp
-msgctxt ""
-"05150101.xhp\n"
-"hd_id3149302\n"
-"help.text"
-msgid "Rename"
-msgstr "Pervadinti"
-
-#. DvsMV
-#: 05150101.xhp
-msgctxt ""
-"05150101.xhp\n"
-"par_id3149490\n"
-"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/rename\">Changes the name of the selected table style. You cannot rename the \"Default Style\" table style.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/autoformattable/rename\">Pakeičia pasirinkto lentelės stiliaus pavadinimą. Negalite pervadinti „Numatytasis stilius“ lentelės stiliaus.</ahelp>"
-
#. BhJ6B
#: 05150104.xhp
msgctxt ""
diff --git a/source/lt/helpcontent2/source/text/swriter/guide.po b/source/lt/helpcontent2/source/text/swriter/guide.po
index a1c6f24e026..a3adc19e24f 100644
--- a/source/lt/helpcontent2/source/text/swriter/guide.po
+++ b/source/lt/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-27 14:31+0100\n"
+"POT-Creation-Date: 2020-03-06 11:46+0100\n"
"PO-Revision-Date: 2020-02-26 17:15+0000\n"
"Last-Translator: Tolmantas <tolmantas.dagys@gmail.com>\n"
"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriterguide/lt/>\n"
@@ -11275,13 +11275,13 @@ msgctxt ""
msgid "Choose <menuitem>Insert - Page Number</menuitem> to insert a page number at the current cursor position."
msgstr ""
-#. ZxJBm
+#. dU382
#: pagenumbers.xhp
msgctxt ""
"pagenumbers.xhp\n"
"par_id6604510\n"
"help.text"
-msgid "If you see the text \"Page number\" instead of the number, choose <menuitem>View - Field Names</menuitem> (<embedvar href=\"text/shared/00/kbd_shortcuts.xhp#toggleshowfields\"/>)."
+msgid "If you see the text \"Page number\" instead of the number, choose <menuitem>View - Field Names</menuitem> (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+F9</keycode></caseinline><defaultinline><keycode>Ctrl+F9</keycode></defaultinline></switchinline>)."
msgstr ""
#. CurbT
@@ -11455,13 +11455,13 @@ msgctxt ""
msgid "A <emph>manually inserted page break</emph> can be applied without or with a change of page styles."
msgstr ""
-#. PmCx7
+#. Dmwkn
#: pagenumbers.xhp
msgctxt ""
"pagenumbers.xhp\n"
"par_id3341776\n"
"help.text"
-msgid "If you just press <embedvar href=\"text/shared/00/kbd_shortcuts.xhp#pagebreak\"/>, you apply a page break without a change of styles."
+msgid "If you just press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+Enter</keycode></caseinline><defaultinline><keycode>Ctrl+Enter</keycode></defaultinline></switchinline>, you apply a page break without a change of styles."
msgstr ""
#. ByysM
@@ -11500,13 +11500,13 @@ msgctxt ""
msgid "Click into the first page of your document."
msgstr ""
-#. 2nCdH
+#. tGKjT
#: pagenumbers.xhp
msgctxt ""
"pagenumbers.xhp\n"
"par_id4313791\n"
"help.text"
-msgid "Choose <menuitem>View - Styles</menuitem> (<embedvar href=\"text/shared/00/kbd_shortcuts.xhp#F11\"/>)."
+msgid "Choose <menuitem>View - Styles</menuitem> (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>)."
msgstr ""
#. MX8dB