Marius Burkard
2016-02-25 b01718a0ae2b53c18c01f1374799a00a0c11279f
interface/web/client/lib/lang/es_client_del.lng
@@ -1,6 +1,7 @@
<?php
$wb["confirm_action_txt"] = 'Confirm action';
$wb["delete_explanation"] = 'This action will delete the following number of records associated with this client';
$wb["btn_save_txt"] = 'Delete the client';
$wb["btn_cancel_txt"] = 'Cancel without deleting the client';
$wb['confirm_action_txt'] = 'Confirmar acción';
$wb['delete_explanation'] = 'Esta acción eliminará el siguiente número de registros asociados con este cliente';
$wb['btn_save_txt'] = 'Borrar el cliente';
$wb['btn_cancel_txt'] = 'Cancelar sin borrar el cliente';
$wb['confirm_client_delete_txt'] = 'Seguro que desea borrar el cliente?';
?>