summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-01-13 18:08:41 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-01-13 18:08:41 +0000
commit428049f4ce043383821246684b31a4082ddf3c6b (patch)
tree3259b987bcbea4029a1d8a4307bdd62491aa3f57 /roundcubemail/program
parent2639770954ade1d3908cd3f98a1a089ea2f4d84e (diff)
Added labels for LDAP search
git-svn-id: https://svn.roundcube.net/trunk@107 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
-rw-r--r--roundcubemail/program/localization/de_DE/labels.inc2
-rw-r--r--roundcubemail/program/localization/en_US/labels.inc2
2 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/de_DE/labels.inc b/roundcubemail/program/localization/de_DE/labels.inc
index 3d4c83bfe..e8fcbc3b9 100644
--- a/roundcubemail/program/localization/de_DE/labels.inc
+++ b/roundcubemail/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/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc
index 1ad3c6752..89793b28f 100644
--- a/roundcubemail/program/localization/en_US/labels.inc
+++ b/roundcubemail/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';