Antennipasi
2009-01-04 f0a5afb88614d95cd0fa783a006f82862518167d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
$wb['301'] = 'Modulo no permitido para el usuario actual.';
$wb['302'] = 'Modulo inválido.';
$wb['1001'] = '¡ El usuario y contraseña no pueden estar vacíos !';
$wb['1002'] = '¡ El usuario y contraseña no son correctos !';
$wb['1003'] = '¡ El usuario está desactivado !';
$wb['delete_confirmation'] = '¿Realmente quiere borrar este registro ?';
$wb['error_no_view_permission'] = 'Este registro no existe o no tiene permiso para verlo';
$wb['error_no_delete_permission'] = '¡ No puede borrar este registro, no tiene permiso !';
$wb['page_txt'] = 'Page';
$wb['page_of_txt'] = 'of';
$wb['page_next_txt'] = 'Next';
$wb['page_back_txt'] = 'Back';
$wb['delete_txt'] = 'Delete';
$wb['filter_txt'] = 'Filter';
$wb['add_new_record_txt'] = 'Add new record';
$wb['btn_save_txt'] = 'Save';
$wb['btn_cancel_txt'] = 'Cancel';
?>