Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/02/2012, 13:31
Avatar de memoadian
memoadian
Colaborador
 
Fecha de Ingreso: junio-2009
Ubicación: <?php echo 'México'?>
Mensajes: 3.696
Antigüedad: 15 años, 4 meses
Puntos: 641
Respuesta: cambiar idioma a paginacion en CI

En el manual viene

http://codeigniter.com/user_guide/li...agination.html

debes usar:

Código PHP:
Ver original
  1. Customizing the First Link
  2. $config['first_link'] = 'First';
  3.  
  4. The text you would like shown in the "first" link on the left. If you do not want this link rendered, you can set its value to FALSE.
  5. $config['first_tag_open'] = '<div>';
  6.  
  7. The opening tag for the "first" link.
  8. $config['first_tag_close'] = '</div>';
  9.  
  10. The closing tag for the "first" link.

ahi también viene para el Last