Marius Burkard
2016-05-04 ab8baa23e8e78c792f0ff5cd754fc50fb218d4f6
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?';
?>