Florian Schaal
2015-07-07 532e12719b287a2a9adbae664f82368b985d3c22
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?';
?>