diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-04-15 14:08:14 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-04-15 14:12:29 +0200 |
commit | 1cf550347fdb87391903b533dd1c47135875a9d7 (patch) | |
tree | 42aeb67f0d164abb01f73d6ddc7c1d8927a253a3 /source/eo/helpcontent2 | |
parent | 0a73e51795ef412006c59d3723f265fed445dea1 (diff) |
update translations for master
and force-fix errors using pocheck
Change-Id: I9f37f1bad2c1005d8b63991fb1a66cd2f14e259b
Diffstat (limited to 'source/eo/helpcontent2')
-rw-r--r-- | source/eo/helpcontent2/source/text/sbasic/shared.po | 670 | ||||
-rw-r--r-- | source/eo/helpcontent2/source/text/scalc/01.po | 1605 | ||||
-rw-r--r-- | source/eo/helpcontent2/source/text/shared/guide.po | 84 | ||||
-rw-r--r-- | source/eo/helpcontent2/source/text/swriter/00.po | 12 | ||||
-rw-r--r-- | source/eo/helpcontent2/source/text/swriter/01.po | 54 | ||||
-rw-r--r-- | source/eo/helpcontent2/source/text/swriter/04.po | 18 | ||||
-rw-r--r-- | source/eo/helpcontent2/source/text/swriter/guide.po | 142 |
7 files changed, 1532 insertions, 1053 deletions
diff --git a/source/eo/helpcontent2/source/text/sbasic/shared.po b/source/eo/helpcontent2/source/text/sbasic/shared.po index 545a96a33c0..374f6fb710b 100644 --- a/source/eo/helpcontent2/source/text/sbasic/shared.po +++ b/source/eo/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: 2020-02-05 07:22+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/eo/>\n" @@ -2788,15 +2788,6 @@ msgctxt "" msgid "The <literal>Function</literal> 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 "" - #. 33Sss #: 01020300.xhp msgctxt "" @@ -2869,15 +2860,6 @@ msgctxt "" msgid "If you want to pass a parameter by value insert the key word <literal>ByVal</literal> in front of the parameter when you call a <literal>Sub</literal>, a <literal>Function</literal> or a <literal>Property</literal>, 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 <literal>Sub</literal> a <literal>Function</literal> or a <literal>Property</literal>" msgstr "" -#. Q3jEW -#: 01020300.xhp -msgctxt "" -"01020300.xhp\n" -"par_id3150208\n" -"help.text" -msgid "Global VarName As TYPENAME" -msgstr "" - #. 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 "" - #. 9akEs #: 01020300.xhp msgctxt "" @@ -3022,15 +2950,6 @@ msgctxt "" msgid "The variable is valid in all modules." msgstr "" -#. ADEKE -#: 01020300.xhp -msgctxt "" -"01020300.xhp\n" -"par_id3158212\n" -"help.text" -msgid "Private VarName As TYPENAME" -msgstr "" - #. qeJQx #: 01020300.xhp msgctxt "" @@ -3040,15 +2959,6 @@ msgctxt "" msgid "The variable is only valid in this module." msgstr "" -#. WQdbC -#: 01020300.xhp -msgctxt "" -"01020300.xhp\n" -"par_id3150886\n" -"help.text" -msgid "Dim VarName As TYPENAME" -msgstr "" - #. 85TYe #: 01020300.xhp msgctxt "" @@ -3130,15 +3040,6 @@ msgctxt "" msgid "Saving Variable Content after Exiting a <literal>Sub</literal> a <literal>Function</literal> or a <literal>Property</literal>" msgstr "" -#. qV9Bm -#: 01020300.xhp -msgctxt "" -"01020300.xhp\n" -"par_id3156288\n" -"help.text" -msgid "Static VarName As TYPENAME" -msgstr "" - #. hAB34 #: 01020300.xhp msgctxt "" @@ -17512,32 +17413,32 @@ msgctxt "" msgid "Error-Handling Functions" msgstr "Funkcioj por trakti erarojn" -#. zqvGA +#. yMyAz #: 03050000.xhp msgctxt "" "03050000.xhp\n" "hd_id3143271\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03050000.xhp\" name=\"Error-Handling Functions\">Error-Handling Functions</link>" -msgstr "<link href=\"text/sbasic/shared/03050000.xhp\" name=\"Error-Handling Functions\">Funkcioj por trakti erarojn</link>" +msgid "<variable id=\"ErrHandlingh1\"><link href=\"text/sbasic/shared/03050000.xhp\" name=\"Error-Handling Functions\">Error-Handling Functions</link></variable>" +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." -msgstr "Uzu la jenajn ordonojn kaj funkciojn por difini kiel $[officename] Basic reagu al rultempaj eraroj." +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." -msgstr "$[officename] Basic provizas kelkajn metodojn por malebligi la ĉeson de programo kiam eraro okazas." +msgid "%PRODUCTNAME Basic offers several methods to prevent the termination of a program when a run-time error occurs." +msgstr "" #. C2vFE #: 03050100.xhp @@ -17944,6 +17845,15 @@ msgctxt "" msgid "Syntax:" msgstr "Sintakso:" +#. fGsdv +#: 03050500.xhp +msgctxt "" +"03050500.xhp\n" +"par_id491585753339474\n" +"help.text" +msgid "<image src=\"media/helpimg/sbasic/On-Error_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">On Error Statement diagram</alt></image>" +msgstr "" + #. 7FXhq #: 03050500.xhp msgctxt "" @@ -22993,14 +22903,14 @@ msgctxt "" msgid "For...Next Statement" msgstr "" -#. YGeU7 +#. Byex6 #: 03090202.xhp msgctxt "" "03090202.xhp\n" "bm_id3149205\n" "help.text" -msgid "<bookmark_value>For statement</bookmark_value> <bookmark_value>To statement</bookmark_value> <bookmark_value>Step statement</bookmark_value> <bookmark_value>Next statement</bookmark_value>" -msgstr "<bookmark_value>For statement</bookmark_value><bookmark_value>To statement</bookmark_value><bookmark_value>Step statement</bookmark_value><bookmark_value>Next statement</bookmark_value>" +msgid "<bookmark_value>For statement</bookmark_value> <bookmark_value>For Each statement</bookmark_value> <bookmark_value>In keyword</bookmark_value> <bookmark_value>Next keyword</bookmark_value> <bookmark_value>Step keyword</bookmark_value> <bookmark_value>To keyword</bookmark_value> <bookmark_value>Step keyword</bookmark_value>" +msgstr "" #. LVP76 #: 03090202.xhp @@ -23011,14 +22921,14 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03090202.xhp\" name=\"For...Next Statement\">For...Next Statement</link>" 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." -msgstr "Ripetas je specifa nombro da fojoj la ordonojn en la bloko For...Next." +msgid "Repeats the statements between the <literal>For...Next</literal> block a specified number of times." +msgstr "" #. h79GC #: 03090202.xhp @@ -23029,50 +22939,59 @@ msgctxt "" msgid "Syntax:" msgstr "Sintakso:" -#. 7GuT6 +#. UqJyC #: 03090202.xhp msgctxt "" "03090202.xhp\n" -"par_id3148473\n" +"par_id491585753339474\n" "help.text" -msgid "For counter=start To end [Step step]" -msgstr "For counter=start To end [Step step]" +msgid "<image src=\"media/helpimg/sbasic/For-Next_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">For Statement diagram</alt></image>" +msgstr "" -#. Qn7bF +#. SuZFA #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3156024\n" "help.text" -msgid "statement block" -msgstr "ordona bloko" +msgid "statement-block" +msgstr "" -#. 5H2nw +#. CCuTr #: 03090202.xhp msgctxt "" "03090202.xhp\n" -"par_id3146796\n" +"par_id3159414\n" +"help.text" +msgid "statement-block" +msgstr "" + +#. bcKDQ +#: 03090202.xhp +msgctxt "" +"03090202.xhp\n" +"par_id491585653339474\n" "help.text" -msgid "[Exit For]" -msgstr "[Exit For]" +msgid "<image src=\"media/helpimg/sbasic/For-Each_statement.svg\" id=\"img_id4156297484514\"><alt id=\"alt_id15152797484514\">For Each Statement diagram</alt></image>" +msgstr "" -#. oPL7W +#. YbrKJ #: 03090202.xhp msgctxt "" "03090202.xhp\n" -"par_id3159414\n" +"bas_id821586521234861\n" "help.text" -msgid "statement block" -msgstr "ordona bloko" +msgid "statement-block" +msgstr "" -#. 7DuFn +#. 75jXr #: 03090202.xhp msgctxt "" "03090202.xhp\n" -"par_id3153897\n" +"bas_id501586521235517\n" "help.text" -msgid "Next [counter]" -msgstr "Next [counter]" +msgid "statement-block" +msgstr "" #. hE24y #: 03090202.xhp @@ -23083,41 +23002,41 @@ msgctxt "" msgid "Variables:" msgstr "Variables:" -#. H4t3c +#. iPLzw #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3150358\n" "help.text" -msgid "<emph>Counter:</emph> 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 "<emph>Counter:</emph> Iteracia nombrilo komence agordita al la valoro dekstre de la egalsigno (komenco). Nur numeraj valoroj validas. La iteracia nombrilo alkrementas aŭ dekrementas laŭ la variablo Step ĝis kiam ĝi superas al End." +msgid "<emph>counter:</emph> Loop <literal>counter</literal> initially assigned the value to the right of the equal sign (<literal>start</literal>). Only numeric variables are valid. The loop counter increases or decreases according to the variable <literal>step</literal> until <literal>end</literal> is passed." +msgstr "" -#. PBGU7 +#. crpJL #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3152455\n" "help.text" -msgid "<emph>Start:</emph> Numeric variable that defines the initial value at the beginning of the loop." -msgstr "<emph>Start:</emph> Numera valoro kiu difinas la komencan valoron je la komenco de la iteracio." +msgid "<emph>start:</emph> 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 "<emph>End:</emph> Numeric variable that defines the final value at the end of the loop." -msgstr "<emph>End:</emph> Numera variablo kiu difinas la finan valoron je la fino de la iteracio." +msgid "<emph>end:</emph> 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 "<emph>Step:</emph> 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 "<emph>Step:</emph> Agordas la valoron laŭ kiu alkrementi aŭ dekrementi la iteracian nombrilon. Se Step ne estas specifita, la iteracia nombrilo alkrementiĝas per 1." +msgid "<emph>step:</emph> Sets the value by which to increase or decrease the loop counter. If <literal>step</literal> is not specified, the loop counter is incremented by 1. In this case, <literal>end</literal> must be greater than <literal>start</literal>. If you want to decrease <literal>counter</literal>, <literal>end</literal> must be less than <literal>start</literal>, and <literal>step</literal> must be assigned a negative value." +msgstr "" #. VMWd9 #: 03090202.xhp @@ -23128,14 +23047,14 @@ msgctxt "" msgid "The <emph>For...Next</emph> loop repeats all of the statements in the loop for the number of times that is specified by the parameters." msgstr "La iteracio <emph>For...Next</emph> ripetas ĉiujn ordonojn en la iteracio je la nombro da fojoj specifita de la parametroj." -#. 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." -msgstr "Dum la nombrila variablo dekrementiĝas, $[officename] Basic kontrolas ĉu la fina valoro estas atingita. Tuj kiam la nombrilo pasas la finan valoron, la iteracio aŭtomate ĉesas." +msgid "As the <literal>counter</literal> variable is decreased, %PRODUCTNAME Basic checks if the <literal>end</literal> value has been reached. As soon as the <literal>counter</literal> passes the <literal>end</literal> value, the loop automatically terminates." +msgstr "" #. hFEyc #: 03090202.xhp @@ -23155,14 +23074,14 @@ msgctxt "" msgid "If you specify an increment of 0, the statements between <emph>For</emph> and <emph>Next</emph> are repeated continuously." msgstr "Se oni specifas alkrementon esti 0, la ordonoj inter <emph>For</emph> kaj <emph>Next</emph>daŭre ripetiĝos." -#. 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)." -msgstr "Dum la nombrila variablo dekrementas, $[officename] Basic kontrolas por troo aŭ maltroo. La iteracio ĉesas kiam Counter superas al End (pozitiva Step) aŭ malsuperas al End (negativa Step)." +msgid "When counting down the counter variable, %PRODUCTNAME Basic checks for overflow or underflow. The loop ends when <literal>counter</literal> exceeds <literal>end</literal> (positive Step value) or is less than <literal>end</literal> (negative Step value)." +msgstr "" #. DNpBx #: 03090202.xhp @@ -23173,167 +23092,113 @@ msgctxt "" msgid "Use the <emph>Exit For</emph> statement to exit the loop unconditionally. This statement must be within a <emph>For...Next</emph> loop. Use the <emph>If...Then</emph> statement to test the exit condition as follows:" msgstr "Uzu la ordonon <emph>Exit For</emph> por eliri la iteracion sen kondiĉe. Tiu ordono devas esti en iteracio <emph>For...Next</emph>. Uzu la ordonon <emph>If...Then</emph> por testi la eliran kondiĉon jene:" -#. vYTyG +#. M36BA #: 03090202.xhp msgctxt "" "03090202.xhp\n" -"par_id3153190\n" +"bas_id621586522583437\n" "help.text" -msgid "For..." -msgstr "For..." - -#. AeEhE -#: 03090202.xhp -msgctxt "" -"03090202.xhp\n" -"par_id3149482\n" -"help.text" -msgid "statements" -msgstr "ordonoj" - -#. qvVwR -#: 03090202.xhp -msgctxt "" -"03090202.xhp\n" -"par_id3147124\n" -"help.text" -msgid "If condition = True Then Exit For" -msgstr "If condition = True Then Exit For" - -#. FuKCd -#: 03090202.xhp -msgctxt "" -"03090202.xhp\n" -"par_id3153159\n" -"help.text" -msgid "statements" -msgstr "ordonoj" +msgid "statement-block" +msgstr "" -#. LoD97 +#. k56rG #: 03090202.xhp msgctxt "" "03090202.xhp\n" -"par_id3154096\n" +"bas_id711586522584013\n" "help.text" -msgid "Next" -msgstr "Next" +msgid "statement-block" +msgstr "" -#. KfKRR +#. C2e3R #: 03090202.xhp msgctxt "" "03090202.xhp\n" "par_id3156286\n" "help.text" -msgid "Note: In nested <emph>For...Next</emph> loops, if you exit a loop unconditionally with <emph>Exit For</emph>, only one loop is exited." -msgstr "Noto: En ingitaj iteracioj <emph>For...Next</emph> , se oni eliras el la iteracio senkondiĉe per <emph>Exit For</emph>, nur unu iteracio estas interrompita." +msgid "In nested <emph>For...Next</emph> loops, if you exit a loop unconditionally with <emph>Exit For</emph>, only one loop is exited." +msgstr "" -#. McR4Z +#. Xo6Nj #: 03090202.xhp msgctxt "" "03090202.xhp\n" "hd_id3148457\n" "help.text" -msgid "Example" -msgstr "Ekzemplo" +msgid "Examples" +msgstr "" -#. 3hXfC +#. mdCY2 #: 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 "La jena ekzemplo uzas du ingitajn iteraciojn por ordigi ĉenan tabelon de 10 elementoj ( sEntry() ), komence plenigitaj per diversaj enhavoj:" - -#. k2qGE -#: 03090202.xhp -msgctxt "" -"03090202.xhp\n" -"par_id3155767\n" -"help.text" -msgid "sEntry(0) = \"Jerry\"" -msgstr "sEntry(0) = \"Jerry\"" - -#. jfGrU -#: 03090202.xhp -msgctxt "" -"03090202.xhp\n" -"par_id3153711\n" -"help.text" -msgid "sEntry(1) = \"Patty\"" -msgstr "sEntry(1) = \"Patty\"" - -#. LBHzA -#: 03090202.xhp -msgctxt "" -"03090202.xhp\n" -"par_id3148993\n" -"help.text" -msgid "sEntry(2) = \"Kurt\"" -msgstr "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\"" -msgstr "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\"" -msgstr "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\"" -msgstr "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\"" -msgstr "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\"" -msgstr "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\"" -msgstr "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\"" -msgstr "sEntry(9) = \"Christine\"" +msgid "End Sub" +msgstr "" #. GD68h #: 03090203.xhp @@ -24118,14 +23983,14 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03090401.xhp\" name=\"Call Statement\">Call Statement</link>" 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." -msgstr "Transigas la fluon de la programo al subproceduro, funkcio aŭ DLL-proceduro." +msgid "Transfers the control of the program to a subroutine, a function, or a procedure of a <link href=\"text/sbasic/shared/03090403.xhp\" name=\"Dynamic Link Library\">Dynamic Link Library (DLL)</link>. The keyword, type and number of parameters is dependent on the routine that is being called." +msgstr "" #. MdeJS #: 03090401.xhp @@ -24163,32 +24028,50 @@ msgctxt "" msgid "Parameters:" msgstr "Parametroj:" -#. dbwfN +#. C2MXB #: 03090401.xhp msgctxt "" "03090401.xhp\n" "par_id3148473\n" "help.text" -msgid "<emph>name:</emph> Name of the subroutine, the function, or the DLL that you want to call" +msgid "<emph>name:</emph> Name of the subroutine, the function, or the <link href=\"text/sbasic/shared/03090403.xhp\" name=\"Dynamic Link Library\">DLL</link> that you want to call" msgstr "" -#. iFYrJ +#. 23rrr #: 03090401.xhp msgctxt "" "03090401.xhp\n" "par_id3148946\n" "help.text" -msgid "<emph>param:</emph> Parameters to pass to the procedure. The keyword, type and number of parameters is dependent on the routine that is being called." +msgid "<emph>param:</emph> Keyword parameter name to pass to the routine, followed by its <emph>value</emph>. The name must match the routine declaration. Keywords are optional and can be used in any order." +msgstr "" + +#. r9JSP +#: 03090401.xhp +msgctxt "" +"03090401.xhp\n" +"par_id871586190690812\n" +"help.text" +msgid "<emph>value:</emph> Positional parameter value. The type is dependent on the routine that is being called" msgstr "" -#. 4LVmZ +#. 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 <emph>Declare-Statement</emph>." -msgstr "Ŝlosila vorto estas nedeviga kiam oni vokas proceduron. Se funkcio ruliĝas kiel esprimo, la parametroj devas esti en krampoj en la ordono. Se oni vokas al DLL, necesas specifi ĝin en la <emph>Declare-Statement</emph>." +msgid "When a function is used as an expression, enclosing parameters with brackets becomes necessary. Using a <link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare Statement\">Declare statement</link> is compulsory prior to call a DLL." +msgstr "" #. QZZ8c #: 03090401.xhp @@ -25900,13 +25783,13 @@ msgctxt "" msgid "<bookmark_value>CVErr function</bookmark_value>" msgstr "<bookmark_value>Funkcio CVErr</bookmark_value>" -#. hpChf +#. zHAeD #: 03100080.xhp msgctxt "" "03100080.xhp\n" "par_idN1054B\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03100080.xhp\">CVErr Function</link>" +msgid "<variable id=\"CvErrh1\"><link href=\"text/sbasic/shared/03100080.xhp\">CVErr Function</link></variable>" msgstr "" #. 3B8u2 @@ -28681,13 +28564,13 @@ msgctxt "" msgid "<bookmark_value>IsError function</bookmark_value>" msgstr "<bookmark_value>Funkcio IsError</bookmark_value>" -#. CG3nf +#. FDXnr #: 03102450.xhp msgctxt "" "03102450.xhp\n" "par_idN1054E\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03102450.xhp\">IsError Function</link>" +msgid "<variable id=\"IsErrorh1\"><link href=\"text/sbasic/shared/03102450.xhp\">IsError Function</link></variable>" msgstr "" #. yQg58 @@ -29374,14 +29257,14 @@ msgctxt "" msgid "Syntax:" msgstr "Sintakso:" -#. 6bD7g +#. ZR3gW #: 03103100.xhp msgctxt "" "03103100.xhp\n" -"par_id3154285\n" +"par_id41586012988213\n" "help.text" -msgid "[Let] VarName=Expression" -msgstr "[Let] VarName=Expression" +msgid "<image src=\"media/helpimg/sbasic/LetSet_statement.svg\" id=\"img_id4156306484514\"><alt id=\"alt_id15152796484514\">Let Statement diagram</alt></image>" +msgstr "" #. X4WmE #: 03103100.xhp @@ -29392,14 +29275,14 @@ msgctxt "" msgid "Parameters:" msgstr "Parametroj:" -#. GDfsk +#. DpLuj #: 03103100.xhp msgctxt "" "03103100.xhp\n" "par_id3147560\n" "help.text" -msgid "<emph>VarName:</emph> Variable that you want to assign a value to. Value and variable type must be compatible." -msgstr "<emph>VarName:</emph> Variablo al kiu atribui valoron. Valoro kaj variablotipo devas esti kongruaj." +msgid "<emph>variable:</emph> Variable that you want to assign a value to. Value and variable type must be compatible." +msgstr "" #. ZCswn #: 03103100.xhp @@ -30103,14 +29986,14 @@ msgctxt "" msgid "Set Statement" msgstr "" -#. zHGh5 +#. GzHJQ #: 03103700.xhp msgctxt "" "03103700.xhp\n" "bm_id3154422\n" "help.text" -msgid "<bookmark_value>Set statement</bookmark_value> <bookmark_value>Nothing object</bookmark_value>" -msgstr "<bookmark_value>Ordono Set</bookmark_value><bookmark_value>Neniu objekto</bookmark_value>" +msgid "<bookmark_value>Set statement</bookmark_value> <bookmark_value>New keyword</bookmark_value> <bookmark_value>Nothing object</bookmark_value>" +msgstr "" #. eramH #: 03103700.xhp @@ -30121,14 +30004,14 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link>" 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." -msgstr "Atribuas objektan referencon je variablo aŭ atributo." +msgid "Sets an object reference on a variable." +msgstr "" #. MkkED #: 03103700.xhp @@ -30139,14 +30022,23 @@ msgctxt "" msgid "Syntax:" msgstr "Sintakso:" -#. VNH9y +#. DiSYW +#: 03103700.xhp +msgctxt "" +"03103700.xhp\n" +"par_id491585753339474\n" +"help.text" +msgid "<image src=\"media/helpimg/sbasic/LetSet_statement.svg\" id=\"img_id4156306484514\"><alt id=\"alt_id15152796484514\">Set Statement diagram</alt></image>" +msgstr "" + +#. P5Xm2 #: 03103700.xhp msgctxt "" "03103700.xhp\n" "par_id3154217\n" "help.text" -msgid "Set ObjectVar = Object" -msgstr "Set ObjectVar = Object" +msgid "Set variable = object" +msgstr "" #. r4fJx #: 03103700.xhp @@ -30157,32 +30049,41 @@ msgctxt "" msgid "Parameters:" msgstr "Parametroj:" -#. CMGdW +#. K6c5D #: 03103700.xhp msgctxt "" "03103700.xhp\n" "par_id3156281\n" "help.text" -msgid "<emph>ObjectVar:</emph> a variable or a property that requires an object reference." -msgstr "<emph>ObjectVar:</emph> variablo aŭ atributo kiu bezonas objektan referencon." +msgid "<emph>variable:</emph> 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 "<emph>Object:</emph> Object that the variable or the property refers to." -msgstr "<emph>Object:</emph> Objekto al kiu la variablo aŭ atributo referas." +msgid "<emph>object:</emph> Object that the variable refers to." +msgstr "" -#. 27u9f +#. goUzz #: 03103700.xhp msgctxt "" "03103700.xhp\n" "par_idN10623\n" "help.text" -msgid "<emph>Nothing</emph> - Assign the <emph>Nothing</emph> object to a variable to remove a previous assignment." -msgstr "<emph>Nenio</emph> - Atribuu <emph>Neniun</emph> objekton al variablo por forigi antaŭan atributon." +msgid "<emph>Nothing</emph> - Assign <emph>Nothing</emph> to a variable to remove a previous assignment." +msgstr "" + +#. PUiZf +#: 03103700.xhp +msgctxt "" +"03103700.xhp\n" +"par_id101586014505785\n" +"help.text" +msgid "The keyword <emph>Set</emph> is optional." +msgstr "" #. SGsRz #: 03103700.xhp @@ -30193,6 +30094,15 @@ msgctxt "" msgid "Example:" msgstr "Ekzemplo:" +#. dt2A8 +#: 03103700.xhp +msgctxt "" +"03103700.xhp\n" +"par_id841586014507226\n" +"help.text" +msgid "Use <emph>New</emph> only to assign a <link href=\"text/sbasic/shared/classmodule\" name=\"ClassModule\">class module</link> instance to a variable." +msgstr "" + #. ukqdX #: 03103800.xhp msgctxt "" @@ -40174,6 +40084,186 @@ msgctxt "" msgid "See also <link href=\"text/sbasic/shared/00000002.xhp\" name=\"external\">URL Notation</link>" 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 "<bookmark_value>Resume statement</bookmark_value>" +msgstr "" + +#. LTupm +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"N0002\n" +"help.text" +msgid "<variable id=\"resumeh1\"><link href=\"text/sbasic/shared/Resume.xhp\" name=\"Resume statement\">Resume Statement</link></variable>" +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 "<image src=\"media/helpimg/sbasic/Resume_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Resume Statement diagram</alt></image>" +msgstr "" + +#. KAJEM +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"par_id481586090298901\n" +"help.text" +msgid "<emph>0: </emph>Resets error information and re-executes the instruction that caused the error. <emph>0</emph> is optional." +msgstr "" + +#. RTTux +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"par_id331586090532804\n" +"help.text" +msgid "<emph>label: </emph>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 "<emph>Next: </emph>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 <literal>Erl</literal>, <literal>Err</literal> and <literal>Error$</literal> functions." +msgstr "" + +#. PoXod +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"par_id741586333516110\n" +"help.text" +msgid "<literal>Erl</literal>: Module line number where error occurs." +msgstr "" + +#. aX9ZN +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"par_id81586333580520\n" +"help.text" +msgid "<literal>Err</literal>: Error number." +msgstr "" + +#. ctA2t +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"par_id721586333586263\n" +"help.text" +msgid "<literal>Error[$]</literal>: Error description." +msgstr "" + +#. fDJgb +#: Resume.xhp +msgctxt "" +"Resume.xhp\n" +"par_id941586091561618\n" +"help.text" +msgid "Using <emph>Resume</emph> 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 <literal>Resume label</literal> 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 <literal>Resume Next</literal>, 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 <literal>Resume</literal> 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/eo/helpcontent2/source/text/scalc/01.po b/source/eo/helpcontent2/source/text/scalc/01.po index d12c53adac9..074f2fc5b55 100644 --- a/source/eo/helpcontent2/source/text/scalc/01.po +++ b/source/eo/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: 2020-02-10 17:41+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" "Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc01/eo/>\n" @@ -6199,13 +6199,13 @@ msgctxt "" msgid "<ahelp hid=\"HID_AAI_FUNC_RECEIVED\">Calculates the amount received that is paid for a fixed-interest security at a given point in time.</ahelp>" msgstr "<ahelp hid=\"HID_AAI_FUNC_RECEIVED\">Kalkulas la monon pagota por valorpapero je fiksita interezo ĝis specifita dato.</ahelp>" -#. 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 "<ahelp hid=\"HID_AAI_FUNC_DISC\">Calculates the allowance (discount) of a security as a percentage.</ahelp>" msgstr "<ahelp hid=\"HID_AAI_FUNC_DISC\">Kalkulas la diskonton (rabaton) de valorpapero kiel elcenton.</ahelp>" -#. 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 "<ahelp hid=\"HID_AAI_FUNC_DURATION\">Calculates the duration of a fixed interest security in years.</ahelp>" msgstr "<ahelp hid=\"HID_AAI_FUNC_DURATION\">Kalkulas la daŭron (en jaroj) de fiksintereza valorpapero.</ahelp>" -#. 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 "<item type=\"input\">=DURATION(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)</item>" +msgid "<input>=DURATION(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)</input> returns 4.2 years." msgstr "" #. TjeEJ @@ -12661,420 +12661,6 @@ msgctxt "" msgid "<item type=\"input\">=LOG10(5)</item> returns the base-10 logarithm of 5 (approximately 0.69897)." msgstr "" -#. fnS8m -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"bm_id3152518\n" -"help.text" -msgid "<bookmark_value>CEILING function</bookmark_value> <bookmark_value>rounding;up to multiples of significance</bookmark_value>" -msgstr "<bookmark_value>PLAFONO-funkcio</bookmark_value><bookmark_value>rondigi;supren al signifa oblo</bookmark_value>" - -#. FtjnD -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"hd_id3152518\n" -"help.text" -msgid "CEILING" -msgstr "PLAFONO" - -#. BDPUw -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3153422\n" -"help.text" -msgid "<ahelp hid=\"HID_FUNC_OBERGRENZE\">Rounds a number up to the nearest multiple of Significance.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_OBERGRENZE\">Rondigas numeron supren al la plej proksima signifa oblo.</ahelp>" - -#. fhdEu -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3153454\n" -"help.text" -msgid "CEILING(Number; Significance; Mode)" -msgstr "PLAFONO(Numero;Signifo; Reĝimo)" - -#. PyYGM -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3153467\n" -"help.text" -msgid "<emph>Number</emph> is the number that is to be rounded up." -msgstr "<emph>Numero</emph> estas la numero rondigota supren." - -#. GQVYD -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3155000\n" -"help.text" -msgid "<emph>Significance</emph> is the number to whose multiple the value is to be rounded up." -msgstr "<emph>Signifo</emph> estas la nombro al kies oblo la valoro estas rondigota supren." - -#. dEi4T -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3155020\n" -"help.text" -msgid "<emph>Mode</emph> 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 "<item type=\"input\">=CEILING(-11;-2)</item> returns -10" -msgstr "<item type=\"input\">=DELTA(1;2)</item> liveras je 0." - -#. H6Ai9 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3145725\n" -"help.text" -msgid "<item type=\"input\">=CEILING(-11;-2;0)</item> returns -10" -msgstr "<item type=\"input\">=DELTA(1;2)</item> liveras je 0." - -#. X8Ebc -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3145740\n" -"help.text" -msgid "<item type=\"input\">=CEILING(-11;-2;1)</item> returns -12" -msgstr "<item type=\"input\">=DELTA(1;2)</item> liveras je 0." - -#. NWAdq -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"bm_id2952518\n" -"help.text" -msgid "<bookmark_value>CEILING.PRECISE function</bookmark_value> <bookmark_value>rounding;up to multiples of significance</bookmark_value>" -msgstr "<bookmark_value>PLAFONO-funkcio</bookmark_value><bookmark_value>rondigi;supren al signifa oblo</bookmark_value>" - -#. TL2Mo -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"hd_id2952518\n" -"help.text" -msgid "CEILING.PRECISE" -msgstr "" - -#. uP3ef -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id2953422\n" -"help.text" -msgid "<ahelp hid=\"HID_FUNC_CEIL_MS\">Rounds a number up to the nearest multiple of Significance, regardless of sign of Significance</ahelp>" -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 "<emph>Number</emph> (required) is the number that is to be rounded up." -msgstr "<emph>Numero</emph> estas la numero rondigota supren." - -#. De3wj -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id2955000\n" -"help.text" -msgid "<emph>Significance</emph> (optional) is the number to whose multiple the value is to be rounded up." -msgstr "<emph>Signifo</emph> estas la nombro al kies oblo la valoro estas rondigota supren." - -#. ATzN5 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id2945710\n" -"help.text" -msgid "<item type=\"input\">=CEILING.PRECISE(-11;-2)</item> returns -10" -msgstr "<item type=\"input\">=DELTA(1;2)</item> liveras je 0." - -#. CyR3Z -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"bm_id911516997198644\n" -"help.text" -msgid "<bookmark_value>CEILING.MATH function</bookmark_value>" -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 "<ahelp hid=\"HID_FUNC_CEIL_MATH\">Rounds a number up to the nearest multiple of Significance.</ahelp>" -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 "<emph>Number</emph> is the number that is to be rounded up." -msgstr "" - -#. eWEoz -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id491516997725772\n" -"help.text" -msgid "<emph>Significance</emph> 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 "<emph>Mode</emph> 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 "<item type=\"input\">=CEILING.MATH(-10;-3)</item> returns -9" -msgstr "" - -#. VRy7N -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id1001516997821483\n" -"help.text" -msgid "<item type=\"input\">=CEILING.MATH(-10;-3;0)</item> returns -9" -msgstr "" - -#. Cqx7f -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id641516997837754\n" -"help.text" -msgid "<item type=\"item_type\">=CEILING.MATH(-10;-3;1)</item> returns -12" -msgstr "" - -#. 5eFKb -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"bm_id921516998608939\n" -"help.text" -msgid "<bookmark_value>CEILING.XCL function</bookmark_value>" -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 "<ahelp hid=\"HID_FUNC_CEIL_MS\">Rounds a number away from zero to the nearest multiple of Significance.</ahelp>" -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 "<emph>Number</emph> is the number that is to be rounded." -msgstr "" - -#. RLTcE -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id151516998882622\n" -"help.text" -msgid "<emph>Significance</emph> 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 "<item type=\"input\">=CEILING.XCL(1;3)</item> returns 3" -msgstr "" - -#. mD3Gy -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id761516998929693\n" -"help.text" -msgid "<item type=\"input\">=CEILING.XCL(7;4)</item> returns 8" -msgstr "" - -#. C59zA -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id671516998958873\n" -"help.text" -msgid "<item type=\"item_type\">=CEILING.XCL(-10;-3)</item> returns -12" -msgstr "" - -#. VwPyC -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"bm_id8952518\n" -"help.text" -msgid "<bookmark_value>ISO.CEILING function</bookmark_value> <bookmark_value>rounding;up to multiples of significance</bookmark_value>" -msgstr "<bookmark_value>PLAFONO-funkcio</bookmark_value><bookmark_value>rondigi;supren al signifa oblo</bookmark_value>" - -#. DhoD5 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"hd_id8952518\n" -"help.text" -msgid "ISO.CEILING" -msgstr "" - -#. a8Z2B -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id8953422\n" -"help.text" -msgid "<ahelp hid=\"HID_FUNC_CEIL_ISO\">Rounds a number up to the nearest multiple of Significance, regardless of sign of Significance</ahelp>" -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 "<emph>Number</emph> (required) is the number that is to be rounded up." -msgstr "<emph>Numero</emph> estas la numero rondigota supren." - -#. FBHry -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id8955000\n" -"help.text" -msgid "<emph>Significance</emph> (optional) is the number to whose multiple the value is to be rounded up." -msgstr "<emph>Signifo</emph> estas la nombro al kies oblo la valoro estas rondigota supren." - -#. M8dYu -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id8945710\n" -"help.text" -msgid "<item type=\"input\">=ISO.CEILING(-11;-2)</item> returns -10" -msgstr "<item type=\"input\">=DELTA(1;2)</item> liveras je 0." - #. tQjUA #: 04060106.xhp msgctxt "" @@ -15037,168 +14623,6 @@ msgctxt "" msgid "<item type=\"input\">=ODD(-3.1)</item> returns -5." msgstr "<item type=\"input\">=ESTASNEPARA_ADD(5)</item> liveras je 1." -#. CR7gG -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"bm_id2957404\n" -"help.text" -msgid "<bookmark_value>FLOOR.PRECISE function</bookmark_value> <bookmark_value>FLOOR.XCL function</bookmark_value> <bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>" -msgstr "" - -#. ticPN -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"hd_id2957404\n" -"help.text" -msgid "FLOOR.PRECISE" -msgstr "" - -#. eZWE9 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id2957432\n" -"help.text" -msgid "<ahelp hid=\"HID_FUNC_FLOOR_MS\">Rounds a number down to the nearest multiple of Significance, regardless of sign of Significance</ahelp>" -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 "<emph>Number</emph> is the number that is to be rounded down." -msgstr "<emph>numero</emph> estas subrondigota." - -#. oe3sn -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id2957497\n" -"help.text" -msgid "<emph>Significance</emph> is the value to whose multiple the number is to be rounded down." -msgstr "<emph>signifo</emph> estas la valoro al kies oblo rondigi la numeron." - -#. FCZhS -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id2963945\n" -"help.text" -msgid "<item type=\"input\">=FLOOR.PRECISE( -11;-2)</item> returns -12" -msgstr "<item type=\"input\">=DELTA(1;2)</item> liveras je 0." - -#. aDgE5 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"bm_id3157404\n" -"help.text" -msgid "<bookmark_value>FLOOR function</bookmark_value> <bookmark_value>FLOOR.MATH function</bookmark_value> <bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>" -msgstr "" - -#. BAZE3 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"hd_id3157404\n" -"help.text" -msgid "FLOOR" -msgstr "PLANKO" - -#. WHyYX -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3157432\n" -"help.text" -msgid "<ahelp hid=\"HID_FUNC_UNTERGRENZE\">Rounds a number down to the nearest multiple of Significance.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_UNTERGRENZE\">Rondigas numeron malsupren al la plej proksima signifa oblo.</ahelp>" - -#. DDbJ6 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3157464\n" -"help.text" -msgid "FLOOR(Number; Significance; Mode)" -msgstr "PLANKO(numero; signifo; reĝimo)" - -#. cEAXh -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3157478\n" -"help.text" -msgid "<emph>Number</emph> is the number that is to be rounded down." -msgstr "<emph>numero</emph> estas subrondigota." - -#. zEGez -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3157497\n" -"help.text" -msgid "<emph>Significance</emph> is the value to whose multiple the number is to be rounded down." -msgstr "<emph>signifo</emph> estas la valoro al kies oblo rondigi la numeron." - -#. dDExC -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3157517\n" -"help.text" -msgid "<emph>Mode</emph> 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 "<item type=\"input\">=FLOOR( -11;-2)</item> returns -12" -msgstr "<item type=\"input\">=DELTA(1;2)</item> liveras je 0." - -#. R4ppE -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3163966\n" -"help.text" -msgid "<item type=\"input\">=FLOOR( -11;-2;0)</item> returns -12" -msgstr "<item type=\"input\">=DELTA(1;2)</item> liveras je 0." - -#. aWzUK -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3163988\n" -"help.text" -msgid "<item type=\"input\">=FLOOR( -11;-2;1)</item> returns -10" -msgstr "<item type=\"input\">=DELTA(1;2)</item> liveras je 0." - #. itiAQ #: 04060106.xhp msgctxt "" @@ -16585,41 +16009,41 @@ msgctxt "" msgid "<ahelp hid=\"HID_FUNC_MMULT\">Calculates the array product of two arrays.</ahelp> 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 "<ahelp hid=\"HID_FUNC_MMULT\">Kalkulas la tabelan produton de du tabeloj.</ahelp> La nombro da kolumnoj por tabelo 1 devas kongrui la nombron da vicoj por tabelo 2. La kvadrata tabelo havas egalan nombron da vicoj kaj kolumnoj." -#. 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 "<emph>Array</emph> at first place represents the first array used in the array product." -msgstr "<emph>tabelo</emph> en la unua loko reprezentas la unuan tabelon uzotan en la tabela produto." +msgid "<emph>Array 1</emph> represents the first array used in the array product." +msgstr "" -#. 5qGeT +#. FDfwg #: 04060107.xhp msgctxt "" "04060107.xhp\n" "par_id3152553\n" "help.text" -msgid "<emph>Array</emph> at second place represents the second array with the same number of rows." -msgstr "<emph>tabelo</emph> en la dua loko reprezentas la duan tabelon kun la sama nombro da vicoj." +msgid "<emph>Array 2</emph> 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 <emph>Array</emph>, then select the second <emph>Array</emph>. Using <emph>Function Wizard</emph>, mark the <emph>Array</emph> check box. Click <emph>OK</emph>. The output array will appear in the first selected range." -msgstr "Elektu kvadratan ĉelaron. Elektu la funkcion MMULT. Elektu la unuan <emph>Tabelon</emph>, tiam elektu la duan <emph>Tabelon</emph>. Per <emph>Funkcia Asistanto</emph>, marku la butonon <emph>Tabelo</emph>. Alklaku je <emph>Akcepti</emph>. La eliga tabelo aperos en la unua elektita ĉelaro." +msgid "Select a square range. Choose the MMULT function. Select <emph>Array 1</emph>, then select <emph>Array 2</emph>. Using the <emph>Function Wizard</emph>, mark the <emph>Array</emph> check box. Click <emph>OK</emph>. The output array will appear in the first selected range." +msgstr "" #. vPBWq #: 04060107.xhp @@ -18313,15 +17737,6 @@ msgctxt "" msgid "If cell A1 displays Err:518, the function <item type=\"input\">=ERRORTYPE(A1)</item> returns the number 518." msgstr "Se ĉelo A1 vidigas je Err:518, la funkcio <item type=\"input\">=ERARTIPO(A1)</item> liveras la numeron 518." -#. FWJTB -#: 04060109.xhp -msgctxt "" -"04060109.xhp\n" -"hd_id275141466817507\n" -"help.text" -msgid "<embedvar href=\"text/scalc/01/func_error_type.xhp#error_type_head\"/>" -msgstr "" - #. mtLKD #: 04060109.xhp msgctxt "" @@ -33784,6 +33199,15 @@ msgctxt "" msgid "<ahelp hid=\".\">Returns the inverse of CHISQDIST.</ahelp>" 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 "<ahelp hid=\".\">Returns the Gamma function value.</ahelp> 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 "<ahelp hid=\"HID_FUNC_HYPGEOMVERT\">Returns the hypergeometric distribution.</ahelp>" msgstr "<ahelp hid=\"HID_FUNC_HYPGEOMVERT\">Liveras la hipergeometrian distribuon.</ahelp>" -#. 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 "<emph>NPopulation </emph>is the size of the total population." msgstr "<emph>N_populacio</emph> estas la grando de la tuta populacio." +#. oDuYV +#: 04060182.xhp +msgctxt "" +"04060182.xhp\n" +"par_id231585952506847\n" +"help.text" +msgid "<emph>Cumulative </emph> (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 "<bookmark_value>CEILING function</bookmark_value><bookmark_value>rounding;up to multiples of significance</bookmark_value>" +msgstr "" + +#. XR3RK +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"hd_id3152518\n" +"help.text" +msgid "<variable id=\"CEILINGh1\"><link href=\"text/scalc/01/func_ceiling.xhp#ceiling\" name=\"CEILING\">CEILING</link></variable>" +msgstr "" + +#. E9m3Y +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id3153422\n" +"help.text" +msgid "<ahelp hid=\"HID_FUNC_OBERGRENZE\">Rounds a number up to the nearest multiple of s significance value.</ahelp>" +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 "<emph>Number</emph> 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 "<emph>Significance</emph> (optional) is the value, or a reference to a cell containing the value, to whose multiple <emph>Number</emph> is to be rounded. It defaults to +1 or -1 depending on the sign of <emph>Number</emph>." +msgstr "" + +#. AosjB +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id3155020\n" +"help.text" +msgid "<emph>Mode</emph> (optional) is a number, or a reference to a cell containing a number. The function only uses <emph>Mode</emph> if both <emph>Number</emph> and <emph>Significance</emph> are negative. Then if <emph>Mode</emph> is given and not equal to zero, numbers are rounded down (away from zero); if <emph>Mode</emph> 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 "<input>=CEILING(3.45)</input> returns 4." +msgstr "" + +#. ztdNi +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id921586208142416\n" +"help.text" +msgid "<input>=CEILING(3.45, 3)</input> returns 6." +msgstr "" + +#. XGfA3 +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id921586208146984\n" +"help.text" +msgid "<input>=CEILING(-1.234)</input> returns -1." +msgstr "" + +#. ss5WP +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id491586208152183\n" +"help.text" +msgid "<input>=CEILING(-45.67, -2, 0)</input> returns -44." +msgstr "" + +#. FY9XN +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id291586208158119\n" +"help.text" +msgid "<input>=CEILING(-45.67, -2, 1)</input> returns -46." +msgstr "" + +#. rZ78k +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"bm_id2952518\n" +"help.text" +msgid "<bookmark_value>CEILING.PRECISE function</bookmark_value><bookmark_value>rounding;up to multiples of significance</bookmark_value>" +msgstr "" + +#. 5DWRd +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"hd_id2952518\n" +"help.text" +msgid "<variable id=\"CEILING.PRECISEh1\"><link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"CEILING.PRECISE\">CEILING.PRECISE</link></variable>" +msgstr "" + +#. aTD6P +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id2953422\n" +"help.text" +msgid "<ahelp hid=\"HID_FUNC_CEIL_MS\">Rounds a number up to the nearest multiple of a significance value.</ahelp>" +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 <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> 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 "<emph>Significance</emph> (optional) is the value, or a reference to a cell containing the value, to whose multiple <emph>Number</emph> 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 "<input>=CEILING.PRECISE(3.45)</input> returns 4." +msgstr "" + +#. kkosx +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id651586213406243\n" +"help.text" +msgid "<input>=CEILING.PRECISE(-45.67,2)</input> returns -44." +msgstr "" + +#. WV9bx +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"bm_id911516997198644\n" +"help.text" +msgid "<bookmark_value>CEILING.MATH function</bookmark_value>" +msgstr "" + +#. 7xeKu +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"hd_id91516997330445\n" +"help.text" +msgid "<variable id=\"CEILING.MATHh1\"><link href=\"text/scalc/01/func_ceiling.xhp#ceilingmath\" name=\"CEILING.MATH\">CEILING.MATH</link></variable>" +msgstr "" + +#. AzJvD +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id81516997342088\n" +"help.text" +msgid "<ahelp hid=\"HID_FUNC_CEIL_MATH\">Rounds a number to the nearest multiple of a significance value.</ahelp>" +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 "<emph>Significance</emph> (optional) is the value, or a reference to a cell containing the value, to whose multiple <emph>Number</emph> is to be rounded. It defaults to 1." +msgstr "" + +#. EiWLa +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id451516997742909\n" +"help.text" +msgid "<emph>Mode</emph> (optional) is a number, or a reference to a cell containing a number. If <emph>Mode</emph> is given and not equal to zero, a negative <emph>Number</emph> is rounded down (away from zero). If <emph>Mode</emph> is equal to zero or is not given, a negative <emph>Number</emph> 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 "<input>=CEILING.MATH(3.45)</input> returns 4." +msgstr "" + +#. 6BkMe +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id481586208595809\n" +"help.text" +msgid "<input>=CEILING.MATH(3.45,-3)</input> returns 6." +msgstr "" + +#. Eby7i +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id641586208600665\n" +"help.text" +msgid "<input>=CEILING.MATH(-1.234)</input> returns -1." +msgstr "" + +#. fH4Yt +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id151586208604536\n" +"help.text" +msgid "<input>=CEILING.MATH(-45.67,-2,0)</input> returns -44." +msgstr "" + +#. MGVBD +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id971586208611345\n" +"help.text" +msgid "<input>=CEILING.MATH(-45.67,+2, 1)</input> returns -46." +msgstr "" + +#. EzE9t +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"bm_id921516998608939\n" +"help.text" +msgid "<bookmark_value>CEILING.XCL function</bookmark_value>" +msgstr "" + +#. CRMmT +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"hd_id411516998838823\n" +"help.text" +msgid "<variable id=\"CEILING.XCLh1\"><link href=\"text/scalc/01/func_ceiling.xhp#ceilingxcl\" name=\"CEILING.XCL\">CEILING.XCL</link></variable>" +msgstr "" + +#. 2tuD3 +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id811516998845826\n" +"help.text" +msgid "<ahelp hid=\"HID_FUNC_CEIL_MS\">Rounds a number to the nearest multiple of a significance value.</ahelp>" +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 "<emph>Significance</emph> is the value, or a reference to a cell containing the value, to whose multiple <emph>Number</emph> is to be rounded." +msgstr "" + +#. 6n7qn +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id421586214128242\n" +"help.text" +msgid "<input>=CEILING.XCL(3.45,2)</input> returns 4." +msgstr "" + +#. SZYUC +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id651586214132234\n" +"help.text" +msgid "<input>=CEILING.XCL(-45.67,2)</input> returns -44." +msgstr "" + +#. pz8Go +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id811586214136666\n" +"help.text" +msgid "<input>=CEILING.XCL(-45.67,-2)</input> returns -46." +msgstr "" + +#. GMzhD +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"bm_id8952518\n" +"help.text" +msgid "<bookmark_value>ISO.CEILING function</bookmark_value><bookmark_value>rounding;up to multiples of significance</bookmark_value>" +msgstr "" + +#. q22aC +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"hd_id8952518\n" +"help.text" +msgid "<variable id=\"ISO.CEILINGh1\"><link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"ISO.CEILING\">ISO.CEILING</link></variable>" +msgstr "" + +#. 5beBC +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id8953422\n" +"help.text" +msgid "<ahelp hid=\"HID_FUNC_CEIL_ISO\">Rounds a number up to the nearest multiple of a significance value.</ahelp>" +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 <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> 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 "<emph>Significance</emph> (optional) is the value, or a reference to a cell containing the value, to whose multiple <emph>Number</emph> is to be rounded. It defaults to 1." +msgstr "" + +#. FSFdP +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id801586214431463\n" +"help.text" +msgid "<input>=ISO.CEILING(3.45)</input> returns 4." +msgstr "" + +#. ENMYD +#: func_ceiling.xhp +msgctxt "" +"func_ceiling.xhp\n" +"par_id181586214438808\n" +"help.text" +msgid "<input>=ISO.CEILING(-45.67,2)</input> returns 44." +msgstr "" + #. GuEcB #: func_color.xhp msgctxt "" @@ -56950,13 +56914,13 @@ msgctxt "" msgid "<ahelp hid=\"HID_FUNC_TAGE360\">Returns the difference between two dates based on the 360 day year used in interest calculations.</ahelp>" msgstr "<ahelp hid=\"HID_FUNC_TAGE360\">Liveras la diferencon inter du datoj bazitaj sur la 360-taga jaro uzata en interesaj kalkuloj.</ahelp>" -#. 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 "<input>=FINDB(\"ᄫᄬ\";\"ᄩᄔᄕᄜᄝᄞᄠgᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";17)</input> 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 "<bookmark_value>FLOOR function</bookmark_value><bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>" +msgstr "" + +#. KoqGL +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"hd_id3157404\n" +"help.text" +msgid "<variable id=\"FLOORh1\"><link href=\"text/scalc/01/func_floor.xhp#floor\" name=\"FLOOR\">FLOOR</link></variable>" +msgstr "" + +#. VSV8H +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id3157432\n" +"help.text" +msgid "<ahelp hid=\"HID_FUNC_UNTERGRENZE\">Rounds a number to the nearest multiple of a significance value.</ahelp>" +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 "<emph>Number</emph> 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 "<emph>Significance</emph> (optional) is the value, or a reference to a cell containing the value, to whose multiple <emph>Number</emph> is to be rounded. It defaults to +1 or -1 depending on the sign of <emph>Number</emph>." +msgstr "" + +#. qCpHR +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id3157517\n" +"help.text" +msgid "<emph>Mode</emph> (optional) is a number, or a reference to a cell containing a number. The function only uses <emph>Mode</emph> if both <emph>Number</emph> and <emph>Significance</emph> are negative. Then if <emph>Mode</emph> is given and not equal to zero, numbers are rounded up (towards zero); if <emph>Mode</emph> 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 "<input>=FLOOR(3.45)</input> returns 3." +msgstr "" + +#. vuJc5 +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id311586287600048\n" +"help.text" +msgid "<input>=FLOOR(3.45, 3)</input> returns 3." +msgstr "" + +#. uTWTb +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id661586287604519\n" +"help.text" +msgid "<input>=FLOOR(-1.234)</input> returns -2." +msgstr "" + +#. 8ZGDc +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id741586287608968\n" +"help.text" +msgid "<input>=FLOOR(-45.67, -2, 0)</input> returns -46." +msgstr "" + +#. gXsTm +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id431586287616089\n" +"help.text" +msgid "<input>=FLOOR(-45.67, -2, 1)</input> returns -44." +msgstr "" + +#. zzTLr +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"bm_id811586290952465\n" +"help.text" +msgid "<bookmark_value>FLOOR.MATH function</bookmark_value>" +msgstr "" + +#. rEELD +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"hd_id1001586287279297\n" +"help.text" +msgid "<variable id=\"FLOOR.MATHh1\"><link href=\"text/scalc/01/func_floor.xhp#floormath\" name=\"FLOOR.MATH\">FLOOR.MATH</link></variable>" +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 "<emph>Significance</emph> (optional) is the value, or a reference to a cell containing the value, to whose multiple <emph>Number</emph> is to be rounded. It defaults to 1." +msgstr "" + +#. L9MKT +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id261586287494401\n" +"help.text" +msgid "<emph>Mode</emph> (optional) is a number, or a reference to a cell containing a number. If <emph>Mode</emph> is given and not equal to zero, a negative <emph>Number</emph> is rounded up (towards zero). If <emph>Mode</emph> is equal to zero or is not given, a negative <emph>Number</emph> is rounded down (away from zero)." +msgstr "" + +#. wCd8C +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id101586287621816\n" +"help.text" +msgid "<input>=FLOOR.MATH(3.45)</input> returns 3." +msgstr "" + +#. p27MD +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id771586287627784\n" +"help.text" +msgid "<input>=FLOOR.MATH(3.45,-3)</input> returns 3." +msgstr "" + +#. Fehfx +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id981586287632392\n" +"help.text" +msgid "<input>=FLOOR.MATH(-1.234)</input> returns -2." +msgstr "" + +#. eQfea +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id631586287637256\n" +"help.text" +msgid "<input>=FLOOR.MATH(-45.67,-2, 0)</input> returns -46." +msgstr "" + +#. XXqpS +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id371586287641888\n" +"help.text" +msgid "<input>=FLOOR.MATH(-45.67,+2, 1)</input> returns -44." +msgstr "" + +#. 9MJem +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"bm_id2957404\n" +"help.text" +msgid "<bookmark_value>FLOOR.PRECISE function</bookmark_value><bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>" +msgstr "" + +#. niyQj +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"hd_id2957404\n" +"help.text" +msgid "<variable id=\"FLOOR.PRECISEh1\"><link href=\"text/scalc/01/func_floor.xhp#floorprecise\" name=\"FLOOR.PRECISE\">FLOOR.PRECISE</link></variable>" +msgstr "" + +#. DgQBx +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id2957432\n" +"help.text" +msgid "<ahelp hid=\"HID_FUNC_FLOOR_MS\">Rounds a number down to the nearest multiple of a significance value.</ahelp>" +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 "<emph>Significance</emph> (optional) is the value, or a reference to a cell containing the value, to whose multiple <emph>Number</emph> is to be rounded. It defaults to 1." +msgstr "" + +#. smFCw +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id981586291388900\n" +"help.text" +msgid "<input>=FLOOR.PRECISE(3.45)</input> returns 3." +msgstr "" + +#. Q9vnd +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id831586291395477\n" +"help.text" +msgid "<input>=FLOOR.PRECISE(-45.67,2)</input> returns -46." +msgstr "" + +#. HnS5F +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"bm_id171586291849333\n" +"help.text" +msgid "<bookmark_value>FLOOR.XCL function</bookmark_value>" +msgstr "" + +#. LMEET +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"hd_id791586291468176\n" +"help.text" +msgid "<variable id=\"FLOOR.XCLh1\"><link href=\"text/scalc/01/func_floor.xhp#floorxcl\" name=\"FLOOR.XCL\">FLOOR.XCL</link></variable>" +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 "<emph>Significance</emph> is the value, or a reference to a cell containing the value, to whose multiple <emph>Number</emph> is to be rounded." +msgstr "" + +#. HXuMo +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id531586291622306\n" +"help.text" +msgid "<input>=FLOOR.XCL(3.45,2)</input> returns 2." +msgstr "" + +#. gFyGC +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id361586291628003\n" +"help.text" +msgid "<input>=FLOOR.XCL(-45.67,2)</input> returns -46." +msgstr "" + +#. EU7xy +#: func_floor.xhp +msgctxt "" +"func_floor.xhp\n" +"par_id801586291641099\n" +"help.text" +msgid "<input>=FLOOR.XCL(-45.67,-2)</input> returns -44." +msgstr "" + #. 2YcR7 #: func_forecastetsadd.xhp msgctxt "" diff --git a/source/eo/helpcontent2/source/text/shared/guide.po b/source/eo/helpcontent2/source/text/shared/guide.po index 6f8515b54eb..c17f551a5f5 100644 --- a/source/eo/helpcontent2/source/text/shared/guide.po +++ b/source/eo/helpcontent2/source/text/shared/guide.po @@ -4,8 +4,8 @@ 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-03-13 12:06+0100\n" -"PO-Revision-Date: 2020-02-25 12:15+0000\n" -"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" +"PO-Revision-Date: 2020-04-07 11:16+0000\n" +"Last-Translator: Donald Rogers <donr2648@clear.net.nz>\n" "Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedguide/eo/>\n" "Language: eo\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1552964903.000000\n" #. iharT @@ -2327,7 +2327,7 @@ msgctxt "" "par_id150820161816047387\n" "help.text" msgid "<variable id=\"rememberpw\"><emph>Remember password</emph>: Check to store the password in %PRODUCTNAME’s user profile. The password will be secured by the master password in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security - Internet passwords</menuitem>.</variable>" -msgstr "" +msgstr "<variable id=\"rememberpw\"><emph>Memoru pasvorton</emph>: Marku pot konservi la pasvorton en la uzulan profilon de %PRODUCTNAME. La pasvorton sekurigos la ĉefa pasvorto en <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferoj</menuitem></caseinline><defaultinline><menuitem>Iloj - Agordaĵoj</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Sekureco - Interretaj pasvortoj</menuitem>.</variable>" #. xGTap #: cmis-remote-files-setup.xhp @@ -3416,7 +3416,7 @@ msgctxt "" "tit\n" "help.text" msgid "File Conversion Filters Tables" -msgstr "" +msgstr "Tabeloj de dosierkonvertaj filtriloj" #. Gnh4p #: convertfilters.xhp @@ -3425,7 +3425,7 @@ msgctxt "" "bm_id541554406270299\n" "help.text" msgid "<bookmark_value>filters;document conversion</bookmark_value><bookmark_value>document conversion;filters</bookmark_value><bookmark_value>convert-to;filters</bookmark_value><bookmark_value>command line document conversion;filters</bookmark_value><bookmark_value>module file filters</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>filtriloj;dokumenta konverto</bookmark_value><bookmark_value>dokumenta konverto;filtriloj</bookmark_value><bookmark_value>konverti-al;filtriloj</bookmark_value><bookmark_value>komandlinia dokumentkonverta;filtrilo</bookmark_value><bookmark_value>modulo dosiero filtriloj</bookmark_value>" #. SXahX #: convertfilters.xhp @@ -3434,7 +3434,7 @@ msgctxt "" "hd_id771554399002497\n" "help.text" msgid "<link href=\"text/shared/guide/convertfilters.xhp\" name=\"conversion filter names\">File Conversion Filter Names</link>" -msgstr "" +msgstr "<link href=\"text/shared/guide/convertfilters.xhp\" name=\"conversion filter names\">Nomoj de dosierkonvertaj filtriloj</link>" #. CqBDJ #: convertfilters.xhp @@ -3443,7 +3443,7 @@ msgctxt "" "par_id581554399002498\n" "help.text" msgid "<variable id=\"variable name\"><ahelp hid=\".\">Tables with filter names for command line document conversion.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"variable name\"><ahelp hid=\".\">Tabeloj kun nomoj de filtriloj por komandlinie konverti dokumenton.</ahelp></variable>" #. b2QPi #: convertfilters.xhp @@ -3452,7 +3452,7 @@ msgctxt "" "par_id00tablehead\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\"><variable visibility=\"hidden\" id=\"filtername\">Filter name</variable><variable visibility=\"hidden\" id=\"mediatype\">Media type</variable><variable visibility=\"hidden\" id=\"fileextensions\">File name extensions</variable></ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\"><variable visibility=\"hidden\" id=\"filtername\">Nomo de filtrilo</variable><variable visibility=\"hidden\" id=\"mediatype\">Tipo de medio</variable><variable visibility=\"hidden\" id=\"fileextensions\">Dosiernomaj sufiksoj</variable></ahelp>" #. TDrTw #: convertfilters.xhp @@ -3461,7 +3461,7 @@ msgctxt "" "bm_000writer\n" "help.text" msgid "<bookmark_value>command line document conversion; filters for WRITER</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>komandlinia dokumentkonverto; filtriloj por VERKILO</bookmark_value>" #. CCb3G #: convertfilters.xhp @@ -3470,7 +3470,7 @@ msgctxt "" "hd_000writer\n" "help.text" msgid "Filters for WRITER" -msgstr "" +msgstr "Filtriloj por VERKILO" #. XPtUL #: convertfilters.xhp @@ -3479,7 +3479,7 @@ msgctxt "" "par_writer0\n" "help.text" msgid "AbiWord Document" -msgstr "" +msgstr "Dokumento de AbiWord" #. m5C85 #: convertfilters.xhp @@ -3488,7 +3488,7 @@ msgctxt "" "par_writer3\n" "help.text" msgid "Apple Pages" -msgstr "" +msgstr "Apple-paĝoj" #. ATvUz #: convertfilters.xhp @@ -3497,7 +3497,7 @@ msgctxt "" "par_writer6\n" "help.text" msgid "BroadBand eBook" -msgstr "" +msgstr "Larĝbenda bitlibro" #. NDUKF #: convertfilters.xhp @@ -3506,7 +3506,7 @@ msgctxt "" "par_writer9\n" "help.text" msgid "ClarisWorks/AppleWorks Document" -msgstr "" +msgstr "Teksta dokumento de ClarisWorks/AppleWorks" #. uhAJf #: convertfilters.xhp @@ -3515,7 +3515,7 @@ msgctxt "" "par_writer12\n" "help.text" msgid "EPUB Document" -msgstr "" +msgstr "EPUB-dokumento" #. EhxSS #: convertfilters.xhp @@ -3524,7 +3524,7 @@ msgctxt "" "par_writer15\n" "help.text" msgid "FictionBook 2.0" -msgstr "" +msgstr "FictionBook 2.0" #. a2BeB #: convertfilters.xhp @@ -3533,7 +3533,7 @@ msgctxt "" "par_writer18\n" "help.text" msgid "HTML Document" -msgstr "" +msgstr "HTML-dokumento" #. eJaKc #: convertfilters.xhp @@ -3542,7 +3542,7 @@ msgctxt "" "par_writer21\n" "help.text" msgid "HTML Document" -msgstr "" +msgstr "HTML-dokumento" #. fQxLD #: convertfilters.xhp @@ -3551,7 +3551,7 @@ msgctxt "" "par_writer24\n" "help.text" msgid "Hangul WP 97" -msgstr "" +msgstr "Hangul WP 97" #. ihqrs #: convertfilters.xhp @@ -3560,7 +3560,7 @@ msgctxt "" "par_writer27\n" "help.text" msgid "Help content" -msgstr "" +msgstr "Help-enhavo" #. 7UPxm #: convertfilters.xhp @@ -3569,7 +3569,7 @@ msgctxt "" "par_writer28\n" "help.text" msgid "None" -msgstr "" +msgstr "Nenio" #. GhADm #: convertfilters.xhp @@ -3578,7 +3578,7 @@ msgctxt "" "par_writer30\n" "help.text" msgid "Legacy Mac Text Document" -msgstr "" +msgstr "Heredaĵa teksta dokumento de Makintoŝo" #. VqS7i #: convertfilters.xhp @@ -3587,7 +3587,7 @@ msgctxt "" "par_writer31\n" "help.text" msgid "None" -msgstr "" +msgstr "Nenio" #. aBqVE #: convertfilters.xhp @@ -3596,7 +3596,7 @@ msgctxt "" "par_writer33\n" "help.text" msgid "Legacy StarOffice Text Document" -msgstr "" +msgstr "Heredaĵa Teksta Dokumento de StarOffice" #. e3nVt #: convertfilters.xhp @@ -3605,7 +3605,7 @@ msgctxt "" "par_writer34\n" "help.text" msgid "None" -msgstr "" +msgstr "Nenio" #. odcve #: convertfilters.xhp @@ -3614,7 +3614,7 @@ msgctxt "" "par_writer36\n" "help.text" msgid "LotusWordPro Document" -msgstr "" +msgstr "Dokumento de Lotus Word Pro" #. csLtF #: convertfilters.xhp @@ -3623,7 +3623,7 @@ msgctxt "" "par_writer39\n" "help.text" msgid "MS Word 95 Template" -msgstr "" +msgstr "Ŝablono de MS Word 95" #. aC82A #: convertfilters.xhp @@ -3632,7 +3632,7 @@ msgctxt "" "par_writer42\n" "help.text" msgid "MacWrite Document" -msgstr "" +msgstr "Dokumento de MacWrite" #. mnmDo #: convertfilters.xhp @@ -3641,7 +3641,7 @@ msgctxt "" "par_writer45\n" "help.text" msgid "Mariner Write Mac Classic v1.6 - v3.5" -msgstr "" +msgstr "Mariner Write Mac Classic v1.6 - v3.5" #. 67upD #: convertfilters.xhp @@ -3650,7 +3650,7 @@ msgctxt "" "par_writer48\n" "help.text" msgid "Microsoft Excel 4.0" -msgstr "" +msgstr "Microsoft Excel 4.0" #. X92F5 #: convertfilters.xhp @@ -3659,7 +3659,7 @@ msgctxt "" "par_writer51\n" "help.text" msgid "Microsoft Excel 5.0" -msgstr "" +msgstr "Microsoft Excel 5.0" #. qpyRf #: convertfilters.xhp @@ -3668,7 +3668,7 @@ msgctxt "" "par_writer54\n" "help.text" msgid "Microsoft Excel 95" -msgstr "" +msgstr "Microsoft Excel 95" #. VxERM #: convertfilters.xhp @@ -3677,7 +3677,7 @@ msgctxt "" "par_writer57\n" "help.text" msgid "Microsoft WinWord 1/2/5" -msgstr "" +msgstr "Microsoft WinWord 1/2/5" #. cZfDS #: convertfilters.xhp @@ -3686,7 +3686,7 @@ msgctxt "" "par_writer60\n" "help.text" msgid "Microsoft Word 6.0" -msgstr "" +msgstr "Microsoft Word 6.0" #. ymJSS #: convertfilters.xhp @@ -3695,7 +3695,7 @@ msgctxt "" "par_writer63\n" "help.text" msgid "Microsoft Word 95" -msgstr "" +msgstr "Microsoft Word 95" #. WBiba #: convertfilters.xhp @@ -3704,7 +3704,7 @@ msgctxt "" "par_writer66\n" "help.text" msgid "Microsoft Word for DOS" -msgstr "" +msgstr "Microsoft Word por DOS" #. fvuB6 #: convertfilters.xhp @@ -3713,7 +3713,7 @@ msgctxt "" "par_writer67\n" "help.text" msgid "None" -msgstr "" +msgstr "Nenio" #. FmQsq #: convertfilters.xhp @@ -3722,7 +3722,7 @@ msgctxt "" "par_writer69\n" "help.text" msgid "Microsoft Word for Mac (v1 - v5)" -msgstr "" +msgstr "Microsoft Word por Mac (v1 - v5)" #. 95ySF #: convertfilters.xhp @@ -3731,7 +3731,7 @@ msgctxt "" "par_writer72\n" "help.text" msgid "Microsoft Works Document" -msgstr "" +msgstr "Dokumento de Microsoft Works" #. zrWyf #: convertfilters.xhp @@ -3740,7 +3740,7 @@ msgctxt "" "par_writer75\n" "help.text" msgid "Microsoft Works for Mac Document (v1 - v4)" -msgstr "" +msgstr "Teksta dokumento de Microsoft Works por Mac (v1 - v4)" #. vgSQC #: convertfilters.xhp @@ -3749,7 +3749,7 @@ msgctxt "" "par_writer78\n" "help.text" msgid "Microsoft Write" -msgstr "" +msgstr "Microsoft Write" #. btFmf #: convertfilters.xhp diff --git a/source/eo/helpcontent2/source/text/swriter/00.po b/source/eo/helpcontent2/source/text/swriter/00.po index 1a92aa23aa0..2f4d2fcf299 100644 --- a/source/eo/helpcontent2/source/text/swriter/00.po +++ b/source/eo/helpcontent2/source/text/swriter/00.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: LibreOffice 3.5.x\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-03-06 11:46+0100\n" -"PO-Revision-Date: 2020-03-22 13:50+0000\n" +"PO-Revision-Date: 2020-04-07 11:16+0000\n" "Last-Translator: Donald Rogers <donr2648@clear.net.nz>\n" "Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter00/eo/>\n" "Language: eo\n" @@ -2282,7 +2282,7 @@ msgctxt "" "par_id3149591\n" "help.text" msgid "On <emph>Table</emph> bar, click" -msgstr "En la breto <emph>Tabelo</emph>, alklaku al " +msgstr "En la breto <emph>Tabelo</emph>, alklaku al" #. Na4rx #: 00000405.xhp @@ -2336,7 +2336,7 @@ msgctxt "" "par_id3148932\n" "help.text" msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" -msgstr "En breto <emph>Tabelo</emph>, malfermu ilobreton <emph>Optimumigi grandon</emph>, alklaku al " +msgstr "En la ilobreto <emph>Optimumigi grandon</emph>, en la breto <emph>Tabelo</emph>, alklaku al" #. i89K7 #: 00000405.xhp @@ -2372,7 +2372,7 @@ msgctxt "" "par_id3156426\n" "help.text" msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" -msgstr "En breto <emph>Tabelo</emph>, malfermu ilobreton <emph>Optimumigi grandon</emph>, alklaku al " +msgstr "En ilobreto <emph>Optimumigi grandon</emph>, en la breto <emph>Tabelo</emph>, alklaku al" #. V4Cqu #: 00000405.xhp @@ -2426,7 +2426,7 @@ msgctxt "" "par_id3150813\n" "help.text" msgid "On <emph>Table</emph> bar, click" -msgstr "En la breto <emph>Tabelo</emph>, alklaku al " +msgstr "En la breto <emph>Tabelo</emph>, alklaku al" #. e5L4N #: 00000405.xhp @@ -2480,7 +2480,7 @@ msgctxt "" "par_id3155328\n" "help.text" msgid "On <emph>Table</emph> bar, click" -msgstr "En la breto <emph>Tabelo</emph>, alklaku al " +msgstr "En la breto <emph>Tabelo</emph>, alklaku al" #. XqFzq #: 00000405.xhp diff --git a/source/eo/helpcontent2/source/text/swriter/01.po b/source/eo/helpcontent2/source/text/swriter/01.po index ecbc4dff9a2..e85e3c1e5da 100644 --- a/source/eo/helpcontent2/source/text/swriter/01.po +++ b/source/eo/helpcontent2/source/text/swriter/01.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: LibreOffice 3.5.x\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" -"PO-Revision-Date: 2020-03-26 21:16+0000\n" +"POT-Creation-Date: 2020-04-08 14:22+0200\n" +"PO-Revision-Date: 2020-04-07 11:16+0000\n" "Last-Translator: Donald Rogers <donr2648@clear.net.nz>\n" "Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/eo/>\n" "Language: eo\n" @@ -860,7 +860,7 @@ msgctxt "" "hd_id3150675\n" "help.text" msgid "Next" -msgstr "Next" +msgstr "Sekva" #. R7XFx #: 02110000.xhp @@ -1562,7 +1562,7 @@ msgctxt "" "par_id3150045\n" "help.text" msgid "Open the <emph>Navigation</emph> toolbar by clicking on its top left icon located on the top of the Navigator display area. You can break the toolbar away from its place by dragging and arranging it on the screen." -msgstr "" +msgstr "Malfermu la ilobreton <emph>Navigado</emph> alklakante ĝian supran maldekstran bildsimbolon en la supro parto de la Navigilo. Eblas apartigi la ilobreton for de ĝia loko ŝovante ĝin por aranĝi ĝin en la ekrano." #. sg88n #: 02110100.xhp @@ -3317,7 +3317,7 @@ msgctxt "" "par_id3151251\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/indexentry/typecb-edit\">Displays the type of index that the selected entry belongs to.</ahelp> You cannot change the index type of an index entry in this dialog. Instead, you must delete the index entry from the document, and then insert it again in a different index type." -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/typecb-edit\">Vidigas la tipon de indekso al kiu apartenas la elektita elemento.</ahelp> Oni ne povas ŝanĝi la indeksan tipon de elemento per ĉi tiu dialogo. Anstataŭe, oni devas forigi la indeksan elementon el la dokumento, kaj reenmeti ĝin kun alia indeksa tipo." #. HjkxD #: 02160000.xhp @@ -3722,7 +3722,7 @@ msgctxt "" "par_id110120150347249577\n" "help.text" msgid "Show or hide the vertical ruler. The vertical ruler can be used to adjust page vertical margins, table cells, and object heights on the page." -msgstr "Vidigu aŭ kaŝu la vertikalan mezurilon. La vertikala mezurilo estas uzebla por adapti ka paĝajn vertikalajn marĝenojn, tabelajn ĉelojn, kaj alton de objektoj en la paĝo. " +msgstr "Vidigu aŭ kaŝu la vertikalan mezurilon. La vertikala mezurilo estas uzebla por adapti paĝajn vertikalajn marĝenojn, tabelajn ĉelojn, kaj la alton de objektoj en la paĝo." #. puGjH #: 03070000.xhp @@ -3884,7 +3884,7 @@ msgctxt "" "par_id3147511\n" "help.text" msgid "To specify which formatting marks are displayed, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - </menuitem><link href=\"text/shared/optionen/01040600.xhp\" name=\"Writer - Formatting Aids\"><menuitem>%PRODUCTNAME Writer - Formatting Aids</menuitem></link>, and then select the options that you want in the <emph>Display formatting</emph> area." -msgstr "Por agordi kiujn formatajn markojn vidigi, elektu je <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferoj</menuitem></caseinline><defaultinline><menuitem type=\"menuitem\">Iloj - Agordaĵoj</menuitem></defaultinline></switchinline><menuitem> - </menuitem><link href=\"text/shared/optionen/01040600.xhp\" name=\"Writer - Formatting Aids\"><menuitem>%PRODUCTNAME Verkilo - Formata Asistanto</menuitem></link>, kaj elektu la atributojn enmetotajn en la areo <emph>Vidigi formatadon</emph>." +msgstr "Por agordi kiujn formatajn markojn vidigi, elektu je <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferoj</menuitem></caseinline><defaultinline><menuitem>Iloj - Agordaĵoj</menuitem></defaultinline></switchinline><menuitem> - </menuitem><link href=\"text/shared/optionen/01040600.xhp\" name=\"Writer - Formatting Aids\"><menuitem>%PRODUCTNAME Verkilo - Formata Asistanto</menuitem></link>, kaj elektu la atributojn enmetotajn en la zono <emph>Vidigi formatadon</emph>." #. k2VJk #: 03120000.xhp @@ -7306,14 +7306,14 @@ msgctxt "" msgid "Name" msgstr "Nomo" -#. Zjnxw +#. kDDEs #: 04090002.xhp msgctxt "" "04090002.xhp\n" "par_id3156259\n" "help.text" -msgid "<variable id=\"FieldValue\"><ahelp hid=\"modules/swriter/ui/fldrefpage/name\">Type the name of the user-defined field that you want to create.</ahelp></variable> To set a target, click \"Set Reference\" in the <emph>Type</emph> list, type a name in this box, and then click <emph>Insert</emph>. To reference the new target, click the target name in the <emph>Selection</emph> list." -msgstr "<variable id=\"FieldValue\"><ahelp hid=\"modules/swriter/ui/fldrefpage/name\">Tajpu la nomon de la propra kampo kreota.</ahelp></variable> Por agordi celon, alklaku al \"Agordi referencon\" en la listo <emph>Tipo</emph>, tajpu nomon en tiu kadro, kaj alklaku al <emph>Enmeti</emph>. Por referenci la novan celon, alklaku la celan nomon en la listo <emph>Elektaĵo</emph>." +msgid "<variable id=\"FieldName\"><ahelp hid=\"modules/swriter/ui/fldrefpage/name\">Type the name of the user-defined field that you want to create.</ahelp></variable> To set a target, click \"Set Reference\" in the <emph>Type</emph> list, type a name in this box, and then click <emph>Insert</emph>. To reference the new target, click the target name in the <emph>Selection</emph> list." +msgstr "" #. DRRLC #: 04090002.xhp @@ -7970,7 +7970,7 @@ msgctxt "" "hd_id3155558\n" "help.text" msgid "Next" -msgstr "Next" +msgstr "Sekva" #. DGE2F #: 04090003.xhp @@ -8573,7 +8573,7 @@ msgctxt "" "par_id381583794664065\n" "help.text" msgid "<embedvar href=\"text/swriter/01/04090002.xhp#FieldName\"/> This option is available for \"Set variable\", \"DDE field\", \"Number range\" and \"User Field\" field types." -msgstr "" +msgstr "<embedvar href=\"text/swriter/01/04090002.xhp#FieldName\"/>Tiu eblo disponeblas por la tipoj \"Agordi variablon\", \"DDE-kampo\", \"Numera amplekso\" kaj \"Uzula kampo\"." #. KsGDR #: 04090005.xhp @@ -8735,7 +8735,7 @@ msgctxt "" "par_id941584040174795\n" "help.text" msgid "<emph>Numbering by Chapter</emph>, <emph>Level</emph> and <emph>Separator</emph> are only available for the \"Number range\" field type." -msgstr "" +msgstr "<emph>Numeri laŭ ĉapitro</emph>, <emph>Nivelo</emph> kaj <emph>Apartigilo</emph> disponeblas nur por la kampa tipo \"Numera amplekso\"." #. u5c6E #: 04090005.xhp @@ -9482,7 +9482,7 @@ msgctxt "" "hd_id3155897\n" "help.text" msgid "Next" -msgstr "Next" +msgstr "Sekva" #. nQfrA #: 04090100.xhp @@ -9905,7 +9905,7 @@ msgctxt "" "par_id3147272\n" "help.text" msgid "user_lastname" -msgstr "user_lastname" +msgstr "uzanto_lastanomo" #. mVhRE #: 04090200.xhp @@ -9923,7 +9923,7 @@ msgctxt "" "par_id3150770\n" "help.text" msgid "user_initials" -msgstr "user_initials" +msgstr "uzanto_inicialoj" #. KqDJC #: 04090200.xhp @@ -9941,7 +9941,7 @@ msgctxt "" "par_id3148705\n" "help.text" msgid "user_company" -msgstr "user_company" +msgstr "uzanto_kompanio" #. szeBa #: 04090200.xhp @@ -9959,7 +9959,7 @@ msgctxt "" "par_id3155361\n" "help.text" msgid "user_street" -msgstr "user_street" +msgstr "uzanto_strato" #. usGfu #: 04090200.xhp @@ -9995,7 +9995,7 @@ msgctxt "" "par_id3149580\n" "help.text" msgid "user_zipcode" -msgstr "user_zipcode" +msgstr "uzanto_Poŝtakodo" #. VuC8X #: 04090200.xhp @@ -10031,7 +10031,7 @@ msgctxt "" "par_id3156053\n" "help.text" msgid "user_title" -msgstr "user_title" +msgstr "uzanto_titolo" #. KDQFy #: 04090200.xhp @@ -10958,7 +10958,7 @@ msgctxt "" "par_id3154103\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/indexentry/typecb-insert\">Select the index that you want to add the entry to.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/typecb-insert\">Elektu la indekson, al kiu aldoni la elementon.</ahelp>" #. uxWFA #: 04120100.xhp @@ -11291,7 +11291,7 @@ msgctxt "" "hd_id3145825\n" "help.text" msgid "<link href=\"text/swriter/01/04120201.xhp\" name=\"Styles\">Styles</link>" -msgstr "<link href=\"text/swriter/01/04120201.xhp\" name=\"Styles\">Styles</link>" +msgstr "<link href=\"text/swriter/01/04120201.xhp\" name=\"Styles\">Stiloj</link>" #. AabLF #: 04120201.xhp @@ -17249,7 +17249,7 @@ msgctxt "" "hd_id3154648\n" "help.text" msgid "Relative height relation" -msgstr "Rilato de la relativa alto " +msgstr "Rilato de la relativa alto" #. jVdeE #: 05060100.xhp @@ -19256,7 +19256,7 @@ msgctxt "" "par_id3156058\n" "help.text" msgid "Frames allow you to link certain events to a function that then decides if the event is handled by $[officename] Writer or by the function. See the $[officename] Basic Help for more information." -msgstr "Frames allow you to link certain events to a function that then decides if the event is handled by $[officename] Writer or by the function. See the $[officename] Basic Help for more information." +msgstr "Kadroj ebligas al vi ligi specifajn eventojn al funkcio, kiu tiam decidas ĉu la eventon traktos $[officename] Verkilo aŭ la funkcio. Vidu ankaŭ la $[officename] Bazan Helpon por plua informo." #. FqCAA #: 05060700.xhp @@ -23954,7 +23954,7 @@ msgctxt "" "hd_id3151327\n" "help.text" msgid "Next" -msgstr "Next" +msgstr "Sekva" #. e8FEg #: 06030000.xhp @@ -26474,7 +26474,7 @@ msgctxt "" "par_id3150344\n" "help.text" msgid "<ahelp hid=\".uno:UpdateCharts\" visibility=\"visible\">Updates the charts in the current document.</ahelp>" -msgstr "<ahelp hid=\".uno:UpdateCharts\" visibility=\"visible\">Updates the charts in the current document.</ahelp>" +msgstr "<ahelp hid=\".uno:UpdateCharts\" visibility=\"visible\">Ĝisdatigas la diagramojn en la aktuala dokumento.</ahelp>" #. gHc74 #: 06990000.xhp @@ -26636,7 +26636,7 @@ msgctxt "" "hd_id3155179\n" "help.text" msgid "Relative" -msgstr "Relative" +msgstr "Relativa" #. CH33W #: legacynumbering.xhp diff --git a/source/eo/helpcontent2/source/text/swriter/04.po b/source/eo/helpcontent2/source/text/swriter/04.po index 9acd27416e0..adcdd0d84b9 100644 --- a/source/eo/helpcontent2/source/text/swriter/04.po +++ b/source/eo/helpcontent2/source/text/swriter/04.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: LibreOffice3.5.x\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-03-13 12:06+0100\n" -"PO-Revision-Date: 2020-02-05 07:20+0000\n" -"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n" +"PO-Revision-Date: 2020-04-04 18:16+0000\n" +"Last-Translator: Donald Rogers <donr2648@clear.net.nz>\n" "Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter04/eo/>\n" "Language: eo\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 3.10.3\n" "X-POOTLE-MTIME: 1511919091.000000\n" #. brcGC @@ -221,7 +221,7 @@ msgctxt "" "par_id451547122572675\n" "help.text" msgid "Shift+F5" -msgstr "" +msgstr "Maj+F5" #. E4Zqz #: 01020000.xhp @@ -230,7 +230,7 @@ msgctxt "" "par_id191547122572675\n" "help.text" msgid "Moves the cursor to the position that it had when the document was last saved before it was last closed." -msgstr "" +msgstr "Movas la kursoron al la pozicio kiun ĝi havis kiam ĝi laste konserviĝis antaŭ ol ĝi fermiĝis." #. GEWBz #: 01020000.xhp @@ -266,7 +266,7 @@ msgctxt "" "par_id3149957\n" "help.text" msgid "Spelling" -msgstr "" +msgstr "Literumo" #. BgpGm #: 01020000.xhp @@ -2219,7 +2219,7 @@ msgctxt "" "par_id3149024\n" "help.text" msgid "Cursor is inside a frame and no text is selected: Escape selects the frame." -msgstr "" +msgstr "Kursoro estas en kadro kaj neniu teksto estas elektita: Eskapi elektas la kadron." #. 9B5YD #: 01020000.xhp @@ -2228,7 +2228,7 @@ msgctxt "" "par_id3149039\n" "help.text" msgid "Frame is selected: Escape clears the cursor from the frame." -msgstr "" +msgstr "Kadro estas elektita: Eskapi vakigas la kursoron el la kadro." #. aCq7z #: 01020000.xhp @@ -2246,7 +2246,7 @@ msgctxt "" "par_id3149890\n" "help.text" msgid "If a frame is selected: positions the cursor to the end of the text in the frame. If you press any key that produces a character on screen, and the document is in edit mode, the character is appended to the text." -msgstr "" +msgstr "Se kadro estas elektita: lokigas la kursoron al la fino de la teksto en la kadro. Se vi premas klavon kiu kreas signon en la ekrano, kaj la dokumento estas en redakta reĝimo, la signo postgluiĝas al la teksto." #. EHxBu #: 01020000.xhp diff --git a/source/eo/helpcontent2/source/text/swriter/guide.po b/source/eo/helpcontent2/source/text/swriter/guide.po index 273bea8c4f9..b0bddb148b7 100644 --- a/source/eo/helpcontent2/source/text/swriter/guide.po +++ b/source/eo/helpcontent2/source/text/swriter/guide.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: LibreOffice 3.5.x\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-03-13 12:06+0100\n" -"PO-Revision-Date: 2020-03-27 22:16+0000\n" +"PO-Revision-Date: 2020-04-07 11:16+0000\n" "Last-Translator: Donald Rogers <donr2648@clear.net.nz>\n" "Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textswriterguide/eo/>\n" "Language: eo\n" @@ -4712,7 +4712,7 @@ msgctxt "" "par_id3145592\n" "help.text" msgid "user_lastname" -msgstr "user_lastname" +msgstr "uzanto_lastanomo" #. snBXx #: fields_userdata.xhp @@ -4730,7 +4730,7 @@ msgctxt "" "par_id3145642\n" "help.text" msgid "user_initials" -msgstr "user_initials" +msgstr "uzanto_inicialoj" #. dFhE4 #: fields_userdata.xhp @@ -4748,7 +4748,7 @@ msgctxt "" "par_id3151200\n" "help.text" msgid "user_company" -msgstr "user_company" +msgstr "uzanto_kompanio" #. 83qvK #: fields_userdata.xhp @@ -4766,7 +4766,7 @@ msgctxt "" "par_id3151250\n" "help.text" msgid "user_street" -msgstr "user_street" +msgstr "uzanto_strato" #. tBiFe #: fields_userdata.xhp @@ -4802,7 +4802,7 @@ msgctxt "" "par_id3152990\n" "help.text" msgid "user_zipcode" -msgstr "user_zipcode" +msgstr "uzanto_poŝtkodo" #. RVBtx #: fields_userdata.xhp @@ -4838,7 +4838,7 @@ msgctxt "" "par_id3145756\n" "help.text" msgid "user_title" -msgstr "user_title" +msgstr "uzanto_titolo" #. TTadG #: fields_userdata.xhp @@ -8825,7 +8825,7 @@ msgctxt "" "par_id1001574720273772\n" "help.text" msgid "%PRODUCTNAME creates the table of contents entries based on the chapter level of the paragraph style and the paragraph contents. If the paragraph is empty, it will not be included in the table of contents. To force the empty paragraph to be listed in the table of contents, manually add a space or a non breaking space to the paragraph. Spaces added in the <emph>After</emph> text box of the Numbering tab in the Chapter Numbering dialog will not work for this purpose, since they are part of the paragraph numbering, not the paragraph contents." -msgstr "" +msgstr "%PRODUCTNAME kreas la enhavotabelajn elementojn bazitajn sur la ĉapitra nivelo de la alinea stilo kaj la alinea enhavo. Se la alineo vakas, ĝi ne inkluziviĝos en la enhavotabelo. Por devigi ke la alineo listiĝu en la enhavotabelo, mane enmeti spaceton aŭ nerompeblan spaceton en la alineon. Spacetoj aldonitaj en la teksta kadro <emph>Post</emph>, de la Numerada langeto, en la dialogo Ĉapitra numerado, ne funkcios tiucele, ĉar ili estas parto de la alinea numerado, ne la alinea enhavo." #. Fdoe5 #: indices_toc.xhp @@ -9437,7 +9437,7 @@ msgctxt "" "tit\n" "help.text" msgid "Changing the Chapter Level of Numbered and Bulleted Lists" -msgstr "" +msgstr "Ŝanĝi la Ĉapitran nivelon de numeraj kaj bulaj listoj." #. NDiP8 #: insert_tab_innumbering.xhp @@ -9446,7 +9446,7 @@ msgctxt "" "bm_id3145078\n" "help.text" msgid "<bookmark_value>tab stops; inserting in lists</bookmark_value><bookmark_value>numbering; changing the level of</bookmark_value><bookmark_value>lists;changing levels</bookmark_value><bookmark_value>levels;changing chapter levels</bookmark_value><bookmark_value>bullet lists;changing levels</bookmark_value><bookmark_value>lowering chapter levels</bookmark_value><bookmark_value>rising chapter levels</bookmark_value><bookmark_value>changing;chapter levels</bookmark_value><bookmark_value>promote level;in lists</bookmark_value><bookmark_value>demote level;in lists</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>tabeligajn signojn;enmeti en listojn</bookmark_value><bookmark_value>numerado;ŝanĝi la nivelon de</bookmark_value><bookmark_value>listoj;ŝanĝi la nivelon</bookmark_value><bookmark_value>niveloj;ŝanĝi ĉapitrajn nivelojn</bookmark_value><bookmark_value>bulaj listoj; ŝanĝi nivelojn</bookmark_value><bookmark_value>malpliigi ĉapitrajn nivelojn;</bookmark_value><bookmark_value>pliigi ĉapitrajn nivelojn</bookmark_value><bookmark_value>ŝanĝi;ĉapitrajn nivelojn</bookmark_value><bookmark_value>pliigi nivelon;en listoj</bookmark_value><bookmark_value>malpliigi la nivelon;en listoj</bookmark_value>" #. ngzwj #: insert_tab_innumbering.xhp @@ -9456,6 +9456,8 @@ msgctxt "" "help.text" msgid "<variable id=\"insert_tab_innumbering\"><link href=\"text/swriter/guide/insert_tab_innumbering.xhp\" name=\"Changing the Outline Level of Numbered and Bulleted Lists\">Changing the Chapter Level of Numbered and Bulleted Lists</link></variable>" msgstr "" +"<variable id=\"insert_tab_innumbering\">\n" +"<link href=\"text/swriter/guide/insert_tab_innumbering.xhp\" name=\"Changing the Outline Level of Numbered and Bulleted Lists\">Ŝanĝi la ĉapitran nivelon de numeraj kaj bulaj listoj</link></variable>" #. Ru3Cb #: insert_tab_innumbering.xhp @@ -9464,7 +9466,7 @@ msgctxt "" "par_id3155909\n" "help.text" msgid "To move a numbered or bulleted paragraph down one chapter level, click at the beginning of the paragraph, and then press <keycode>Tab</keycode>." -msgstr "" +msgstr "Por movi numeran aŭ bulan alineon unu nivelon malpli, klaku al la komenco de la alineo, kaj premu je <keycode>Tab</keycode>." #. HD77j #: insert_tab_innumbering.xhp @@ -9473,7 +9475,7 @@ msgctxt "" "par_id3155859\n" "help.text" msgid "To move a numbered or bulleted paragraph up one chapter level, click at the beginning of the paragraph, and then press <keycode>Shift+Tab</keycode>." -msgstr "" +msgstr "Por movi numeran aŭ bulan alineon unu nivelon pli altan, klaku al la komenco de la alineo, kaj premu je <keycode>Maj+Tab</keycode>." #. A6CtC #: insert_tab_innumbering.xhp @@ -9482,7 +9484,7 @@ msgctxt "" "par_id3153403\n" "help.text" msgid "To insert a tab between the number or bullet and the paragraph text, click at the beginning of the paragraph, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Tab</keycode>." -msgstr "" +msgstr "Por enmeti tabon inter la numero aŭ bulo kaj la alinea teksto, alklaku ĉe la komenco de la alineo, kaj premu <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Komando</keycode></caseinline><defaultinline><keycode>Stir</keycode></defaultinline></switchinline><keycode>+Tab</keycode>." #. mRivm #: join_numbered_lists.xhp @@ -9833,7 +9835,7 @@ msgctxt "" "par_id731529889382463\n" "help.text" msgid "Open the <link href=\"text/swriter/01/05170000.xhp\" name=\"load_styles_link\"><emph>Load Styles</emph></link> dialog box by either" -msgstr "" +msgstr "Malfermu la dialogon <link href=\"text/swriter/01/05170000.xhp\" name=\"load_styles_link\"><emph>Ŝargi stilojn</emph></link> per" #. DFanE #: load_styles.xhp @@ -9842,7 +9844,7 @@ msgctxt "" "par_id3155936\n" "help.text" msgid "Choose <menuitem>Styles - Load Styles</menuitem> or" -msgstr "" +msgstr "Elektu menuerojn <menuitem>Stiloj - Ŝargi stilojn</menuitem> aŭ" #. JZDEh #: load_styles.xhp @@ -9869,7 +9871,7 @@ msgctxt "" "par_idN10703\n" "help.text" msgid "Click the arrow next to the <emph>Styles actions</emph> icon to open the submenu, and choose <menuitem>Load Styles</menuitem>" -msgstr "" +msgstr "Klaku al la sago apud la bildsimbolo <emph>Stila ago</emph> por malfermi la submenuon, kaj elektu je <menuitem>Ŝargi stilojn</menuitem>" #. MM5dc #: load_styles.xhp @@ -11003,7 +11005,7 @@ msgctxt "" "par_idN10827\n" "help.text" msgid "Choose <menuitem>View - Styles</menuitem> (F11)." -msgstr "" +msgstr "Elektu je <menuitem>Vido - Stiloj</menuitem> (F11)." #. ER3fT #: pagebackground.xhp @@ -11066,7 +11068,7 @@ msgctxt "" "par_idN1085F\n" "help.text" msgid "Click the <emph>Area</emph> tab." -msgstr "" +msgstr "Alklaku la langeton <emph>Areo</emph>." #. FivVF #: pagebackground.xhp @@ -11075,7 +11077,7 @@ msgctxt "" "par_idN10867\n" "help.text" msgid "Select whether you want a solid color or a graphic. Then select your options from the tab page." -msgstr "" +msgstr "Elektu ĉu solida koloro ĉu grafikaĵo. Eleku eblojn el la taba paĝo." #. Wx8wE #: pagebackground.xhp @@ -11111,7 +11113,7 @@ msgctxt "" "par_idN10892\n" "help.text" msgid "Choose <menuitem>View - Styles</menuitem> (F11)." -msgstr "" +msgstr "Elektu je <menuitem>Vido - Stiloj</menuitem> (F11)." #. Pr9iF #: pagebackground.xhp @@ -11165,7 +11167,7 @@ msgctxt "" "par_idN108C1\n" "help.text" msgid "Choose <menuitem>Insert - Manual Break</menuitem>." -msgstr "" +msgstr "Elektu menuerojn <menuitem>Enmeti - Permana salto</menuitem>." #. GkxXk #: pagebackground.xhp @@ -11273,7 +11275,7 @@ msgctxt "" "par_id8611102\n" "help.text" msgid "Choose <menuitem>Insert - Page Number</menuitem> to insert a page number at the current cursor position." -msgstr "" +msgstr "Elektu menuerojn <menuitem>Enmeti - Paĝa numero</menuitem> por enmeti paĝan numeron ĉe la aktuala kursora pozicio." #. dU382 #: pagenumbers.xhp @@ -11282,7 +11284,7 @@ msgctxt "" "par_id6604510\n" "help.text" msgid "If you see the text \"Page number\" instead of the number, choose <menuitem>View - Field Names</menuitem> (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+F9</keycode></caseinline><defaultinline><keycode>Ctrl+F9</keycode></defaultinline></switchinline>)." -msgstr "" +msgstr "Se vi vidas la tekston \"Paĝa numero\" anstataŭ la numeron, elektu je <menuitem>Vido - Kampaj nomoj</menuitem> (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Komando+F9</keycode></caseinline><defaultinline><keycode>Stir+F9</keycode></defaultinline></switchinline>)." #. CurbT #: pagenumbers.xhp @@ -11336,7 +11338,7 @@ msgctxt "" "par_id2632831\n" "help.text" msgid "Choose <menuitem>Format - Paragraph - Text flow</menuitem> tab." -msgstr "" +msgstr "Elektu langeton <menuitem>Formato - Alineo - Teksta fluo</menuitem>." #. LLNW3 #: pagenumbers.xhp @@ -11363,7 +11365,7 @@ msgctxt "" "hd_id7519150\n" "help.text" msgid "To Select the Page Number Format" -msgstr "" +msgstr "Por elekti la Paĝan numeran formaton" #. 7Dnq2 #: pagenumbers.xhp @@ -11399,7 +11401,7 @@ msgctxt "" "hd_id5051728\n" "help.text" msgid "Using Different Page Number Formats in Headers and Footers" -msgstr "" +msgstr "Uzante malsamajn paĝnumerajn formatojn en Paĝokapoj kaj Paĝopiedoj" #. vXUs5 #: pagenumbers.xhp @@ -11408,7 +11410,7 @@ msgctxt "" "par_id1558885\n" "help.text" msgid "You need some pages with the roman numbering format, followed by the remaining pages in another format." -msgstr "" +msgstr "Vi bezonas iujn paĝojn kun la romnumeran formaton, sekvatajn de la restantaj paĝoj laŭ alia formato." #. YKhHd #: pagenumbers.xhp @@ -11444,7 +11446,7 @@ msgctxt "" "par_id4569231\n" "help.text" msgid "For example, the \"First Page\" page style has \"Default Page Style\" as the next style. To see this, you may press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline> to open the <item type=\"menuitem\">Styles</item> window, click the <item type=\"menuitem\">Page Styles</item> icon, right-click the \"First Page\" entry. Choose <item type=\"menuitem\">Modify</item> from the context menu. On the <item type=\"menuitem\">Organizer</item> tab, you can see the \"Next style\"." -msgstr "" +msgstr "Ekzemple, la paĝa stilo \"Unua Paĝo\" havas je \"Apriora paĝa stilo\" kiel la sekvan stilon. Por vidi tion, vi povas premi je <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Komando+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline> por malfermi la fenestron <item type=\"menuitem\">Stiloj</item>, alklaku la bildsimbolon <item type=\"menuitem\">Paĝaj stiloj</item>, dekstre alklaku la elementon \"Unua Paĝo\". Elektu <item type=\"menuitem\">Modifi</item> el la kunteksta menuo. En la langeto <item type=\"menuitem\">Organizilo</item>, vi povas vidi la \"sekvan stilon\"." #. yGPGH #: pagenumbers.xhp @@ -11462,7 +11464,7 @@ msgctxt "" "par_id3341776\n" "help.text" msgid "If you just press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+Enter</keycode></caseinline><defaultinline><keycode>Ctrl+Enter</keycode></defaultinline></switchinline>, you apply a page break without a change of styles." -msgstr "" +msgstr "Se vi premas je<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Komando+Enigi</keycode></caseinline><defaultinline><keycode>Stir+Enigi</keycode></defaultinline></switchinline>, vi aplikas paĝan salton sen ŝanĝi la stilon." #. ByysM #: pagenumbers.xhp @@ -11471,7 +11473,7 @@ msgctxt "" "par_id5947141\n" "help.text" msgid "If you choose <menuitem>Insert - More Breaks - Manual Break</menuitem>, you can insert a page break without or with a change of style or with a change of page number." -msgstr "" +msgstr "Se oni elektas de <menuitem>Enmeti - Pliaj saltoj - Permana salto</menuitem>, oni povas enmeti paĝan salton sen aŭ kun ŝanĝo de stilo aŭ kun ŝanĝo de paĝa numero." #. RBx4t #: pagenumbers.xhp @@ -11507,7 +11509,7 @@ msgctxt "" "par_id4313791\n" "help.text" msgid "Choose <menuitem>View - Styles</menuitem> (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>)." -msgstr "" +msgstr "Elektu je <menuitem>Vido- Stiloj</menuitem> (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Komando+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>" #. MX8dB #: pagenumbers.xhp @@ -11534,7 +11536,7 @@ msgctxt "" "par_id2318796\n" "help.text" msgid "Now your title page has the style \"First Page\", and the next pages automatically have the \"Default Page Style\"." -msgstr "" +msgstr "Nun la titola paĝo havas la stilon \"Unua Paĝo\", kaj la sekvaj paĝoj aŭtomate havas la \"aprioran\" stilon." #. Uwbmh #: pagenumbers.xhp @@ -11543,7 +11545,7 @@ msgctxt "" "par_id399182\n" "help.text" msgid "You can now for example insert a footer for the \"Default Page Style\" only, or insert footers in both page styles, but with differently formatted page number fields." -msgstr "" +msgstr "Vi povas nun ekzemple enmeti paĝopiedon nur por la paĝa stilo \"Apriora\", aŭ enmeti paĝopiedojn en ambaŭ paĝaj stiloj, sed kun malsame formatitaj paĝnumeraj kampoj." #. D7byy #: pagenumbers.xhp @@ -11570,7 +11572,7 @@ msgctxt "" "par_id95828\n" "help.text" msgid "Choose <emph>Insert - More Breaks - Manual Break</emph>. You see the <emph>Insert Break</emph> dialog." -msgstr "" +msgstr "Elektu menuerojn <emph>Enmeti - Pliaj saltoj - Mana salto</emph>. Vidiĝos la dialogo <emph>Enmeti salton</emph>." #. FR7CF #: pagenumbers.xhp @@ -13775,7 +13777,7 @@ msgctxt "" "tit\n" "help.text" msgid "Using Regular Expressions in Text Searches" -msgstr "" +msgstr "Uzi regulajn esprimojn en tekstaj serĉoj." #. BfcDE #: search_regexp.xhp @@ -13784,7 +13786,7 @@ msgctxt "" "bm_id3150099\n" "help.text" msgid "<bookmark_value>wildcards, see regular expressions</bookmark_value><bookmark_value>searching; with regular expressions</bookmark_value><bookmark_value>regular expressions;searching</bookmark_value><bookmark_value>examples for regular expressions</bookmark_value><bookmark_value>characters;finding all</bookmark_value><bookmark_value>invisible characters;finding</bookmark_value><bookmark_value>paragraph marks;searching</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>ĵokeroj; vidu regulajn esprimojn</bookmark_value><bookmark_value>serĉi; per regulaj esprimoj</bookmark_value><bookmark_value>regulaj esprimoj;serĉi</bookmark_value><bookmark_value>ekzemploj por regulaj esprimoj</bookmark_value><bookmark_value>signojn;serĉi ĉiujn</bookmark_value><bookmark_value>nevideblajn signojn;serĉi</bookmark_value><bookmark_value>alineajn markojn;serĉi</bookmark_value>" #. Q5Xoa #: search_regexp.xhp @@ -13793,7 +13795,7 @@ msgctxt "" "hd_id3150099\n" "help.text" msgid "<variable id=\"search_regexp\"><link href=\"text/swriter/guide/search_regexp.xhp\">Using Regular Expressions in Text Searches</link></variable>" -msgstr "" +msgstr "<variable id=\"search_regexp\"><link href=\"text/swriter/guide/search_regexp.xhp\">Uzi regulajn esprimojn en tekstaj serĉoj</link></variable>" #. MAYGg #: search_regexp.xhp @@ -13802,7 +13804,7 @@ msgctxt "" "par_id0509200916345516\n" "help.text" msgid "Regular expressions can be used to search for some unspecified or even invisible characters." -msgstr "" +msgstr "Regulaj esprimoj estas uzeblaj por serĉi por iuj neindikitaj aŭ eĉ nevideblaj signoj." #. 3EDGQ #: search_regexp.xhp @@ -13811,7 +13813,7 @@ msgctxt "" "par_id421554926388821\n" "help.text" msgid "Searching with regular expressions is different from searching with wildcards. %PRODUCTNAME Writer only supports searching with regular expressions." -msgstr "" +msgstr "Serĉi per regulaj esprimoj diferencas al serĉi per ĵokeroj. %PRODUCTNAME-Verkilo subtenas nur serĉi per regulaj esprimoj." #. sXJGg #: search_regexp.xhp @@ -13820,7 +13822,7 @@ msgctxt "" "par_id3155182\n" "help.text" msgid "You can use regular expressions when you find and replace text in a document. For example, \"s.n\" finds \"sun\" and \"son\"." -msgstr "" +msgstr "Vi povas uzi regulajn esprimojn kiam vi serĉas kaj anstataŭigas tekston en dokumento. Ekzemple, \"fi.o\" trovas je \"fido\" kaj \"filo\"." #. FAyYr #: search_regexp.xhp @@ -13856,7 +13858,7 @@ msgctxt "" "par_id3149843\n" "help.text" msgid "In the <item type=\"menuitem\">Find</item> box, type the search term and the regular expression(s) that you want to use in your search." -msgstr "" +msgstr "En la kampo <item type=\"menuitem\">Serĉi</item>, tajpu la serĉotan terminon kaj la regula(j)n esprimo(j)n uzotajn en la serĉo." #. FqLDU #: search_regexp.xhp @@ -13883,7 +13885,7 @@ msgctxt "" "par_id3149641\n" "help.text" msgid "The regular expression for a single character is a period (.)." -msgstr "" +msgstr "La regula esprimo por unuopa signo estas la punkto (.)." #. bDZCd #: search_regexp.xhp @@ -13892,7 +13894,7 @@ msgctxt "" "par_id3153136\n" "help.text" msgid "The regular expression for zero or more occurrences of the previous character is an asterisk. For example: \"123*\" finds \"12\" \"123\", and \"1233\"." -msgstr "" +msgstr "La regula esprimo por nul aŭ pli da aperoj de la antaŭa signo estas la steleto. Ekzemple: \"123*\" trovas \"12\", \"123\", kaj \"1233\"." #. fSHTB #: search_regexp.xhp @@ -13901,7 +13903,7 @@ msgctxt "" "par_id3149609\n" "help.text" msgid "The regular expression combination to search for zero or more occurrences of any character is a period and asterisk (.*)." -msgstr "" +msgstr "La regulesprima kombinaĵo por serĉi nul aŭ pli da aperoj de iu signo estas punto kaj steleto (.*)." #. iuPn8 #: search_regexp.xhp @@ -13910,7 +13912,7 @@ msgctxt "" "par_id3149854\n" "help.text" msgid "The regular expression for the end of a paragraph is a dollar sign ($). The regular expression character combination for the start of a paragraph is a caret and a period (^.)." -msgstr "" +msgstr "La regula esprimo por la fino de alineo estas la dolarsigno ($). La regulesprima kombinaĵo por la komenco de alineo estas ĉapelo kaj punkto (^.)." #. qFSrB #: search_regexp.xhp @@ -13919,7 +13921,7 @@ msgctxt "" "par_id0509200916345545\n" "help.text" msgid "The regular expression for a tab character is \\t." -msgstr "" +msgstr "La regula esprimo por taba signo estas la punkto \\t." #. peHPz #: search_regexp.xhp @@ -13937,7 +13939,7 @@ msgctxt "" "par_id3149875\n" "help.text" msgid "<link href=\"text/shared/01/02100001.xhp\" name=\"List of regular expressions\">List of regular expressions</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/02100001.xhp\" name=\"List of Regular Expressions\">Listo de Regulaj Esprimoj</link>" #. r7Kkv #: section_edit.xhp @@ -14837,7 +14839,7 @@ msgctxt "" "par_id3156104\n" "help.text" msgid "When a possible spelling error is encountered, the <item type=\"menuitem\">Spelling</item> dialog opens and $[officename] offers some suggested corrections." -msgstr "" +msgstr "Kiam ebla literuma eraro troviĝas, malfermiĝas la dialogo <item type=\"menuitem\">Literumado</item> kaj $[officename] proponas iujn eblajn korektojn." #. xjFxB #: spellcheck_dialog.xhp @@ -14882,7 +14884,7 @@ msgctxt "" "par_id3147107\n" "help.text" msgid "<link href=\"text/shared/01/06010000.xhp\" name=\"Spelling\">Spelling dialog</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/06010000.xhp\" name=\"Spelling\">Dialogo Literumado</link>" #. cgrCU #: stylist_fillformat.xhp @@ -15170,7 +15172,7 @@ msgctxt "" "par_id3149838\n" "help.text" msgid "Choose <menuitem>View - Styles</menuitem> or press <keycode>F11</keycode>." -msgstr "" +msgstr "Elektu je <menuitem>Vido - Stiloj</menuitem> aŭ tajpu je <keycode>F11</keycode>." #. Pry6h #: stylist_update.xhp @@ -15206,7 +15208,7 @@ msgctxt "" "par_id3153119\n" "help.text" msgid "Click the arrow next to the <emph>Style actions</emph> icon and choose <menuitem>Update Selected Style</menuitem> from the submenu." -msgstr "" +msgstr "Klaku al la sago apud la bildsimbolo <emph>Stilaj agoj</emph> kaj elektu la submenueron <menuitem>Ĝisdatigi elektitan stilon</menuitem>." #. nbBhi #: stylist_update.xhp @@ -16772,7 +16774,7 @@ msgctxt "" "bm_id3155177\n" "help.text" msgid "<bookmark_value>frames; centering on pages</bookmark_value> <bookmark_value>centering;frames on pages</bookmark_value> <bookmark_value>title pages; centering text on</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>kadrojn; centrigi en paĝoj</bookmark_value> <bookmark_value>centrigi;kadrojn en paĝoj</bookmark_value> <bookmark_value>titol-paĝoj; centrigi tekston en</bookmark_value>" #. DwAcK #: text_centervert.xhp @@ -17042,7 +17044,7 @@ msgctxt "" "tit\n" "help.text" msgid "Inserting, Editing, and Linking Frames" -msgstr "" +msgstr "Enmeti, redakti, kaj ligi kadrojn." #. 5QyBg #: text_frame.xhp @@ -17051,7 +17053,7 @@ msgctxt "" "bm_id3149487\n" "help.text" msgid "<bookmark_value>frames; inserting/editing/linking</bookmark_value> <bookmark_value>editing;frames</bookmark_value> <bookmark_value>inserting;frames</bookmark_value> <bookmark_value>resizing;frames, by mouse</bookmark_value> <bookmark_value>scaling; frames, by mouse</bookmark_value> <bookmark_value>links;frames</bookmark_value> <bookmark_value>text flow; from frame to frame</bookmark_value> <bookmark_value>frames; linking</bookmark_value> <bookmark_value>printing;hiding frames from printing</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>kadrojn; enmeti/redakti/ligi</bookmark_value> <bookmark_value>redakti;kadrojn</bookmark_value> <bookmark_value>enmeti;kadrojn</bookmark_value> <bookmark_value>aligrandigi;kadrojn, per muso</bookmark_value> <bookmark_value>skali; kadrojn, per muso</bookmark_value> <bookmark_value>ligiloj;kadroj</bookmark_value> <bookmark_value>teksta fluo; de kadro al kadro</bookmark_value> <bookmark_value>kadrojn; ligi</bookmark_value> <bookmark_value>presi;kaŝi kadrojn kontraŭ presado</bookmark_value>" #. XN4cq #: text_frame.xhp @@ -17060,7 +17062,7 @@ msgctxt "" "hd_id3149487\n" "help.text" msgid "<variable id=\"text_frame\"><link href=\"text/swriter/guide/text_frame.xhp\" name=\"Inserting, Editing, and Linking Frames\">Inserting, Editing, and Linking Frames</link></variable>" -msgstr "" +msgstr "<variable id=\"text_frame\"><link href=\"text/swriter/guide/text_frame.xhp\" name=\"Inserting, Editing, and Linking Text Frames\">Enmeti, redakti kaj ligi kadrojn</link></variable>" #. JY4Cz #: text_frame.xhp @@ -17069,7 +17071,7 @@ msgctxt "" "par_id3149842\n" "help.text" msgid "A frame is a container for text and graphics that you can place anywhere on a page. You can also use a frame to apply a column layout to text." -msgstr "" +msgstr "Kadro estas ujo por teksto kaj grafikaĵoj kiun vi povas meti ien ajn sur paĝo. Vi ankaŭ povas uzi kadron por apliki kolumnan aranĝon al teksto." #. WuTkK #: text_frame.xhp @@ -17078,7 +17080,7 @@ msgctxt "" "hd_id3156104\n" "help.text" msgid "To Insert a Frame" -msgstr "" +msgstr "Por enmeti kadron" #. yqfuF #: text_frame.xhp @@ -17105,7 +17107,7 @@ msgctxt "" "hd_id3145115\n" "help.text" msgid "To Edit a Frame" -msgstr "" +msgstr "Por redakti kadron" #. oPhnC #: text_frame.xhp @@ -17114,7 +17116,7 @@ msgctxt "" "par_id3149578\n" "help.text" msgid "To edit the contents of a frame, click in the frame, and make the changes that you want." -msgstr "" +msgstr "Por redakti la enhavon de kadro, alklaku en la kadron, kaj faru la deziratajn ŝanĝojn." #. jjneJ #: text_frame.xhp @@ -17132,7 +17134,7 @@ msgctxt "" "par_id3156261\n" "help.text" msgid "To resize a frame, click an edge of the frame, and drag one of the edges or corners of the frame. Hold down Shift while you drag to maintain the proportion of the frame." -msgstr "" +msgstr "Por aligrandigi kadron, alklaku eĝon de la kadro, kaj ŝovu iun el la eĝoj aŭ anguloj de la kadro. Tenu je Maj dum vi ŝovas por konservi la proporcion de la kadro." #. buehC #: text_frame.xhp @@ -17150,7 +17152,7 @@ msgctxt "" "par_id3154262\n" "help.text" msgid "Any Writer frame can be set to a mode which allows viewing the text on screen, but hides the text from printing." -msgstr "" +msgstr "Ĉiu kadro de Verkilo estas agordebla al reĝimo kiu permesas vidi la tekston surekrane, sed kaŝas la tekston dum presado." #. 2DYo3 #: text_frame.xhp @@ -17159,7 +17161,7 @@ msgctxt "" "par_id3154858\n" "help.text" msgid "Select the frame (you see the eight handles)." -msgstr "" +msgstr "Elektu la kadron (videblas la ok teniloj)" #. eamsW #: text_frame.xhp @@ -17186,7 +17188,7 @@ msgctxt "" "hd_id3148701\n" "help.text" msgid "To Link Frames" -msgstr "" +msgstr "Por ligi kadrojn" #. AqEGm #: text_frame.xhp @@ -17195,7 +17197,7 @@ msgctxt "" "par_id3149986\n" "help.text" msgid "You can link Writer frames so that their contents automatically flow from one frame to another." -msgstr "" +msgstr "Oni povas ligi kadrojn de Verkilo por ke iliaj enhavoj aŭtomate fluu de unu kadro al alia." #. AFrkj #: text_frame.xhp @@ -17213,7 +17215,7 @@ msgctxt "" "par_id3150223\n" "help.text" msgid "On the <item type=\"menuitem\">Frame</item> Bar, click the <item type=\"menuitem\">Link Frames</item> icon<image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148968\">Icon</alt></image>." -msgstr "" +msgstr "En la breto <item type=\"menuitem\">Kadro</item>, alklaku la bildsimbolon <item type=\"menuitem\">Ligi kadrojn</item> <image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148968\">Bildsimbolo</alt></image>." #. vEBwD #: text_frame.xhp @@ -17771,7 +17773,7 @@ msgctxt "" "par_id3147412\n" "help.text" msgid "Choose <menuitem>Insert - Text from File</menuitem>." -msgstr "" +msgstr "Elektu menuerojn <menuitem>Enmeti - Teksto el dosiero</menuitem>" #. jNsFu #: textdoc_inframe.xhp @@ -18185,7 +18187,7 @@ msgctxt "" "par_id3149635\n" "help.text" msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Bullets On/Off</item> icon <image id=\"img_id3156108\" src=\"cmd/sc_defaultbullet.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3156108\">Icon</alt></image> (Shift-F12)." -msgstr "" +msgstr "En la breto <item type=\"menuitem\">Formato</item>, alklaku la bildsimbolon <item type=\"menuitem\">Buloj Ek/For</item> <image id=\"img_id3156108\" src=\"cmd/sc_defaultbullet.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3156108\">Bildsimbolon</alt></image> (Maj-F12)." #. fd4ap #: using_numbered_lists.xhp @@ -18221,7 +18223,7 @@ msgctxt "" "par_id3153390\n" "help.text" msgid "Click on the <item type=\"menuitem\">Bullet</item> tab or the <item type=\"menuitem\">Image</item> tab, and then select a symbol style in the <item type=\"menuitem\">Selection</item> area." -msgstr "" +msgstr "Alklaku la langeton <item type=\"menuitem\">Bulo</item> aŭ la langeton <item type=\"menuitem\">Bildo</item>, kaj elektu simbolan stilon en la zono <item type=\"menuitem\">Elektaĵo</item>." #. XtKb5 #: using_numbered_lists.xhp @@ -18230,7 +18232,7 @@ msgctxt "" "par_id3153399\n" "help.text" msgid "To introduce another bulleting symbol, click on the <item type=\"menuitem\">Customize</item> tab, click the <item type=\"menuitem\">Select</item> button next to <item type=\"menuitem\">Character</item>, then select a special character." -msgstr "" +msgstr "Por enmeti alian bulan stilon, alklaku la langeton <item type=\"menuitem\">Adapti</item>, alklaku la butonon <item type=\"menuitem\">Elekti</item> apud <item type=\"menuitem\">Signo</item>, kaj elektu specialan signon." #. xJEoQ #: using_numbered_lists2.xhp @@ -18347,7 +18349,7 @@ msgctxt "" "hd_id3155174\n" "help.text" msgid "<variable id=\"using_numbering\"><link href=\"text/swriter/guide/using_numbering.xhp\" name=\"Numbering and Numbering Styles\">Numbering and Numbering Styles</link></variable>" -msgstr "" +msgstr "<variable id=\"using_numbering\"><link href=\"text/swriter/guide/using_numbering.xhp\" name=\"Numbering and Numbering Styles\">Numerado kaj Numeradaj stiloj</link> </variable>" #. DeMXq #: using_numbering.xhp |