aboutsummaryrefslogtreecommitdiff
path: root/source/mk/helpcontent2/source/text/sbasic/shared.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/mk/helpcontent2/source/text/sbasic/shared.po')
-rw-r--r--source/mk/helpcontent2/source/text/sbasic/shared.po226
1 files changed, 77 insertions, 149 deletions
diff --git a/source/mk/helpcontent2/source/text/sbasic/shared.po b/source/mk/helpcontent2/source/text/sbasic/shared.po
index 07192b98f0e..69deec1ac7c 100644
--- a/source/mk/helpcontent2/source/text/sbasic/shared.po
+++ b/source/mk/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: 2021-11-16 12:08+0100\n"
+"POT-Creation-Date: 2021-11-24 12:02+0100\n"
"PO-Revision-Date: 2018-10-21 20:26+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -25486,23 +25486,59 @@ msgctxt ""
msgid "Parameters:"
msgstr "Параметри:"
-#. eJRAh
+#. 94dPA
#: 03100500.xhp
msgctxt ""
"03100500.xhp\n"
"par_id3159414\n"
"help.text"
-msgid "<emph>Expression:</emph> Any numeric expression that you want to convert. If the <emph>Expression</emph> exceeds the value range between -32768 and 32767, $[officename] Basic reports 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>Expression:</emph> Any numeric expression that you want to convert. If the <emph>Expression</emph> exceeds the value range between -32768 and 32767, $[officename] Basic reports 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."
+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."
+msgstr ""
+
+#. RD4KV
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"par_id3159416\n"
+"help.text"
+msgid "If the argument is string, the function trims the leading whitespace; then it tries to recognize a number in following characters. These syntaxes are recognized: decimal numbers (with optional leading sign) using decimal and group separators of locale configured in $[officename] (group separators are accepted in any position), with optional exponential notation like \"-12e+1\" (where an optionally signed whole decimal number after e or E or d or D defines power of 10); octal numbers like \"&Onnn...\", where \"nnn...\" after \"&O\" or \"&o\" is sequence of characters up to the next non-alphanumeric character, and must be no longer than 11 digits from 0 to 7; hexadecimal numbers like \"&Hnnn...\", where \"nnn...\" after \"&H\" or \"&h\" is sequence of characters up to the next non-alphanumeric character, and must be no longer than 8 digits from 0 to 9, A to F, or a to f. The rest of the string is ignored. If the string is not recognized, e.g. when after trimming leading whitespace it doesn't start with plus, minus, a decimal digit, or \"&\", or when the sequence after \"&O\" is longer than 11 characters or contains an alphabetic character, the numeric value of expression is 0."
+msgstr ""
+
+#. ioj8X
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"par_id3159417\n"
+"help.text"
+msgid "If the argument is an error, the error number is used as numeric value of the expression."
+msgstr ""
-#. Tq6qi
+#. S3UH5
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
+"par_id3159418\n"
+"help.text"
+msgid "If the argument is a date, number of days since 1899-12-30 (serial date) is used as numeric value of the expression. Time is represented as fraction of a day."
+msgstr ""
+
+#. TA6XM
#: 03100500.xhp
msgctxt ""
"03100500.xhp\n"
"par_id3150358\n"
"help.text"
-msgid "This function always rounds the fractional part of a number to the nearest integer."
-msgstr "This function always rounds the fractional part of a number to the nearest integer."
+msgid "After calculating the numeric value of the expression, it is rounded to the nearest integer (if needed), and if the result is not between -32768 and 32767, $[officename] Basic reports an overflow error. Otherwise, the result is returned."
+msgstr ""
#. GsgXV
#: 03100600.xhp
@@ -30130,13 +30166,13 @@ msgctxt ""
msgid "<bookmark_value>Asc function</bookmark_value>"
msgstr "<bookmark_value>Asc function</bookmark_value>"
-#. UG5Ac
+#. CiUxk
#: 03120101.xhp
msgctxt ""
"03120101.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc Function\">Asc Function</link>"
+msgid "<variable id=\"Asc_h1\"><link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc Function\">Asc Function</link></variable>"
msgstr ""
#. 8jiwA
@@ -30148,59 +30184,32 @@ msgctxt ""
msgid "Returns the ASCII (American Standard Code for Information Interchange) value of the first character in a string expression."
msgstr "Returns the ASCII (American Standard Code for Information Interchange) value of the first character in a string expression."
-#. BNWoG
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"hd_id3155555\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Синтакса"
-
-#. giD6a
+#. xFKDc
#: 03120101.xhp
msgctxt ""
"03120101.xhp\n"
"par_id3143267\n"
"help.text"
-msgid "Asc (Text As String)"
-msgstr "Asc (Text As String)"
-
-#. qe9hh
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"hd_id3147242\n"
-"help.text"
-msgid "Return value:"
-msgstr "Врати вредност:"
+msgid "Asc(string) As Long"
+msgstr ""
-#. kmTWL
+#. s239Q
#: 03120101.xhp
msgctxt ""
"03120101.xhp\n"
"par_id3150669\n"
"help.text"
-msgid "Integer"
-msgstr "Цел број"
-
-#. ZSM8u
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"hd_id3148473\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Параметри:"
+msgid "Long"
+msgstr ""
-#. nuuuC
+#. DZtGt
#: 03120101.xhp
msgctxt ""
"03120101.xhp\n"
"par_id3149415\n"
"help.text"
-msgid "<emph>Text:</emph> Any valid string expression. Only the first character in the string is relevant."
-msgstr "<emph>Text:</emph> Any valid string expression. Only the first character in the string is relevant."
+msgid "<emph>string</emph>: Any valid string expression. Only the first character in the string is relevant."
+msgstr ""
#. CF7UG
#: 03120101.xhp
@@ -30211,15 +30220,6 @@ msgctxt ""
msgid "Use the Asc function to replace keys with values. If the Asc function encounters a blank string, $[officename] Basic reports a run-time error. In addition to 7 bit ASCII characters (Codes 0-127), the ASCII function can also detect non-printable key codes in ASCII code. This function can also handle 16 bit unicode characters."
msgstr "Use the Asc function to replace keys with values. If the Asc function encounters a blank string, $[officename] Basic reports a run-time error. In addition to 7 bit ASCII characters (Codes 0-127), the ASCII function can also detect non-printable key codes in ASCII code. This function can also handle 16 bit unicode characters."
-#. d4CxC
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"hd_id3159413\n"
-"help.text"
-msgid "Example:"
-msgstr "Пример"
-
#. VF7kK
#: 03120101.xhp
msgctxt ""
@@ -30229,14 +30229,14 @@ msgctxt ""
msgid "Print ASC(\"A\") ' returns 65"
msgstr "Print ASC(\"A\") REM returns 65"
-#. imR9f
+#. mntEX
#: 03120101.xhp
msgctxt ""
"03120101.xhp\n"
"par_id3148797\n"
"help.text"
-msgid "Print ASC(\"Z\") ' returns 90"
-msgstr "Print ASC(\"Z\") REM returns 90"
+msgid "Print ASC(string:=\"Z\") ' returns 90"
+msgstr ""
#. raPFD
#: 03120101.xhp
@@ -30247,15 +30247,6 @@ msgctxt ""
msgid "Print ASC(\"Las Vegas\") ' returns 76, since only the first character is taken into account"
msgstr "Print ASC(\"Las Vegas\") REM returns 76, since only the first character is taken into account"
-#. 9QUxr
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"par_idN1067B\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120102.xhp\">CHR</link>"
-msgstr "<link href=\"text/sbasic/shared/03120102.xhp\">CHR</link>"
-
#. QMLJb
#: 03120102.xhp
msgctxt ""
@@ -30274,13 +30265,13 @@ msgctxt ""
msgid "<bookmark_value>Chr function</bookmark_value>"
msgstr "<bookmark_value>Chr function</bookmark_value>"
-#. tDyPJ
+#. vBnDE
#: 03120102.xhp
msgctxt ""
"03120102.xhp\n"
"hd_id3149205\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120102.xhp\" name=\"Chr Function\">Chr Function</link>"
+msgid "<variable id=\"Chr_h1\"><link href=\"text/sbasic/shared/03120102.xhp\" name=\"Chr Function\">Chr Function</link></variable>"
msgstr ""
#. UTy3n
@@ -30292,14 +30283,14 @@ msgctxt ""
msgid "Returns the character that corresponds to the specified character code."
msgstr "Returns the character that corresponds to the specified character code."
-#. bf6Zk
+#. cR5b8
#: 03120102.xhp
msgctxt ""
"03120102.xhp\n"
"par_id3150669\n"
"help.text"
-msgid "Chr(Expression As Integer)"
-msgstr "Chr(Expression As Integer)"
+msgid "Chr[$](expression As Integer) As String"
+msgstr ""
#. HnFyY
#: 03120102.xhp
@@ -30355,14 +30346,14 @@ msgctxt ""
msgid "' This example inserts quotation marks (ASCII value 34) in a string."
msgstr "REM This example inserts quotation marks (ASCII value 34) in a string."
-#. aCHvq
+#. PpQfe
#: 03120102.xhp
msgctxt ""
"03120102.xhp\n"
"par_id3151380\n"
"help.text"
-msgid "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr$(34)+\" trip.\""
-msgstr "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr$(34)+\" trip.\""
+msgid "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr(34)+\" trip.\""
+msgstr ""
#. iCsGw
#: 03120102.xhp
@@ -30373,15 +30364,6 @@ msgctxt ""
msgid "' The printout appears in the dialog as: A \"short\" trip."
msgstr "REM The printout appears in the dialog as: A \"short\" trip."
-#. q8bRB
-#: 03120102.xhp
-msgctxt ""
-"03120102.xhp\n"
-"par_idN10668\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120101.xhp\">ASC</link>"
-msgstr "<link href=\"text/sbasic/shared/03120101.xhp\">ASC</link>"
-
#. bzZDz
#: 03120103.xhp
msgctxt ""
@@ -30706,13 +30688,13 @@ msgctxt ""
msgid "<bookmark_value>AscW function</bookmark_value>"
msgstr ""
-#. 4pFSg
+#. 8JuD6
#: 03120111.xhp
msgctxt ""
"03120111.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120111.xhp\" name=\"AscW Function [VBA]\">AscW Function [VBA]</link>"
+msgid "<variable id=\"AscW_h1\"><link href=\"text/sbasic/shared/03120111.xhp\" name=\"AscW Function [VBA]\">AscW Function [VBA]</link></variable>"
msgstr ""
#. XujWF
@@ -30724,22 +30706,22 @@ msgctxt ""
msgid "Returns the Unicode value of the first character in a string expression."
msgstr ""
-#. tyhN7
+#. re4di
#: 03120111.xhp
msgctxt ""
"03120111.xhp\n"
"par_id3150669\n"
"help.text"
-msgid "Integer"
+msgid "Long"
msgstr ""
-#. cLSGx
+#. sEFFg
#: 03120111.xhp
msgctxt ""
"03120111.xhp\n"
"par_id3149415\n"
"help.text"
-msgid "<emph>Text:</emph> Any valid string expression. Only the first character in the string is relevant."
+msgid "<emph>string</emph>: Any valid string expression. Only the first character in the string is relevant."
msgstr ""
#. PWbGW
@@ -30760,13 +30742,13 @@ msgctxt ""
msgid "Print AscW(\"A\") ' returns 65"
msgstr ""
-#. cSPdQ
+#. jFJn8
#: 03120111.xhp
msgctxt ""
"03120111.xhp\n"
"par_id3148797\n"
"help.text"
-msgid "Print AscW(\"Ω\") ' returns 937"
+msgid "Print AscW(string:=\"Ω\") ' returns 937"
msgstr ""
#. KNmoP
@@ -30778,33 +30760,6 @@ msgctxt ""
msgid "Print AscW(\"Αθήνα\") ' returns 913, since only the first character (Alpha) is taken into account"
msgstr ""
-#. Z2b5U
-#: 03120111.xhp
-msgctxt ""
-"03120111.xhp\n"
-"par_idN1067B\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120102.xhp\">Chr</link>"
-msgstr ""
-
-#. BbWXB
-#: 03120111.xhp
-msgctxt ""
-"03120111.xhp\n"
-"par_id051920171027053197\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120112.xhp\">ChrW</link>"
-msgstr ""
-
-#. GkoG4
-#: 03120111.xhp
-msgctxt ""
-"03120111.xhp\n"
-"par_id051920171027051338\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120101.xhp\">Asc</link>"
-msgstr ""
-
#. 9DDYF
#: 03120112.xhp
msgctxt ""
@@ -30823,13 +30778,13 @@ msgctxt ""
msgid "<bookmark_value>ChrW function</bookmark_value>"
msgstr ""
-#. 4MJ6d
+#. C6uF5
#: 03120112.xhp
msgctxt ""
"03120112.xhp\n"
"hd_id3149205\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120112.xhp\" name=\"ChrW Function\">ChrW Function [VBA]</link>"
+msgid "<variable id=\"ChrW_h1\"><link href=\"text/sbasic/shared/03120112.xhp\" name=\"ChrW Function\">ChrW Function [VBA]</link></variable>"
msgstr ""
#. yFpZL
@@ -30841,13 +30796,13 @@ msgctxt ""
msgid "Returns the Unicode character that corresponds to the specified character code."
msgstr ""
-#. UVM29
+#. X2EkR
#: 03120112.xhp
msgctxt ""
"03120112.xhp\n"
"par_id3150669\n"
"help.text"
-msgid "ChrW(Expression As Integer)"
+msgid "ChrW(Expression As Integer) As String"
msgstr ""
#. mA9x6
@@ -30895,33 +30850,6 @@ msgctxt ""
msgid "' The printout appears in the dialog as: From Α to Ω"
msgstr ""
-#. hSMKc
-#: 03120112.xhp
-msgctxt ""
-"03120112.xhp\n"
-"par_id051920171010491586\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120102.xhp\">Chr</link>"
-msgstr ""
-
-#. JJUXA
-#: 03120112.xhp
-msgctxt ""
-"03120112.xhp\n"
-"par_idN10668\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120101.xhp\">Asc</link>"
-msgstr ""
-
-#. 2fMt4
-#: 03120112.xhp
-msgctxt ""
-"03120112.xhp\n"
-"par_id051920171009414669\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120111.xhp\">AscW</link>"
-msgstr ""
-
#. E7Eoi
#: 03120200.xhp
msgctxt ""