Falko Timme
2014-09-01 8c82ef808582a4fc39e7cf449a26d426c6a7b64c
1
2
3
4
5
6
7
<?php
$wb['confirm_action_txt'] = 'Bekräfta';
$wb['delete_explanation'] = 'This action will delete the following number of records associated with this client';
$wb['btn_save_txt'] = 'Radera kunden';
$wb['btn_cancel_txt'] = 'Avbryt utan att radera kunden';
$wb['confirm_client_delete_txt'] = 'Är du säker på att du vill radera den här kunden?';
?>