diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-10-21 16:47:34 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-10-21 20:03:31 +0200 |
commit | 2aae6a437951d1029eaeb13fdeaa70ce48ef5e72 (patch) | |
tree | 54deb252b7be40ceb05f95e69dc8d5de6ed14f93 /source/text/shared/optionen | |
parent | c37c5f2131d0fe893d7de8995e7deb73262988aa (diff) |
Fix <embedvar> tags for better l10n (Part 2)
This is Part 2 of the fixes requested by translators concerning the use of the <embedvar>.
Change-Id: I4c846632ded9a7260f86818d7a0eb6257b414b19
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124008
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared/optionen')
-rw-r--r-- | source/text/shared/optionen/01070400.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/optionen/detailedcalculation.xhp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/shared/optionen/01070400.xhp b/source/text/shared/optionen/01070400.xhp index 8fa87a751b..d58cd47ef3 100644 --- a/source/text/shared/optionen/01070400.xhp +++ b/source/text/shared/optionen/01070400.xhp @@ -66,7 +66,7 @@ <h3 id="hd_id3154097">Hidden pages</h3> <paragraph role="paragraph" id="par_id3154792"><ahelp hid="modules/simpress/ui/prntopts/hiddenpgcb">Specifies whether to print the pages that are currently hidden from the presentation.</ahelp></paragraph> <h2 id="hd_id3154686">Quality</h2> - <paragraph role="paragraph" id="par_id3147229">See also <embedvar href="text/shared/guide/print_blackwhite.xhp#print_blackwhite"/>.</paragraph> + <paragraph role="paragraph" id="par_id3147229">See also <link href="text/shared/guide/print_blackwhite.xhp" name="print_blackwhite_link">Printing in Black and White</link>.</paragraph> <bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/prntopts/defaultrb" id="bm_id3145419" localize="false"/> <h3 id="hd_id3159149">Default</h3> <paragraph role="paragraph" id="par_id3145608"><ahelp hid="modules/simpress/ui/prntopts/defaultrb">Specifies that you want to print in original colors.</ahelp></paragraph> diff --git a/source/text/shared/optionen/detailedcalculation.xhp b/source/text/shared/optionen/detailedcalculation.xhp index 3955c42138..68fc24ac88 100644 --- a/source/text/shared/optionen/detailedcalculation.xhp +++ b/source/text/shared/optionen/detailedcalculation.xhp @@ -46,7 +46,7 @@ <paragraph role="paragraph" id="par_id396740">How to treat text when encountered as operand in an arithmetic operation or as argument to a function that expects a number instead. Unambiguous conversion is possible for integer numbers including exponents and ISO 8601 dates and times in their extended formats with separators. Fractional numeric values with decimal separators or dates other than ISO 8601 are locale dependent. Note that in locale dependent conversions the resulting numeric value may differ between locales!</paragraph> <paragraph role="paragraph" id="par_id4086428"><emph>Generate #VALUE! error:</emph> Text found where numeric data is expected will generate #VALUE! error. Example: <item type="input">"123.45"</item> will generate a #VALUE! error, while <item type="input">123.45</item> not.</paragraph> <paragraph role="paragraph" id="par_id9024628"><emph>Treat as zero:</emph> Any text found where numeric data is expected will be considered as a number of value zero. Example: <item type="input">"123.45"</item> will map to zero, while <item type="input">123.45</item> not.</paragraph> - <paragraph role="paragraph" id="par_id3067110"><emph>Convert only if unambiguous:</emph> If the text represents a valid and unambiguous numeric value, convert it. Example: <item type="input">"123.456"</item> will generate a #VALUE! error because the text contains a separator, while <item type="input">"123456"</item> will not.<br/>See <embedvar href="text/scalc/guide/numbers_text.xhp#numbers_text" markup="ignore"/> for details.</paragraph> + <paragraph role="paragraph" id="par_id3067110"><emph>Convert only if unambiguous:</emph> If the text represents a valid and unambiguous numeric value, convert it. Example: <item type="input">"123.456"</item> will generate a #VALUE! error because the text contains a separator, while <item type="input">"123456"</item> will not.<br/>See <link href="text/scalc/guide/numbers_text.xhp" name="numbers_text_link">Converting Text to Numbers</link> for details.</paragraph> <paragraph role="paragraph" id="par_id8841822"><emph>Convert also locale dependent:</emph> convert values valid in the locale representation. Example: <item type="input">"123,45"</item> is a valid number in some locales because the comma is the decimal separator there.</paragraph> <h3 id="par_id4077578">Treat empty string as zero</h3> <paragraph role="paragraph" id="par_id9094515">This option determines how an empty string is treated when used in arithmetic operations. If you have set "Conversion from text to number" to either "Generate #VALUE! error" or "Treat as zero", you cannot choose (here) if conversion of an empty string to a number will generate an error or if it will treat empty strings as zero. Otherwise this option determines how empty strings are treated.</paragraph> |