roundcubemail-plugins-kolab/plugins/kolab_addressbook/localization/en_US.inc

12 lines
301 B
PHP
Raw Normal View History

<?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';
?>