aboutsummaryrefslogtreecommitdiff
path: root/source/id/helpcontent2/source/text/sbasic/shared.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/id/helpcontent2/source/text/sbasic/shared.po')
-rw-r--r--source/id/helpcontent2/source/text/sbasic/shared.po266
1 files changed, 61 insertions, 205 deletions
diff --git a/source/id/helpcontent2/source/text/sbasic/shared.po b/source/id/helpcontent2/source/text/sbasic/shared.po
index e2937a26e9b..8ec52115495 100644
--- a/source/id/helpcontent2/source/text/sbasic/shared.po
+++ b/source/id/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: 2022-05-10 20:16+0200\n"
+"POT-Creation-Date: 2022-05-25 12:36+0200\n"
"PO-Revision-Date: 2021-09-27 17:24+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/id/>\n"
@@ -10809,32 +10809,32 @@ msgctxt ""
msgid "Returns the size of an open file in bytes."
msgstr "Mengembalikan ukuran berkas yang terbuka dalam byte."
-#. 43MqD
+#. D84bA
#: 03020303.xhp
msgctxt ""
"03020303.xhp\n"
"par_id3150359\n"
"help.text"
-msgid "Lof (FileNumber)"
-msgstr "Lof (NomorBerkas)"
+msgid "Lof (FileNumber) As Long"
+msgstr ""
-#. BBamj
+#. 6oGoB
#: 03020303.xhp
msgctxt ""
"03020303.xhp\n"
"par_id3150869\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Any numeric expression that contains the file number that is specified in the Open statement."
-msgstr "<emph>NomorBerkas:</emph> Ekspresi numerik apa pun yang berisi nomor berkas yang ditentukan dalam pernyataan Open."
+msgid "<emph>FileNumber:</emph> Any numeric expression that contains the file number that is specified in the <literal>Open</literal> statement."
+msgstr ""
-#. vTRvK
+#. EAe7H
#: 03020303.xhp
msgctxt ""
"03020303.xhp\n"
"par_id3147349\n"
"help.text"
-msgid "To obtain the length of a file that is not open, use the <emph>FileLen</emph> function."
-msgstr "Untuk mendapatkan panjang berkas yang tidak terbuka, gunakan file <emph>FileLen</emph> fungsi."
+msgid "To obtain the length of a file that is not open, use the <link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen function\"><literal>FileLen</literal></link> function."
+msgstr ""
#. AGL3X
#: 03020304.xhp
@@ -11871,41 +11871,14 @@ msgctxt ""
msgid "Returns the length of a file in bytes."
msgstr "Mengembalikan panjang file dalam byte."
-#. GfNg3
-#: 03020408.xhp
-msgctxt ""
-"03020408.xhp\n"
-"hd_id3159414\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaksis:"
-
-#. MoBSd
-#: 03020408.xhp
-msgctxt ""
-"03020408.xhp\n"
-"par_id3149656\n"
-"help.text"
-msgid "FileLen (Text As String)"
-msgstr "FileLen (Teks As String)"
-
-#. LVwBo
-#: 03020408.xhp
-msgctxt ""
-"03020408.xhp\n"
-"hd_id3148798\n"
-"help.text"
-msgid "Return value:"
-msgstr "Nilai hasil:"
-
-#. H2KXW
+#. RpGc5
#: 03020408.xhp
msgctxt ""
"03020408.xhp\n"
-"hd_id3150768\n"
+"par_id401651744449325\n"
"help.text"
-msgid "Parameters:"
-msgstr "Parameter:"
+msgid "Use <link href=\"text/sbasic/shared/03/sf_filesystem.xhp\" name=\"ScriptForge.FileSystem service\">ScriptForge.FileSystem</link> service <link href=\"text/sbasic/shared/03/sf_filesystem.xhp#GetFileLen\" name=\"GetFileLen method\">GetFileLen()</link> method when size is expected to be over 2 gigabytes."
+msgstr ""
#. Fo2XH
#: 03020408.xhp
@@ -11916,23 +11889,14 @@ msgctxt ""
msgid "<emph>Text:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr "<emph>Teks:</emph> Ekspresi string apa pun yang berisi spesifikasi berkas yang tidak ambigu. Anda juga dapat menggunakan <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">notasi URL</link>."
-#. SCB9u
+#. 7RtHj
#: 03020408.xhp
msgctxt ""
"03020408.xhp\n"
"par_id3150439\n"
"help.text"
-msgid "This function determines the length of a file. If the FileLen function is called for an open file, it returns the file length before it was opened. To determine the current file length of an open file, use the Lof function."
-msgstr "Fungsi ini menentukan panjang file. Jika fungsi FileLen dipanggil untuk file terbuka, ia mengembalikan panjang file sebelum dibuka. Untuk menentukan panjang file saat ini dari file yang terbuka, gunakan fungsi Lof."
-
-#. j8DBv
-#: 03020408.xhp
-msgctxt ""
-"03020408.xhp\n"
-"hd_id3163710\n"
-"help.text"
-msgid "Example:"
-msgstr "Contoh:"
+msgid "This function determines the length of a file. If the <literal>FileLen</literal> function is called for an open file, it returns the file length before it was opened. To determine the current file length of an open file, use the <link href=\"text/sbasic/shared/03020303.xhp\" name=\"Lof function\"><literal>Lof</literal></link> function."
+msgstr ""
#. FerKv
#: 03020409.xhp
@@ -24986,59 +24950,14 @@ msgctxt ""
msgid "Converts any numerical expression or string expression to a double type."
msgstr "Mengubah ekspresi numerik atau ekspresi string apa pun menjadi tipe ganda."
-#. jjGQH
-#: 03100400.xhp
-msgctxt ""
-"03100400.xhp\n"
-"hd_id3149516\n"
-"help.text"
-msgid "Syntax"
-msgstr "Sintaksis"
-
-#. aTHD8
+#. wEVGF
#: 03100400.xhp
msgctxt ""
"03100400.xhp\n"
"par_id3156152\n"
"help.text"
-msgid "CDbl (Expression)"
-msgstr "CDbl (Ekspresi)"
-
-#. 38G4w
-#: 03100400.xhp
-msgctxt ""
-"03100400.xhp\n"
-"hd_id3153061\n"
-"help.text"
-msgid "Return value"
-msgstr "Nilai hasil"
-
-#. LM9Ye
-#: 03100400.xhp
-msgctxt ""
-"03100400.xhp\n"
-"hd_id3154760\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parameter:"
-
-#. DVRKM
-#: 03100400.xhp
-msgctxt ""
-"03100400.xhp\n"
-"par_id3153897\n"
-"help.text"
-msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
-msgstr "<emph>Ekspresi:</emph> Setiap string atau ekspresi numerik yang ingin Anda konversi. Untuk mengonversi ekspresi string, angka tersebut harus dimasukkan sebagai teks normal (\"123.5\") menggunakan format angka default sistem operasi Anda."
-
-#. HxfeM
-#: 03100400.xhp
-msgctxt ""
-"03100400.xhp\n"
-"hd_id3148797\n"
-"help.text"
-msgid "Example:"
-msgstr "Contoh:"
+msgid "CDbl (Expression As Variant) As Double"
+msgstr ""
#. Hs9F5
#: 03100500.xhp
@@ -25076,58 +24995,13 @@ msgctxt ""
msgid "Converts any string or numeric expression to an integer."
msgstr "Mengubah string atau ekspresi numerik apa pun menjadi bilangan bulat."
-#. AFSBH
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"hd_id3147573\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaksis:"
-
-#. ZGxYP
+#. CCHrN
#: 03100500.xhp
msgctxt ""
"03100500.xhp\n"
"par_id3154142\n"
"help.text"
-msgid "CInt (Expression)"
-msgstr "Fix (Ekspresi)"
-
-#. AQaNC
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"hd_id3147531\n"
-"help.text"
-msgid "Return value:"
-msgstr "Nilai hasil:"
-
-#. a2YC7
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"hd_id3145069\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parameter:"
-
-#. 94dPA
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"par_id3159414\n"
-"help.text"
-msgid "<emph>Expression:</emph> Any expression that you want to convert."
-msgstr ""
-
-#. tSQka
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"par_id3159415\n"
-"help.text"
-msgid "If the argument is a number, it is used as numeric value of the expression."
+msgid "CInt (Expression As Variant) As Integer"
msgstr ""
#. UnfBB
@@ -25238,50 +25112,23 @@ msgctxt ""
msgid "Converts any string or numeric expression to a long integer."
msgstr "Mengubah string atau ekspresi numerik apa pun menjadi bilangan bulat panjang."
-#. CtL6e
-#: 03100600.xhp
-msgctxt ""
-"03100600.xhp\n"
-"hd_id3145315\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaksis:"
-
-#. 3HnrW
+#. 8aFmF
#: 03100600.xhp
msgctxt ""
"03100600.xhp\n"
"par_id3147573\n"
"help.text"
-msgid "CLng (Expression)"
-msgstr "Fix (Ekspresi)"
-
-#. iViY7
-#: 03100600.xhp
-msgctxt ""
-"03100600.xhp\n"
-"hd_id3145610\n"
-"help.text"
-msgid "Return value:"
-msgstr "Nilai hasil:"
-
-#. pC3ZX
-#: 03100600.xhp
-msgctxt ""
-"03100600.xhp\n"
-"hd_id3154760\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parameter:"
+msgid "CLng (Expression As Variant) As Long"
+msgstr ""
-#. kyujG
+#. HDHVW
#: 03100600.xhp
msgctxt ""
"03100600.xhp\n"
"par_id3159414\n"
"help.text"
-msgid "<emph>Expression:</emph> Any numerical expression that you want to convert. If the <emph>Expression</emph> lies outside the valid long integer range between -2.147.483.648 and 2.147.483.647, $[officename] Basic returns an overflow error. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
-msgstr "<emph>anda:</emph> Tanda numerik apa pun yang ingin Anda ubah. Jika <emph>Expression</emph> lies di luar rentang integer panjang yang valid antara -2.147.483.648 dan 2.147.483.647, $[officename] Dasar mengembalikan kesalahan melimpah. Untuk merubah tanda string, angka tersebut harus dimasukkan sebagai teks normal (\"123.5\") menggunakan format angka bawaan sistem operasi Anda."
+msgid "If <literal>Expression</literal> lies outside the valid long integer range between -2.147.483.648 and 2.147.483.647, $[officename] Basic returns an overflow error."
+msgstr ""
#. hgEwt
#: 03100600.xhp
@@ -25517,59 +25364,68 @@ msgctxt ""
msgid "Converts any string or numeric expression to data type Single."
msgstr "Mengubah string atau ekspresi numerik apa pun menjadi tipe data Tunggal."
-#. BNPsA
+#. dQQAS
#: 03100900.xhp
msgctxt ""
"03100900.xhp\n"
-"hd_id3153255\n"
+"par_id3148983\n"
"help.text"
-msgid "Syntax:"
-msgstr "Sintaksis:"
+msgid "CSng (Expression As Variant) As Single"
+msgstr ""
-#. JxpvM
+#. ZodWe
#: 03100900.xhp
msgctxt ""
"03100900.xhp\n"
-"par_id3148983\n"
+"par_id3153897\n"
"help.text"
-msgid "CSng (Expression)"
-msgstr "Fix (Ekspresi)"
+msgid "<emph>Expression</emph>: Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered using a dot \".\" as the decimal point and a comma \",\" as the thousands separator (for instance 123,456.78), which may differ from your %PRODUCTNAME <link href=\"text/shared/optionen/01140000.xhp\" name=\"language settings\">language settings</link>."
+msgstr ""
-#. FR3tS
+#. 6CgWz
#: 03100900.xhp
msgctxt ""
"03100900.xhp\n"
-"hd_id3152347\n"
+"par_id761652451117906\n"
"help.text"
-msgid "Return value:"
-msgstr "Nilai hasil:"
+msgid "Numeric expressions are displayed according %PRODUCTNAME <link href=\"text/shared/optionen/01140000.xhp\" name=\"language settings\">language settings</link>:"
+msgstr ""
-#. cSsM4
+#. DirnZ
#: 03100900.xhp
msgctxt ""
"03100900.xhp\n"
-"hd_id3146957\n"
+"par_idm1341608224\n"
"help.text"
-msgid "Parameters:"
-msgstr "Parameter:"
+msgid "MsgBox CDbl(1234.5678) ' 1234.5678"
+msgstr ""
-#. XEQKF
+#. BoiF4
#: 03100900.xhp
msgctxt ""
"03100900.xhp\n"
-"par_id3153345\n"
+"par_idm1341604480\n"
"help.text"
-msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
-msgstr "<emph>Ekspresi:</emph> Setiap string atau ekspresi numerik yang ingin Anda konversi. Untuk mengonversi ekspresi string, angka tersebut harus dimasukkan sebagai teks normal (\"123.5\") menggunakan format angka default sistem operasi Anda."
+msgid "MsgBox CSng(1234.5678) ' 1234.567749023"
+msgstr ""
-#. kT9UB
+#. rf5Br
#: 03100900.xhp
msgctxt ""
"03100900.xhp\n"
-"hd_id3149514\n"
+"par_idm1341608242\n"
"help.text"
-msgid "Example:"
-msgstr "Contoh:"
+msgid "MsgBox CDbl(expression := 5678.1234) ' 5678.1234"
+msgstr ""
+
+#. uVUDG
+#: 03100900.xhp
+msgctxt ""
+"03100900.xhp\n"
+"par_idm1341604408\n"
+"help.text"
+msgid "MsgBox CSng(expression := 5678.1234) ' 5678.123535156"
+msgstr ""
#. MCFBf
#: 03101000.xhp