From 489fd5f5a291966f3417321930c8723df67e96e0 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Fri, 17 Aug 2018 10:02:43 -0300 Subject: Mute l10n in numeric table and InfoType strings Numeric cell are not to be translated InfoType either. Change-Id: I320b78c2c84212ece5c080e47c78cef2550ae066 Reviewed-on: https://gerrit.libreoffice.org/59263 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/01/04060104.xhp | 90 +++++++++++++++++++-------------------- 1 file changed, 45 insertions(+), 45 deletions(-) (limited to 'source/text') diff --git a/source/text/scalc/01/04060104.xhp b/source/text/scalc/01/04060104.xhp index 66d373db94..e117557a86 100644 --- a/source/text/scalc/01/04060104.xhp +++ b/source/text/scalc/01/04060104.xhp @@ -47,98 +47,98 @@ - C + C - D + D - 2 + 2 - x value + x value - y value + y value - 3 + 3 - -5 + -5 - -3 + -3 - 4 + 4 - -2 + -2 - 0 + 0 - 5 + 5 - -1 + -1 - 1 + 1 - 6 + 6 - 0 + 0 - 3 + 3 - 7 + 7 - 2 + 2 - 4 + 4 - 8 + 8 - 4 + 4 - 6 + 6 - 9 + 9 - 6 + 6 - 8 + 8 @@ -170,7 +170,7 @@ - "osversion" + "osversion" Always "Windows (32-bit) NT 5.01", for compatibility reasons @@ -178,7 +178,7 @@ - "system" + "system" The type of the operating system.
"WNT" for Microsoft Windows
"LINUX" for Linux
"SOLARIS" for Solaris
@@ -186,7 +186,7 @@
- "release" + "release" The product release identifier, for example "300m25(Build:9876)" @@ -194,7 +194,7 @@ - "numfile" + "numfile" Always 1, for compatibility reasons @@ -202,7 +202,7 @@ - "recalc" + "recalc" Current formula recalculation mode, either "Automatic" or "Manual" (localized into %PRODUCTNAME language) @@ -690,7 +690,7 @@ - COL + COL Returns the number of the referenced column. @@ -699,7 +699,7 @@ - ROW + ROW Returns the number of the referenced row. @@ -708,7 +708,7 @@ - SHEET + SHEET Returns the number of the referenced sheet. @@ -717,7 +717,7 @@ - ADDRESS + ADDRESS Returns the absolute address of the referenced cell. @@ -728,7 +728,7 @@ - FILENAME + FILENAME Returns the file name and the sheet number of the referenced cell. @@ -738,7 +738,7 @@ - COORD + COORD Returns the complete cell address in Lotus™ notation. @@ -748,7 +748,7 @@ - CONTENTS + CONTENTS Returns the contents of the referenced cell, without any formatting. @@ -756,7 +756,7 @@ - TYPE + TYPE Returns the type of cell contents. @@ -767,7 +767,7 @@ - WIDTH + WIDTH Returns the width of the referenced column. The unit is the number of zeros (0) that fit into the column in the default text and the default size. @@ -775,7 +775,7 @@ - PREFIX + PREFIX Returns the alignment of the referenced cell. @@ -787,7 +787,7 @@ - PROTECT + PROTECT Returns the status of the cell protection for the cell. @@ -797,7 +797,7 @@ - FORMAT + FORMAT Returns a character string that indicates the number format. @@ -823,7 +823,7 @@ - COLOR + COLOR Returns 1, if negative values have been formatted in color, otherwise 0. @@ -831,7 +831,7 @@ - PARENTHESES + PARENTHESES Returns 1 if the format code contains an opening bracket (, otherwise 0. -- cgit