From fd8382b03df7243195b38562c8dac7eb45796657 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 20 Nov 2005 16:04:33 +0000 Subject: --- framework/Exceptions/messages.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'framework/Exceptions/messages.txt') 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. -- cgit v1.2.3