diff options
author | xue <> | 2007-11-08 14:19:00 +0000 |
---|---|---|
committer | xue <> | 2007-11-08 14:19:00 +0000 |
commit | 1a3aeb51051088149f35a143d30698319007cec3 (patch) | |
tree | 07be58bd1e696749b5dec2ca37694d9cce26b1b5 /framework/Exceptions/messages/messages.txt | |
parent | f6fac5cc2f679a6e93a39ea4127f58e438a583c5 (diff) |
refactored AR.
Diffstat (limited to 'framework/Exceptions/messages/messages.txt')
-rw-r--r-- | framework/Exceptions/messages/messages.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/framework/Exceptions/messages/messages.txt b/framework/Exceptions/messages/messages.txt index 4429cfd7..11c1961a 100644 --- a/framework/Exceptions/messages/messages.txt +++ b/framework/Exceptions/messages/messages.txt @@ -453,4 +453,8 @@ cachepagestatepersister_pagestate_corrupted = Page state is corrupted. conditional_condition_invalid = TConditional.Condition '{0}' is not a valid PHP expression: {1} -db_cachetable_inexistent = TDbCache cannot find DB table '{0}' to store cached data.
\ No newline at end of file +db_cachetable_inexistent = TDbCache cannot find DB table '{0}' to store cached data. + +ar_data_invalid = {0}.copyFrom() can only take an object or array as parameter. +ar_read_only = The {0} instance is in a read-only state and cannot be saved. +ar_invalid_state = The {0} instance is in a state that prevents it from being changed.
\ No newline at end of file |