2011-05-21 12:25:39 +02:00
|
|
|
<?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';
|
|
|
|
|
2011-06-08 11:33:18 +02:00
|
|
|
$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';
|
|
|
|
|
|
|
|
?>
|