Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
bfcdef 1 <?php
ff2b71 2 $wb['customer_txt'] = 'Cliente';
CD 3 $wb['delete_txt'] = 'Borrar';
4 $wb['filter_txt'] = 'Buscar';
5 $wb['install_location_txt'] = 'Ubicación de la instalación';
2ab1e5 6 $wb['list_head_txt'] = 'Paquetes instalados';
TB 7 $wb['name_txt'] = 'Nombre';
ff2b71 8 $wb['pkg_delete_confirmation'] = '¿Realmente desea eliminar esta instalación?';
2ab1e5 9 $wb['status_txt'] = 'Estado';
ff2b71 10 $wb['version_txt'] = 'Versión';
CD 11 ?>