diff options
author | xue <> | 2005-11-25 03:18:09 +0000 |
---|---|---|
committer | xue <> | 2005-11-25 03:18:09 +0000 |
commit | 635ae748a34dadc241bd264e11d3251ffffe3aac (patch) | |
tree | 206ce58ecc3348fb43a945d7e927dfadcef35653 /framework/Exceptions | |
parent | 81b7d150b1c815cdd032c2b5795b6c4244e56ace (diff) |
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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 |