Till Brehm
2016-04-19 ce7dfb39efe3bd7332ada50f8f31955fd3dbdac7
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?';
?>