tbrehm
2013-09-04 f2a9b2faec10094514c16ea2c3539f910dc2bc62
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'] = 'Are you sure you want to delete this client?';
?>