Approval.
This commit is contained in:
7
de/phone_types.php
Normal file
7
de/phone_types.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?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';
|
@ -1 +1,3 @@
|
||||
<?PHP
|
||||
$recording_types_set['audio'] = 'Audio';
|
||||
$recording_types_set['video'] = 'Video';
|
||||
|
Reference in New Issue
Block a user