diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-02 17:14:19 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-02 17:14:19 +0000 |
| commit | 5b8313bc0ef1d2c2dc02639d18895b73826dc3b4 (patch) | |
| tree | 5b1bbd7ffdeb880baef64e84f54050497742e2ed /plugins/kolab_addressbook/localization | |
| parent | 62dffd20453983c657433ea1dbd6a27a2c927694 (diff) | |
Map some more fields supported by kolab.contact
git-svn-id: https://svn.roundcube.net/trunk@4383 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/kolab_addressbook/localization')
| -rw-r--r-- | plugins/kolab_addressbook/localization/en_US.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/kolab_addressbook/localization/en_US.inc b/plugins/kolab_addressbook/localization/en_US.inc index d22318b04..968d9e691 100644 --- a/plugins/kolab_addressbook/localization/en_US.inc +++ b/plugins/kolab_addressbook/localization/en_US.inc @@ -2,6 +2,11 @@ $labels = array(); $labels['initials'] = 'Initials'; -$labels['anniversary'] = 'Anniversary'; +$labels['profession'] = 'Profession'; +$labels['officelocation'] = 'Office location'; +$labels['children'] = 'Children'; +$labels['pgppublickey'] = 'PGP publickey'; +$labels['freebusyurl'] = 'Free-busy URL'; +$labels['settings'] = 'Settings'; ?>
\ No newline at end of file |
