Kaydet (Commit) 32e90d83 authored tarafından tino's avatar tino Kaydeden (comit) Eike Rathke

added RID_PRICING_DEFFUNCTION_NAMES string resources

Change-Id: I2a4e596724abb82dccbe4a8e9110bbb9b9479ff7
üst 5f189199
...@@ -429,8 +429,44 @@ Resource RID_PRICING_FUNCTION_NAMES ...@@ -429,8 +429,44 @@ Resource RID_PRICING_FUNCTION_NAMES
}; };
// for translating function names
// These were originally meant to be able to load Excel documents that for
// some time were stored with localized function names.
// This is not relevant to this add-in, so we only supply the same
// (English) function names again.
// see also: GetExcelName() or GetCompNames() or getCompatibilityNames()
Resource RID_PRICING_DEFFUNCTION_NAMES Resource RID_PRICING_DEFFUNCTION_NAMES
{ {
StringArray PRICING_DEFFUNCNAME_OptBarrier
{
ItemList =
{
< "OPT_BARRIER"; >;
};
};
StringArray PRICING_DEFFUNCNAME_OptTouch
{
ItemList =
{
< "OPT_TOUCH"; >;
};
};
StringArray PRICING_DEFFUNCNAME_OptProbHit
{
ItemList =
{
< "OPT_PROB_HIT"; >;
};
};
StringArray PRICING_DEFFUNCNAME_OptProbInMoney
{
ItemList =
{
< "OPT_PROB_INMONEY"; >;
};
};
}; };
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