Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
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';
4bdecc 11 ?>