aboutsummaryrefslogtreecommitdiff
path: root/source/nl/helpcontent2/source/text/sbasic
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-10-12 15:45:00 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-10-12 15:50:08 +0200
commitc40c10b4dcb3363806f7ad309f5895684948513c (patch)
treec9db1807b191d6cf8edcc7d6a8940d479106bf94 /source/nl/helpcontent2/source/text/sbasic
parentb7dd30b210d1d080404aed2dc7cf2270a10d1260 (diff)
update translations for master
and force-fix errors using pocheck Change-Id: Ia30711726a4e2c71ba0d1c4fb24c370deefc0f98
Diffstat (limited to 'source/nl/helpcontent2/source/text/sbasic')
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared.po328
2 files changed, 113 insertions, 221 deletions
diff --git a/source/nl/helpcontent2/source/text/sbasic/python.po b/source/nl/helpcontent2/source/text/sbasic/python.po
index 70ad6241ad0..382666feafc 100644
--- a/source/nl/helpcontent2/source/text/sbasic/python.po
+++ b/source/nl/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: 2020-07-02 14:37+0200\n"
+"POT-Creation-Date: 2020-10-12 15:02+0200\n"
"PO-Revision-Date: 2020-03-02 09:16+0000\n"
"Last-Translator: vpanter <Leo.Moons@proximus.be>\n"
"Language-Team: Dutch <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicpython/nl/>\n"
@@ -1835,13 +1835,13 @@ msgctxt ""
msgid "Events raised by dialogs, documents, forms or graphical controls can be linked to macros, which is referred to as event-driven programming. The most common method to relate events to macros are the <literal>Events</literal> tab in <menuitem>Tools – Customize</menuitem> menu and the <link href=\"text/sbasic/guide/create_dialog.xhp\" name=\"Create dialog\">Dialog Editor</link> Control properties pane from <menuitem>Tools - Macros – Organise Dialogs...</menuitem> menu."
msgstr ""
-#. DmmbY
+#. Dd2YW
#: python_listener.xhp
msgctxt ""
"python_listener.xhp\n"
"N0388\n"
"help.text"
-msgid "Graphical artifacts, keyboard inputs, mouse moves and other man/machine interactions can be controlled using UNO listeners that watch for the user’s behaviour. Listeners are dynamic program code alternatives to macro assignments. One may create as many UNO listeners as events to watch for. A single listener can also handle multiple user interface controls."
+msgid "Graphical artifacts, keyboard inputs, mouse moves and other man/machine interactions can be controlled using UNO listeners that watch for the user’s behavior. Listeners are dynamic program code alternatives to macro assignments. One may create as many UNO listeners as events to watch for. A single listener can also handle multiple user interface controls."
msgstr ""
#. UVzsE
diff --git a/source/nl/helpcontent2/source/text/sbasic/shared.po b/source/nl/helpcontent2/source/text/sbasic/shared.po
index fdf7aa2be4a..09fd6b21fdd 100644
--- a/source/nl/helpcontent2/source/text/sbasic/shared.po
+++ b/source/nl/helpcontent2/source/text/sbasic/shared.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-09-28 11:22+0200\n"
-"PO-Revision-Date: 2020-07-11 09:34+0000\n"
+"POT-Creation-Date: 2020-10-12 15:02+0200\n"
+"PO-Revision-Date: 2020-10-11 02:47+0000\n"
"Last-Translator: vpanter <Leo.Moons@proximus.be>\n"
"Language-Team: Dutch <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/nl/>\n"
"Language: nl\n"
@@ -2048,7 +2048,7 @@ msgctxt ""
"par_idm1341272896\n"
"help.text"
msgid "MyNumber=5 'Correct'"
-msgstr ""
+msgstr "MyNumber=5 \"Correct\""
#. BQYCs
#: 01020100.xhp
@@ -2057,7 +2057,7 @@ msgctxt ""
"par_idm1341267456\n"
"help.text"
msgid "MyNumber5=15 'Correct'"
-msgstr ""
+msgstr "MyNumber5=15 \"Correct\""
#. Pvdzr
#: 01020100.xhp
@@ -2066,7 +2066,7 @@ msgctxt ""
"par_idm1341262016\n"
"help.text"
msgid "MyNumber_5=20 'Correct'"
-msgstr ""
+msgstr "MyNumber_5=20 \"Correct\""
#. JfvAk
#: 01020100.xhp
@@ -2075,7 +2075,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 \"Niet geldig, variabele met een spatie moet tussen vierkante haakjes staan\""
#. 5FT2u
#: 01020100.xhp
@@ -2084,7 +2084,7 @@ msgctxt ""
"par_idm1341251088\n"
"help.text"
msgid "[My Number]=12 'Correct'"
-msgstr ""
+msgstr "[My Number]=12 \"Correct\""
#. efEQG
#: 01020100.xhp
@@ -2093,7 +2093,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 \"Niet geldig, speciale tekens zijn niet toegelaten\""
#. 4AnyZ
#: 01020100.xhp
@@ -2102,7 +2102,7 @@ msgctxt ""
"par_idm1341240176\n"
"help.text"
msgid "5MyNumber=12 'Not valid, variable may not begin with a number'"
-msgstr ""
+msgstr "5MyNumber=12 \"Niet geldig, de variabele mag niet met een cijfer beginnen\""
#. BxPtT
#: 01020100.xhp
@@ -2111,7 +2111,7 @@ msgctxt ""
"par_idm1341234704\n"
"help.text"
msgid "Number,Mine=12 'Not valid, punctuation marks are not allowed'"
-msgstr ""
+msgstr "Number,Mine=12 \"Niet geldig, leestekens zijn niet toegelaten\""
#. yqbu6
#: 01020100.xhp
@@ -2147,7 +2147,7 @@ msgctxt ""
"par_idm1341222320\n"
"help.text"
msgid "Dim a$ 'Declares the variable \"a\" as a String'"
-msgstr ""
+msgstr "Dim a$ \"Beschouwt de variabele \"a\" als een String\""
#. ZGwfA
#: 01020100.xhp
@@ -2156,7 +2156,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 \"Beschouwt de variabele \"a\" als een String\""
#. TBkJG
#: 01020100.xhp
@@ -2165,7 +2165,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 \"Beschouwt één variabele als een String en één als een geheel getal\""
#. EVtEN
#: 01020100.xhp
@@ -2174,7 +2174,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 \"Beschouwt c als een Booleaanse variabele, die TRUE of False kan zijn\""
#. PWdLi
#: 01020100.xhp
@@ -2381,7 +2381,7 @@ msgctxt ""
"par_idm1341130144\n"
"help.text"
msgid "Dim Variable#"
-msgstr ""
+msgstr "Dim Variable#"
#. vFZcZ
#: 01020100.xhp
@@ -2561,7 +2561,7 @@ msgctxt ""
"par_idm1341065280\n"
"help.text"
msgid "Dim Text$(20) '21 elements numbered from 0 to 20'"
-msgstr ""
+msgstr "Dim Text$(20) \"21 elementen zijn genummerd van 0 tot 20\""
#. Tpkw3
#: 01020100.xhp
@@ -2570,7 +2570,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 elementen (een matrix van 6 x 5 elementen)\""
#. qZxBE
#: 01020100.xhp
@@ -2579,7 +2579,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 elementen genummerd van 5 tot 25\""
#. NfXEB
#: 01020100.xhp
@@ -2588,7 +2588,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 elementen (met inbegrip van 0), genummerd van -15 tot 5\""
#. 6iBW4
#: 01020100.xhp
@@ -2678,7 +2678,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Using Procedures, Functions or Properties"
-msgstr ""
+msgstr "Procedures, Functies of Eigenschappen gebruiken"
#. 6jwBY
#: 01020300.xhp
@@ -26620,95 +26620,59 @@ msgctxt ""
msgid "If no type-declaration character or keyword is specified, the DefBool statement sets the default data type for variables, according to a letter range."
msgstr "Stelt het standaard gegevenstype in voor variabelen, overeenkomstig een letterbereik, als er geen typedeclaratie-teken of sleutelwoord werd gespecificeerd."
-#. dvmLf
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"hd_id3149495\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Syntaxis:"
-
-#. Vapap
+#. SZ3Ak
#: 03101100.xhp
msgctxt ""
"03101100.xhp\n"
-"par_id3150682\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr "Defxxx Tekenbereik1[, Tekenbereik2[,...]]"
+msgid "<image src=\"media/helpimg/sbasic/Defxxx_statements.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">DefType statements diagram</alt></image>"
+msgstr ""
-#. wg6zG
+#. NFRzL
#: 03101100.xhp
msgctxt ""
"03101100.xhp\n"
-"hd_id3159201\n"
+"par_id3147336\n"
"help.text"
-msgid "Parameters:"
-msgstr "Parameters:"
+msgid "<emph>char:</emph> Letter prefix that specifies default data type for variables."
+msgstr ""
-#. AFhFa
+#. CBqSz
#: 03101100.xhp
msgctxt ""
"03101100.xhp\n"
"par_id3147226\n"
"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
-msgstr "<emph>Tekenbereik:</emph> Letters die het bereik van variabelen specificeren waarvoor een standaard gegevenstype moet worden ingesteld."
-
-#. jhcfS
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"par_id3149178\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr "<emph>xxx:</emph> Sleutelwoord om het standaardtype variabele te definiëren:"
-
-#. 2Tv76
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"par_id3150669\n"
-"help.text"
-msgid "<emph>Keyword: </emph>Default variable type"
-msgstr "<emph>Sleutelwoord: </emph> Standaardtype variabele"
-
-#. wRGMS
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"par_id3149233\n"
-"help.text"
-msgid "<emph>DefBool:</emph> Boolean"
-msgstr "<emph>DefBool:</emph> Booleaans"
+msgid "<emph>char-char:</emph> Letter range prefixes that specify default data type for variables."
+msgstr ""
-#. NRAAt
+#. 9vqSg
#: 03101100.xhp
msgctxt ""
"03101100.xhp\n"
-"hd_id3149762\n"
+"par_id3156152\n"
"help.text"
-msgid "Example:"
-msgstr "Voorbeeld:"
+msgid "' Prefix definitions for variable types:"
+msgstr ""
-#. AhnXE
+#. QC5gr
#: 03101100.xhp
msgctxt ""
"03101100.xhp\n"
-"par_id3156152\n"
+"par_id3152481\n"
"help.text"
-msgid "' Prefix definition for variable types:"
-msgstr "' Voorvoegseldefinities voor variabelentypen:"
+msgid "Print TypeName(Boole), VarType(Babbage), bitcoin ' Displays: Boolean 11 False"
+msgstr ""
-#. BLc3G
+#. i5aFp
#: 03101100.xhp
msgctxt ""
"03101100.xhp\n"
"par_id3151381\n"
"help.text"
-msgid "bOK=TRUE ' bOK is an implicit boolean variable"
-msgstr "bOK=True ' bOK is een impliciete logische variabele"
+msgid "bOK=True ' bOK is an implicit boolean variable"
+msgstr ""
#. zabpF
#: 03101110.xhp
@@ -26746,14 +26710,14 @@ msgctxt ""
msgid "If no type-declaration character or keyword is specified, the DefCur statement sets the default variable type, according to a letter range."
msgstr "Als er geen type-aanduidingsteken of sleutelwoord gespecificeerd is, wordt met de DefCur-instructie het standaardtype variabele ingesteld, volgens een letterbereik."
-#. sqyeC
+#. UJUeE
#: 03101110.xhp
msgctxt ""
"03101110.xhp\n"
-"par_idN105B0\n"
+"par_idN105D8\n"
"help.text"
-msgid "<emph>DefCur:</emph> Currency"
-msgstr "<emph>DefCur:</emph> Valuta"
+msgid "Print liquid, Typename(coinbit), VarType(money) ' Result is: 0.0000 Currency 6"
+msgstr ""
#. uA7E4
#: 03101110.xhp
@@ -26854,23 +26818,23 @@ msgctxt ""
msgid "If no type-declaration character or keyword is specified, the DefSng statement sets the default variable type, according to a letter range."
msgstr "Als er geen type-aanduidingsteken of sleutelwoord is gespecificeerd, stelt de DefSng-instructie het standaardtype variabele in volgens een letterreeks."
-#. UBc9R
+#. FEQfu
#: 03101130.xhp
msgctxt ""
"03101130.xhp\n"
-"par_idN105AA\n"
+"par_idN105D3\n"
"help.text"
-msgid "<emph>DefSng:</emph> Single"
-msgstr "<emph>DefSng:</emph> Single"
+msgid "wSng=Single ' wSng is an implicit single variable"
+msgstr ""
-#. VsSH4
+#. B2kjC
#: 03101130.xhp
msgctxt ""
"03101130.xhp\n"
-"par_idN105D3\n"
+"par_idN105D4\n"
"help.text"
-msgid "sSng=Single ' sSng is an implicit single variable"
-msgstr "sSng=Single ' sSng is een impliciete enkele variabele"
+msgid "Print afloat, Typename(Word), VarType(anyNum) ' Result is : 0 single 4"
+msgstr ""
#. zfvWo
#: 03101140.xhp
@@ -26908,23 +26872,23 @@ msgctxt ""
msgid "If no type-declaration character or keyword is specified, the DefStr statement sets the default variable type, according to a letter range."
msgstr "Als er geen type-aanduidingsteken of sleutelwoord gespecificeerd is, wordt met de DefStr-instructie het standaardtype variabele ingesteld, volgens een letterbereik."
-#. 6GXn9
+#. LCyE8
#: 03101140.xhp
msgctxt ""
"03101140.xhp\n"
-"par_idN105AA\n"
+"par_idN105D3\n"
"help.text"
-msgid "<emph>DefStr:</emph> String"
-msgstr "<emph>DefStr:</emph> String"
+msgid "sStr=String ' sStr is an implicit string variable"
+msgstr "sStr=Tekenreeks ' sStr is een impliciete tekenreeksvariabele"
-#. LCyE8
+#. pVAGJ
#: 03101140.xhp
msgctxt ""
"03101140.xhp\n"
-"par_idN105D3\n"
+"par_idN105D4\n"
"help.text"
-msgid "sStr=String ' sStr is an implicit string variable"
-msgstr "sStr=Tekenreeks ' sStr is een impliciete tekenreeksvariabele"
+msgid "Print VarType(slice), strng, TypeName(sheet) ' Result is: 8 \"\" String"
+msgstr ""
#. E5nXi
#: 03101300.xhp
@@ -26962,23 +26926,23 @@ msgctxt ""
msgid "If no type-declaration character or keyword is specified, the DefDate statement sets the default variable type, according to a letter range."
msgstr "Stelt het standaardtype variabele in, overeenkomstig een letterbereik, als er geen typedeclaratie-teken of sleutelwoord werd gespecificeerd."
-#. 7bqLD
+#. sGAWV
#: 03101300.xhp
msgctxt ""
"03101300.xhp\n"
-"par_id3150767\n"
+"par_id3152462\n"
"help.text"
-msgid "<emph>DefDate:</emph> Date"
-msgstr "<emph>DefDate:</emph> Datum"
+msgid "tDate=Date ' tDate is an implicit date variable"
+msgstr "tDatum=Datum ' tDatum is een impliciete datumvariabele"
-#. sGAWV
+#. kEsRX
#: 03101300.xhp
msgctxt ""
"03101300.xhp\n"
-"par_id3152462\n"
+"par_id3153562\n"
"help.text"
-msgid "tDate=Date ' tDate is an implicit date variable"
-msgstr "tDatum=Datum ' tDatum is een impliciete datumvariabele"
+msgid "Print VarType(tea), train, TypeName(timedate), IsDate(tick) ' Displays: 7 00:00:00 Date True"
+msgstr ""
#. c8vDs
#: 03101400.xhp
@@ -27016,23 +26980,23 @@ msgctxt ""
msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
msgstr "Stelt het standaardtype variabele in, overeenkomstig een letterbereik, als er geen typedeclaratie-teken of sleutelwoord werd gespecificeerd."
-#. ctoJu
+#. oWGT8
#: 03101400.xhp
msgctxt ""
"03101400.xhp\n"
-"par_id3154123\n"
+"par_id3154244\n"
"help.text"
-msgid "<emph>DefDbl:</emph> Double"
-msgstr "<emph>DefDbl:</emph> Dubbel"
+msgid "fValue=1.23e43 ' fValue is an implicit double variable type"
+msgstr ""
-#. 2f3z3
+#. DcRHT
#: 03101400.xhp
msgctxt ""
"03101400.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "dValue=1.23e43 ' dValue is an implicit double variable type"
-msgstr "dWaarde=1.23e43 ' dWaarde is een impliciet Dubbele-variabelentype"
+msgid "Print Typename(float), VarType(fire), factory ' Result is: Double 5 0"
+msgstr ""
#. mcUhD
#: 03101500.xhp
@@ -27070,23 +27034,23 @@ msgctxt ""
msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
msgstr "Stelt het standaardtype variabele in, overeenkomstig een letterbereik, als er geen typedeclaratie-teken of sleutelwoord werd gespecificeerd."
-#. WgpHG
+#. zxFQy
#: 03101500.xhp
msgctxt ""
"03101500.xhp\n"
-"par_id3125863\n"
+"par_id3164728\n"
"help.text"
-msgid "<emph>DefInt:</emph> Integer"
-msgstr "<emph>DefInt:</emph> Integer"
+msgid "iCount=200 ' iCount is an implicit integer variable"
+msgstr ""
-#. 7H7tx
+#. kXjfq
#: 03101500.xhp
msgctxt ""
"03101500.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "iCount=200 ' iCount is an implicit integer variable"
-msgstr "iTeller=200 ' iTeller is een impliciete Integer-variabele"
+msgid "Print kilos, Typename(number), VarType(Java) ' Result is: 0 Integer 2"
+msgstr ""
#. kK2Aw
#: 03101600.xhp
@@ -27124,23 +27088,23 @@ msgctxt ""
msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
msgstr "Stelt het standaardtype variabele in, overeenkomstig een letterbereik, als er geen typedeclaratie-teken of sleutelwoord werd gespecificeerd."
-#. sLCx9
+#. Dn2Xk
#: 03101600.xhp
msgctxt ""
"03101600.xhp\n"
-"par_id3154686\n"
+"par_id3145273\n"
"help.text"
-msgid "<emph>DefLng:</emph> Long"
-msgstr "<emph>DefLng:</emph> Long"
+msgid "xCount=123456789 ' xCount is an implicit long integer variable"
+msgstr ""
-#. WPTCA
+#. Pg49N
#: 03101600.xhp
msgctxt ""
"03101600.xhp\n"
-"par_id3145273\n"
+"par_id3255273\n"
"help.text"
-msgid "lCount=123456789 ' lCount is an implicit long integer variable"
-msgstr "lTeller=123456789 ' lTeller is een impliciete Long Integer-variabele"
+msgid "Print VarType(Yes), zinc, Typename(Max) ' Result is: 3 0 Long"
+msgstr ""
#. k5A5k
#: 03101700.xhp
@@ -27178,14 +27142,14 @@ msgctxt ""
msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
msgstr "Stelt het standaardtype variabele in, overeenkomstig een letterbereik, als er geen typedeclaratie-teken of sleutelwoord werd gespecificeerd."
-#. DTNnj
+#. Ds9qa
#: 03101700.xhp
msgctxt ""
"03101700.xhp\n"
-"par_id3150769\n"
+"par_id3255273\n"
"help.text"
-msgid "<emph>DefObj:</emph> Object"
-msgstr "<emph>DefObj:</emph> Object"
+msgid "Print Typename(properties), VarType(ordinal), IsNull(unique), IsObject(org)' Result is: Object 9 True False"
+msgstr ""
#. oaF9W
#: 03102000.xhp
@@ -27223,87 +27187,6 @@ msgctxt ""
msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
msgstr "Stelt het standaardtype variabele in, overeenkomstig een letterbereik, als er geen typedeclaratie-teken of sleutelwoord werd gespecificeerd."
-#. QntwN
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"hd_id3154143\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Syntaxis:"
-
-#. FACB3
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"par_id3149514\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr "Defxxx Tekenbereik1[, Tekenbereik2[,...]]"
-
-#. giJy9
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"hd_id3156024\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parameters:"
-
-#. tAPGo
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"par_id3147560\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
-msgstr "<emph>Tekenbereik:</emph> Letters die het bereik van variabelen specificeren waarvoor een standaard gegevenstype moet worden ingesteld."
-
-#. rG9MV
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"par_id3148552\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr "<emph>xxx:</emph> Sleutelwoord om het standaardtype variabele te definiëren:"
-
-#. uEmwr
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"par_id3153524\n"
-"help.text"
-msgid "<emph>Keyword: </emph>Default variable type"
-msgstr "<emph>Sleutelwoord:</emph> Standaardtype variabele"
-
-#. C78EJ
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"par_id3150767\n"
-"help.text"
-msgid "<emph>DefVar:</emph> Variant"
-msgstr "<emph>DefVar:</emph> Variant"
-
-#. ZDBBg
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"hd_id3151041\n"
-"help.text"
-msgid "Example:"
-msgstr "Voorbeeld:"
-
-#. QEkeu
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"par_id3156214\n"
-"help.text"
-msgid "' Prefix definitions for variable types:"
-msgstr "' Voorvoegseldefinities voor variabelentypen:"
-
#. TJouG
#: 03102000.xhp
msgctxt ""
@@ -27313,14 +27196,23 @@ msgctxt ""
msgid "vDiv=99 ' vDiv is an implicit variant"
msgstr "vDiv=99 ' vDiv is een impliciete variant"
-#. zCdB9
+#. 7BG6Y
#: 03102000.xhp
msgctxt ""
"03102000.xhp\n"
"par_id3146121\n"
"help.text"
-msgid "vDiv=\"Hello world\""
-msgstr "vDiv=\"Hallo wereld\""
+msgid "values=\"Hello world\""
+msgstr ""
+
+#. c6en9
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"par_id3147221\n"
+"help.text"
+msgid "Print Typename(glob), VarType(values), IsEmpty(ergo_sum) ' Displays: Empty 8 True"
+msgstr ""
#. 2jpst
#: 03102100.xhp
@@ -40714,13 +40606,13 @@ msgctxt ""
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 ""
-#. 5GFEr
+#. KLkKY
#: compatibilitymode.xhp
msgctxt ""
"compatibilitymode.xhp\n"
"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."
+msgid "Changing behavior 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 ""
#. piCTC