Till Brehm
2016-04-05 077c4a5ca83ef43f75c1688023c2d9494a407db4
1
2
3
4
5
6
7
<?php
$wb['btn_cancel_txt'] = 'Cancelar sin borrar el cliente';
$wb['btn_save_txt'] = 'Borrar el cliente';
$wb['confirm_action_txt'] = 'Confirmar acción';
$wb['confirm_client_delete_txt'] = '¿Está seguro de que desea borrar el cliente?';
$wb['delete_explanation'] = 'Esta acción eliminará el siguiente número de registros asociados con este cliente';
?>