aboutsummaryrefslogtreecommitdiff
path: root/source/en-GB/helpcontent2/source/text/sbasic/shared.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/en-GB/helpcontent2/source/text/sbasic/shared.po')
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/shared.po194
1 files changed, 97 insertions, 97 deletions
diff --git a/source/en-GB/helpcontent2/source/text/sbasic/shared.po b/source/en-GB/helpcontent2/source/text/sbasic/shared.po
index fb3004d1b49..07e2c18eeae 100644
--- a/source/en-GB/helpcontent2/source/text/sbasic/shared.po
+++ b/source/en-GB/helpcontent2/source/text/sbasic/shared.po
@@ -4,16 +4,16 @@ 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-12-06 13:08+0100\n"
-"PO-Revision-Date: 2019-07-29 11:17+0000\n"
+"PO-Revision-Date: 2020-02-19 13:15+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
+"Language-Team: English (United Kingdom) <https://weblate.documentfoundation.org/projects/libo_help-6-4/textsbasicshared/en_GB/>\n"
+"Language: en-GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 3.10.3\n"
"X-POOTLE-MTIME: 1564399048.000000\n"
#. yzYVt
@@ -2030,7 +2030,7 @@ msgctxt ""
"par_idm1341272896\n"
"help.text"
msgid "MyNumber=5 'Correct'"
-msgstr ""
+msgstr "MyNumber=5 'Correct'"
#. BQYCs
#: 01020100.xhp
@@ -2039,7 +2039,7 @@ msgctxt ""
"par_idm1341267456\n"
"help.text"
msgid "MyNumber5=15 'Correct'"
-msgstr ""
+msgstr "MyNumber5=15 'Correct'"
#. Pvdzr
#: 01020100.xhp
@@ -2048,7 +2048,7 @@ msgctxt ""
"par_idm1341262016\n"
"help.text"
msgid "MyNumber_5=20 'Correct'"
-msgstr ""
+msgstr "MyNumber_5=20 'Correct'"
#. JfvAk
#: 01020100.xhp
@@ -2057,7 +2057,7 @@ msgctxt ""
"par_idm1341256576\n"
"help.text"
msgid "My Number=20 'Not valid, variable with space must be enclosed in square brackets'"
-msgstr ""
+msgstr "My Number=20 'Not valid, variable with space must be enclosed in square brackets'"
#. 5FT2u
#: 01020100.xhp
@@ -2066,7 +2066,7 @@ msgctxt ""
"par_idm1341251088\n"
"help.text"
msgid "[My Number]=12 'Correct'"
-msgstr ""
+msgstr "[My Number]=12 'Correct'"
#. efEQG
#: 01020100.xhp
@@ -2075,7 +2075,7 @@ msgctxt ""
"par_idm1341245648\n"
"help.text"
msgid "DéjàVu=25 'Not valid, special characters are not allowed'"
-msgstr ""
+msgstr "DéjàVu=25 'Not valid, special characters are not allowed'"
#. 4AnyZ
#: 01020100.xhp
@@ -2084,7 +2084,7 @@ msgctxt ""
"par_idm1341240176\n"
"help.text"
msgid "5MyNumber=12 'Not valid, variable may not begin with a number'"
-msgstr ""
+msgstr "5MyNumber=12 'Not valid, variable may not begin with a number'"
#. BxPtT
#: 01020100.xhp
@@ -2093,7 +2093,7 @@ msgctxt ""
"par_idm1341234704\n"
"help.text"
msgid "Number,Mine=12 'Not valid, punctuation marks are not allowed'"
-msgstr ""
+msgstr "Number,Mine=12 'Not valid, punctuation marks are not allowed'"
#. yqbu6
#: 01020100.xhp
@@ -2129,7 +2129,7 @@ msgctxt ""
"par_idm1341222320\n"
"help.text"
msgid "Dim a$ 'Declares the variable \"a\" as a String'"
-msgstr ""
+msgstr "Dim a$ 'Declares the variable \"a\" as a String'"
#. ZGwfA
#: 01020100.xhp
@@ -2138,7 +2138,7 @@ msgctxt ""
"par_idm1341216864\n"
"help.text"
msgid "Dim a As String 'Declares the variable \"a\" as a String'"
-msgstr ""
+msgstr "Dim a As String 'Declares the variable \"a\" as a String'"
#. TBkJG
#: 01020100.xhp
@@ -2147,7 +2147,7 @@ msgctxt ""
"par_idm1341211408\n"
"help.text"
msgid "Dim a$, b As Integer 'Declares one variable as a String and one as an Integer'"
-msgstr ""
+msgstr "Dim a$, b As Integer 'Declares one variable as a String and one as an Integer'"
#. EVtEN
#: 01020100.xhp
@@ -2156,7 +2156,7 @@ msgctxt ""
"par_idm1341205936\n"
"help.text"
msgid "Dim c As Boolean 'Declares c as a Boolean variable that can be TRUE or FALSE'"
-msgstr ""
+msgstr "Dim c As Boolean 'Declares c as a Boolean variable that can be TRUE or FALSE'"
#. PWdLi
#: 01020100.xhp
@@ -2507,7 +2507,7 @@ msgctxt ""
"par_idm1341065280\n"
"help.text"
msgid "Dim Text$(20) '21 elements numbered from 0 to 20'"
-msgstr ""
+msgstr "Dim Text$(20) '21 elements numbered from 0 to 20'"
#. Tpkw3
#: 01020100.xhp
@@ -2516,7 +2516,7 @@ msgctxt ""
"par_idm1341059776\n"
"help.text"
msgid "Dim Text$(5,4) '30 elements (a matrix of 6 x 5 elements)'"
-msgstr ""
+msgstr "Dim Text$(5,4) '30 elements (a matrix of 6 x 5 elements)'"
#. qZxBE
#: 01020100.xhp
@@ -2525,7 +2525,7 @@ msgctxt ""
"par_idm1341054256\n"
"help.text"
msgid "Dim Text$(5 To 25) '21 elements numbered from 5 to 25'"
-msgstr ""
+msgstr "Dim Text$(5 To 25) '21 elements numbered from 5 to 25'"
#. NfXEB
#: 01020100.xhp
@@ -2534,7 +2534,7 @@ msgctxt ""
"par_idm1341048752\n"
"help.text"
msgid "Dim Text$(-15 To 5) '21 elements (including 0), numbered from -15 to 5'"
-msgstr ""
+msgstr "Dim Text$(-15 To 5) '21 elements (including 0), numbered from -15 to 5'"
#. 6iBW4
#: 01020100.xhp
@@ -3677,7 +3677,7 @@ msgctxt ""
"bm_id3148797\n"
"help.text"
msgid "<bookmark_value>libraries;organizing</bookmark_value><bookmark_value>libraries;containers</bookmark_value><bookmark_value>modules;organizing</bookmark_value><bookmark_value>copying;modules</bookmark_value><bookmark_value>adding libraries</bookmark_value><bookmark_value>deleting;libraries/modules/dialogs</bookmark_value><bookmark_value>dialogs;organizing</bookmark_value><bookmark_value>moving;modules</bookmark_value><bookmark_value>organizing;modules/libraries/dialogs</bookmark_value><bookmark_value>renaming modules and dialogs</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>libraries;organising</bookmark_value><bookmark_value>libraries;containers</bookmark_value><bookmark_value>modules;organising</bookmark_value><bookmark_value>copying;modules</bookmark_value><bookmark_value>adding libraries</bookmark_value><bookmark_value>deleting;libraries/modules/dialogs</bookmark_value><bookmark_value>dialogs;organising</bookmark_value><bookmark_value>moving;modules</bookmark_value><bookmark_value>organising;modules/libraries/dialogs</bookmark_value><bookmark_value>renaming modules and dialogs</bookmark_value>"
#. ToKAi
#: 01030400.xhp
@@ -3695,7 +3695,7 @@ msgctxt ""
"hd_id371574080559061\n"
"help.text"
msgid "Basic Libraries Containers"
-msgstr ""
+msgstr "Basic Libraries Containers"
#. diKBf
#: 01030400.xhp
@@ -3704,7 +3704,7 @@ msgctxt ""
"par_id961574080563824\n"
"help.text"
msgid "%PRODUCTNAME Basic libraries can be stored in 3 different containers:"
-msgstr ""
+msgstr "%PRODUCTNAME Basic libraries can be stored in 3 different containers:"
#. HYjJE
#: 01030400.xhp
@@ -3713,7 +3713,7 @@ msgctxt ""
"par_id571574079618609\n"
"help.text"
msgid "<emph>%PRODUCTNAME Macros</emph>: libraries stored in this container are available for all users of the computer and are managed by the computer administrator. The container is located in the %PRODUCTNAME installation directory."
-msgstr ""
+msgstr "<emph>%PRODUCTNAME Macros</emph>: libraries stored in this container are available for all users of the computer and are managed by the computer administrator. The container is located in the %PRODUCTNAME installation directory."
#. UG2dG
#: 01030400.xhp
@@ -3722,7 +3722,7 @@ msgctxt ""
"par_id151574079741214\n"
"help.text"
msgid "<emph>My Macros</emph>: libraries stored in this container are available to all documents of your user. The container is located in the user profile area and is not accessible by another user."
-msgstr ""
+msgstr "<emph>My Macros</emph>: libraries stored in this container are available to all documents of your user. The container is located in the user profile area and is not accessible by another user."
#. 4ABok
#: 01030400.xhp
@@ -3731,7 +3731,7 @@ msgctxt ""
"par_id581574080384335\n"
"help.text"
msgid "<emph>Document</emph>: libraries stored in the document container are only available for the document and are accessible only when the document is open. You cannot access macros of a document from another document."
-msgstr ""
+msgstr "<emph>Document</emph>: libraries stored in the document container are only available for the document and are accessible only when the document is open. You cannot access macros of a document from another document."
#. GCWxT
#: 01030400.xhp
@@ -3740,7 +3740,7 @@ msgctxt ""
"par_id881574081445896\n"
"help.text"
msgid "To access macros stored in libraries of <emph>%PRODUCTNAME Macros</emph> or <emph>My Macros</emph> from another container, including the document container, use the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>."
-msgstr ""
+msgstr "To access macros stored in libraries of <emph>%PRODUCTNAME Macros</emph> or <emph>My Macros</emph> from another container, including the document container, use the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>."
#. bGzjL
#: 01030400.xhp
@@ -13577,7 +13577,7 @@ msgctxt ""
"par_id3153770\n"
"help.text"
msgid "<emph>Date:</emph> String expression that contains the date that you want to calculate. In contrast to the DateSerial function that passes years, months and days as separate numeric values, the DateValue function requests the date string to be according to either one of the date acceptance patterns defined for your locale setting (see <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages</menuitem>) or to ISO date format (momentarily, only the ISO format with hyphens, e.g. \"2012-12-31\" is accepted)."
-msgstr ""
+msgstr "<emph>Date:</emph> String expression that contains the date that you want to calculate. In contrast to the DateSerial function that passes years, months and days as separate numeric values, the DateValue function requests the date string to be according to either one of the date acceptance patterns defined for your locale setting (see <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages</menuitem>) or to ISO date format (momentarily, only the ISO format with hyphens, e.g. \"2012-12-31\" is accepted)."
#. EWVzU
#: 03030102.xhp
@@ -21857,7 +21857,7 @@ msgctxt ""
"par_id3156214\n"
"help.text"
msgid "' uses BasicFormulas in %PRODUCTNAME Calc"
-msgstr ""
+msgstr "' uses BasicFormulas in %PRODUCTNAME Calc"
#. VEjxC
#: 03080801.xhp
@@ -21866,7 +21866,7 @@ msgctxt ""
"par_id3149262\n"
"help.text"
msgid "' Returns a 32 bits signed integer number from an 8 digits hexadecimal value."
-msgstr ""
+msgstr "' Returns a 32 bits signed integer number from an 8 digits hexadecimal value."
#. CkjAF
#: 03080801.xhp
@@ -21875,7 +21875,7 @@ msgctxt ""
"par_id3147215\n"
"help.text"
msgid "' Calculates the 8 digits hexadecimal value out of a 32 bits signed integer number."
-msgstr ""
+msgstr "' Calculates the 8 digits hexadecimal value out of a 32 bits signed integer number."
#. Tko9w
#: 03080802.xhp
@@ -25430,7 +25430,7 @@ msgctxt ""
"par_id3159158\n"
"help.text"
msgid "Define non-UNO data structures."
-msgstr ""
+msgstr "Define non-UNO data structures."
#. hGDzF
#: 03090413.xhp
@@ -25439,7 +25439,7 @@ msgctxt ""
"par_id311512206747401\n"
"help.text"
msgid "A Type structure is an ordered collection of data fields, that can be manipulated as a single item."
-msgstr ""
+msgstr "A Type structure is an ordered collection of data fields, that can be manipulated as a single item."
#. TTALN
#: 03090413.xhp
@@ -25448,7 +25448,7 @@ msgctxt ""
"par_id351573639548645\n"
"help.text"
msgid "A Type structure scope is that of the module it belongs to."
-msgstr ""
+msgstr "A Type structure scope is that of the module it belongs to."
#. eGJzD
#: 03090413.xhp
@@ -25457,7 +25457,7 @@ msgctxt ""
"par_id701573639564765\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/enum.xhp\" name=\"enumerations\">Enumerations</link> can be created using Type statement definitions. <link href=\"text/sbasic/guide/basic_2_python.xhp\" name=\"Calling Python Scripts from Basic\">Calling Python Scripts from Basic</link> illustrates that mechanism."
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/enum.xhp\" name=\"enumerations\">Enumerations</link> can be created using Type statement definitions. <link href=\"text/sbasic/guide/basic_2_python.xhp\" name=\"Calling Python Scripts from Basic\">Calling Python Scripts from Basic</link> illustrates that mechanism."
#. 2VyE8
#: 03090413.xhp
@@ -26132,7 +26132,7 @@ msgctxt ""
"par_id3125864\n"
"help.text"
msgid "When you convert a string expression, the date and time must be entered either in one of the date acceptance patterns defined for your locale setting (see <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages</menuitem>) or in ISO date format (momentarily, only the ISO format with hyphens, e.g. \"2012-12-31\" is accepted). In numeric expressions, values to the left of the decimal represent the date, beginning from December 31, 1899. Values to the right of the decimal represent the time."
-msgstr ""
+msgstr "When you convert a string expression, the date and time must be entered either in one of the date acceptance patterns defined for your locale setting (see <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages</menuitem>) or in ISO date format (momentarily, only the ISO format with hyphens, e.g. \"2012-12-31\" is accepted). In numeric expressions, values to the left of the decimal represent the date, beginning from December 31, 1899. Values to the right of the decimal represent the time."
#. hCKkH
#: 03100300.xhp
@@ -29012,7 +29012,7 @@ msgctxt ""
"par_idm1206768352\n"
"help.text"
msgid "Print LBound(v()) ' returns 10"
-msgstr ""
+msgstr "Print LBound(v()) ' returns 10"
#. 6GB8Z
#: 03103000.xhp
@@ -29066,7 +29066,7 @@ msgctxt ""
"par_id3149670\n"
"help.text"
msgid "Long"
-msgstr ""
+msgstr "Long"
#. Svuit
#: 03103000.xhp
@@ -29093,7 +29093,7 @@ msgctxt ""
"par_idm1206768352\n"
"help.text"
msgid "Print LBound(v()) ' returns 10"
-msgstr ""
+msgstr "Print LBound(v()) ' returns 10"
#. aaaDh
#: 03103000.xhp
@@ -29102,7 +29102,7 @@ msgctxt ""
"par_id3145365\n"
"help.text"
msgid "Print LBound(t), UBound(t()) ' returns 10 20"
-msgstr ""
+msgstr "Print LBound(t), UBound(t()) ' returns 10 20"
#. fqeRG
#: 03103000.xhp
@@ -29111,7 +29111,7 @@ msgctxt ""
"par_id3149665\n"
"help.text"
msgid "Print LBound(t(),2) ' returns - 5"
-msgstr ""
+msgstr "Print LBound(t(),2) ' returns - 5"
#. TBxHC
#: 03103000.xhp
@@ -29120,7 +29120,7 @@ msgctxt ""
"par_id3159154\n"
"help.text"
msgid "Print UBound(t,2) ' returns 70"
-msgstr ""
+msgstr "Print UBound(t,2) ' returns 70"
#. QHhrj
#: 03103100.xhp
@@ -35852,7 +35852,7 @@ msgctxt ""
"par_id3147226\n"
"help.text"
msgid "Or use the following structure for your statement:"
-msgstr ""
+msgstr "Or use the following structure for your statement:"
#. XLhUX
#: 03131600.xhp
@@ -35915,7 +35915,7 @@ msgctxt ""
"bm_id731561653332192\n"
"help.text"
msgid "<bookmark_value>Calc functions;API Service</bookmark_value><bookmark_value>Calling Calc functions in Basic</bookmark_value><bookmark_value>CreateUnoService function; Calling Calc functions</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Calc functions;API Service</bookmark_value><bookmark_value>Calling Calc functions in Basic</bookmark_value><bookmark_value>CreateUnoService function; Calling Calc functions</bookmark_value>"
#. 7YLme
#: 03131600.xhp
@@ -35924,7 +35924,7 @@ msgctxt ""
"par_id891561653344669\n"
"help.text"
msgid "Calling Calc functions in Basic:"
-msgstr ""
+msgstr "Calling Calc functions in Basic:"
#. JnBj8
#: 03131600.xhp
@@ -35933,7 +35933,7 @@ msgctxt ""
"par_id31561653863623\n"
"help.text"
msgid "REM Always use the function English name"
-msgstr ""
+msgstr "REM Always use the function English name"
#. U26ti
#: 03131600.xhp
@@ -36122,7 +36122,7 @@ msgctxt ""
"bm_id3150682\n"
"help.text"
msgid "<bookmark_value>GlobalScope specifier</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>Library container</bookmark_value><bookmark_value>GlobalScope</bookmark_value><bookmark_value>API; BasicLibraries</bookmark_value><bookmark_value>API; DialogLibraries</bookmark_value><bookmark_value>BasicLibraries; library container</bookmark_value><bookmark_value>DialogLibraries; library container</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>GlobalScope specifier</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>Library container</bookmark_value><bookmark_value>GlobalScope</bookmark_value><bookmark_value>API; BasicLibraries</bookmark_value><bookmark_value>API; DialogLibraries</bookmark_value><bookmark_value>BasicLibraries; library container</bookmark_value><bookmark_value>DialogLibraries; library container</bookmark_value>"
#. BEFVK
#: 03131900.xhp
@@ -36131,7 +36131,7 @@ msgctxt ""
"hd_id3150682\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>"
#. BKWJA
#: 03131900.xhp
@@ -36140,7 +36140,7 @@ msgctxt ""
"par_id991572457387308\n"
"help.text"
msgid "To manage personal or shared library containers (<emph>%PRODUCTNAME Macros</emph> or <emph>My Macros</emph>) from within a document, use the <literal>GlobalScope</literal> specifier."
-msgstr ""
+msgstr "To manage personal or shared library containers (<emph>%PRODUCTNAME Macros</emph> or <emph>My Macros</emph>) from within a document, use the <literal>GlobalScope</literal> specifier."
#. Jz8ET
#: 03131900.xhp
@@ -36149,7 +36149,7 @@ msgctxt ""
"par_id3153345\n"
"help.text"
msgid "Basic source code and dialogs are organized in library containers. Libraries can contain modules and dialogs."
-msgstr ""
+msgstr "Basic source code and dialogs are organised in library containers. Libraries can contain modules and dialogs."
#. BhGwB
#: 03131900.xhp
@@ -36167,7 +36167,7 @@ msgctxt ""
"par_id3153061\n"
"help.text"
msgid "Basic libraries and modules can be managed with the <literal>BasicLibraries</literal> object. Libraries can be searched, explored and loaded on request. <link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitoring document events\">Monitoring Documents Events</link> illustrates %PRODUCTNAME library loading."
-msgstr ""
+msgstr "Basic libraries and modules can be managed with the <literal>BasicLibraries</literal> object. Libraries can be searched, explored and loaded on request. <link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitoring document events\">Monitoring Documents Events</link> illustrates %PRODUCTNAME library loading."
#. retJJ
#: 03131900.xhp
@@ -36185,7 +36185,7 @@ msgctxt ""
"par_id3148663\n"
"help.text"
msgid "Dialog libraries and dialogs can be managed with the <literal>DialogLibraries</literal> object. <link href=\"text/sbasic/guide/show_dialog.xhp\" name=\"Opening a Dialog\">Opening a Dialog With Basic</link> illustrates how to display %PRODUCTNAME shared dialogs."
-msgstr ""
+msgstr "Dialog libraries and dialogs can be managed with the <literal>DialogLibraries</literal> object. <link href=\"text/sbasic/guide/show_dialog.xhp\" name=\"Opening a Dialog\">Opening a Dialog With Basic</link> illustrates how to display %PRODUCTNAME shared dialogs."
#. eBUEF
#: 03131900.xhp
@@ -36194,7 +36194,7 @@ msgctxt ""
"par_id3150543\n"
"help.text"
msgid "<literal>BasicLibraries</literal> and <literal>DialogLibraries</literal> containers exist at application level and within every document. Document's library containers do not need the <literal>GlobalScope</literal> specifier to be managed. If you want to call a global library container (located in <emph>%PRODUCTNAME Macros</emph> or <emph>My Macros</emph>) from within a document, you must use the <literal>GlobalScope</literal> specifier."
-msgstr ""
+msgstr "<literal>BasicLibraries</literal> and <literal>DialogLibraries</literal> containers exist at application level and within every document. Document's library containers do not need the <literal>GlobalScope</literal> specifier to be managed. If you want to call a global library container (located in <emph>%PRODUCTNAME Macros</emph> or <emph>My Macros</emph>) from within a document, you must use the <literal>GlobalScope</literal> specifier."
#. BDRji
#: 03131900.xhp
@@ -36653,7 +36653,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "ThisComponent Object"
-msgstr ""
+msgstr "ThisComponent Object"
#. AKrki
#: 03132200.xhp
@@ -36662,7 +36662,7 @@ msgctxt ""
"bm_id3155342\n"
"help.text"
msgid "<bookmark_value>ThisComponent object</bookmark_value> <bookmark_value>components;addressing</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>ThisComponent object</bookmark_value> <bookmark_value>components;addressing</bookmark_value>"
#. 88n2h
#: 03132200.xhp
@@ -36671,7 +36671,7 @@ msgctxt ""
"hd_id3155342\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent Object\">ThisComponent Object</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent Object\">ThisComponent Object</link>"
#. zizyQ
#: 03132200.xhp
@@ -36680,7 +36680,7 @@ msgctxt ""
"par_id3154923\n"
"help.text"
msgid "Addresses the active component whose properties can be read and set, and whose methods can be called. <literal>ThisComponent</literal> is used in Basic, where it represents the current document. Properties and methods available through <literal>ThisComponent</literal> depend on the document type."
-msgstr ""
+msgstr "Addresses the active component whose properties can be read and set, and whose methods can be called. <literal>ThisComponent</literal> is used in Basic, where it represents the current document. Properties and methods available through <literal>ThisComponent</literal> depend on the document type."
#. 6Exm3
#: 03132200.xhp
@@ -36779,7 +36779,7 @@ msgctxt ""
"par_id3150541\n"
"help.text"
msgid "If <literal>CreateUnoValue</literal> cannot be converted to the specified Uno type, and error occurs. For the conversion, the <literal>TypeConverter</literal> service is used."
-msgstr ""
+msgstr "If <literal>CreateUnoValue</literal> cannot be converted to the specified Uno type, and error occurs. For the conversion, the <literal>TypeConverter</literal> service is used."
#. bT3DS
#: 03132300.xhp
@@ -36788,7 +36788,7 @@ msgctxt ""
"par_id3153524\n"
"help.text"
msgid "This function is intended for use in situations where the default Basic to Uno type converting mechanism is insufficient. This can happen when you try to access generic Any based interfaces, such as <literal>XPropertySet::setPropertyValue( Name, Value )</literal> or <literal>X???Container::insertBy???( ???, Value )</literal>, from $[officename] Basic. The Basic runtime does not recognize these types as they are only defined in the corresponding service."
-msgstr ""
+msgstr "This function is intended for use in situations where the default Basic to Uno type converting mechanism is insufficient. This can happen when you try to access generic Any based interfaces, such as <literal>XPropertySet::setPropertyValue( Name, Value )</literal> or <literal>X???Container::insertBy???( ???, Value )</literal>, from $[officename] Basic. The Basic runtime does not recognize these types as they are only defined in the corresponding service."
#. TpSGK
#: 03132300.xhp
@@ -36797,7 +36797,7 @@ msgctxt ""
"par_id3154366\n"
"help.text"
msgid "In this type of situation, $[officename] Basic chooses the best matching type for the Basic type that you want to convert. However, if the wrong type is selected, an error occurs. You use the <literal>CreateUnoValue()</literal> function to create a value for the unknown Uno type."
-msgstr ""
+msgstr "In this type of situation, $[officename] Basic chooses the best matching type for the Basic type that you want to convert. However, if the wrong type is selected, an error occurs. You use the <literal>CreateUnoValue()</literal> function to create a value for the unknown Uno type."
#. QxoCy
#: 03132300.xhp
@@ -36806,7 +36806,7 @@ msgctxt ""
"par_id3150769\n"
"help.text"
msgid "You can also use this function to pass non-Any values, but this is not recommend. If Basic already knows the target type, using the <literal>CreateUnoValue()</literal> function will only lead to additional converting operations that slow down the Basic execution."
-msgstr ""
+msgstr "You can also use this function to pass non-Any values, but this is not recommend. If Basic already knows the target type, using the <literal>CreateUnoValue()</literal> function will only lead to additional converting operations that slow down the Basic execution."
#. yUCwp
#: 03132400.xhp
@@ -39848,7 +39848,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "CompatibleMode function"
-msgstr ""
+msgstr "CompatibleMode function"
#. 7mPvG
#: compatibilitymode.xhp
@@ -39857,7 +39857,7 @@ msgctxt ""
"N0103\n"
"help.text"
msgid "<bookmark_value>CompatibilityMode</bookmark_value> <bookmark_value>VBA compatibility mode</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>CompatibilityMode</bookmark_value> <bookmark_value>VBA compatibility mode</bookmark_value>"
#. WL5ei
#: compatibilitymode.xhp
@@ -39866,7 +39866,7 @@ msgctxt ""
"N0118\n"
"help.text"
msgid "<variable id=\"compatibilitymodeh1\"><link href=\"text/sbasic/shared/compatibilitymode.xhp\" name=\"CompatibilityMode\">CompatibilityMode() Function</link></variable>"
-msgstr ""
+msgstr "<variable id=\"compatibilitymodeh1\"><link href=\"text/sbasic/shared/compatibilitymode.xhp\" name=\"CompatibilityMode\">CompatibilityMode() Function</link></variable>"
#. KwAAR
#: compatibilitymode.xhp
@@ -39875,7 +39875,7 @@ msgctxt ""
"N0120\n"
"help.text"
msgid "<literal>CompatibilityMode()</literal> function is controlling runtime mode and affects all code executed after setting or resetting the mode."
-msgstr ""
+msgstr "<literal>CompatibilityMode()</literal> function is controlling runtime mode and affects all code executed after setting or resetting the mode."
#. nBpAv
#: compatibilitymode.xhp
@@ -39884,7 +39884,7 @@ msgctxt ""
"N0119\n"
"help.text"
msgid "Use this feature with caution, limit it to document conversion situations for example."
-msgstr ""
+msgstr "Use this feature with caution, limit it to document conversion situations for example."
#. GJLGQ
#: compatibilitymode.xhp
@@ -39893,7 +39893,7 @@ msgctxt ""
"par_id271561645872679\n"
"help.text"
msgid "<literal>Option Compatible</literal> turns on VBA compatibility at module level for the %PRODUCTNAME Basic interpreter."
-msgstr ""
+msgstr "<literal>Option Compatible</literal> turns on VBA compatibility at module level for the %PRODUCTNAME Basic interpreter."
#. NM3yP
#: compatibilitymode.xhp
@@ -39902,7 +39902,7 @@ msgctxt ""
"N0121\n"
"help.text"
msgid "This function may affect or help in the following situations:"
-msgstr ""
+msgstr "This function may affect or help in the following situations:"
#. 9jVgZ
#: compatibilitymode.xhp
@@ -39911,7 +39911,7 @@ msgctxt ""
"N0122\n"
"help.text"
msgid "Creating enumerations with <link href=\"text/sbasic/shared/enum.xhp\" name=\"enum statement\">Enum statement</link>"
-msgstr ""
+msgstr "Creating enumerations with <link href=\"text/sbasic/shared/enum.xhp\" name=\"enum statement\">Enum statement</link>"
#. f6LjG
#: compatibilitymode.xhp
@@ -39920,7 +39920,7 @@ msgctxt ""
"N0124\n"
"help.text"
msgid "Running <literal>RmDir</literal> command in VBA mode. In VBA only empty directories are removed by <literal>RmDir</literal> while %PRODUCTNAME Basic removes a directory recursively."
-msgstr ""
+msgstr "Running <literal>RmDir</literal> command in VBA mode. In VBA only empty directories are removed by <literal>RmDir</literal> while %PRODUCTNAME Basic removes a directory recursively."
#. 5GFEr
#: compatibilitymode.xhp
@@ -39929,7 +39929,7 @@ msgctxt ""
"N0125\n"
"help.text"
msgid "Changing behaviour of Basic <literal>Dir</literal> command. The directory flag (16) for the <literal>Dir</literal> command means that only directories are returned in %PRODUCTNAME Basic, while in VBA normal files and directories are returned."
-msgstr ""
+msgstr "Changing behaviour of Basic <literal>Dir</literal> command. The directory flag (16) for the <literal>Dir</literal> command means that only directories are returned in %PRODUCTNAME Basic, while in VBA normal files and directories are returned."
#. piCTC
#: compatibilitymode.xhp
@@ -39938,7 +39938,7 @@ msgctxt ""
"N0126\n"
"help.text"
msgid "<literal>CompatibilityMode()</literal> function may be necessary when resorting to <literal>Option Compatible</literal> or <literal>Option VBASupport</literal> compiler modes."
-msgstr ""
+msgstr "<literal>CompatibilityMode()</literal> function may be necessary when resorting to <literal>Option Compatible</literal> or <literal>Option VBASupport</literal> compiler modes."
#. cFz7C
#: compatibilitymode.xhp
@@ -39947,7 +39947,7 @@ msgctxt ""
"par_id541561646705787\n"
"help.text"
msgid "Given a NOT empty directory at <emph>file:///home/me/Test</emph>"
-msgstr ""
+msgstr "Given a NOT empty directory at <emph>file:///home/me/Test</emph>"
#. 7mLBk
#: compatibilitymode.xhp
@@ -39956,7 +39956,7 @@ msgctxt ""
"par_id461561646613414\n"
"help.text"
msgid "With <literal>CompatibilityMode( true )</literal> the program results in an error, otherwise the Test directory and all its content is deleted."
-msgstr ""
+msgstr "With <literal>CompatibilityMode( true )</literal> the program results in an error, otherwise the Test directory and all its content is deleted."
#. TcWG2
#: compatibilitymode.xhp
@@ -39965,7 +39965,7 @@ msgctxt ""
"par_id411561647797398\n"
"help.text"
msgid "Modifying <literal>Dir</literal> behavior"
-msgstr ""
+msgstr "Modifying <literal>Dir</literal> behaviour"
#. S3VK4
#: compatibilitymode.xhp
@@ -39974,7 +39974,7 @@ msgctxt ""
"par_id831561647900147\n"
"help.text"
msgid "CompatibilityMode( true ) ' Shows also normal files"
-msgstr ""
+msgstr "CompatibilityMode( true ) ' Shows also normal files"
#. YJM4j
#: compatibilitymode.xhp
@@ -39983,7 +39983,7 @@ msgctxt ""
"N0129\n"
"help.text"
msgid "Refer to <link href=\"text/sbasic/python/python_platform.xhp\">Identifying the Operating System</link> and <link href=\"text/sbasic/python/python_session.xhp\">Getting Session Information</link> for <literal>Option Compatible</literal> simple examples, or <link href=\"text/sbasic/guide/access2base.xhp\">Access2Base shared Basic library</link> for other class examples making use of <literal>Option Compatible</literal> compiler mode."
-msgstr ""
+msgstr "Refer to <link href=\"text/sbasic/python/python_platform.xhp\">Identifying the Operating System</link> and <link href=\"text/sbasic/python/python_session.xhp\">Getting Session Information</link> for <literal>Option Compatible</literal> simple examples, or <link href=\"text/sbasic/guide/access2base.xhp\">Access2Base shared Basic library</link> for other class examples making use of <literal>Option Compatible</literal> compiler mode."
#. P7qDB
#: compatibilitymode.xhp
@@ -39992,7 +39992,7 @@ msgctxt ""
"N0131\n"
"help.text"
msgid "Variables scope modification in <link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link> with <literal>CompatibilityMode()</literal> function."
-msgstr ""
+msgstr "Variables scope modification in <link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link> with <literal>CompatibilityMode()</literal> function."
#. 8pEXC
#: compatible.xhp
@@ -40010,7 +40010,7 @@ msgctxt ""
"N0103\n"
"help.text"
msgid "<bookmark_value>Option Compatible</bookmark_value> <bookmark_value>VBA compatibility option</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Option Compatible</bookmark_value> <bookmark_value>VBA compatibility option</bookmark_value>"
#. imVdb
#: compatible.xhp
@@ -40028,7 +40028,7 @@ msgctxt ""
"N0106\n"
"help.text"
msgid "<literal>Option Compatible</literal> turns on the VBA-compatible Basic compiler mode at the module level."
-msgstr ""
+msgstr "<literal>Option Compatible</literal> turns on the VBA-compatible Basic compiler mode at the module level."
#. SNhhH
#: compatible.xhp
@@ -40037,7 +40037,7 @@ msgctxt ""
"par_id931561646897105\n"
"help.text"
msgid "The function <link href=\"text/sbasic/shared/compatibilitymode.xhp\" name=\"copatibilitymode\"><literal>CompatibilityMode()</literal></link> controls runtime mode and affects all code executed after setting or resetting the mode."
-msgstr ""
+msgstr "The function <link href=\"text/sbasic/shared/compatibilitymode.xhp\" name=\"copatibilitymode\"><literal>CompatibilityMode()</literal></link> controls runtime mode and affects all code executed after setting or resetting the mode."
#. w5NPC
#: compatible.xhp
@@ -40055,7 +40055,7 @@ msgctxt ""
"N0108\n"
"help.text"
msgid "Allow special characters as identifiers. all characters that are defined as letter in the Latin-1 (ISO 8859-1) character set, are accepted as part of identifiers."
-msgstr ""
+msgstr "Allow special characters as identifiers. all characters that are defined as letter in the Latin-1 (ISO 8859-1) character set, are accepted as part of identifiers."
#. iEB4s
#: compatible.xhp
@@ -40064,7 +40064,7 @@ msgctxt ""
"N0109\n"
"help.text"
msgid "Create <link href=\"text/sbasic/shared/03040000.xhp#addvbaconstants\" name=\"addvbaconstants\">VBA constants including non-printable characters</link>."
-msgstr ""
+msgstr "Create <link href=\"text/sbasic/shared/03040000.xhp#addvbaconstants\" name=\"addvbaconstants\">VBA constants including non-printable characters</link>."
#. jGHBX
#: compatible.xhp
@@ -40127,7 +40127,7 @@ msgctxt ""
"hd_id231561639199292\n"
"help.text"
msgid "Special characters as identifiers"
-msgstr ""
+msgstr "Special characters as identifiers"
#. JSWLJ
#: compatible.xhp
@@ -40136,7 +40136,7 @@ msgctxt ""
"par_id661561636654077\n"
"help.text"
msgid "Option Compatible' With this option the code works, other-"
-msgstr ""
+msgstr "Option Compatible' With this option the code works, other-"
#. DmfMH
#: compatible.xhp
@@ -40145,7 +40145,7 @@ msgctxt ""
"par_id81561636660626\n"
"help.text"
msgid "' wise it will cause a compiling error"
-msgstr ""
+msgstr "' wise it will cause a compiling error"
#. E6GpA
#: compatible.xhp
@@ -40154,7 +40154,7 @@ msgctxt ""
"par_id381561650119146\n"
"help.text"
msgid "Statement <literal>Option VBAsupport 1</literal> sets <literal>Option Compatible</literal> statement automatically."
-msgstr ""
+msgstr "Statement <literal>Option VBAsupport 1</literal> sets <literal>Option Compatible</literal> statement automatically."
#. j8iHM
#: compatible.xhp
@@ -40172,7 +40172,7 @@ msgctxt ""
"N0129\n"
"help.text"
msgid "Refer to <link href=\"text/sbasic/python/python_platform.xhp\">Identifying the Operating System</link> and <link href=\"text/sbasic/python/python_session.xhp\">Getting Session Information</link> for class module examples, or <link href=\"text/sbasic/guide/access2base.xhp\">Access2Base shared Basic library</link> for other class examples making use of <literal>Option Compatible</literal> compiler mode."
-msgstr ""
+msgstr "Refer to <link href=\"text/sbasic/python/python_platform.xhp\">Identifying the Operating System</link> and <link href=\"text/sbasic/python/python_session.xhp\">Getting Session Information</link> for class module examples, or <link href=\"text/sbasic/guide/access2base.xhp\">Access2Base shared Basic library</link> for other class examples making use of <literal>Option Compatible</literal> compiler mode."
#. 7pf8S
#: enum.xhp
@@ -40262,7 +40262,7 @@ msgctxt ""
"par_id731573636687662\n"
"help.text"
msgid "Enumerations can be extended to other data types using <link href=\"text/sbasic/shared/03090413.xhp\" name=\"Type statement\">Type statement</link> definitions. <link href=\"text/sbasic/guide/basic_2_python.xhp\" name=\"Calling Python Scripts from Basic\">Calling Python Scripts from Basic</link> illustrates that mechanism."
-msgstr ""
+msgstr "Enumerations can be extended to other data types using <link href=\"text/sbasic/shared/03090413.xhp\" name=\"Type statement\">Type statement</link> definitions. <link href=\"text/sbasic/guide/basic_2_python.xhp\" name=\"Calling Python Scripts from Basic\">Calling Python Scripts from Basic</link> illustrates that mechanism."
#. N48Xe
#: enum.xhp
@@ -41045,7 +41045,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "StarDesktop object"
-msgstr ""
+msgstr "StarDesktop object"
#. S5TDy
#: stardesktop.xhp
@@ -41054,7 +41054,7 @@ msgctxt ""
"N0089\n"
"help.text"
msgid "<bookmark_value>StarDesktop</bookmark_value> <bookmark_value>API; Desktop</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>StarDesktop</bookmark_value> <bookmark_value>API; Desktop</bookmark_value>"
#. awFbD
#: stardesktop.xhp
@@ -41063,7 +41063,7 @@ msgctxt ""
"hd_id401544551916353\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/stardesktop.xhp\" name=\"StarDesktop\">StarDesktop object</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/stardesktop.xhp\" name=\"StarDesktop\">StarDesktop object</link>"
#. VZcw3
#: stardesktop.xhp
@@ -41072,7 +41072,7 @@ msgctxt ""
"N0091\n"
"help.text"
msgid "The <literal>StarDesktop</literal> object represents %PRODUCTNAME application. Some routines or user interface objects such as current window can be used via <literal>StarDesktop</literal>."
-msgstr ""
+msgstr "The <literal>StarDesktop</literal> object represents %PRODUCTNAME application. Some routines or user interface objects such as current window can be used via <literal>StarDesktop</literal>."
#. iDmEB
#: stardesktop.xhp
@@ -41126,7 +41126,7 @@ msgctxt ""
"hd_id91572461246639\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03131900.xhp#basicdialogs\" name=\"basicanddialog\">BasicLibraries Object</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/03131900.xhp#basicdialogs\" name=\"basicanddialog\">BasicLibraries Object</link>"
#. PDDjd
#: uno_objects.xhp
@@ -41135,7 +41135,7 @@ msgctxt ""
"hd_id91572461246640\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03131900.xhp#basicdialogs\" name=\"basicanddialog\">DialogLibraries Object</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/03131900.xhp#basicdialogs\" name=\"basicanddialog\">DialogLibraries Object</link>"
#. 8GF88
#: uno_objects.xhp
@@ -41144,7 +41144,7 @@ msgctxt ""
"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 <link href=\"https://api.libreoffice.org/\" name=\"api.libreoffice.org\">https://api.libreoffice.org</link>"
-msgstr ""
+msgstr "%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 <link href=\"https://api.libreoffice.org/\" name=\"api.libreoffice.org\">https://api.libreoffice.org</link>"
#. V3Wow
#: vbasupport.xhp