blob: 56e4cc5e5c11506494abaf6216268e1003ada605 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
// Text
$_['text_loading'] = 'Cargando...';
// Button
$_['button_continue'] = 'Continuar';
$_['button_back'] = 'Regresar';
// Error
$_['error_exception'] = 'Código de error(%s): %s en %s en la línea %s';
|