Changeset 1912 for trunk/system/i18n/es_ES/database.php
- Timestamp:
- 02/04/2008 12:31:20 PM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/i18n/es_ES/database.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/i18n/es_ES/database.php
r1866 r1912 11 11 'must_use_where' => 'Necesitas una clausula WHERE para tu consulta.', 12 12 'must_use_table' => 'Necesitas especificar la tabla para tu consulta.', 13 'not_implemented' => 'El método requerido, %s, no esta soportado por este driver.' 13 'not_implemented' => 'El método requerido, %s, no esta soportado por este driver.', 14 14 );
