forked from amazingfate/help
Correct displayed error strings
Trailing ! exclamation mark was omitted for most. Add #NUM! error string. Cell does not contain the error string but displays it. Use same wording for all "special" cases. Change-Id: Ia04163cf2d0436ee395784e553a88e239a9a95d5 Reviewed-on: https://gerrit.libreoffice.org/85616 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
This commit is contained in:
@ -231,10 +231,10 @@
|
||||
</tablerow>
|
||||
<tablerow>
|
||||
<tablecell>
|
||||
<paragraph xml-lang="en-US" id="par_id3146142" role="tablecontent">519<br/>#VALUE</paragraph>
|
||||
<paragraph xml-lang="en-US" id="par_id3146142" role="tablecontent">519<br/>#VALUE!</paragraph>
|
||||
</tablecell>
|
||||
<tablecell>
|
||||
<paragraph xml-lang="en-US" id="par_id3155954" role="tablecontent">No result (#VALUE is in the cell rather than Err:519!)</paragraph>
|
||||
<paragraph xml-lang="en-US" id="par_id3155954" role="tablecontent">No result (instead of Err:519 cell displays #VALUE!)</paragraph>
|
||||
</tablecell>
|
||||
<tablecell>
|
||||
<paragraph xml-lang="en-US" id="par_id3153108" role="tablecontent">The formula yields a value that does not correspond to the definition; or a cell that is referenced in the formula contains text instead of a number.<comment>i63264</comment></paragraph>
|
||||
@ -253,13 +253,13 @@
|
||||
</tablerow>
|
||||
<tablerow>
|
||||
<tablecell>
|
||||
<paragraph localize="false" id="par_id3154324" role="tablecontent">521</paragraph>
|
||||
<paragraph localize="false" id="par_id3154324" role="tablecontent">521<br/>#NULL!</paragraph>
|
||||
</tablecell>
|
||||
<tablecell>
|
||||
<paragraph xml-lang="en-US" id="par_id3153737" role="tablecontent">Internal syntax error</paragraph>
|
||||
<paragraph xml-lang="en-US" id="par_id3153737" role="tablecontent">Internal syntax error (instead of Err:521 cell displays #NULL!)</paragraph>
|
||||
</tablecell>
|
||||
<tablecell>
|
||||
<paragraph xml-lang="en-US" id="par_id3155436" role="tablecontent">No result.</paragraph>
|
||||
<paragraph xml-lang="en-US" id="par_id3155436" role="tablecontent">No code or no result.</paragraph>
|
||||
</tablecell>
|
||||
</tablerow>
|
||||
<tablerow>
|
||||
@ -287,10 +287,10 @@
|
||||
</tablerow>
|
||||
<tablerow>
|
||||
<tablecell>
|
||||
<paragraph xml-lang="en-US" id="par_id3153544" role="tablecontent">524<br/>#REF</paragraph>
|
||||
<paragraph xml-lang="en-US" id="par_id3153544" role="tablecontent">524<br/>#REF!</paragraph>
|
||||
</tablecell>
|
||||
<tablecell>
|
||||
<paragraph xml-lang="en-US" id="par_id3154634" role="tablecontent">invalid references (instead of Err:524 cell contains #REF)</paragraph>
|
||||
<paragraph xml-lang="en-US" id="par_id3154634" role="tablecontent">invalid references (instead of Err:524 cell displays #REF!)</paragraph>
|
||||
</tablecell>
|
||||
<tablecell>
|
||||
<paragraph xml-lang="en-US" id="par_id3147539" role="tablecontent">
|
||||
@ -302,7 +302,7 @@
|
||||
<paragraph xml-lang="en-US" id="par_id3155984" role="tablecontent">525<br/>#NAME?</paragraph>
|
||||
</tablecell>
|
||||
<tablecell>
|
||||
<paragraph xml-lang="en-US" id="par_id3148428" role="tablecontent">invalid names (instead of Err:525 cell contains #NAME?)</paragraph>
|
||||
<paragraph xml-lang="en-US" id="par_id3148428" role="tablecontent">invalid names (instead of Err:525 cell displays #NAME?)</paragraph>
|
||||
</tablecell>
|
||||
<tablecell>
|
||||
<paragraph xml-lang="en-US" id="par_id3156259" role="tablecontent">An identifier could not be evaluated, for example, no valid reference, no valid domain name, no column/row label, no macro, incorrect decimal divider, add-in not found.</paragraph>
|
||||
|
||||
Reference in New Issue
Block a user