https://bugs.documentfoundation.org/show_bug.cgi?id=172815

            Bug ID: 172815
           Summary: Change MAP() function UI wording
           Product: LibreOffice
           Version: Inherited From OOo
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
        Depends on: 164512
            Blocks: 150900

+++ This bug was initially created as a clone of Bug #164512 +++

In sc/inc/scfuncs.hrc


Current wording
---------------
// -=*# Resources for function MAP #*=-
const TranslateId ocMAP_ARY[] =
{
    NC_("ocMAP", "Applies a function to each cell of one or more arrays."),
    NC_("ocMAP", "Array 1"),
    NC_("ocMAP", "The array that provides the first arguments to the
function."),
    NC_("ocMAP", "Function or Array "),
    NC_("ocMAP", "A function (usually built with LAMBDA) that receives the data
provided in the array(s). More than one array may be provided; their
corresponding cells are all passed to the function. The function must accept
that many parameters.")
};


Suggested wording
-----------------
// -=*# Resources for function MAP #*=-
const TranslateId ocMAP_ARY[] =
{
    NC_("ocMAP", "Results in an array where each cell is computed by applying a
formula to the corresponding cells of one or more input arrays."),
    NC_("ocMAP", "Array 1"),
    NC_("ocMAP", "The array that provides the arguments to the formula."),
    NC_("ocMAP", "Array or Formula"),
    NC_("ocMAP", "Additional arrays or a formula expression defined by a LAMBDA
function or similar. The formula or function must be the final argument of the
MAP function.")
};



Version: 27.2.0.0.alpha0+ (X86_64)
Build ID: 0b3bd1d79fac3c6f9f83e756b5f72959e36a853a
CPU threads: 16; OS: Linux 7.0; UI render: default; VCL: kf6 (cairo+wayland)
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=150900
[Bug 150900] [META] Missed Excel Functions
https://bugs.documentfoundation.org/show_bug.cgi?id=164512
[Bug 164512] Add MAP function to Calc for interoperability with MS Excel and
Google Sheets
-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to