From dd54725b21bf1a5a2c617b70c05ef6fb1681505d Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Tue, 18 Jun 2013 07:49:19 -0400 Subject: [PATCH] Merge branch 'dev-advanced-ldap-groups': - Refactoring: separated address book implementation from generic LDAP wrapper class - Auto-detect and use VLV indices for all search operations - Additional group configuration options for LDAP address books - Allow address books to display a multi-level group hierarchy in the contacts list --- program/localization/en_US/labels.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index c5e6cae..046f2f4 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -356,6 +356,7 @@ $labels['group'] = 'Group'; $labels['groups'] = 'Groups'; +$labels['listgroup'] = 'List group members'; $labels['personaladrbook'] = 'Personal Addresses'; $labels['searchsave'] = 'Save search'; -- Gitblit v1.9.1