aboutsummaryrefslogtreecommitdiff
path: root/source/km/helpcontent2/source/text/sbasic/shared.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/km/helpcontent2/source/text/sbasic/shared.po')
-rw-r--r--source/km/helpcontent2/source/text/sbasic/shared.po182
1 files changed, 1 insertions, 181 deletions
diff --git a/source/km/helpcontent2/source/text/sbasic/shared.po b/source/km/helpcontent2/source/text/sbasic/shared.po
index 71a3b26311f..0ff134c4f4d 100644
--- a/source/km/helpcontent2/source/text/sbasic/shared.po
+++ b/source/km/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: shared\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-08 19:34+0100\n"
+"POT-Creation-Date: 2019-11-13 13:46+0100\n"
"PO-Revision-Date: 2018-10-21 20:23+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Khmer <support@khmeros.info>\n"
@@ -28907,15 +28907,6 @@ msgctxt ""
msgid "Returns the lower boundary of an array."
msgstr "ត្រឡប់​ព្រំដែន​ខាង​ក្រោម​នៃ​អារេ​មួយ ។"
-#. GEEe7
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"hd_id3148538\n"
-"help.text"
-msgid "Syntax:"
-msgstr "វាក្យ​សម្ពន្ធ ៖"
-
#. FcGvD
#: 03102900.xhp
msgctxt ""
@@ -28925,33 +28916,6 @@ msgctxt ""
msgid "LBound (ArrayName [, Dimension])"
msgstr "LBound (ArrayName [, Dimension])"
-#. HhGs4
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"hd_id3150984\n"
-"help.text"
-msgid "Return value:"
-msgstr "តម្លៃ​ត្រឡប់ ៖"
-
-#. YBMcU
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3153126\n"
-"help.text"
-msgid "Long"
-msgstr ""
-
-#. KdfgY
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"hd_id3144500\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ប៉ារ៉ាម៉ែត្រ ៖"
-
#. KUDkg
#: 03102900.xhp
msgctxt ""
@@ -28970,24 +28934,6 @@ msgctxt ""
msgid "<emph>[Dimension]:</emph> Integer that specifies which dimension to return the upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary for. If a value is not specified, the first dimension is assumed."
msgstr "<emph>[Dimension] ៖</emph> ចំនួន​គត់​ដែល​បញ្ជាក់​ តើ​វិមាត្រ​ណា​មួយ​ដើម្បី​ត្រឡប់​ព្រំដែន​ខាង​លើ (<emph>Ubound</emph>) ឬ​ខាង​ក្រោម (<emph>LBound</emph>) ។ ប្រសិន​បើ​តម្លៃ​មួយ​មិន​ត្រូវ​បាន​បញ្ជាក់ វិមាត្រ​ទី​មួយ​ត្រូវ​បាន​សន្មត ។"
-#. AfeR2
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"hd_id3145171\n"
-"help.text"
-msgid "Example:"
-msgstr "ឧទាហរណ៍ ៖"
-
-#. CuAie
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_idm1206770608\n"
-"help.text"
-msgid "Sub VectorBounds"
-msgstr ""
-
#. FEgDA
#: 03102900.xhp
msgctxt ""
@@ -28997,60 +28943,6 @@ msgctxt ""
msgid "Print LBound(v()) ' returns 10"
msgstr ""
-#. QkxEG
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_idm1206766048\n"
-"help.text"
-msgid "End Sub ' VectorBounds"
-msgstr ""
-
-#. iTot3
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_idm1206763792\n"
-"help.text"
-msgid "Sub TableBounds"
-msgstr ""
-
-#. tBDDP
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3145365\n"
-"help.text"
-msgid "Print LBound(t), UBound(t()) ' returns 10 20"
-msgstr ""
-
-#. LerBr
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3149665\n"
-"help.text"
-msgid "Print LBound(t(),2) ' returns - 5"
-msgstr ""
-
-#. HfdoX
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3159154\n"
-"help.text"
-msgid "Print UBound(t,2) ' returns 70"
-msgstr ""
-
-#. DPEj5
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_idm1206754912\n"
-"help.text"
-msgid "End Sub ' TableBounds"
-msgstr ""
-
#. 6GB8Z
#: 03103000.xhp
msgctxt ""
@@ -29087,15 +28979,6 @@ msgctxt ""
msgid "Returns the upper boundary of an array."
msgstr "ត្រឡប់​ព្រំដែន​ខាង​លើ​នៃ​អារេ​មួយ ។"
-#. FupXX
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"hd_id3150984\n"
-"help.text"
-msgid "Syntax:"
-msgstr "វាក្យ​សម្ពន្ធ ៖"
-
#. M5RWy
#: 03103000.xhp
msgctxt ""
@@ -29105,15 +28988,6 @@ msgctxt ""
msgid "UBound (ArrayName [, Dimension])"
msgstr "UBound (ArrayName [, Dimension])"
-#. DHhp6
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"hd_id3153897\n"
-"help.text"
-msgid "Return value:"
-msgstr "តម្លៃ​ត្រឡប់ ៖"
-
#. xVQ87
#: 03103000.xhp
msgctxt ""
@@ -29123,15 +28997,6 @@ msgctxt ""
msgid "Long"
msgstr ""
-#. GgECq
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"hd_id3154347\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ប៉ារ៉ាម៉ែត្រ ៖"
-
#. Svuit
#: 03103000.xhp
msgctxt ""
@@ -29150,24 +29015,6 @@ msgctxt ""
msgid "<emph>[Dimension]:</emph> Integer that specifies which dimension to return the upper(<emph>Ubound</emph>) or lower (<emph>LBound</emph>) boundary for. If no value is specified, the boundary of the first dimension is returned."
msgstr "<emph>[Dimension] ៖</emph> ចំនួន​គត់​ដែល​បញ្ជាក់​តើ​វិមាត្រ​ណា​មួយ​ដើម្បី​ត្រឡប់​ព្រំដែន​ខាង​លើ (<emph>Ubound</emph>) ឬ​ខាង​ក្រោម (<emph>LBound</emph>) ។ ប្រសិន​បើ​គ្មាន​តម្លៃ​ត្រូវ​បាន​បញ្ជាក់ ព្រំដែន​នៃ​វិមាត្រ​ទី​មួយ​ត្រូវ​បាន​ត្រឡប់ ។"
-#. mfhYd
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"hd_id3153192\n"
-"help.text"
-msgid "Example:"
-msgstr "ឧទាហរណ៍ ៖"
-
-#. EFwDh
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_idm1206770608\n"
-"help.text"
-msgid "Sub VectorBounds"
-msgstr ""
-
#. HPb5a
#: 03103000.xhp
msgctxt ""
@@ -29177,24 +29024,6 @@ msgctxt ""
msgid "Print LBound(v()) ' returns 10"
msgstr ""
-#. kmEXM
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_idm1206766048\n"
-"help.text"
-msgid "End Sub ' VectorBounds"
-msgstr ""
-
-#. khUqL
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_idm1206763792\n"
-"help.text"
-msgid "Sub TableBounds"
-msgstr ""
-
#. aaaDh
#: 03103000.xhp
msgctxt ""
@@ -29222,15 +29051,6 @@ msgctxt ""
msgid "Print UBound(t,2) ' returns 70"
msgstr ""
-#. AkaCg
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_idm1206754912\n"
-"help.text"
-msgid "End Sub ' TableBounds"
-msgstr ""
-
#. QHhrj
#: 03103100.xhp
msgctxt ""