Changeset 3350 for trunk/modules/user_guide
- Timestamp:
- 08/17/2008 09:21:55 PM (4 months ago)
- Location:
- trunk/modules/user_guide/i18n/es_ES
- Files:
-
- 2 modified
-
user_guide.php (modified) (1 diff)
-
user_guide_menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/user_guide/i18n/es_ES/user_guide.php
r3326 r3350 3 3 $lang = array 4 4 ( 5 'title' => ' Kohana User Guide',6 'copyright' => 'copyright (c) %s Kohana Team :: All rights reserved :: Rendered in {execution_time} seconds using {memory_usage}MB of memory',5 'title' => 'Guía del usuario de Kohana', 6 'copyright' => 'copyright (c) %s Kohana Team :: Todos los derechos reservados :: Renderizado en {execution_time} segundos utilizando {memory_usage}MB de memoria', 7 7 ); -
trunk/modules/user_guide/i18n/es_ES/user_guide_menu.php
r3326 r3350 31 31 'Helpers' 32 32 ), 33 'Libr aries' => array33 'Librerías' => array 34 34 ( 35 35 'Cache',
