8 lines
224 B
PHP
8 lines
224 B
PHP
<?PHP
|
|
$phone_types['work'] = 'Arbeit';
|
|
$phone_types['home'] = 'Daheim';
|
|
$phone_types['mobile'] = 'Mobil';
|
|
$phone_types['work mobile'] = 'Mobil: Arbeit';
|
|
$phone_types['fax'] = 'Fax';
|
|
$phone_types['fax work'] = 'Fax: Arbeit';
|