summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorxue <>2005-11-20 16:04:33 +0000
committerxue <>2005-11-20 16:04:33 +0000
commitfd8382b03df7243195b38562c8dac7eb45796657 (patch)
tree1e3eb03de7a7d6cf63d491ac7c4a5ef30ae700f4 /framework/Exceptions
parent97a8c8dbd0c6e107c75c3eaee3633551265e84cb (diff)
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt
index 209c0124..0d3d7a1d 100644
--- a/framework/Exceptions/messages.txt
+++ b/framework/Exceptions/messages.txt
@@ -7,6 +7,16 @@ component_statements_invalid = Component '%s' is evaluating invalid PHP statem
propertyvalue_enumvalue_invalid = Value '%s' is a not valid enumeration value (%s).
+list_index_invalid = Index '%d' is out of range.
+list_addition_disallowed = The new item cannot be added to the list.
+list_item_unremovable = The item cannot be removed from the list.
+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.
+
+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.
+
application_configfile_inexistent = Application configuration file '%s' does not exist.
application_module_existing = Application module '%s' cannot be registered twice.
application_service_invalid = Service '%s' must implement IService interface.