Jesse Norell
2015-12-23 2c7813beca5e10b268e64736d2c791a1e7248c76
1
2
3
4
5
6
7
<?php
$wb['confirm_action_txt'] = 'Potvrdit akci';
$wb['delete_explanation'] = 'Tato akce smaže následující počet záznamů přidružených s tímto klientem';
$wb['btn_save_txt'] = 'Smazat klienta';
$wb['btn_cancel_txt'] = 'Zrušit bez smazání klienta';
$wb['confirm_client_delete_txt'] = 'Jste si jisti, že chcete smazat tohoto klienta ?';
?>