From 635ae748a34dadc241bd264e11d3251ffffe3aac Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 25 Nov 2005 03:18:09 +0000 Subject: --- framework/Exceptions/messages.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'framework/Exceptions/messages.txt') diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 3788ce37..abb6c0dd 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -125,3 +125,12 @@ theme_skinid_duplicated = SkinID '%s.%s' is duplicated in theme '%s'. theme_databind_forbidden = Databind cannot be used in theme '%s' for control skin '%s.%s' about property '%s'. theme_property_readonly = Skin is being applied to a read-only control property '%s.%s'. theme_property_undefined = Skin is being applied to an inexistent control property '%s.%s'. + +control_id_invalid = %s.ID '%s' is invalid. Only alphanumeric and underline characters are allowed. The first character must be an alphabetic or underline character. +control_skinid_unchangeable = %s.SkinID cannot be modified after a skin has been applied to the control or the child controls have been created. +control_enabletheming_unchangeable = %s.EnableTheming cannot be modified after the child controls have been created. +control_stylesheet_applied = StyleSheet skin has already been applied to %s. +control_id_nonunique = %s.ID '%s' is not unique among all controls under the same naming container. + +webcontrol_accesskey_invalid = %s.AccessKey '%s' is invalid. It must be a single character only. +webcontrol_style_invalid = %s.Style must take string value only. \ No newline at end of file -- cgit v1.2.3