Marius Cramer
2013-10-14 992797f73c92b413a7fecff02c27c61b7db55b43
1
2
3
4
5
6
7
<?php
$wb['confirm_action_txt'] = 'Confirmar ação';
$wb['delete_explanation'] = 'Atenção: está ação ira remover todos os objetos associados ao cliente!';
$wb['btn_save_txt'] = 'Remover o cliente';
$wb['btn_cancel_txt'] = 'Cancelar sem remover o cliente';
$wb['confirm_client_delete_txt'] = 'Are you sure you want to delete this client?';
?>