Approval.
This commit is contained in:
7
es/phone_types.php
Normal file
7
es/phone_types.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
$phone_types['work'] = 'Work';
|
||||
$phone_types['home'] = 'Home';
|
||||
$phone_types['mobile'] = 'Mobile';
|
||||
$phone_types['work mobile'] = 'Work mobile';
|
||||
$phone_types['fax'] = 'Fax';
|
||||
$phone_types['fax work'] = 'Fax (Work)';
|
@ -1 +1,3 @@
|
||||
<?PHP
|
||||
$recording_types_set['audio'] = 'Audio';
|
||||
$recording_types_set['video'] = 'Video';
|
||||
|
Reference in New Issue
Block a user