Florian Schaal
2013-12-24 fbeb11d1d0f491cd4b9a9d730fdc720e758ae26d
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?';
?>