Till Brehm
2015-06-23 2ab1e5850565647a6d1829d81e11e2bbfc7193dd
commit | author | age
bfcdef 1 <?php
2ab1e5 2 $wb['list_head_txt'] = 'Paquetes instalados';
TB 3 $wb['name_txt'] = 'Nombre';
4 $wb['version_txt'] = 'Versión';
5 $wb['customer_txt'] = 'Cliente';
6 $wb['status_txt'] = 'Estado';
7 $wb['install_location_txt'] = 'Ubicación de la instalación';
8 $wb['pkg_delete_confirmation'] = 'Realmente desea eliminar esta instalación?';
9 $wb['pkg_reinstall_confirmation'] = 'Realmente desea Reinstalar este paquete con la misma configuración?';
10 $wb['filter_txt'] = 'Buscar';
11 $wb['delete_txt'] = 'Borrar';
12 $wb['reinstall_txt'] = 'Reinstalar';
bfcdef 13 ?>