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 | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 1355c07..89793b2 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -150,6 +150,9 @@ $labels['print'] = 'Print'; $labels['export'] = 'Export'; +// LDAP search +$labels['ldapsearch'] = 'LDAP directory search'; + $labels['ldappublicsearchname'] = 'Contact name'; $labels['ldappublicsearchtype'] = 'Exact match?'; $labels['ldappublicserverselect'] = 'Select servers'; @@ -157,6 +160,7 @@ $labels['ldappublicsearchform'] = 'Look for a contact'; $labels['ldappublicsearch'] = 'Search'; + // settings $labels['settingsfor'] = 'Settings for'; -- Gitblit v1.9.1