jwarnier
2010-09-03 2a4cc61cf54c584498be540f4558271a95548d73
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";
?>