summaryrefslogtreecommitdiff
path: root/framework/Exceptions/messages.txt
diff options
context:
space:
mode:
authorxue <>2006-02-24 01:07:56 +0000
committerxue <>2006-02-24 01:07:56 +0000
commit8a3d7d5dd5149cca2bea77ec31a36700eb990092 (patch)
treef33a12653d72f195fdd0ad47ed397c4c543ad691 /framework/Exceptions/messages.txt
parent211f4c01bab338b7d992faa27bbde238a2004f17 (diff)
Added ReadOnly property to TList and TMap.
Diffstat (limited to 'framework/Exceptions/messages.txt')
-rw-r--r--framework/Exceptions/messages.txt2
1 files changed, 2 insertions, 0 deletions
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.