Marius Burkard
2016-03-08 50ff38746a983db3d4369605f5fd5508efa37d17
1
2
3
4
5
6
7
<?php
$wb['confirm_action_txt'] = 'Potwierdź akcję';
$wb['delete_explanation'] = 'Ta akcja usunie następującą liczbę rekordów powiązanych z klientem';
$wb['btn_save_txt'] = 'Usuń klienta';
$wb['btn_cancel_txt'] = 'Anuluj bez usuwania klienta';
$wb['confirm_client_delete_txt'] = 'Are you sure you want to delete this client?';
?>