Changeset 3057 for trunk/system/i18n

Show
Ignore:
Timestamp:
07/11/2008 08:32:13 AM (5 months ago)
Author:
alexsancho
Message:

es_ES update (r3055)

Files:
1 modified

Legend:

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

    r2611 r3057  
    11<?php defined('SYSPATH') or die('No direct script access.'); 
    22 
    3 $lang['method_not_implemented'] = 'El metodo %s no esta implementado en el modelo ORM %s.'; 
     3$lang['query_methods_not_allowed'] = 'No esta permitido utilizar metodos de Query mediante ORM.';