Marius Burkard
2016-04-01 224dde7ac5f03d82b5cb202e1eeba88f0bff96c2
1
2
3
4
5
6
7
8
9
10
11
<?php
$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';
?>