update translations for master

and force-fix errors using pocheck

Change-Id: I1658b92ce4e7a15ad5539e5dcba48bfd1951744f
This commit is contained in:
Christian Lohmaier
2021-10-04 21:18:14 +02:00
parent 0cb98568b1
commit e8881fe8aa
1464 changed files with 231591 additions and 195340 deletions

View File

@@ -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-09-27 19:09+0200\n"
"POT-Creation-Date: 2021-10-04 19:51+0200\n"
"PO-Revision-Date: 2019-03-31 03:24+0000\n"
"Last-Translator: सन्जोग सिग्देल <sigdelsanjog@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -38815,40 +38815,40 @@ msgctxt ""
msgid "Using <literal>Resume</literal> without parameters to re-execute the faulty instruction can fit certain situations. However that may cause a never ending loop."
msgstr ""
#. t97uD
#. DeHMt
#: calc_functions.xhp
msgctxt ""
"calc_functions.xhp\n"
"tit\n"
"help.text"
msgid "Calling Calc Functions in Macros"
msgid "Using Calc Functions in Macros"
msgstr ""
#. 3LfzE
#. B2ErX
#: calc_functions.xhp
msgctxt ""
"calc_functions.xhp\n"
"bm_id291592361063458\n"
"help.text"
msgid "<bookmark_value>calling Calc function;macros</bookmark_value> <bookmark_value>macros;calling Calc function</bookmark_value> <bookmark_value>createUNOservice function;calling Calc function</bookmark_value> <bookmark_value>API;sheet.addin.Analysis</bookmark_value> <bookmark_value>API;sheet.FunctionAccess</bookmark_value>"
msgid "<bookmark_value>calling Calc function;macros</bookmark_value> <bookmark_value>setting Calc function;macros</bookmark_value> <bookmark_value>macros;calling Calc function</bookmark_value> <bookmark_value>macros;setting Calc function</bookmark_value> <bookmark_value>createUNOservice function;calling Calc function</bookmark_value> <bookmark_value>API;sheet.addin.Analysis</bookmark_value> <bookmark_value>API;sheet.FunctionAccess</bookmark_value>"
msgstr ""
#. CSA8o
#. oDKGc
#: calc_functions.xhp
msgctxt ""
"calc_functions.xhp\n"
"hd_id91592352089011\n"
"help.text"
msgid "<variable id=\"CallingCalcFunctionsh1\"><link href=\"text/sbasic/shared/calc_functions.xhp\" name=\"Calling Calc Functions\">Calling Calc Functions</link></variable>"
msgid "<variable id=\"CallingCalcFunctionsh1\"><link href=\"text/sbasic/shared/calc_functions.xhp\" name=\"Calling Calc Functions\">Using Calc Functions in Macros</link></variable>"
msgstr ""
#. DeJyb
#. vixak
#: calc_functions.xhp
msgctxt ""
"calc_functions.xhp\n"
"par_id1001592359117987\n"
"help.text"
msgid "In addition to the native BASIC functions, you can call Calc functions in your macros and scripts."
msgid "In addition to the native BASIC functions, you can call Calc functions in your macros and scripts and set Calc functions in cell formulas."
msgstr ""
#. pFoqw
@@ -38968,6 +38968,51 @@ msgctxt ""
msgid "' Shows the message \"Disagree\""
msgstr ""
#. u8bVb
#: calc_functions.xhp
msgctxt ""
"calc_functions.xhp\n"
"hd_id261632673377666\n"
"help.text"
msgid "Setting Cell Formulas Containing Internal Calc Functions"
msgstr ""
#. QAMok
#: calc_functions.xhp
msgctxt ""
"calc_functions.xhp\n"
"par_id41632673385259\n"
"help.text"
msgid "Use the formula text string to add a formula to a spreadsheet cell."
msgstr ""
#. o3jiB
#: calc_functions.xhp
msgctxt ""
"calc_functions.xhp\n"
"par_id291632673370039\n"
"help.text"
msgid "All Calc functions must be expressed with their English names."
msgstr ""
#. dfwfw
#: calc_functions.xhp
msgctxt ""
"calc_functions.xhp\n"
"par_id101632673833258\n"
"help.text"
msgid "REM Add a formula to cell A1. Function name must be in English."
msgstr ""
#. BcaTk
#: calc_functions.xhp
msgctxt ""
"calc_functions.xhp\n"
"par_id191632673837838\n"
"help.text"
msgid "REM Cell A1 displays the localized function name"
msgstr ""
#. V3quU
#: calc_functions.xhp
msgctxt ""
@@ -38986,13 +39031,13 @@ msgctxt ""
msgid "The Calc Add-In functions are in service <literal>com.sun.star.sheet.addin.Analysis</literal>."
msgstr ""
#. Yrje5
#. 94wim
#: calc_functions.xhp
msgctxt ""
"calc_functions.xhp\n"
"bas_id421592358343633\n"
"help.text"
msgid "REM Example calling Addin function SQRTPI"
msgid "REM Example calling Add-in function SQRTPI"
msgstr ""
#. bFnDA
@@ -39013,6 +39058,51 @@ msgctxt ""
msgid "MySQRTPI = oService.getSqrtPi(arg)"
msgstr ""
#. 4Rj5v
#: calc_functions.xhp
msgctxt ""
"calc_functions.xhp\n"
"hd_id251632673972700\n"
"help.text"
msgid "Setting Cell Formulas with Add-In Functions"
msgstr ""
#. wPiTB
#: calc_functions.xhp
msgctxt ""
"calc_functions.xhp\n"
"par_id431632674656090\n"
"help.text"
msgid "The Add-In function must be expressed by its UNO service name."
msgstr ""
#. nUVAe
#: calc_functions.xhp
msgctxt ""
"calc_functions.xhp\n"
"par_id101632623833258\n"
"help.text"
msgid "REM Add an Add-In formula to cell A1. Function name is the UNO service name."
msgstr ""
#. Q6BTa
#: calc_functions.xhp
msgctxt ""
"calc_functions.xhp\n"
"par_id191632673867838\n"
"help.text"
msgid "REM Cell A1 displays the localized function name"
msgstr ""
#. mYEEy
#: calc_functions.xhp
msgctxt ""
"calc_functions.xhp\n"
"hd_id661632676716180\n"
"help.text"
msgid "Add-In Functions UNO service Names"
msgstr ""
#. PsFhU
#: calc_functions.xhp
msgctxt ""