diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-08-21 03:56:12 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-08-21 03:57:48 +0200 |
commit | 25dd0e940fca6a5f48cb224e0dcd7f13dbcf2728 (patch) | |
tree | b0c20d610044f1445ed230417b1599c5636f61ca /apps/contacts/lib/app.php | |
parent | 8d38dc04a0d5565a6fa003af10a36f4ec70354dc (diff) | |
download | nextcloud-server-25dd0e940fca6a5f48cb224e0dcd7f13dbcf2728.tar.gz nextcloud-server-25dd0e940fca6a5f48cb224e0dcd7f13dbcf2728.zip |
Preliminary support for Apple X-ABLabel. Also for oc-1508.
Diffstat (limited to 'apps/contacts/lib/app.php')
-rw-r--r-- | apps/contacts/lib/app.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/contacts/lib/app.php b/apps/contacts/lib/app.php index f6ce213c49b..e222c608de9 100644 --- a/apps/contacts/lib/app.php +++ b/apps/contacts/lib/app.php @@ -129,6 +129,7 @@ class OC_Contacts_App { return array( 'WORK' => $l->t('Work'), 'HOME' => $l->t('Home'), + 'OTHER' => $l->t('Other'), ); case 'TEL': return array( @@ -141,6 +142,7 @@ class OC_Contacts_App { 'FAX' => $l->t('Fax'), 'VIDEO' => $l->t('Video'), 'PAGER' => $l->t('Pager'), + 'OTHER' => $l->t('Other'), ); case 'EMAIL': return array( |