From 11458f34eb3e0e965a58ad9a0667e7259ad52d50 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Mon, 11 May 2020 17:27:06 -0300 Subject: Fix untranslatable XML'ish Change-Id: I4a8c0edfc7c09fa67c469e9da234283439b5edde Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94017 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/shared/01/05020300.xhp | 55 +++++++++++++++++++++++--------------- 1 file changed, 34 insertions(+), 21 deletions(-) diff --git a/source/text/shared/01/05020300.xhp b/source/text/shared/01/05020300.xhp index 672ee51863..696b8e9a9d 100644 --- a/source/text/shared/01/05020300.xhp +++ b/source/text/shared/01/05020300.xhp @@ -36,7 +36,7 @@ - Numbers / Format +

Numbers / Format

Specify the formatting option for the selected variable. Specify the formatting options for the selected cell(s). @@ -45,67 +45,80 @@ - Category +

Category

Select a category from the list, and then select a formatting style in the Format box. - The default currency format for a cell is determined by the regional settings of your operating system. + The default currency format for a cell is determined by the regional settings of your operating system. - Format +

Format

Select how you want the contents of the selected cell(s) field to be displayed. The code for the selected option is displayed in the Format code box. - Currency category list boxes +

Currency category list boxes

Select a currency, and then scroll to the top of the Format list to view the formatting options for the currency.
- The format code for currencies uses the form [$xxx-nnn], where xxx is the currency symbol, and nnn the country code. Special banking symbols, such as EUR (for Euro), do not require the country code. The currency format is not dependent on the language that you select in the Language box. + The format code for currencies uses the form [$xxx-nnn], where xxx is the currency symbol, and nnn the country code. Special banking symbols, such as EUR (for Euro), do not require the country code. The currency format is not dependent on the language that you select in the Language box.
- Language - Specifies the language setting for the selected cellsfield. With the language set to Automatic, $[officename] automatically applies the number formats associated with the system default language. Select any language to fix the settings for the selected cells fields. +

Language

+ + + + + Select any language to fix the settings for the selected fields. With the language set to Automatic, $[officename] automatically applies the number formats associated with the system default language. Select any language to fix the settings for the selected fields. + + + Specifies the language setting for the selected cells. Select any language to fix the settings for the selected cells. + + Specifies the language setting for the selected field. Select any language to fix the settings for the selected fields. + + + + The language setting ensures that date and currency formats, as well as decimal and thousands separators, are preserved even when the document is opened in an operating system that uses a different default language setting. - Source format +

Source format

Uses the same number format as the cells containing the data for the chart.
- Options +

Options

Specify the options for the selected format. - Decimal places +

Decimal places

Enter the number of decimal places that you want to display. - Denominator places +

Denominator places

With fraction format, enter the number of places for the denominator that you want to display. - Leading zeroes +

Leading zeroes

Enter the maximum number of zeroes to display in front of the decimal point. - Negative numbers in red +

Negative numbers in red

Changes the font color of negative numbers to red. - Use thousands separator +

Use thousands separator

Inserts a separator between thousands. The type of separator that is used depends on your language settings. - Engineering notation +

Engineering notation

With scientific format, Engineering notation ensures that exponent is a multiple of 3. - Format code +

Format code

Displays the number format code for the selected format. You can also enter a custom format. The following options are only available for user-defined number formats. - Add +

Add

Adds the number format code that you entered to the user-defined category. - Edit Comment +

Edit Comment

Adds a comment to the selected number format. - Delete +

Delete

Deletes the selected number format. The changes are effective after you restart $[officename]. - Name line +

Name line

Enter a comment for the selected number format, and then click outside this box.
-- cgit