Kaydet (Commit) 40863a82 authored tarafından Eike Rathke's avatar Eike Rathke

be consistent with suffix

Change-Id: I40af1526bd8155ad66303f8519c8a6c36a5aa57b
üst f6d47888
......@@ -183,37 +183,37 @@ Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS
Resource ANALYSIS_Networkdays
{
String 1 // description Networkdays
String 1 // description Networkdays_Excel2003
{
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
String 2 // name of parameter 1 Networkdays_Excel2003
{
Text [ en-US ] = "Start date";
};
String 3 // description of parameter 1 Networkdays
String 3 // description of parameter 1 Networkdays_Excel2003
{
Text [ en-US ] = "The start date";
};
String 4 // name of parameter 2 Networkdays
String 4 // name of parameter 2 Networkdays_Excel2003
{
Text [ en-US ] = "End date";
};
String 5 // description of parameter 2 Networkdays
String 5 // description of parameter 2 Networkdays_Excel2003
{
Text [ en-US ] = "The end date";
};
String 6 // name of parameter 3 Networkdays
String 6 // name of parameter 3 Networkdays_Excel2003
{
Text [ en-US ] = "Holidays";
};
String 7 // description of parameter 3 Networkdays
String 7 // description of parameter 3 Networkdays_Excel2003
{
Text [ en-US ] = "List of date values representing days off (vacation, holidays, etc.)";
};
......
......@@ -53,7 +53,7 @@ const FuncDataBase pFuncDatas[] =
FUNCDATA( Edate, UNIQUE, INTPAR, 2, FDCat_DateTime ),
FUNCDATAS( Weeknum, DOUBLE, INTPAR, 2, FDCat_DateTime, "_EXCEL2003" ),
FUNCDATA( Eomonth, UNIQUE, INTPAR, 2, FDCat_DateTime ),
FUNCDATAS( Networkdays, DOUBLE, INTPAR, 3, FDCat_DateTime, "_XCL" ),
FUNCDATAS( Networkdays, DOUBLE, INTPAR, 3, FDCat_DateTime, "_EXCEL2003" ),
FUNCDATA( Iseven, DOUBLE, STDPAR, 1, FDCat_Inf ),
FUNCDATA( Isodd, DOUBLE, STDPAR, 1, FDCat_Inf ),
FUNCDATA( Multinomial, UNIQUE, STDPAR, 1, FDCat_Math ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment