Changeset 3055 for trunk/system/i18n

Show
Ignore:
Timestamp:
07/11/2008 08:18:25 AM (5 months ago)
Author:
Shadowhand
Message:

Moved ORM2 to ORM, updated i18n file, and set properties.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/i18n/en_US/orm.php

    r2612 r3055  
    11<?php defined('SYSPATH') or die('No direct script access.'); 
    22 
    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';