aboutsummaryrefslogtreecommitdiff
path: root/source/ja/helpcontent2/source/text/sbasic/shared.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/ja/helpcontent2/source/text/sbasic/shared.po')
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/shared.po344
1 files changed, 289 insertions, 55 deletions
diff --git a/source/ja/helpcontent2/source/text/sbasic/shared.po b/source/ja/helpcontent2/source/text/sbasic/shared.po
index 86439065061..ee041c40df8 100644
--- a/source/ja/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ja/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-11-13 13:46+0100\n"
+"POT-Creation-Date: 2019-12-24 18:00+0100\n"
"PO-Revision-Date: 2019-08-09 07:36+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1969,14 +1969,14 @@ msgctxt ""
msgid "Using Variables"
msgstr "変数の使用法"
-#. PDbAJ
+#. TjAJy
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"bm_id3149346\n"
"help.text"
-msgid "<bookmark_value>names of variables</bookmark_value> <bookmark_value>variables; using</bookmark_value> <bookmark_value>types of variables</bookmark_value> <bookmark_value>declaring variables</bookmark_value> <bookmark_value>values;of variables</bookmark_value> <bookmark_value>constants</bookmark_value> <bookmark_value>arrays;declaring</bookmark_value> <bookmark_value>defining;constants</bookmark_value>"
-msgstr "<bookmark_value>変数の名前</bookmark_value><bookmark_value>変数; 型と名前</bookmark_value>"
+msgid "<bookmark_value>names of variables</bookmark_value> <bookmark_value>variables; using</bookmark_value> <bookmark_value>types of variables</bookmark_value> <bookmark_value>declaring variables</bookmark_value> <bookmark_value>values;of variables</bookmark_value> <bookmark_value>literals;integer</bookmark_value> <bookmark_value>literals;hexadecimal</bookmark_value> <bookmark_value>literals;integer</bookmark_value> <bookmark_value>literals;octal</bookmark_value> <bookmark_value>literals;&h notation</bookmark_value> <bookmark_value>literals;&o notation</bookmark_value> <bookmark_value>literals;floating-point</bookmark_value> <bookmark_value>constants</bookmark_value> <bookmark_value>arrays;declaring</bookmark_value> <bookmark_value>defining;constants</bookmark_value>"
+msgstr ""
#. VAkCC
#: 01020100.xhp
@@ -2329,14 +2329,14 @@ msgctxt ""
msgid "Single Variables"
msgstr "単精度変数"
-#. B2eF2
+#. VAptr
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"par_id3153070\n"
"help.text"
-msgid "Single variables can take positive or negative values ranging from 3.402823 x 10E38 to 1.401298 x 10E-45. Single variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Single variables are suitable for mathematical calculations of average precision. Calculations require more time than for Integer variables, but are faster than calculations with Double variables. A Single variable requires 4 bytes of memory. The type-declaration character is \"!\"."
-msgstr "単精度変数は 3.402823 × 10E38 から 1.401298 × 10E-45 までの正または負の値を取ります。単精度変数は浮動小数点方式で数値を扱うため、整数部の桁数が大きくなるほど小数部の精度が小さくなります。 単精度変数の用途としては、それほど高い精度を必要としない数学的な計算処理に適しています。 この場合の計算処理は、整数変数の場合よりも長くかかりますが、倍精度変数よりは短時間で済みます。 単精度変数が消費するメモリ量は 4 バイトです。 型宣言用の記号は「!」です。"
+msgid "Single variables can take positive or negative values ranging from 3.402823 x 10E38 to 1.401298 x 10E-45. Single variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Single variables are suitable for mathematical calculations of average precision. Calculations require more time than for Integer variables, but are faster than calculations with Double variables. A Single variable requires 4 bytes of memory. The type-declaration character is \"!\"."
+msgstr ""
#. X2BBe
#: 01020100.xhp
@@ -2347,14 +2347,23 @@ msgctxt ""
msgid "Double Variables"
msgstr "倍精度変数"
-#. WVPhh
+#. WhxRy
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"par_id3150953\n"
"help.text"
-msgid "Double variables can take positive or negative values ranging from 1.79769313486232 x 10E308 to 4.94065645841247 x 10E-324. Double variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Double variables are suitable for precise calculations. Calculations require more time than for Single variables. A Double variable requires 8 bytes of memory. The type-declaration character is \"#\"."
-msgstr "倍精度変数には 1.79769313486232 × 10E308 から 4.94065645841247 × 10E-324 までの正および負の数値を収めることができます。倍精度変数は浮動小数点方式で数値を扱うため、整数部の桁数が大きくなるほど小数部の精度が小さくなります。 倍精度変数の用途としては、高い精度を必要とする計算処理に適しています。 この場合の計算処理は、単精度変数の場合よりも長くかかります。 倍精度変数が消費するメモリ量は 8 バイトです。 型宣言用の記号は「#」です。"
+msgid "Double variables can take positive or negative values ranging from 1.79769313486232 x 10E308 to 4.94065645841247 x 10E-324. Double variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Double variables are suitable for precise calculations. Calculations require more time than for Single variables. A Double variable requires 8 bytes of memory. The type-declaration character is \"#\"."
+msgstr ""
+
+#. KYBFy
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_idm1341130144\n"
+"help.text"
+msgid "Dim Variable#"
+msgstr ""
#. vFZcZ
#: 01020100.xhp
@@ -2374,6 +2383,24 @@ msgctxt ""
msgid "Currency variables are internally stored as 64-bit numbers (8 Bytes) and displayed as a fixed-decimal number with 15 non-decimal and 4 decimal places. The values range from -922337203685477.5808 to +922337203685477.5807. Currency variables are used to calculate currency values with a high precision. The type-declaration character is \"@\"."
msgstr "通貨変数は、内部的には 64 ビット (8 バイト) の数値として格納され、整数部 15 桁と小数部 4 桁の固定小数点方式として表示されます。 通貨変数は -922337203685477.5808 から +922337203685477.5807 までの値を取ります。通貨変数は、高い精度を必要とする金額計算に使用します。 型宣言用の記号は「@」です。"
+#. rs7qz
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"hd_id301576839713868\n"
+"help.text"
+msgid "Literals for integers"
+msgstr ""
+
+#. PTiRZ
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id1001576839723156\n"
+"help.text"
+msgid "Numbers can be encoded using octal and hexadecimal forms."
+msgstr ""
+
#. nGGUD
#: 01020100.xhp
msgctxt ""
@@ -3670,14 +3697,14 @@ msgctxt ""
msgid "Organizing Libraries and Modules"
msgstr "ライブラリとモジュールを準備しています"
-#. 7e73U
+#. Kq6sz
#: 01030400.xhp
msgctxt ""
"01030400.xhp\n"
"bm_id3148797\n"
"help.text"
-msgid "<bookmark_value>libraries;organizing</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 "<bookmark_value>ライブラリ;管理する</bookmark_value><bookmark_value>モジュール;管理する</bookmark_value><bookmark_value>コピー;モジュール</bookmark_value><bookmark_value>ライブラリの追加</bookmark_value><bookmark_value>削除;ライブラリ、モジュール、ダイアログ</bookmark_value><bookmark_value>ダイアログ;管理する</bookmark_value><bookmark_value>移動;モジュール</bookmark_value><bookmark_value>管理;モジュール、ライブラリ、ダイアログ</bookmark_value><bookmark_value>モジュール名とダイアログ名の変更</bookmark_value>"
+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 ""
#. ToKAi
#: 01030400.xhp
@@ -3688,6 +3715,60 @@ msgctxt ""
msgid "<variable id=\"01030400\"><link href=\"text/sbasic/shared/01030400.xhp\">Organizing Libraries and Modules</link></variable>"
msgstr "<variable id=\"01030400\"><link href=\"text/sbasic/shared/01030400.xhp\">ライブラリおよびモジュールの管理</link></variable>"
+#. H2wBb
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"hd_id371574080559061\n"
+"help.text"
+msgid "Basic Libraries Containers"
+msgstr ""
+
+#. diKBf
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"par_id961574080563824\n"
+"help.text"
+msgid "%PRODUCTNAME Basic libraries can be stored in 3 different containers:"
+msgstr ""
+
+#. HYjJE
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"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 ""
+
+#. UG2dG
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"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 ""
+
+#. 4ABok
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"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 ""
+
+#. GCWxT
+#: 01030400.xhp
+msgctxt ""
+"01030400.xhp\n"
+"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 ""
+
#. bGzjL
#: 01030400.xhp
msgctxt ""
@@ -9097,6 +9178,15 @@ msgctxt ""
msgid "RGB Function"
msgstr ""
+#. qMADe
+#: 03010305.xhp
+msgctxt ""
+"03010305.xhp\n"
+"bm_id851576768070903\n"
+"help.text"
+msgid "<bookmark_value>RGB function</bookmark_value>"
+msgstr ""
+
#. LaGGq
#: 03010305.xhp
msgctxt ""
@@ -17269,22 +17359,22 @@ msgctxt ""
msgid "LF - Line feed"
msgstr ""
-#. q9iyd
+#. CncC2
#: 03040000.xhp
msgctxt ""
"03040000.xhp\n"
"par_id521512319135830\n"
"help.text"
-msgid "\\x0D\\x0A (13 10) for 32-bit Windows"
+msgid "\\x0D\\x0A (13 10) for Windows"
msgstr ""
-#. bYvYU
+#. CPCWE
#: 03040000.xhp
msgctxt ""
"03040000.xhp\n"
"par_id61512319163913\n"
"help.text"
-msgid "\\x0A (10) for other 64-bit systems"
+msgid "\\x0A (10) for other systems"
msgstr ""
#. LXUYw
@@ -17620,14 +17710,14 @@ msgctxt ""
msgid "<link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error Function\">Error Function</link>"
msgstr ""
-#. AwQS2
+#. rMs2R
#: 03050300.xhp
msgctxt ""
"03050300.xhp\n"
"par_id3148663\n"
"help.text"
-msgid "Returns the error message that corresponds to a given error code."
-msgstr "与えられたエラーコードに該当するエラーメッセージを返します。"
+msgid "Returns the error message that corresponds to a value or raises a given error context."
+msgstr ""
#. h8KBQ
#: 03050300.xhp
@@ -17638,14 +17728,32 @@ msgctxt ""
msgid "Syntax:"
msgstr "構文:"
-#. H7H8J
+#. FowuD
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"par_id631576404838377\n"
+"help.text"
+msgid "Error"
+msgstr ""
+
+#. TMhEb
#: 03050300.xhp
msgctxt ""
"03050300.xhp\n"
"par_id3154366\n"
"help.text"
-msgid "Error (Expression)"
-msgstr "Error (Expression)"
+msgid "Error(expression)"
+msgstr ""
+
+#. bqewK
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"par_id231576404629080\n"
+"help.text"
+msgid "Error err_code"
+msgstr ""
#. ANh6X
#: 03050300.xhp
@@ -17656,14 +17764,14 @@ msgctxt ""
msgid "Return value:"
msgstr "戻り値:"
-#. mkAsA
+#. FNBFf
#: 03050300.xhp
msgctxt ""
"03050300.xhp\n"
"par_id3154125\n"
"help.text"
-msgid "String"
-msgstr "文字列"
+msgid "String or raised error context"
+msgstr ""
#. BnAcN
#: 03050300.xhp
@@ -17674,23 +17782,32 @@ msgctxt ""
msgid "Parameters:"
msgstr "パラメーター:"
-#. 6qk7p
+#. cWGA9
+#: 03050300.xhp
+msgctxt ""
+"03050300.xhp\n"
+"par_id3159254\n"
+"help.text"
+msgid "If no argument is provided, the Error function returns the error message of the most recent error that occurred during program execution."
+msgstr ""
+
+#. JCiAF
#: 03050300.xhp
msgctxt ""
"03050300.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<emph>Expression:</emph> Any numeric expression that contains the error code of the error message that you want to return."
-msgstr "<emph>Expression:</emph> 対応するエラーメッセージを返させるエラーコードを示す数値表式。"
+msgid "<emph>expression:</emph> Any numeric expression whose error code can be mapped to an existing error message. An empty string is returned if the error code does not exist."
+msgstr ""
-#. qoC93
+#. gDA6e
#: 03050300.xhp
msgctxt ""
"03050300.xhp\n"
-"par_id3159254\n"
+"par_id351576405235602\n"
"help.text"
-msgid "If no parameters are passed, the Error function returns the error message of the most recent error that occurred during program execution."
-msgstr "パラメーターを指定しない場合、Error 関数は、プログラム実行中に最後に発生したエラーのエラーメッセージを返します。"
+msgid "<emph>err_code:</emph> Any value that corresponds to an existing error code."
+msgstr ""
#. YLe3q
#: 03050500.xhp
@@ -25369,22 +25486,40 @@ msgctxt ""
msgid "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Type Statement\">Type Statement</link>"
msgstr ""
-#. RJfCF
+#. TYvyD
#: 03090413.xhp
msgctxt ""
"03090413.xhp\n"
"par_id3159158\n"
"help.text"
-msgid "Define non-UNO data structures (structs)."
+msgid "Define non-UNO data structures."
msgstr ""
-#. czHF6
+#. hGDzF
#: 03090413.xhp
msgctxt ""
"03090413.xhp\n"
"par_id311512206747401\n"
"help.text"
-msgid "A struct is an ordered collection of data fields, that can be manipulated as a single item."
+msgid "A Type structure is an ordered collection of data fields, that can be manipulated as a single item."
+msgstr ""
+
+#. TTALN
+#: 03090413.xhp
+msgctxt ""
+"03090413.xhp\n"
+"par_id351573639548645\n"
+"help.text"
+msgid "A Type structure scope is that of the module it belongs to."
+msgstr ""
+
+#. eGJzD
+#: 03090413.xhp
+msgctxt ""
+"03090413.xhp\n"
+"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 ""
#. 2VyE8
@@ -28807,14 +28942,14 @@ msgctxt ""
msgid "<link href=\"text/sbasic/shared/03102800.xhp\" name=\"IsObject Function\">IsObject Function</link>"
msgstr ""
-#. GeK7z
+#. AyVCR
#: 03102800.xhp
msgctxt ""
"03102800.xhp\n"
"par_id3148538\n"
"help.text"
-msgid "Tests if an object variable is an OLE object. The function returns True if the variable is an OLE object, otherwise it returns False."
-msgstr "オブジェクト変数が OLE オブジェクトであるかを判定します。 オブジェクト変数が OLE オブジェクトであるかを判定します。この関数は、与えられた変数が OLE オブジェクトである場合に True を返し、そうでない場合は False を返します。"
+msgid "Tests if a variable is an object, as opposed to primitive data types such as dates, numbers, texts. The function returns <literal>True</literal> if the variable is an object, otherwise it returns <literal>False</literal>."
+msgstr ""
#. gBKMV
#: 03102800.xhp
@@ -28825,14 +28960,14 @@ msgctxt ""
msgid "Syntax:"
msgstr "構文:"
-#. tRCWc
+#. C8wfe
#: 03102800.xhp
msgctxt ""
"03102800.xhp\n"
"par_id3154285\n"
"help.text"
-msgid "IsObject (ObjectVar)"
-msgstr "IsObject (ObjectVar)"
+msgid "IsObject(var)"
+msgstr ""
#. ni2zH
#: 03102800.xhp
@@ -28843,14 +28978,14 @@ msgctxt ""
msgid "Return value:"
msgstr "戻り値:"
-#. qzFEL
+#. 4SsCT
#: 03102800.xhp
msgctxt ""
"03102800.xhp\n"
"par_id3156024\n"
"help.text"
-msgid "Bool"
-msgstr "ブール型"
+msgid "Boolean"
+msgstr ""
#. rEmQA
#: 03102800.xhp
@@ -28861,14 +28996,104 @@ msgctxt ""
msgid "Parameters:"
msgstr "パラメーター:"
-#. j2b5R
+#. JBB4B
#: 03102800.xhp
msgctxt ""
"03102800.xhp\n"
"par_id3148552\n"
"help.text"
-msgid "<emph>ObjectVar:</emph> Any variable that you want to test. If the Object variable contains an OLE object, the function returns True."
-msgstr "<emph>ObjectVar:</emph> 判定する変数。オブジェクト変数に OLE オブジェクトが含まれていれば、関数の戻り値は True となります。"
+msgid "<emph>var:</emph> Any variable that you want to test."
+msgstr ""
+
+#. SPGXx
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id891575896963115\n"
+"help.text"
+msgid "The following objects return <literal>True</literal>:"
+msgstr ""
+
+#. CBoWs
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id471575892220352\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">OLE objects or </caseinline></switchinline>UNO objects"
+msgstr ""
+
+#. mBGyY
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id451575892264518\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/classmodule.xhp\" name=\"Class module\">Class module</link> object instances"
+msgstr ""
+
+#. DgPrD
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id851575882379006\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Extended types\">Extended types</link> or <link href=\"text/sbasic/shared/enum.xhp\" name=\"enumerations\">enumerations</link>"
+msgstr ""
+
+#. TFDZQ
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id131575882378422\n"
+"help.text"
+msgid "Routines or variables when defined as Object."
+msgstr ""
+
+#. oqtFf
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id511575889156356\n"
+"help.text"
+msgid "%PRODUCTNAME Basic modules"
+msgstr ""
+
+#. MCx37
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id441575886284392\n"
+"help.text"
+msgid "Data structures return <literal>True</literal> even when empty. Object defined variables return <literal>True</literal> even if uninitialized."
+msgstr ""
+
+#. yHDkt
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id191575887649871\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/enum.xhp\" name=\"Enum statement\">Enum statement</link>"
+msgstr ""
+
+#. Dg4st
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id51575897210153\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Type statement\">Type statement</link>"
+msgstr ""
+
+#. WEgzG
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"par_id811575887627196\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01020100.xhp\" name=\"Using variables\">Using variables</link>"
+msgstr ""
#. dj7fW
#: 03102900.xhp
@@ -40084,22 +40309,22 @@ msgctxt ""
msgid "Statement <literal>Option VBAsupport 1</literal> sets <literal>Option Compatible</literal> statement automatically."
msgstr ""
-#. z8D8s
+#. j8iHM
#: compatible.xhp
msgctxt ""
"compatible.xhp\n"
-"N0129\n"
+"N0131\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."
+msgid "Variables scope modification in <link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link> with <literal>CompatibilityMode()</literal> function."
msgstr ""
-#. j8iHM
+#. 2hkYG
#: compatible.xhp
msgctxt ""
"compatible.xhp\n"
-"N0131\n"
+"N0129\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."
+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 ""
#. 7pf8S
@@ -40183,6 +40408,15 @@ msgctxt ""
msgid "Display WindowManager grouped constant values:"
msgstr ""
+#. HBPCv
+#: enum.xhp
+msgctxt ""
+"enum.xhp\n"
+"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 ""
+
#. N48Xe
#: enum.xhp
msgctxt ""