From 32e90d832a19ea6a6b642858ee482691a505578d Mon Sep 17 00:00:00 2001 From: tino Date: Tue, 18 Dec 2012 14:12:28 +0100 Subject: added RID_PRICING_DEFFUNCTION_NAMES string resources Change-Id: I2a4e596724abb82dccbe4a8e9110bbb9b9479ff7 --- scaddins/source/pricing/pricing.src | 38 ++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) (limited to 'scaddins') diff --git a/scaddins/source/pricing/pricing.src b/scaddins/source/pricing/pricing.src index 6aa1675925b2..2c0da88e7487 100644 --- a/scaddins/source/pricing/pricing.src +++ b/scaddins/source/pricing/pricing.src @@ -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 { + 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"; >; + }; + }; }; -- cgit