update translations

and force-fix errors using pocheck

Change-Id: I2afa34705cebda561eb974fedf7a921666089f2b
This commit is contained in:
Christian Lohmaier
2019-05-13 15:44:49 +02:00
parent ab69d2fad9
commit acd9333176
2126 changed files with 531791 additions and 313222 deletions

View File

@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-04-08 14:23+0200\n"
"PO-Revision-Date: 2019-03-15 22:43+0000\n"
"PO-Revision-Date: 2019-05-03 19:50+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: lt\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1552689793.000000\n"
"X-Generator: Pootle 2.8\n"
"X-POOTLE-MTIME: 1556913032.000000\n"
#: sbasic.tree
msgctxt ""
@@ -86,7 +86,7 @@ msgctxt ""
"0702\n"
"node.text"
msgid "Python Scripts Help"
msgstr ""
msgstr "„Python“ scenarijų žinynas"
#: sbasic.tree
msgctxt ""
@@ -102,7 +102,7 @@ msgctxt ""
"070202\n"
"node.text"
msgid "Programming with Python"
msgstr ""
msgstr "Programavimas „Python“ kalba"
#: scalc.tree
msgctxt ""
@@ -366,7 +366,7 @@ msgctxt ""
"1006\n"
"node.text"
msgid "Configuring %PRODUCTNAME"
msgstr "„%PRODUCTNAME“ konfigūravimas"
msgstr "„%PRODUCTNAME“ sąranka"
#: shared.tree
msgctxt ""
@@ -662,7 +662,7 @@ msgctxt ""
"030101\n"
"node.text"
msgid "%PRODUCTNAME Formula Elements"
msgstr ""
msgstr "„%PRODUCTNAME“ formulių elementai"
#: smath.tree
msgctxt ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-04-24 18:25+0200\n"
"POT-Creation-Date: 2019-04-30 14:59+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -149,6 +149,518 @@ msgctxt ""
msgid "Refer to <literal>msgbox.py</literal> in <literal>{installation}/program/</literal> directory for Python dynamic dialog examples."
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"tit\n"
"help.text"
msgid "Python : Monitoring Document Events"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0526\n"
"help.text"
msgid "<bookmark_value>Basic;Monitoring Document Events</bookmark_value> <bookmark_value>Python;Monitoring Document Events</bookmark_value> <!-- Advanced Basic Libraries --> <bookmark_value>Access2Base;Console</bookmark_value> <bookmark_value>Access2Base;Trace</bookmark_value> <bookmark_value>Tools;Strings</bookmark_value> <!-- Application Programming Interface --> <bookmark_value>API;BasicLibraries</bookmark_value> <bookmark_value>API;DocumentEvent</bookmark_value> <bookmark_value>API;DocumentEventListener</bookmark_value> <bookmark_value>API;EventObject</bookmark_value> <bookmark_value>API;GlobalEventBroadcaster</bookmark_value> <bookmark_value>API;MasterScriptProviderFactory</bookmark_value> <bookmark_value>API;XDocumentEventBroadcaster</bookmark_value> <bookmark_value>API;XDocumentEventListener</bookmark_value> <bookmark_value>API;XScript</bookmark_value>"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0527\n"
"help.text"
msgid "<variable id=\"pythonmonitor\"><link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitoring Document Events\">Monitoring Document Events</link></variable>"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0528\n"
"help.text"
msgid "Next to <link href=\"text/sbasic/shared/01040000.xhp\" name=\"assigning macros to events\">assigning macros to events</link>, one can monitor events raised by %PRODUCTNAME documents. Application Programming Interface (API) broadcasters are responsible for calling event scripts. Unlike listeners that require to define all supported methods, even if unused, document monitors require only two methods next to hooked event scripts."
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0529\n"
"help.text"
msgid "Listening to Document Events"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0530\n"
"help.text"
msgid "Monitoring is illustrated herewith for Basic and Python languages using object-oriented programming. Assigning <literal>OnLoad</literal> script, to the <literal>Open Document</literal> event, suffices to initiate and terminate document event monitoring. <menuitem>Tools Customise...</menuitem> menu <menuitem>Events</menuitem> tab is used to assign either scripts."
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0531\n"
"help.text"
msgid "Intercepting events helps setting scripts pre- and post-conditions such as loading and unloading libraries or track script processing in the background. <literal>Access2Base Trace</literal> module usage is illustrating that second context."
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0532\n"
"help.text"
msgid "With Python"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0533\n"
"help.text"
msgid "Events monitoring starts from object instantiation and ultimately stops when Python releases the object. Raised events are reported using <literal>Access2Base</literal> console."
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0534\n"
"help.text"
msgid "<literal>OnLoad</literal> and <literal>OnUnload</literal> events can be used to respectively set and unset Python programs path. They are described as <literal>Open document</literal> and <literal>Document closed</literal>."
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0543\n"
"help.text"
msgid "class UiDocument(unohelper.Base, AdapterPattern):"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0544\n"
"help.text"
msgid "\"\"\" Monitor document events \"\"\""
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0546\n"
"help.text"
msgid "adapted from 'Python script to monitor OnSave event' at"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0550\n"
"help.text"
msgid "\"\"\" Document events monitor \"\"\""
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0551\n"
"help.text"
msgid "''' report using Access2Base.Trace console OR"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0552\n"
"help.text"
msgid "report in 1st sheet, 1st column for Calc docs '''"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0558\n"
"help.text"
msgid "#self.row = 0 # uncomment for Calc documents only"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0560\n"
"help.text"
msgid "self.listen() # Start monitoring doc. events"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0569\n"
"help.text"
msgid "\"\"\" Output doc. events on 1st column of a Calc spreadsheet \"\"\""
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0575\n"
"help.text"
msgid "def listen(self, *args): # OnLoad/OnNew at the earliest"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0576\n"
"help.text"
msgid "\"\"\" Start doc. events monitoring \"\"\""
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0578\n"
"help.text"
msgid "Console.log(\"INFO\", \"Document events are being logged\", True)"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0580\n"
"help.text"
msgid "def sleep(self, *args): # OnUnload at the latest (optional)"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0581\n"
"help.text"
msgid "\"\"\" Stop doc. events monitoring \"\"\""
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0583\n"
"help.text"
msgid "Console.log(\"INFO\", \"Document events have been logged\", True)"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0587\n"
"help.text"
msgid "\"\"\" Intercepts all doc. events \"\"\""
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0588\n"
"help.text"
msgid "#self.setCell(event.Source, event.EventName) # only for Calc docs"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0595\n"
"help.text"
msgid "\"\"\" Release all activities \"\"\""
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0601\n"
"help.text"
msgid "def OnLoad(*args): # 'Open Document' event"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0604\n"
"help.text"
msgid "def OnUnload(*args): # 'Document has been closed' event"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0605\n"
"help.text"
msgid "pass # (optional) performed when disposed"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0613\n"
"help.text"
msgid "(Back/Fore)ground console to report/log program execution."
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0617\n"
"help.text"
msgid "\"\"\" Print free item list to console \"\"\""
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0622\n"
"help.text"
msgid "\"\"\" Append log message to console, optional user prompt \"\"\""
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0627\n"
"help.text"
msgid "\"\"\" Set log messages lower limit \"\"\""
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0632\n"
"help.text"
msgid "\"\"\" Display console content/dialog \"\"\""
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0647\n"
"help.text"
msgid "Mind the misspelled <literal>documentEventOccured</literal> method that inherits a typo from %PRODUCTNAME Application Programming Interface (API)."
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0648\n"
"help.text"
msgid "<literal>Start application</literal> and <literal>Close application</literal> events can respectively be used to set and to unset Python path for user scripts or %PRODUCTNAME scripts. In a similar fashion, document based Python libraries or modules can be loaded and released using <literal>Open document</literal> and <literal>Document closed</literal> events. Refer to <link href=\"text/sbasic/python/python_import.xhp\" name=\"Importing Python Modules\">Importing Python Modules</link> for more information."
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0649\n"
"help.text"
msgid "With %PRODUCTNAME Basic"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0650\n"
"help.text"
msgid "The <literal>Onload</literal> script is assigned to <literal>Open document</literal> event using <menuitem>Tools Customise...</menuitem> menu <menuitem>Events</menuitem> tab. Events monitoring starts from the moment a <literal>ConsoleLogger</literal> object is instantiated and ultimately stops when Basic engine releases it. <literal>OnLoad</literal> event loads necessary Basic libraries, while caught events are reported using <literal>Access2Base.Trace</literal> module."
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0651\n"
"help.text"
msgid "REM controller.Events module"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0653\n"
"help.text"
msgid "Private _obj As Object ' controller.ConsoleLogger instance"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0655\n"
"help.text"
msgid "Sub OnLoad(evt As com.sun.star.document.DocumentEvent) ' >> Open Document <<"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0659\n"
"help.text"
msgid "REM controller.ConsoleLogger class module"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0664\n"
"help.text"
msgid "' ADAPTER design pattern object to be instantiated in « Open Document » event"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0668\n"
"help.text"
msgid "' CONSTRUCTOR/DESTRUCTOR"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0674\n"
"help.text"
msgid "' MEMBERS"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0679\n"
"help.text"
msgid "''' System-dependent filename '''"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0686\n"
"help.text"
msgid "' METHODS"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0688\n"
"help.text"
msgid "''' Monitor document events '''"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0701\n"
"help.text"
msgid "''' Initialize document events logging '''"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0706\n"
"help.text"
msgid "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Document events are being logged\", _"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0714\n"
"help.text"
msgid "''' Terminate document events logging '''"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0717\n"
"help.text"
msgid "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Document events have been logged\", _"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0723\n"
"help.text"
msgid "' Your code for handled events goes here"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0724\n"
"help.text"
msgid "Mind the misspelled <literal>_documentEventOccured</literal> method that inherits a typo from %PRODUCTNAME Application Programming Interface (API)."
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0725\n"
"help.text"
msgid "Discovering Documents Events"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0726\n"
"help.text"
msgid "The broadcaster API object provides the list of events it is responsible for:"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0727\n"
"help.text"
msgid "With Python"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0734\n"
"help.text"
msgid "\"\"\" Display document events \"\"\""
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0736\n"
"help.text"
msgid "adapted from DisplayAvailableEvents() by A. Pitonyak"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0747\n"
"help.text"
msgid "The <link href=\"https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-python\" name=\"Alternative Python Script Organizer\">Alternative Python Script Organizer (APSO)</link> extension is used to render events information on screen."
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0748\n"
"help.text"
msgid "With %PRODUCTNAME Basic"
msgstr ""
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"N0750\n"
"help.text"
msgid "''' Display document events '''"
msgstr ""
#: python_examples.xhp
msgctxt ""
"python_examples.xhp\n"
@@ -538,7 +1050,7 @@ msgctxt ""
"python_listener.xhp\n"
"N0385\n"
"help.text"
msgid "<bookmark_value>Python;Event Listener</bookmark_value> <bookmark_value>Python;createUnoListener</bookmark_value> <bookmark_value>Basic;Event Listener</bookmark_value>"
msgid "<bookmark_value>Python;Event Listener</bookmark_value> <bookmark_value>Python;createUnoListener</bookmark_value> <bookmark_value>Basic;Event Listener</bookmark_value> <!-- Application Programming Interface --> <bookmark_value>API;ActionEvent</bookmark_value> <bookmark_value>API;DialogProvider</bookmark_value> <bookmark_value>API;EventObject</bookmark_value> <bookmark_value>API;ExecutableDialogResults</bookmark_value> <bookmark_value>API;XActionListener</bookmark_value>"
msgstr ""
#: python_listener.xhp
@@ -714,7 +1226,7 @@ msgctxt ""
"python_listener.xhp\n"
"N0499\n"
"help.text"
msgid "Listeners are usually coded along with <link href=\"text/sbasic/python/python_dialog.xhp\" name=\"dialog opening\">dialog opening</link>. Numerous listener approaches are possible such as event handlers for dialogs or event monitors for documents or forms."
msgid "Listeners are usually coded along with <link href=\"text/sbasic/python/python_dialogs.xhp\" name=\"dialog opening\">dialog opening</link>. Numerous listener approaches are possible such as event handlers for dialogs or event monitors for documents or forms."
msgstr ""
#: python_listener.xhp
@@ -1474,7 +1986,7 @@ msgctxt ""
"python_screen.xhp\n"
"N0433\n"
"help.text"
msgid "<bookmark_value>Python;InputBox</bookmark_value> <bookmark_value>Python;MsgBox</bookmark_value> <bookmark_value>Python;Print</bookmark_value>"
msgid "<bookmark_value>Python;InputBox</bookmark_value> <bookmark_value>Python;MsgBox</bookmark_value> <bookmark_value>Python;Print</bookmark_value> <bookmark_value>API;MasterScriptProvider</bookmark_value> <bookmark_value>API;XScript</bookmark_value>"
msgstr ""
#: python_screen.xhp
@@ -1597,14 +2109,6 @@ msgctxt ""
msgid "<literal>uiScripts</literal> Basic module"
msgstr ""
#: python_screen.xhp
msgctxt ""
"python_screen.xhp\n"
"N0505\n"
"help.text"
msgid "<link href=\"text/sbasic/python/python_2_basic.xhp\" name=\"Calling Basic macros from Python\">Calling Basic macros from Python</link>"
msgstr ""
#: python_session.xhp
msgctxt ""
"python_session.xhp\n"
@@ -1618,7 +2122,7 @@ msgctxt ""
"python_session.xhp\n"
"N0339\n"
"help.text"
msgid "<bookmark_value>Session;ComputerName</bookmark_value> <bookmark_value>Session;SharedScripts</bookmark_value> <bookmark_value>Session;SharedPythonScripts</bookmark_value> <bookmark_value>Session;UserProfile</bookmark_value> <bookmark_value>Session;UserScripts</bookmark_value> <bookmark_value>Session;UserPythonScripts</bookmark_value>"
msgid "<bookmark_value>Session;ComputerName</bookmark_value> <bookmark_value>Session;SharedScripts</bookmark_value> <bookmark_value>Session;SharedPythonScripts</bookmark_value> <bookmark_value>Session;UserProfile</bookmark_value> <bookmark_value>Session;UserScripts</bookmark_value> <bookmark_value>Session;UserPythonScripts</bookmark_value> <bookmark_value>API;PathSubstitution</bookmark_value>"
msgstr ""
#: python_session.xhp

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-04-08 14:23+0200\n"
"POT-Creation-Date: 2019-05-12 17:46+0200\n"
"PO-Revision-Date: 2018-10-21 20:25+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -26157,7 +26157,7 @@ msgctxt ""
"03103350.xhp\n"
"par_id941552915528262\n"
"help.text"
msgid "When VBA support is enabled, %PRODUCTNAME Basic functions arguments and return values are the same as their VBA functions counterparts. When the support is disabled, %PRODUCTNAME Basic functions may accept arguments and return values different of their VBA counterparts."
msgid "When VBA support is enabled, %PRODUCTNAME Basic function arguments and return values are the same as their VBA functions counterparts. When the support is disabled, %PRODUCTNAME Basic functions may accept arguments and return values different of their VBA counterparts."
msgstr ""
#: 03103350.xhp
@@ -28021,7 +28021,7 @@ msgctxt ""
"03120102.xhp\n"
"par_id3149295\n"
"help.text"
msgid "<emph>Expression:</emph> a numeric expression that represent a valid 8 bit ASCII value (0-255) or a 16 bit Unicode value."
msgid "<emph>Expression:</emph> a numeric expression that represents a valid 8-bit ASCII value (0-255) or a 16-bit Unicode value."
msgstr ""
#: 03120102.xhp
@@ -28029,7 +28029,7 @@ msgctxt ""
"03120102.xhp\n"
"par_id991552913928635\n"
"help.text"
msgid "When VBA compatibility mode is enabled (<link href=\"text/sbasic/shared/03103350.xhp\" name=\"vbasupport\"><literal>OPTION VBASUPPORT 1</literal></link>), <emph>Expression</emph> is a numeric expression that represent a valid 8 bit ASCII value (0-255) only."
msgid "When VBA compatibility mode is enabled (<link href=\"text/sbasic/shared/03103350.xhp\" name=\"vbasupport\"><literal>OPTION VBASUPPORT 1</literal></link>), <emph>Expression</emph> is a numeric expression that represents a valid 8-bit ASCII value (0-255) only."
msgstr ""
#: 03120102.xhp

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2018-10-21 20:57+0200\n"
"POT-Creation-Date: 2019-05-12 17:46+0200\n"
"PO-Revision-Date: 2018-01-29 15:59+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -96,126 +96,6 @@ msgctxt ""
msgid "This menu contains general commands for working with Draw documents, such as open, close and print. To close $[officename] Draw, click <emph>Exit</emph>."
msgstr "Šiame meniu yra bendros darbo su grafikos rengykle komandos, pavyzdžiui, atvėrimo, užvėrimo ar spausdinimo. Jei norite baigti darbą su „$[officename] Draw“ pasirinkite komandą <emph>Baigti darbą su „LibreOffice“</emph>."
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"tit\n"
"help.text"
msgid "Edit"
msgstr "Taisa"
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"hd_id3150868\n"
"help.text"
msgid "<link href=\"text/sdraw/main0102.xhp\" name=\"Edit\">Edit</link>"
msgstr "<link href=\"text/sdraw/main0102.xhp\" name=\"Taisa\">Taisa</link>"
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"par_id3146974\n"
"help.text"
msgid "The commands in this menu are used to edit Draw documents (for example, copying and pasting)."
msgstr "Komandos iš šio meniu yra skirtos grafikos rengyklės „Draw“ dokumentams taisyti (pavyzdžiui, kopijuoti ir įdėti)"
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"hd_id3147396\n"
"help.text"
msgid "<link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\">Paste Special</link>"
msgstr "<link href=\"text/shared/01/02070000.xhp\" name=\"Įdėti kitaip\">Įdėti kitaip</link>"
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"hd_id3149400\n"
"help.text"
msgid "<link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link>"
msgstr "<link href=\"text/shared/01/02100000.xhp\" name=\"Ieškoti ir keisti\">Ieškoti ir keisti</link>"
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"hd_id3153713\n"
"help.text"
msgid "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">Points</link>"
msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Taškai\">Taškai</link>"
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"par_id3147340\n"
"help.text"
msgid "Enables you to edit points on your drawing."
msgstr "Įgalina grafikos objekto taškų taisymą."
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"hd_id3149258\n"
"help.text"
msgid "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue points\">Glue points</link>"
msgstr "<link href=\"text/simpress/02/10030200.xhp\" name=\"Jungimo taškai\">Jungimo taškai</link>"
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"par_id3146315\n"
"help.text"
msgid "Enables you to edit glue points on your drawing."
msgstr "Įgalina grafikos objekto jungimo taškų taisymą."
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"hd_id3147005\n"
"help.text"
msgid "<link href=\"text/simpress/01/02120000.xhp\" name=\"Duplicate\">Duplicate</link>"
msgstr "<link href=\"text/simpress/01/02120000.xhp\" name=\"Kopija\">Kopija</link>"
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"hd_id3150205\n"
"help.text"
msgid "<link href=\"text/simpress/01/02150000.xhp\" name=\"Cross-fading\">Cross-fading</link>"
msgstr "<link href=\"text/simpress/01/02150000.xhp\" name=\"Figūrų virsmas\">Figūrų virsmas</link>"
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"hd_id3154650\n"
"help.text"
msgid "<link href=\"text/simpress/01/02160000.xhp\" name=\"Fields\">Fields</link>"
msgstr "<link href=\"text/simpress/01/02160000.xhp\" name=\"Laukai\">Laukai</link>"
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"hd_id3156446\n"
"help.text"
msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>"
msgstr "<link href=\"text/shared/01/02180000.xhp\" name=\"Saitai\">Saitai</link>"
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"hd_id3148699\n"
"help.text"
msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"Jautrios paveikslo sritys\">Jautrios paveikslo sritys</link>"
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"hd_id3157867\n"
"help.text"
msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
msgstr "<link href=\"text/shared/02/09070000.xhp\" name=\"Hipersaitas\">Hipersaitas</link>"
#: main0103.xhp
msgctxt ""
"main0103.xhp\n"
@@ -280,254 +160,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>"
msgstr "<link href=\"text/shared/01/03010000.xhp\" name=\"Mastelis\">Mastelis</link>"
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
"tit\n"
"help.text"
msgid "Insert"
msgstr "Įterpimas"
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
"hd_id3148797\n"
"help.text"
msgid "<link href=\"text/sdraw/main0104.xhp\" name=\"Insert\">Insert</link>"
msgstr "<link href=\"text/sdraw/main0104.xhp\" name=\"Įterpimas\">Įterpimas</link>"
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
"par_id3153770\n"
"help.text"
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr "Šio meniu komandomis į grafikos rengyklės „Draw“ dokumentus galima įterpti kitus objektus, pavyzdžiui, paveikslus ar traukos taškus ir linijas."
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
"hd_id3154320\n"
"help.text"
msgid "<link href=\"text/sdraw/01/04010000.xhp\" name=\"Slide\">Slide</link>"
msgstr "<link href=\"text/sdraw/01/04010000.xhp\" name=\"Naujas lapas\">Naujas lapas</link>"
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
"hd_id3146974\n"
"help.text"
msgid "<link href=\"text/simpress/01/04020000.xhp\" name=\"Layer\">Layer</link>"
msgstr "<link href=\"text/simpress/01/04020000.xhp\" name=\"Sluoksnis\">Sluoksnis</link>"
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
"hd_id3147397\n"
"help.text"
msgid "<link href=\"text/simpress/01/04030000.xhp\" name=\"Insert Snap Point/Line\">Insert Snap Point/Line</link>"
msgstr "<link href=\"text/simpress/01/04030000.xhp\" name=\"Traukos taškas arba linija\">Traukos taškas arba linija</link>"
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
"hd_id0915200910361385\n"
"help.text"
msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Comment</link>"
msgstr "<link href=\"text/shared/01/04050000.xhp\" name=\"Komentaras\">Komentaras</link>"
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
"hd_id3154018\n"
"help.text"
msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>"
msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"Specialieji rašmenys\">Specialieji rašmenys</link>"
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
"hd_id3150749\n"
"help.text"
msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
msgstr "<link href=\"text/shared/02/09070000.xhp\" name=\"Hipersaitas\">Hipersaitas</link>"
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
"hd_id3156385\n"
"help.text"
msgid "<link href=\"text/simpress/01/04080100.xhp\" name=\"Table\">Table</link>"
msgstr "<link href=\"text/simpress/01/04080100.xhp\" name=\"Lentelė\">Lentelė</link>"
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
"hd_id3147003\n"
"help.text"
msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>"
msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Diagrama\">Diagrama</link>"
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
"par_id0302200904020595\n"
"help.text"
msgid "Inserts a chart."
msgstr "Įterpiama diagrama."
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
"hd_id3155111\n"
"help.text"
msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"Slankusis kadras\">Slankusis kadras</link>"
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
"hd_id3157867\n"
"help.text"
msgid "<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">File</link>"
msgstr "<link href=\"text/simpress/01/04110000.xhp\" name=\"Failas\">Failas</link>"
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"tit\n"
"help.text"
msgid "Format"
msgstr "Formatas"
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"hd_id3153770\n"
"help.text"
msgid "<link href=\"text/sdraw/main0105.xhp\" name=\"Format\">Format</link>"
msgstr "<link href=\"text/sdraw/main0105.xhp\" name=\"Formatas\">Formatas</link>"
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"par_id3152578\n"
"help.text"
msgid "Contains commands for formatting the layout and the contents of your document."
msgstr "Šiame meniu yra komandos dokumento turiniui ir maketui formatuoti."
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"hd_id3155111\n"
"help.text"
msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
msgstr "<link href=\"text/shared/01/05020000.xhp\" name=\"Rašmenys\">Rašmenys</link>"
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"hd_id3146979\n"
"help.text"
msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
msgstr "<link href=\"text/shared/01/05030000.xhp\" name=\"Pastraipa\">Pastraipa</link>"
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"hd_id3166426\n"
"help.text"
msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">Bullets and Numbering</link>"
msgstr "<link href=\"text/shared/01/06050000.xhp\" name=\"Ženklinimas ir numeravimas\">Ženklinimas ir numeravimas</link>"
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"hd_id3155091\n"
"help.text"
msgid "<link href=\"text/simpress/01/01180000.xhp\" name=\"Page\">Page</link>"
msgstr "<link href=\"text/simpress/01/01180000.xhp\" name=\"Lapo savybės\">Lapo savybės</link>"
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"hd_id3146971\n"
"help.text"
msgid "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">Position and Size</link>"
msgstr "<link href=\"text/shared/01/05230000.xhp\" name=\"Padėtis ir dydis\">Padėtis ir dydis</link>"
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"hd_id3148576\n"
"help.text"
msgid "<link href=\"text/shared/01/05200000.xhp\" name=\"Line\">Line</link>"
msgstr "<link href=\"text/shared/01/05200000.xhp\" name=\"Linija\">Linija</link>"
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"hd_id3151076\n"
"help.text"
msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">Area</link>"
msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Sritis\">Sritis</link>"
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"hd_id3153878\n"
"help.text"
msgid "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">Text</link>"
msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Tekstas\">Tekstas</link>"
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"hd_id3153913\n"
"help.text"
msgid "<link href=\"text/simpress/01/05140000.xhp\" name=\"Layer\">Layer</link>"
msgstr "<link href=\"text/simpress/01/05140000.xhp\" name=\"Sluoksnis\">Sluoksnis</link>"
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"tit\n"
"help.text"
msgid "Tools"
msgstr "Priemonės"
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"hd_id3159155\n"
"help.text"
msgid "<link href=\"text/sdraw/main0106.xhp\" name=\"Tools\">Tools</link>"
msgstr "<link href=\"text/sdraw/main0106.xhp\" name=\"Priemonės\">Priemonės</link>"
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"par_id3156443\n"
"help.text"
msgid "This menu provides tools for $[officename] Draw as well as access to language and system settings."
msgstr "Iš šio meniu galima pasirinkti įvairias „$[officename] Draw“ priemones, atverti programos parinkčių langą."
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"hd_id3153415\n"
"help.text"
msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"Automatinio taisymo parinktys\">Automatinio taisymo parinktys</link>"
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"hd_id3150044\n"
"help.text"
msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>"
msgstr "<link href=\"text/shared/01/06140000.xhp\" name=\"Sąranka\">Sąranka</link>"
#: main0200.xhp
msgctxt ""
"main0200.xhp\n"
@@ -999,3 +631,395 @@ msgctxt ""
"help.text"
msgid "$[officename] Draw can export to many common graphic file formats, such as BMP, GIF, JPG, and PNG."
msgstr "„$[officename] Draw“ parengtus brėžinius galima eksportuoti daugeliu populiarių grafikos formatų: BMP, GIF, JPG, PNG ir kt."
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"tit\n"
"help.text"
msgid "Edit"
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"hd_id3150868\n"
"help.text"
msgid "<link href=\"text/sdraw/main_edit.xhp\" name=\"Edit\">Edit</link>"
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"par_id3146974\n"
"help.text"
msgid "The commands in this menu are used to edit Draw documents (for example, copying and pasting)."
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"hd_id3147396\n"
"help.text"
msgid "<link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\">Paste Special</link>"
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"hd_id3149400\n"
"help.text"
msgid "<link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link>"
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"hd_id3153713\n"
"help.text"
msgid "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">Points</link>"
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"par_id3147340\n"
"help.text"
msgid "Enables you to edit points on your drawing."
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"hd_id3149258\n"
"help.text"
msgid "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue points\">Glue points</link>"
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"par_id3146315\n"
"help.text"
msgid "Enables you to edit glue points on your drawing."
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"hd_id3147005\n"
"help.text"
msgid "<link href=\"text/simpress/01/02120000.xhp\" name=\"Duplicate\">Duplicate</link>"
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"hd_id3150205\n"
"help.text"
msgid "<link href=\"text/simpress/01/02150000.xhp\" name=\"Cross-fading\">Cross-fading</link>"
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"hd_id3154650\n"
"help.text"
msgid "<link href=\"text/simpress/01/02160000.xhp\" name=\"Fields\">Fields</link>"
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"hd_id3156446\n"
"help.text"
msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>"
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"hd_id3157867\n"
"help.text"
msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"tit\n"
"help.text"
msgid "Format"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"hd_id3153770\n"
"help.text"
msgid "<link href=\"text/sdraw/main_format.xhp\" name=\"Format\">Format</link>"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"par_id3152578\n"
"help.text"
msgid "Contains commands for formatting the layout and the contents of your document."
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"hd_id3155111\n"
"help.text"
msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"hd_id3146979\n"
"help.text"
msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"hd_id3166426\n"
"help.text"
msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">Bullets and Numbering</link>"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"hd_id3146971\n"
"help.text"
msgid "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">Position and Size</link>"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"hd_id3148576\n"
"help.text"
msgid "<link href=\"text/shared/01/05200000.xhp\" name=\"Line\">Line</link>"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"hd_id3151076\n"
"help.text"
msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">Area</link>"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"hd_id3153878\n"
"help.text"
msgid "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">Text</link>"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"hd_id3153913\n"
"help.text"
msgid "<link href=\"text/simpress/01/05140000.xhp\" name=\"Layer\">Layer</link>"
msgstr ""
#: main_insert.xhp
msgctxt ""
"main_insert.xhp\n"
"tit\n"
"help.text"
msgid "Insert"
msgstr ""
#: main_insert.xhp
msgctxt ""
"main_insert.xhp\n"
"hd_id3148797\n"
"help.text"
msgid "<link href=\"text/sdraw/main_insert.xhp\" name=\"Insert\">Insert</link>"
msgstr ""
#: main_insert.xhp
msgctxt ""
"main_insert.xhp\n"
"par_id3153770\n"
"help.text"
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr ""
#: main_insert.xhp
msgctxt ""
"main_insert.xhp\n"
"hd_id3146974\n"
"help.text"
msgid "<link href=\"text/simpress/01/04020000.xhp\" name=\"Layer\">Layer</link>"
msgstr ""
#: main_insert.xhp
msgctxt ""
"main_insert.xhp\n"
"hd_id3147397\n"
"help.text"
msgid "<link href=\"text/simpress/01/04030000.xhp\" name=\"Insert Snap Point/Line\">Insert Snap Point/Line</link>"
msgstr ""
#: main_insert.xhp
msgctxt ""
"main_insert.xhp\n"
"hd_id0915200910361385\n"
"help.text"
msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Comment</link>"
msgstr ""
#: main_insert.xhp
msgctxt ""
"main_insert.xhp\n"
"hd_id3154018\n"
"help.text"
msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>"
msgstr ""
#: main_insert.xhp
msgctxt ""
"main_insert.xhp\n"
"hd_id3150749\n"
"help.text"
msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
msgstr ""
#: main_insert.xhp
msgctxt ""
"main_insert.xhp\n"
"hd_id3156385\n"
"help.text"
msgid "<link href=\"text/simpress/01/04080100.xhp\" name=\"Table\">Table</link>"
msgstr ""
#: main_insert.xhp
msgctxt ""
"main_insert.xhp\n"
"hd_id3147003\n"
"help.text"
msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>"
msgstr ""
#: main_insert.xhp
msgctxt ""
"main_insert.xhp\n"
"par_id0302200904020595\n"
"help.text"
msgid "Inserts a chart."
msgstr ""
#: main_insert.xhp
msgctxt ""
"main_insert.xhp\n"
"hd_id3155111\n"
"help.text"
msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
msgstr ""
#: main_insert.xhp
msgctxt ""
"main_insert.xhp\n"
"hd_id3157867\n"
"help.text"
msgid "<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">File</link>"
msgstr ""
#: main_page.xhp
msgctxt ""
"main_page.xhp\n"
"tit\n"
"help.text"
msgid "Page"
msgstr ""
#: main_page.xhp
msgctxt ""
"main_page.xhp\n"
"hd_id41556822227733\n"
"help.text"
msgid "<link href=\"text/simpress/main_slide.xhp\">Page</link>"
msgstr ""
#: main_page.xhp
msgctxt ""
"main_page.xhp\n"
"par_id771556822318420\n"
"help.text"
msgid "This menu provides page management and navigation commands."
msgstr ""
#: main_page.xhp
msgctxt ""
"main_page.xhp\n"
"hd_id131556822326832\n"
"help.text"
msgid "<link href=\"text/sdraw/01/new_page.xhp\" name=\"New Page\">New Page</link>"
msgstr ""
#: main_page.xhp
msgctxt ""
"main_page.xhp\n"
"hd_id3155091\n"
"help.text"
msgid "<link href=\"text/sdraw/01/page_properties.xhp\" name=\"Properties\">Properties</link>"
msgstr ""
#: main_tools.xhp
msgctxt ""
"main_tools.xhp\n"
"tit\n"
"help.text"
msgid "Tools"
msgstr ""
#: main_tools.xhp
msgctxt ""
"main_tools.xhp\n"
"hd_id3159155\n"
"help.text"
msgid "<link href=\"text/sdraw/main_tools.xhp\" name=\"Tools\">Tools</link>"
msgstr ""
#: main_tools.xhp
msgctxt ""
"main_tools.xhp\n"
"par_id3156443\n"
"help.text"
msgid "This menu provides tools for $[officename] Draw as well as access to language and system settings."
msgstr ""
#: main_tools.xhp
msgctxt ""
"main_tools.xhp\n"
"hd_id3148699\n"
"help.text"
msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
msgstr ""
#: main_tools.xhp
msgctxt ""
"main_tools.xhp\n"
"hd_id3153415\n"
"help.text"
msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
msgstr ""
#: main_tools.xhp
msgctxt ""
"main_tools.xhp\n"
"hd_id3150044\n"
"help.text"
msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>"
msgstr ""

View File

@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2017-05-09 16:45+0200\n"
"PO-Revision-Date: 2017-03-07 19:41+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"POT-Creation-Date: 2019-05-12 17:46+0200\n"
"PO-Revision-Date: 2017-05-10 04:09+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1488915677.000000\n"
"X-POOTLE-MTIME: 1494389351.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -31,3 +31,75 @@ msgctxt ""
"help.text"
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Jei norite tai atlikti…</variable>"
#: page_menu.xhp
msgctxt ""
"page_menu.xhp\n"
"tit\n"
"help.text"
msgid "Page Menu"
msgstr ""
#: page_menu.xhp
msgctxt ""
"page_menu.xhp\n"
"par_id341556823034391\n"
"help.text"
msgid "<variable id=\"frtite\">Choose <emph>Page - Properties</emph> </variable>"
msgstr ""
#: page_menu.xhp
msgctxt ""
"page_menu.xhp\n"
"par_id561556823042778\n"
"help.text"
msgid "<variable id=\"frtites\">Choose <emph>Page - Properties</emph> and then click the <emph>Page</emph> tab </variable>"
msgstr ""
#: page_menu.xhp
msgctxt ""
"page_menu.xhp\n"
"par_id321556823043909\n"
"help.text"
msgid "<variable id=\"frtiteh\">Choose <emph>Page - Properties</emph> and then click the <emph>Background</emph> tab </variable>"
msgstr ""
#: page_menu.xhp
msgctxt ""
"page_menu.xhp\n"
"par_id941556823044342\n"
"help.text"
msgid "<variable id=\"seitenvorlage\">Choose <emph>Page - Master Page</emph> </variable>"
msgstr ""
#: page_menu.xhp
msgctxt ""
"page_menu.xhp\n"
"par_id191556823044529\n"
"help.text"
msgid "Choose <emph>Page - New Page</emph>"
msgstr ""
#: page_menu.xhp
msgctxt ""
"page_menu.xhp\n"
"par_id1001556823044677\n"
"help.text"
msgid "On the <emph>Insert</emph> bar, click"
msgstr ""
#: page_menu.xhp
msgctxt ""
"page_menu.xhp\n"
"par_id351556823072396\n"
"help.text"
msgid "<image id=\"img_id381556823072396\" src=\"cmd/sc_insertpage.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id381556823072396\">Icon</alt></image>"
msgstr ""
#: page_menu.xhp
msgctxt ""
"page_menu.xhp\n"
"par_id831556823072396\n"
"help.text"
msgid "New Page"
msgstr ""

View File

@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2017-05-09 16:45+0200\n"
"PO-Revision-Date: 2016-06-30 13:25+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"POT-Creation-Date: 2019-05-12 17:46+0200\n"
"PO-Revision-Date: 2017-05-10 04:09+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
@@ -14,28 +14,60 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1467293132.000000\n"
"X-POOTLE-MTIME: 1494389352.000000\n"
#: 04010000.xhp
#: new_page.xhp
msgctxt ""
"04010000.xhp\n"
"new_page.xhp\n"
"tit\n"
"help.text"
msgid "Insert Page"
msgid "New Page"
msgstr ""
#: 04010000.xhp
#: new_page.xhp
msgctxt ""
"04010000.xhp\n"
"new_page.xhp\n"
"hd_id3150202\n"
"help.text"
msgid "<link href=\"text/sdraw/01/04010000.xhp\" name=\"Insert Page\">Insert Page</link>"
msgid "<link href=\"text/sdraw/01/new_page.xhp\" name=\"New Page\">New Page</link>"
msgstr ""
#: 04010000.xhp
#: new_page.xhp
msgctxt ""
"04010000.xhp\n"
"new_page.xhp\n"
"par_id3152988\n"
"help.text"
msgid "<variable id=\"seitetext\">Inserts a blank page after the selected page.</variable>"
msgstr ""
#: page_properties.xhp
msgctxt ""
"page_properties.xhp\n"
"tit\n"
"help.text"
msgid "Page"
msgstr ""
#: page_properties.xhp
msgctxt ""
"page_properties.xhp\n"
"hd_id231556821873595\n"
"help.text"
msgid "Page"
msgstr ""
#: page_properties.xhp
msgctxt ""
"page_properties.xhp\n"
"par_id571556821811542\n"
"help.text"
msgid "<variable id=\"seiteeintext\"><ahelp hid=\".uno:PageSetup\" visibility=\"visible\">Sets page orientation, page margins, background and other layout options.</ahelp></variable>"
msgstr ""
#: page_properties.xhp
msgctxt ""
"page_properties.xhp\n"
"par_id691556822054550\n"
"help.text"
msgid "To change the background of all of the pages in the active file, select a background, click <emph>OK</emph> and click <emph>Yes</emph> in the <emph>Page Setup</emph> dialog."
msgstr ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -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: 2018-10-21 20:57+0200\n"
"PO-Revision-Date: 2019-03-10 20:17+0000\n"
"PO-Revision-Date: 2019-05-07 18:05+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: lt\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
"X-POOTLE-MTIME: 1552249071.000000\n"
"X-POOTLE-MTIME: 1557252354.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -246,7 +246,7 @@ msgctxt ""
"par_id3150618\n"
"help.text"
msgid "The <emph>$[officename] Help system</emph> provides easy access to information and support. There are several ways to find what you are looking for in the <link href=\"text/shared/05/00000110.xhp\" name=\"Help environment\"><emph>Help environment</emph></link>: You can search for a specific keyword in the <link href=\"text/shared/05/00000130.xhp\" name=\"Index\"><emph>Index</emph></link>, carry out a full-text search under <link href=\"text/shared/05/00000140.xhp\" name=\"Find\"><emph>Find</emph></link>, or look through a hierarchical list of the <link href=\"text/shared/05/00000160.xhp\" name=\"Topics\"><emph>Topics</emph></link>."
msgstr ""
msgstr "<emph>„$[officename]“ žinyno sistema</emph> skirta greitai ir patogiai rasti informacijos ir patarimų darbui. <link href=\"text/shared/05/00000110.xhp\" name=\"Help environment\"><emph>Žinyno lange</emph></link> reikiamos informacijos galima ieškoti keliais būdais: ieškoti reikšminių žodžių <link href=\"text/shared/05/00000130.xhp\" name=\"Index\"><emph>rodyklėje</emph></link>, ieškoti tam tikrų žodžių ar frazės naudojantis <link href=\"text/shared/05/00000140.xhp\" name=\"Find\"><emph>paieškos</emph></link> žinyno tekste funkcija arba peržvelgti žinyno <link href=\"text/shared/05/00000160.xhp\" name=\"Topics\"><emph>temų</emph></link> sąrašą."
#: 00000110.xhp
msgctxt ""

View File

@@ -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: 2018-04-24 12:21+0200\n"
"PO-Revision-Date: 2019-04-24 22:09+0000\n"
"PO-Revision-Date: 2019-04-29 19:58+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: lt\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
"X-POOTLE-MTIME: 1556143778.000000\n"
"X-POOTLE-MTIME: 1556567904.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -3262,7 +3262,7 @@ msgctxt ""
"par_idN10556\n"
"help.text"
msgid "Apply styles"
msgstr ""
msgstr "Stiliai"
#: 01090500.xhp
msgctxt ""
@@ -3270,7 +3270,7 @@ msgctxt ""
"par_idN1055A\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies the page style for the form.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Parenkamas formos puslapio stilius.</ahelp>"
#: 01090500.xhp
msgctxt ""
@@ -3278,7 +3278,7 @@ msgctxt ""
"par_idN1055D\n"
"help.text"
msgid "Field border"
msgstr ""
msgstr "Laukų kraštinės"
#: 01090500.xhp
msgctxt ""
@@ -3286,7 +3286,7 @@ msgctxt ""
"par_idN10561\n"
"help.text"
msgid "Specifies the field border style."
msgstr ""
msgstr "Čia nustatomas laukų kraštinių stilius."
#: 01090500.xhp
msgctxt ""
@@ -3294,7 +3294,7 @@ msgctxt ""
"par_idN10564\n"
"help.text"
msgid "No border"
msgstr ""
msgstr "Be kraštinių"
#: 01090500.xhp
msgctxt ""
@@ -3302,7 +3302,7 @@ msgctxt ""
"par_idN10568\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies that the fields have no border.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Nustatoma, kad laukai būtų be kraštinių.</ahelp>"
#: 01090500.xhp
msgctxt ""
@@ -3310,7 +3310,7 @@ msgctxt ""
"par_idN1056B\n"
"help.text"
msgid "3D look"
msgstr ""
msgstr "Trimatės"
#: 01090500.xhp
msgctxt ""
@@ -3318,7 +3318,7 @@ msgctxt ""
"par_idN1056F\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies that the field borders have a 3D look.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Nustatoma, kad laukų kraštinės atrodytų trimatės.</ahelp>"
#: 01090500.xhp
msgctxt ""
@@ -3326,7 +3326,7 @@ msgctxt ""
"par_idN10572\n"
"help.text"
msgid "Flat"
msgstr ""
msgstr "Plokščios"
#: 01090500.xhp
msgctxt ""
@@ -3334,7 +3334,7 @@ msgctxt ""
"par_idN10576\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies that the field borders look flat.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Nustatoma, kad laukų kraštinės atrodytų plokščios.</ahelp>"
#: 01090500.xhp
msgctxt ""
@@ -3342,7 +3342,7 @@ msgctxt ""
"par_idN10579\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01090600.xhp\" name=\"Form Wizard - Set name\">Form Wizard - Set name</link>"
msgstr ""
msgstr "<link href=\"text/shared/autopi/01090600.xhp\" name=\"Formos vediklis Pavadinimas\">Formos vediklis Pavadinimas</link>"
#: 01090600.xhp
msgctxt ""
@@ -3350,7 +3350,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Form Wizard - Set Name"
msgstr ""
msgstr "Formos vediklis Pavadinimas"
#: 01090600.xhp
msgctxt ""
@@ -3358,7 +3358,7 @@ msgctxt ""
"par_idN10543\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01090600.xhp\">Form Wizard - Set Name</link>"
msgstr ""
msgstr "<link href=\"text/shared/autopi/01090600.xhp\">Formos vediklis Pavadinimas</link>"
#: 01090600.xhp
msgctxt ""
@@ -3366,7 +3366,7 @@ msgctxt ""
"par_idN10553\n"
"help.text"
msgid "Specifies the name of the form and how to proceed."
msgstr ""
msgstr "Čia parenkamas formos pavadinimas ir tolesni veiksmai."
#: 01090600.xhp
msgctxt ""
@@ -3374,7 +3374,7 @@ msgctxt ""
"par_idN10556\n"
"help.text"
msgid "Name of the form"
msgstr ""
msgstr "Formos pavadinimas"
#: 01090600.xhp
msgctxt ""
@@ -3382,7 +3382,7 @@ msgctxt ""
"par_idN1055A\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies the name of the form.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Čia įveskite formos pavadinimą.</ahelp>"
#: 01090600.xhp
msgctxt ""
@@ -3390,7 +3390,7 @@ msgctxt ""
"par_idN1055D\n"
"help.text"
msgid "Work with the form"
msgstr ""
msgstr "Dirbti su forma"
#: 01090600.xhp
msgctxt ""
@@ -3398,7 +3398,7 @@ msgctxt ""
"par_idN105C5\n"
"help.text"
msgid "<ahelp hid=\".\">Saves the form, and opens it as a form document to enter and display data.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Forma įrašoma ir atveriama darbui su ja duomenims įvesti ir atvaizduoti.</ahelp>"
#: 01090600.xhp
msgctxt ""
@@ -3406,7 +3406,7 @@ msgctxt ""
"par_idN10563\n"
"help.text"
msgid "Modify the form"
msgstr ""
msgstr "Keisti formą"
#: 01090600.xhp
msgctxt ""
@@ -3414,7 +3414,7 @@ msgctxt ""
"par_idN105D2\n"
"help.text"
msgid "<ahelp hid=\".\">Saves the form, and opens it in edit mode to change the layout.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Forma įrašoma ir atveriama taisymo veiksenoje, kur galima pakeisti formos išdėstymą.</ahelp>"
#: 01090600.xhp
msgctxt ""
@@ -3430,7 +3430,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Report Wizard"
msgstr ""
msgstr "Ataskaitos vediklis"
#: 01100000.xhp
msgctxt ""
@@ -3438,7 +3438,7 @@ msgctxt ""
"hd_id3150499\n"
"help.text"
msgid "Report Wizard"
msgstr ""
msgstr "Ataskaitos vediklis"
#: 01100000.xhp
msgctxt ""
@@ -3446,7 +3446,7 @@ msgctxt ""
"par_id3145071\n"
"help.text"
msgid "<variable id=\"report\"><ahelp hid=\".\">Activates the wizard for creating reports.</ahelp></variable>"
msgstr ""
msgstr "<variable id=\"report\"><ahelp hid=\".\">Paleidžiamas vediklis ataskaitai kurti.</ahelp></variable>"
#: 01100000.xhp
msgctxt ""
@@ -3454,7 +3454,7 @@ msgctxt ""
"par_id3152780\n"
"help.text"
msgid "<ahelp hid=\".\">Select the report properties.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Nustatykite ataskaitos savybes.</ahelp>"
#: 01100100.xhp
msgctxt ""
@@ -3462,7 +3462,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Report Wizard - Field Selection"
msgstr ""
msgstr "Ataskaitos vediklis Laukų parinkimas"
#: 01100100.xhp
msgctxt ""
@@ -3470,7 +3470,7 @@ msgctxt ""
"hd_id3155599\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100100.xhp\" name=\"Report Wizard - Field Selection\">Report Wizard - Field Selection</link>"
msgstr ""
msgstr "<link href=\"text/shared/autopi/01100100.xhp\" name=\"Ataskaitos vediklis Laukų parinkimas\">Ataskaitos vediklis Laukų parinkimas</link>"
#: 01100100.xhp
msgctxt ""
@@ -3478,7 +3478,7 @@ msgctxt ""
"par_id3150476\n"
"help.text"
msgid "Specifies the table or query for which you are creating the report, and which fields you wish to include in the report."
msgstr ""
msgstr "Čia nurodoma lentelė arba užklausa, kuriai kuriama ataskaita, ir parenkami į ataskaitą įtrauktini laukai."
#: 01100100.xhp
msgctxt ""
@@ -3486,7 +3486,7 @@ msgctxt ""
"hd_id3156136\n"
"help.text"
msgid "Tables or queries"
msgstr ""
msgstr "Lentelės arba užklausos"
#: 01100100.xhp
msgctxt ""
@@ -3494,7 +3494,7 @@ msgctxt ""
"par_id3147043\n"
"help.text"
msgid "<ahelp hid=\".\">Select the table or query for which the report is to be created.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Čia parenkama lentelė arba užklausa, kuriai kuriama ataskaita.</ahelp>"
#: 01100100.xhp
msgctxt ""
@@ -3502,7 +3502,7 @@ msgctxt ""
"hd_id3147008\n"
"help.text"
msgid "Available fields"
msgstr ""
msgstr "Galimi laukai"
#: 01100100.xhp
msgctxt ""
@@ -3510,7 +3510,7 @@ msgctxt ""
"par_id3155338\n"
"help.text"
msgid "<ahelp hid=\".\">Displays the names of the data base fields in the selected table or query.</ahelp> Click to select a field or press the Shift or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while clicking to select multiple fields."
msgstr ""
msgstr "<ahelp hid=\".\">Čia išvardijami parinktoje lentelėje ar užklausoje esančių duomenų bazės laukų pavadinimai.</ahelp> Spustelėkite lauko pavadinimą, jei norite jį pažymėti, arba spustelėkite nuspaudę klavišą <emph>Lyg2</emph> arba <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Vald</emph></defaultinline></switchinline>, jei norite pažymėti keletą laukų."
#: 01100100.xhp
msgctxt ""
@@ -3518,7 +3518,7 @@ msgctxt ""
"hd_id3153031\n"
"help.text"
msgid "Fields in report"
msgstr ""
msgstr "Laukai ataskaitoje"
#: 01100100.xhp
msgctxt ""
@@ -3526,7 +3526,7 @@ msgctxt ""
"par_id3147275\n"
"help.text"
msgid "<ahelp hid=\".\">Displays all fields that are included in the new report.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Čia rodomi naujojoje ataskaitoje būsiantys laukai.</ahelp>"
#: 01100100.xhp
msgctxt ""
@@ -3542,7 +3542,7 @@ msgctxt ""
"par_id3152350\n"
"help.text"
msgid "<ahelp hid=\".\">Click to move the selected field(s) to the box that the arrow is pointing to.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Spustelėjus pažymėti laukai perkeliami į rodyklės rodomą sąrašą.</ahelp>"
#: 01100100.xhp
msgctxt ""
@@ -3558,7 +3558,7 @@ msgctxt ""
"par_id3149784\n"
"help.text"
msgid "<ahelp hid=\".\">Click to move all fields to the box that the arrow is pointing to.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Spustelėjus visi laukai perkeliami į rodyklės rodomą sąrašą.</ahelp>"
#: 01100100.xhp
msgctxt ""
@@ -3574,7 +3574,7 @@ msgctxt ""
"par_id3150275\n"
"help.text"
msgid "<ahelp hid=\".\">Click to move the selected field(s) to the box that the arrow is pointing to.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Spustelėjus pažymėti laukai perkeliami į rodyklės rodomą sąrašą.</ahelp>"
#: 01100100.xhp
msgctxt ""
@@ -3590,7 +3590,7 @@ msgctxt ""
"par_id3150084\n"
"help.text"
msgid "<ahelp hid=\".\">Click to move all fields to the box that the arrow is pointing to.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Spustelėjus visi laukai perkeliami į rodyklės rodomą sąrašą.</ahelp>"
#: 01100100.xhp
msgctxt ""
@@ -3598,7 +3598,7 @@ msgctxt ""
"par_id3145609\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100150.xhp\" name=\"More about Report Wizard - Labeling Fields\">More about Report Wizard - Labeling Fields</link>"
msgstr ""
msgstr "<link href=\"text/shared/autopi/01100150.xhp\" name=\"Ataskaitos vediklis Laukų pavadinimai\">Ataskaitos vediklis Laukų pavadinimai</link>"
#: 01100150.xhp
msgctxt ""
@@ -3606,7 +3606,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Report Wizard - Labeling Fields"
msgstr ""
msgstr "Ataskaitos vediklis Laukų pavadinimai"
#: 01100150.xhp
msgctxt ""
@@ -3614,7 +3614,7 @@ msgctxt ""
"hd_id3144415\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100150.xhp\" name=\"Report Wizard - Labeling Fields\">Report Wizard - Labeling Fields</link>"
msgstr ""
msgstr "<link href=\"text/shared/autopi/01100150.xhp\" name=\"Ataskaitos vediklis Laukų pavadinimai\">Ataskaitos vediklis Laukų pavadinimai</link>"
#: 01100150.xhp
msgctxt ""
@@ -3622,7 +3622,7 @@ msgctxt ""
"par_id3147102\n"
"help.text"
msgid "Specifies how you want to label the fields."
msgstr ""
msgstr "Šiame žingsnyje galima įvesti laukų pavadinimus."
#: 01100150.xhp
msgctxt ""
@@ -3630,7 +3630,7 @@ msgctxt ""
"hd_id3155805\n"
"help.text"
msgid "Field list"
msgstr ""
msgstr "Laukų sąrašas"
#: 01100150.xhp
msgctxt ""
@@ -3638,7 +3638,7 @@ msgctxt ""
"par_id3150774\n"
"help.text"
msgid "<ahelp hid=\".\">Displays the names of the fields to be included in the report. At the right you can enter a label for each field that will be printed in the report.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Čia rodomi ataskaitos laukų pavadinimai. Dešinėje pusėje galima įvesti tokius laukų pavadinimus, kokie turėtų būti spausdinami ataskaitoje.</ahelp>"
#: 01100150.xhp
msgctxt ""
@@ -3646,7 +3646,7 @@ msgctxt ""
"par_id3153748\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100200.xhp\" name=\"More about Report Wizard - Grouping\">More about Report Wizard - Grouping</link>"
msgstr ""
msgstr "<link href=\"text/shared/autopi/01100200.xhp\" name=\"Ataskaitos vediklis Grupavimas\">Ataskaitos vediklis Grupavimas</link>"
#: 01100200.xhp
msgctxt ""
@@ -3654,7 +3654,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Report Wizard - Grouping"
msgstr ""
msgstr "Ataskaitos vediklis Grupavimas"
#: 01100200.xhp
msgctxt ""
@@ -3662,7 +3662,7 @@ msgctxt ""
"hd_id3147000\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100200.xhp\" name=\"Report Wizard - Grouping\">Report Wizard - Grouping</link>"
msgstr ""
msgstr "<link href=\"text/shared/autopi/01100200.xhp\" name=\"Ataskaitos vediklis Grupavimas\">Ataskaitos vediklis Grupavimas</link>"
#: 01100200.xhp
msgctxt ""
@@ -3670,7 +3670,7 @@ msgctxt ""
"par_id3163829\n"
"help.text"
msgid "You can group records in a report based on the values in one or more fields. Select the fields by which the resulting report will be grouped. You can group up to four fields in a report. When you group more than one field, $[officename] nests the groups according to their group level."
msgstr ""
msgstr "Įrašus ataskaitoje galima grupuoti pagal vieno ar kelių laukų reikšmes. Šiame lange pasirinkite laukus, pagal kuriuos bus grupuojami ataskaitos duomenys. Grupuoti galima ne daugiau kaip pagal keturis laukus. Jei grupuosite daugiau nei pagal vieną lauką, ataskaitoje bus sukurtos įdėtinės grupės."
#: 01100200.xhp
msgctxt ""
@@ -3678,7 +3678,7 @@ msgctxt ""
"hd_id3149760\n"
"help.text"
msgid "Fields"
msgstr ""
msgstr "Laukai"
#: 01100200.xhp
msgctxt ""
@@ -3686,7 +3686,7 @@ msgctxt ""
"par_id3155805\n"
"help.text"
msgid "<ahelp hid=\".\">Lists the fields from your selection on the previous page of the Wizard. To group the report by a field, select the field name, then click the <emph>></emph> button. You may select up to four levels of grouping.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Čia išvardijami ankstesniame vediklio žingsnyje parinkti laukai. Jei norite grupuoti ataskaitos duomenis pagal tam tikrą lauką, pažymėkite jo pavadinimą, tada spustelėkite mygtuką <emph>></emph>. Grupavimui galima parinkti ne daugiau nei keturis laukus.</ahelp>"
#: 01100200.xhp
msgctxt ""
@@ -3694,7 +3694,7 @@ msgctxt ""
"hd_id3155552\n"
"help.text"
msgid "Groupings"
msgstr ""
msgstr "Grupavimai"
#: 01100200.xhp
msgctxt ""
@@ -3702,7 +3702,7 @@ msgctxt ""
"par_id3155892\n"
"help.text"
msgid "<ahelp hid=\".\">Lists the fields by which the report will be grouped. To remove one level of grouping, select the field name, then click the <emph><</emph> button. You may select up to four levels of grouping.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Čia išvardijamai laukai, pagal kuriuos bus grupuojami ataskaitos duomenys. Jei norite pašalinti lauką iš sąrašo, pažymėkite jo pavadinimą, tada spustelėkite mygtuką <emph><</emph>. Grupavimui galima parinkti ne daugiau nei keturis laukus.</ahelp>"
#: 01100200.xhp
msgctxt ""
@@ -3718,7 +3718,7 @@ msgctxt ""
"par_id3157958\n"
"help.text"
msgid "<ahelp hid=\".\">Click to move the selected field to the box that the arrow is pointing to.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Spustelėjus pažymėtas laukas perkeliamas į rodyklės rodomą sąrašą.</ahelp>"
#: 01100200.xhp
msgctxt ""
@@ -3734,7 +3734,7 @@ msgctxt ""
"par_id3149811\n"
"help.text"
msgid "<ahelp hid=\".\">Click to move the selected field to the box that the arrow is pointing to.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Spustelėjus pažymėtas laukas perkeliamas į rodyklės rodomą sąrašą.</ahelp>"
#: 01100200.xhp
msgctxt ""
@@ -3742,7 +3742,7 @@ msgctxt ""
"par_id3150355\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100300.xhp\" name=\"More about Report Wizard - Sort Options\">More about Report Wizard - Sort Options</link>"
msgstr ""
msgstr "<link href=\"text/shared/autopi/01100300.xhp\" name=\"Ataskaitos vediklis Rikiavimo parinktys\">Ataskaitos vediklis Rikiavimo parinktys</link>"
#: 01100300.xhp
msgctxt ""
@@ -3750,7 +3750,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Report Wizard - Sort Options"
msgstr ""
msgstr "Ataskaitos vediklis Rikiavimo parinktys"
#: 01100300.xhp
msgctxt ""
@@ -3758,7 +3758,7 @@ msgctxt ""
"hd_id3148668\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100300.xhp\" name=\"Report Wizard - Sort Options\">Report Wizard - Sort Options</link>"
msgstr ""
msgstr "<link href=\"text/shared/autopi/01100300.xhp\" name=\"Ataskaitos vediklis Rikiavimo parinktys\">Ataskaitos vediklis Rikiavimo parinktys</link>"
#: 01100300.xhp
msgctxt ""
@@ -3766,7 +3766,7 @@ msgctxt ""
"par_id3148520\n"
"help.text"
msgid "Select the fields by which to sort the report. Fields can be sorted by up to four levels, each either ascending or descending. Grouped fields can only be sorted within each group."
msgstr ""
msgstr "Čia parenkami laukai, pagal kuriuos bus rikiuojami duomenys ataskaitoje. Galima sukurti iki keturių lygmenų filtrą, kiekviename lygmenyje rikiuoti duomenis didėjančiai arba mažėjančiai. Sugrupuotus laukus rikiuoti galima tik grupės viduje."
#: 01100300.xhp
msgctxt ""
@@ -3774,7 +3774,7 @@ msgctxt ""
"hd_id3149205\n"
"help.text"
msgid "Sort by"
msgstr ""
msgstr "Rikiuoti pagal"
#: 01100300.xhp
msgctxt ""
@@ -3782,7 +3782,7 @@ msgctxt ""
"par_id3155555\n"
"help.text"
msgid "<ahelp hid=\".\">Select the first field by which to sort the report.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Parinkite pirmąjį lauką, pagal kurį bus rikiuojami ataskaitos duomenys.</ahelp>"
#: 01100300.xhp
msgctxt ""
@@ -3790,7 +3790,7 @@ msgctxt ""
"hd_id3154751\n"
"help.text"
msgid "Then by"
msgstr ""
msgstr "Po to pagal"
#: 01100300.xhp
msgctxt ""
@@ -3798,7 +3798,7 @@ msgctxt ""
"par_id3149182\n"
"help.text"
msgid "<ahelp hid=\".\">Select an additional field by which to sort the report.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Parinkite papildomą lauką, pagal kurį bus rikiuojami ataskaitos duomenys.</ahelp>"
#: 01100300.xhp
msgctxt ""
@@ -3806,7 +3806,7 @@ msgctxt ""
"hd_id3146957\n"
"help.text"
msgid "Ascending"
msgstr ""
msgstr "Didėjančiai"
#: 01100300.xhp
msgctxt ""
@@ -3814,7 +3814,7 @@ msgctxt ""
"par_id3155338\n"
"help.text"
msgid "<ahelp hid=\".\">Sorts the field contents in ascending order.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Laukų duomenys rikiuojami didėjančia tvarka.</ahelp>"
#: 01100300.xhp
msgctxt ""
@@ -3822,7 +3822,7 @@ msgctxt ""
"hd_id3147653\n"
"help.text"
msgid "Descending"
msgstr ""
msgstr "Mažėjančiai"
#: 01100300.xhp
msgctxt ""
@@ -3830,7 +3830,7 @@ msgctxt ""
"par_id3156113\n"
"help.text"
msgid "<ahelp hid=\".\">Sorts the field contents in descending order.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Laukų duomenys rikiuojami mažėjančia tvarka.</ahelp>"
#: 01100300.xhp
msgctxt ""
@@ -3838,7 +3838,7 @@ msgctxt ""
"par_id3156329\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100400.xhp\" name=\"More about Report Wizard - Choose Layout\">More about Report Wizard - Choose Layout</link>"
msgstr ""
msgstr "<link href=\"text/shared/autopi/01100400.xhp\" name=\"Ataskaitos vediklis Maketo parinkimas\">Ataskaitos vediklis Maketo parinkimas</link>"
#: 01100400.xhp
msgctxt ""
@@ -3846,7 +3846,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Report Wizard - Choose Layout"
msgstr ""
msgstr "Ataskaitos vediklis Maketo parinkimas"
#: 01100400.xhp
msgctxt ""
@@ -3854,7 +3854,7 @@ msgctxt ""
"hd_id3148668\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100400.xhp\" name=\"Report Wizard - Choose Layout\">Report Wizard - Choose Layout</link>"
msgstr ""
msgstr "<link href=\"text/shared/autopi/01100400.xhp\" name=\"Ataskaitos vediklis Maketo parinkimas\">Ataskaitos vediklis Maketo parinkimas</link>"
#: 01100400.xhp
msgctxt ""
@@ -3862,7 +3862,7 @@ msgctxt ""
"par_id3154894\n"
"help.text"
msgid "Choose the layout from different templates and styles, and choose landscape or portrait page orientation."
msgstr ""
msgstr "Šiame žingsnyje iš siūlomų šablonų ir stilių parenkamas ataskaitos maketas, taip pat nustatoma gulsčia arba stačia lapo padėtis."
#: 01100400.xhp
msgctxt ""
@@ -3870,7 +3870,7 @@ msgctxt ""
"hd_id3145345\n"
"help.text"
msgid "Layout of data"
msgstr ""
msgstr "Duomenų išdėstymas"
#: 01100400.xhp
msgctxt ""
@@ -3878,7 +3878,7 @@ msgctxt ""
"par_id3153681\n"
"help.text"
msgid "<ahelp hid=\".\">Defines a set of styles for the report. The styles assign fonts, indents, table background, and more.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Parenkamas ataskaitos stilius. Stilius apima šriftus, įtraukas, lentelės foną ir kitas savybes.</ahelp>"
#: 01100400.xhp
msgctxt ""
@@ -3886,7 +3886,7 @@ msgctxt ""
"hd_id3145071\n"
"help.text"
msgid "Layout of headers and footers"
msgstr ""
msgstr "Psl. antraščių ir poraščių išdėstymas"
#: 01100400.xhp
msgctxt ""
@@ -3894,7 +3894,7 @@ msgctxt ""
"par_id3152551\n"
"help.text"
msgid "<ahelp hid=\".\">Defines a page layout for the report. The page layouts are loaded from template files, which assign a header, footer, and page background.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Parenkamas ataskaitos lapo maketas. Maketai įkeliami iš šablonų, kuriuose nustatytos puslapinės antraštės ir puslapinės poraštės, lapo fonai.</ahelp>"
#: 01100400.xhp
msgctxt ""
@@ -3902,7 +3902,7 @@ msgctxt ""
"hd_id3152996\n"
"help.text"
msgid "Orientation"
msgstr ""
msgstr "Padėtis"
#: 01100400.xhp
msgctxt ""
@@ -3910,7 +3910,7 @@ msgctxt ""
"par_id3154749\n"
"help.text"
msgid "Choose the page orientation for the report."
msgstr ""
msgstr "Čia parinkite ataskaitos lapo padėtį."
#: 01100400.xhp
msgctxt ""
@@ -3918,7 +3918,7 @@ msgctxt ""
"hd_id3156347\n"
"help.text"
msgid "Landscape"
msgstr ""
msgstr "Gulsčias"
#: 01100400.xhp
msgctxt ""
@@ -3926,7 +3926,7 @@ msgctxt ""
"par_id3145382\n"
"help.text"
msgid "<ahelp hid=\".\">Selects a landscape page orientation for the report.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Nustatoma gulsčia ataskaitos lapo padėtis.</ahelp>"
#: 01100400.xhp
msgctxt ""
@@ -3934,7 +3934,7 @@ msgctxt ""
"hd_id3149233\n"
"help.text"
msgid "Portrait"
msgstr ""
msgstr "Stačias"
#: 01100400.xhp
msgctxt ""
@@ -3942,7 +3942,7 @@ msgctxt ""
"par_id3154285\n"
"help.text"
msgid "<ahelp hid=\".\">Selects a portrait page orientation for the report.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Nustatoma stačia ataskaitos lapo padėtis.</ahelp>"
#: 01100400.xhp
msgctxt ""
@@ -3950,7 +3950,7 @@ msgctxt ""
"par_id3148491\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100500.xhp\" name=\"More about Report Wizard - Create Report\">More about Report Wizard - Create Report</link>"
msgstr ""
msgstr "<link href=\"text/shared/autopi/01100500.xhp\" name=\"Ataskaitos vediklis Ataskaitos kūrimas\">Ataskaitos vediklis Ataskaitos kūrimas</link>"
#: 01100500.xhp
msgctxt ""
@@ -3958,7 +3958,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Report Wizard - Create Report"
msgstr ""
msgstr "Ataskaitos vediklis Ataskaitos kūrimas"
#: 01100500.xhp
msgctxt ""
@@ -3966,7 +3966,7 @@ msgctxt ""
"hd_id3156211\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100500.xhp\" name=\"Report Wizard - Create Report\">Report Wizard - Create Report</link>"
msgstr ""
msgstr "<link href=\"text/shared/autopi/01100500.xhp\" name=\"Ataskaitos vediklis Ataskaitos kūrimas\">Ataskaitos vediklis Ataskaitos kūrimas</link>"
#: 01100500.xhp
msgctxt ""
@@ -3974,7 +3974,7 @@ msgctxt ""
"par_id3159224\n"
"help.text"
msgid "You can create the report as a static or dynamic report. When you open a dynamic report, it will display with the current data contents. When you open a static report, it will always display the same data from the time when the static report was created."
msgstr ""
msgstr "Ataskaitą galima sukurti statinę arba dinaminę. Atvėrus dinaminę ataskaitą, joje bus rodomi tuo metu duomenų bazėje esantys duomenys. Statinėje ataskaitoje visada bus rodomi tie patys ataskaitos sukūrimo metu bazėje buvę duomenys."
#: 01100500.xhp
msgctxt ""
@@ -3982,7 +3982,7 @@ msgctxt ""
"hd_id3145669\n"
"help.text"
msgid "Title of report"
msgstr ""
msgstr "Ataskaitos pavadinimas"
#: 01100500.xhp
msgctxt ""
@@ -3990,7 +3990,7 @@ msgctxt ""
"par_id3156136\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies the title that is printed at the title line of each page.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Nurodomas ataskaitos pavadinimas, kuris bus spausdinamas kiekviename ataskaitos lape.</ahelp>"
#: 01100500.xhp
msgctxt ""
@@ -3998,7 +3998,7 @@ msgctxt ""
"hd_id3157910\n"
"help.text"
msgid "Static report"
msgstr ""
msgstr "Statinė ataskaita"
#: 01100500.xhp
msgctxt ""
@@ -4006,7 +4006,7 @@ msgctxt ""
"par_id3149580\n"
"help.text"
msgid "<ahelp hid=\".\">Saves the report as a static report. When you open a static report, it will always display the data from the time the report was created.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Sukuriama statinė ataskaita. Atvėrus statinę ataskaitą, joje visada bus rodomi ataskaitos sukūrimo metu duomenų bazėje buvę duomenys.</ahelp>"
#: 01100500.xhp
msgctxt ""
@@ -4014,7 +4014,7 @@ msgctxt ""
"hd_id3154751\n"
"help.text"
msgid "Dynamic report"
msgstr ""
msgstr "Dinaminė ataskaita"
#: 01100500.xhp
msgctxt ""
@@ -4022,7 +4022,7 @@ msgctxt ""
"par_id3155805\n"
"help.text"
msgid "<ahelp hid=\".\">Saves the report as a template. When you open a dynamic report, it will display with the current data contents.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Ataskaita įrašoma kaip šablonas. Kaskart, kai atversite dinaminę ataskaitą, duomenys joje bus atnaujinti pagal tuo metu esančius duomenų bazėje.</ahelp>"
#: 01100500.xhp
msgctxt ""
@@ -4030,7 +4030,7 @@ msgctxt ""
"hd_id3148538\n"
"help.text"
msgid "Modify report layout"
msgstr ""
msgstr "Keisti ataskaitos maketą"
#: 01100500.xhp
msgctxt ""
@@ -4038,7 +4038,7 @@ msgctxt ""
"par_id3163802\n"
"help.text"
msgid "<ahelp hid=\".\">When you click <emph>Finish</emph>, the report will be saved and opened for edit.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Spustelėjus <emph>Baigti</emph> ataskaita bus įrašyta ir atverta taisymui.</ahelp>"
#: 01100500.xhp
msgctxt ""
@@ -4046,7 +4046,7 @@ msgctxt ""
"hd_id3153127\n"
"help.text"
msgid "Create report now"
msgstr ""
msgstr "Kurti ataskaitą dabar"
#: 01100500.xhp
msgctxt ""
@@ -4054,7 +4054,7 @@ msgctxt ""
"par_id3156194\n"
"help.text"
msgid "<ahelp hid=\".\">When you click <emph>Finish</emph>, the report will be saved.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\".\">Spustelėjus <emph>Baigti</emph> ataskaita bus įrašyta.</ahelp>"
#: 01110000.xhp
msgctxt ""

File diff suppressed because it is too large Load Diff

View File

@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-04-08 14:23+0200\n"
"PO-Revision-Date: 2019-03-07 06:37+0000\n"
"PO-Revision-Date: 2019-04-26 20:05+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: lt\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1551940668.000000\n"
"X-Generator: Pootle 2.8\n"
"X-POOTLE-MTIME: 1556309133.000000\n"
#: browserhelp.xhp
msgctxt ""
@@ -78,7 +78,7 @@ msgctxt ""
"par_id191525734190260\n"
"help.text"
msgid "<variable id=\"donate\">Please support us!</variable>"
msgstr ""
msgstr "<variable id=\"donate\">Paremkite mus!</variable>"
#: browserhelp.xhp
msgctxt ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-04-08 14:23+0200\n"
"POT-Creation-Date: 2019-05-12 17:47+0200\n"
"PO-Revision-Date: 2017-10-04 11:28+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -96,94 +96,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">These commands apply to the current document, open a new document, or close the application.</ahelp>"
msgstr ""
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"tit\n"
"help.text"
msgid "Edit"
msgstr ""
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"hd_id3153726\n"
"help.text"
msgid "<link href=\"text/simpress/main0102.xhp\" name=\"Edit\">Edit</link>"
msgstr ""
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"par_id3151075\n"
"help.text"
msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
msgstr ""
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"hd_id3154649\n"
"help.text"
msgid "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">Points</link>"
msgstr ""
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"par_id3154766\n"
"help.text"
msgid "Switches the <emph>Edit Points</emph> mode on and off."
msgstr ""
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"hd_id3145116\n"
"help.text"
msgid "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue Points\">Glue Points</link>"
msgstr ""
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"par_id3147403\n"
"help.text"
msgid "Switches the <emph>Edit Glue Points</emph> mode on and off."
msgstr ""
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"hd_id3150396\n"
"help.text"
msgid "<link href=\"text/simpress/01/02160000.xhp\" name=\"Fields\">Fields</link>"
msgstr ""
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"hd_id3149355\n"
"help.text"
msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>"
msgstr ""
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"hd_id3145590\n"
"help.text"
msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
msgstr ""
#: main0102.xhp
msgctxt ""
"main0102.xhp\n"
"hd_id0914201502131542\n"
"help.text"
msgid "<link href=\"text/shared/01/02200000.xhp\" name=\"Object\">Object</link>"
msgstr ""
#: main0103.xhp
msgctxt ""
"main0103.xhp\n"
@@ -416,142 +328,6 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">File</link>"
msgstr ""
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"tit\n"
"help.text"
msgid "Format"
msgstr ""
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"hd_id3152596\n"
"help.text"
msgid "<link href=\"text/simpress/main0105.xhp\" name=\"Format\">Format</link>"
msgstr ""
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"par_id3145801\n"
"help.text"
msgid "<ahelp hid=\".\">Contains commands for formatting the layout and the contents of your document.</ahelp>"
msgstr ""
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"hd_id3147401\n"
"help.text"
msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
msgstr ""
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"hd_id3149941\n"
"help.text"
msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
msgstr ""
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"hd_id3147299\n"
"help.text"
msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">Bullets and Numbering</link>"
msgstr ""
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"hd_id3149499\n"
"help.text"
msgid "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">Position and Size</link>"
msgstr ""
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"hd_id3154510\n"
"help.text"
msgid "<link href=\"text/shared/01/05200000.xhp\" name=\"Line\">Line</link>"
msgstr ""
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"hd_id3149021\n"
"help.text"
msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">Area</link>"
msgstr ""
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"hd_id3155961\n"
"help.text"
msgid "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">Text</link>"
msgstr ""
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"hd_id3156286\n"
"help.text"
msgid "<link href=\"text/simpress/01/05120000.xhp\" name=\"Page Layout...\">Slide Design</link>"
msgstr ""
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"hd_id3163827\n"
"help.text"
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Modify Layout\">Slide Layout</link>"
msgstr ""
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"tit\n"
"help.text"
msgid "Tools"
msgstr ""
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"hd_id3154017\n"
"help.text"
msgid "<link href=\"text/simpress/main0106.xhp\" name=\"Tools\">Tools</link>"
msgstr ""
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"par_id3155064\n"
"help.text"
msgid "<ahelp hid=\".\">Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences.</ahelp>"
msgstr ""
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"hd_id3153248\n"
"help.text"
msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
msgstr ""
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"hd_id3149130\n"
"help.text"
msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>"
msgstr ""
#: main0107.xhp
msgctxt ""
"main0107.xhp\n"
@@ -720,38 +496,6 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/06100000.xhp\" name=\"Custom Slide Show\">Custom Slide Show</link>"
msgstr ""
#: main0117.xhp
msgctxt ""
"main0117.xhp\n"
"tit\n"
"help.text"
msgid "Slide"
msgstr ""
#: main0117.xhp
msgctxt ""
"main0117.xhp\n"
"hd_id0908201507475698\n"
"help.text"
msgid "<link href=\"text/simpress/main0117.xhp\">Slide</link>"
msgstr ""
#: main0117.xhp
msgctxt ""
"main0117.xhp\n"
"par_id0908201507482661\n"
"help.text"
msgid "This menu provides slide management and navigation commands."
msgstr ""
#: main0117.xhp
msgctxt ""
"main0117.xhp\n"
"hd_id3145801\n"
"help.text"
msgid "<link href=\"text/simpress/01/04010000.xhp\" name=\"New Page/Slide\">New Page/Slide</link>"
msgstr ""
#: main0200.xhp
msgctxt ""
"main0200.xhp\n"
@@ -1599,3 +1343,267 @@ msgctxt ""
"help.text"
msgid "$[officename] Impress gives you the choice of running a slide show automatically or manually."
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"tit\n"
"help.text"
msgid "Edit"
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"hd_id3153726\n"
"help.text"
msgid "<link href=\"text/simpress/main_edit.xhp\" name=\"Edit\">Edit</link>"
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"par_id3151075\n"
"help.text"
msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"hd_id3154649\n"
"help.text"
msgid "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">Points</link>"
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"par_id3154766\n"
"help.text"
msgid "Switches the <emph>Edit Points</emph> mode on and off."
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"hd_id3145116\n"
"help.text"
msgid "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue Points\">Glue Points</link>"
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"par_id3147403\n"
"help.text"
msgid "Switches the <emph>Edit Glue Points</emph> mode on and off."
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"hd_id3150396\n"
"help.text"
msgid "<link href=\"text/simpress/01/02160000.xhp\" name=\"Fields\">Fields</link>"
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"hd_id3149355\n"
"help.text"
msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>"
msgstr ""
#: main_edit.xhp
msgctxt ""
"main_edit.xhp\n"
"hd_id0914201502131542\n"
"help.text"
msgid "<link href=\"text/shared/01/02200000.xhp\" name=\"Object\">Object</link>"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"tit\n"
"help.text"
msgid "Format"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"hd_id3152596\n"
"help.text"
msgid "<link href=\"text/simpress/main_format.xhp\" name=\"Format\">Format</link>"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"par_id3145801\n"
"help.text"
msgid "<ahelp hid=\".\">Contains commands for formatting the layout and the contents of your document.</ahelp>"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"hd_id3147401\n"
"help.text"
msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"hd_id3149941\n"
"help.text"
msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"hd_id3147299\n"
"help.text"
msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">Bullets and Numbering</link>"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"hd_id3149499\n"
"help.text"
msgid "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">Position and Size</link>"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"hd_id3154510\n"
"help.text"
msgid "<link href=\"text/shared/01/05200000.xhp\" name=\"Line\">Line</link>"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"hd_id3149021\n"
"help.text"
msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">Area</link>"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"hd_id3155961\n"
"help.text"
msgid "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">Text</link>"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"hd_id3156286\n"
"help.text"
msgid "<link href=\"text/simpress/01/05120000.xhp\" name=\"Page Layout...\">Slide Design</link>"
msgstr ""
#: main_format.xhp
msgctxt ""
"main_format.xhp\n"
"hd_id3163827\n"
"help.text"
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Modify Layout\">Slide Layout</link>"
msgstr ""
#: main_slide.xhp
msgctxt ""
"main_slide.xhp\n"
"tit\n"
"help.text"
msgid "Slide"
msgstr ""
#: main_slide.xhp
msgctxt ""
"main_slide.xhp\n"
"hd_id0908201507475698\n"
"help.text"
msgid "<link href=\"text/simpress/main_slide.xhp\">Slide</link>"
msgstr ""
#: main_slide.xhp
msgctxt ""
"main_slide.xhp\n"
"par_id0908201507482661\n"
"help.text"
msgid "This menu provides slide management and navigation commands."
msgstr ""
#: main_slide.xhp
msgctxt ""
"main_slide.xhp\n"
"hd_id3145801\n"
"help.text"
msgid "<link href=\"text/simpress/01/new_slide.xhp\" name=\"New Slide\">New Slide</link>"
msgstr ""
#: main_slide.xhp
msgctxt ""
"main_slide.xhp\n"
"hd_id551556824896520\n"
"help.text"
msgid "<link href=\"text/simpress/01/slide_properties.xhp\" name=\"Properties\">Properties</link>"
msgstr ""
#: main_tools.xhp
msgctxt ""
"main_tools.xhp\n"
"tit\n"
"help.text"
msgid "Tools"
msgstr ""
#: main_tools.xhp
msgctxt ""
"main_tools.xhp\n"
"hd_id3154017\n"
"help.text"
msgid "<link href=\"text/simpress/main_tools.xhp\" name=\"Tools\">Tools</link>"
msgstr ""
#: main_tools.xhp
msgctxt ""
"main_tools.xhp\n"
"par_id3155064\n"
"help.text"
msgid "<ahelp hid=\".\">Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences.</ahelp>"
msgstr ""
#: main_tools.xhp
msgctxt ""
"main_tools.xhp\n"
"hd_id3145590\n"
"help.text"
msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
msgstr ""
#: main_tools.xhp
msgctxt ""
"main_tools.xhp\n"
"hd_id3153248\n"
"help.text"
msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
msgstr ""
#: main_tools.xhp
msgctxt ""
"main_tools.xhp\n"
"hd_id3149130\n"
"help.text"
msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>"
msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-04-08 14:23+0200\n"
"POT-Creation-Date: 2019-05-12 17:47+0200\n"
"PO-Revision-Date: 2018-04-17 15:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -456,14 +456,6 @@ msgctxt ""
msgid "Insert Menu"
msgstr ""
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147264\n"
"help.text"
msgid "Choose <emph>Insert - New Page/Slide</emph>"
msgstr ""
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
@@ -1293,7 +1285,7 @@ msgctxt ""
"slide_menu.xhp\n"
"par_id3134264\n"
"help.text"
msgid "Choose <emph>Slide - New Page/Slide</emph>"
msgid "Choose <emph>Slide - New Slide</emph>"
msgstr ""
#: slide_menu.xhp
@@ -1309,7 +1301,7 @@ msgctxt ""
"slide_menu.xhp\n"
"par_id3685251\n"
"help.text"
msgid "<image id=\"img_id3183073\" src=\"cmd/sc_insertdoc.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3183073\">Icon</alt></image>"
msgid "<image id=\"img_id3183073\" src=\"cmd/sc_insertpage.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3183073\">Icon</alt></image>"
msgstr ""
#: slide_menu.xhp
@@ -1317,5 +1309,5 @@ msgctxt ""
"slide_menu.xhp\n"
"par_id7354512\n"
"help.text"
msgid "New Page/Slide"
msgid "New Slide"
msgstr ""

View File

@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-04-08 14:23+0200\n"
"POT-Creation-Date: 2019-05-12 17:47+0200\n"
"PO-Revision-Date: 2018-09-03 13:12+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -96,38 +96,6 @@ msgctxt ""
msgid "<link href=\"text/shared/00/00000020.xhp\" name=\"Information on Import and Export Filters\">Information on Import and Export Filters</link>"
msgstr ""
#: 01180000.xhp
msgctxt ""
"01180000.xhp\n"
"tit\n"
"help.text"
msgid "Page"
msgstr ""
#: 01180000.xhp
msgctxt ""
"01180000.xhp\n"
"hd_id3149379\n"
"help.text"
msgid "Page"
msgstr ""
#: 01180000.xhp
msgctxt ""
"01180000.xhp\n"
"par_id3150717\n"
"help.text"
msgid "<variable id=\"seiteeintext\"><ahelp hid=\".uno:PageSetup\" visibility=\"visible\">Sets page orientation, page margins, background and other layout options.</ahelp></variable>"
msgstr ""
#: 01180000.xhp
msgctxt ""
"01180000.xhp\n"
"par_id3145587\n"
"help.text"
msgid "To change the background of all of the pages in the active file, select a background, click <emph>OK</emph> and click <emph>Yes</emph> in the <emph>Page Setup</emph> dialog."
msgstr ""
#: 01180001.xhp
msgctxt ""
"01180001.xhp\n"
@@ -1381,7 +1349,7 @@ msgctxt ""
"03070000.xhp\n"
"hd_id3154018\n"
"help.text"
msgid "<link href=\"text/simpress/01/04010000.xhp\" name=\"Slide\">Slide</link>"
msgid "<link href=\"text/simpress/01/new_slide.xhp\" name=\"Slide\">Slide</link>"
msgstr ""
#: 03070000.xhp
@@ -2312,38 +2280,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">Shows slides in pure black or white without shading.</ahelp>"
msgstr ""
#: 04010000.xhp
msgctxt ""
"04010000.xhp\n"
"tit\n"
"help.text"
msgid "New Page/Slide"
msgstr ""
#: 04010000.xhp
msgctxt ""
"04010000.xhp\n"
"bm_id3159155\n"
"help.text"
msgid "<bookmark_value>inserting; slides</bookmark_value><bookmark_value>slides; inserting</bookmark_value>"
msgstr ""
#: 04010000.xhp
msgctxt ""
"04010000.xhp\n"
"hd_id3159155\n"
"help.text"
msgid "<link href=\"text/simpress/01/04010000.xhp\" name=\"New Page/Slide\">New Page/Slide</link>"
msgstr ""
#: 04010000.xhp
msgctxt ""
"04010000.xhp\n"
"par_id3146119\n"
"help.text"
msgid "<variable id=\"seitetext\"><ahelp hid=\".uno:InsertPage\"><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Inserts a slide after the currently selected slide.</caseinline><defaultinline>Inserts a page after the currently selected page.</defaultinline></switchinline></ahelp></variable>"
msgstr ""
#: 04020000.xhp
msgctxt ""
"04020000.xhp\n"
@@ -8216,6 +8152,38 @@ msgctxt ""
msgid "<ahelp hid=\"modules/simpress/ui/customanimationtimingtab/trigger_list\">Select the shape by its name from the list box.</ahelp>"
msgstr ""
#: new_slide.xhp
msgctxt ""
"new_slide.xhp\n"
"tit\n"
"help.text"
msgid "New Slide"
msgstr ""
#: new_slide.xhp
msgctxt ""
"new_slide.xhp\n"
"bm_id3159155\n"
"help.text"
msgid "<bookmark_value>inserting; slides</bookmark_value><bookmark_value>slides; inserting</bookmark_value>"
msgstr ""
#: new_slide.xhp
msgctxt ""
"new_slide.xhp\n"
"hd_id3159155\n"
"help.text"
msgid "<link href=\"text/simpress/01/new_slide.xhp\" name=\"New Slide\">New Slide</link>"
msgstr ""
#: new_slide.xhp
msgctxt ""
"new_slide.xhp\n"
"par_id3146119\n"
"help.text"
msgid "<variable id=\"seitetext\"><ahelp hid=\".uno:InsertPage\"><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Inserts a slide after the currently selected slide.</caseinline><defaultinline>Inserts a slide after the currently selected slide.</defaultinline></switchinline></ahelp></variable>"
msgstr ""
#: remoteconnections.xhp
msgctxt ""
"remoteconnections.xhp\n"
@@ -8352,6 +8320,38 @@ msgctxt ""
msgid "Press <emph>Remove client authorization</emph> button."
msgstr ""
#: slide_properties.xhp
msgctxt ""
"slide_properties.xhp\n"
"tit\n"
"help.text"
msgid "Slide"
msgstr ""
#: slide_properties.xhp
msgctxt ""
"slide_properties.xhp\n"
"hd_id3149379\n"
"help.text"
msgid "Slide"
msgstr ""
#: slide_properties.xhp
msgctxt ""
"slide_properties.xhp\n"
"par_id3150717\n"
"help.text"
msgid "<variable id=\"seiteeintext\"><ahelp hid=\".uno:SlideSetup\" visibility=\"visible\">Sets slide orientation, slide margins, background and other layout options.</ahelp></variable>"
msgstr ""
#: slide_properties.xhp
msgctxt ""
"slide_properties.xhp\n"
"par_id3145587\n"
"help.text"
msgid "To change the background of all of the slides in the active file, select a background, click <emph>OK</emph> and click <emph>Yes</emph> in the <emph>Page Setup</emph> dialog."
msgstr ""
#: slidesorter.xhp
msgctxt ""
"slidesorter.xhp\n"

View File

@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2017-10-04 11:48+0200\n"
"PO-Revision-Date: 2016-06-30 13:31+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"POT-Creation-Date: 2019-05-12 17:47+0200\n"
"PO-Revision-Date: 2017-10-04 11:28+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1467293470.000000\n"
"X-POOTLE-MTIME: 1507116516.000000\n"
#: 04010000.xhp
msgctxt ""
@@ -3981,7 +3981,7 @@ msgctxt ""
"10110000.xhp\n"
"hd_id3149028\n"
"help.text"
msgid "<link href=\"text/simpress/01/04010000.xhp\" name=\"Slide\">Slide</link>"
msgid "<link href=\"text/simpress/01/new_slide.xhp\" name=\"Slide\">Slide</link>"
msgstr ""
#: 10110000.xhp

View File

@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-01-12 13:18+0100\n"
"PO-Revision-Date: 2019-01-21 00:15+0000\n"
"Last-Translator: Tolmantas <tolmantas.dagys@gmail.com>\n"
"PO-Revision-Date: 2019-05-05 17:42+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
"X-POOTLE-MTIME: 1548029711.000000\n"
"X-POOTLE-MTIME: 1557078153.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -1702,7 +1702,7 @@ msgctxt ""
"par_id3146938\n"
"help.text"
msgid "Choose <emph>Insert/Format - Image - Properties - Macro</emph> tab."
msgstr "Pasirinkite <emph>Formatas → Paveikslas → SavybėsMakrokomanda</emph> kortelę."
msgstr "Pasirinkite komandą <emph>Formatas → Paveikslas → Savybės</emph> ir atverkite kortelę <emph>Makrokomanda</emph>."
#: 00000405.xhp
msgctxt ""
@@ -1710,9 +1710,10 @@ msgctxt ""
"par_id3154323\n"
"help.text"
msgid "Choose <emph>Format - Frame and Object - Properties - Macro</emph> tab."
msgstr "Pasirinkite <emph>Formatas → Kadras ir objektas → SavybėsMakrokomanda</emph> kortelę."
msgstr "Pasirinkite komandą <emph>Formatas → Kadras arba objektas → Savybės</emph> ir atverkite kortelę <emph>Makrokomanda</emph>."
#: 00000405.xhp
#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3153238\n"
@@ -1726,7 +1727,7 @@ msgctxt ""
"par_id3148792\n"
"help.text"
msgid "Choose <emph>Edit - ImageMap</emph> - open context menu <emph>Macro</emph>."
msgstr "Pasirinkite <emph>Taisa → Jautrios paveikslo sritys </emph> atidaryti kontekstinį meniu<emph>Makrokomanda</emph>."
msgstr "Pasirinkite komandą <emph>Taisa → Jautrios paveikslo sritys</emph>, atverkite kontekstinį meniu ir pasirinkite <emph>Makrokomanda</emph>."
#: 00000405.xhp
msgctxt ""
@@ -1734,7 +1735,7 @@ msgctxt ""
"par_id3150039\n"
"help.text"
msgid "Choose <emph>Format - Character - Hyperlink</emph> tab - <emph>Events</emph> button."
msgstr "Pasirinkite <emph>Formatas → Rašmenys → Hipersaitas</emph> kortelę<emph> Įvykiai</emph> mygtuką."
msgstr "Pasirinkite komandą <emph>Formatas → Rašmenys</emph>, atverkite kortelę <emph>Hipersaitas</emph> ir spustelėkite mygtuką <emph>Įvykiai</emph>."
#: 00000405.xhp
msgctxt ""

View File

@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-04-08 14:23+0200\n"
"PO-Revision-Date: 2019-04-19 08:06+0000\n"
"Last-Translator: Tolmantas <tolmantas.dagys@gmail.com>\n"
"POT-Creation-Date: 2019-05-12 17:47+0200\n"
"PO-Revision-Date: 2019-05-06 20:14+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
"X-POOTLE-MTIME: 1555661181.000000\n"
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1557173645.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -15533,7 +15533,7 @@ msgctxt ""
"05060100.xhp\n"
"par_idN10A8E\n"
"help.text"
msgid "Follow text flow"
msgid "Keep inside text boundaries"
msgstr ""
#: 05060100.xhp
@@ -15549,7 +15549,7 @@ msgctxt ""
"05060100.xhp\n"
"par_idN10AA6\n"
"help.text"
msgid "By default, the <emph>Follow text flow</emph> option is selected when you open a document that was created in a version of Writer older than OpenOffice.org 2.0. However, this option is not selected when you create a document or when you open a document in Microsoft Word format (*.doc)."
msgid "By default, the <emph>Keep inside text boundaries</emph> option is selected when you open a document that was created in a version of Writer older than OpenOffice.org 2.0. However, this option is not selected when you create a document or when you open a document in Microsoft Word format (*.doc)."
msgstr ""
#: 05060100.xhp
@@ -16646,7 +16646,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Macro"
msgstr ""
msgstr "Makrokomanda"
#: 05060700.xhp
msgctxt ""
@@ -16654,7 +16654,7 @@ msgctxt ""
"hd_id3145241\n"
"help.text"
msgid "<link href=\"text/swriter/01/05060700.xhp\" name=\"Macro\">Macro</link>"
msgstr ""
msgstr "<link href=\"text/swriter/01/05060700.xhp\" name=\"Makrokomanda\">Makrokomanda</link>"
#: 05060700.xhp
msgctxt ""
@@ -16662,7 +16662,7 @@ msgctxt ""
"par_id3158429\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/eventassignpage/EventAssignPage\">Specifies the macro to run when you click an image, frame, or an OLE object.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\"cui/ui/eventassignpage/EventAssignPage\">Nurodoma makrokomanda, vykdytina spustelėjus paveikslą, kadrą ar OLE objektą.</ahelp>"
#: 05060700.xhp
msgctxt ""
@@ -16670,7 +16670,7 @@ msgctxt ""
"hd_id3147176\n"
"help.text"
msgid "Event"
msgstr ""
msgstr "Įvykis"
#: 05060700.xhp
msgctxt ""
@@ -16678,7 +16678,7 @@ msgctxt ""
"par_id3147564\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/eventassignpage/assignments\">Lists the events that can trigger a macro.</ahelp> Only the events that are relevant to the selected object are listed."
msgstr ""
msgstr "<ahelp hid=\"cui/ui/eventassignpage/assignments\">Išvardijami įvykiai, kurie gali paleisti makrokomandą.</ahelp> Šiame sąraše bus tik pažymėtam objektui tinkami įvykiai."
#: 05060700.xhp
msgctxt ""
@@ -16686,7 +16686,7 @@ msgctxt ""
"par_id3149286\n"
"help.text"
msgid "The following table lists the object types and the events that can trigger a macro:"
msgstr ""
msgstr "Lentelėje žemiau išvardinti objektų tipai ir įvykiai, galintys paleisti makrokomandą:"
#: 05060700.xhp
msgctxt ""
@@ -16694,7 +16694,7 @@ msgctxt ""
"par_id3152949\n"
"help.text"
msgid "Event"
msgstr ""
msgstr "Įvykis"
#: 05060700.xhp
msgctxt ""
@@ -16702,7 +16702,7 @@ msgctxt ""
"par_id3149808\n"
"help.text"
msgid "Event trigger"
msgstr ""
msgstr "Įvykio priežastis"
#: 05060700.xhp
msgctxt ""
@@ -16710,7 +16710,7 @@ msgctxt ""
"par_id3152957\n"
"help.text"
msgid "OLE object"
msgstr ""
msgstr "OLE objektas"
#: 05060700.xhp
msgctxt ""
@@ -16718,7 +16718,7 @@ msgctxt ""
"par_id3154564\n"
"help.text"
msgid "Image"
msgstr ""
msgstr "Paveikslas"
#: 05060700.xhp
msgctxt ""
@@ -16726,7 +16726,7 @@ msgctxt ""
"par_id3153675\n"
"help.text"
msgid "Frame"
msgstr ""
msgstr "Kadras"
#: 05060700.xhp
msgctxt ""
@@ -16734,7 +16734,7 @@ msgctxt ""
"par_id3154473\n"
"help.text"
msgid "AutoText"
msgstr ""
msgstr "Autotekstas"
#: 05060700.xhp
msgctxt ""
@@ -16742,7 +16742,7 @@ msgctxt ""
"par_id3149684\n"
"help.text"
msgid "ImageMap area"
msgstr ""
msgstr "Jautrios paveikslo sritys"
#: 05060700.xhp
msgctxt ""
@@ -16750,7 +16750,7 @@ msgctxt ""
"par_id3154197\n"
"help.text"
msgid "Hyperlink"
msgstr ""
msgstr "Hipersaitas"
#: 05060700.xhp
msgctxt ""
@@ -16758,7 +16758,7 @@ msgctxt ""
"par_id3155182\n"
"help.text"
msgid "Click object"
msgstr ""
msgstr "Objekto spustelėjimas"
#: 05060700.xhp
msgctxt ""
@@ -16766,7 +16766,7 @@ msgctxt ""
"par_id3149489\n"
"help.text"
msgid "object is selected"
msgstr ""
msgstr "objektas pažymimas"
#: 05060700.xhp
msgctxt ""
@@ -16774,7 +16774,7 @@ msgctxt ""
"par_id3153637\n"
"help.text"
msgid "Mouse over object"
msgstr ""
msgstr "Pelės žymeklis virš objekto"
#: 05060700.xhp
msgctxt ""
@@ -16782,7 +16782,7 @@ msgctxt ""
"par_id3147579\n"
"help.text"
msgid "mouse pointer moves over the object"
msgstr ""
msgstr "pelės žymeklis užvedamas virš objekto"
#: 05060700.xhp
msgctxt ""
@@ -16790,7 +16790,7 @@ msgctxt ""
"par_id3155910\n"
"help.text"
msgid "Trigger Hyperlink"
msgstr ""
msgstr "Hipersaito aktyvinimas"
#: 05060700.xhp
msgctxt ""
@@ -16798,7 +16798,7 @@ msgctxt ""
"par_id3155857\n"
"help.text"
msgid "hyperlink that is assigned to the object is clicked"
msgstr ""
msgstr "spustelimas objektui priskirtas hipersaitas"
#: 05060700.xhp
msgctxt ""
@@ -16806,7 +16806,7 @@ msgctxt ""
"par_id3155976\n"
"help.text"
msgid "Mouse leaves object"
msgstr ""
msgstr "Pelės žymeklis palieka objektą"
#: 05060700.xhp
msgctxt ""
@@ -16814,7 +16814,7 @@ msgctxt ""
"par_id3149216\n"
"help.text"
msgid "mouse pointer moves off the object"
msgstr ""
msgstr "pelės žymeklis nuvedamas nuo objekto"
#: 05060700.xhp
msgctxt ""
@@ -16822,7 +16822,7 @@ msgctxt ""
"par_id3154780\n"
"help.text"
msgid "Image loaded successfully"
msgstr ""
msgstr "Sėkmingas paveikslo įkėlimas"
#: 05060700.xhp
msgctxt ""
@@ -16830,7 +16830,7 @@ msgctxt ""
"par_id3145304\n"
"help.text"
msgid "image is loaded successfully"
msgstr ""
msgstr "paveikslas sėkmingai įkeliamas"
#: 05060700.xhp
msgctxt ""
@@ -16838,7 +16838,7 @@ msgctxt ""
"par_id3154718\n"
"help.text"
msgid "Image loading terminated"
msgstr ""
msgstr "Nutrauktas paveikslo įkėlimas"
#: 05060700.xhp
msgctxt ""
@@ -16846,7 +16846,7 @@ msgctxt ""
"par_id3156136\n"
"help.text"
msgid "loading of the image is terminated by the user (for example, when downloading)"
msgstr ""
msgstr "paveikslo įkėlimas nutraukiamas naudotojo (pavyzdžiui, kai vyksta siuntimas)"
#: 05060700.xhp
msgctxt ""
@@ -16854,7 +16854,7 @@ msgctxt ""
"par_id3155079\n"
"help.text"
msgid "Could not load image"
msgstr ""
msgstr "Nepavykęs paveikslo įkėlimas"
#: 05060700.xhp
msgctxt ""
@@ -16862,7 +16862,7 @@ msgctxt ""
"par_id3149250\n"
"help.text"
msgid "image is not successfully loaded"
msgstr ""
msgstr "paveikslas sėkmingai neįkeliamas"
#: 05060700.xhp
msgctxt ""
@@ -16870,7 +16870,7 @@ msgctxt ""
"par_id3148779\n"
"help.text"
msgid "Input of alpha characters"
msgstr ""
msgstr "Raidžių ir skaitmenų įvedimas"
#: 05060700.xhp
msgctxt ""
@@ -16878,7 +16878,7 @@ msgctxt ""
"par_id3150030\n"
"help.text"
msgid "text is inputted"
msgstr ""
msgstr "įvedamas tekstas"
#: 05060700.xhp
msgctxt ""
@@ -16886,7 +16886,7 @@ msgctxt ""
"par_id3154623\n"
"help.text"
msgid "Input of non-alpha characters"
msgstr ""
msgstr "Neraidinių ir neskaitinių rašmenų įvedimas"
#: 05060700.xhp
msgctxt ""
@@ -16894,7 +16894,7 @@ msgctxt ""
"par_id3147391\n"
"help.text"
msgid "Nonprinting characters, such as tabs and line breaks, are entered"
msgstr ""
msgstr "Įvedami nespausdinami rašmenys, pavyzdžiui, tabuliavimo ženklai ar eilučių lūžiai"
#: 05060700.xhp
msgctxt ""
@@ -16902,7 +16902,7 @@ msgctxt ""
"par_id3149963\n"
"help.text"
msgid "Resize frame"
msgstr ""
msgstr "Kadro dydžio keitimas"
#: 05060700.xhp
msgctxt ""
@@ -16910,7 +16910,7 @@ msgctxt ""
"par_id3147284\n"
"help.text"
msgid "frame is resized"
msgstr ""
msgstr "keičiamas kadro dydis"
#: 05060700.xhp
msgctxt ""
@@ -16918,7 +16918,7 @@ msgctxt ""
"par_id3148713\n"
"help.text"
msgid "Move frame"
msgstr ""
msgstr "Kadro perkėlimas"
#: 05060700.xhp
msgctxt ""
@@ -16926,7 +16926,7 @@ msgctxt ""
"par_id3155349\n"
"help.text"
msgid "frame is moved"
msgstr ""
msgstr "kadras perkeliamas"
#: 05060700.xhp
msgctxt ""
@@ -16934,7 +16934,7 @@ msgctxt ""
"par_id3154227\n"
"help.text"
msgid "Before inserting AutoText"
msgstr ""
msgstr "Prieš įterpiant autotekstą"
#: 05060700.xhp
msgctxt ""
@@ -16942,7 +16942,7 @@ msgctxt ""
"par_id3155785\n"
"help.text"
msgid "before AutoText is inserted"
msgstr ""
msgstr "prieš tai, kai bus įterptas autotekstas"
#: 05060700.xhp
msgctxt ""
@@ -16950,7 +16950,7 @@ msgctxt ""
"par_id3145096\n"
"help.text"
msgid "After inserting AutoText"
msgstr ""
msgstr "Įterpus autotekstą"
#: 05060700.xhp
msgctxt ""
@@ -16958,7 +16958,7 @@ msgctxt ""
"par_id3149577\n"
"help.text"
msgid "after AutoText is inserted"
msgstr ""
msgstr "po to, kai buvo įterptas autotekstas"
#: 05060700.xhp
msgctxt ""
@@ -16966,7 +16966,7 @@ msgctxt ""
"par_id3159203\n"
"help.text"
msgid "For events that are linked to controls in forms, see <link href=\"text/shared/02/01170103.xhp\" name=\"Control properties\">Control properties</link> or <link href=\"text/shared/02/01170202.xhp\" name=\"Form properties\">Form properties</link>."
msgstr ""
msgstr "Apie įvykius, susietus su valdikliais formose, skaitykite skyriuose apie <link href=\"text/shared/02/01170103.xhp\" name=\"valdiklių savybės\">valdiklių savybes</link> arba <link href=\"text/shared/02/01170202.xhp\" name=\"formos savybės\">formos savybes</link>."
#: 05060700.xhp
msgctxt ""
@@ -16974,7 +16974,7 @@ msgctxt ""
"hd_id3156030\n"
"help.text"
msgid "Assigned Action"
msgstr ""
msgstr "Priskirtas veiksmas"
#: 05060700.xhp
msgctxt ""
@@ -16982,7 +16982,7 @@ msgctxt ""
"par_id3156043\n"
"help.text"
msgid "Specify the macro that executes when the selected event occurs."
msgstr ""
msgstr "Čia rodomos makrokomandos, paleidžiamos įvykus atitinkamiems įvykiams."
#: 05060700.xhp
msgctxt ""
@@ -16990,7 +16990,7 @@ msgctxt ""
"par_id3156058\n"
"help.text"
msgid "Frames allow you to link certain events to a function that then decides if the event is handled by $[officename] Writer or by the function. See the $[officename] Basic Help for more information."
msgstr ""
msgstr "Kai kuriuos kadrų įvykius galima susieti su funkcija, kuri lemia, ar įvykis bus apdorotas „$[officename] Writer“ programos, ar funkcijos. Daugiau skaitykite „$[officename] Basic“ žinyne."
#: 05060700.xhp
msgctxt ""
@@ -16998,7 +16998,7 @@ msgctxt ""
"hd_id3149271\n"
"help.text"
msgid "Macro From"
msgstr ""
msgstr "Makrokomanda iš"
#: 05060700.xhp
msgctxt ""
@@ -17006,7 +17006,7 @@ msgctxt ""
"par_id3149284\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/eventassignpage/libraries\">Lists the $[officename] program and any open $[officename] document.</ahelp> Within this list, select the location where you want to pick the macro from."
msgstr ""
msgstr "<ahelp hid=\"cui/ui/eventassignpage/libraries\">Sąraše rodoma „$[officename]“ programa ir visi atverti „$[officename]“ dokumentai.</ahelp> Šiame sąraše pasirinkite, iš kur norėsite įkelti makrokomandą."
#: 05060700.xhp
msgctxt ""
@@ -17014,7 +17014,7 @@ msgctxt ""
"hd_id3156441\n"
"help.text"
msgid "Existing Macros"
msgstr ""
msgstr "Esamos makrokomandos"
#: 05060700.xhp
msgctxt ""
@@ -17022,7 +17022,7 @@ msgctxt ""
"par_id3148458\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/eventassignpage/macros\">Lists the available macros. Select the macro that you want to assign to the selected event, and then click <emph>Assign</emph>.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\"cui/ui/eventassignpage/macros\">Čia išvardijamos galima makrokomandos. Pažymėkite makrokomandą, kurią norite priskirti pažymėtam įvykiui, ir spustelėkite mygtuką <emph>Priskirti</emph>.</ahelp>"
#: 05060700.xhp
msgctxt ""
@@ -17030,7 +17030,7 @@ msgctxt ""
"hd_id3145173\n"
"help.text"
msgid "Assign"
msgstr ""
msgstr "Priskirti"
#: 05060700.xhp
msgctxt ""
@@ -17038,7 +17038,7 @@ msgctxt ""
"par_id3145197\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/eventassignpage/assign\">Assigns the selected macro to the selected event.</ahelp>"
msgstr ""
msgstr "<ahelp hid=\"cui/ui/eventassignpage/assign\">Pažymėta makrokomanda priskiriama pažymėtam įvykiui.</ahelp>"
#: 05060700.xhp
msgctxt ""
@@ -17046,7 +17046,7 @@ msgctxt ""
"hd_id3150811\n"
"help.text"
msgid "Remove"
msgstr ""
msgstr "Šalinti"
#: 05060700.xhp
msgctxt ""
@@ -17054,7 +17054,7 @@ msgctxt ""
"par_id3150882\n"
"help.text"
msgid "<variable id=\"aufheb\"><ahelp hid=\"cui/ui/eventassignpage/delete\">Removes the macro assignment from the selected entry.</ahelp></variable>"
msgstr ""
msgstr "<variable id=\"aufheb\"><ahelp hid=\"cui/ui/eventassignpage/delete\">Panaikinama pažymėto įrašo makrokomandos ir įvykio sąsaja.</ahelp></variable>"
#: 05060800.xhp
msgctxt ""