old mode 100644
new mode 100755
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Installed packages'; |
| | | $wb['name_txt'] = 'Name'; |
| | | $wb['version_txt'] = 'Version'; |
| | | $wb['customer_txt'] = 'Client'; |
| | | $wb['status_txt'] = 'Status'; |
| | | $wb['install_location_txt'] = 'Install location'; |
| | | $wb['pkg_delete_confirmation'] = 'Do you really want to delete this installation?'; |
| | | $wb['pkg_reinstall_confirmation'] = 'Do you really want to reinstall this package with the same settings?'; |
| | | $wb['filter_txt'] = 'Search'; |
| | | $wb['delete_txt'] = 'Delete'; |
| | | $wb['reinstall_txt'] = 'Reinstall'; |
| | | $wb['customer_txt'] = 'Cliente'; |
| | | $wb['delete_txt'] = 'Borrar'; |
| | | $wb['filter_txt'] = 'Buscar'; |
| | | $wb['install_location_txt'] = 'Ubicación de la instalación'; |
| | | $wb['list_head_txt'] = 'Paquetes instalados'; |
| | | $wb['name_txt'] = 'Nombre'; |
| | | $wb['pkg_delete_confirmation'] = '¿Realmente desea eliminar esta instalación?'; |
| | | $wb['status_txt'] = 'Estado'; |
| | | $wb['version_txt'] = 'Versión'; |
| | | ?> |