summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-01-13 18:08:41 +0000
committerthomascube <thomas@roundcube.net>2006-01-13 18:08:41 +0000
commitbe2380fb47b05a222ec5b22deff36d5156a8c943 (patch)
treee5698a562f04594d3bd473d07621277c75a78e12 /program
parent000e4bf02a963ea08b405d9b5eabe2f9ee5a60cf (diff)
Added labels for LDAP search
Diffstat (limited to 'program')
-rw-r--r--program/localization/de_DE/labels.inc2
-rw-r--r--program/localization/en_US/labels.inc2
2 files changed, 4 insertions, 0 deletions
diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc
index 3d4c83bfe..e8fcbc3b9 100644
--- a/program/localization/de_DE/labels.inc
+++ b/program/localization/de_DE/labels.inc
@@ -150,6 +150,8 @@ $labels['print'] = 'Drucken';
$labels['export'] = 'Exportieren';
// LDAP search
+$labels['ldapsearch'] = 'LDAP Verzeichnis-Suche';
+
$labels['ldappublicsearchname'] = 'Kontakt-Name';
$labels['ldappublicsearchtype'] = 'Genaue Übereinstimmung';
$labels['ldappublicserverselect'] = 'Server-Auswahl';
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc
index 1ad3c6752..89793b28f 100644
--- a/program/localization/en_US/labels.inc
+++ b/program/localization/en_US/labels.inc
@@ -151,6 +151,8 @@ $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';