From 8b19beb31a8130df352a794fc391eace34250bfd Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Fri, 8 Nov 2019 23:13:44 +0100 Subject: update translations from weblate Change-Id: I75a99d8d1567ffce961a404c6f054b9bd07b62a0 --- .../gug/helpcontent2/source/text/sbasic/guide.po | 474 +++++++++- .../gug/helpcontent2/source/text/sbasic/python.po | 6 +- .../gug/helpcontent2/source/text/sbasic/shared.po | 254 ++++-- source/gug/helpcontent2/source/text/scalc/01.po | 28 +- source/gug/helpcontent2/source/text/scalc/guide.po | 57 +- source/gug/helpcontent2/source/text/sdraw/guide.po | 14 +- source/gug/helpcontent2/source/text/shared/00.po | 41 +- source/gug/helpcontent2/source/text/shared/01.po | 985 +++++++++++---------- source/gug/helpcontent2/source/text/shared/02.po | 6 +- source/gug/helpcontent2/source/text/shared/05.po | 34 +- source/gug/helpcontent2/source/text/shared/06.po | 164 +++- .../gug/helpcontent2/source/text/shared/guide.po | 170 +++- source/gug/helpcontent2/source/text/shared/menu.po | 6 +- .../helpcontent2/source/text/shared/optionen.po | 6 +- source/gug/helpcontent2/source/text/simpress.po | 11 +- source/gug/helpcontent2/source/text/simpress/00.po | 10 +- source/gug/helpcontent2/source/text/simpress/01.po | 51 +- source/gug/helpcontent2/source/text/simpress/02.po | 11 +- .../gug/helpcontent2/source/text/simpress/guide.po | 35 +- source/gug/helpcontent2/source/text/swriter/01.po | 15 +- 20 files changed, 1585 insertions(+), 793 deletions(-) (limited to 'source/gug/helpcontent2') diff --git a/source/gug/helpcontent2/source/text/sbasic/guide.po b/source/gug/helpcontent2/source/text/sbasic/guide.po index 30f7ea4b3ec..770cb45324f 100644 --- a/source/gug/helpcontent2/source/text/sbasic/guide.po +++ b/source/gug/helpcontent2/source/text/sbasic/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-21 21:36+0200\n" +"POT-Creation-Date: 2019-11-08 19:34+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -184,6 +184,474 @@ msgctxt "" msgid "Compare Access2Base with Microsoft Access VBA" msgstr "" +#. 4eXWf +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"tit\n" +"help.text" +msgid "Basic to Python" +msgstr "" + +#. eoGBT +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0430\n" +"help.text" +msgid "Basic;Calling Python API;SimpleFileAccess API;PathSettings API;XScript" +msgstr "" + +#. 8tB4f +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"hd_id811571848401485\n" +"help.text" +msgid "Calling Python Scripts from Basic" +msgstr "" + +#. P7E4G +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0432\n" +"help.text" +msgid "Calling Python scripts from %PRODUCTNAME Basic macros is possible, and valuable features can be obtained such as:" +msgstr "" + +#. ZKSB3 +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0433\n" +"help.text" +msgid "ComputerName identification or OSName detection are possible," +msgstr "" + +#. AW7Lr +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0434\n" +"help.text" +msgid "Basic FileLen() function and com.sun.star.ucb.SimpleFileAccess.getSize() API function exhibit a 2 Gigabytes file size upper limit that Python helps to overcome," +msgstr "" + +#. At8D2 +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0435\n" +"help.text" +msgid "com.sun.star.util.PathSettings can be normalized," +msgstr "" + +#. CPd9K +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0436\n" +"help.text" +msgid "and many more." +msgstr "" + +#. JvzSR +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0437\n" +"help.text" +msgid "A reasonable exposure to %PRODUCTNAME Basic and to Application Programming Interface (API) features is recommended prior to perform inter-language calls from Basic to Python, to JavaScript or any other script engine." +msgstr "" + +#. 4jY8s +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0438\n" +"help.text" +msgid "Retrieving Python Scripts" +msgstr "" + +#. bBTqb +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0439\n" +"help.text" +msgid "Python scripts can be personal, shared, or embedded in documents. In order to execute them, %PRODUCTNAME Basic needs to be provided with Python script locations. Locating com.sun.star.script.provider.XScript interface compliant UNO objects allows the execution of Python scripts:" +msgstr "" + +#. AZwVA +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0444\n" +"help.text" +msgid "''' Grab Python script object before execution" +msgstr "" + +#. woGvx +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0445\n" +"help.text" +msgid "' Arguments:" +msgstr "" + +#. nvnTr +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0446\n" +"help.text" +msgid "' macro : as \"library/module.py$macro\" or \"module.py$macro\"" +msgstr "" + +#. Au674 +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0447\n" +"help.text" +msgid "' location: as \"document\", \"share\", \"user\" or ENUM(eration)" +msgstr "" + +#. u5hgy +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0448\n" +"help.text" +msgid "' Result:" +msgstr "" + +#. kskTS +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0449\n" +"help.text" +msgid "' located com.sun.star.script.provider.XScript UNO service'''" +msgstr "" + +#. F9Hvi +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0452\n" +"help.text" +msgid "Dim sp As Object ' com.sun.star.script.provider.XScriptProvider compatible" +msgstr "" + +#. osCpU +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0463\n" +"help.text" +msgid "Executing Python Scripts" +msgstr "" + +#. pAfKa +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0464\n" +"help.text" +msgid "Syntax" +msgstr "" + +#. gVpsb +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0466\n" +"help.text" +msgid "opSysName = script.invoke(Array(), in_outs, Array()) ' in_out is an Array" +msgstr "" + +#. jiU2w +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0469\n" +"help.text" +msgid "Embedded Scripts Examples" +msgstr "" + +#. FadCx +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0470\n" +"help.text" +msgid "Below ComputerName, and GetFilelen routines are calling their Python counterparts, using aforementioned GetPythonScript function. Exception handling is not detailed." +msgstr "" + +#. YbMbS +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0472\n" +"help.text" +msgid "Option Compatible ' Properties are supported" +msgstr "" + +#. KVNHH +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0477\n" +"help.text" +msgid "'''Workstation name'''" +msgstr "" + +#. FCaBa +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0483\n" +"help.text" +msgid "'''File size in bytes'''" +msgstr "" + +#. D9Cbu +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0489\n" +"help.text" +msgid "ISEMBEDDED As String ' document script" +msgstr "" + +#. bD77H +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0490\n" +"help.text" +msgid "ISPERSONAL As String ' user script" +msgstr "" + +#. TEbDh +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0491\n" +"help.text" +msgid "ISSHARED As String ' %PRODUCTNAME macro" +msgstr "" + +#. CHTxq +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0497\n" +"help.text" +msgid ".ISEMBEDDED = \"document\" ' document script" +msgstr "" + +#. GGD4G +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0498\n" +"help.text" +msgid ".ISPERSONAL = \"user\" ' user scripts" +msgstr "" + +#. hz9VR +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0499\n" +"help.text" +msgid ".ISSHARED = \"share\" ' %PRODUCTNAME macro" +msgstr "" + +#. KfKCA +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0503\n" +"help.text" +msgid "Two different Python modules are called. They can either be embedded in the current document, either be stored on the file system. Argument type checking is skipped for clarity:" +msgstr "" + +#. igPCi +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0526\n" +"help.text" +msgid "Personal or Shared Scripts Examples" +msgstr "" + +#. EPVTC +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0527\n" +"help.text" +msgid "The calling mechanism for personal or shared Python scripts is identical to that of embedded scripts. Library names are mapped to folders. Computing %PRODUCTNAME user profile and shared modules system file paths can be performed as detailed in Getting session information. Below OSName, HelloWorld and NormalizePath routines are calling their Python counterparts, using aforementioned GetPythonScript function. Exception handling is not detailed." +msgstr "" + +#. bwkSJ +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0529\n" +"help.text" +msgid "Option Compatible ' Properties are supported" +msgstr "" + +#. 3W9xB +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0534\n" +"help.text" +msgid "'''Platform name as \"Linux\", \"Darwin\" or \"Windows\"'''" +msgstr "" + +#. WAE7X +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0540\n" +"help.text" +msgid "'''%PRODUCTNAME Python shared sample'''" +msgstr "" + +#. MYSSL +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0546\n" +"help.text" +msgid "'''Strip superfluous '\\..' in path'''" +msgstr "" + +#. yTqsy +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0550\n" +"help.text" +msgid "Python standard modules" +msgstr "" + +#. 3F9RQ +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0551\n" +"help.text" +msgid "%PRODUCTNAME embedded Python contains many standard libraries to benefit from. They bear a rich feature set, such as but not limited to:" +msgstr "" + +#. aPbV7 +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0552\n" +"help.text" +msgid "argparse Parser for command-line options, arguments and sub-commands" +msgstr "" + +#. zBD3c +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0553\n" +"help.text" +msgid "cmath Mathematical functions for complex numbers" +msgstr "" + +#. GDXVa +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0554\n" +"help.text" +msgid "csv CSV files reading and writing" +msgstr "" + +#. FnCu8 +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0555\n" +"help.text" +msgid "datetime Genuine date and time types" +msgstr "" + +#. GQCwa +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0556\n" +"help.text" +msgid "json JSON encoder and decoder" +msgstr "" + +#. JmFZK +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0557\n" +"help.text" +msgid "math Mathematical functions" +msgstr "" + +#. PRGHi +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0558\n" +"help.text" +msgid "re Regular expression operations" +msgstr "" + +#. XVbzW +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0559\n" +"help.text" +msgid "socket Low-level networking interface" +msgstr "" + +#. VehtJ +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0560\n" +"help.text" +msgid "sys System-specific parameters and functions" +msgstr "" + +#. RWzWY +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0561\n" +"help.text" +msgid "unittest and trace Unit testing framework and Track Python execution" +msgstr "" + +#. JG3VZ +#: basic_2_python.xhp +msgctxt "" +"basic_2_python.xhp\n" +"N0562\n" +"help.text" +msgid "xml.etree.ElementTree ElementTree XML API" +msgstr "" + #. CwBFN #: basic_examples.xhp msgctxt "" @@ -292,13 +760,13 @@ msgctxt "" msgid "Choose Tools - Macros - Organize Dialogs, and then click New." msgstr "" -#. M3Ddd +#. FkRCE #: create_dialog.xhp msgctxt "" "create_dialog.xhp\n" "par_id3150447\n" "help.text" -msgid "Enter a name for the dialog, and click OK. To rename the dialog later, right-click the name on the tab, and choose Rename." +msgid "Enter a name for the dialog and click OK. To rename the dialog later, right-click the name on the tab and choose Rename." msgstr "" #. qFeYH diff --git a/source/gug/helpcontent2/source/text/sbasic/python.po b/source/gug/helpcontent2/source/text/sbasic/python.po index 36fccbc48b2..9ddbe8294c2 100644 --- a/source/gug/helpcontent2/source/text/sbasic/python.po +++ b/source/gug/helpcontent2/source/text/sbasic/python.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-09-30 14:01+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -76,13 +76,13 @@ msgctxt "" msgid "You can execute Python scripts choosing Tools - Macros - Run Macro. Editing scripts can be done with your preferred text editor. Python scripts are present in various locations detailed hereafter. You can refer to Programming examples for macros illustrating how to run the Python interactive console from %PRODUCTNAME." msgstr "" -#. NV2P7 +#. bb68x #: main0000.xhp msgctxt "" "main0000.xhp\n" "par_id131568902936659\n" "help.text" -msgid "The %PRODUCTNAME scripting framework for Python is optional on some GNU/Linux distributions. If it is installed, selecting Tools – Macros - Run Macro... and checking %PRODUCTNAME Macros for the presence of HelloWorld – HelloWorldPython macro is sufficient. If absent, please refer to your distribution documentation in order to install the %PRODUCTNAME scripting framework for Python." +msgid "The %PRODUCTNAME scripting framework for Python is optional on some GNU/Linux distributions. If it is installed, selecting Tools - Macros - Run Macro... and checking %PRODUCTNAME Macros for the presence of HelloWorld – HelloWorldPython macro is sufficient. If absent, please refer to your distribution documentation in order to install the %PRODUCTNAME scripting framework for Python." msgstr "" #. naZBV diff --git a/source/gug/helpcontent2/source/text/sbasic/shared.po b/source/gug/helpcontent2/source/text/sbasic/shared.po index 657d2edebfc..bf056ccc771 100644 --- a/source/gug/helpcontent2/source/text/sbasic/shared.po +++ b/source/gug/helpcontent2/source/text/sbasic/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-21 21:36+0200\n" +"POT-Creation-Date: 2019-11-08 19:34+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21793,31 +21793,31 @@ msgctxt "" msgid "Example:" msgstr "" -#. hMpoj +#. WsqJB #: 03080801.xhp msgctxt "" "03080801.xhp\n" "par_id3156214\n" "help.text" -msgid "' uses BasicFormulas in $[officename] Calc" +msgid "' uses BasicFormulas in %PRODUCTNAME Calc" msgstr "" -#. Bf2Zt +#. VEjxC #: 03080801.xhp msgctxt "" "03080801.xhp\n" "par_id3149262\n" "help.text" -msgid "' Returns a long integer from a hexadecimal value." +msgid "' Returns a 32 bits signed integer number from an 8 digits hexadecimal value." msgstr "" -#. aZhWM +#. CkjAF #: 03080801.xhp msgctxt "" "03080801.xhp\n" "par_id3147215\n" "help.text" -msgid "' Calculates a hexadecimal value in integer." +msgid "' Calculates the 8 digits hexadecimal value out of a 32 bits signed integer number." msgstr "" #. Tko9w @@ -28930,13 +28930,13 @@ msgctxt "" msgid "Return value:" msgstr "" -#. mCK6P +#. YBMcU #: 03102900.xhp msgctxt "" "03102900.xhp\n" "par_id3153126\n" "help.text" -msgid "Integer" +msgid "Long" msgstr "" #. KdfgY @@ -28975,40 +28975,76 @@ msgctxt "" msgid "Example:" msgstr "" -#. rvm35 +#. CuAie #: 03102900.xhp msgctxt "" "03102900.xhp\n" -"par_id3145365\n" +"par_idm1206770608\n" "help.text" -msgid "Print LBound(sVar()) ' Returns 10" +msgid "Sub VectorBounds" msgstr "" -#. zDvTi +#. FEgDA #: 03102900.xhp msgctxt "" "03102900.xhp\n" -"par_id3150486\n" +"par_idm1206768352\n" +"help.text" +msgid "Print LBound(v()) ' returns 10" +msgstr "" + +#. QkxEG +#: 03102900.xhp +msgctxt "" +"03102900.xhp\n" +"par_idm1206766048\n" +"help.text" +msgid "End Sub ' VectorBounds" +msgstr "" + +#. iTot3 +#: 03102900.xhp +msgctxt "" +"03102900.xhp\n" +"par_idm1206763792\n" "help.text" -msgid "Print UBound(sVar()) ' Returns 20" +msgid "Sub TableBounds" msgstr "" -#. LLJCx +#. tBDDP +#: 03102900.xhp +msgctxt "" +"03102900.xhp\n" +"par_id3145365\n" +"help.text" +msgid "Print LBound(t), UBound(t()) ' returns 10 20" +msgstr "" + +#. LerBr #: 03102900.xhp msgctxt "" "03102900.xhp\n" "par_id3149665\n" "help.text" -msgid "Print LBound(sVar(),2) ' Returns 5" +msgid "Print LBound(t(),2) ' returns - 5" msgstr "" -#. VEvF8 +#. HfdoX #: 03102900.xhp msgctxt "" "03102900.xhp\n" "par_id3159154\n" "help.text" -msgid "Print UBound(sVar(),2) ' Returns 70" +msgid "Print UBound(t,2) ' returns 70" +msgstr "" + +#. DPEj5 +#: 03102900.xhp +msgctxt "" +"03102900.xhp\n" +"par_idm1206754912\n" +"help.text" +msgid "End Sub ' TableBounds" msgstr "" #. 6GB8Z @@ -29074,13 +29110,13 @@ msgctxt "" msgid "Return value:" msgstr "" -#. nYpdd +#. xVQ87 #: 03103000.xhp msgctxt "" "03103000.xhp\n" "par_id3149670\n" "help.text" -msgid "Integer" +msgid "Long" msgstr "" #. GgECq @@ -29119,40 +29155,76 @@ msgctxt "" msgid "Example:" msgstr "" -#. ZsSxE +#. EFwDh #: 03103000.xhp msgctxt "" "03103000.xhp\n" -"par_id3152596\n" +"par_idm1206770608\n" "help.text" -msgid "Print LBound(sVar()) ' Returns 10" +msgid "Sub VectorBounds" msgstr "" -#. 6dFAP +#. HPb5a #: 03103000.xhp msgctxt "" "03103000.xhp\n" -"par_id3153138\n" +"par_idm1206768352\n" +"help.text" +msgid "Print LBound(v()) ' returns 10" +msgstr "" + +#. kmEXM +#: 03103000.xhp +msgctxt "" +"03103000.xhp\n" +"par_idm1206766048\n" +"help.text" +msgid "End Sub ' VectorBounds" +msgstr "" + +#. khUqL +#: 03103000.xhp +msgctxt "" +"03103000.xhp\n" +"par_idm1206763792\n" +"help.text" +msgid "Sub TableBounds" +msgstr "" + +#. aaaDh +#: 03103000.xhp +msgctxt "" +"03103000.xhp\n" +"par_id3145365\n" "help.text" -msgid "Print UBound(sVar()) ' Returns 20" +msgid "Print LBound(t), UBound(t()) ' returns 10 20" msgstr "" -#. 4BRL7 +#. fqeRG #: 03103000.xhp msgctxt "" "03103000.xhp\n" "par_id3149665\n" "help.text" -msgid "Print LBound(sVar(),2) ' Returns 5" +msgid "Print LBound(t(),2) ' returns - 5" msgstr "" -#. znTvz +#. TBxHC #: 03103000.xhp msgctxt "" "03103000.xhp\n" -"par_id3147214\n" +"par_id3159154\n" +"help.text" +msgid "Print UBound(t,2) ' returns 70" +msgstr "" + +#. AkaCg +#: 03103000.xhp +msgctxt "" +"03103000.xhp\n" +"par_idm1206754912\n" "help.text" -msgid "Print UBound(sVar(),2) ' Returns 70" +msgid "End Sub ' TableBounds" msgstr "" #. QHhrj @@ -36148,49 +36220,40 @@ msgctxt "" msgid "GlobalScope" msgstr "" -#. kNPcm +#. Rdvas #: 03131900.xhp msgctxt "" "03131900.xhp\n" "bm_id3150682\n" "help.text" -msgid "GlobalScope functionlibrary systemsLibraryContainerBasicLibraries (LibraryContainer)DialogLibraries (LibraryContainer)" +msgid "GlobalScope specifierlibrary systemsLibrary containerGlobalScopeAPI; BasicLibrariesAPI; DialogLibrariesBasicLibraries; library containerDialogLibraries; library container" msgstr "" -#. LuBdu +#. BEFVK #: 03131900.xhp msgctxt "" "03131900.xhp\n" "hd_id3150682\n" "help.text" -msgid "GlobalScope" -msgstr "" - -#. uXkDE -#: 03131900.xhp -msgctxt "" -"03131900.xhp\n" -"par_id3153345\n" -"help.text" -msgid "Basic source code and dialogs are organized in a library system." +msgid "GlobalScope specifier" msgstr "" -#. Z9wiX +#. BKWJA #: 03131900.xhp msgctxt "" "03131900.xhp\n" -"par_id3145315\n" +"par_id991572457387308\n" "help.text" -msgid "The LibraryContainer contains libraries" +msgid "To manage personal or shared library containers (%PRODUCTNAME Macros or My Macros) from within a document, use the GlobalScope specifier." msgstr "" -#. C95Hk +#. Jz8ET #: 03131900.xhp msgctxt "" "03131900.xhp\n" -"par_id3149514\n" +"par_id3153345\n" "help.text" -msgid "Libraries can contain modules and dialogs" +msgid "Basic source code and dialogs are organized in library containers. Libraries can contain modules and dialogs." msgstr "" #. BhGwB @@ -36202,13 +36265,13 @@ msgctxt "" msgid "In Basic:" msgstr "" -#. VBuDv +#. JLAkk #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id3153061\n" "help.text" -msgid "The LibraryContainer is called BasicLibraries." +msgid "Basic libraries and modules can be managed with the BasicLibraries object. Libraries can be searched, explored and loaded on request. Monitoring Documents Events illustrates %PRODUCTNAME library loading." msgstr "" #. retJJ @@ -36220,40 +36283,22 @@ msgctxt "" msgid "In dialogs:" msgstr "" -#. RCBGS +#. tQBVS #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id3148663\n" "help.text" -msgid "The LibraryContainer is called DialogLibraries." +msgid "Dialog libraries and dialogs can be managed with the DialogLibraries object. Opening a Dialog With Basic illustrates how to display %PRODUCTNAME shared dialogs." msgstr "" -#. rJgLK +#. eBUEF #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id3150543\n" "help.text" -msgid "Both LibraryContainers exist in an application level and within every document. In the document Basic, the document's LibraryContainers are called automatically. If you want to call the global LibraryContainers from within a document, you must use the keyword GlobalScope." -msgstr "" - -#. oBELf -#: 03131900.xhp -msgctxt "" -"03131900.xhp\n" -"hd_id3148920\n" -"help.text" -msgid "Syntax:" -msgstr "" - -#. CXG6H -#: 03131900.xhp -msgctxt "" -"03131900.xhp\n" -"hd_id3154685\n" -"help.text" -msgid "Example:" +msgid "BasicLibraries and DialogLibraries containers exist at application level and within every document. Document's library containers do not need the GlobalScope specifier to be managed. If you want to call a global library container (located in %PRODUCTNAME Macros or My Macros) from within a document, you must use the GlobalScope specifier." msgstr "" #. BDRji @@ -36706,40 +36751,40 @@ msgctxt "" msgid "Example:" msgstr "" -#. Xf8qa +#. EPYGA #: 03132200.xhp msgctxt "" "03132200.xhp\n" "tit\n" "help.text" -msgid "ThisComponent Statement" +msgid "ThisComponent Object" msgstr "" -#. DtPwJ +#. AKrki #: 03132200.xhp msgctxt "" "03132200.xhp\n" "bm_id3155342\n" "help.text" -msgid "ThisComponent property components;addressing" +msgid "ThisComponent object components;addressing" msgstr "" -#. XkgXD +#. 88n2h #: 03132200.xhp msgctxt "" "03132200.xhp\n" "hd_id3155342\n" "help.text" -msgid "ThisComponent Statement" +msgid "ThisComponent Object" msgstr "" -#. Y2ost +#. zizyQ #: 03132200.xhp msgctxt "" "03132200.xhp\n" "par_id3154923\n" "help.text" -msgid "Addresses the active component so that its properties can be read and set. ThisComponent is used from document Basic, where it represents the document the Basic belongs to. The type of object accessed by ThisComponent depends on the document type." +msgid "Addresses the active component whose properties can be read and set, and whose methods can be called. ThisComponent is used in Basic, where it represents the current document. Properties and methods available through ThisComponent depend on the document type." msgstr "" #. 6Exm3 @@ -41089,40 +41134,40 @@ msgctxt "" msgid "Object Functions" msgstr "" -#. nWWUF +#. ZEw4t #: stardesktop.xhp msgctxt "" "stardesktop.xhp\n" "tit\n" "help.text" -msgid "StarDesktop" +msgid "StarDesktop object" msgstr "" -#. C3nBa +#. S5TDy #: stardesktop.xhp msgctxt "" "stardesktop.xhp\n" "N0089\n" "help.text" -msgid "StarDesktop" +msgid "StarDesktop API; Desktop" msgstr "" -#. MDiGB +#. awFbD #: stardesktop.xhp msgctxt "" "stardesktop.xhp\n" "hd_id401544551916353\n" "help.text" -msgid "StarDesktop" +msgid "StarDesktop object" msgstr "" -#. F83GM +#. VZcw3 #: stardesktop.xhp msgctxt "" "stardesktop.xhp\n" "N0091\n" "help.text" -msgid "The StarDesktop object represents %PRODUCTNAME application. Some routines or user interface objects such as current window can be used via StarDesktop." +msgid "The StarDesktop object represents %PRODUCTNAME application. Some routines or user interface objects such as current window can be used via StarDesktop." msgstr "" #. iDmEB @@ -41170,6 +41215,33 @@ msgctxt "" msgid "Functions, objects and services of Unified Network Objects (UNO)." msgstr "" +#. yFvUL +#: uno_objects.xhp +msgctxt "" +"uno_objects.xhp\n" +"hd_id91572461246639\n" +"help.text" +msgid "BasicLibraries Object" +msgstr "" + +#. PDDjd +#: uno_objects.xhp +msgctxt "" +"uno_objects.xhp\n" +"hd_id91572461246640\n" +"help.text" +msgid "DialogLibraries Object" +msgstr "" + +#. 8GF88 +#: uno_objects.xhp +msgctxt "" +"uno_objects.xhp\n" +"par_id81572615048011\n" +"help.text" +msgid "%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit https://api.libreoffice.org" +msgstr "" + #. V3Wow #: vbasupport.xhp msgctxt "" diff --git a/source/gug/helpcontent2/source/text/scalc/01.po b/source/gug/helpcontent2/source/text/scalc/01.po index 94fa1b77a8d..1a74f8a4475 100644 --- a/source/gug/helpcontent2/source/text/scalc/01.po +++ b/source/gug/helpcontent2/source/text/scalc/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-10-14 14:31+0200\n" +"POT-Creation-Date: 2019-11-08 20:19+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -4738,13 +4738,13 @@ msgctxt "" msgid "SearchCriteria is the cell range containing search criteria. If you write several criteria in one row they are connected by AND. If you write the criteria in different rows they are connected by OR. Empty cells in the search criteria range will be ignored." msgstr "" -#. 6EVHB +#. k58yy #: 04060101.xhp msgctxt "" "04060101.xhp\n" "par_id3151188\n" "help.text" -msgid "Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Calculate to define how $[officename] Calc acts when searching for identical entries." +msgid "Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Calculate to define how $[officename] Calc acts when searching for identical entries." msgstr "" #. GCPCd @@ -14458,6 +14458,15 @@ msgctxt "" msgid "See COUNTIF() for some more syntax examples that can be used with SUMIF()." msgstr "" +#. Z8TrQ +#: 04060106.xhp +msgctxt "" +"04060106.xhp\n" +"hd_id72921259523046\n" +"help.text" +msgid "" +msgstr "" + #. BHGzQ #: 04060106.xhp msgctxt "" @@ -33088,13 +33097,13 @@ msgctxt "" msgid "Range is the range to which the criteria are to be applied." msgstr "" -#. PESCm +#. HvRLc #: 04060181.xhp msgctxt "" "04060181.xhp\n" "par_id3165000\n" "help.text" -msgid "Criteria indicates the criteria in the form of a number, an expression or a character string. These criteria determine which cells are counted. If regular expressions are enabled in calculation options you may also enter a search text in the form of a regular expression, e.g. b.* for all cells that begin with b. If wildcards are enabled in calculation options you may enter a search text with wildcards, e.g. b* for all cells that begin with b. You may also indicate a cell address that contains the search criterion. If you search for literal text, enclose the text in double quotes." +msgid "Criteria indicates the criteria in the form of a number, an expression or a character string. These criteria determine which cells are counted." msgstr "" #. ZpDRv @@ -33160,6 +33169,15 @@ msgctxt "" msgid "To count only negative numbers: =COUNTIF(A1:A10;\"<0\")" msgstr "" +#. jGBjw +#: 04060181.xhp +msgctxt "" +"04060181.xhp\n" +"hd_id224412044220134\n" +"help.text" +msgid "" +msgstr "" + #. GWdLd #: 04060181.xhp msgctxt "" diff --git a/source/gug/helpcontent2/source/text/scalc/guide.po b/source/gug/helpcontent2/source/text/scalc/guide.po index 14c2de71775..a502d5d4f08 100644 --- a/source/gug/helpcontent2/source/text/scalc/guide.po +++ b/source/gug/helpcontent2/source/text/scalc/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-09-30 14:01+0200\n" +"POT-Creation-Date: 2019-11-08 19:34+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2407,13 +2407,13 @@ msgctxt "" msgid "To Reference a Cell in the Same Document" msgstr "" -#. J2qBT +#. EruAD #: cellreferences.xhp msgctxt "" "cellreferences.xhp\n" "par_id2078005\n" "help.text" -msgid "Open a new, empty spreadsheet." +msgid "Open a new, empty spreadsheet. By default, it has only a single sheet named Sheet1. Add a second sheet clicking on + button to the left of the sheet tab in the bottom (it will be named Sheet2 by default)." msgstr "" #. paXnm @@ -2452,6 +2452,24 @@ msgctxt "" msgid "If you switch back to Sheet1, you will see the same content in cell A1 there. If the contents of Sheet2.A1 change, then the contents of Sheet1.A1 also change." msgstr "" +#. Epbaf +#: cellreferences.xhp +msgctxt "" +"cellreferences.xhp\n" +"par_id3147338\n" +"help.text" +msgid "When referencing a sheet with name containing spaces, use single quotes around the name: ='Sheet with spaces in name'.A1" +msgstr "" + +#. 3CbGE +#: cellreferences.xhp +msgctxt "" +"cellreferences.xhp\n" +"par_id3147383\n" +"help.text" +msgid "The example uses Calc formula syntax. It is also possible to use Excel A1 ot R1C1 formula syntax; this is configured on Formula options page." +msgstr "" + #. mK8vG #: cellreferences.xhp msgctxt "" @@ -2515,13 +2533,13 @@ msgctxt "" msgid "Confirm the formula by clicking the green check mark." msgstr "" -#. fucwJ +#. Vp5Cb #: cellreferences.xhp msgctxt "" "cellreferences.xhp\n" "par_id7099826\n" "help.text" -msgid "If you drag the box in the lower right corner of the active cell to select a range of cells, $[officename] automatically inserts the corresponding references in the adjacent cells. As a result, the sheet name is preceded with a \"$\" sign to designate it as an absolute reference." +msgid "If you drag the box in the lower right corner of the active cell to select a range of cells, $[officename] automatically inserts the corresponding references in the adjacent cells. As a result, the sheet name is preceded with a \"$\" sign to designate it as an absolute reference." msgstr "" #. hrgGP @@ -12397,13 +12415,13 @@ msgctxt "" msgid "Defining A Function Using %PRODUCTNAME Basic" msgstr "" -#. ZP8Ut +#. rA6xD #: userdefined_function.xhp msgctxt "" "userdefined_function.xhp\n" "par_id3148456\n" "help.text" -msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic." +msgid "Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Basic." msgstr "" #. 5gEUD @@ -12415,13 +12433,13 @@ msgctxt "" msgid "Click the Edit button. You will now see the Basic IDE." msgstr "" -#. C5PDD +#. G6mwG #: userdefined_function.xhp msgctxt "" "userdefined_function.xhp\n" "par_id3150327\n" "help.text" -msgid "Enter the function code. In this example, we define a VOL(a; b; c) function that calculates the volume of a rectangular solid with side lengths a, b and c:" +msgid "Enter the function code. In this example, we define a VOL(a; b; c) function that calculates the volume of a rectangular solid with side lengths a, b and c:" msgstr "" #. eXWo3 @@ -12469,13 +12487,13 @@ msgctxt "" msgid "If you want to copy the user-defined function to a Calc document:" msgstr "" -#. WfojE +#. 9oRKW #: userdefined_function.xhp msgctxt "" "userdefined_function.xhp\n" "par_id3150304\n" "help.text" -msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic ." +msgid "Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Basic." msgstr "" #. HZciB @@ -12541,22 +12559,22 @@ msgctxt "" msgid "Applying a User-defined Function in $[officename] Calc" msgstr "" -#. qyYrE +#. cKHUA #: userdefined_function.xhp msgctxt "" "userdefined_function.xhp\n" "par_id3148869\n" "help.text" -msgid "Once you have defined the function VOL(a; b; c) in the Basic-IDE, you can apply it the same way as the built-in functions of $[officename] Calc." +msgid "Once you have defined the function VOL(a; b; c) in the Basic-IDE, you can apply it the same way as the built-in functions of $[officename] Calc." msgstr "" -#. VRybd +#. WtG8F #: userdefined_function.xhp msgctxt "" "userdefined_function.xhp\n" "par_id3148606\n" "help.text" -msgid "Open a Calc document and enter numbers for the function parameters a, b, and c in cells A1, B1, and C1." +msgid "Open a Calc document and enter numbers for the function parameters a, b and c in cells A1, B1, and C1." msgstr "" #. TTo2C @@ -12568,15 +12586,6 @@ msgctxt "" msgid "Set the cursor in another cell and enter the following:" msgstr "" -#. CjkGL -#: userdefined_function.xhp -msgctxt "" -"userdefined_function.xhp\n" -"par_id3155264\n" -"help.text" -msgid "=VOL(A1;B1;C1)" -msgstr "" - #. frbse #: userdefined_function.xhp msgctxt "" diff --git a/source/gug/helpcontent2/source/text/sdraw/guide.po b/source/gug/helpcontent2/source/text/sdraw/guide.po index d0010143c57..3898d49abeb 100644 --- a/source/gug/helpcontent2/source/text/sdraw/guide.po +++ b/source/gug/helpcontent2/source/text/sdraw/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2713,13 +2713,13 @@ msgctxt "" msgid "Adding Text" msgstr "" -#. CpYBz +#. aaiFD #: text_enter.xhp msgctxt "" "text_enter.xhp\n" "bm_id3153144\n" "help.text" -msgid "text frames inserting;text frames copying;text from other documents pasting;text from other documents legends; drawings" +msgid "text boxinserting;text boxcopying;text from other documentspasting;text from other documentslegends; drawings" msgstr "" #. JnXwh @@ -2794,13 +2794,13 @@ msgctxt "" msgid "Adding a Text Box" msgstr "" -#. 4jPFg +#. tkEEf #: text_enter.xhp msgctxt "" "text_enter.xhp\n" "par_id3155266\n" "help.text" -msgid "Click the Text icon Icon and move the mouse pointer to where you want to enter the text box." +msgid "Click the Text iconIcon and move the mouse pointer to where you want to enter the text box." msgstr "" #. dLN6f @@ -2902,13 +2902,13 @@ msgctxt "" msgid "To determine the position of the text, use the settings in Format - Text." msgstr "" -#. V5j4Y +#. gifR8 #: text_enter.xhp msgctxt "" "text_enter.xhp\n" "par_id3147366\n" "help.text" -msgid "For example, click the arrow next to the Callouts icon Icon to open the Callouts toolbar." +msgid "For example, click the arrow next to the Callouts iconIcon to open the Callouts toolbar." msgstr "" #. TBBEa diff --git a/source/gug/helpcontent2/source/text/shared/00.po b/source/gug/helpcontent2/source/text/shared/00.po index db86f82bf7d..53aadff74ec 100644 --- a/source/gug/helpcontent2/source/text/shared/00.po +++ b/source/gug/helpcontent2/source/text/shared/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-10-14 14:32+0200\n" +"POT-Creation-Date: 2019-11-08 20:19+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -544,13 +544,22 @@ msgctxt "" msgid "See also the following functions:" msgstr "" -#. jLUaA +#. Jrt98 #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3147418\n" "help.text" -msgid "The search supports wildcards or regular expressions. With regular expressions enabled, you can enter \"all.*\", for example to find the first location of \"all\" followed by any characters. If you want to search for a text that is also a regular expression, you must either precede every character with a \"\\\" character, or enclose the text into \\Q...\\E. You can switch the automatic evaluation of wildcards or regular expression on and off in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Calculate." +msgid "The search supports wildcards or regular expressions. With regular expressions enabled, you can enter \"all.*\", for example to find the first location of \"all\" followed by any characters. If you want to search for a text that is also a regular expression, you must either precede every character with a \"\\\" character, or enclose the text into \\Q...\\E. You can switch the automatic evaluation of wildcards or regular expression on and off in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Calculate." +msgstr "" + +#. GFeqE +#: 00000001.xhp +msgctxt "" +"00000001.xhp\n" +"par_id651572973288601\n" +"help.text" +msgid "When using functions where one or more arguments are search criteria strings that represents a regular expression, the first attempt is to convert the string criteria to numbers. For example, \".0\" will convert to 0.0 and so on. If successful, the match will not be a regular expression match but a numeric match. However, when switching to a locale where the decimal separator is not the dot makes the regular expression conversion work. To force the evaluation of the regular expression instead of a numeric expression, use some expression that can not be misread as numeric, such as \".[0]\" or \".\\0\" or \"(?i).0\"." msgstr "" #. bEEp5 @@ -8113,6 +8122,15 @@ msgctxt "" msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic, or press OptionAlt+F11 (if not assigned by your system)." msgstr "" +#. mxkvw +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id3151386\n" +"help.text" +msgid "Choose Tools - Macros - Run Macros." +msgstr "" + #. oTQwa #: 00000406.xhp msgctxt "" @@ -8158,6 +8176,15 @@ msgctxt "" msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic,
click the Organizer button,
click the Libraries tab,
and then click the Password button.
" msgstr "" +#. rBcj4 +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id3150498\n" +"help.text" +msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic,
click the Organizer button.
" +msgstr "" + #. SqBL5 #: 00000406.xhp msgctxt "" @@ -8221,22 +8248,22 @@ msgctxt "" msgid "Choose Tools - Customize - Menus tab." msgstr "" -#. LDuc8 +#. DMB2H #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_idN108E9\n" "help.text" -msgid "Choose Tools - Customize - Menus tab, click New." +msgid "Choose Tools - Customize - Menus tab, click the gear Icon gear menu dropdown menu and choose Add." msgstr "" -#. DbECK +#. H7agM #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_idN10919\n" "help.text" -msgid "Choose Tools - Customize - Menus tab, click Menu - Move." +msgid "Choose Tools - Customize - Menus tab, click the gear Icon gear menu dropdown menu and choose Move." msgstr "" #. BKMeD diff --git a/source/gug/helpcontent2/source/text/shared/01.po b/source/gug/helpcontent2/source/text/shared/01.po index 7c45cc678be..87051762b9a 100644 --- a/source/gug/helpcontent2/source/text/shared/01.po +++ b/source/gug/helpcontent2/source/text/shared/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-09-30 14:02+0200\n" +"POT-Creation-Date: 2019-11-08 19:34+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -5584,15 +5584,6 @@ msgctxt "" msgid "The Navigator appears after you create a master document. To edit a sub-document, double-click the name of a sub-document in the Navigator." msgstr "" -#. 2kJyc -#: 01160300.xhp -msgctxt "" -"01160300.xhp\n" -"hd_id3152924\n" -"help.text" -msgid "Display area" -msgstr "" - #. DQHGj #: 01160300.xhp msgctxt "" @@ -13630,22 +13621,13 @@ msgctxt "" msgid "The author name and the comment creation date and time is shown at the bottom of the comment box." msgstr "" -#. jcBzY +#. 2BmKt #: 04050000.xhp msgctxt "" "04050000.xhp\n" "par_id2571794\n" "help.text" -msgid "The comment box contains an icon with a down arrow. Click the icon to open a menu with some commands to delete comments." -msgstr "" - -#. bfLiZ -#: 04050000.xhp -msgctxt "" -"04050000.xhp\n" -"par_id1857051\n" -"help.text" -msgid "Choose a command to delete the current comment, or all comments from the same author as the current comment, or all comments in the document." +msgid "The comment box contains an icon with a down arrow. Click the icon to open a menu with commands for comment management." msgstr "" #. oB8vA @@ -13693,15 +13675,6 @@ msgctxt "" msgid "Use the command Insert - Comment or the Command+OptionCtrl+Alt+C key combination to insert a comment anchor at the current cursor position. A colored comment box is shown at the page margin, to enter the text of the comment. A line connects the anchor to the comment box. If a text range is selected, the comment is attached to the text range. The commented text range is shadowed." msgstr "" -#. 9zHcH -#: 04050000.xhp -msgctxt "" -"04050000.xhp\n" -"par_id1831\n" -"help.text" -msgid "The author name and the creation date and time of the comment is shown at the bottom of the comment box." -msgstr "" - #. ro9G3 #: 04050000.xhp msgctxt "" @@ -37930,22 +37903,22 @@ msgctxt "" msgid "Paragraph alignment" msgstr "" -#. arCRB +#. hf4eV #: 06130000.xhp msgctxt "" "06130000.xhp\n" "tit\n" "help.text" -msgid "Macro" +msgid "Basic Macros" msgstr "" -#. KhMC7 +#. DgfU7 #: 06130000.xhp msgctxt "" "06130000.xhp\n" "hd_id3157552\n" "help.text" -msgid "Macro" +msgid "%PRODUCTNAME Basic Macros" msgstr "" #. S9vS4 @@ -38065,31 +38038,40 @@ msgctxt "" msgid "New / Delete" msgstr "" -#. wuarD +#. wCGu3 #: 06130000.xhp msgctxt "" "06130000.xhp\n" "par_id3153257\n" "help.text" -msgid "Creates a new macro, or deletes the selected macro." +msgid "Creates a new macro, creates a new module or deletes the selected macro or selected module." msgstr "" -#. ADQQE +#. bYU4i #: 06130000.xhp msgctxt "" "06130000.xhp\n" "par_id3154514\n" "help.text" -msgid "To create a new macro, select the \"Standard\" module in the Macro from list, and then click New." +msgid "To create a new macro in your document, select the \"Standard\" module in the Macro from list, and then click New." +msgstr "" + +#. XCUte +#: 06130000.xhp +msgctxt "" +"06130000.xhp\n" +"par_id51571312108555\n" +"help.text" +msgid "To create a new module in a library of the My Macros container, select the proper library and press New. The $[officename] Basic editor opens." msgstr "" -#. NAkG3 +#. dDQiT #: 06130000.xhp msgctxt "" "06130000.xhp\n" "par_id3148474\n" "help.text" -msgid "To delete a macro, select it, and then click Delete." +msgid "To delete a macro or module, select it, and then click Delete." msgstr "" #. GTnof @@ -38128,13 +38110,13 @@ msgctxt "" msgid "Saves the recorded macro in a new module." msgstr "" -#. EdE4E +#. FcFb6 #: 06130000.xhp msgctxt "" "06130000.xhp\n" "hd_id3153665\n" "help.text" -msgid "Organizer" +msgid "Organizer" msgstr "" #. GvfVP @@ -38146,600 +38128,357 @@ msgctxt "" msgid "Opens the Macro Organizer dialog, where you can add, edit, or delete existing macro modules, dialogs, and libraries." msgstr "" -#. miBC6 -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"hd_id3145609\n" -"help.text" -msgid "Module/Dialog tab page" -msgstr "" - -#. AkXy9 -#: 06130000.xhp +#. G9feq +#: 06130001.xhp msgctxt "" -"06130000.xhp\n" -"par_id3155923\n" +"06130001.xhp\n" +"tit\n" "help.text" -msgid "Lets you manage modules or dialog boxes." +msgid "Macros" msgstr "" -#. 3U5KD -#: 06130000.xhp +#. FDAsS +#: 06130001.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3148944\n" +"06130001.xhp\n" +"hd_id3152414\n" "help.text" -msgid "Module/Dialog" +msgid "Macros" msgstr "" -#. Y2q3T -#: 06130000.xhp +#. QpEGb +#: 06130001.xhp msgctxt "" -"06130000.xhp\n" -"par_id3145068\n" +"06130001.xhp\n" +"par_id3150008\n" "help.text" -msgid "Lists the existing macros and dialogs." +msgid "Lets you record or organize and edit macros." msgstr "" -#. TrGRG -#: 06130000.xhp +#. irkNP +#: 06130001.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3150398\n" +"06130001.xhp\n" +"par_idN105B1\n" "help.text" -msgid "Edit" +msgid "Run Macro" msgstr "" -#. DA8GN -#: 06130000.xhp +#. S7Bf5 +#: 06130001.xhp msgctxt "" -"06130000.xhp\n" -"par_id3150543\n" +"06130001.xhp\n" +"par_idN105EB\n" "help.text" -msgid "Opens the selected macro or dialog for editing." +msgid "Opens the Macro Selector dialog where you can start a macro." msgstr "" -#. wbym4 -#: 06130000.xhp +#. 9SRC2 +#: 06130001.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3151210\n" +"06130001.xhp\n" +"par_idN10608\n" "help.text" -msgid "New" +msgid "Digital Signature" msgstr "" -#. TAB89 -#: 06130000.xhp +#. FRSce +#: 06130001.xhp msgctxt "" -"06130000.xhp\n" -"par_id3149291\n" +"06130001.xhp\n" +"par_idN10618\n" "help.text" -msgid "Opens the editor and creates a new module." +msgid "Adds and removes digital signatures to and from your macros. You can also use the dialog to view certificates." msgstr "" -#. t4AWQ -#: 06130000.xhp +#. M7NqY +#: 06130001.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3145173\n" +"06130001.xhp\n" +"par_idN105D3\n" "help.text" -msgid "New" +msgid "Organize Dialogs" msgstr "" -#. mDUGv -#: 06130000.xhp +#. iewaq +#: 06130001.xhp msgctxt "" -"06130000.xhp\n" -"par_id3150767\n" +"06130001.xhp\n" +"par_idN105E3\n" "help.text" -msgid "Opens the editor and creates a new dialog." +msgid "Opens the Dialogs tab page of the Macro Organizer." msgstr "" -#. KcrT5 -#: 06130000.xhp +#. NB5A3 +#: 06130010.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3151177\n" +"06130010.xhp\n" +"tit\n" "help.text" -msgid "Libraries tab page" +msgid "Record Macro" msgstr "" -#. 8VbJK -#: 06130000.xhp +#. eKWF5 +#: 06130010.xhp msgctxt "" -"06130000.xhp\n" -"par_id3156281\n" +"06130010.xhp\n" +"hd_id3153383\n" "help.text" -msgid "Lets you manage the macro libraries for the current application and any open documents." +msgid "Record Macro" msgstr "" -#. iFmfL -#: 06130000.xhp +#. 9pC9X +#: 06130010.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3144760\n" +"06130010.xhp\n" +"par_id3152952\n" "help.text" -msgid "Location" +msgid "Records a new macro. Only available, if macro recording feature is enabled in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Advanced." msgstr "" -#. nxpEM -#: 06130000.xhp +#. yAEQN +#: 06130010.xhp msgctxt "" -"06130000.xhp\n" -"par_id3150290\n" +"06130010.xhp\n" +"hd_id3154788\n" "help.text" -msgid "Select the application or the document containing the macro libraries that you want to organize." +msgid "Stop Recording" msgstr "" -#. TwXPh -#: 06130000.xhp +#. 2RLDr +#: 06130010.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3159149\n" +"06130010.xhp\n" +"par_id3146067\n" "help.text" -msgid "Library" +msgid "Stops recording a macro." msgstr "" -#. dnB2v -#: 06130000.xhp +#. QzEGu +#: 06130020.xhp msgctxt "" -"06130000.xhp\n" -"par_id3147500\n" +"06130020.xhp\n" +"tit\n" "help.text" -msgid "Lists the existing macro libraries for the current application and any open documents." +msgid "Basic Macro Selector" msgstr "" -#. 2sPq2 -#: 06130000.xhp +#. ajGaZ +#: 06130020.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3157320\n" +"06130020.xhp\n" +"bm_id711571329266663\n" "help.text" -msgid "Edit" +msgid "macro;select macro to run run macro;select" msgstr "" -#. G2KWD -#: 06130000.xhp +#. Cfej6 +#: 06130020.xhp msgctxt "" -"06130000.xhp\n" -"par_id3150868\n" +"06130020.xhp\n" +"hd_id131571264310511\n" "help.text" -msgid "Opens the $[officename] Basic editor so that you can modify the selected library." +msgid "Basic Macro selector" msgstr "" -#. ckDEB -#: 06130000.xhp +#. VEFaS +#: 06130020.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3153104\n" +"06130020.xhp\n" +"par_id761571264310511\n" "help.text" -msgid "Password" +msgid "Selects the Basic macro to run. Locate the macro by selecting the container, library, module and macro name." msgstr "" -#. MBFBh -#: 06130000.xhp +#. bnxQb +#: 06130020.xhp msgctxt "" -"06130000.xhp\n" -"par_id3154299\n" +"06130020.xhp\n" +"hd_id3159149\n" "help.text" -msgid "Assigns or edits the password for the selected library." +msgid "Library" msgstr "" -#. GiHH8 -#: 06130000.xhp +#. SBNzt +#: 06130020.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3147502\n" +"06130020.xhp\n" +"par_id3147500\n" "help.text" -msgid "New" +msgid "Lists the existing macro containers, Basic macro libraries and Basic modules for the current application and any open documents." msgstr "" -#. WAUPX -#: 06130000.xhp +#. rFc4B +#: 06130020.xhp msgctxt "" -"06130000.xhp\n" -"par_id3149560\n" +"06130020.xhp\n" +"par_idN10B17\n" "help.text" -msgid "Creates a new library." +msgid "Macro name" msgstr "" -#. WqRhC -#: 06130000.xhp +#. Y8Pkf +#: 06130020.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3153770\n" +"06130020.xhp\n" +"par_idN10B1B\n" "help.text" -msgid "Name" +msgid "Lists the Basic macros for the selected module. Select a macro and click Run." msgstr "" -#. aECXU -#: 06130000.xhp +#. MKBjz +#: 06130020.xhp msgctxt "" -"06130000.xhp\n" -"par_id3153726\n" +"06130020.xhp\n" +"hd_id841571267025475\n" "help.text" -msgid "Enter a name for the new library or module." +msgid "Description" msgstr "" -#. GzBFX -#: 06130000.xhp +#. N49U3 +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" -"hd_id3154693\n" +"06130030.xhp\n" +"tit\n" "help.text" -msgid "Import" +msgid "Scripts" msgstr "" -#. a4c9q -#: 06130000.xhp +#. T2aee +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" -"par_id3147441\n" +"06130030.xhp\n" +"bm_id401571328832739\n" "help.text" -msgid "Locate that $[officename] Basic library that you want to add to the current list, and then click Open." +msgid "javascript scripts;run beanshell scripts;run java scripts;run run scripts;java run scripts;javascript run scripts;beanshell" msgstr "" -#. YLDT7 -#: 06130000.xhp +#. HTxG8 +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN10A39\n" "help.text" msgid "Scripts" msgstr "" -#. uE8Dq -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"hd_id6963408\n" -"help.text" -msgid "Export" -msgstr "" - -#. AZf2J -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id8968169\n" -"help.text" -msgid "Opens a dialog to export the selected library either as an extension or as a Basic library." -msgstr "" - -#. FApSc -#: 06130000.xhp +#. beGqa +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN109BE\n" "help.text" msgid "Macros" msgstr "" -#. HDuFt -#: 06130000.xhp +#. x5Ary +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN109C2\n" "help.text" msgid "Select a macro or script from My Macros, %PRODUCTNAME Macros, or an open document. To view the available macros or scripts, double-click an entry." msgstr "" -#. F8VGH -#: 06130000.xhp +#. wxJE3 +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN109CD\n" "help.text" msgid "Run" msgstr "" -#. PwXzh -#: 06130000.xhp +#. 4W4PB +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN109D1\n" "help.text" -msgid "To run a script, select a script in the list, and then click Run." +msgid "To run a script, select a script in the list, and then click Run." msgstr "" -#. bb34i -#: 06130000.xhp +#. FFUEk +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN109E8\n" "help.text" msgid "Create" msgstr "" -#. g8uAn -#: 06130000.xhp +#. cF2LZ +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN109EC\n" "help.text" msgid "Creates a new script. The default script editor opens after you enter a name for the script." msgstr "" -#. hwkoZ -#: 06130000.xhp +#. twmoG +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN10A04\n" "help.text" msgid "Enter a name for the script." msgstr "" -#. F7484 -#: 06130000.xhp +#. GBPkB +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN10A2F\n" "help.text" msgid "Edit" msgstr "" -#. 7fjGG -#: 06130000.xhp +#. UJCVn +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN10A33\n" "help.text" msgid "Opens the default script editor for your operating system." msgstr "" -#. suhE6 -#: 06130000.xhp +#. Q8G48 +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN10A4B\n" "help.text" msgid "Rename" msgstr "" -#. DkFCx -#: 06130000.xhp +#. jjV85 +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN10A4F\n" "help.text" msgid "Opens a dialog where you can change the name of the selected script." msgstr "" -#. Q8pZ5 -#: 06130000.xhp +#. suGi7 +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN10A66\n" "help.text" msgid "Delete" msgstr "" -#. i7xha -#: 06130000.xhp +#. mEwTf +#: 06130030.xhp msgctxt "" -"06130000.xhp\n" +"06130030.xhp\n" "par_idN10A6A\n" "help.text" msgid "Prompts you to delete the selected script." msgstr "" -#. CFkBc -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10AE5\n" -"help.text" -msgid "The Macro Selector dialog contains two list boxes, namely the Library list box and the Macro name list box." -msgstr "" - -#. AhBnr -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10AFC\n" -"help.text" -msgid "Library" -msgstr "" - -#. J7fNC -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10B00\n" -"help.text" -msgid "Select a macro or script from My Macros, %PRODUCTNAME Macros, or an open document. To view the contents of a library, double-click an entry in the list." -msgstr "" - -#. E2LCA -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10B17\n" -"help.text" -msgid "Macro name" -msgstr "" - -#. sZeFM -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN10B1B\n" -"help.text" -msgid "Click a script, and then click a command button." -msgstr "" - -#. yrktR -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id381543352048115\n" -"help.text" -msgid "Python" -msgstr "" - -#. Ramc8 -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN109as\n" -"help.text" -msgid "Python Macros" -msgstr "" - -#. i6tU9 -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_idN134C2\n" -"help.text" -msgid "Select a macro or script from My Macros, %PRODUCTNAME Macros, or an open document." -msgstr "" - -#. 9GPHS -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id641543351777423\n" -"help.text" -msgid "Run" -msgstr "" - -#. AF7GX -#: 06130000.xhp -msgctxt "" -"06130000.xhp\n" -"par_id31543351781865\n" -"help.text" -msgid "To run a script, select a script in the list, and then click Run." -msgstr "" - -#. G9feq -#: 06130001.xhp -msgctxt "" -"06130001.xhp\n" -"tit\n" -"help.text" -msgid "Macros" -msgstr "" - -#. FDAsS -#: 06130001.xhp -msgctxt "" -"06130001.xhp\n" -"hd_id3152414\n" -"help.text" -msgid "Macros" -msgstr "" - -#. QpEGb -#: 06130001.xhp -msgctxt "" -"06130001.xhp\n" -"par_id3150008\n" -"help.text" -msgid "Lets you record or organize and edit macros." -msgstr "" - -#. yagCW -#: 06130001.xhp -msgctxt "" -"06130001.xhp\n" -"par_idN105B1\n" -"help.text" -msgid "Run Macro" -msgstr "" - -#. nBEA9 -#: 06130001.xhp -msgctxt "" -"06130001.xhp\n" -"par_idN105EB\n" -"help.text" -msgid "Opens a dialog where you can start a macro." -msgstr "" - -#. 9SRC2 -#: 06130001.xhp -msgctxt "" -"06130001.xhp\n" -"par_idN10608\n" -"help.text" -msgid "Digital Signature" -msgstr "" - -#. FRSce -#: 06130001.xhp -msgctxt "" -"06130001.xhp\n" -"par_idN10618\n" -"help.text" -msgid "Adds and removes digital signatures to and from your macros. You can also use the dialog to view certificates." -msgstr "" - -#. 5WDih -#: 06130001.xhp -msgctxt "" -"06130001.xhp\n" -"par_idN105D3\n" -"help.text" -msgid "Organize Dialogs" -msgstr "" - -#. iewaq -#: 06130001.xhp -msgctxt "" -"06130001.xhp\n" -"par_idN105E3\n" -"help.text" -msgid "Opens the Dialogs tab page of the Macro Organizer." -msgstr "" - -#. NB5A3 -#: 06130010.xhp -msgctxt "" -"06130010.xhp\n" -"tit\n" -"help.text" -msgid "Record Macro" -msgstr "" - -#. eKWF5 -#: 06130010.xhp -msgctxt "" -"06130010.xhp\n" -"hd_id3153383\n" -"help.text" -msgid "Record Macro" -msgstr "" - -#. 9pC9X -#: 06130010.xhp -msgctxt "" -"06130010.xhp\n" -"par_id3152952\n" -"help.text" -msgid "Records a new macro. Only available, if macro recording feature is enabled in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Advanced." -msgstr "" - -#. yAEQN -#: 06130010.xhp -msgctxt "" -"06130010.xhp\n" -"hd_id3154788\n" -"help.text" -msgid "Stop Recording" -msgstr "" - -#. 2RLDr -#: 06130010.xhp -msgctxt "" -"06130010.xhp\n" -"par_id3146067\n" -"help.text" -msgid "Stops recording a macro." -msgstr "" - #. tBtMd #: 06130100.xhp msgctxt "" @@ -38893,13 +38632,13 @@ msgctxt "" msgid "Opens a dialog where you can organize %PRODUCTNAME Basic macros." msgstr "" -#. QgPos +#. api6m #: 06130200.xhp msgctxt "" "06130200.xhp\n" "par_idN105AA\n" "help.text" -msgid "JavaScript" +msgid "JavaScript" msgstr "" #. R52U4 @@ -38911,13 +38650,13 @@ msgctxt "" msgid "Opens a dialog where you can organize Javascript scripts." msgstr "" -#. oV8SY +#. nybEr #: 06130200.xhp msgctxt "" "06130200.xhp\n" "par_idN10597\n" "help.text" -msgid "BeanShell" +msgid "BeanShell" msgstr "" #. N8pnT @@ -38938,22 +38677,301 @@ msgctxt "" msgid "Python" msgstr "" -#. AVYAT +#. GxsAo #: 06130200.xhp msgctxt "" "06130200.xhp\n" "par_id171564144873585\n" "help.text" -msgid "Opens a dialog where you can organize Python scripts." +msgid "Opens a dialog where you can run Python scripts." msgstr "" -#. Rhda3 -#: 06130200.xhp +#. F8xV5 +#: 06130300.xhp msgctxt "" -"06130200.xhp\n" -"par_id171564146941721\n" +"06130300.xhp\n" +"tit\n" +"help.text" +msgid "Basic Organizer" +msgstr "" + +#. yGcvK +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"bm_id31571329093046\n" +"help.text" +msgid "Basic macros;organize in libraries Basic modules;organize in libraries Basic dialogs;organize in libraries" +msgstr "" + +#. S6zpN +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_idN10A39\n" +"help.text" +msgid "%PRODUCTNAME Basic Library Organizer" +msgstr "" + +#. oncdP +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id111571327198482\n" +"help.text" +msgid "The dialog let you organize %PRODUCTNAME modules and dialogs into libraries. You can also import and export Basic libraries into files or extensions." +msgstr "" + +#. jarWv +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3145609\n" +"help.text" +msgid "Module and Dialog tab pages" +msgstr "" + +#. TrMnh +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3155923\n" +"help.text" +msgid "Lets you manage modules or dialog boxes." +msgstr "" + +#. Pj6wa +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3148944\n" +"help.text" +msgid "Module or Dialog" +msgstr "" + +#. Sdrtx +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3145068\n" +"help.text" +msgid "Lists the existing modules or dialogs." +msgstr "" + +#. UhEt6 +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3150398\n" "help.text" -msgid "" +msgid "Edit" +msgstr "" + +#. eUmEs +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3150543\n" +"help.text" +msgid "Opens the selected module or dialog for editing." +msgstr "" + +#. UUq7k +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3151210\n" +"help.text" +msgid "New (module)" +msgstr "" + +#. EEA8v +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3149291\n" +"help.text" +msgid "Opens the editor and creates a new module." +msgstr "" + +#. PCbHd +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3145173\n" +"help.text" +msgid "New (dialog)" +msgstr "" + +#. 7BVG9 +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3150767\n" +"help.text" +msgid "Opens the editor and creates a new dialog." +msgstr "" + +#. uE4DZ +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3151177\n" +"help.text" +msgid "Libraries tab page" +msgstr "" + +#. yQB2A +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3156281\n" +"help.text" +msgid "Lets you manage the macro libraries for the current application and any open documents." +msgstr "" + +#. ViiZb +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3144760\n" +"help.text" +msgid "Location" +msgstr "" + +#. 8KmGe +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3150290\n" +"help.text" +msgid "Select the application or the document containing the macro libraries that you want to organize." +msgstr "" + +#. KAHod +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3159149\n" +"help.text" +msgid "Library" +msgstr "" + +#. 8MwCA +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3147500\n" +"help.text" +msgid "Lists the existing macro libraries for the current application and any open documents." +msgstr "" + +#. 3gRCC +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3157320\n" +"help.text" +msgid "Edit" +msgstr "" + +#. gyaAc +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3150868\n" +"help.text" +msgid "Opens the $[officename] Basic editor so that you can modify the selected library." +msgstr "" + +#. sHA8U +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3153104\n" +"help.text" +msgid "Password" +msgstr "" + +#. 2uxEq +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3154299\n" +"help.text" +msgid "Assigns or edits the password for the selected library." +msgstr "" + +#. FZAUF +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3147502\n" +"help.text" +msgid "New" +msgstr "" + +#. VS3BT +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3149560\n" +"help.text" +msgid "Creates a new library." +msgstr "" + +#. ZSPBJ +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3153770\n" +"help.text" +msgid "Name" +msgstr "" + +#. mAmEH +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3153726\n" +"help.text" +msgid "Enter a name for the new library or module." +msgstr "" + +#. tfHHz +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id3154693\n" +"help.text" +msgid "Import" +msgstr "" + +#. ZYT4v +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id3147441\n" +"help.text" +msgid "Locate that $[officename] Basic library that you want to add to the current list, and then click Open." +msgstr "" + +#. HS2BC +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"hd_id6963408\n" +"help.text" +msgid "Export" +msgstr "" + +#. JmEG4 +#: 06130300.xhp +msgctxt "" +"06130300.xhp\n" +"par_id8968169\n" +"help.text" +msgid "Opens a dialog to export the selected library either as an extension or as a Basic library." msgstr "" #. UkFBg @@ -39595,13 +39613,13 @@ msgctxt "" msgid "Displays shortcut keys that are common to all $[officename] applications." msgstr "" -#. ZjDTB +#. qB53f #: 06140200.xhp msgctxt "" "06140200.xhp\n" "hd_id3149095\n" "help.text" -msgid "WriterCalcImpressDrawMath" +msgid " Writer Calc Impress Draw Math " msgstr "" #. GBfYE @@ -39721,6 +39739,15 @@ msgctxt "" msgid "Assigns the key combination selected in the Shortcut keys list to the command selected in the Function list." msgstr "" +#. scCJQ +#: 06140200.xhp +msgctxt "" +"06140200.xhp\n" +"hd_id371572442162922\n" +"help.text" +msgid "Delete" +msgstr "" + #. XzQCB #: 06140200.xhp msgctxt "" @@ -40657,22 +40684,22 @@ msgctxt "" msgid "filters; XML filter settingsXML filters; settings" msgstr "" -#. CaLds +#. CUgk6 #: 06150000.xhp msgctxt "" "06150000.xhp\n" "hd_id3153272\n" "help.text" -msgid "XML Filter Settings" +msgid "XML Filter" msgstr "" -#. p689F +#. Gk7jE #: 06150000.xhp msgctxt "" "06150000.xhp\n" "par_id3152937\n" "help.text" -msgid "Opens the XML Filter Settings dialog, where you can create, edit, delete, and test filters to import and to export XML files." +msgid "Opens the XML Filter Settings dialog, where you can create, edit, delete, and test filters to import and to export XML files." msgstr "" #. 23hBt @@ -48847,15 +48874,6 @@ msgctxt "" msgid "Declares the item as relevant." msgstr "" -#. EyhBi -#: xformsdataadd.xhp -msgctxt "" -"xformsdataadd.xhp\n" -"par_idN105B1\n" -"help.text" -msgid "The Condition button opens the Add Condition dialog where you can enter used namespaces and full XPath expressions." -msgstr "" - #. uodhx #: xformsdataadd.xhp msgctxt "" @@ -48901,15 +48919,6 @@ msgctxt "" msgid "Declares the item as read-only." msgstr "" -#. 2BYEn -#: xformsdataadd.xhp -msgctxt "" -"xformsdataadd.xhp\n" -"par_idN105EB\n" -"help.text" -msgid "The Condition button opens the Add Condition dialog where you can enter used namespaces and full XPath expressions." -msgstr "" - #. FtmVV #: xformsdataadd.xhp msgctxt "" diff --git a/source/gug/helpcontent2/source/text/shared/02.po b/source/gug/helpcontent2/source/text/shared/02.po index 1677b7ab115..9045d4113c1 100644 --- a/source/gug/helpcontent2/source/text/shared/02.po +++ b/source/gug/helpcontent2/source/text/shared/02.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-09-30 14:02+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1417,13 +1417,13 @@ msgctxt "" msgid "Image Button" msgstr "" -#. dXj5Y +#. JiLWn #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3159622\n" "help.text" -msgid "Icon" +msgid "Icon image button" msgstr "" #. B9Era diff --git a/source/gug/helpcontent2/source/text/shared/05.po b/source/gug/helpcontent2/source/text/shared/05.po index 7d0a7a3b393..71fbd9ff6dd 100644 --- a/source/gug/helpcontent2/source/text/shared/05.po +++ b/source/gug/helpcontent2/source/text/shared/05.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2019-11-08 19:34+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,22 +40,22 @@ msgctxt "" msgid "Getting Support" msgstr "" -#. fKhuY +#. wR4ns #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3150667\n" "help.text" -msgid "You can find support on the %PRODUCTNAME website at www.libreoffice.org." +msgid "You can find support on the %PRODUCTNAME website." msgstr "" -#. sVy8L +#. tyE6M #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3154230\n" "help.text" -msgid "For a summary of the current support services refer to the Readme file in the %PRODUCTNAME folder." +msgid "For a summary of the current support services refer to the Readme file in the %PRODUCTNAME folder." msgstr "" #. FvwQg @@ -67,13 +67,13 @@ msgctxt "" msgid "Local language support pages" msgstr "" -#. Gsjo8 +#. h4cNk #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id1318380\n" "help.text" -msgid "The %PRODUCTNAME localization projects offer support pages in local languages. Find an overview of the native language projects at www.libreoffice.org/community/nlc/. You can find help and support in English language on the %PRODUCTNAME website at www.libreoffice.org." +msgid "The %PRODUCTNAME localization projects offer support pages in various languages. Find an overview of the native language projects at the %PRODUCTNAME website. You can find English-language help and support on the %PRODUCTNAME website as well." msgstr "" #. nPGLp @@ -85,13 +85,13 @@ msgctxt "" msgid "Mailing lists" msgstr "" -#. JVMyg +#. jLNYG #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3166335\n" "help.text" -msgid "Ask about %PRODUCTNAME, find help by volunteers, and discuss topics on the public mailing lists. You can find many general and specialized mailing lists on the %PRODUCTNAME website at www.libreoffice.org/get-help/mailing-lists/." +msgid "Ask about %PRODUCTNAME, find help by volunteers, and discuss topics on the public mailing lists. You can find many general and specialized mailing lists on the %PRODUCTNAME website at www.libreoffice.org." msgstr "" #. Xp6Xs @@ -103,13 +103,13 @@ msgctxt "" msgid "Forum" msgstr "" -#. axBvT +#. AxpFj #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id0915200811081778\n" "help.text" -msgid "You can access web forums to ask and answer questions about %PRODUCTNAME. Choose menu Help – Get Help Online... to access the forum in your language." +msgid "You can access web forums to ask and answer questions about %PRODUCTNAME. Choose Help – Get Help Online to access the forum in your language." msgstr "" #. p6BeE @@ -121,13 +121,13 @@ msgctxt "" msgid "Security" msgstr "" -#. hNF4k +#. GqtZB #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id0804200803314235\n" "help.text" -msgid "In case you are concerned about any security issue with using this software, you can contact the developers on the public mailing list. If you want to discuss any issue with other users, send an email to the public mailing list users@libreoffice.org." +msgid "In case you are concerned about any security issue with using this software, you can contact the developers on the public mailing list. If you want to discuss any issue with other users, send an email to the public mailing list users@libreoffice.org." msgstr "" #. tEPqi @@ -139,13 +139,13 @@ msgctxt "" msgid "Downloads" msgstr "" -#. rpD8T +#. gsABe #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3028143\n" "help.text" -msgid "You can download the latest version of %PRODUCTNAME at www.libreoffice.org/download/." +msgid "You can download the latest version of %PRODUCTNAME at www.libreoffice.org/download/." msgstr "" #. ia3E3 @@ -157,13 +157,13 @@ msgctxt "" msgid "Documentation" msgstr "" -#. DpE8Y +#. GHEQm #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3497211\n" "help.text" -msgid "You can download documentation as PDF files, how-tos, and guides from the %PRODUCTNAME documentation website at documentation.libreoffice.org. You can also access the documentation website choosing the menu Help – User Guides... ." +msgid "You can download documentation as PDF files, how-tos, and guides from the %PRODUCTNAME documentation website at documentation.libreoffice.org. You can also access the documentation website choosing the menu Help – User Guides." msgstr "" #. nuEqp diff --git a/source/gug/helpcontent2/source/text/shared/06.po b/source/gug/helpcontent2/source/text/shared/06.po index afbca154dcc..eeb1e563798 100644 --- a/source/gug/helpcontent2/source/text/shared/06.po +++ b/source/gug/helpcontent2/source/text/shared/06.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-07-11 18:38+0200\n" +"POT-Creation-Date: 2019-11-08 19:34+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -13,6 +13,168 @@ msgstr "" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" +#. cEcCB +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"tit\n" +"help.text" +msgid "Optionen Screenshots" +msgstr "" + +#. wCY4r +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id431534783734366\n" +"help.text" +msgid "Options View Dialog Image" +msgstr "" + +#. ncxnF +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id431534383734366\n" +"help.text" +msgid "Options Load/Save Dialog Image" +msgstr "" + +#. 4ESEt +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id431534385734366\n" +"help.text" +msgid "Options HTML Dialog Image" +msgstr "" + +#. FjGtw +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id431564385734366\n" +"help.text" +msgid "Options Accessibility Dialog Image" +msgstr "" + +#. XPDyx +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id431564381734366\n" +"help.text" +msgid "Options Save Dialog Image" +msgstr "" + +#. FAeBR +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id481564381734366\n" +"help.text" +msgid "Options Advanced Dialog Image" +msgstr "" + +#. NJzQs +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id481364381734366\n" +"help.text" +msgid "Options Asian Dialog Image" +msgstr "" + +#. zLdmq +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id481394381734366\n" +"help.text" +msgid "Options CTL Dialog Image" +msgstr "" + +#. kEHFK +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id481394381724366\n" +"help.text" +msgid "Options Security Dialog Image" +msgstr "" + +#. 4HEUe +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id361572483243630\n" +"help.text" +msgid "Options Language Dialog Image" +msgstr "" + +#. 9hcKT +#: optionen_screenshots.xhp +msgctxt "" +"optionen_screenshots.xhp\n" +"par_id511572514566037\n" +"help.text" +msgid "Options General Dialog Image" +msgstr "" + +#. Ak6ph +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"tit\n" +"help.text" +msgid "Shared CUI Screenshots" +msgstr "" + +#. BQjvk +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id341572255825997\n" +"help.text" +msgid "Font Effects Page Dialog Image" +msgstr "" + +#. 5Fp2F +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id91572261220492\n" +"help.text" +msgid "Hyperlink Doc Page Dialog Image" +msgstr "" + +#. q52zT +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id321572273256466\n" +"help.text" +msgid "Hyperlink Internet Dialog Image" +msgstr "" + +#. 7gbR6 +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id681572278003926\n" +"help.text" +msgid "Hyperlink Mail Dialog Image" +msgstr "" + +#. UZndE +#: shared_cui_screenshots.xhp +msgctxt "" +"shared_cui_screenshots.xhp\n" +"par_id911572279106813\n" +"help.text" +msgid "Hyperlink New Document Dialog Image" +msgstr "" + #. 9viDm #: svx_screenshots.xhp msgctxt "" diff --git a/source/gug/helpcontent2/source/text/shared/guide.po b/source/gug/helpcontent2/source/text/shared/guide.po index db127d09d92..098cda6f7c6 100644 --- a/source/gug/helpcontent2/source/text/shared/guide.po +++ b/source/gug/helpcontent2/source/text/shared/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-26 13:51+0200\n" +"POT-Creation-Date: 2019-11-08 19:34+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -3928,31 +3928,31 @@ msgctxt "" msgid "text/plain" msgstr "" -#. WKecS +#. we8Kv #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_writer132\n" "help.text" -msgid "Word 2007–2019" +msgid "Word 2007–365" msgstr "" -#. WaDLS +#. c3THm #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_writer135\n" "help.text" -msgid "Word 2007–2019 Template" +msgid "Word 2007–365 Template" msgstr "" -#. cEwes +#. SvsgT #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_writer138\n" "help.text" -msgid "Word 2007–2019 VBA" +msgid "Word 2007–365 VBA" msgstr "" #. M2GE9 @@ -4180,22 +4180,22 @@ msgctxt "" msgid "None" msgstr "" -#. GpoNf +#. 3nYvG #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_calc24\n" "help.text" -msgid "Excel 2007–2019" +msgid "Excel 2007–365" msgstr "" -#. FxFXG +#. bhLnK #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_calc27\n" "help.text" -msgid "Excel 2007–2019 Template" +msgid "Excel 2007–365 Template" msgstr "" #. bfGWF @@ -4792,40 +4792,40 @@ msgctxt "" msgid "PDF - Portable Document Format" msgstr "" -#. zu2uF +#. FqboC #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_impress48\n" "help.text" -msgid "PowerPoint 2007–2019" +msgid "PowerPoint 2007–365" msgstr "" -#. prCFV +#. ypSMq #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_impress51\n" "help.text" -msgid "PowerPoint 2007–2019" +msgid "PowerPoint 2007–365" msgstr "" -#. vZyaP +#. hvWY9 #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_impress54\n" "help.text" -msgid "PowerPoint 2007–2019 Template" +msgid "PowerPoint 2007–365 Template" msgstr "" -#. anLEY +#. KqQcD #: convertfilters.xhp msgctxt "" "convertfilters.xhp\n" "par_impress57\n" "help.text" -msgid "PowerPoint 2007–2019 VBA" +msgid "PowerPoint 2007–365 VBA" msgstr "" #. DBWC6 @@ -20191,13 +20191,13 @@ msgctxt "" msgid "The QR Code Generation feature helps to create QR codes for any text or URL. The QR code is produced as an image or shape and has all the properties associated with an image." msgstr "" -#. EN8L3 +#. JFjy3 #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id761566316165430\n" "help.text" -msgid "Choose Insert - QR Code." +msgid "Choose Insert - Object - QR Code." msgstr "" #. vF7bp @@ -20245,40 +20245,40 @@ msgctxt "" msgid "There are four standard error correction values." msgstr "" -#. Ca9En +#. LdLRP #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id271566316757549\n" "help.text" -msgid "LOW: 7% of codewords can be restored." +msgid "Low: 7% of codewords can be restored." msgstr "" -#. uz2bf +#. gNLdh #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id751566316834436\n" "help.text" -msgid "MEDIUM: 15% of codewords can be restored." +msgid "Medium: 15% of codewords can be restored." msgstr "" -#. NCkxC +#. GQtTJ #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id481566316843503\n" "help.text" -msgid "QUARTILE: 25% of codewords can be restored." +msgid "Quartile: 25% of codewords can be restored." msgstr "" -#. 9YzFy +#. QBceY #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id641566316849901\n" "help.text" -msgid "HIGH: 30% of codewords can be restored." +msgid "High: 30% of codewords can be restored." msgstr "" #. F32vf @@ -20362,13 +20362,13 @@ msgctxt "" msgid "Redacting Documents" msgstr "" -#. dHXR5 +#. rUjmE #: redaction.xhp msgctxt "" "redaction.xhp\n" "par_id471562795247717\n" "help.text" -msgid "Redacting documents blocks out words or portions of a document for authorized use or viewing. Redaction protects sensitive information and help enterprises and organizations to comply with regulations, confidentiality or privacy." +msgid "Redacting documents blocks out words or portions of a document for authorized use or viewing. Redaction protects sensitive information and helps enterprises and organizations to comply with regulations on confidentiality or privacy." msgstr "" #. QdoMp @@ -22819,6 +22819,114 @@ msgctxt "" msgid "Exit after loading documents." msgstr "" +#. LJxBP +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id631571706947129\n" +"help.text" +msgid "Unix and Linux user can invoke %PRODUCTNAME with these additional parameters for debugging purposes." +msgstr "" + +#. zJG7Z +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id491571706970241\n" +"help.text" +msgid "Parameter" +msgstr "" + +#. fg9oE +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id11571706970242\n" +"help.text" +msgid "Meaning" +msgstr "" + +#. iVFrU +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id51571706970244\n" +"help.text" +msgid "--record" +msgstr "" + +#. iAEUa +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id11571706970245\n" +"help.text" +msgid "An enhanced debugger." +msgstr "" + +#. BUvrW +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id751571707080685\n" +"help.text" +msgid "--backtrace" +msgstr "" + +#. VQCLF +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id971571707080686\n" +"help.text" +msgid "Prints the backtrace of the entire stack." +msgstr "" + +#. hBvXq +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id171571707097883\n" +"help.text" +msgid "--strace" +msgstr "" + +#. EybYK +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id621571707097884\n" +"help.text" +msgid "strace is a diagnostic, debugging and instructional userspace utility for Linux." +msgstr "" + +#. BGjMr +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id81571707115501\n" +"help.text" +msgid "--valgrind" +msgstr "" + +#. vGFFD +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id281571707115502\n" +"help.text" +msgid "Automatically detect many memory management and threading bugs, and profile the program in detail." +msgstr "" + +#. D3bfs +#: start_parameters.xhp +msgctxt "" +"start_parameters.xhp\n" +"par_id571571707462064\n" +"help.text" +msgid "The debug options --record, --backtrace, --strace and --valgrind cannot be used together. Please use them one by one." +msgstr "" + #. hntPb #: start_parameters.xhp msgctxt "" diff --git a/source/gug/helpcontent2/source/text/shared/menu.po b/source/gug/helpcontent2/source/text/shared/menu.po index eb028c76dfa..4d9fa1147fe 100644 --- a/source/gug/helpcontent2/source/text/shared/menu.po +++ b/source/gug/helpcontent2/source/text/shared/menu.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-09-30 14:02+0200\n" +"POT-Creation-Date: 2019-11-08 19:34+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -202,13 +202,13 @@ msgctxt "" msgid "Choose SlidePage - Save Background Image." msgstr "" -#. HLUZr +#. V2Dps #: save_image.xhp msgctxt "" "save_image.xhp\n" "par_id291566144541584\n" "help.text" -msgid "Opens the Export Image dialog to save the background image of the current slidepage. Select the image file format in the Filter box and insert a file name for the image and press Save." +msgid "Opens the Export Image dialog to save the background image of the current slidepage. Select the image file format in the Filter box, enter a file name for the image and click Save." msgstr "" #. LJVBr diff --git a/source/gug/helpcontent2/source/text/shared/optionen.po b/source/gug/helpcontent2/source/text/shared/optionen.po index 810febe5119..a544d1116a0 100644 --- a/source/gug/helpcontent2/source/text/shared/optionen.po +++ b/source/gug/helpcontent2/source/text/shared/optionen.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-09-30 14:02+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2929,13 +2929,13 @@ msgctxt "" msgid "In $[officename], years are indicated by four digits, so that the difference between 1/1/99 and 1/1/01 is two years. This Year (two digits) setting allows the user to define the years in which two-digit dates are added to 2000. To illustrate, if you specify a date of 1/1/30 or later, the entry \"1/1/20\" is recognized as 1/1/2020 instead of 1/1/1920." msgstr "" -#. wL6bu +#. iGjLN #: 01010600.xhp msgctxt "" "01010600.xhp\n" "hd_id3163561\n" "help.text" -msgid "Help Improve LibreOffice" +msgid "Help Improve %PRODUCTNAME" msgstr "" #. Wrk7m diff --git a/source/gug/helpcontent2/source/text/simpress.po b/source/gug/helpcontent2/source/text/simpress.po index adb910d2ef3..fa162f07ae5 100644 --- a/source/gug/helpcontent2/source/text/simpress.po +++ b/source/gug/helpcontent2/source/text/simpress.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -355,15 +355,6 @@ msgctxt "" msgid "Floating Frame" msgstr "" -#. tqHEB -#: main0104.xhp -msgctxt "" -"main0104.xhp\n" -"hd_id3149050\n" -"help.text" -msgid "File" -msgstr "" - #. KRfJh #: main0107.xhp msgctxt "" diff --git a/source/gug/helpcontent2/source/text/simpress/00.po b/source/gug/helpcontent2/source/text/simpress/00.po index 35e88c82d71..784aa4024ca 100644 --- a/source/gug/helpcontent2/source/text/simpress/00.po +++ b/source/gug/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-07-11 18:38+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -616,13 +616,13 @@ msgctxt "" msgid "Spreadsheet" msgstr "" -#. AWVNC +#. mEkeS #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3153075\n" "help.text" -msgid "Choose Insert - File" +msgid "Choose Slide - Insert Slide from FilePage - Insert Page from File" msgstr "" #. ttNgv @@ -643,13 +643,13 @@ msgctxt "" msgid "Icon" msgstr "" -#. ceHAL +#. PTcaY #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3157900\n" "help.text" -msgid "File" +msgid "Insert Slide from FileInsert Page from File" msgstr "" #. YV4RY diff --git a/source/gug/helpcontent2/source/text/simpress/01.po b/source/gug/helpcontent2/source/text/simpress/01.po index 5ca475ca984..8f5b1843050 100644 --- a/source/gug/helpcontent2/source/text/simpress/01.po +++ b/source/gug/helpcontent2/source/text/simpress/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2938,51 +2938,6 @@ msgctxt "" msgid "Inserts a new table into the current slide or page." msgstr "" -#. KQV3H -#: 04110000.xhp -msgctxt "" -"04110000.xhp\n" -"tit\n" -"help.text" -msgid "Insert File" -msgstr "" - -#. uAcPs -#: 04110000.xhp -msgctxt "" -"04110000.xhp\n" -"bm_id3153728\n" -"help.text" -msgid "files; insertinginserting; filesHTML; inserting files" -msgstr "" - -#. LC8U8 -#: 04110000.xhp -msgctxt "" -"04110000.xhp\n" -"hd_id3153728\n" -"help.text" -msgid "Insert File" -msgstr "" - -#. dYgHk -#: 04110000.xhp -msgctxt "" -"04110000.xhp\n" -"par_id3145799\n" -"help.text" -msgid "Inserts a file into the active slidepage. You can insert $[officename] Draw or Impress files, or text from an HTML document or a text file. If you have an active internet connection, you can also insert text from a web page by entering its URL in the File name box." -msgstr "" - -#. CEEth -#: 04110000.xhp -msgctxt "" -"04110000.xhp\n" -"par_id3155446\n" -"help.text" -msgid "You can also choose to only insert specific slides or objects from $[officename] Draw or Impress files." -msgstr "" - #. EDQpb #: 04110100.xhp msgctxt "" @@ -3001,13 +2956,13 @@ msgctxt "" msgid "inserting; objects from filesobjects; inserting from filesslides; inserting as linksinserting; slides as linksbackgrounds; deleting unused" msgstr "" -#. wReoc +#. rMG6A #: 04110100.xhp msgctxt "" "04110100.xhp\n" "hd_id3146976\n" "help.text" -msgid "Insert SlidePage/Objects from File" +msgid "Insert SlidePage/Objects from File" msgstr "" #. zCX2g diff --git a/source/gug/helpcontent2/source/text/simpress/02.po b/source/gug/helpcontent2/source/text/simpress/02.po index 68461b87553..384be541520 100644 --- a/source/gug/helpcontent2/source/text/simpress/02.po +++ b/source/gug/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: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -4486,15 +4486,6 @@ msgctxt "" msgid "Floating Frame" msgstr "" -#. CxxLj -#: 10110000.xhp -msgctxt "" -"10110000.xhp\n" -"hd_id3148386\n" -"help.text" -msgid "File" -msgstr "" - #. b9q3B #: 10110000.xhp msgctxt "" diff --git a/source/gug/helpcontent2/source/text/simpress/guide.po b/source/gug/helpcontent2/source/text/simpress/guide.po index c9542e698c5..c96b33c222f 100644 --- a/source/gug/helpcontent2/source/text/simpress/guide.po +++ b/source/gug/helpcontent2/source/text/simpress/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-08-21 21:37+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -787,13 +787,13 @@ msgctxt "" msgid "You can preview the transition effect in the document window." msgstr "" -#. EqizU +#. GjqiV #: animated_slidechange.xhp msgctxt "" "animated_slidechange.xhp\n" "par_id3148826234\n" "help.text" -msgid "On Slide Pane an icon appears next to the preview of those slides, which have slide transition. When you present the slide show with the Presenter Console, icon indicates that the next slide has slide transition." +msgid "On Slide Pane an icon appears next to the preview of those slides, which have slide transition. When you present the slide show with the Presenter Console, icon indicates that the next slide has slide transition." msgstr "" #. c3Czx @@ -814,13 +814,13 @@ msgctxt "" msgid "In Slide Sorter view, select the slides that you want to add the transition effect to." msgstr "" -#. GbSKu +#. fJMzn #: animated_slidechange.xhp msgctxt "" "animated_slidechange.xhp\n" "par_id3148826\n" "help.text" -msgid "If you want, you can use the Zoom toolbarIcon to change the view magnification for the slides." +msgid "If you want, you can use the Zoom toolbarIcon Zoom to change the view magnification for the slides." msgstr "" #. EYP8G @@ -1867,13 +1867,13 @@ msgctxt "" msgid "To insert text from a file into a slide:" msgstr "" -#. LzQ9V +#. GFBxE #: html_import.xhp msgctxt "" "html_import.xhp\n" "par_id3146313\n" "help.text" -msgid "In the slide where you want to insert the text, choose Insert - File." +msgid "In the slide where you want to insert the text, choose Slide - Insert Slide from FilePage - Insert Page from File." msgstr "" #. NCRij @@ -1912,22 +1912,22 @@ msgctxt "" msgid "Double-click in the inserted text to enter edit mode." msgstr "" -#. fNN3G +#. 9EpAW #: html_import.xhp msgctxt "" "html_import.xhp\n" "par_id3143228\n" "help.text" -msgid "Select all of the text that lies below the visible slide area and press Command Ctrl+X." +msgid "Select all of the text that lies below the visible slide area and press CommandCtrl+X." msgstr "" -#. vAAFd +#. TBMtB #: html_import.xhp msgctxt "" "html_import.xhp\n" "par_id3153811\n" "help.text" -msgid "Choose Slide - New Page/Slide, and then press CommandCtrl+V." +msgid "Choose Slide - New SlidePage - New Page, and then press CommandCtrl+V." msgstr "" #. tA9U8 @@ -4234,13 +4234,13 @@ msgctxt "" msgid "Open a presentation, and choose View - Normal." msgstr "" -#. AXXdU +#. E6TbP #: page_copy.xhp msgctxt "" "page_copy.xhp\n" "par_id3154702\n" "help.text" -msgid "Choose Insert - File." +msgid "Choose Slide - Insert Slide from FilePage - Insert Page from File." msgstr "" #. 4wCrD @@ -4324,15 +4324,6 @@ msgctxt "" msgid "Select the slide that you want the copied slide to follow, and then choose Edit - Paste." msgstr "" -#. Ft7RS -#: page_copy.xhp -msgctxt "" -"page_copy.xhp\n" -"par_id3150655\n" -"help.text" -msgid "Insert - File" -msgstr "" - #. uGXHy #: palette_files.xhp msgctxt "" diff --git a/source/gug/helpcontent2/source/text/swriter/01.po b/source/gug/helpcontent2/source/text/swriter/01.po index 6550f25ad8c..1fa0540bd21 100644 --- a/source/gug/helpcontent2/source/text/swriter/01.po +++ b/source/gug/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-09-30 14:02+0200\n" +"POT-Creation-Date: 2019-11-05 14:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -607,13 +607,13 @@ msgctxt "" msgid "Name and Path of HTML Documents" msgstr "" -#. KuzDg +#. DhDCg #: 01160500.xhp msgctxt "" "01160500.xhp\n" "par_id3151175\n" "help.text" -msgid "Saves the file as an HTML document, so that you can view it in a web browser. You can choose to create a separate page when a heading style that you specify is encountered in the document. If you choose this option, a separate page of links to all of the pages that are generated is also created. " +msgid "Saves the file as an HTML document, so that you can view it in a web browser. You can choose to create a separate page when a heading style that you specify is encountered in the document. If you choose this option, a separate page of links to all of the pages that are generated is also created." msgstr "" #. egW9H @@ -625,15 +625,6 @@ msgctxt "" msgid "Consecutive numbers are added to the file name if more than one HTML document is created. The titles of the HTML pages are created from the topmost chapter heading." msgstr "" -#. qAeNv -#: 01160500.xhp -msgctxt "" -"01160500.xhp\n" -"hd_id3154568\n" -"help.text" -msgid "Display area" -msgstr "" - #. nFA6X #: 01160500.xhp msgctxt "" -- cgit