chjacobsen
2011-05-17 3b8514a881d95a0f544710cedd5ea349a3b5e651
1
2
3
4
5
6
7
8
9
<?php
$wb['list_head_txt'] = 'Kunden';
$wb['client_id_txt'] = 'ID';
$wb['company_name_txt'] = 'Firmenname';
$wb['contact_name_txt'] = 'Kontaktname';
$wb['city_txt'] = 'Ort';
$wb['country_txt'] = 'Land';
$wb['add_new_record_txt'] = 'Kunden hinzufügen';
?>