Till Brehm
2016-04-21 d5fb304403263b129d709c9fb312363aece229b4
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';
?>