18 lines
603 B
PHP
18 lines
603 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';
|
|
|
|
$labels['addressbookprio'] = 'Address book(s) selection/behaviour';
|
|
$labels['personalfirst'] = 'Personal address book(s) first';
|
|
$labels['globalfirst'] = 'Global address book(s) first';
|
|
$labels['personalonly'] = 'Personal address book(s) only';
|
|
$labels['globalonly'] = 'Global address book(s) only';
|
|
|
|
?>
|