Author: rich Date: Tue Dec 21 14:00:48 2004 New Revision: 122992 URL: http://svn.apache.org/viewcvs?view=rev&rev=122992 Log: Added a missing error message resource.
Modified: incubator/beehive/trunk/netui/src/compiler/org/apache/beehive/netui/compiler/diagnostics.properties Modified: incubator/beehive/trunk/netui/src/compiler/org/apache/beehive/netui/compiler/diagnostics.properties Url: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/compiler/org/apache/beehive/netui/compiler/diagnostics.properties?view=diff&rev=122992&p1=incubator/beehive/trunk/netui/src/compiler/org/apache/beehive/netui/compiler/diagnostics.properties&r1=122991&p2=incubator/beehive/trunk/netui/src/compiler/org/apache/beehive/netui/compiler/diagnostics.properties&r2=122992 ============================================================================== --- incubator/beehive/trunk/netui/src/compiler/org/apache/beehive/netui/compiler/diagnostics.properties (original) +++ incubator/beehive/trunk/netui/src/compiler/org/apache/beehive/netui/compiler/diagnostics.properties Tue Dec 21 14:00:48 2004 @@ -5,8 +5,10 @@ error.atleast-one-must-exist-1 = Attribute "{0}" must be present. error.atleast-one-must-exist-2 = At least one of attributes "{0}" or "{1}" must be present. error.atleast-one-must-exist-3 = At least one of attributes "{0}", "{1}", or "{2}" must be present. +error.atleast-one-must-exist-4 = At least one of attributes "{0}", "{1}", "{2}", or "{3}" must be present. error.atmost-one-may-exist-2 = Only one of attributes "{0}" or "{1}" may be present. -error.atmost-one-may-exist-3 = Only one of attributes "{0}", "{1}", "{2}" may be present. +error.atmost-one-may-exist-3 = Only one of attributes "{0}", "{1}", or "{2}" may be present. +error.atmost-one-may-exist-4 = Only one of attributes "{0}", "{1}", "{2}", or "{3}" may be present. error.attr-dependency-not-found-1 = Attribute "{0}" may only be present when attribute "{1}" is present. error.attr-dependency-not-found-2 = Attribute "{0}" may only be present when attribute "{1}" or "{2}" is present. error.unresolved-exception-handler = No exception handler method named "{0}" could be found.
