summaryrefslogtreecommitdiff
path: root/scaddins/source/analysis/analysis.src
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-10-07 15:37:54 +0200
committerEike Rathke <erack@redhat.com>2015-10-07 15:43:59 +0200
commit74010f1c502a4bd7eb1ef3ee3d0e8c45a1c9afee (patch)
tree51a7369785d3f3e59d8d7b05ed06df9bd15bba74 /scaddins/source/analysis/analysis.src
parentd638ad81f8063fdf0a2133f935f2d2dfccc3db79 (diff)
rename WEEKNUM_ADD to WEEKNUM_EXCEL2003 in UI, tdf#50950 follow-up
... and add description to clarify that it exists for interoperability and for new documents WEEKNUM should be used instead. Also NETWORKDAYS_ADD to NETWORKDAYS_XCL. Change-Id: I01e705d57f0b31983950ac0e47ecb894f657de88
Diffstat (limited to 'scaddins/source/analysis/analysis.src')
-rw-r--r--scaddins/source/analysis/analysis.src18
1 files changed, 9 insertions, 9 deletions
diff --git a/scaddins/source/analysis/analysis.src b/scaddins/source/analysis/analysis.src
index f45b0e3ba125..d121fe42b89d 100644
--- a/scaddins/source/analysis/analysis.src
+++ b/scaddins/source/analysis/analysis.src
@@ -127,29 +127,29 @@ Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS
Resource ANALYSIS_Weeknum
{
- String 1 // description Weeknum_add
+ String 1 // description Weeknum_Excel2003
{
- Text [ en-US ] = "Returns the number of the calendar week in which the specified date occurs.";
+ Text [ en-US ] = "Returns the number of the calendar week in which the specified date occurs.\nThis function exists for interoperability with older Microsoft Excel documents, for new documents use WEEKNUM instead.";
};
- String 2 // name of parameter 1 Weeknum_add
+ String 2 // name of parameter 1 Weeknum_Excel2003
{
Text [ en-US ] = "Date";
};
- String 3 // description of parameter 1 Weeknum_add
+ String 3 // description of parameter 1 Weeknum_Excel2003
{
- Text [ en-US ] = "The date";
+ Text [ en-US ] = "The date or date serial number";
};
- String 4 // name of parameter 2 Weeknum_add
+ String 4 // name of parameter 2 Weeknum_Excel2003
{
Text [ en-US ] = "Return type";
};
- String 5 // description of parameter 2 Weeknum_add
+ String 5 // description of parameter 2 Weeknum_Excel2003
{
- Text [ en-US ] = "Indicates the first day of the week (1 = Sunday, other values = Monday)";
+ Text [ en-US ] = "Indicates the first day of the week (1 = Sunday, 2 = Monday)";
};
};
@@ -185,7 +185,7 @@ Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS
{
String 1 // description Networkdays
{
- Text [ en-US ] = "Returns the number of workdays between two dates";
+ Text [ en-US ] = "Returns the number of workdays between two dates.\nThis function exists for interoperability with older Microsoft Excel documents, for new documents use NETWORKDAYS instead.";
};
String 2 // name of parameter 1 Networkdays