From 8a3d7d5dd5149cca2bea77ec31a36700eb990092 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 24 Feb 2006 01:07:56 +0000 Subject: Added ReadOnly property to TList and TMap. --- framework/Exceptions/messages.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework/Exceptions') diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 0734fa1f..b9b1ffb0 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -17,10 +17,12 @@ propertyvalue_enumvalue_invalid = Value '%s' is a not valid enumeration value list_index_invalid = Index '%d' is out of range. list_item_inexistent = The item cannot be found in the list. list_data_not_iterable = Data must be either an array or an object implementing Traversable interface. +list_readonly = %s is read-only. map_addition_disallowed = The new item cannot be added to the map. map_item_unremovable = The item cannot be removed from the map. map_data_not_iterable = Data must be either an array or an object implementing Traversable interface. +map_readonly = %s is read-only. application_basepath_invalid = Application base path '%s' does not exist or is not a directory. application_runtimepath_invalid = Application runtime path '%s' does not exist or is not writable by Web server process. -- cgit v1.2.3