From ee64d2fdafe658ac658dc193b1ed59b1f063fc27 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 15 Jul 2024 12:36:48 +0200 Subject: update translations for master/24-8 Change-Id: I959d23423e7f5f6f5cf91533b3ed9888e4b0a999 (cherry picked from commit 0e95a8dfb0b499b18834776b911c0b60725c215e) --- source/fi/helpcontent2/source/text/scalc/01.po | 70 +++++++++++++------------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'source/fi/helpcontent2') diff --git a/source/fi/helpcontent2/source/text/scalc/01.po b/source/fi/helpcontent2/source/text/scalc/01.po index 5189a5b1511..30df75841f1 100644 --- a/source/fi/helpcontent2/source/text/scalc/01.po +++ b/source/fi/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: 2024-07-08 17:35+0200\n" +"POT-Creation-Date: 2024-07-15 12:05+0200\n" "PO-Revision-Date: 2024-02-05 09:45+0000\n" "Last-Translator: Tuomas Hietala \n" "Language-Team: Finnish \n" @@ -71737,103 +71737,103 @@ msgctxt "" msgid "XLOOKUP function is a modern and flexible replacement for older functions like VLOOKUP, HLOOKUP, and LOOKUP. XLOOKUP supports approximate and exact matching, wildcards (* ?) or regular expressions for partial matches, and lookups in vertical or horizontal ranges. XLOOKUP can perform a reverse search and offers a fast binary search option when working with large datasets." msgstr "" -#. TwFcc +#. CY5Hu #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id211708281649651\n" "help.text" -msgid "XLOOKUP( [Lookup] ; Array ; Return [ ; [ NotFound ] [ ; [MatchType] [ ; SearchMode ] ] ] )" +msgid "XLOOKUP( [Search criterion] ; Search Array ; Result Array [ ; [ Result if not found ] [ ; [Match Mode] [ ; Search Mode ] ] ] )" msgstr "" -#. WoJu6 +#. 5W9TT #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id861708281340704\n" "help.text" -msgid "Lookup: (optional) The value of any type to search for in Array. If omitted, XLOOKUP returns blank cells it finds in Array." +msgid "Search criterion: (optional) The value of any type to search for in Array. If omitted, XLOOKUP returns blank cells it finds in Search Array." msgstr "" -#. hBE9s +#. JexuJ #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id831708281625340\n" "help.text" -msgid "Array: is the reference of the array to search. Array must be a 1-dimensional array and must be contained in one sheet only." +msgid "Search Array: is the reference of the array to search. Array must be a 1-dimensional array and must be contained in one sheet only." msgstr "" -#. nWhEP +#. EGAYg #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id241708281629922\n" "help.text" -msgid "Return: is the reference of the array or range to return." +msgid "Result Array: is the reference of the array or range to return." msgstr "" -#. G4DLq +#. WKPAt #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id821708357634624\n" "help.text" -msgid "If Return is a range of cells, the XLOOKUP function must be entered as an array formula." +msgid "If Result Array is a range of cells, the XLOOKUP function must be entered as an array formula." msgstr "" -#. WTFGZ +#. sdzRc #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id271708281637035\n" "help.text" -msgid "NotFound: a text or cell content to return if the Lookup value is not found. If a valid match is not found and NotFound is omitted, the function returns the #N/A error." +msgid "Result if not found: a text or cell content to return if the Lookup value is not found. If a valid match is not found and Result if not found is omitted, the function returns the #N/A error." msgstr "" -#. ruAWq +#. 64MsW #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id121708281643207\n" "help.text" -msgid "MatchType: (optional) specifies the match type. Values can be:" +msgid "Match Mode: (optional) specifies the match type. Values can be:" msgstr "" -#. go9sN +#. VWPhz #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id111708281542144\n" "help.text" -msgid "0: exact match (default). If Lookup value is not found and NotFound text is omitted, then return the #N/A error." +msgid "0: exact match (default). If Search criterion value is not found and Result if not found text is omitted, then return the #N/A error." msgstr "" -#. CtG9A +#. PzWxb #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id851708281548335\n" "help.text" -msgid "-1: attempt exact match. If Lookup value is not found, then return the next smaller item." +msgid "-1: attempt exact match. If Search criterion value is not found, then return the next smaller item." msgstr "" -#. CpEkK +#. N3DdJ #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id801708281553430\n" "help.text" -msgid "1: attempt exact match. If Lookup value is not found, then return the next larger item." +msgid "1: attempt exact match. If Search criterion value is not found, then return the next larger item." msgstr "" -#. JJ3M2 +#. vhHmc #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id881708281558005\n" "help.text" -msgid "2: a wildcard match where characters *, ?, and ~ have special meanings." +msgid "2: a wildcard match where characters * (multiple characters), ? (single character), and ~ have special meanings." msgstr "" #. GAYga @@ -71845,58 +71845,58 @@ msgctxt "" msgid "3: a regular expression match." msgstr "" -#. EqTBc +#. CFgfx #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id871708281607313\n" "help.text" -msgid "SearchMode: (optional) specifies the search mode to use." +msgid "Search Mode: (optional) specifies the search mode to use." msgstr "" -#. FfKjN +#. PrCaa #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id281708281579757\n" "help.text" -msgid "1: returns the first occurrence starting from the first item of Array (default)." +msgid "1: returns the first occurrence starting from the first item of Search Array (default)." msgstr "" -#. 8CD3w +#. oiSgS #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id251708281584285\n" "help.text" -msgid "-1: reverse search. Returns the first occurrence starting from the last item of Array." +msgid "-1: reverse search. Returns the first occurrence starting from the last item of Search Array." msgstr "" -#. 6aABE +#. aGQoN #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id191708281589997\n" "help.text" -msgid "2: binary search that relies on Array being sorted in ascending order. If not sorted, invalid results will be returned." +msgid "2: binary search that relies on Search Array being sorted in ascending order. If not sorted, invalid results will be returned." msgstr "" -#. pwwij +#. M54Co #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id561708281595885\n" "help.text" -msgid "-2: binary search that relies on Array being sorted in descending order. If not sorted, invalid results will be returned." +msgid "-2: binary search that relies on Search Array being sorted in descending order. If not sorted, invalid results will be returned." msgstr "" -#. Ysd77 +#. hMFJt #: func_xlookup.xhp msgctxt "" "func_xlookup.xhp\n" "par_id551718627629229\n" "help.text" -msgid "MatchType values 2 and 3 cannot be combined with binary search (SearchMode value 2 or -2)." +msgid "Match Mode values 2 and 3 cannot be combined with binary search (Search Mode value 2 or -2)." msgstr "" #. fHQrZ -- cgit