From 1cf550347fdb87391903b533dd1c47135875a9d7 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Wed, 15 Apr 2020 14:08:14 +0200 Subject: update translations for master and force-fix errors using pocheck Change-Id: I9f37f1bad2c1005d8b63991fb1a66cd2f14e259b --- .../lv/helpcontent2/source/text/sbasic/shared.po | 604 ++++---- source/lv/helpcontent2/source/text/scalc/01.po | 1599 ++++++++++++-------- source/lv/helpcontent2/source/text/swriter/01.po | 6 +- 3 files changed, 1343 insertions(+), 866 deletions(-) (limited to 'source/lv/helpcontent2') diff --git a/source/lv/helpcontent2/source/text/sbasic/shared.po b/source/lv/helpcontent2/source/text/sbasic/shared.po index 8e5ed795d31..1fdb349664c 100644 --- a/source/lv/helpcontent2/source/text/sbasic/shared.po +++ b/source/lv/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: 2020-04-03 11:46+0200\n" +"POT-Creation-Date: 2020-04-15 12:52+0200\n" "PO-Revision-Date: 2019-07-21 20:35+0000\n" "Last-Translator: serval2412 \n" "Language-Team: LANGUAGE \n" @@ -2788,15 +2788,6 @@ msgctxt "" msgid "The Function is called using the following syntax:" msgstr "" -#. yBxwK -#: 01020300.xhp -msgctxt "" -"01020300.xhp\n" -"par_id3146914\n" -"help.text" -msgid "Variable=FunctionName(Parameter1, Parameter2,...)" -msgstr "Mainīgais=FunkcijasNosaukums(Parametrs1, Parametrs2,...)" - #. 33Sss #: 01020300.xhp msgctxt "" @@ -2869,15 +2860,6 @@ msgctxt "" msgid "If you want to pass a parameter by value insert the key word ByVal in front of the parameter when you call a Sub, a Function or a Property, for example:" msgstr "" -#. Vzu4F -#: 01020300.xhp -msgctxt "" -"01020300.xhp\n" -"par_id3150042\n" -"help.text" -msgid "Function ReadOnlyParms(ByVal p2, ByVal p2)" -msgstr "" - #. pojXe #: 01020300.xhp msgctxt "" @@ -2887,24 +2869,6 @@ msgctxt "" msgid "' your code goes here" msgstr "" -#. MGPNc -#: 01020300.xhp -msgctxt "" -"01020300.xhp\n" -"bas_id131584367516784\n" -"help.text" -msgid "End Function" -msgstr "" - -#. bz6EJ -#: 01020300.xhp -msgctxt "" -"01020300.xhp\n" -"bas_id801584367475787\n" -"help.text" -msgid "result = ReadOnlyParms(parm1, parm2)" -msgstr "" - #. WF4ND #: 01020300.xhp msgctxt "" @@ -2932,15 +2896,6 @@ msgctxt "" msgid "Functions, procedures or properties can be defined with optional parameters, for example:" msgstr "" -#. qBTxH -#: 01020300.xhp -msgctxt "" -"01020300.xhp\n" -"bas_id761584366669997\n" -"help.text" -msgid "Sub Rounding(number, Optional decimals, Optional format)" -msgstr "" - #. JKj8y #: 01020300.xhp msgctxt "" @@ -2950,15 +2905,6 @@ msgctxt "" msgid "' your code goes here" msgstr "" -#. NtvTc -#: 01020300.xhp -msgctxt "" -"01020300.xhp\n" -"bas_id251584366745722\n" -"help.text" -msgid "End Sub" -msgstr "" - #. EHCCS #: 01020300.xhp msgctxt "" @@ -2986,15 +2932,6 @@ msgctxt "" msgid "Declaring Variables Outside a Sub a Function or a Property" msgstr "" -#. Q3jEW -#: 01020300.xhp -msgctxt "" -"01020300.xhp\n" -"par_id3150208\n" -"help.text" -msgid "Global VarName As TYPENAME" -msgstr "Global MainīgāNosaukums As TIPANOSAUKUMS" - #. 5JwAY #: 01020300.xhp msgctxt "" @@ -3004,15 +2941,6 @@ msgctxt "" msgid "The variable is valid as long as the %PRODUCTNAME session lasts." msgstr "" -#. CSDs2 -#: 01020300.xhp -msgctxt "" -"01020300.xhp\n" -"par_id3153198\n" -"help.text" -msgid "Public VarName As TYPENAME" -msgstr "Public MainīgāNosaukums As TIPANOSAUKUMS" - #. 9akEs #: 01020300.xhp msgctxt "" @@ -3022,15 +2950,6 @@ msgctxt "" msgid "The variable is valid in all modules." msgstr "Mainīgais ir derīgs visos moduļos." -#. ADEKE -#: 01020300.xhp -msgctxt "" -"01020300.xhp\n" -"par_id3158212\n" -"help.text" -msgid "Private VarName As TYPENAME" -msgstr "Private MainīgāNosaukums As TIPANOSAUKUMS" - #. qeJQx #: 01020300.xhp msgctxt "" @@ -3040,15 +2959,6 @@ msgctxt "" msgid "The variable is only valid in this module." msgstr "Mainīgais ir derīgs tikai šajā modulī." -#. WQdbC -#: 01020300.xhp -msgctxt "" -"01020300.xhp\n" -"par_id3150886\n" -"help.text" -msgid "Dim VarName As TYPENAME" -msgstr "Dim MainīgāNosaukums As TIPANOSAUKUMS" - #. 85TYe #: 01020300.xhp msgctxt "" @@ -3130,15 +3040,6 @@ msgctxt "" msgid "Saving Variable Content after Exiting a Sub a Function or a Property" msgstr "" -#. qV9Bm -#: 01020300.xhp -msgctxt "" -"01020300.xhp\n" -"par_id3156288\n" -"help.text" -msgid "Static VarName As TYPENAME" -msgstr "Static MainīgāNosaukums As TIPANOSAUKUMS" - #. hAB34 #: 01020300.xhp msgctxt "" @@ -17512,31 +17413,31 @@ msgctxt "" msgid "Error-Handling Functions" msgstr "Kļūdu apstrādes funkcijas" -#. zqvGA +#. yMyAz #: 03050000.xhp msgctxt "" "03050000.xhp\n" "hd_id3143271\n" "help.text" -msgid "Error-Handling Functions" -msgstr "Kļūdu apstrādes funkcijas" +msgid "Error-Handling Functions" +msgstr "" -#. BfMGz +#. KsiEx #: 03050000.xhp msgctxt "" "03050000.xhp\n" "par_id3145068\n" "help.text" -msgid "Use the following statements and functions to define the way $[officename] Basic reacts to run-time errors." +msgid "Use the following statements and functions to define the way %PRODUCTNAME Basic reacts to run-time errors." msgstr "" -#. acGyE +#. 9XGsZ #: 03050000.xhp msgctxt "" "03050000.xhp\n" "par_id3148946\n" "help.text" -msgid "$[officename] Basic offers several methods to prevent the termination of a program when a run-time error occurs." +msgid "%PRODUCTNAME Basic offers several methods to prevent the termination of a program when a run-time error occurs." msgstr "" #. C2vFE @@ -17944,6 +17845,15 @@ msgctxt "" msgid "Syntax:" msgstr "Sintakse:" +#. fGsdv +#: 03050500.xhp +msgctxt "" +"03050500.xhp\n" +"par_id491585753339474\n" +"help.text" +msgid "On Error Statement diagram" +msgstr "" + #. 7FXhq #: 03050500.xhp msgctxt "" @@ -22993,13 +22903,13 @@ msgctxt "" msgid "For...Next Statement" msgstr "" -#. YGeU7 +#. Byex6 #: 03090202.xhp msgctxt "" "03090202.xhp\n" "bm_id3149205\n" "help.text" -msgid "For statement To statement Step statement Next statement" +msgid "For statement For Each statement In keyword Next keyword Step keyword To keyword Step keyword" msgstr "" #. LVP76 @@ -23011,13 +22921,13 @@ msgctxt "" msgid "For...Next Statement" msgstr "" -#. P6gje +#. AFEvH #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3143267\n" "help.text" -msgid "Repeats the statements between the For...Next block a specified number of times." +msgid "Repeats the statements between the For...Next block a specified number of times." msgstr "" #. h79GC @@ -23029,49 +22939,58 @@ msgctxt "" msgid "Syntax:" msgstr "Sintakse:" -#. 7GuT6 +#. UqJyC #: 03090202.xhp msgctxt "" "03090202.xhp\n" -"par_id3148473\n" +"par_id491585753339474\n" "help.text" -msgid "For counter=start To end [Step step]" +msgid "For Statement diagram" msgstr "" -#. Qn7bF +#. SuZFA #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3156024\n" "help.text" -msgid "statement block" -msgstr "priekšraksta bloks" +msgid "statement-block" +msgstr "" -#. 5H2nw +#. CCuTr #: 03090202.xhp msgctxt "" "03090202.xhp\n" -"par_id3146796\n" +"par_id3159414\n" "help.text" -msgid "[Exit For]" +msgid "statement-block" msgstr "" -#. oPL7W +#. bcKDQ #: 03090202.xhp msgctxt "" "03090202.xhp\n" -"par_id3159414\n" +"par_id491585653339474\n" "help.text" -msgid "statement block" -msgstr "priekšraksta bloks" +msgid "For Each Statement diagram" +msgstr "" -#. 7DuFn +#. YbrKJ #: 03090202.xhp msgctxt "" "03090202.xhp\n" -"par_id3153897\n" +"bas_id821586521234861\n" +"help.text" +msgid "statement-block" +msgstr "" + +#. 75jXr +#: 03090202.xhp +msgctxt "" +"03090202.xhp\n" +"bas_id501586521235517\n" "help.text" -msgid "Next [counter]" +msgid "statement-block" msgstr "" #. hE24y @@ -23083,40 +23002,40 @@ msgctxt "" msgid "Variables:" msgstr "Mainīgie:" -#. H4t3c +#. iPLzw #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3150358\n" "help.text" -msgid "Counter: Loop counter initially assigned the value to the right of the equal sign (start). Only numeric variables are valid. The loop counter increases or decreases according to the variable Step until End is passed." +msgid "counter: Loop counter initially assigned the value to the right of the equal sign (start). Only numeric variables are valid. The loop counter increases or decreases according to the variable step until end is passed." msgstr "" -#. PBGU7 +#. crpJL #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3152455\n" "help.text" -msgid "Start: Numeric variable that defines the initial value at the beginning of the loop." +msgid "start: Numeric variable that defines the initial value at the beginning of the loop." msgstr "" -#. B53Sh +#. u8ZEL #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3151043\n" "help.text" -msgid "End: Numeric variable that defines the final value at the end of the loop." +msgid "end: Numeric variable that defines the final value at the end of the loop." msgstr "" -#. RN6Cp +#. TmxSC #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3156281\n" "help.text" -msgid "Step: Sets the value by which to increase or decrease the loop counter. If Step is not specified, the loop counter is incremented by 1. In this case, End must be greater than Start. If you want to decrease Counter, End must be less than Start, and Step must be assigned a negative value." +msgid "step: Sets the value by which to increase or decrease the loop counter. If step is not specified, the loop counter is incremented by 1. In this case, end must be greater than start. If you want to decrease counter, end must be less than start, and step must be assigned a negative value." msgstr "" #. VMWd9 @@ -23128,13 +23047,13 @@ msgctxt "" msgid "The For...Next loop repeats all of the statements in the loop for the number of times that is specified by the parameters." msgstr "" -#. MzbXT +#. 6pQ2G #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3147287\n" "help.text" -msgid "As the counter variable is decreased, $[officename] Basic checks if the end value has been reached. As soon as the counter passes the end value, the loop automatically ends." +msgid "As the counter variable is decreased, %PRODUCTNAME Basic checks if the end value has been reached. As soon as the counter passes the end value, the loop automatically terminates." msgstr "" #. hFEyc @@ -23155,13 +23074,13 @@ msgctxt "" msgid "If you specify an increment of 0, the statements between For and Next are repeated continuously." msgstr "" -#. wMUFA +#. Xxfcy #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3155854\n" "help.text" -msgid "When counting down the counter variable, $[officename] Basic checks for overflow or underflow. The loop ends when Counter exceeds End (positive Step value) or is less than End (negative Step value)." +msgid "When counting down the counter variable, %PRODUCTNAME Basic checks for overflow or underflow. The loop ends when counter exceeds end (positive Step value) or is less than end (negative Step value)." msgstr "" #. DNpBx @@ -23173,166 +23092,112 @@ msgctxt "" msgid "Use the Exit For statement to exit the loop unconditionally. This statement must be within a For...Next loop. Use the If...Then statement to test the exit condition as follows:" msgstr "" -#. vYTyG +#. M36BA #: 03090202.xhp msgctxt "" "03090202.xhp\n" -"par_id3153190\n" +"bas_id621586522583437\n" "help.text" -msgid "For..." +msgid "statement-block" msgstr "" -#. AeEhE -#: 03090202.xhp -msgctxt "" -"03090202.xhp\n" -"par_id3149482\n" -"help.text" -msgid "statements" -msgstr "priekšraksti" - -#. qvVwR +#. k56rG #: 03090202.xhp msgctxt "" "03090202.xhp\n" -"par_id3147124\n" +"bas_id711586522584013\n" "help.text" -msgid "If condition = True Then Exit For" +msgid "statement-block" msgstr "" -#. FuKCd -#: 03090202.xhp -msgctxt "" -"03090202.xhp\n" -"par_id3153159\n" -"help.text" -msgid "statements" -msgstr "priekšraksti" - -#. LoD97 -#: 03090202.xhp -msgctxt "" -"03090202.xhp\n" -"par_id3154096\n" -"help.text" -msgid "Next" -msgstr "Next" - -#. KfKRR +#. C2e3R #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3156286\n" "help.text" -msgid "Note: In nested For...Next loops, if you exit a loop unconditionally with Exit For, only one loop is exited." +msgid "In nested For...Next loops, if you exit a loop unconditionally with Exit For, only one loop is exited." msgstr "" -#. McR4Z +#. Xo6Nj #: 03090202.xhp msgctxt "" "03090202.xhp\n" "hd_id3148457\n" "help.text" -msgid "Example" -msgstr "Piemērs" - -#. 3hXfC -#: 03090202.xhp -msgctxt "" -"03090202.xhp\n" -"par_id3151074\n" -"help.text" -msgid "The following example uses two nested loops to sort a string array with 10 elements ( sEntry() ), that are first filled with various contents:" -msgstr "" - -#. k2qGE -#: 03090202.xhp -msgctxt "" -"03090202.xhp\n" -"par_id3155767\n" -"help.text" -msgid "sEntry(0) = \"Jerry\"" -msgstr "" - -#. jfGrU -#: 03090202.xhp -msgctxt "" -"03090202.xhp\n" -"par_id3153711\n" -"help.text" -msgid "sEntry(1) = \"Patty\"" +msgid "Examples" msgstr "" -#. LBHzA +#. mdCY2 #: 03090202.xhp msgctxt "" "03090202.xhp\n" -"par_id3148993\n" +"par_id3151074\n" "help.text" -msgid "sEntry(2) = \"Kurt\"" +msgid "The following example uses two nested loops to sort a string array with 10 elements ( sEntry() ), that is filled with various contents:" msgstr "" -#. hBFon +#. uEoLD #: 03090202.xhp msgctxt "" "03090202.xhp\n" -"par_id3156382\n" +"par_id561586524231943\n" "help.text" -msgid "sEntry(3) = \"Thomas\"" +msgid "This explores the content of an array to display each item it contains." msgstr "" -#. 2Afje +#. TGDLQ #: 03090202.xhp msgctxt "" "03090202.xhp\n" -"par_id3155174\n" +"bas_id511586523090639\n" "help.text" -msgid "sEntry(4) = \"Michael\"" +msgid "Sub list_iteration" msgstr "" -#. SGKJB +#. biVQS #: 03090202.xhp msgctxt "" "03090202.xhp\n" -"par_id3166448\n" +"bas_id391586523091799\n" "help.text" -msgid "sEntry(5) = \"David\"" +msgid "cutlery = Array(\"fork\", \"knife\", \"spoon\")" msgstr "" -#. 856Y8 +#. AupdW #: 03090202.xhp msgctxt "" "03090202.xhp\n" -"par_id3149255\n" +"bas_id811586523092655\n" "help.text" -msgid "sEntry(6) = \"Cathy\"" +msgid "For Each item in cutlery" msgstr "" -#. qAQBw +#. BdxhG #: 03090202.xhp msgctxt "" "03090202.xhp\n" -"par_id3149565\n" +"bas_id271586523092911\n" "help.text" -msgid "sEntry(7) = \"Susie\"" +msgid "Print item" msgstr "" -#. zUTiM +#. Pjkxm #: 03090202.xhp msgctxt "" "03090202.xhp\n" -"par_id3145148\n" +"bas_id941586523093415\n" "help.text" -msgid "sEntry(8) = \"Edward\"" +msgid "Next ' item" msgstr "" -#. AsMRN +#. ArG25 #: 03090202.xhp msgctxt "" "03090202.xhp\n" -"par_id3145229\n" +"bas_id301586523093607\n" "help.text" -msgid "sEntry(9) = \"Christine\"" +msgid "End Sub" msgstr "" #. GD68h @@ -24118,13 +23983,13 @@ msgctxt "" msgid "Call Statement" msgstr "" -#. wneEE +#. nPKzF #: 03090401.xhp msgctxt "" "03090401.xhp\n" "par_id3153394\n" "help.text" -msgid "Transfers the control of the program to a subroutine, a function, or a DLL procedure." +msgid "Transfers the control of the program to a subroutine, a function, or a procedure of a Dynamic Link Library (DLL). The keyword, type and number of parameters is dependent on the routine that is being called." msgstr "" #. MdeJS @@ -24163,31 +24028,49 @@ msgctxt "" msgid "Parameters:" msgstr "Parametri:" -#. dbwfN +#. C2MXB #: 03090401.xhp msgctxt "" "03090401.xhp\n" "par_id3148473\n" "help.text" -msgid "name: Name of the subroutine, the function, or the DLL that you want to call" +msgid "name: Name of the subroutine, the function, or the DLL that you want to call" msgstr "" -#. iFYrJ +#. 23rrr #: 03090401.xhp msgctxt "" "03090401.xhp\n" "par_id3148946\n" "help.text" -msgid "param: Parameters to pass to the procedure. The keyword, type and number of parameters is dependent on the routine that is being called." +msgid "param: Keyword parameter name to pass to the routine, followed by its value. The name must match the routine declaration. Keywords are optional and can be used in any order." msgstr "" -#. 4LVmZ +#. r9JSP +#: 03090401.xhp +msgctxt "" +"03090401.xhp\n" +"par_id871586190690812\n" +"help.text" +msgid "value: Positional parameter value. The type is dependent on the routine that is being called" +msgstr "" + +#. gANH7 +#: 03090401.xhp +msgctxt "" +"03090401.xhp\n" +"par_id421586006407428\n" +"help.text" +msgid "When mixing positional and keyword parameters, make sure positional parameters are following the routine declaration order." +msgstr "" + +#. xFXk8 #: 03090401.xhp msgctxt "" "03090401.xhp\n" "par_id3154216\n" "help.text" -msgid "A keyword is optional when you call a procedure. If a function is executed as an expression, the parameters must be enclosed by brackets in the statement. If a DLL is called, it must first be specified in the Declare-Statement." +msgid "When a function is used as an expression, enclosing parameters with brackets becomes necessary. Using a Declare statement is compulsory prior to call a DLL." msgstr "" #. QZZ8c @@ -25900,13 +25783,13 @@ msgctxt "" msgid "CVErr function" msgstr "CVErr funkcija" -#. hpChf +#. zHAeD #: 03100080.xhp msgctxt "" "03100080.xhp\n" "par_idN1054B\n" "help.text" -msgid "CVErr Function" +msgid "CVErr Function" msgstr "" #. 3B8u2 @@ -28681,13 +28564,13 @@ msgctxt "" msgid "IsError function" msgstr "IsError funkcija" -#. CG3nf +#. FDXnr #: 03102450.xhp msgctxt "" "03102450.xhp\n" "par_idN1054E\n" "help.text" -msgid "IsError Function" +msgid "IsError Function" msgstr "" #. yQg58 @@ -29374,13 +29257,13 @@ msgctxt "" msgid "Syntax:" msgstr "Sintakse:" -#. 6bD7g +#. ZR3gW #: 03103100.xhp msgctxt "" "03103100.xhp\n" -"par_id3154285\n" +"par_id41586012988213\n" "help.text" -msgid "[Let] VarName=Expression" +msgid "Let Statement diagram" msgstr "" #. X4WmE @@ -29392,13 +29275,13 @@ msgctxt "" msgid "Parameters:" msgstr "Parametri:" -#. GDfsk +#. DpLuj #: 03103100.xhp msgctxt "" "03103100.xhp\n" "par_id3147560\n" "help.text" -msgid "VarName: Variable that you want to assign a value to. Value and variable type must be compatible." +msgid "variable: Variable that you want to assign a value to. Value and variable type must be compatible." msgstr "" #. ZCswn @@ -30103,14 +29986,14 @@ msgctxt "" msgid "Set Statement" msgstr "" -#. zHGh5 +#. GzHJQ #: 03103700.xhp msgctxt "" "03103700.xhp\n" "bm_id3154422\n" "help.text" -msgid "Set statement Nothing object" -msgstr "Mid funkcijaMid priekšraksts" +msgid "Set statement New keyword Nothing object" +msgstr "" #. eramH #: 03103700.xhp @@ -30121,13 +30004,13 @@ msgctxt "" msgid "Set Statement" msgstr "" -#. EZQ7H +#. qNuUW #: 03103700.xhp msgctxt "" "03103700.xhp\n" "par_id3159149\n" "help.text" -msgid "Sets an object reference on a variable or a Property." +msgid "Sets an object reference on a variable." msgstr "" #. MkkED @@ -30139,13 +30022,22 @@ msgctxt "" msgid "Syntax:" msgstr "Sintakse:" -#. VNH9y +#. DiSYW +#: 03103700.xhp +msgctxt "" +"03103700.xhp\n" +"par_id491585753339474\n" +"help.text" +msgid "Set Statement diagram" +msgstr "" + +#. P5Xm2 #: 03103700.xhp msgctxt "" "03103700.xhp\n" "par_id3154217\n" "help.text" -msgid "Set ObjectVar = Object" +msgid "Set variable = object" msgstr "" #. r4fJx @@ -30157,31 +30049,40 @@ msgctxt "" msgid "Parameters:" msgstr "Parametri:" -#. CMGdW +#. K6c5D #: 03103700.xhp msgctxt "" "03103700.xhp\n" "par_id3156281\n" "help.text" -msgid "ObjectVar: a variable or a property that requires an object reference." +msgid "variable: a variable or a property that requires an object reference." msgstr "" -#. F7X5E +#. kSZDp #: 03103700.xhp msgctxt "" "03103700.xhp\n" "par_id3159252\n" "help.text" -msgid "Object: Object that the variable or the property refers to." +msgid "object: Object that the variable refers to." msgstr "" -#. 27u9f +#. goUzz #: 03103700.xhp msgctxt "" "03103700.xhp\n" "par_idN10623\n" "help.text" -msgid "Nothing - Assign the Nothing object to a variable to remove a previous assignment." +msgid "Nothing - Assign Nothing to a variable to remove a previous assignment." +msgstr "" + +#. PUiZf +#: 03103700.xhp +msgctxt "" +"03103700.xhp\n" +"par_id101586014505785\n" +"help.text" +msgid "The keyword Set is optional." msgstr "" #. SGsRz @@ -30193,6 +30094,15 @@ msgctxt "" msgid "Example:" msgstr "Piemērs:" +#. dt2A8 +#: 03103700.xhp +msgctxt "" +"03103700.xhp\n" +"par_id841586014507226\n" +"help.text" +msgid "Use New only to assign a class module instance to a variable." +msgstr "" + #. ukqdX #: 03103800.xhp msgctxt "" @@ -40174,6 +40084,186 @@ msgctxt "" msgid "See also URL Notation" msgstr "" +#. PRG9t +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"tit\n" +"help.text" +msgid "Resume Statement" +msgstr "" + +#. sMcg4 +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"N0001\n" +"help.text" +msgid "Resume statement" +msgstr "" + +#. LTupm +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"N0002\n" +"help.text" +msgid "Resume Statement" +msgstr "" + +#. AVhyb +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"N0003\n" +"help.text" +msgid "Resets error information and indicates what to execute next." +msgstr "" + +#. FhZm3 +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"par_id491585753339474\n" +"help.text" +msgid "Resume Statement diagram" +msgstr "" + +#. KAJEM +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"par_id481586090298901\n" +"help.text" +msgid "0: Resets error information and re-executes the instruction that caused the error. 0 is optional." +msgstr "" + +#. RTTux +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"par_id331586090532804\n" +"help.text" +msgid "label: Resets error information and executes the instruction at the given label." +msgstr "" + +#. 7RP8z +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"par_id331586090432804\n" +"help.text" +msgid "Next: Resets error information and executes the instruction following the one that caused the error." +msgstr "" + +#. 3Jge7 +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"par_id441586333320983\n" +"help.text" +msgid "Error information is built with Erl, Err and Error$ functions." +msgstr "" + +#. PoXod +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"par_id741586333516110\n" +"help.text" +msgid "Erl: Module line number where error occurs." +msgstr "" + +#. aX9ZN +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"par_id81586333580520\n" +"help.text" +msgid "Err: Error number." +msgstr "" + +#. ctA2t +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"par_id721586333586263\n" +"help.text" +msgid "Error[$]: Error description." +msgstr "" + +#. fDJgb +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"par_id941586091561618\n" +"help.text" +msgid "Using Resume to reset error information prevents the propagation of the handled condition to calling routines." +msgstr "" + +#. coy5D +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"hd_id441586092960246\n" +"help.text" +msgid "Examples:" +msgstr "" + +#. 4dyMX +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"par_id961586248539108\n" +"help.text" +msgid "Typical error handling routines are: alerting the user, fixing the error, logging error information or re-throwing custom errors that provide explanations with resolution instructions. Use Resume label when requiring such mechanisms." +msgstr "" + +#. VCDS3 +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"bas_id451586093122848\n" +"help.text" +msgid "' routine code goes here" +msgstr "" + +#. BFzfG +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"bas_id515860931234846\n" +"help.text" +msgid "Error 91 ' example error" +msgstr "" + +#. uFVnv +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"bas_id361586093126654\n" +"help.text" +msgid "' routine cleanup code goes here" +msgstr "" + +#. UNbMJ +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"par_id61586095819168\n" +"help.text" +msgid "Use Resume Next, for example, when reporting anomalies encountered for an iterating process that must not be interrupted. In which case multiple handling routines may be required." +msgstr "" + +#. AeVfB +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"par_id461586091018138\n" +"help.text" +msgid "Using Resume without parameters to re-execute the faulty instruction can fit certain situations. However that may cause a never ending loop." +msgstr "" + #. MqMrx #: classmodule.xhp msgctxt "" diff --git a/source/lv/helpcontent2/source/text/scalc/01.po b/source/lv/helpcontent2/source/text/scalc/01.po index a6d11178469..a685b31c704 100644 --- a/source/lv/helpcontent2/source/text/scalc/01.po +++ b/source/lv/helpcontent2/source/text/scalc/01.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: 2020-04-03 11:46+0200\n" +"POT-Creation-Date: 2020-04-15 12:52+0200\n" "PO-Revision-Date: 2019-02-27 15:24+0000\n" "Last-Translator: Ingmārs Dīriņš \n" "Language-Team: LANGUAGE \n" @@ -6199,13 +6199,13 @@ msgctxt "" msgid "Calculates the amount received that is paid for a fixed-interest security at a given point in time." msgstr "" -#. XhTVX +#. BiDCz #: 04060103.xhp msgctxt "" "04060103.xhp\n" "par_id3145362\n" "help.text" -msgid "RECEIVED(\"Settlement\"; \"Maturity\"; Investment; Discount; Basis)" +msgid "RECEIVED(Settlement; Maturity; Investment; Discount[; Basis])" msgstr "" #. oHAVz @@ -6991,13 +6991,13 @@ msgctxt "" msgid "Calculates the allowance (discount) of a security as a percentage." msgstr "" -#. tusey +#. fBGBA #: 04060103.xhp msgctxt "" "04060103.xhp\n" "par_id3149756\n" "help.text" -msgid "DISC(\"Settlement\"; \"Maturity\"; Price; Redemption; Basis)" +msgid "DISC(Settlement; Maturity; Price; Redemption[; Basis])" msgstr "" #. Uyj29 @@ -7081,13 +7081,13 @@ msgctxt "" msgid "Calculates the duration of a fixed interest security in years." msgstr "" -#. bJZPP +#. 7ixum #: 04060103.xhp msgctxt "" "04060103.xhp\n" "par_id3153373\n" "help.text" -msgid "DURATION(\"Settlement\"; \"Maturity\"; Coupon; Yield; Frequency; Basis)" +msgid "DURATION(Settlement; Maturity; Coupon; Yield; Frequency[; Basis])" msgstr "" #. JeeVp @@ -7144,13 +7144,13 @@ msgctxt "" msgid "A security is purchased on 2001-01-01; the maturity date is 2006-01-01. The Coupon rate of interest is 8%. The yield is 9.0%. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how long is the duration?" msgstr "" -#. ggYzf +#. ADc8t #: 04060103.xhp msgctxt "" "04060103.xhp\n" "par_id3154902\n" "help.text" -msgid "=DURATION(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)" +msgid "=DURATION(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3) returns 4.2 years." msgstr "" #. TjeEJ @@ -12661,420 +12661,6 @@ msgctxt "" msgid "=LOG10(5) returns the base-10 logarithm of 5 (approximately 0.69897)." msgstr "" -#. fnS8m -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"bm_id3152518\n" -"help.text" -msgid "CEILING function rounding;up to multiples of significance" -msgstr "" - -#. FtjnD -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"hd_id3152518\n" -"help.text" -msgid "CEILING" -msgstr "CEILING" - -#. BDPUw -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3153422\n" -"help.text" -msgid "Rounds a number up to the nearest multiple of Significance." -msgstr "" - -#. fhdEu -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3153454\n" -"help.text" -msgid "CEILING(Number; Significance; Mode)" -msgstr "" - -#. PyYGM -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3153467\n" -"help.text" -msgid "Number is the number that is to be rounded up." -msgstr "" - -#. GQVYD -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3155000\n" -"help.text" -msgid "Significance is the number to whose multiple the value is to be rounded up." -msgstr "" - -#. dEi4T -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3155020\n" -"help.text" -msgid "Mode is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of Number, i.e. negative numbers are rounded away from zero. If the Mode value is equal to zero or is not given, negative numbers are rounded towards zero." -msgstr "" - -#. MUqdA -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3163792\n" -"help.text" -msgid "If the spreadsheet is exported to Microsoft Excel, the CEILING function is exported as the equivalent CEILING.MATH function that exists since Excel 2013. If you plan to use the spreadsheet with earlier Excel versions, use either CEILING.PRECISE that exists since Excel 2010, or CEILING.XCL that is exported as the CEILING function compatible with all Excel versions. Note that CEILING.XCL always rounds away from zero." -msgstr "" - -#. B5jSx -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3145710\n" -"help.text" -msgid "=CEILING(-11;-2) returns -10" -msgstr "=CEILING(-11;-2) atgriež -10" - -#. H6Ai9 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3145725\n" -"help.text" -msgid "=CEILING(-11;-2;0) returns -10" -msgstr "=CEILING(-11;-2;0) atgriež -10" - -#. X8Ebc -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3145740\n" -"help.text" -msgid "=CEILING(-11;-2;1) returns -12" -msgstr "=CEILING(-11;-2;1) atgriež -12" - -#. NWAdq -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"bm_id2952518\n" -"help.text" -msgid "CEILING.PRECISE function rounding;up to multiples of significance" -msgstr "" - -#. TL2Mo -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"hd_id2952518\n" -"help.text" -msgid "CEILING.PRECISE" -msgstr "CEILING.PRECISE" - -#. uP3ef -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id2953422\n" -"help.text" -msgid "Rounds a number up to the nearest multiple of Significance, regardless of sign of Significance" -msgstr "" - -#. af8Jy -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id2953454\n" -"help.text" -msgid "CEILING.PRECISE(Number; Significance)" -msgstr "" - -#. c2S3Q -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id2953467\n" -"help.text" -msgid "Number (required) is the number that is to be rounded up." -msgstr "" - -#. De3wj -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id2955000\n" -"help.text" -msgid "Significance (optional) is the number to whose multiple the value is to be rounded up." -msgstr "" - -#. ATzN5 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id2945710\n" -"help.text" -msgid "=CEILING.PRECISE(-11;-2) returns -10" -msgstr "=CEILING.PRECISE(-11;-2) atgriež -10" - -#. CyR3Z -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"bm_id911516997198644\n" -"help.text" -msgid "CEILING.MATH function" -msgstr "" - -#. 47WTb -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"hd_id91516997330445\n" -"help.text" -msgid "CEILING.MATH" -msgstr "" - -#. fj22A -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id81516997342088\n" -"help.text" -msgid "Rounds a number up to the nearest multiple of Significance." -msgstr "" - -#. dEs2U -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id841516997669932\n" -"help.text" -msgid "CEILING.MATH(Number; Significance; Mode)" -msgstr "" - -#. mVrcG -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id651516997706287\n" -"help.text" -msgid "Number is the number that is to be rounded up." -msgstr "" - -#. eWEoz -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id491516997725772\n" -"help.text" -msgid "Significance is the number to whose multiple the value is to be rounded up." -msgstr "" - -#. DhhJP -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id451516997742909\n" -"help.text" -msgid "Mode is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of Number, i.e. negative numbers are rounded away from zero. If the Mode value is equal to zero or is not given, negative numbers are rounded towards zero." -msgstr "" - -#. pNkWd -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id291516998575663\n" -"help.text" -msgid "This function exists for interoperability with Microsoft Excel 2013 or newer." -msgstr "" - -#. AWN7C -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id111516997803684\n" -"help.text" -msgid "=CEILING.MATH(-10;-3) returns -9" -msgstr "" - -#. VRy7N -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id1001516997821483\n" -"help.text" -msgid "=CEILING.MATH(-10;-3;0) returns -9" -msgstr "" - -#. Cqx7f -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id641516997837754\n" -"help.text" -msgid "=CEILING.MATH(-10;-3;1) returns -12" -msgstr "" - -#. 5eFKb -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"bm_id921516998608939\n" -"help.text" -msgid "CEILING.XCL function" -msgstr "" - -#. 7CEZC -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"hd_id411516998838823\n" -"help.text" -msgid "CEILING.XCL" -msgstr "" - -#. vYMF6 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id811516998845826\n" -"help.text" -msgid "Rounds a number away from zero to the nearest multiple of Significance." -msgstr "" - -#. hh5aZ -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id251516998856873\n" -"help.text" -msgid "CEILING.XCL(Number; Significance)" -msgstr "" - -#. cwEnK -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id671516998874263\n" -"help.text" -msgid "Number is the number that is to be rounded." -msgstr "" - -#. RLTcE -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id151516998882622\n" -"help.text" -msgid "Significance is the number to whose multiple the value is to be rounded." -msgstr "" - -#. FZWHB -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id341516998889754\n" -"help.text" -msgid "This function exists for interoperability with Microsoft Excel 2007 or older versions." -msgstr "" - -#. UuVCG -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id91516998917254\n" -"help.text" -msgid "=CEILING.XCL(1;3) returns 3" -msgstr "" - -#. mD3Gy -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id761516998929693\n" -"help.text" -msgid "=CEILING.XCL(7;4) returns 8" -msgstr "" - -#. C59zA -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id671516998958873\n" -"help.text" -msgid "=CEILING.XCL(-10;-3) returns -12" -msgstr "" - -#. VwPyC -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"bm_id8952518\n" -"help.text" -msgid "ISO.CEILING function rounding;up to multiples of significance" -msgstr "" - -#. DhoD5 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"hd_id8952518\n" -"help.text" -msgid "ISO.CEILING" -msgstr "ISO.CEILING" - -#. a8Z2B -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id8953422\n" -"help.text" -msgid "Rounds a number up to the nearest multiple of Significance, regardless of sign of Significance" -msgstr "" - -#. iGoz8 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id8953454\n" -"help.text" -msgid "ISO.CEILING(Number; Significance)" -msgstr "" - -#. p7ssP -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id8953467\n" -"help.text" -msgid "Number (required) is the number that is to be rounded up." -msgstr "" - -#. FBHry -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id8955000\n" -"help.text" -msgid "Significance (optional) is the number to whose multiple the value is to be rounded up." -msgstr "" - -#. M8dYu -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id8945710\n" -"help.text" -msgid "=ISO.CEILING(-11;-2) returns -10" -msgstr "=ISO.CEILING(-11;-2) atgriež -10" - #. tQjUA #: 04060106.xhp msgctxt "" @@ -15037,168 +14623,6 @@ msgctxt "" msgid "=ODD(-3.1) returns -5." msgstr "=ODD(-3.1) atgriež -5." -#. CR7gG -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"bm_id2957404\n" -"help.text" -msgid "FLOOR.PRECISE function FLOOR.XCL function rounding;down to nearest multiple of significance" -msgstr "" - -#. ticPN -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"hd_id2957404\n" -"help.text" -msgid "FLOOR.PRECISE" -msgstr "FLOOR.PRECISE" - -#. eZWE9 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id2957432\n" -"help.text" -msgid "Rounds a number down to the nearest multiple of Significance, regardless of sign of Significance" -msgstr "" - -#. BKB8E -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id2957464\n" -"help.text" -msgid "FLOOR.PRECISE(Number; Significance)" -msgstr "" - -#. Mt3KY -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id2957478\n" -"help.text" -msgid "Number is the number that is to be rounded down." -msgstr "" - -#. oe3sn -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id2957497\n" -"help.text" -msgid "Significance is the value to whose multiple the number is to be rounded down." -msgstr "" - -#. FCZhS -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id2963945\n" -"help.text" -msgid "=FLOOR.PRECISE( -11;-2) returns -12" -msgstr "=FLOOR.PRECISE( -11;-2) atgriež -12" - -#. aDgE5 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"bm_id3157404\n" -"help.text" -msgid "FLOOR function FLOOR.MATH function rounding;down to nearest multiple of significance" -msgstr "" - -#. BAZE3 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"hd_id3157404\n" -"help.text" -msgid "FLOOR" -msgstr "FLOOR" - -#. WHyYX -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3157432\n" -"help.text" -msgid "Rounds a number down to the nearest multiple of Significance." -msgstr "" - -#. DDbJ6 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3157464\n" -"help.text" -msgid "FLOOR(Number; Significance; Mode)" -msgstr "" - -#. cEAXh -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3157478\n" -"help.text" -msgid "Number is the number that is to be rounded down." -msgstr "" - -#. zEGez -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3157497\n" -"help.text" -msgid "Significance is the value to whose multiple the number is to be rounded down." -msgstr "" - -#. dDExC -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3157517\n" -"help.text" -msgid "Mode is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of Number, i.e. negative numbers are rounded towards zero. If the Mode value is equal to zero or is not given, negative numbers are rounded away from zero." -msgstr "" - -#. Z6Cnd -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3163894\n" -"help.text" -msgid "If the spreadsheet is exported to Microsoft Excel, the FLOOR function is exported as the equivalent FLOOR.MATH function that exists since Excel 2013. If you plan to use the spreadsheet with earlier Excel versions, use either FLOOR.PRECISE that exists since Excel 2010, or FLOOR.XCL that is exported as the FLOOR function compatible with all Excel versions. Note that FLOOR.XCL always rounds towards zero." -msgstr "" - -#. 4FuF8 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3163945\n" -"help.text" -msgid "=FLOOR( -11;-2) returns -12" -msgstr "=FLOOR( -11;-2) atgriež -12" - -#. R4ppE -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3163966\n" -"help.text" -msgid "=FLOOR( -11;-2;0) returns -12" -msgstr "=FLOOR( -11;-2;0) atgriež -12" - -#. aWzUK -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3163988\n" -"help.text" -msgid "=FLOOR( -11;-2;1) returns -10" -msgstr "=FLOOR( -11;-2;1) atgriež -10" - #. itiAQ #: 04060106.xhp msgctxt "" @@ -16585,40 +16009,40 @@ msgctxt "" msgid "Calculates the array product of two arrays. The number of columns for array 1 must match the number of rows for array 2. The square array has an equal number of rows and columns." msgstr "" -#. dEKAU +#. JUTAD #: 04060107.xhp msgctxt "" "04060107.xhp\n" "par_id3150798\n" "help.text" -msgid "MMULT(Array; Array)" +msgid "MMULT(Array 1; Array 2)" msgstr "" -#. noXqv +#. DqghH #: 04060107.xhp msgctxt "" "04060107.xhp\n" "par_id3150812\n" "help.text" -msgid "Array at first place represents the first array used in the array product." +msgid "Array 1 represents the first array used in the array product." msgstr "" -#. 5qGeT +#. FDfwg #: 04060107.xhp msgctxt "" "04060107.xhp\n" "par_id3152553\n" "help.text" -msgid "Array at second place represents the second array with the same number of rows." +msgid "Array 2 represents the second array with the same number of rows." msgstr "" -#. RoWHa +#. CuGxm #: 04060107.xhp msgctxt "" "04060107.xhp\n" "par_id3146826\n" "help.text" -msgid "Select a square range. Choose the MMULT function. Select the first Array, then select the second Array. Using Function Wizard, mark the Array check box. Click OK. The output array will appear in the first selected range." +msgid "Select a square range. Choose the MMULT function. Select Array 1, then select Array 2. Using the Function Wizard, mark the Array check box. Click OK. The output array will appear in the first selected range." msgstr "" #. vPBWq @@ -18313,15 +17737,6 @@ msgctxt "" msgid "If cell A1 displays Err:518, the function =ERRORTYPE(A1) returns the number 518." msgstr "" -#. FWJTB -#: 04060109.xhp -msgctxt "" -"04060109.xhp\n" -"hd_id275141466817507\n" -"help.text" -msgid "" -msgstr "" - #. mtLKD #: 04060109.xhp msgctxt "" @@ -33784,6 +33199,15 @@ msgctxt "" msgid "Returns the inverse of CHISQDIST." msgstr "" +#. ELVTS +#: 04060181.xhp +msgctxt "" +"04060181.xhp\n" +"par_id21585771564740\n" +"help.text" +msgid "CHISQINV(Probability; Degrees of Freedom)" +msgstr "" + #. KibGe #: 04060181.xhp msgctxt "" @@ -35764,6 +35188,15 @@ msgctxt "" msgid "Returns the Gamma function value. Note that GAMMAINV is not the inverse of GAMMA, but of GAMMADIST." msgstr "" +#. WT29Z +#: 04060182.xhp +msgctxt "" +"04060182.xhp\n" +"par_id211585771824267\n" +"help.text" +msgid "GAMMA(Number)" +msgstr "" + #. 2DdQa #: 04060182.xhp msgctxt "" @@ -36637,13 +36070,13 @@ msgctxt "" msgid "Returns the hypergeometric distribution." msgstr "" -#. fNMzN +#. 5uQ3c #: 04060182.xhp msgctxt "" "04060182.xhp\n" "par_id3155388\n" "help.text" -msgid "HYPGEOMDIST(X; NSample; Successes; NPopulation)" +msgid "HYPGEOMDIST(X; NSample; Successes; NPopulation[; Cumulative])" msgstr "" #. ingyW @@ -36682,6 +36115,15 @@ msgctxt "" msgid "NPopulation is the size of the total population." msgstr "" +#. oDuYV +#: 04060182.xhp +msgctxt "" +"04060182.xhp\n" +"par_id231585952506847\n" +"help.text" +msgid "Cumulative (optional) specifies whether to calculate the probability density function (FALSE or 0) or the cumulative distribution function (any other value). The cumulative distribution function is the default if no value is specified for this parameter." +msgstr "" + #. WUiB6 #: 04060182.xhp msgctxt "" @@ -55987,6 +55429,528 @@ msgctxt "" msgid "If E2 = pen, the function returns 65, because the link to the cell is substituted with its content." msgstr "" +#. s6GFW +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"tit\n" +"help.text" +msgid "Ceiling functions" +msgstr "" + +#. EWCte +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"hd_id971586216771519\n" +"help.text" +msgid "Ceiling functions" +msgstr "" + +#. M92qb +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"bm_id3152518\n" +"help.text" +msgid "CEILING functionrounding;up to multiples of significance" +msgstr "" + +#. XR3RK +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"hd_id3152518\n" +"help.text" +msgid "CEILING" +msgstr "" + +#. E9m3Y +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id3153422\n" +"help.text" +msgid "Rounds a number up to the nearest multiple of s significance value." +msgstr "" + +#. PfT3s +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id601586207136514\n" +"help.text" +msgid "For a positive number and a positive significance value, the function rounds up (away from zero). For a negative number and a negative significance value, the direction of rounding is determined by the value of a mode parameter. The function returns an error if the number and significance values have opposite signs." +msgstr "" + +#. s9tRF +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id3163792\n" +"help.text" +msgid "If the spreadsheet is exported to Microsoft Excel, the CEILING function is exported as the equivalent CEILING.MATH function that exists since Excel 2013. If you plan to use the spreadsheet with earlier Excel versions, use either CEILING.PRECISE that exists since Excel 2010, or CEILING.XCL that is exported as the CEILING function compatible with all Excel versions. Note that CEILING.XCL always rounds away from zero." +msgstr "" + +#. mZwNV +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id3153454\n" +"help.text" +msgid "CEILING(Number[; Significance[; Mode]])" +msgstr "" + +#. XHjhc +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id3153467\n" +"help.text" +msgid "Number is the number that is to be rounded, or a reference to a cell containing the number." +msgstr "" + +#. XEqxw +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id3155000\n" +"help.text" +msgid "Significance (optional) is the value, or a reference to a cell containing the value, to whose multiple Number is to be rounded. It defaults to +1 or -1 depending on the sign of Number." +msgstr "" + +#. AosjB +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id3155020\n" +"help.text" +msgid "Mode (optional) is a number, or a reference to a cell containing a number. The function only uses Mode if both Number and Significance are negative. Then if Mode is given and not equal to zero, numbers are rounded down (away from zero); if Mode is equal to zero or not given, negative numbers are rounded up (towards zero)." +msgstr "" + +#. Ka9pC +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id281586208138400\n" +"help.text" +msgid "=CEILING(3.45) returns 4." +msgstr "" + +#. ztdNi +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id921586208142416\n" +"help.text" +msgid "=CEILING(3.45, 3) returns 6." +msgstr "" + +#. XGfA3 +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id921586208146984\n" +"help.text" +msgid "=CEILING(-1.234) returns -1." +msgstr "" + +#. ss5WP +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id491586208152183\n" +"help.text" +msgid "=CEILING(-45.67, -2, 0) returns -44." +msgstr "" + +#. FY9XN +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id291586208158119\n" +"help.text" +msgid "=CEILING(-45.67, -2, 1) returns -46." +msgstr "" + +#. rZ78k +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"bm_id2952518\n" +"help.text" +msgid "CEILING.PRECISE functionrounding;up to multiples of significance" +msgstr "" + +#. 5DWRd +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"hd_id2952518\n" +"help.text" +msgid "CEILING.PRECISE" +msgstr "" + +#. aTD6P +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id2953422\n" +"help.text" +msgid "Rounds a number up to the nearest multiple of a significance value." +msgstr "" + +#. BjuBa +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id151586642494759\n" +"help.text" +msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored." +msgstr "" + +#. EErBR +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id631586642933797\n" +"help.text" +msgid "This function calculates identical results to the ISO.CEILING function." +msgstr "" + +#. yYT7X +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id2953454\n" +"help.text" +msgid "CEILING.PRECISE(Number[; Significance])" +msgstr "" + +#. FaYeD +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id2955000\n" +"help.text" +msgid "Significance (optional) is the value, or a reference to a cell containing the value, to whose multiple Number is to be rounded. It defaults to 1." +msgstr "" + +#. 6Vtow +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id461586211894475\n" +"help.text" +msgid "This function calculates identical results to the ISO.CEILING function" +msgstr "" + +#. 8WiRx +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id201586213398634\n" +"help.text" +msgid "=CEILING.PRECISE(3.45) returns 4." +msgstr "" + +#. kkosx +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id651586213406243\n" +"help.text" +msgid "=CEILING.PRECISE(-45.67,2) returns -44." +msgstr "" + +#. WV9bx +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"bm_id911516997198644\n" +"help.text" +msgid "CEILING.MATH function" +msgstr "" + +#. 7xeKu +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"hd_id91516997330445\n" +"help.text" +msgid "CEILING.MATH" +msgstr "" + +#. AzJvD +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id81516997342088\n" +"help.text" +msgid "Rounds a number to the nearest multiple of a significance value." +msgstr "" + +#. QLGe7 +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id911586642319078\n" +"help.text" +msgid "For a positive number the function rounds up (away from zero). For a negative number, the direction of rounding is determined by the value of a mode parameter. The sign of the significance value is ignored." +msgstr "" + +#. Km7yb +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id841516997669932\n" +"help.text" +msgid "CEILING.MATH(Number[; Significance[; Mode]])" +msgstr "" + +#. EAezJ +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id491516997725772\n" +"help.text" +msgid "Significance (optional) is the value, or a reference to a cell containing the value, to whose multiple Number is to be rounded. It defaults to 1." +msgstr "" + +#. EiWLa +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id451516997742909\n" +"help.text" +msgid "Mode (optional) is a number, or a reference to a cell containing a number. If Mode is given and not equal to zero, a negative Number is rounded down (away from zero). If Mode is equal to zero or is not given, a negative Number is rounded up (towards zero)." +msgstr "" + +#. aYczG +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id291516998575663\n" +"help.text" +msgid "This function exists for interoperability with Microsoft Excel 2013 or newer." +msgstr "" + +#. je22s +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id331586208590009\n" +"help.text" +msgid "=CEILING.MATH(3.45) returns 4." +msgstr "" + +#. 6BkMe +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id481586208595809\n" +"help.text" +msgid "=CEILING.MATH(3.45,-3) returns 6." +msgstr "" + +#. Eby7i +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id641586208600665\n" +"help.text" +msgid "=CEILING.MATH(-1.234) returns -1." +msgstr "" + +#. fH4Yt +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id151586208604536\n" +"help.text" +msgid "=CEILING.MATH(-45.67,-2,0) returns -44." +msgstr "" + +#. MGVBD +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id971586208611345\n" +"help.text" +msgid "=CEILING.MATH(-45.67,+2, 1) returns -46." +msgstr "" + +#. EzE9t +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"bm_id921516998608939\n" +"help.text" +msgid "CEILING.XCL function" +msgstr "" + +#. CRMmT +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"hd_id411516998838823\n" +"help.text" +msgid "CEILING.XCL" +msgstr "" + +#. 2tuD3 +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id811516998845826\n" +"help.text" +msgid "Rounds a number to the nearest multiple of a significance value." +msgstr "" + +#. tAyJj +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id361586213828675\n" +"help.text" +msgid "For a positive number and a positive significance value, the function rounds up (away from zero). For a negative number and a positive significance value, the function rounds up (towards zero). For a negative number and a negative significance value, the function rounds down (away from zero). The function returns an error if the number is positive and the significance value is negative." +msgstr "" + +#. 2CKjm +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id881586213934118\n" +"help.text" +msgid "This function exists for interoperability with Microsoft Excel 2007 or older. If a Calc spreadsheet is exported to Microsoft Excel, references to Calc’s CEILING.XCL function are exported as references to Excel’s CEILING function, which is compatible with all Excel versions. If a Microsoft Excel spreadsheet is imported into Calc, references to Excel’s CEILING function are imported as references to Calc’s CEILING.XCL function." +msgstr "" + +#. GspBr +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id251516998856873\n" +"help.text" +msgid "CEILING.XCL(Number; Significance)" +msgstr "" + +#. eTSgx +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id151516998882622\n" +"help.text" +msgid "Significance is the value, or a reference to a cell containing the value, to whose multiple Number is to be rounded." +msgstr "" + +#. 6n7qn +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id421586214128242\n" +"help.text" +msgid "=CEILING.XCL(3.45,2) returns 4." +msgstr "" + +#. SZYUC +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id651586214132234\n" +"help.text" +msgid "=CEILING.XCL(-45.67,2) returns -44." +msgstr "" + +#. pz8Go +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id811586214136666\n" +"help.text" +msgid "=CEILING.XCL(-45.67,-2) returns -46." +msgstr "" + +#. GMzhD +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"bm_id8952518\n" +"help.text" +msgid "ISO.CEILING functionrounding;up to multiples of significance" +msgstr "" + +#. q22aC +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"hd_id8952518\n" +"help.text" +msgid "ISO.CEILING" +msgstr "" + +#. 5beBC +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id8953422\n" +"help.text" +msgid "Rounds a number up to the nearest multiple of a significance value." +msgstr "" + +#. SFZNu +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id101586214229587\n" +"help.text" +msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored." +msgstr "" + +#. qu8FG +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id821586214265060\n" +"help.text" +msgid "This function calculates identical results to the CEILING.PRECISE function." +msgstr "" + +#. LZzHU +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id8953454\n" +"help.text" +msgid "ISO.CEILING(Number[; Significance])" +msgstr "" + +#. hwhCW +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id8955000\n" +"help.text" +msgid "Significance (optional) is the value, or a reference to a cell containing the value, to whose multiple Number is to be rounded. It defaults to 1." +msgstr "" + +#. FSFdP +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id801586214431463\n" +"help.text" +msgid "=ISO.CEILING(3.45) returns 4." +msgstr "" + +#. ENMYD +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id181586214438808\n" +"help.text" +msgid "=ISO.CEILING(-45.67,2) returns 44." +msgstr "" + #. GuEcB #: func_color.xhp msgctxt "" @@ -56950,13 +56914,13 @@ msgctxt "" msgid "Returns the difference between two dates based on the 360 day year used in interest calculations." msgstr "" -#. ow4Jg +#. Vndiw #: func_days360.xhp msgctxt "" "func_days360.xhp\n" "par_id3155313\n" "help.text" -msgid "DAYS360(\"Date1\"; \"Date2\"; Type)" +msgid "DAYS360(Date1; Date2[; Type])" msgstr "" #. 5qfGz @@ -57607,6 +57571,429 @@ msgctxt "" msgid "=FINDB(\"ᄫᄬ\";\"ᄩᄔᄕᄜᄝᄞᄠgᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";17) returns 19." msgstr "" +#. aACGP +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"tit\n" +"help.text" +msgid "FLOOR Functions" +msgstr "" + +#. RuCRw +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"hd_id391586285373874\n" +"help.text" +msgid "FLOOR Functions" +msgstr "" + +#. hkrkw +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"bm_id3157404\n" +"help.text" +msgid "FLOOR functionrounding;down to nearest multiple of significance" +msgstr "" + +#. KoqGL +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"hd_id3157404\n" +"help.text" +msgid "FLOOR" +msgstr "" + +#. VSV8H +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id3157432\n" +"help.text" +msgid "Rounds a number to the nearest multiple of a significance value." +msgstr "" + +#. 345Fr +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id661586285977707\n" +"help.text" +msgid "For a positive number and a positive significance value, the function rounds down (towards zero). For a negative number and a negative significance value, the direction of rounding is determined by the value of a mode parameter. The function returns an error if the number and significance values have opposite signs." +msgstr "" + +#. 2haGU +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id3157464\n" +"help.text" +msgid "FLOOR(Number[; Significance[; Mode]])" +msgstr "" + +#. ERf3D +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id3153467\n" +"help.text" +msgid "Number is the number that is to be rounded, or a reference to a cell containing the number." +msgstr "" + +#. 8w8tL +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id3157497\n" +"help.text" +msgid "Significance (optional) is the value, or a reference to a cell containing the value, to whose multiple Number is to be rounded. It defaults to +1 or -1 depending on the sign of Number." +msgstr "" + +#. qCpHR +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id3157517\n" +"help.text" +msgid "Mode (optional) is a number, or a reference to a cell containing a number. The function only uses Mode if both Number and Significance are negative. Then if Mode is given and not equal to zero, numbers are rounded up (towards zero); if Mode is equal to zero or not given, negative numbers are rounded down (away from zero)." +msgstr "" + +#. 5kHtR +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id3163894\n" +"help.text" +msgid "If the spreadsheet is exported to Microsoft Excel, the FLOOR function is exported as the equivalent FLOOR.MATH function that has existed since Excel 2013. If you plan to use the spreadsheet with earlier Excel versions, use either FLOOR.PRECISE that has existed since Excel 2010, or FLOOR.XCL that is exported as the FLOOR function compatible with all Excel versions." +msgstr "" + +#. EU85r +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id761586287595376\n" +"help.text" +msgid "=FLOOR(3.45) returns 3." +msgstr "" + +#. vuJc5 +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id311586287600048\n" +"help.text" +msgid "=FLOOR(3.45, 3) returns 3." +msgstr "" + +#. uTWTb +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id661586287604519\n" +"help.text" +msgid "=FLOOR(-1.234) returns -2." +msgstr "" + +#. 8ZGDc +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id741586287608968\n" +"help.text" +msgid "=FLOOR(-45.67, -2, 0) returns -46." +msgstr "" + +#. gXsTm +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id431586287616089\n" +"help.text" +msgid "=FLOOR(-45.67, -2, 1) returns -44." +msgstr "" + +#. zzTLr +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"bm_id811586290952465\n" +"help.text" +msgid "FLOOR.MATH function" +msgstr "" + +#. rEELD +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"hd_id1001586287279297\n" +"help.text" +msgid "FLOOR.MATH" +msgstr "" + +#. BBjwd +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id721586287302689\n" +"help.text" +msgid "Rounds a number to the nearest multiple of a significance value." +msgstr "" + +#. UJLZc +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id311586287323417\n" +"help.text" +msgid "For a positive number the function rounds down (towards zero). For a negative number, the direction of rounding is determined by the value of a mode parameter. The sign of the significance value is ignored." +msgstr "" + +#. 4weAd +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id851586287535879\n" +"help.text" +msgid "This function exists for interoperability with Microsoft Excel 2013 or newer." +msgstr "" + +#. 4DFyG +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id161586287421523\n" +"help.text" +msgid "FLOOR.MATH(Number[; Significance[; Mode]])" +msgstr "" + +#. Un6FB +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id231586287448716\n" +"help.text" +msgid "Significance (optional) is the value, or a reference to a cell containing the value, to whose multiple Number is to be rounded. It defaults to 1." +msgstr "" + +#. L9MKT +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id261586287494401\n" +"help.text" +msgid "Mode (optional) is a number, or a reference to a cell containing a number. If Mode is given and not equal to zero, a negative Number is rounded up (towards zero). If Mode is equal to zero or is not given, a negative Number is rounded down (away from zero)." +msgstr "" + +#. wCd8C +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id101586287621816\n" +"help.text" +msgid "=FLOOR.MATH(3.45) returns 3." +msgstr "" + +#. p27MD +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id771586287627784\n" +"help.text" +msgid "=FLOOR.MATH(3.45,-3) returns 3." +msgstr "" + +#. Fehfx +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id981586287632392\n" +"help.text" +msgid "=FLOOR.MATH(-1.234) returns -2." +msgstr "" + +#. eQfea +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id631586287637256\n" +"help.text" +msgid "=FLOOR.MATH(-45.67,-2, 0) returns -46." +msgstr "" + +#. XXqpS +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id371586287641888\n" +"help.text" +msgid "=FLOOR.MATH(-45.67,+2, 1) returns -44." +msgstr "" + +#. 9MJem +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"bm_id2957404\n" +"help.text" +msgid "FLOOR.PRECISE functionrounding;down to nearest multiple of significance" +msgstr "" + +#. niyQj +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"hd_id2957404\n" +"help.text" +msgid "FLOOR.PRECISE" +msgstr "" + +#. DgQBx +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id2957432\n" +"help.text" +msgid "Rounds a number down to the nearest multiple of a significance value." +msgstr "" + +#. NHMnz +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id261586641501175\n" +"help.text" +msgid "For a positive number the function rounds down (towards zero). For a negative number, the function rounds down (away form zero). The sign of the significance value is ignored." +msgstr "" + +#. ni9y2 +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id2957464\n" +"help.text" +msgid "FLOOR.PRECISE(Number[; Significance])" +msgstr "" + +#. pirHp +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id2957497\n" +"help.text" +msgid "Significance (optional) is the value, or a reference to a cell containing the value, to whose multiple Number is to be rounded. It defaults to 1." +msgstr "" + +#. smFCw +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id981586291388900\n" +"help.text" +msgid "=FLOOR.PRECISE(3.45) returns 3." +msgstr "" + +#. Q9vnd +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id831586291395477\n" +"help.text" +msgid "=FLOOR.PRECISE(-45.67,2) returns -46." +msgstr "" + +#. HnS5F +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"bm_id171586291849333\n" +"help.text" +msgid "FLOOR.XCL function" +msgstr "" + +#. LMEET +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"hd_id791586291468176\n" +"help.text" +msgid "FLOOR.XCL" +msgstr "" + +#. WMsAT +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id521586291476023\n" +"help.text" +msgid "Rounds a number to the nearest multiple of a significance value." +msgstr "" + +#. jrymG +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id401586291488768\n" +"help.text" +msgid "For a positive number and a positive significance value, the function rounds down (towards zero). For a negative number and a positive significance value, the function rounds down (away from zero). For a negative number and a negative significance value, the function rounds up (towards zero). The function returns an error if the number is positive and the significance value is negative." +msgstr "" + +#. BFXRR +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id231586291503319\n" +"help.text" +msgid "This function exists for interoperability with Microsoft Excel 2007 or older. If a Calc spreadsheet is exported to Microsoft Excel, references to Calc’s FLOOR.XCL function are exported as references to Excel’s FLOOR function, which is compatible with all Excel versions. If a Microsoft Excel spreadsheet is imported into Calc, references to Excel’s FLOOR function are imported as references to Calc’s FLOOR.XCL function." +msgstr "" + +#. WA7uC +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id491586291532177\n" +"help.text" +msgid "FLOOR.XCL(Number; Significance)" +msgstr "" + +#. aRww7 +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id761586291578755\n" +"help.text" +msgid "Significance is the value, or a reference to a cell containing the value, to whose multiple Number is to be rounded." +msgstr "" + +#. HXuMo +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id531586291622306\n" +"help.text" +msgid "=FLOOR.XCL(3.45,2) returns 2." +msgstr "" + +#. gFyGC +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id361586291628003\n" +"help.text" +msgid "=FLOOR.XCL(-45.67,2) returns -46." +msgstr "" + +#. EU7xy +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id801586291641099\n" +"help.text" +msgid "=FLOOR.XCL(-45.67,-2) returns -44." +msgstr "" + #. 2YcR7 #: func_forecastetsadd.xhp msgctxt "" diff --git a/source/lv/helpcontent2/source/text/swriter/01.po b/source/lv/helpcontent2/source/text/swriter/01.po index 04fd62bb4c6..72db1114e54 100644 --- a/source/lv/helpcontent2/source/text/swriter/01.po +++ b/source/lv/helpcontent2/source/text/swriter/01.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: 2020-04-03 11:47+0200\n" +"POT-Creation-Date: 2020-04-08 14:22+0200\n" "PO-Revision-Date: 2018-10-21 20:26+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -7306,13 +7306,13 @@ msgctxt "" msgid "Name" msgstr "Nosaukums" -#. Zjnxw +#. kDDEs #: 04090002.xhp msgctxt "" "04090002.xhp\n" "par_id3156259\n" "help.text" -msgid "Type the name of the user-defined field that you want to create. To set a target, click \"Set Reference\" in the Type list, type a name in this box, and then click Insert. To reference the new target, click the target name in the Selection list." +msgid "Type the name of the user-defined field that you want to create. To set a target, click \"Set Reference\" in the Type list, type a name in this box, and then click Insert. To reference the new target, click the target name in the Selection list." msgstr "" #. DRRLC -- cgit