redray
2008-12-15 edcc94061616919f9f134d5e1e542d36e42830a6
1
2
3
4
5
6
7
<?php
$wb['description_txt'] = 'Descripción';
$wb['name_txt'] = 'Grupo';
$wb['name_err'] = 'El grupo debe tener entre 1 y 30 caracteres.';
$wb['btn_save_txt'] = 'Guardar';
$wb['btn_cancel_txt'] = 'Cancelar';
?>