From be2380fb47b05a222ec5b22deff36d5156a8c943 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 13 Jan 2006 13:08:41 -0500
Subject: [PATCH] Added labels for LDAP search

---
 program/localization/en_US/labels.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc
index 1ad3c67..89793b2 100644
--- a/program/localization/en_US/labels.inc
+++ b/program/localization/en_US/labels.inc
@@ -151,6 +151,8 @@
 $labels['export']         = 'Export';
 
 // LDAP search
+$labels['ldapsearch'] = 'LDAP directory search';
+
 $labels['ldappublicsearchname']    = 'Contact name';
 $labels['ldappublicsearchtype'] = 'Exact match?';
 $labels['ldappublicserverselect'] = 'Select servers';

--
Gitblit v1.9.1