12 lines
301 B
PHP
12 lines
301 B
PHP
|
<?php
|
||
|
|
||
|
$labels = array();
|
||
|
$labels['initials'] = 'Initials';
|
||
|
$labels['profession'] = 'Profession';
|
||
|
$labels['officelocation'] = 'Office location';
|
||
|
$labels['children'] = 'Children';
|
||
|
$labels['pgppublickey'] = 'PGP publickey';
|
||
|
$labels['freebusyurl'] = 'Free-busy URL';
|
||
|
$labels['settings'] = 'Settings';
|
||
|
|
||
|
?>
|