aboutsummaryrefslogtreecommitdiff
path: root/source/nb/helpcontent2/source/text/sbasic
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-11-17 20:20:11 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-11-17 20:38:43 +0100
commit552fa2fbab0570d8f7747620cf8744662ce43d9c (patch)
treefb25bafda7c6b03017b2848417b14d95dadba110 /source/nb/helpcontent2/source/text/sbasic
parent8ac785874f36764b40593b4c4d33b1a5848b4cc1 (diff)
final update of translations for 6.2.0 beta1
and force-fix using pocheck Change-Id: I355e7331efc15474a5b4e8277d8c375b5cac7c42
Diffstat (limited to 'source/nb/helpcontent2/source/text/sbasic')
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared.po186
1 files changed, 181 insertions, 5 deletions
diff --git a/source/nb/helpcontent2/source/text/sbasic/shared.po b/source/nb/helpcontent2/source/text/sbasic/shared.po
index 41fe8b6405b..085ecebe5f8 100644
--- a/source/nb/helpcontent2/source/text/sbasic/shared.po
+++ b/source/nb/helpcontent2/source/text/sbasic/shared.po
@@ -3,9 +3,9 @@ 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: 2018-10-21 20:57+0200\n"
-"PO-Revision-Date: 2018-10-08 19:50+0000\n"
-"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
+"POT-Creation-Date: 2018-11-16 22:41+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"
"Language: nb\n"
"MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1539028247.000000\n"
+"X-POOTLE-MTIME: 1540153617.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -15275,6 +15275,30 @@ msgstr ""
#: 03040000.xhp
msgctxt ""
"03040000.xhp\n"
+"par_id671542197262160\n"
+"help.text"
+msgid "Part of vbTriState enumeration."
+msgstr ""
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id351542197255532\n"
+"help.text"
+msgid "Part of vbTriState enumeration."
+msgstr ""
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id251542197274514\n"
+"help.text"
+msgid "Part of vbTriState enumeration."
+msgstr ""
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
"par_id611512313731233\n"
"help.text"
msgid "CR - Carriage return"
@@ -34936,6 +34960,158 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/04060106.xhp#bm_id3158121\">Calc ROUND function</link>"
msgstr ""
+#: 03170010.xhp
+msgctxt ""
+"03170010.xhp\n"
+"tit\n"
+"help.text"
+msgid "FormatNumber Function [VBA]"
+msgstr ""
+
+#: 03170010.xhp
+msgctxt ""
+"03170010.xhp\n"
+"bm_id661542193659245\n"
+"help.text"
+msgid "<bookmark_value>FormatNumber function</bookmark_value>"
+msgstr ""
+
+#: 03170010.xhp
+msgctxt ""
+"03170010.xhp\n"
+"hd_id871542193473857\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03170010.xhp\" name=\"FormatNumber Function [VBA]\">FormatNumber [VBA]</link>"
+msgstr ""
+
+#: 03170010.xhp
+msgctxt ""
+"03170010.xhp\n"
+"par_id351542193473858\n"
+"help.text"
+msgid "Returns a string with a number formatting applied to a numeric expression."
+msgstr ""
+
+#: 03170010.xhp
+msgctxt ""
+"03170010.xhp\n"
+"par_id761542194361212\n"
+"help.text"
+msgid "String"
+msgstr ""
+
+#: 03170010.xhp
+msgctxt ""
+"03170010.xhp\n"
+"par_id240720170117391741\n"
+"help.text"
+msgid "<emph>expression</emph>: Required. The numeric expression to be formatted."
+msgstr ""
+
+#: 03170010.xhp
+msgctxt ""
+"03170010.xhp\n"
+"par_id631542195798758\n"
+"help.text"
+msgid "<emph>numDigitsAfterDecimal</emph>: Optional. A numeric value specifying the number of digits that should be displayed after the decimal. If omitted, it defaults to the value -1, meaning that the default settings for user interface locale should be used."
+msgstr ""
+
+#: 03170010.xhp
+msgctxt ""
+"03170010.xhp\n"
+"par_id961542200034362\n"
+"help.text"
+msgid "<emph>includeLeadingDigit</emph>: Optional. A <link href=\"text/sbasic/shared/03040000.xhp#addvbaconstants\" name=\"vbtristate\">vbTriState</link> enumeration value, specifying whether a leading zero should be displayed for fractional values."
+msgstr ""
+
+#: 03170010.xhp
+msgctxt ""
+"03170010.xhp\n"
+"par_id561542198440051\n"
+"help.text"
+msgid "<emph>vbTrue or -1</emph>: Display a leading zero."
+msgstr ""
+
+#: 03170010.xhp
+msgctxt ""
+"03170010.xhp\n"
+"par_id21542198550868\n"
+"help.text"
+msgid "<emph>vbFalse or 0</emph>: Do not display leading zeros."
+msgstr ""
+
+#: 03170010.xhp
+msgctxt ""
+"03170010.xhp\n"
+"par_id241542199046808\n"
+"help.text"
+msgid "<emph>vbUseDefaults or -2</emph>: Use the user interface locale settings. This is the default when omitted."
+msgstr ""
+
+#: 03170010.xhp
+msgctxt ""
+"03170010.xhp\n"
+"par_id311542201637647\n"
+"help.text"
+msgid "<emph>useParensForNegativeNumbers</emph>: Optional. A <link href=\"text/sbasic/shared/03040000.xhp#addvbaconstants\" name=\"vbtristate\">vbTriState</link> enumeration value specifying whether negative numbers should be encased in parenthesis."
+msgstr ""
+
+#: 03170010.xhp
+msgctxt ""
+"03170010.xhp\n"
+"par_id561543198440051\n"
+"help.text"
+msgid "<emph>vbTrue or -1</emph>: Use parenthesis for negative numbers."
+msgstr ""
+
+#: 03170010.xhp
+msgctxt ""
+"03170010.xhp\n"
+"par_id21542398550868\n"
+"help.text"
+msgid "<emph>vbFalse or 0</emph>: Do not display parenthesis."
+msgstr ""
+
+#: 03170010.xhp
+msgctxt ""
+"03170010.xhp\n"
+"par_id241542191246808\n"
+"help.text"
+msgid "<emph>vbUseDefaults or -2</emph>: Same as vbFalse. This is the default when omitted."
+msgstr ""
+
+#: 03170010.xhp
+msgctxt ""
+"03170010.xhp\n"
+"par_id531542201968815\n"
+"help.text"
+msgid "<emph>groupDigits</emph>: Optional. A <link href=\"text/sbasic/shared/03040000.xhp#addvbaconstants\" name=\"vbtristate\">vbTriState</link> enumeration value specifying the number should be grouped (into thousands, etc.), using the group delimiter that is specified on the system's regional settings."
+msgstr ""
+
+#: 03170010.xhp
+msgctxt ""
+"03170010.xhp\n"
+"par_id561543198560051\n"
+"help.text"
+msgid "<emph>vbTrue or -1</emph>: Group digits."
+msgstr ""
+
+#: 03170010.xhp
+msgctxt ""
+"03170010.xhp\n"
+"par_id215423985506768\n"
+"help.text"
+msgid "<emph>vbFalse or 0</emph>: Do not group digits."
+msgstr ""
+
+#: 03170010.xhp
+msgctxt ""
+"03170010.xhp\n"
+"par_id241542191267808\n"
+"help.text"
+msgid "<emph>vbUseDefaults or -2</emph>: Same as vbFalse. This is the default when omitted."
+msgstr ""
+
#: 05060700.xhp
msgctxt ""
"05060700.xhp\n"
@@ -35749,7 +35925,7 @@ msgctxt ""
"special_vba_func.xhp\n"
"bm_id051920170358346963\n"
"help.text"
-msgid "<bookmark_value>VBA Functions;Mathematical Functions</bookmark_value>"
+msgid "<bookmark_value>VBA Functions;Mathematical Functions</bookmark_value> <bookmark_value>VBA Functions;formatting numbers</bookmark_value>"
msgstr ""
#: special_vba_func.xhp