Changeset 3055 for trunk/system/i18n
- Timestamp:
- 07/11/2008 08:18:25 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/i18n/en_US/orm.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/i18n/en_US/orm.php
r2612 r3055 1 1 <?php defined('SYSPATH') or die('No direct script access.'); 2 2 3 $lang[' method_not_implemented'] = 'The %s method is not implemented in the %s ORM model.';3 $lang['query_methods_not_allowed'] = 'Query methods cannot be used through ORM';
