From f1154163b0a9efb21d722bc658352739040ffd61 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sat, 28 Apr 2007 14:07:12 -0400 Subject: [PATCH] Merged branch devel-addressbook from r443 back to trunk --- program/localization/en_US/labels.inc | 12 ++---------- 1 files changed, 2 insertions(+), 10 deletions(-) diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 530a8ec..201af0b 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -182,16 +182,8 @@ $labels['nextpage'] = 'Show next set'; $labels['lastpage'] = 'Show last set'; - -// LDAP search -$labels['ldapsearch'] = 'LDAP directory search'; - -$labels['ldappublicsearchname'] = 'Contact name'; -$labels['ldappublicsearchtype'] = 'Exact match?'; -$labels['ldappublicserverselect'] = 'Select servers'; -$labels['ldappublicsearchfield'] = 'Search on'; -$labels['ldappublicsearchform'] = 'Look for a contact'; -$labels['ldappublicsearch'] = 'Search'; +$labels['groups'] = 'Groups'; +$labels['personaladrbook'] = 'Personal Addresses'; // settings -- Gitblit v1.9.1