/* * This class is responsible for maintaining the resource strings. */ var Resources = new Class.create(); Resources.prototype = { initialize: function(){ }, getDynamicValuesUnavailableMessage: function(){ return "Unable to access Valid values for this parameter."; }, getHasOutstandingDependenciesMessage: function(){ return "This parameter is depended on another parameter that has not been specified."; }, getMissingValidValueMessage: function(){ return "The value for this parameter has not been set to an acceptable value."; }, getSelectAValueCaption: function(){ return "