Florian Schaal
2015-06-22 b42486c6fea976fe5f0615c6fb679fd3c084e7a9
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['list_head_txt'] = 'Paquetes instalados';
$wb['name_txt'] = 'Nombre';
$wb['version_txt'] = 'Versión';
$wb['customer_txt'] = 'Cliente';
$wb['status_txt'] = 'Estado';
$wb['install_location_txt'] = 'Localización de instalación';
$wb['pkg_delete_confirmation'] = '¿Realmente quieres eliminar esta instalación?';
$wb['filter_txt'] = 'Buscar';
$wb['delete_txt'] = 'Eliminar';
?>