Florian Schaal
2015-09-04 d6cd11df635941a4e7d35e6e45b4e59cb8bd4469
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?';
?>