aboutsummaryrefslogtreecommitdiff
path: root/source/eu/helpcontent2
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-05-13 15:44:49 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-05-13 15:52:43 +0200
commitacd9333176eeb0205fd5984091bb5b15211bbcba (patch)
tree8de1524eee13d3f2fe60d085805e2bc72c1a36d4 /source/eu/helpcontent2
parentab69d2fad951d3f70dd77969c65ac9bedfdac384 (diff)
update translations
and force-fix errors using pocheck Change-Id: I2afa34705cebda561eb974fedf7a921666089f2b
Diffstat (limited to 'source/eu/helpcontent2')
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/python.po564
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared.po18
-rw-r--r--source/eu/helpcontent2/source/text/scalc/01.po448
-rw-r--r--source/eu/helpcontent2/source/text/sdraw.po768
-rw-r--r--source/eu/helpcontent2/source/text/sdraw/00.po80
-rw-r--r--source/eu/helpcontent2/source/text/sdraw/01.po62
-rw-r--r--source/eu/helpcontent2/source/text/shared/00.po1110
-rw-r--r--source/eu/helpcontent2/source/text/shared/01.po6
-rw-r--r--source/eu/helpcontent2/source/text/shared/guide.po3226
-rw-r--r--source/eu/helpcontent2/source/text/simpress.po528
-rw-r--r--source/eu/helpcontent2/source/text/simpress/00.po24
-rw-r--r--source/eu/helpcontent2/source/text/simpress/01.po140
-rw-r--r--source/eu/helpcontent2/source/text/simpress/02.po8
-rw-r--r--source/eu/helpcontent2/source/text/swriter/01.po12
14 files changed, 5573 insertions, 1421 deletions
diff --git a/source/eu/helpcontent2/source/text/sbasic/python.po b/source/eu/helpcontent2/source/text/sbasic/python.po
index ea1aeb4d27c..249cdcded80 100644
--- a/source/eu/helpcontent2/source/text/sbasic/python.po
+++ b/source/eu/helpcontent2/source/text/sbasic/python.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2019-04-24 18:25+0200\n"
-"PO-Revision-Date: 2019-04-25 10:17+0000\n"
+"POT-Creation-Date: 2019-04-30 14:59+0200\n"
+"PO-Revision-Date: 2019-05-03 11:06+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: eu\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1556187437.000000\n"
+"X-POOTLE-MTIME: 1556881561.000000\n"
#: main0000.xhp
msgctxt ""
@@ -152,6 +152,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 "Dokumentuen gertaerak entzutea"
+
+#: 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 bidez"
+
+#: 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 "%PRODUCTNAME Basic bidez"
+
+#: 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"
@@ -294,7 +806,7 @@ msgctxt ""
"N0467\n"
"help.text"
msgid "User or Shared Modules"
-msgstr ""
+msgstr "Erabiltzailearen moduluak edo modulu partekatuak"
#: python_import.xhp
msgctxt ""
@@ -310,7 +822,7 @@ msgctxt ""
"N0473\n"
"help.text"
msgid "user_lib = Session().UserPythonScripts # User scripts location"
-msgstr ""
+msgstr "user_lib = Session().UserPythonScripts # Erabiltzaile-scripten kokalekua"
#: python_import.xhp
msgctxt ""
@@ -318,7 +830,7 @@ msgctxt ""
"N0475\n"
"help.text"
msgid "sys.path.insert(0, user_lib) # Add to search path"
-msgstr ""
+msgstr "sys.path.insert(0, user_lib) # Gehitu bilaketa-bideari"
#: python_import.xhp
msgctxt ""
@@ -326,7 +838,7 @@ msgctxt ""
"N0476\n"
"help.text"
msgid "import screen_io as ui # 'screen_io.py' module resides in user_lib directory"
-msgstr ""
+msgstr "import screen_io as ui # 'screen_io.py' modulua user_lib direktorioan dago"
#: python_import.xhp
msgctxt ""
@@ -334,7 +846,7 @@ msgctxt ""
"N0477\n"
"help.text"
msgid "# Your code follows here"
-msgstr ""
+msgstr "# Zure kodea hemen doa"
#: python_import.xhp
msgctxt ""
@@ -526,7 +1038,7 @@ msgctxt ""
"N0580\n"
"help.text"
msgid "Refer to <link href=\"text/sbasic/python/python_listener.xhp\">Creating a Python Listener</link> for examples of event-driven macros."
-msgstr ""
+msgstr "Begiratu <link href=\"text/sbasic/python/python_listener.xhp\">Python entzulea sortzea</link> gertaeren mendeko makroen adibideak ikusteko."
#: python_listener.xhp
msgctxt ""
@@ -534,14 +1046,14 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Python Listeners : Creating Event Listeners"
-msgstr ""
+msgstr "Python entzuleak : Gertaeren entzuleak sortzea"
#: python_listener.xhp
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
@@ -550,7 +1062,7 @@ msgctxt ""
"N0386\n"
"help.text"
msgid "<variable id=\"pythonlistener\"><link href=\"text/sbasic/python/python_listener.xhp\" name=\"python listeners\">Creating Event Listeners</link></variable>"
-msgstr ""
+msgstr "<variable id=\"pythonlistener\"><link href=\"text/sbasic/python/python_listener.xhp\" name=\"python listeners\">Gertaeren entzuleak sortzea</link></variable>"
#: python_listener.xhp
msgctxt ""
@@ -574,7 +1086,7 @@ msgctxt ""
"N0389\n"
"help.text"
msgid "Creating an event listener"
-msgstr ""
+msgstr "Gertaeren entzule bat sortzea"
#: python_listener.xhp
msgctxt ""
@@ -582,7 +1094,7 @@ msgctxt ""
"N0390\n"
"help.text"
msgid "Listeners get attached to controls held in dialogs, as well as to document or form events. Listeners are also used when creating runtime dialogs or when adding controls to a dialog on the fly."
-msgstr ""
+msgstr "Entzuleak elkarrizketa-koadroetako kontrolei lotzen zaizkie, edo dokumentuetako edo inprimakietako gertaerei. Entzuleak exekuzio-denborako elkarrizketa-koadroak sortzeko edo koadro bati kontrolak dinamikoki gehitzeko ere erabiltzen dira."
#: python_listener.xhp
msgctxt ""
@@ -710,14 +1222,14 @@ msgctxt ""
"N0498\n"
"help.text"
msgid "Other Event Listeners"
-msgstr ""
+msgstr "Gertaeren beste entzule batzuk"
#: python_listener.xhp
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
@@ -726,7 +1238,7 @@ msgctxt ""
"N0505\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03132000.xhp\" name=\"CreateUnoListener Function\">CreateUnoListener Function</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/03132000.xhp\" name=\"CreateUnoListener Function\">CreateUnoListener funtzioa</link>"
#: python_listener.xhp
msgctxt ""
@@ -1358,7 +1870,7 @@ msgctxt ""
"N0286\n"
"help.text"
msgid "See <link href=\"text/sbasic/python/python_listener.xhp\" name=\"Creating a Listener\">Creating a Listener</link>"
-msgstr ""
+msgstr "Ikus <link href=\"text/sbasic/python/python_listener.xhp\" name=\"Creating a Listener\">Entzule bat sortzea</link>"
#: python_programming.xhp
msgctxt ""
@@ -1477,8 +1989,8 @@ 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>"
-msgstr "<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
msgctxt ""
@@ -1600,14 +2112,6 @@ msgctxt ""
msgid "<literal>uiScripts</literal> Basic module"
msgstr "<literal>uiScripts</literal> Basic modulua"
-#: 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 "<link href=\"text/sbasic/python/python_2_basic.xhp\" name=\"Calling Basic macros from Python\">Basic makroak Pythonetik deitzea</link>"
-
#: python_session.xhp
msgctxt ""
"python_session.xhp\n"
@@ -1621,8 +2125,8 @@ 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>"
-msgstr "<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
msgctxt ""
diff --git a/source/eu/helpcontent2/source/text/sbasic/shared.po b/source/eu/helpcontent2/source/text/sbasic/shared.po
index 60a7dd3bdff..d000ca47d2c 100644
--- a/source/eu/helpcontent2/source/text/sbasic/shared.po
+++ b/source/eu/helpcontent2/source/text/sbasic/shared.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2019-04-08 14:23+0200\n"
-"PO-Revision-Date: 2019-04-25 10:17+0000\n"
+"POT-Creation-Date: 2019-05-12 17:46+0200\n"
+"PO-Revision-Date: 2019-04-25 17:15+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: eu\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1556187465.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1556212527.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -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,15 +28021,15 @@ 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."
-msgstr "<emph>Adierazpena:</emph> 8 biteko ASCII balioa (0-255) edo 16 biteko Unicode balioa ordezkatzen duten zenbakizko adierazpena."
+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
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
@@ -32526,7 +32526,7 @@ msgctxt ""
"par_id3150359\n"
"help.text"
msgid "oLib.addContainerListener( oListener ) ' Register the listener"
-msgstr "oLib.addContainerListener( oEntzulea ) ' Erregistratu Listener-a"
+msgstr "oLib.addContainerListener( oEntzulea ) ' Erregistratu entzulea"
#: 03132000.xhp
msgctxt ""
diff --git a/source/eu/helpcontent2/source/text/scalc/01.po b/source/eu/helpcontent2/source/text/scalc/01.po
index bb6712de98b..f3c3ca0aaf2 100644
--- a/source/eu/helpcontent2/source/text/scalc/01.po
+++ b/source/eu/helpcontent2/source/text/scalc/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2019-04-24 18:25+0200\n"
-"PO-Revision-Date: 2019-04-22 10:18+0000\n"
+"POT-Creation-Date: 2019-04-30 14:59+0200\n"
+"PO-Revision-Date: 2019-05-13 08:11+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: eu\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1555928323.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1557735080.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -51552,6 +51552,86 @@ msgctxt ""
msgid "<item type=\"input\">COLOR(0;0;400;0)</item> returns Err:502 (Invalid argument) because the blue value is greater than 255."
msgstr "<item type=\"input\">COLOR(0;0;400;0)</item> funtzioak Err:502 ematen du (Baliogabeko argumentua) urdinaren balioa 255 baino handiagoa delako."
+#: func_concat.xhp
+msgctxt ""
+"func_concat.xhp\n"
+"tit\n"
+"help.text"
+msgid "CONCAT function"
+msgstr ""
+
+#: func_concat.xhp
+msgctxt ""
+"func_concat.xhp\n"
+"bm_id741556228031712\n"
+"help.text"
+msgid "<bookmark_value>CONCAT function</bookmark_value>"
+msgstr ""
+
+#: func_concat.xhp
+msgctxt ""
+"func_concat.xhp\n"
+"hd_id471556226436779\n"
+"help.text"
+msgid "<variable id=\"concatfunct\"><link href=\"text/scalc/01/func_concat.xhp\" name=\"concat\">CONCAT</link></variable>"
+msgstr ""
+
+#: func_concat.xhp
+msgctxt ""
+"func_concat.xhp\n"
+"par_id891556226436781\n"
+"help.text"
+msgid "<variable id=\"concatfunction\"><ahelp hid=\".\">Concatenates one or more strings</ahelp></variable>"
+msgstr ""
+
+#: func_concat.xhp
+msgctxt ""
+"func_concat.xhp\n"
+"par_id701556226865876\n"
+"help.text"
+msgid "CONCAT is an enhancement of CONCATENATE, as CONCAT also accepts ranges as arguments, like B2:E5, K:K or K:M."
+msgstr ""
+
+#: func_concat.xhp
+msgctxt ""
+"func_concat.xhp\n"
+"par_id461556226873963\n"
+"help.text"
+msgid "When ranges are used, the cells are traversed row by row (from top to bottom) to concatenate."
+msgstr ""
+
+#: func_concat.xhp
+msgctxt ""
+"func_concat.xhp\n"
+"par_id911556226813411\n"
+"help.text"
+msgid "CONCAT( string1[, string2][, …] )"
+msgstr ""
+
+#: func_concat.xhp
+msgctxt ""
+"func_concat.xhp\n"
+"par_id581556227044166\n"
+"help.text"
+msgid "<emph>string1[, string2][, …]</emph> are strings or references to cells or ranges that contains strings to concatenate."
+msgstr ""
+
+#: func_concat.xhp
+msgctxt ""
+"func_concat.xhp\n"
+"par_id531556227248228\n"
+"help.text"
+msgid "<input>=CONCAT(\"Hello \", A1:C3)</input> concatenates the string \"Hello\" with all strings in range <literal>A1:C3</literal>."
+msgstr ""
+
+#: func_concat.xhp
+msgctxt ""
+"func_concat.xhp\n"
+"par_id781556244709752\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060110.xhp#concatenate\" name=\"concatenate\">CONCATENATE</link>"
+msgstr ""
+
#: func_countifs.xhp
msgctxt ""
"func_countifs.xhp\n"
@@ -53488,6 +53568,150 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/04060102.xhp\" name=\"YEAR\">YEAR</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"NOW\">NOW</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MINUTE\">MINUTE</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MONTH\">MONTH</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"DAY\">DAY</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"WEEKDAY\">WEEKDAY</link>."
msgstr "<link href=\"text/scalc/01/04060102.xhp\" name=\"YEAR\">YEAR</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"NOW\">NOW</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MINUTE\">MINUTE</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MONTH\">MONTH</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"DAY\">DAY</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"WEEKDAY\">WEEKDAY</link>."
+#: func_ifs.xhp
+msgctxt ""
+"func_ifs.xhp\n"
+"tit\n"
+"help.text"
+msgid "IFS function"
+msgstr ""
+
+#: func_ifs.xhp
+msgctxt ""
+"func_ifs.xhp\n"
+"bm_id901556242230198\n"
+"help.text"
+msgid "<bookmark_value>IFS function</bookmark_value>"
+msgstr ""
+
+#: func_ifs.xhp
+msgctxt ""
+"func_ifs.xhp\n"
+"hd_id271556234923654\n"
+"help.text"
+msgid "<variable id=\"ifsfunct\"><link href=\"text/scalc/01/func_ifs.xhp\" name=\"function ifs\">IFS</link></variable>"
+msgstr ""
+
+#: func_ifs.xhp
+msgctxt ""
+"func_ifs.xhp\n"
+"par_id171556234923655\n"
+"help.text"
+msgid "<variable id=\"variable name\"><ahelp hid=\".\">IFS is a multiple IF-function.</ahelp></variable>"
+msgstr ""
+
+#: func_ifs.xhp
+msgctxt ""
+"func_ifs.xhp\n"
+"par_id271556235333493\n"
+"help.text"
+msgid "IFS( expression1, result1[, expression2, result2][, …] )"
+msgstr ""
+
+#: func_ifs.xhp
+msgctxt ""
+"func_ifs.xhp\n"
+"par_id31556235655212\n"
+"help.text"
+msgid "<emph>expression1, expression2, ...</emph> are any boolean values or expressions that can be TRUE or FALSE"
+msgstr ""
+
+#: func_ifs.xhp
+msgctxt ""
+"func_ifs.xhp\n"
+"par_id441556235649549\n"
+"help.text"
+msgid "<emph>result1, result2, ... </emph> are the values that are returned if the logical test is TRUE"
+msgstr ""
+
+#: func_ifs.xhp
+msgctxt ""
+"func_ifs.xhp\n"
+"par_id641556235704257\n"
+"help.text"
+msgid "IFS( expression1, result1, expression2, result2, expression3, result3 ) is executed as"
+msgstr ""
+
+#: func_ifs.xhp
+msgctxt ""
+"func_ifs.xhp\n"
+"par_id551556235712759\n"
+"help.text"
+msgid "IF expression1 is TRUE"
+msgstr ""
+
+#: func_ifs.xhp
+msgctxt ""
+"func_ifs.xhp\n"
+"par_id1001556235718948\n"
+"help.text"
+msgid "THEN result1"
+msgstr ""
+
+#: func_ifs.xhp
+msgctxt ""
+"func_ifs.xhp\n"
+"par_id571556235725969\n"
+"help.text"
+msgid "ELSE IF expression2 is TRUE"
+msgstr ""
+
+#: func_ifs.xhp
+msgctxt ""
+"func_ifs.xhp\n"
+"par_id581556235731982\n"
+"help.text"
+msgid "THEN result2"
+msgstr ""
+
+#: func_ifs.xhp
+msgctxt ""
+"func_ifs.xhp\n"
+"par_id961556235738258\n"
+"help.text"
+msgid "ELSE IF expression3 is TRUE"
+msgstr ""
+
+#: func_ifs.xhp
+msgctxt ""
+"func_ifs.xhp\n"
+"par_id951556235743954\n"
+"help.text"
+msgid "THEN result3"
+msgstr ""
+
+#: func_ifs.xhp
+msgctxt ""
+"func_ifs.xhp\n"
+"par_id671556235758504\n"
+"help.text"
+msgid "To get a default result should no expression be TRUE, add a last expression that is always TRUE, like TRUE or 1=1 followed by the default result."
+msgstr ""
+
+#: func_ifs.xhp
+msgctxt ""
+"func_ifs.xhp\n"
+"par_id541556235771022\n"
+"help.text"
+msgid "If there is a result missing for an expression or is no expression is TRUE, a #N/A error is returned."
+msgstr ""
+
+#: func_ifs.xhp
+msgctxt ""
+"func_ifs.xhp\n"
+"par_id181556235788473\n"
+"help.text"
+msgid "If expression is neither TRUE or FALSE, a #VALUE error is returned."
+msgstr ""
+
+#: func_ifs.xhp
+msgctxt ""
+"func_ifs.xhp\n"
+"par_id781556244709752\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060105.xhp#Section4\" name=\"if\">IF</link>"
+msgstr ""
+
#: func_imcos.xhp
msgctxt ""
"func_imcos.xhp\n"
@@ -55760,6 +55984,222 @@ msgctxt ""
msgid "If E2 = pen, the function returns 65, because the link to the cell is substituted with its content."
msgstr "E2 = pen bada, funtzioak 65 ematen du, gelaxkarako esteka bere edukiarekin ordezkatuko delako."
+#: func_switch.xhp
+msgctxt ""
+"func_switch.xhp\n"
+"tit\n"
+"help.text"
+msgid "SWITCH function"
+msgstr "SWITCH funtzioa"
+
+#: func_switch.xhp
+msgctxt ""
+"func_switch.xhp\n"
+"bm_id571556244875552\n"
+"help.text"
+msgid "<bookmark_value>SWITCH function</bookmark_value>"
+msgstr "<bookmark_value>SWITCH funtzioa</bookmark_value>"
+
+#: func_switch.xhp
+msgctxt ""
+"func_switch.xhp\n"
+"hd_id21556242313791\n"
+"help.text"
+msgid "<variable id=\"switchfunct\"><link href=\"text/scalc/01/func_switch.xhp\" name=\"switch\">SWITCH</link></variable>"
+msgstr "<variable id=\"switchfunct\"><link href=\"text/scalc/01/func_switch.xhp\" name=\"switch\">SWITCH</link></variable>"
+
+#: func_switch.xhp
+msgctxt ""
+"func_switch.xhp\n"
+"par_id361556242313793\n"
+"help.text"
+msgid "<variable id=\"functionswitch\"><ahelp hid=\".\">SWITCH compares <emph>expression</emph> with <emph>value1</emph> to <emph>valuen</emph> and returns the result belonging to the first value that equals expression. If there is no match and default_value is given, that will be returned.</ahelp></variable>"
+msgstr ""
+
+#: func_switch.xhp
+msgctxt ""
+"func_switch.xhp\n"
+"par_id521556242803283\n"
+"help.text"
+msgid "SWITCH( expression, value1, result1[, value2, result2][, … ][, default_result] )"
+msgstr ""
+
+#: func_switch.xhp
+msgctxt ""
+"func_switch.xhp\n"
+"par_id341556242996378\n"
+"help.text"
+msgid "<emph>expression</emph> is a text, numeric, logical or date input or reference to a cell."
+msgstr ""
+
+#: func_switch.xhp
+msgctxt ""
+"func_switch.xhp\n"
+"par_id321556243790332\n"
+"help.text"
+msgid "<emph>value1, value2, ...</emph> is any value or reference to a cell. Each value must have a result given."
+msgstr ""
+
+#: func_switch.xhp
+msgctxt ""
+"func_switch.xhp\n"
+"par_id171556243796068\n"
+"help.text"
+msgid "<emph>result1, result2, ...</emph> is any value or reference to a cell."
+msgstr ""
+
+#: func_switch.xhp
+msgctxt ""
+"func_switch.xhp\n"
+"par_id331556245422283\n"
+"help.text"
+msgid "<emph>default_result</emph>: any value or reference to a cell that is returned when there is no match."
+msgstr ""
+
+#: func_switch.xhp
+msgctxt ""
+"func_switch.xhp\n"
+"par_id871556243022881\n"
+"help.text"
+msgid "If no <emph>value</emph> equals <emph>expression</emph> and no default result is given, a #N/A error is returned."
+msgstr ""
+
+#: func_switch.xhp
+msgctxt ""
+"func_switch.xhp\n"
+"par_id851556243961783\n"
+"help.text"
+msgid "<input>=SWITCH(MONTH(A3),1,\"January\",2,\"February\",3,\"March\",\"No match\")</input> returns \"January\" when A3=1, February when A3=2 , etc..."
+msgstr ""
+
+#: func_switch.xhp
+msgctxt ""
+"func_switch.xhp\n"
+"par_id781556244709752\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060105.xhp#Section4\" name=\"if\">IF</link>"
+msgstr ""
+
+#: func_textjoin.xhp
+msgctxt ""
+"func_textjoin.xhp\n"
+"tit\n"
+"help.text"
+msgid "TEXTJOIN function"
+msgstr ""
+
+#: func_textjoin.xhp
+msgctxt ""
+"func_textjoin.xhp\n"
+"bm_id581556228060864\n"
+"help.text"
+msgid "<bookmark_value>TEXTJOIN function</bookmark_value>"
+msgstr ""
+
+#: func_textjoin.xhp
+msgctxt ""
+"func_textjoin.xhp\n"
+"hd_id551556227727946\n"
+"help.text"
+msgid "<variable id=\"textjoinfunct\"><link href=\"text/scalc/01/func_textjoin.xhp\" name=\"textjoinfunction\">TEXTJOIN</link></variable>"
+msgstr ""
+
+#: func_textjoin.xhp
+msgctxt ""
+"func_textjoin.xhp\n"
+"par_id121556227727948\n"
+"help.text"
+msgid "<variable id=\"textjoinfunction\"><ahelp hid=\".\">Concatenates one or more strings, and uses delimiters between them.</ahelp></variable>"
+msgstr ""
+
+#: func_textjoin.xhp
+msgctxt ""
+"func_textjoin.xhp\n"
+"par_id541556228253979\n"
+"help.text"
+msgid "TEXTJOIN( delimiter, skip_empty, string1[, string2][, …] )"
+msgstr ""
+
+#: func_textjoin.xhp
+msgctxt ""
+"func_textjoin.xhp\n"
+"par_id741556228390897\n"
+"help.text"
+msgid "<emph>delimiter</emph> is a text string and can be a range."
+msgstr ""
+
+#: func_textjoin.xhp
+msgctxt ""
+"func_textjoin.xhp\n"
+"par_id621556228397269\n"
+"help.text"
+msgid "<emph>skip_empty</emph> is a logical (TRUE or FALSE, 1 or 0) argument. When TRUE, empty strings will be ignored."
+msgstr ""
+
+#: func_textjoin.xhp
+msgctxt ""
+"func_textjoin.xhp\n"
+"par_id631556228516997\n"
+"help.text"
+msgid "<emph>string1[, string2][, …]</emph> are strings or references to cells or ranges that contains text to join."
+msgstr ""
+
+#: func_textjoin.xhp
+msgctxt ""
+"func_textjoin.xhp\n"
+"par_id1001556228523394\n"
+"help.text"
+msgid "Ranges are traversed row by row (from top to bottom)."
+msgstr ""
+
+#: func_textjoin.xhp
+msgctxt ""
+"func_textjoin.xhp\n"
+"par_id81556228530082\n"
+"help.text"
+msgid "If <emph>delimiter</emph> is a range, the range need not be of the same size as the number of strings to be joined."
+msgstr ""
+
+#: func_textjoin.xhp
+msgctxt ""
+"func_textjoin.xhp\n"
+"par_id831556228543099\n"
+"help.text"
+msgid "If there are more delimiters than strings to be joined, not all delimiters will be used."
+msgstr ""
+
+#: func_textjoin.xhp
+msgctxt ""
+"func_textjoin.xhp\n"
+"par_id321556228557611\n"
+"help.text"
+msgid "If there are less delimiters than strings to be joined, the delimiters will be used again from the start."
+msgstr ""
+
+#: func_textjoin.xhp
+msgctxt ""
+"func_textjoin.xhp\n"
+"par_id441556229012536\n"
+"help.text"
+msgid "<input>=TEXTJOIN(\" \",TRUE, \"Here\", \"comes\", \"the\", \"sun\")</input> returns \"Here comes the sun\" with space character as delimiter and empty strings are ignored."
+msgstr ""
+
+#: func_textjoin.xhp
+msgctxt ""
+"func_textjoin.xhp\n"
+"par_id441556239012536\n"
+"help.text"
+msgid "if A1:B2 contains \"Here\", \"comes\", \"the\", \"sun\" respectively, <input>=TEXTJOIN(\"-\",TRUE,A1:B2)</input> returns \"Here-comes-the-sun\" with dash character as delimiter and empty strings are ignored."
+msgstr ""
+
+#: func_textjoin.xhp
+msgctxt ""
+"func_textjoin.xhp\n"
+"par_id781556244709752\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060110.xhp#concatenate\" name=\"concatenate\">CONCATENATE</link>"
+msgstr ""
+
#: func_time.xhp
msgctxt ""
"func_time.xhp\n"
diff --git a/source/eu/helpcontent2/source/text/sdraw.po b/source/eu/helpcontent2/source/text/sdraw.po
index 7b5d81367c8..fe5bd5f1562 100644
--- a/source/eu/helpcontent2/source/text/sdraw.po
+++ b/source/eu/helpcontent2/source/text/sdraw.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-10-21 20:57+0200\n"
-"PO-Revision-Date: 2018-08-05 11:12+0000\n"
+"POT-Creation-Date: 2019-05-12 17:46+0200\n"
+"PO-Revision-Date: 2019-05-13 08:16+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: eu\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1533467552.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1557735364.000000\n"
#: main0000.xhp
msgctxt ""
@@ -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 "Menu horrek Draw dokumentuekin lan egiteko komando orokorrak ditu, esaterako, ireki, itxi eta inprimatu. $[officename] Draw ixteko, sakatu <emph>Irten</emph>."
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"tit\n"
-"help.text"
-msgid "Edit"
-msgstr "Editatu"
-
-#: 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=\"Edit\">Editatu</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 "Menu horretako komandoak Draw dokumentuak editatzeko erabiltzen dira (adibidez, kopiatu eta itsatsi)."
-
-#: 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=\"Paste Special\">Itsatsi berezia</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=\"Find & Replace\">Bilatu eta ordeztu</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=\"Points\">Puntuak</link>"
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id3147340\n"
-"help.text"
-msgid "Enables you to edit points on your drawing."
-msgstr "Marrazkian puntuak editatzeko aukera ematen dizu."
-
-#: 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=\"Glue points\">Kolatze-puntuak</link>"
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id3146315\n"
-"help.text"
-msgid "Enables you to edit glue points on your drawing."
-msgstr "Marrazkian kolatze-puntuak editatzeko aukera ematen dizu."
-
-#: 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=\"Duplicate\">Bikoiztu</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=\"Cross-fading\">Iraungitze kateatua</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=\"Fields\">Eremuak</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=\"Links\">Estekak</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=\"ImageMap\">Irudi-mapa</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=\"Hyperlink\">Hiperesteka</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=\"Zoom\">Zooma</link>"
-#: main0104.xhp
-msgctxt ""
-"main0104.xhp\n"
-"tit\n"
-"help.text"
-msgid "Insert"
-msgstr "Txertatu"
-
-#: 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=\"Insert\">Txertatu</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 "Menu horren bidez elementuak txerta ditzakezu Draw dokumentuetan, adibidez, grafikoak eta gidak."
-
-#: 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=\"Slide\">Diapositiba</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=\"Layer\">Geruza</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=\"Insert Snap Point/Line\">Txertatu kaptura-puntua/lerroa</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=\"Comment\">Iruzkina</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=\"Special Character\">Karaktere berezia</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=\"Hyperlink\">Hiperesteka</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=\"Table\">Taula</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=\"Chart\">Diagrama</link>"
-
-#: main0104.xhp
-msgctxt ""
-"main0104.xhp\n"
-"par_id0302200904020595\n"
-"help.text"
-msgid "Inserts a chart."
-msgstr "Diagrama bat txertatzen du."
-
-#: 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=\"Floating Frame\">Marko mugikorra</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=\"File\">Fitxategia</link>"
-
-#: main0105.xhp
-msgctxt ""
-"main0105.xhp\n"
-"tit\n"
-"help.text"
-msgid "Format"
-msgstr "Formatua"
-
-#: 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=\"Format\">Formatua</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 "Dokumentuaren diseinua eta edukia formateatzeko komandoak ditu."
-
-#: 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=\"Character\">Karakterea</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=\"Paragraph\">Paragrafoa</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=\"Numbering/Bullets\">Buletak eta numerazioa</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=\"Page\">Orrialdea</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=\"Position and Size\">Kokagunea eta tamaina</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=\"Line\">Lerroa</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=\"Area\">Area</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=\"Text\">Testua</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=\"Layer\">Geruza</link>"
-
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"tit\n"
-"help.text"
-msgid "Tools"
-msgstr "Tresnak"
-
-#: 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=\"Tools\">Tresnak</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 "Menu horrek $[officename] Drawentzako tresnak eta hizkuntza- eta sistema-ezarpenetarako atzipena eskaintzen ditu."
-
-#: 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=\"AutoCorrect\">Autozuzenketako aukerak</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=\"Customize\">Pertsonalizatu</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] Drawek grafiko-fitxategien hainbat formatu arruntetara esporta dezake, adibidez, BMP, GIF, JPG eta PNG."
+
+#: main_edit.xhp
+msgctxt ""
+"main_edit.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit"
+msgstr "Editatu"
+
+#: 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 "<link href=\"text/sdraw/main_edit.xhp\" name=\"Edit\">Editatu</link>"
+
+#: 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 "Menu horretako komandoak Draw dokumentuak editatzeko erabiltzen dira (adibidez, kopiatu eta itsatsi)."
+
+#: 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 "<link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\">Itsatsi berezia</link>"
+
+#: 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 "<link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Bilatu eta ordeztu</link>"
+
+#: 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 "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">Puntuak</link>"
+
+#: main_edit.xhp
+msgctxt ""
+"main_edit.xhp\n"
+"par_id3147340\n"
+"help.text"
+msgid "Enables you to edit points on your drawing."
+msgstr "Marrazkiko puntuak editatzeko aukera ematen dizu."
+
+#: 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 "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue points\">Kolatze-puntuak</link>"
+
+#: main_edit.xhp
+msgctxt ""
+"main_edit.xhp\n"
+"par_id3146315\n"
+"help.text"
+msgid "Enables you to edit glue points on your drawing."
+msgstr "Marrazkiko kolatze-puntuak editatzeko aukera ematen dizu."
+
+#: 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 "<link href=\"text/simpress/01/02120000.xhp\" name=\"Duplicate\">Bikoiztu</link>"
+
+#: 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 "<link href=\"text/simpress/01/02150000.xhp\" name=\"Cross-fading\">Iraungitze kateatua</link>"
+
+#: 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 "<link href=\"text/simpress/01/02160000.xhp\" name=\"Fields\">Eremuak</link>"
+
+#: 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 "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Estekak</link>"
+
+#: 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 "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hiperesteka</link>"
+
+#: main_format.xhp
+msgctxt ""
+"main_format.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format"
+msgstr "Formatua"
+
+#: 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 "<link href=\"text/sdraw/main_format.xhp\" name=\"Format\">Formatua</link>"
+
+#: 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 "Zure dokumentuko diseinuari eta edukiei formatua emateko komandoak ditu."
+
+#: 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 "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Karakterea</link>"
+
+#: 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 "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragrafoa</link>"
+
+#: 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 "<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">Buletak eta numerazioa</link>"
+
+#: 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 "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">Kokagunea eta tamaina</link>"
+
+#: 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 "<link href=\"text/shared/01/05200000.xhp\" name=\"Line\">Marra</link>"
+
+#: 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 "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">Area</link>"
+
+#: 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 "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">Testua</link>"
+
+#: 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 "<link href=\"text/simpress/01/05140000.xhp\" name=\"Layer\">Geruza</link>"
+
+#: main_insert.xhp
+msgctxt ""
+"main_insert.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert"
+msgstr "Txertatu"
+
+#: 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 "<link href=\"text/sdraw/main_insert.xhp\" name=\"Insert\">Txertatu</link>"
+
+#: 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 "Menu horren bidez elementuak txerta ditzakezu Draw dokumentuetan, adibidez, grafikoak eta gidak."
+
+#: 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 "<link href=\"text/simpress/01/04020000.xhp\" name=\"Layer\">Geruza</link>"
+
+#: 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 "<link href=\"text/simpress/01/04030000.xhp\" name=\"Insert Snap Point/Line\">Txertatu kaptura-puntua/lerroa</link>"
+
+#: 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 "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Iruzkina</link>"
+
+#: 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 "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Karaktere berezia</link>"
+
+#: 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 "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hiperesteka</link>"
+
+#: 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 "<link href=\"text/simpress/01/04080100.xhp\" name=\"Table\">Taula</link>"
+
+#: 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 "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Diagrama</link>"
+
+#: main_insert.xhp
+msgctxt ""
+"main_insert.xhp\n"
+"par_id0302200904020595\n"
+"help.text"
+msgid "Inserts a chart."
+msgstr "Diagrama bat txertatzen du."
+
+#: 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 "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Marko mugikorra</link>"
+
+#: 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 "<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">Fitxategia</link>"
+
+#: main_page.xhp
+msgctxt ""
+"main_page.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page"
+msgstr "Orrialdea"
+
+#: main_page.xhp
+msgctxt ""
+"main_page.xhp\n"
+"hd_id41556822227733\n"
+"help.text"
+msgid "<link href=\"text/simpress/main_slide.xhp\">Page</link>"
+msgstr "<link href=\"text/simpress/main_slide.xhp\">Orrialdea</link>"
+
+#: main_page.xhp
+msgctxt ""
+"main_page.xhp\n"
+"par_id771556822318420\n"
+"help.text"
+msgid "This menu provides page management and navigation commands."
+msgstr "Menu honek orrialdeen kudeaketarako eta nabigaziorako komandoak ditu."
+
+#: 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 "<link href=\"text/sdraw/01/new_page.xhp\" name=\"New Page\">Orrialde berria</link>"
+
+#: 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 "<link href=\"text/sdraw/01/page_properties.xhp\" name=\"Properties\">Propietateak</link>"
+
+#: main_tools.xhp
+msgctxt ""
+"main_tools.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tools"
+msgstr "Tresnak"
+
+#: 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 "<link href=\"text/sdraw/main_tools.xhp\" name=\"Tools\">Tresnak</link>"
+
+#: 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 "Menu horrek $[officename] Drawentzako tresnak eta hizkuntza- eta sistema-ezarpenetarako atzipena eskaintzen ditu."
+
+#: 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 "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">Irudi-mapa</link>"
+
+#: 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 ""
diff --git a/source/eu/helpcontent2/source/text/sdraw/00.po b/source/eu/helpcontent2/source/text/sdraw/00.po
index c34589b4b4a..a5dd3bb172b 100644
--- a/source/eu/helpcontent2/source/text/sdraw/00.po
+++ b/source/eu/helpcontent2/source/text/sdraw/00.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-05-09 16:45+0200\n"
-"PO-Revision-Date: 2013-05-24 08:57+0000\n"
-"Last-Translator: Osoitz <oelkoro@gmail.com>\n"
+"POT-Creation-Date: 2019-05-12 17:46+0200\n"
+"PO-Revision-Date: 2017-05-09 22:20+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: eu\n"
"MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1369385858.000000\n"
+"X-POOTLE-MTIME: 1494368411.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\">Komando hau erabiltzeko...</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 ""
diff --git a/source/eu/helpcontent2/source/text/sdraw/01.po b/source/eu/helpcontent2/source/text/sdraw/01.po
index 77405957b8d..e7bde9eeb74 100644
--- a/source/eu/helpcontent2/source/text/sdraw/01.po
+++ b/source/eu/helpcontent2/source/text/sdraw/01.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-05-09 16:45+0200\n"
-"PO-Revision-Date: 2013-05-24 08:57+0000\n"
-"Last-Translator: Osoitz <oelkoro@gmail.com>\n"
+"POT-Creation-Date: 2019-05-12 17:46+0200\n"
+"PO-Revision-Date: 2017-05-09 22:20+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: eu\n"
"MIME-Version: 1.0\n"
@@ -14,28 +14,60 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1369385858.000000\n"
+"X-POOTLE-MTIME: 1494368412.000000\n"
-#: 04010000.xhp
+#: new_page.xhp
msgctxt ""
-"04010000.xhp\n"
+"new_page.xhp\n"
"tit\n"
"help.text"
-msgid "Insert Page"
-msgstr "Txertatu orrialdea"
+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>"
-msgstr "<link href=\"text/sdraw/01/04010000.xhp\" name=\"Insert Page\">Txertatu orrialdea</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 "<variable id=\"seitetext\">Orrialde hutsa txertatzen du hautatutako orrialdearen ondoren.</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 ""
diff --git a/source/eu/helpcontent2/source/text/shared/00.po b/source/eu/helpcontent2/source/text/shared/00.po
index e5ad7fb72a0..064102fe9cc 100644
--- a/source/eu/helpcontent2/source/text/shared/00.po
+++ b/source/eu/helpcontent2/source/text/shared/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2019-04-08 14:23+0200\n"
-"PO-Revision-Date: 2019-04-09 08:31+0000\n"
+"POT-Creation-Date: 2019-04-30 14:59+0200\n"
+"PO-Revision-Date: 2019-05-03 11:09+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: eu\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1554798670.000000\n"
+"X-POOTLE-MTIME: 1556881754.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -6344,558 +6344,6 @@ msgctxt ""
msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Aukeratu <emph>Fitxategia - Bertsioak</emph>.</variable></variable>"
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"tit\n"
-"help.text"
-msgid "Edit Menu"
-msgstr "Editatu menua"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"hd_id3147273\n"
-"help.text"
-msgid "Edit Menu"
-msgstr "Editatu menua"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3085157\n"
-"help.text"
-msgid "Choose <emph>Edit - Undo</emph>."
-msgstr "Aukeratu <emph>Editatu - Desegin</emph>."
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3145160\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3154094\n"
-"help.text"
-msgid "On the <emph>Standard</emph> bar or <emph>Table Data</emph> bar, click"
-msgstr "<emph>Estandarra</emph> barran edo <emph>Taula-datuak</emph> barran, sakatu"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155449\n"
-"help.text"
-msgid "<image id=\"img_id3155577\" src=\"cmd/sc_undo.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155577\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155577\" src=\"cmd/sc_undo.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155577\">Icon</alt></image>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148563\n"
-"help.text"
-msgid "Undo"
-msgstr "Desegin"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3145068\n"
-"help.text"
-msgid "Choose <emph>Edit - Redo</emph>."
-msgstr "Aukeratu <emph>Editatu - Berregin</emph>."
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153897\n"
-"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "<emph>Estandarra</emph> barran, sakatu"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3154938\n"
-"help.text"
-msgid "<image id=\"img_id3150358\" src=\"cmd/sc_redo.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150358\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150358\" src=\"cmd/sc_redo.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150358\">Icon</alt></image>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3151211\n"
-"help.text"
-msgid "Redo"
-msgstr "Berregin"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3154365\n"
-"help.text"
-msgid "<variable id=\"letzter\">Choose <emph>Edit - Repeat</emph>.</variable>"
-msgstr "<variable id=\"letzter\">Aukeratu <emph>Editatu - Errepikatu</emph>.</variable>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3149765\n"
-"help.text"
-msgid "Choose <emph>Edit - Cut</emph>."
-msgstr "Aukeratu <emph>Editatu - Ebaki</emph>."
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3144762\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+X"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+X"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148744\n"
-"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "<emph>Estandarra</emph> barran, sakatu"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3145173\n"
-"help.text"
-msgid "<image id=\"img_id3145744\" src=\"cmd/sc_cut.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145744\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145744\" src=\"cmd/sc_cut.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145744\">Icon</alt></image>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3154153\n"
-"help.text"
-msgid "Cut"
-msgstr "Ebaki"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3150742\n"
-"help.text"
-msgid "Choose <emph>Edit - Copy</emph>."
-msgstr "Aukeratu <emph>Editatu - Kopiatu</emph>."
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148923\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3159254\n"
-"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "<emph>Estandarra</emph> barran, sakatu"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3154985\n"
-"help.text"
-msgid "<image id=\"img_id3156441\" src=\"cmd/sc_copy.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"cmd/sc_copy.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3150685\n"
-"help.text"
-msgid "Copy"
-msgstr "Kopiatu"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3159153\n"
-"help.text"
-msgid "Choose <emph>Edit - Paste</emph>."
-msgstr "Aukeratu <emph>Editatu - Itsatsi</emph>."
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155860\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3159083\n"
-"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "<emph>Estandarra</emph> barran, sakatu"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3156106\n"
-"help.text"
-msgid "<image id=\"img_id3159196\" src=\"cmd/sc_paste.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159196\">Icon</alt></image>"
-msgstr "<image id=\"img_id3159196\" src=\"cmd/sc_paste.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159196\">Ikonoa</alt></image>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3154471\n"
-"help.text"
-msgid "Paste"
-msgstr "Itsatsi"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3152791\n"
-"help.text"
-msgid "<variable id=\"inhalte\">Choose <emph>Edit - Paste Special</emph>.</variable>"
-msgstr "<variable id=\"inhalte\">Aukeratu <emph>Editatu - Itsatsi berezia</emph>.</variable>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148555\n"
-"help.text"
-msgid "Choose <emph>Edit - Select All</emph>."
-msgstr "Aukeratu <emph>Editatu - Hautatu dena</emph>."
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3152417\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3145748\n"
-"help.text"
-msgid "<image id=\"img_id3153095\" src=\"cmd/sc_selectall.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153095\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153095\" src=\"cmd/sc_selectall.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153095\">Icon</alt></image>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153139\n"
-"help.text"
-msgid "Select All"
-msgstr "Hautatu dena"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3145251\n"
-"help.text"
-msgid "<variable id=\"aenderungen\">Choose <emph>Edit - Track Changes</emph>.</variable>"
-msgstr "<variable id=\"aenderungen\">Aukeratu <emph>Editatu - Aldaketen jarraipena</emph>.</variable>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153336\n"
-"help.text"
-msgid "<variable id=\"aufzeichnen\">Choose <emph>Edit - Track Changes - Record</emph>.</variable>"
-msgstr "<variable id=\"aufzeichnen\">Aukeratu <emph>Editatu - Aldaketen jarraipena - Grabatu</emph>.</variable>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3150594\n"
-"help.text"
-msgid "<variable id=\"anzeigen\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <emph>Edit - Track Changes - Show</emph>.</caseinline><caseinline select=\"CALC\">Choose <emph>Edit - Track Changes - Show</emph>.</caseinline></switchinline></variable>"
-msgstr "<variable id=\"anzeigen\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Aukeratu <emph>Editatu - Aldaketen jarraipena - Erakutsi</emph>.</caseinline><caseinline select=\"CALC\">Aukeratu <emph>Editatu - Aldaketen jarraipena - Erakutsi</emph>.</caseinline></switchinline></variable>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153845\n"
-"help.text"
-msgid "<variable id=\"rotlinie\">Choose <emph>Edit - Track Changes - Manage</emph>.</variable>"
-msgstr "<variable id=\"rotlinie\">Aukeratu <emph>Editatu - Aldaketen jarraipena - Kudeatu</emph>.</variable>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148587\n"
-"help.text"
-msgid "Choose <emph>Edit - Track Changes - Manage - List</emph> tab."
-msgstr "Aukeratu <emph>Editatu - Aldaketen jarraipena - Kudeatu - Zerrenda</emph> fitxa."
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3150396\n"
-"help.text"
-msgid "Choose <emph>Tools - AutoCorrect - Apply and Edit Changes</emph>. The <emph>AutoCorrect</emph> dialog appears.<br/>Click the <emph>Edit Changes</emph> button and navigate to the <emph>List</emph> tab."
-msgstr "Aukeratu <emph>Tresnak - Autozuzenketa – Aplikatu eta editatu aldaketak</emph>. <emph>Autozuzenketa</emph> elkarrizketa-koadroa agertuko da.<br/>Egin klik <emph>Editatu aldaketak</emph> botoian, eta nabigatu <emph>Zerrenda</emph> fitxara."
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153878\n"
-"help.text"
-msgid "<variable id=\"rotliniefilter\">Choose <emph>Edit - Track Changes - Manage - Filter</emph> tab.</variable>"
-msgstr "<variable id=\"rotliniefilter\">Aukeratu <emph>Editatu - Aldaketen jarraipena - Kudeatu - Iragazkia</emph> fitxa.</variable>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3151281\n"
-"help.text"
-msgid "<variable id=\"einfuegen\">Choose <emph>Edit - Track Changes - Merge Document</emph>.</variable>"
-msgstr "<variable id=\"einfuegen\">Aukeratu <emph>Editatu - Aldaketen jarraipena - Batu dokumentua</emph>.</variable>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153224\n"
-"help.text"
-msgid "<variable id=\"dvergl\">Choose <emph>Edit - Track Changes - Compare Document</emph>.</variable>"
-msgstr "<variable id=\"dvergl\">Aukeratu <emph>Editatu - Aldaketen jarraipena - Konparatu dokumentua</emph>.</variable>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148773\n"
-"help.text"
-msgid "Choose <emph>Edit - Track Changes - Comment</emph>."
-msgstr "Aukeratu <emph>Editatu - Aldaketen jarraipena - Iruzkina</emph>."
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3149488\n"
-"help.text"
-msgid "Choose <emph>Edit - Track Changes - Manage - List</emph> tab.<br/>Click an entry in the list and open the context menu.<br/>Choose <emph>Edit Comment</emph>."
-msgstr "Aukeratu <emph>Editatu - Aldaketen jarraipena - Kudeatu - Zerrenda</emph> fitxa.<br/>Zerrendako sarrera batean klik egin, eta ireki laster-menua.<br/>Aukeratu <emph>Editatu iruzkina</emph>."
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id31562971\n"
-"help.text"
-msgid "Choose <emph>Edit - Find</emph>."
-msgstr "Aukeratu <emph>Editatu - Bilatu</emph>."
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id31545031\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3156297\n"
-"help.text"
-msgid "Choose <emph>Edit - Find & Replace</emph>."
-msgstr "Aukeratu <emph>Editatu - Bilatu eta ordeztu</emph>."
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3154503\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+H"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+H"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155083\n"
-"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "<emph>Estandarra</emph> barran, sakatu"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3150020\n"
-"help.text"
-msgid "<image id=\"img_id3149121\" src=\"cmd/sc_recsearch.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149121\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149121\" src=\"cmd/sc_recsearch.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149121\">Icon</alt></image>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3144748\n"
-"help.text"
-msgid "Find & Replace"
-msgstr "Bilatu eta ordeztu"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3156357\n"
-"help.text"
-msgid "<variable id=\"suchenattribute\">Choose <emph>Edit - Find & Replace - Attributes</emph>.</variable>"
-msgstr "<variable id=\"suchenattribute\">Aukeratu <emph>Editatu - Bilatu eta ordeztu - Atributuak</emph>.</variable>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153840\n"
-"help.text"
-msgid "<variable id=\"suchenformat\">Choose <emph>Edit - Find & Replace - Format</emph> button.</variable>"
-msgstr "<variable id=\"suchenformat\">Aukeratu <emph>Editatu - Bilatu eta ordeztu - Formatua</emph> botoia.</variable>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146971\n"
-"help.text"
-msgid "Choose <emph>Edit - Find & Replace - Similarity search</emph> check box, then click the <emph>Similarities</emph> button."
-msgstr "Aukeratu <emph>Editatu - Bilatu eta ordeztu - Antzekotasun-bilaketa</emph> kontrol-laukia eta ondoren sakatu <emph>Antzekotasunak</emph> botoia."
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153709\n"
-"help.text"
-msgid "On the <emph>Table Data</emph> bar, click <emph>Find</emph> icon, then <emph>Similarity search</emph> check box,<br/>then click the <emph>Similarities</emph> button (database table view)."
-msgstr "<emph>Taula-datua</emph> barran, egin klik <emph>Bilatu</emph> ikonoan - <emph>Antzekotasun-bilaketa</emph> kontrol-laukian,<br/>eta ondoren sakatu <emph>Antzekotasunak</emph> botoia (datu-baseetako taula-ikuspegia)"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3150749\n"
-"help.text"
-msgid "On the <emph>Form Design</emph> bar, click <emph>Record Search</emph> icon, then <emph>Similarity search</emph> check box,<br/>then click the <emph>Similarities</emph> button (form view)."
-msgstr "<emph>Inprimaki-diseinua</emph> barran, egin klik <emph>Erregistro-bilaketa</emph> ikonoan, ondoren <emph>Antzekotasun-bilaketa</emph> kontrol-laukian,<br/>eta ondoren sakatu <emph>Antzekotasunak</emph> botoia (inprimaki-ikuspegia)."
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3152960\n"
-"help.text"
-msgid "Choose <emph>View - Navigator</emph>."
-msgstr "Aukeratu <emph>Ikusi - Nabigatzailea</emph>."
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3163824\n"
-"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "<emph>Estandarra</emph> barran, sakatu"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3159183\n"
-"help.text"
-msgid "<image id=\"img_id3154508\" src=\"cmd/sc_navigator.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154508\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154508\" src=\"cmd/sc_navigator.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154508\">Icon</alt></image>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3147359\n"
-"help.text"
-msgid "Navigator On/Off"
-msgstr "Aktibatu/desaktibatu nabigatzailea"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3147338\n"
-"help.text"
-msgid "<variable id=\"litdat\">Choose <emph>Tools - Bibliography Database</emph>.</variable>"
-msgstr "<variable id=\"litdat\">Aukeratu <emph>Tresnak - Datu-base bibliografikoa</emph>.</variable>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3149281\n"
-"help.text"
-msgid "<variable id=\"link\">Choose <emph>Edit - Links</emph>.</variable>"
-msgstr "<variable id=\"link\">Aukeratu <emph>Editatu - Estekak</emph>.</variable>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3159339\n"
-"help.text"
-msgid "<variable id=\"linkae\">Choose <emph>Edit - Links to External Files - Modify...</emph> (DDE links only).</variable>"
-msgstr "<variable id=\"linkae\">Aukeratu <emph>Editatu - Estekak kanpoko fitxategietara - Aldatu...</emph> (DDE estekak soilik).</variable>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148927\n"
-"help.text"
-msgid "Select a frame, then choose <emph>Edit - Object - Properties</emph>."
-msgstr "Hautatu marko bat, eta aukeratu <emph>Editatu - Objektua - Propietateak</emph>."
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3156315\n"
-"help.text"
-msgid "Open context menu of selected frame, choose <emph>Properties</emph>."
-msgstr "Ireki hautatutako markoaren laster-menua, aukeratu <emph>Propietateak</emph>."
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3156091\n"
-"help.text"
-msgid "<variable id=\"imagemap\">Choose <emph>Edit - ImageMap</emph>, also in the context menu of selected object.</variable>"
-msgstr "<variable id=\"imagemap\">Aukeratu <emph>Editatu - Irudi-mapa</emph>, hori ere objektuaren laster-menuan.</variable>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155936\n"
-"help.text"
-msgid "<variable id=\"imapeigbea\">Choose <emph>Edit - ImageMap</emph>,<br/>then select a section of the ImageMap and click <emph>Properties - Description</emph>.</variable>"
-msgstr "<variable id=\"imapeigbea\">Aukeratu <emph>Editatu - Irudi-mapa</emph>,<br/>ondoren hautatu irudi-maparen atal bat, eta sakatu <emph>Propietateak - Deskribapena</emph>.</variable>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3149259\n"
-"help.text"
-msgid "<variable id=\"edit1\">Choose <emph>Edit - Object</emph>.</variable>"
-msgstr "<variable id=\"edit1\">Aukeratu <emph>Editatu - Objektua</emph>.</variable>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3154966\n"
-"help.text"
-msgid "<variable id=\"edit2\">Choose <emph>Edit - Object - Edit</emph>, also in the context menu of selected object.</variable>"
-msgstr "<variable id=\"edit2\">Aukeratu <emph>Editatu - Objektua - Editatu</emph>, hori ere hautatutako objektuaren laster-menuan.</variable>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3149565\n"
-"help.text"
-msgid "<variable id=\"edit3\">Choose <emph>Edit - Object - Open</emph>.</variable>"
-msgstr "<variable id=\"edit3\">Aukeratu <emph>Editatu - Objektua - Ireki</emph>.</variable>"
-
#: 00000403.xhp
msgctxt ""
"00000403.xhp\n"
@@ -12512,6 +11960,558 @@ msgctxt ""
msgid "Specifies the complete object path."
msgstr "Objektuaren bide-izen osoa zehazten du."
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit Menu"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"hd_id3147273\n"
+"help.text"
+msgid "Edit Menu"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3085157\n"
+"help.text"
+msgid "Choose <emph>Edit - Undo</emph>."
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3145160\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3154094\n"
+"help.text"
+msgid "On the <emph>Standard</emph> bar or <emph>Table Data</emph> bar, click"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3155449\n"
+"help.text"
+msgid "<image id=\"img_id3155577\" src=\"cmd/sc_undo.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155577\">Icon</alt></image>"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3148563\n"
+"help.text"
+msgid "Undo"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3145068\n"
+"help.text"
+msgid "Choose <emph>Edit - Redo</emph>."
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3153897\n"
+"help.text"
+msgid "On the <emph>Standard</emph> bar, click"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3154938\n"
+"help.text"
+msgid "<image id=\"img_id3150358\" src=\"cmd/sc_redo.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150358\">Icon</alt></image>"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3151211\n"
+"help.text"
+msgid "Redo"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3154365\n"
+"help.text"
+msgid "<variable id=\"letzter\">Choose <emph>Edit - Repeat</emph>.</variable>"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3149765\n"
+"help.text"
+msgid "Choose <emph>Edit - Cut</emph>."
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3144762\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+X"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3148744\n"
+"help.text"
+msgid "On the <emph>Standard</emph> bar, click"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3145173\n"
+"help.text"
+msgid "<image id=\"img_id3145744\" src=\"cmd/sc_cut.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145744\">Icon</alt></image>"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3154153\n"
+"help.text"
+msgid "Cut"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3150742\n"
+"help.text"
+msgid "Choose <emph>Edit - Copy</emph>."
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3148923\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3159254\n"
+"help.text"
+msgid "On the <emph>Standard</emph> bar, click"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3154985\n"
+"help.text"
+msgid "<image id=\"img_id3156441\" src=\"cmd/sc_copy.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156441\">Icon</alt></image>"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3150685\n"
+"help.text"
+msgid "Copy"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3159153\n"
+"help.text"
+msgid "Choose <emph>Edit - Paste</emph>."
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3155860\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3159083\n"
+"help.text"
+msgid "On the <emph>Standard</emph> bar, click"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3156106\n"
+"help.text"
+msgid "<image id=\"img_id3159196\" src=\"cmd/sc_paste.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159196\">Icon</alt></image>"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3154471\n"
+"help.text"
+msgid "Paste"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3152791\n"
+"help.text"
+msgid "<variable id=\"inhalte\">Choose <emph>Edit - Paste Special</emph>.</variable>"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3148555\n"
+"help.text"
+msgid "Choose <emph>Edit - Select All</emph>."
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3152417\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3145748\n"
+"help.text"
+msgid "<image id=\"img_id3153095\" src=\"cmd/sc_selectall.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153095\">Icon</alt></image>"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3153139\n"
+"help.text"
+msgid "Select All"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3145251\n"
+"help.text"
+msgid "<variable id=\"aenderungen\">Choose <emph>Edit - Track Changes</emph>.</variable>"
+msgstr "<variable id=\"aenderungen\">Aukeratu <emph>Editatu - Aldaketen jarraipena</emph>.</variable>"
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3153336\n"
+"help.text"
+msgid "<variable id=\"aufzeichnen\">Choose <emph>Edit - Track Changes - Record</emph>.</variable>"
+msgstr "<variable id=\"aufzeichnen\">Aukeratu <emph>Editatu - Aldaketen jarraipena - Grabatu</emph></variable>"
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3150594\n"
+"help.text"
+msgid "<variable id=\"anzeigen\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <emph>Edit - Track Changes - Show</emph>.</caseinline><caseinline select=\"CALC\">Choose <emph>Edit - Track Changes - Show</emph>.</caseinline></switchinline></variable>"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3153845\n"
+"help.text"
+msgid "<variable id=\"rotlinie\">Choose <emph>Edit - Track Changes - Manage</emph>.</variable>"
+msgstr "<variable id=\"rotlinie\">Aukeratu <emph>Editatu - Aldaketen jarraipena - Kudeatu</emph></variable>"
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3148587\n"
+"help.text"
+msgid "Choose <emph>Edit - Track Changes - Manage - List</emph> tab."
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3150396\n"
+"help.text"
+msgid "Choose <emph>Tools - AutoCorrect - Apply and Edit Changes</emph>. The <emph>AutoCorrect</emph> dialog appears.<br/>Click the <emph>Edit Changes</emph> button and navigate to the <emph>List</emph> tab."
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3153878\n"
+"help.text"
+msgid "<variable id=\"rotliniefilter\">Choose <emph>Edit - Track Changes - Manage - Filter</emph> tab.</variable>"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3151281\n"
+"help.text"
+msgid "<variable id=\"einfuegen\">Choose <emph>Edit - Track Changes - Merge Document</emph>.</variable>"
+msgstr "<variable id=\"einfuegen\">Aukeratu <emph>Editatu - Aldaketen jarraipena - Batu dokumentua</emph>.</variable>"
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3153224\n"
+"help.text"
+msgid "<variable id=\"dvergl\">Choose <emph>Edit - Track Changes - Compare Document</emph>.</variable>"
+msgstr "<variable id=\"dvergl\">Aukeratu <emph>Editatu - Aldaketen jarraipena - Konparatu dokumentua</emph>.</variable>"
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3148773\n"
+"help.text"
+msgid "Choose <emph>Edit - Track Changes - Comment</emph>."
+msgstr "Aukeratu <emph>Editatu - Aldaketen jarraipena - Iruzkina</emph>."
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3149488\n"
+"help.text"
+msgid "Choose <emph>Edit - Track Changes - Manage - List</emph> tab.<br/>Click an entry in the list and open the context menu.<br/>Choose <emph>Edit Comment</emph>."
+msgstr "Aukeratu <emph>Editatu - Aldaketen jarraipena - Kudeatu - Zerrenda</emph> fitxa.<br/>Zerrendako sarrera batean klik egin, eta ireki laster-menua.<br/>Aukeratu <emph>Editatu iruzkina</emph>."
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id31562971\n"
+"help.text"
+msgid "Choose <emph>Edit - Find</emph>."
+msgstr "Aukeratu <emph>Editatu - Bilatu</emph>."
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id31545031\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3156297\n"
+"help.text"
+msgid "Choose <emph>Edit - Find & Replace</emph>."
+msgstr "Aukeratu <emph>Editatu - Bilatu eta ordeztu</emph>."
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3154503\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+H"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+H"
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3155083\n"
+"help.text"
+msgid "On the <emph>Standard</emph> bar, click"
+msgstr "<emph>Estandarra</emph> barran, sakatu"
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3150020\n"
+"help.text"
+msgid "<image id=\"img_id3149121\" src=\"cmd/sc_recsearch.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149121\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149121\" src=\"cmd/sc_recsearch.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149121\">Icon</alt></image>"
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3144748\n"
+"help.text"
+msgid "Find & Replace"
+msgstr "Bilatu eta ordeztu"
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3156357\n"
+"help.text"
+msgid "<variable id=\"suchenattribute\">Choose <emph>Edit - Find & Replace - Attributes</emph>.</variable>"
+msgstr "<variable id=\"suchenattribute\">Aukeratu <emph>Editatu - Bilatu eta ordeztu - Atributuak</emph>.</variable>"
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3153840\n"
+"help.text"
+msgid "<variable id=\"suchenformat\">Choose <emph>Edit - Find & Replace - Format</emph> button.</variable>"
+msgstr "<variable id=\"suchenformat\">Aukeratu <emph>Editatu - Bilatu eta ordeztu - Formatua</emph> botoia.</variable>"
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3146971\n"
+"help.text"
+msgid "Choose <emph>Edit - Find & Replace - Similarity search</emph> check box, then click the <emph>Similarities</emph> button."
+msgstr "Aukeratu <emph>Editatu - Bilatu eta ordeztu - Antzekotasun-bilaketa</emph> kontrol-laukia eta ondoren sakatu <emph>Antzekotasunak</emph> botoia."
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3153709\n"
+"help.text"
+msgid "On the <emph>Table Data</emph> bar, click <emph>Find</emph> icon, then <emph>Similarity search</emph> check box,<br/>then click the <emph>Similarities</emph> button (database table view)."
+msgstr "<emph>Taula-datua</emph> barran, egin klik <emph>Bilatu</emph> ikonoan, ondoren <emph>Antzekotasun-bilaketa</emph> kontrol-laukian,<br/>eta ondoren sakatu <emph>Antzekotasunak</emph> botoia (datu-baseetako taula-ikuspegia)."
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3150749\n"
+"help.text"
+msgid "On the <emph>Form Design</emph> bar, click <emph>Record Search</emph> icon, then <emph>Similarity search</emph> check box,<br/>then click the <emph>Similarities</emph> button (form view)."
+msgstr "<emph>Inprimaki-diseinua</emph> barran, egin klik <emph>Erregistro-bilaketa</emph> ikonoan, ondoren <emph>Antzekotasun-bilaketa</emph> kontrol-laukian,<br/>eta ondoren sakatu <emph>Antzekotasunak</emph> botoia (inprimaki-ikuspegia)."
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3152960\n"
+"help.text"
+msgid "Choose <emph>View - Navigator</emph>."
+msgstr "Aukeratu <emph>Ikusi - Nabigatzailea</emph>."
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3163824\n"
+"help.text"
+msgid "On the <emph>Standard</emph> bar, click"
+msgstr "<emph>Estandarra</emph> barran, sakatu"
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3159183\n"
+"help.text"
+msgid "<image id=\"img_id3154508\" src=\"cmd/sc_navigator.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154508\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154508\" src=\"cmd/sc_navigator.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154508\">Ikonoa</alt></image>"
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3147359\n"
+"help.text"
+msgid "Navigator On/Off"
+msgstr "Aktibatu/desaktibatu nabigatzailea"
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3147338\n"
+"help.text"
+msgid "<variable id=\"litdat\">Choose <emph>Tools - Bibliography Database</emph>.</variable>"
+msgstr "<variable id=\"litdat\">Aukeratu <emph>Tresnak - Datu-base bibliografikoa</emph>.</variable>"
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3149281\n"
+"help.text"
+msgid "<variable id=\"link\">Choose <emph>Edit - Links</emph>.</variable>"
+msgstr "<variable id=\"link\">Aukeratu <emph>Editatu - Estekak</emph>.</variable>"
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3159339\n"
+"help.text"
+msgid "<variable id=\"linkae\">Choose <emph>Edit - Links to External Files - Modify...</emph> (DDE links only).</variable>"
+msgstr "<variable id=\"linkae\">Aukeratu <emph>Editatu - Estekak kanpoko fitxategietara - Aldatu...</emph> (DDE estekak soilik).</variable>"
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3148927\n"
+"help.text"
+msgid "Select a frame, then choose <emph>Edit - Object - Properties</emph>."
+msgstr "Hautatu marko bat, eta aukeratu <emph>Editatu - Objektua - Propietateak</emph>."
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3156315\n"
+"help.text"
+msgid "Open context menu of selected frame, choose <emph>Properties</emph>."
+msgstr "Ireki hautatutako markoaren laster-menua, aukeratu <emph>Propietateak</emph>."
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3156091\n"
+"help.text"
+msgid "<variable id=\"imagemap\">Choose <emph>Edit - ImageMap</emph> in Writer and Calc or <emph>Tools - ImageMap</emph> in Impress and Draw.</variable>"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3155936\n"
+"help.text"
+msgid "<variable id=\"imapeigbea\">Choose <emph>Edit - ImageMap</emph> in Writer and Calc or <emph>Tools - ImageMap</emph> in Impress and Draw,<br/>then select a section of the ImageMap and click <emph>Properties - Description</emph>.</variable>"
+msgstr ""
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3149259\n"
+"help.text"
+msgid "<variable id=\"edit1\">Choose <emph>Edit - Object</emph>.</variable>"
+msgstr "<variable id=\"edit1\">Aukeratu <emph>Editatu - Objektua</emph>.</variable>"
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3154966\n"
+"help.text"
+msgid "<variable id=\"edit2\">Choose <emph>Edit - Object - Edit</emph>, also in the context menu of selected object.</variable>"
+msgstr "<variable id=\"edit2\">Aukeratu <emph>Editatu - Objektua - Editatu</emph>, hori ere hautatutako objektuaren laster-menuan.</variable>"
+
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3149565\n"
+"help.text"
+msgid "<variable id=\"edit3\">Choose <emph>Edit - Object - Open</emph>.</variable>"
+msgstr "<variable id=\"edit3\">Aukeratu <emph>Editatu - Objektua - Ireki</emph>.</variable>"
+
#: icon_alt.xhp
msgctxt ""
"icon_alt.xhp\n"
diff --git a/source/eu/helpcontent2/source/text/shared/01.po b/source/eu/helpcontent2/source/text/shared/01.po
index 5f67a1a8bc8..b273077d07e 100644
--- a/source/eu/helpcontent2/source/text/shared/01.po
+++ b/source/eu/helpcontent2/source/text/shared/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-04-08 14:23+0200\n"
-"PO-Revision-Date: 2019-04-23 08:24+0000\n"
+"PO-Revision-Date: 2019-05-03 11:09+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: eu\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1556007862.000000\n"
+"X-POOTLE-MTIME: 1556881772.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -8974,7 +8974,7 @@ msgctxt ""
"par_id3149511\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/insertfloatingframe/edname\">Enter a name for the floating frame. The name <emph>cannot</emph> contain spaces, special characters, or begin with an underscore (<emph>_</emph>).</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/insertfloatingframe/edname\">Idatzi marko mugikorraren izena. Izenak <emph>ezin</emph> ditu eduki zuriuneak edo karaktere bereziak, eta ezin du hasi azpimarrarekin (<emph>_</emph>).</ahelp>"
#: 02210101.xhp
msgctxt ""
diff --git a/source/eu/helpcontent2/source/text/shared/guide.po b/source/eu/helpcontent2/source/text/shared/guide.po
index ceb9c6627e9..ffa8e4ef38b 100644
--- a/source/eu/helpcontent2/source/text/shared/guide.po
+++ b/source/eu/helpcontent2/source/text/shared/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2019-04-08 14:23+0200\n"
-"PO-Revision-Date: 2019-04-22 10:07+0000\n"
+"POT-Creation-Date: 2019-05-12 17:47+0200\n"
+"PO-Revision-Date: 2019-05-13 08:16+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: eu\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1555927669.000000\n"
+"X-POOTLE-MTIME: 1557735383.000000\n"
#: aaa_start.xhp
msgctxt ""
@@ -3091,26 +3091,946 @@ msgstr "WRITER iragazkiak"
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
-"hd_111writer\n"
+"par_writer0\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#filtername\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#filtername\" markup=\"ignore\"/>"
+msgid "AbiWord Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer1\n"
+"help.text"
+msgid "application/x-abiword"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer3\n"
+"help.text"
+msgid "Apple Pages"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer4\n"
+"help.text"
+msgid "application/x-iwork-pages-sffpages"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer6\n"
+"help.text"
+msgid "BroadBand eBook"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer7\n"
+"help.text"
+msgid "application/x-sony-bbeb"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer9\n"
+"help.text"
+msgid "ClarisWorks/AppleWorks Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer10\n"
+"help.text"
+msgid "application/clarisworks"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer12\n"
+"help.text"
+msgid "EPUB Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer13\n"
+"help.text"
+msgid "application/epub+zip"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer15\n"
+"help.text"
+msgid "FictionBook 2.0"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer16\n"
+"help.text"
+msgid "application/x-fictionbook+xml"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer18\n"
+"help.text"
+msgid "HTML Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer19\n"
+"help.text"
+msgid "text/html"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer21\n"
+"help.text"
+msgid "HTML Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer22\n"
+"help.text"
+msgid "text/html"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer24\n"
+"help.text"
+msgid "Hangul WP 97"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer25\n"
+"help.text"
+msgid "application/x-hwp"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer27\n"
+"help.text"
+msgid "Help content"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer28\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer30\n"
+"help.text"
+msgid "Legacy Mac Text Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer31\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer33\n"
+"help.text"
+msgid "Legacy StarOffice Text Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer34\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer36\n"
+"help.text"
+msgid "LotusWordPro Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer37\n"
+"help.text"
+msgid "application/vnd.lotus-wordpro"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer39\n"
+"help.text"
+msgid "MS Word 95 Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer40\n"
+"help.text"
+msgid "application/msword"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer42\n"
+"help.text"
+msgid "MacWrite Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer43\n"
+"help.text"
+msgid "application/macwriteii"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer45\n"
+"help.text"
+msgid "Mariner Write Mac Classic v1.6 - v3.5"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer48\n"
+"help.text"
+msgid "Microsoft Excel 4.0"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer49\n"
+"help.text"
+msgid "application/vnd.ms-excel"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer51\n"
+"help.text"
+msgid "Microsoft Excel 5.0"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer52\n"
+"help.text"
+msgid "application/vnd.ms-excel"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer54\n"
+"help.text"
+msgid "Microsoft Excel 95"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer55\n"
+"help.text"
+msgid "application/vnd.ms-excel"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer57\n"
+"help.text"
+msgid "Microsoft WinWord 1/2/5"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer58\n"
+"help.text"
+msgid "application/msword"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer60\n"
+"help.text"
+msgid "Microsoft Word 6.0"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer61\n"
+"help.text"
+msgid "application/msword"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer63\n"
+"help.text"
+msgid "Microsoft Word 95"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer64\n"
+"help.text"
+msgid "application/msword"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer66\n"
+"help.text"
+msgid "Microsoft Word for DOS"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer67\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer69\n"
+"help.text"
+msgid "Microsoft Word for Mac (v1 - v5)"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer70\n"
+"help.text"
+msgid "application/msword"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer72\n"
+"help.text"
+msgid "Microsoft Works Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer73\n"
+"help.text"
+msgid "application/vnd.ms-works"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer75\n"
+"help.text"
+msgid "Microsoft Works for Mac Document (v1 - v4)"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer76\n"
+"help.text"
+msgid "application/vnd.ms-works"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer78\n"
+"help.text"
+msgid "Microsoft Write"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer79\n"
+"help.text"
+msgid "application/x-mswrite"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer81\n"
+"help.text"
+msgid "Office Open XML Text Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer82\n"
+"help.text"
+msgid "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer84\n"
+"help.text"
+msgid "Office Open XML Text Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer85\n"
+"help.text"
+msgid "application/vnd.openxmlformats-officedocument.wordprocessingml.template"
+msgstr ""
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
-"hd_222writer\n"
+"par_writer87\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#mediatype\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#mediatype\" markup=\"ignore\"/>"
+msgid "OpenDocument Text (Flat XML)"
+msgstr ""
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
-"hd_333writer\n"
+"par_writer88\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#fileextensions\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#fileextensions\" markup=\"ignore\"/>"
+msgid "application/vnd.oasis.opendocument.text-flat-xml"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer90\n"
+"help.text"
+msgid "OpenOffice.org 1.0 Text Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer91\n"
+"help.text"
+msgid "application/vnd.sun.xml.writer"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer93\n"
+"help.text"
+msgid "OpenOffice.org 1.0 Text Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer94\n"
+"help.text"
+msgid "application/vnd.sun.xml.writer"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer96\n"
+"help.text"
+msgid "OpenOffice.org 1.0 Text Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer97\n"
+"help.text"
+msgid "application/vnd.sun.xml.writer"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer99\n"
+"help.text"
+msgid "PDF - Portable Document Format"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer100\n"
+"help.text"
+msgid "application/pdf"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer102\n"
+"help.text"
+msgid "PDF - Portable Document Format"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer103\n"
+"help.text"
+msgid "application/pdf"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer105\n"
+"help.text"
+msgid "PDF - Portable Document Format"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer106\n"
+"help.text"
+msgid "application/pdf"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer108\n"
+"help.text"
+msgid "Palm Text Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer109\n"
+"help.text"
+msgid "application/vnd.palm"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer111\n"
+"help.text"
+msgid "PalmDoc eBook"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer112\n"
+"help.text"
+msgid "application/x-aportisdoc"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer114\n"
+"help.text"
+msgid "Plucker eBook"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer115\n"
+"help.text"
+msgid "application/prs.plucker"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer117\n"
+"help.text"
+msgid "Rich Text Format"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer118\n"
+"help.text"
+msgid "application/rtf"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer120\n"
+"help.text"
+msgid "T602 Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer121\n"
+"help.text"
+msgid "application/x-t602"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer123\n"
+"help.text"
+msgid "Text"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer124\n"
+"help.text"
+msgid "text/plain"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer126\n"
+"help.text"
+msgid "Text"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer127\n"
+"help.text"
+msgid "text/plain"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer129\n"
+"help.text"
+msgid "Text"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer130\n"
+"help.text"
+msgid "text/plain"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer132\n"
+"help.text"
+msgid "Word 2007–2019"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer133\n"
+"help.text"
+msgid "application/msword"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer135\n"
+"help.text"
+msgid "Word 2007–2019 Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer136\n"
+"help.text"
+msgid "application/msword"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer138\n"
+"help.text"
+msgid "Word 2007–2019 VBA"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer139\n"
+"help.text"
+msgid "application/msword"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer141\n"
+"help.text"
+msgid "Word 97–2000 Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer142\n"
+"help.text"
+msgid "application/msword"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer144\n"
+"help.text"
+msgid "Word 97–2003"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer145\n"
+"help.text"
+msgid "application/msword"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer147\n"
+"help.text"
+msgid "WordPerfect Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer148\n"
+"help.text"
+msgid "application/vnd.wordperfect"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer150\n"
+"help.text"
+msgid "WriteNow Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer153\n"
+"help.text"
+msgid "Writer 6.0 Master Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer154\n"
+"help.text"
+msgid "application/vnd.sun.xml.writer.global"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer156\n"
+"help.text"
+msgid "Writer 6.0 Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer157\n"
+"help.text"
+msgid "application/vnd.sun.xml.writer.template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer159\n"
+"help.text"
+msgid "Writer 8"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer160\n"
+"help.text"
+msgid "application/vnd.oasis.opendocument.text"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer162\n"
+"help.text"
+msgid "Writer 8 Master Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer163\n"
+"help.text"
+msgid "application/vnd.oasis.opendocument.text-master"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer165\n"
+"help.text"
+msgid "Writer 8 Master Document Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer166\n"
+"help.text"
+msgid "application/vnd.oasis.opendocument.text-master-template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer168\n"
+"help.text"
+msgid "Writer 8 Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer169\n"
+"help.text"
+msgid "application/vnd.oasis.opendocument.text-template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer171\n"
+"help.text"
+msgid "Writer Layout Dump"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer172\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer174\n"
+"help.text"
+msgid "Writer/Web 6.0 Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer175\n"
+"help.text"
+msgid "application/vnd.sun.xml.writer.web"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer177\n"
+"help.text"
+msgid "Writer/Web 8 Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_writer178\n"
+"help.text"
+msgid "application/vnd.oasis.opendocument.text-web"
+msgstr ""
#: convertfilters.xhp
msgctxt ""
@@ -3131,26 +4051,658 @@ msgstr "CALC iragazkiak"
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
-"hd_111calc\n"
+"par_calc0\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#filtername\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#filtername\" markup=\"ignore\"/>"
+msgid "Apple Numbers"
+msgstr ""
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
-"hd_222calc\n"
+"par_calc1\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#mediatype\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#mediatype\" markup=\"ignore\"/>"
+msgid "application/x-iwork-numbers-sffnumbers"
+msgstr ""
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
-"hd_333calc\n"
+"par_calc3\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#fileextensions\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#fileextensions\" markup=\"ignore\"/>"
+msgid "Calc 6.0"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc4\n"
+"help.text"
+msgid "application/vnd.sun.xml.calc"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc6\n"
+"help.text"
+msgid "Calc 6.0 Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc7\n"
+"help.text"
+msgid "application/vnd.sun.xml.calc.template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc9\n"
+"help.text"
+msgid "Calc 8"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc10\n"
+"help.text"
+msgid "application/vnd.oasis.opendocument.spreadsheet"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc12\n"
+"help.text"
+msgid "Calc 8 Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc13\n"
+"help.text"
+msgid "application/vnd.oasis.opendocument.spreadsheet-template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc15\n"
+"help.text"
+msgid "ClarisResolve Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc16\n"
+"help.text"
+msgid "application/clarisworks"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc18\n"
+"help.text"
+msgid "ClarisWorks/AppleWorks Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc19\n"
+"help.text"
+msgid "application/clarisworks"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc21\n"
+"help.text"
+msgid "Data Interchange Format"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc22\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc24\n"
+"help.text"
+msgid "Excel 2007–2019"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc25\n"
+"help.text"
+msgid "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc27\n"
+"help.text"
+msgid "Excel 2007–2019 Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc28\n"
+"help.text"
+msgid "application/vnd.openxmlformats-officedocument.spreadsheetml.template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc30\n"
+"help.text"
+msgid "Excel 97–2000 Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc31\n"
+"help.text"
+msgid "application/vnd.ms-excel"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc33\n"
+"help.text"
+msgid "Excel 97–2003"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc34\n"
+"help.text"
+msgid "application/vnd.ms-excel"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc36\n"
+"help.text"
+msgid "Gnumeric Spreadsheet"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc37\n"
+"help.text"
+msgid "application/x-gnumeric"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc39\n"
+"help.text"
+msgid "HTML Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc40\n"
+"help.text"
+msgid "text/html"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc42\n"
+"help.text"
+msgid "HTML Table"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc43\n"
+"help.text"
+msgid "text/html"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc45\n"
+"help.text"
+msgid "Legacy Mac Database"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc46\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc48\n"
+"help.text"
+msgid "Legacy Mac Spreadsheet"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc49\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc51\n"
+"help.text"
+msgid "Legacy StarOffice Spreadsheet"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc52\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc54\n"
+"help.text"
+msgid "Lotus"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc55\n"
+"help.text"
+msgid "application/vnd.lotus-1-2-3"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc57\n"
+"help.text"
+msgid "Lotus Wk1-Wk3"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc58\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc60\n"
+"help.text"
+msgid "MS Excel 4.0 Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc61\n"
+"help.text"
+msgid "application/vnd.ms-excel"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc63\n"
+"help.text"
+msgid "MS Excel 5.0 Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc64\n"
+"help.text"
+msgid "application/vnd.ms-excel"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc66\n"
+"help.text"
+msgid "MS Excel 95 Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc67\n"
+"help.text"
+msgid "application/vnd.ms-excel"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc69\n"
+"help.text"
+msgid "Microsoft Excel 2007 Binary"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc70\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc72\n"
+"help.text"
+msgid "Microsoft Excel 2007-2016 VBA XML"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc73\n"
+"help.text"
+msgid "application/vnd.ms-excel.sheet.macroEnabled.12"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc75\n"
+"help.text"
+msgid "Microsoft Excel 4.0"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc76\n"
+"help.text"
+msgid "application/vnd.ms-excel"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc78\n"
+"help.text"
+msgid "Microsoft Excel 5.0"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc79\n"
+"help.text"
+msgid "application/vnd.ms-excel"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc81\n"
+"help.text"
+msgid "Microsoft Excel 95"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc82\n"
+"help.text"
+msgid "application/vnd.ms-excel"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc84\n"
+"help.text"
+msgid "Microsoft Multiplan"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc85\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc87\n"
+"help.text"
+msgid "Microsoft Works Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc88\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc90\n"
+"help.text"
+msgid "Microsoft Works for Mac Document (v1 - v4)"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc91\n"
+"help.text"
+msgid "application/vnd.ms-works"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc93\n"
+"help.text"
+msgid "Office Open XML Spreadsheet"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc94\n"
+"help.text"
+msgid "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc96\n"
+"help.text"
+msgid "Office Open XML Spreadsheet Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc97\n"
+"help.text"
+msgid "application/vnd.openxmlformats-officedocument.spreadsheetml.template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc99\n"
+"help.text"
+msgid "OpenDocument Spreadsheet (Flat XML)"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc100\n"
+"help.text"
+msgid "application/vnd.oasis.opendocument.spreadsheet-flat-xml"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc102\n"
+"help.text"
+msgid "PDF - Portable Document Format"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc103\n"
+"help.text"
+msgid "application/pdf"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc105\n"
+"help.text"
+msgid "Quattro Pro 6.0"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc106\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc108\n"
+"help.text"
+msgid "QuattroPro Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc109\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc111\n"
+"help.text"
+msgid "Rich Text Format"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc112\n"
+"help.text"
+msgid "application/rtf"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc114\n"
+"help.text"
+msgid "SYLK"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc115\n"
+"help.text"
+msgid "text/spreadsheet"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc117\n"
+"help.text"
+msgid "Text"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc118\n"
+"help.text"
+msgid "text/plain"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc120\n"
+"help.text"
+msgid "dBASE"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_calc121\n"
+"help.text"
+msgid "None"
+msgstr ""
#: convertfilters.xhp
msgctxt ""
@@ -3171,26 +4723,370 @@ msgstr "IMPRESS iragazkiak"
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
-"hd_111impress\n"
+"par_impress0\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#filtername\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#filtername\" markup=\"ignore\"/>"
+msgid "Apple Keynote"
+msgstr ""
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
-"hd_222impress\n"
+"par_impress1\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#mediatype\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#mediatype\" markup=\"ignore\"/>"
+msgid "application/x-iwork-keynote-sffkey"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress3\n"
+"help.text"
+msgid "ClarisWorks/AppleWorks Presentation"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress4\n"
+"help.text"
+msgid "application/clarisworks"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress6\n"
+"help.text"
+msgid "Draw 8"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress7\n"
+"help.text"
+msgid "application/vnd.oasis.opendocument.graphics"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress9\n"
+"help.text"
+msgid "Impress 6.0 Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress10\n"
+"help.text"
+msgid "application/vnd.sun.xml.impress.template"
+msgstr ""
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
-"hd_333impress\n"
+"par_impress12\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#fileextensions\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#fileextensions\" markup=\"ignore\"/>"
+msgid "Impress 8"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress13\n"
+"help.text"
+msgid "application/vnd.oasis.opendocument.presentation"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress15\n"
+"help.text"
+msgid "Impress 8 Template"
+msgstr "Impress 8 txantiloia"
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress16\n"
+"help.text"
+msgid "application/vnd.oasis.opendocument.presentation-template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress18\n"
+"help.text"
+msgid "Legacy Mac Presentation"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress19\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress21\n"
+"help.text"
+msgid "Legacy StarOffice Presentation"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress22\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress24\n"
+"help.text"
+msgid "Microsoft PowerPoint 1-4"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress25\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress27\n"
+"help.text"
+msgid "Office Open XML Presentation"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress28\n"
+"help.text"
+msgid "application/vnd.openxmlformats-officedocument.presentationml.presentation"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress30\n"
+"help.text"
+msgid "Office Open XML Presentation AutoPlay"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress31\n"
+"help.text"
+msgid "application/vnd.openxmlformats-officedocument.presentationml.slideshow"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress33\n"
+"help.text"
+msgid "Office Open XML Presentation Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress34\n"
+"help.text"
+msgid "application/vnd.openxmlformats-officedocument.presentationml.template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress36\n"
+"help.text"
+msgid "OpenDocument Presentation (Flat XML)"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress37\n"
+"help.text"
+msgid "application/vnd.oasis.opendocument.presentation-flat-xml"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress39\n"
+"help.text"
+msgid "OpenOffice.org 1.0 Drawing"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress40\n"
+"help.text"
+msgid "application/vnd.sun.xml.draw"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress42\n"
+"help.text"
+msgid "OpenOffice.org 1.0 Presentation"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress43\n"
+"help.text"
+msgid "application/vnd.sun.xml.impress"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress45\n"
+"help.text"
+msgid "PDF - Portable Document Format"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress46\n"
+"help.text"
+msgid "application/pdf"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress48\n"
+"help.text"
+msgid "PowerPoint 2007–2019"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress49\n"
+"help.text"
+msgid "application/vnd.openxmlformats-officedocument.presentationml.presentation"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress51\n"
+"help.text"
+msgid "PowerPoint 2007–2019"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress52\n"
+"help.text"
+msgid "application/vnd.openxmlformats-officedocument.presentationml.slideshow"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress54\n"
+"help.text"
+msgid "PowerPoint 2007–2019 Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress55\n"
+"help.text"
+msgid "application/vnd.openxmlformats-officedocument.presentationml.template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress57\n"
+"help.text"
+msgid "PowerPoint 2007–2019 VBA"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress58\n"
+"help.text"
+msgid "application/vnd.ms-powerpoint.presentation.macroEnabled.main+xml"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress60\n"
+"help.text"
+msgid "PowerPoint 97–2000 Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress61\n"
+"help.text"
+msgid "application/vnd.ms-powerpoint"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress63\n"
+"help.text"
+msgid "PowerPoint 97–2003"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress64\n"
+"help.text"
+msgid "application/vnd.ms-powerpoint"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress66\n"
+"help.text"
+msgid "PowerPoint 97–2003"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_impress67\n"
+"help.text"
+msgid "application/vnd.ms-powerpoint"
+msgstr ""
#: convertfilters.xhp
msgctxt ""
@@ -3211,26 +5107,306 @@ msgstr "DRAW iragazkiak"
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
-"hd_111draw\n"
+"par_draw0\n"
+"help.text"
+msgid "Adobe PageMaker"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw1\n"
+"help.text"
+msgid "application/x-pagemaker"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw3\n"
+"help.text"
+msgid "Adobe/Macromedia Freehand"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw4\n"
+"help.text"
+msgid "image/x-freehand"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw6\n"
+"help.text"
+msgid "ClarisWorks/AppleWorks Document"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw7\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#filtername\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#filtername\" markup=\"ignore\"/>"
+msgid "application/clarisworks"
+msgstr ""
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
-"hd_222draw\n"
+"par_draw9\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#mediatype\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#mediatype\" markup=\"ignore\"/>"
+msgid "Corel Draw"
+msgstr ""
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
-"hd_333draw\n"
+"par_draw10\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#fileextensions\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#fileextensions\" markup=\"ignore\"/>"
+msgid "application/vnd.corel-draw"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw12\n"
+"help.text"
+msgid "Corel Presentation Exchange"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw13\n"
+"help.text"
+msgid "image/x-cmx"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw15\n"
+"help.text"
+msgid "Draw 6.0 Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw16\n"
+"help.text"
+msgid "application/vnd.sun.xml.draw.template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw18\n"
+"help.text"
+msgid "Draw 8"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw19\n"
+"help.text"
+msgid "application/vnd.oasis.opendocument.graphics"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw21\n"
+"help.text"
+msgid "Draw 8 Template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw22\n"
+"help.text"
+msgid "application/vnd.oasis.opendocument.graphics-template"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw24\n"
+"help.text"
+msgid "Legacy Mac Bitmap"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw25\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw27\n"
+"help.text"
+msgid "Legacy Mac Drawing"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw28\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw30\n"
+"help.text"
+msgid "Legacy StarOffice Drawing"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw31\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw33\n"
+"help.text"
+msgid "Microsoft Publisher 2003"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw34\n"
+"help.text"
+msgid "application/x-mspublisher"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw36\n"
+"help.text"
+msgid "Microsoft Visio"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw37\n"
+"help.text"
+msgid "application/vnd.visio"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw39\n"
+"help.text"
+msgid "OpenDocument Drawing (Flat XML)"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw40\n"
+"help.text"
+msgid "application/vnd.oasis.opendocument.graphics-flat-xml"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw42\n"
+"help.text"
+msgid "OpenOffice.org 1.0 Drawing"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw43\n"
+"help.text"
+msgid "application/vnd.sun.xml.draw"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw45\n"
+"help.text"
+msgid "PDF - Portable Document Format"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw46\n"
+"help.text"
+msgid "application/pdf"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw48\n"
+"help.text"
+msgid "QuarkXPress"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw49\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw51\n"
+"help.text"
+msgid "WordPerfect Graphics"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw52\n"
+"help.text"
+msgid "image/x-wpg"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw54\n"
+"help.text"
+msgid "Zoner Callisto/Draw"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_draw55\n"
+"help.text"
+msgid "None"
+msgstr ""
#: convertfilters.xhp
msgctxt ""
@@ -3251,26 +5427,82 @@ msgstr "MATH iragazkiak"
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
-"hd_111math\n"
+"par_math0\n"
+"help.text"
+msgid "Math 8"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_math1\n"
+"help.text"
+msgid "application/vnd.oasis.opendocument.formula"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_math3\n"
+"help.text"
+msgid "MathML 2.0"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_math4\n"
+"help.text"
+msgid "application/mathml+xml"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_math6\n"
+"help.text"
+msgid "MathType3.x"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_math7\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_math9\n"
+"help.text"
+msgid "OpenOffice.org 1.0 Formula"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_math10\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#filtername\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#filtername\" markup=\"ignore\"/>"
+msgid "application/vnd.sun.xml.math"
+msgstr ""
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
-"hd_222math\n"
+"par_math12\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#mediatype\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#mediatype\" markup=\"ignore\"/>"
+msgid "PDF - Portable Document Format"
+msgstr ""
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
-"hd_333math\n"
+"par_math13\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#fileextensions\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#fileextensions\" markup=\"ignore\"/>"
+msgid "application/pdf"
+msgstr ""
#: convertfilters.xhp
msgctxt ""
@@ -3291,26 +5523,18 @@ msgstr "BASE iragazkiak"
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
-"hd_111base\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#filtername\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#filtername\" markup=\"ignore\"/>"
-
-#: convertfilters.xhp
-msgctxt ""
-"convertfilters.xhp\n"
-"hd_222base\n"
+"par_base0\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#mediatype\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#mediatype\" markup=\"ignore\"/>"
+msgid "OpenDocument Database"
+msgstr ""
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
-"hd_333base\n"
+"par_base1\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#fileextensions\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#fileextensions\" markup=\"ignore\"/>"
+msgid "application/vnd.sun.xml.base"
+msgstr ""
#: convertfilters.xhp
msgctxt ""
@@ -3331,26 +5555,882 @@ msgstr "GRAPHICFILTER iragazkiak"
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
-"hd_111graphicfilter\n"
+"par_graphicfilter0\n"
+"help.text"
+msgid "BMP - Windows Bitmap"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter1\n"
+"help.text"
+msgid "image/x-MS-bmp"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter3\n"
+"help.text"
+msgid "BMP - Windows Bitmap"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter4\n"
+"help.text"
+msgid "image/x-MS-bmp"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter6\n"
+"help.text"
+msgid "CGM - Computer Graphics Metafile"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter7\n"
+"help.text"
+msgid "image/cgm"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter9\n"
+"help.text"
+msgid "DXF - AutoCAD Interchange Format"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter10\n"
+"help.text"
+msgid "image/vnd.dxf"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter12\n"
+"help.text"
+msgid "EMF - Enhanced Meta File"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter13\n"
+"help.text"
+msgid "image/x-emf"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter15\n"
+"help.text"
+msgid "EMF - Enhanced Meta File"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter16\n"
+"help.text"
+msgid "image/x-emf"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter18\n"
+"help.text"
+msgid "EPS - Encapsulated PostScript"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter19\n"
+"help.text"
+msgid "image/x-eps"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter21\n"
+"help.text"
+msgid "EPS - Encapsulated PostScript"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter22\n"
+"help.text"
+msgid "image/x-eps"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter24\n"
+"help.text"
+msgid "GIF - Graphics Interchange"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter25\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#filtername\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#filtername\" markup=\"ignore\"/>"
+msgid "image/gif"
+msgstr ""
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
-"hd_222graphicfilter\n"
+"par_graphicfilter27\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#mediatype\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#mediatype\" markup=\"ignore\"/>"
+msgid "GIF - Graphics Interchange"
+msgstr ""
#: convertfilters.xhp
msgctxt ""
"convertfilters.xhp\n"
-"hd_333graphicfilter\n"
+"par_graphicfilter28\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/convertfilters.xhp#fileextensions\" markup=\"ignore\"/>"
-msgstr "<embedvar href=\"text/shared/guide/convertfilters.xhp#fileextensions\" markup=\"ignore\"/>"
+msgid "image/gif"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter30\n"
+"help.text"
+msgid "HTML"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter31\n"
+"help.text"
+msgid "text/html"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter33\n"
+"help.text"
+msgid "HTML"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter34\n"
+"help.text"
+msgid "text/html"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter36\n"
+"help.text"
+msgid "JPEG - Joint Photographic Experts Group"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter37\n"
+"help.text"
+msgid "image/jpeg"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter39\n"
+"help.text"
+msgid "JPEG - Joint Photographic Experts Group"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter40\n"
+"help.text"
+msgid "image/jpeg"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter42\n"
+"help.text"
+msgid "JPEG - Joint Photographic Experts Group"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter43\n"
+"help.text"
+msgid "image/jpeg"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter45\n"
+"help.text"
+msgid "MET - OS/2 Metafile"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter46\n"
+"help.text"
+msgid "image/x-met"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter48\n"
+"help.text"
+msgid "MET - OS/2 Metafile"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter49\n"
+"help.text"
+msgid "image/x-met"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter51\n"
+"help.text"
+msgid "MOV - QuickTime File Format"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter52\n"
+"help.text"
+msgid "application/movie"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter54\n"
+"help.text"
+msgid "Macromedia Flash (SWF)"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter55\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter57\n"
+"help.text"
+msgid "Macromedia Flash (SWF)"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter58\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter60\n"
+"help.text"
+msgid "PBM - Portable Bitmap"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter61\n"
+"help.text"
+msgid "image/x-portable-bitmap"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter63\n"
+"help.text"
+msgid "PBM - Portable Bitmap"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter64\n"
+"help.text"
+msgid "image/x-portable-bitmap"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter66\n"
+"help.text"
+msgid "PCD - Photo CD Base"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter67\n"
+"help.text"
+msgid "image/x-photo-cd"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter69\n"
+"help.text"
+msgid "PCD - Photo CD Base16"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter70\n"
+"help.text"
+msgid "image/x-photo-cd"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter72\n"
+"help.text"
+msgid "PCD - Photo CD Base4"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter73\n"
+"help.text"
+msgid "image/x-photo-cd"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter75\n"
+"help.text"
+msgid "PCT - Mac Pict"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter76\n"
+"help.text"
+msgid "image/x-pict"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter78\n"
+"help.text"
+msgid "PCT - Mac Pict"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter79\n"
+"help.text"
+msgid "image/x-pict"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter81\n"
+"help.text"
+msgid "PCX - Zsoft Paintbrush"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter82\n"
+"help.text"
+msgid "image/x-pcx"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter84\n"
+"help.text"
+msgid "PGM - Portable Graymap"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter85\n"
+"help.text"
+msgid "image/x-portable-graymap"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter87\n"
+"help.text"
+msgid "PGM - Portable Graymap"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter88\n"
+"help.text"
+msgid "image/x-portable-graymap"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter90\n"
+"help.text"
+msgid "PNG - Portable Network Graphic"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter91\n"
+"help.text"
+msgid "image/png"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter93\n"
+"help.text"
+msgid "PNG - Portable Network Graphic"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter94\n"
+"help.text"
+msgid "image/png"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter96\n"
+"help.text"
+msgid "PNG - Portable Network Graphic"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter97\n"
+"help.text"
+msgid "image/png"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter99\n"
+"help.text"
+msgid "PNG - Portable Network Graphic"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter100\n"
+"help.text"
+msgid "image/png"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter102\n"
+"help.text"
+msgid "PPM - Portable Pixelmap"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter103\n"
+"help.text"
+msgid "image/x-portable-pixmap"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter105\n"
+"help.text"
+msgid "PPM - Portable Pixelmap"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter106\n"
+"help.text"
+msgid "image/x-portable-pixmap"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter108\n"
+"help.text"
+msgid "PSD - Adobe Photoshop"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter109\n"
+"help.text"
+msgid "image/vnd.adobe.photoshop"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter111\n"
+"help.text"
+msgid "RAS - Sun Raster Image"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter112\n"
+"help.text"
+msgid "image/x-cmu-raster"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter114\n"
+"help.text"
+msgid "RAS - Sun Raster Image"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter115\n"
+"help.text"
+msgid "image/x-cmu-raster"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter117\n"
+"help.text"
+msgid "SVG - Scalable Vector Graphics"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter118\n"
+"help.text"
+msgid "image/svg+xml"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter120\n"
+"help.text"
+msgid "SVG - Scalable Vector Graphics"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter121\n"
+"help.text"
+msgid "image/svg+xml"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter123\n"
+"help.text"
+msgid "SVG - Scalable Vector Graphics"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter124\n"
+"help.text"
+msgid "image/svg+xml"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter126\n"
+"help.text"
+msgid "SVG - Scalable Vector Graphics"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter127\n"
+"help.text"
+msgid "image/svg+xml"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter129\n"
+"help.text"
+msgid "SVG - Scalable Vector Graphics Draw"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter130\n"
+"help.text"
+msgid "image/svg+xml"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter132\n"
+"help.text"
+msgid "SVG - Scalable Vector Graphics Draw"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter133\n"
+"help.text"
+msgid "image/svg+xml"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter135\n"
+"help.text"
+msgid "SVM - StarView Meta File"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter136\n"
+"help.text"
+msgid "image/x-svm"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter138\n"
+"help.text"
+msgid "SVM - StarView Meta File"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter139\n"
+"help.text"
+msgid "image/x-svm"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter141\n"
+"help.text"
+msgid "TGA - Truevision Targa"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter142\n"
+"help.text"
+msgid "image/x-targa"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter144\n"
+"help.text"
+msgid "TIFF - Tagged Image File Format"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter145\n"
+"help.text"
+msgid "image/tiff"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter147\n"
+"help.text"
+msgid "TIFF - Tagged Image File Format"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter148\n"
+"help.text"
+msgid "image/tiff"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter150\n"
+"help.text"
+msgid "WMF - Windows Metafile"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter151\n"
+"help.text"
+msgid "image/x-wmf"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter153\n"
+"help.text"
+msgid "WMF - Windows Metafile"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter154\n"
+"help.text"
+msgid "image/x-wmf"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter156\n"
+"help.text"
+msgid "XBM - X Bitmap"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter157\n"
+"help.text"
+msgid "image/x-xbitmap"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter159\n"
+"help.text"
+msgid "XPM - X PixMap"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter160\n"
+"help.text"
+msgid "image/x-xpixmap"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter162\n"
+"help.text"
+msgid "XPM - X PixMap"
+msgstr ""
+
+#: convertfilters.xhp
+msgctxt ""
+"convertfilters.xhp\n"
+"par_graphicfilter163\n"
+"help.text"
+msgid "image/x-xpixmap"
+msgstr ""
#: copy_drawfunctions.xhp
msgctxt ""
@@ -9789,8 +12869,8 @@ msgctxt ""
"imagemap.xhp\n"
"par_idN1068A\n"
"help.text"
-msgid "With the image selected, choose <emph>Edit - ImageMap</emph>. You see the <link href=\"text/shared/01/02220000.xhp\">ImageMap Editor</link>, which displays the image at the background."
-msgstr "Irudia hautatuta dagoela, aukeratu <emph>Editatu - Irudi-mapa</emph>. <link href=\"text/shared/01/02220000.xhp\">Irudi-mapen editorea</link> ikusiko duzu, eta irudia atzeko planoan bistaratuko du."
+msgid "With the image selected, choose <emph>Edit - ImageMap</emph> in Writer and Calc or <emph>Tools - ImageMap</emph> in Impress and Draw. You see the <link href=\"text/shared/01/02220000.xhp\">ImageMap Editor</link>, which displays the image at the background."
+msgstr ""
#: imagemap.xhp
msgctxt ""
diff --git a/source/eu/helpcontent2/source/text/simpress.po b/source/eu/helpcontent2/source/text/simpress.po
index 3fbbaba58ba..b0fcea42d58 100644
--- a/source/eu/helpcontent2/source/text/simpress.po
+++ b/source/eu/helpcontent2/source/text/simpress.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2019-04-08 14:23+0200\n"
-"PO-Revision-Date: 2019-04-12 12:22+0000\n"
+"POT-Creation-Date: 2019-05-12 17:47+0200\n"
+"PO-Revision-Date: 2019-05-03 11:12+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: eu\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1555071720.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1556881932.000000\n"
#: main0000.xhp
msgctxt ""
@@ -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 "<ahelp hid=\".\">Komando hauek uneko dokumentuari aplikatzen zaizkio, dokumentu berri bat irekitzen dute edo aplikazioa ixten dute.</ahelp>"
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"tit\n"
-"help.text"
-msgid "Edit"
-msgstr "Editatu"
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3153726\n"
-"help.text"
-msgid "<link href=\"text/simpress/main0102.xhp\" name=\"Edit\">Edit</link>"
-msgstr "<link href=\"text/simpress/main0102.xhp\" name=\"Edit\">Editatu</link>"
-
-#: 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 "<ahelp hid=\".\">Menu honek dokumentuaren edukia editatzeko komandoak ditu.</ahelp>"
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3154649\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">Points</link>"
-msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">Puntuak</link>"
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id3154766\n"
-"help.text"
-msgid "Switches the <emph>Edit Points</emph> mode on and off."
-msgstr "<emph>Editatu puntuak</emph> modua aktibatu eta desaktibatzen du."
-
-#: 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 "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue Points\">Kolatze-puntuak</link>"
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id3147403\n"
-"help.text"
-msgid "Switches the <emph>Edit Glue Points</emph> mode on and off."
-msgstr "<emph>Editatu kolatze-puntuak</emph> modua aktibatzen eta desaktibatzen du."
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3150396\n"
-"help.text"
-msgid "<link href=\"text/simpress/01/02160000.xhp\" name=\"Fields\">Fields</link>"
-msgstr "<link href=\"text/simpress/01/02160000.xhp\" name=\"Fields\">Eremuak</link>"
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3149355\n"
-"help.text"
-msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>"
-msgstr "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Estekak</link>"
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3145590\n"
-"help.text"
-msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">Irudi-mapa</link>"
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id0914201502131542\n"
-"help.text"
-msgid "<link href=\"text/shared/01/02200000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/02200000.xhp\" name=\"Object\">Objektua</link>"
-
#: main0103.xhp
msgctxt ""
"main0103.xhp\n"
@@ -416,142 +328,6 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">File</link>"
msgstr "<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">Fitxategia</link>"
-#: main0105.xhp
-msgctxt ""
-"main0105.xhp\n"
-"tit\n"
-"help.text"
-msgid "Format"
-msgstr "Formatua"
-
-#: main0105.xhp
-msgctxt ""
-"main0105.xhp\n"
-"hd_id3152596\n"
-"help.text"
-msgid "<link href=\"text/simpress/main0105.xhp\" name=\"Format\">Format</link>"
-msgstr "<link href=\"text/simpress/main0105.xhp\" name=\"Format\">Formatua</link>"
-
-#: 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 "<ahelp hid=\".\">Dokumentuaren diseinua eta edukia formateatzeko komandoak ditu.</ahelp>"
-
-#: main0105.xhp
-msgctxt ""
-"main0105.xhp\n"
-"hd_id3147401\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
-msgstr "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Karakterea</link>"
-
-#: main0105.xhp
-msgctxt ""
-"main0105.xhp\n"
-"hd_id3149941\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
-msgstr "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragrafoa</link>"
-
-#: 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 "<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">Buletak eta numerazioa</link>"
-
-#: 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 "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">Kokalekua eta tamaina</link>"
-
-#: main0105.xhp
-msgctxt ""
-"main0105.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05200000.xhp\" name=\"Line\">Line</link>"
-msgstr "<link href=\"text/shared/01/05200000.xhp\" name=\"Line\">Lerroa</link>"
-
-#: main0105.xhp
-msgctxt ""
-"main0105.xhp\n"
-"hd_id3149021\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">Area</link>"
-
-#: main0105.xhp
-msgctxt ""
-"main0105.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">Text</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">Testua</link>"
-
-#: 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 "<link href=\"text/simpress/01/05120000.xhp\" name=\"Page Layout...\">Diapositiba-diseinua</link>"
-
-#: 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 "<link href=\"text/simpress/01/05130000.xhp\" name=\"Modify Layout\">Diapositiba-diseinua</link>"
-
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"tit\n"
-"help.text"
-msgid "Tools"
-msgstr "Tresnak"
-
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"hd_id3154017\n"
-"help.text"
-msgid "<link href=\"text/simpress/main0106.xhp\" name=\"Tools\">Tools</link>"
-msgstr "<link href=\"text/simpress/main0106.xhp\" name=\"Tools\">Tresnak</link>"
-
-#: 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 "<ahelp hid=\".\">Ortografia-tresnak, dokumentuan gehitu ditzakezu objektuen galeria, eta menuak konfiguratzeko eta programa-hobespenak ezartzeko tresnak ditu.</ahelp>"
-
-#: 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 "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">Autozuzenketako aukerak</link>"
-
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"hd_id3149130\n"
-"help.text"
-msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>"
-msgstr "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Pertsonalizatu</link>"
-
#: 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 "<link href=\"text/simpress/01/06100000.xhp\" name=\"Custom Slide Show\">Diapositiba-aurkezpen pertsonalizatua</link>"
-#: main0117.xhp
-msgctxt ""
-"main0117.xhp\n"
-"tit\n"
-"help.text"
-msgid "Slide"
-msgstr "Diapositiba"
-
-#: main0117.xhp
-msgctxt ""
-"main0117.xhp\n"
-"hd_id0908201507475698\n"
-"help.text"
-msgid "<link href=\"text/simpress/main0117.xhp\">Slide</link>"
-msgstr "<link href=\"text/simpress/main0117.xhp\">Diapositiba</link>"
-
-#: main0117.xhp
-msgctxt ""
-"main0117.xhp\n"
-"par_id0908201507482661\n"
-"help.text"
-msgid "This menu provides slide management and navigation commands."
-msgstr "Menu honek diapositiben kudeaketarako eta nabigaziorako komandoak ditu."
-
-#: 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 "<link href=\"text/simpress/01/04010000.xhp\" name=\"Slide\">Orrialde/diapositiba berria</link>"
-
#: 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 "$[officename] Impressek diapositiba-aurkezpenak automatikoki edo eskuz egiteko aukera ematen dizu."
+
+#: main_edit.xhp
+msgctxt ""
+"main_edit.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit"
+msgstr "Editatu"
+
+#: 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 "<link href=\"text/simpress/main_edit.xhp\" name=\"Edit\">Editatu</link>"
+
+#: 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 "<ahelp hid=\".\">Uneko dokumentuaren edukia editatzeko komandoak ditu menu honek.</ahelp>"
+
+#: 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 "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">Puntuak</link>"
+
+#: 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 "<emph>Editatu puntuak</emph> modua aktibatu eta desaktibatzen du."
+
+#: 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 "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue Points\">Kolatze-puntuak</link>"
+
+#: 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 "<emph>Editatu kolatze-puntuak</emph> modua aktibatzen eta desaktibatzen du."
+
+#: 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 "<link href=\"text/simpress/01/02160000.xhp\" name=\"Fields\">Eremuak</link>"
+
+#: 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 "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Estekak</link>"
+
+#: 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 "<link href=\"text/shared/01/02200000.xhp\" name=\"Object\">Objektua</link>"
+
+#: main_format.xhp
+msgctxt ""
+"main_format.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format"
+msgstr "Formatua"
+
+#: 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 "<link href=\"text/simpress/main_format.xhp\" name=\"Format\">Formatua</link>"
+
+#: 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 "<ahelp hid=\".\">Dokumentuaren diseinua eta edukia formateatzeko komandoak ditu.</ahelp>"
+
+#: 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 "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Karakterea</link>"
+
+#: 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 "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragrafoa</link>"
+
+#: 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 "<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">Buletak eta numerazioa</link>"
+
+#: 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 "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">Kokagunea eta tamaina</link>"
+
+#: 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 "<link href=\"text/shared/01/05200000.xhp\" name=\"Line\">Marra</link>"
+
+#: 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 "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">Area</link>"
+
+#: 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 "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">Testua</link>"
+
+#: 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 "<link href=\"text/simpress/01/05120000.xhp\" name=\"Page Layout...\">Diapositiba-diseinua</link>"
+
+#: 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 "<link href=\"text/simpress/01/05130000.xhp\" name=\"Modify Layout\">Diapositiba-diseinua</link>"
+
+#: main_slide.xhp
+msgctxt ""
+"main_slide.xhp\n"
+"tit\n"
+"help.text"
+msgid "Slide"
+msgstr "Diapositiba"
+
+#: main_slide.xhp
+msgctxt ""
+"main_slide.xhp\n"
+"hd_id0908201507475698\n"
+"help.text"
+msgid "<link href=\"text/simpress/main_slide.xhp\">Slide</link>"
+msgstr "<link href=\"text/simpress/main_slide.xhp\">Diapositiba</link>"
+
+#: main_slide.xhp
+msgctxt ""
+"main_slide.xhp\n"
+"par_id0908201507482661\n"
+"help.text"
+msgid "This menu provides slide management and navigation commands."
+msgstr "Menu honek diapositiben kudeaketarako eta nabigaziorako komandoak ditu."
+
+#: 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 "Tresnak"
+
+#: 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 "<link href=\"text/simpress/main_tools.xhp\" name=\"Tools\">Tresnak</link>"
+
+#: 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 "<ahelp hid=\".\">Ortografia-tresnak, dokumentuan gehitu ditzakezu objektuen galeria, eta menuak konfiguratzeko eta programa-hobespenak ezartzeko tresnak ditu.</ahelp>"
+
+#: 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 "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">Irudi-mapa</link>"
+
+#: 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 "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">Autozuzenketako aukerak</link>"
+
+#: 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 "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Pertsonalizatu</link>"
diff --git a/source/eu/helpcontent2/source/text/simpress/00.po b/source/eu/helpcontent2/source/text/simpress/00.po
index 631db8fcdf7..b2c6cd887c7 100644
--- a/source/eu/helpcontent2/source/text/simpress/00.po
+++ b/source/eu/helpcontent2/source/text/simpress/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2019-04-08 14:23+0200\n"
+"POT-Creation-Date: 2019-05-12 17:47+0200\n"
"PO-Revision-Date: 2019-04-23 08:25+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1556007950.000000\n"
#: 00000004.xhp
@@ -459,14 +459,6 @@ msgstr "Txertatu menua"
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
-"par_id3147264\n"
-"help.text"
-msgid "Choose <emph>Insert - New Page/Slide</emph>"
-msgstr "Aukeratu <emph>Txertatu - Orri/Diapositiba berria</emph>"
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
"par_id3155064\n"
"help.text"
msgid "<variable id=\"seiteduplizieren\">Choose <emph>Insert - Duplicate Slide</emph></variable>"
@@ -1293,8 +1285,8 @@ msgctxt ""
"slide_menu.xhp\n"
"par_id3134264\n"
"help.text"
-msgid "Choose <emph>Slide - New Page/Slide</emph>"
-msgstr "Aukeratu <emph>Diapositiba - Orri/Diapositiba berria</emph>"
+msgid "Choose <emph>Slide - New Slide</emph>"
+msgstr ""
#: slide_menu.xhp
msgctxt ""
@@ -1309,13 +1301,13 @@ 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>"
-msgstr "<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
msgctxt ""
"slide_menu.xhp\n"
"par_id7354512\n"
"help.text"
-msgid "New Page/Slide"
-msgstr "Orri/diapositiba berria"
+msgid "New Slide"
+msgstr ""
diff --git a/source/eu/helpcontent2/source/text/simpress/01.po b/source/eu/helpcontent2/source/text/simpress/01.po
index dac89eb816a..3ff367da19d 100644
--- a/source/eu/helpcontent2/source/text/simpress/01.po
+++ b/source/eu/helpcontent2/source/text/simpress/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2019-04-08 14:23+0200\n"
-"PO-Revision-Date: 2019-04-23 08:26+0000\n"
+"POT-Creation-Date: 2019-05-12 17:47+0200\n"
+"PO-Revision-Date: 2019-05-03 11:12+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: eu\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1556007961.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1556881946.000000\n"
#: 01170000.xhp
msgctxt ""
@@ -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 "<link href=\"text/shared/00/00000020.xhp\" name=\"Information on Import and Export Filters\">Inportazio- eta esportazio-iragazkiei buruzko informazioa</link>"
-#: 01180000.xhp
-msgctxt ""
-"01180000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Page"
-msgstr "Orrialdea"
-
-#: 01180000.xhp
-msgctxt ""
-"01180000.xhp\n"
-"hd_id3149379\n"
-"help.text"
-msgid "Page"
-msgstr "Orrialdea"
-
-#: 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 "<variable id=\"seiteeintext\"><ahelp hid=\".uno:PageSetup\" visibility=\"visible\">Orrialdearen orientazioa, marjinak, atzeko planoa eta beste diseinu-aukera batzuk ezartzen ditu.</ahelp></variable>"
-
-#: 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 "Aktibo dagoen fitxategiko orri guztien atzeko planoa aldatzeko, hautatu atzeko plano bat, egin klik <emph>Ados</emph> botoian eta hautatu <emph>Bai</emph> <emph>Orriaren konfigurazioa</emph> elkarrizketa-koadroan."
-
#: 01180001.xhp
msgctxt ""
"01180001.xhp\n"
@@ -1381,8 +1349,8 @@ msgctxt ""
"03070000.xhp\n"
"hd_id3154018\n"
"help.text"
-msgid "<link href=\"text/simpress/01/04010000.xhp\" name=\"Slide\">Slide</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"Slide\">Diapositiba</link>"
+msgid "<link href=\"text/simpress/01/new_slide.xhp\" name=\"Slide\">Slide</link>"
+msgstr ""
#: 03070000.xhp
msgctxt ""
@@ -2312,38 +2280,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">Shows slides in pure black or white without shading.</ahelp>"
msgstr "<ahelp hid=\".\">Diapositibak zuri-beltz hutsean erakusten ditu.</ahelp>"
-#: 04010000.xhp
-msgctxt ""
-"04010000.xhp\n"
-"tit\n"
-"help.text"
-msgid "New Page/Slide"
-msgstr "Orri/diapositiba berria"
-
-#: 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 "<bookmark_value>txertatu; diapositibak</bookmark_value><bookmark_value>diapositibak; txertatzea</bookmark_value>"
-
-#: 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 "<link href=\"text/simpress/01/04010000.xhp\" name=\"New Page/Slide\">Orri/diapositiba berria</link>"
-
-#: 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 "<variable id=\"seitetext\"><ahelp hid=\".uno:InsertPage\"><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Diapositiba bat txertatzen du hautatutako diapositibaren ondoren.</caseinline><defaultinline>Orri bat txertatzen du hautatutako orriaren ondoren.</defaultinline></switchinline></ahelp></variable>"
-
#: 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 "<ahelp hid=\"modules/simpress/ui/customanimationtimingtab/trigger_list\">Hautatu forma, bere izenaren arabera, zerrenda-koadrotik.</ahelp>"
+#: 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 "Sakatu <emph>Kendu bezero-baimena</emph> botoia."
+#: 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"
diff --git a/source/eu/helpcontent2/source/text/simpress/02.po b/source/eu/helpcontent2/source/text/simpress/02.po
index 9e5dbd2d224..5ed46a5ae5e 100644
--- a/source/eu/helpcontent2/source/text/simpress/02.po
+++ b/source/eu/helpcontent2/source/text/simpress/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2019-05-12 17:47+0200\n"
"PO-Revision-Date: 2019-04-22 10:08+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1555927707.000000\n"
#: 04010000.xhp
@@ -3981,8 +3981,8 @@ msgctxt ""
"10110000.xhp\n"
"hd_id3149028\n"
"help.text"
-msgid "<link href=\"text/simpress/01/04010000.xhp\" name=\"Slide\">Slide</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"Slide\">Diapositiba</link>"
+msgid "<link href=\"text/simpress/01/new_slide.xhp\" name=\"Slide\">Slide</link>"
+msgstr ""
#: 10110000.xhp
msgctxt ""
diff --git a/source/eu/helpcontent2/source/text/swriter/01.po b/source/eu/helpcontent2/source/text/swriter/01.po
index 9002e6430e6..1f3ada2aa54 100644
--- a/source/eu/helpcontent2/source/text/swriter/01.po
+++ b/source/eu/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2019-04-08 14:23+0200\n"
+"POT-Creation-Date: 2019-05-12 17:47+0200\n"
"PO-Revision-Date: 2019-04-23 08:27+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1556008031.000000\n"
#: 01120000.xhp
@@ -15533,8 +15533,8 @@ msgctxt ""
"05060100.xhp\n"
"par_idN10A8E\n"
"help.text"
-msgid "Follow text flow"
-msgstr "Jarraitu testu-fluxuari"
+msgid "Keep inside text boundaries"
+msgstr ""
#: 05060100.xhp
msgctxt ""
@@ -15549,8 +15549,8 @@ 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)."
-msgstr "Modu lehenetsian, <emph>Jarraitu testu-fluxuari</emph> aukera hautatuta dago OpenOffice.org 2.0 baino zaharragoa den Writer bertsio batekin sortutako dokumentu bat irekitzen denean. Hala ere, aukera hori ez dago hautatuta Microsoft Word formatuko (*.doc) dokumentu bat sortzen edo irekitzen denean."
+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
msgctxt ""