From 428049f4ce043383821246684b31a4082ddf3c6b Mon Sep 17 00:00:00 2001 From: roundcube Date: Fri, 13 Jan 2006 18:08:41 +0000 Subject: Added labels for LDAP search git-svn-id: https://svn.roundcube.net/trunk@107 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/localization/de_DE/labels.inc | 2 ++ roundcubemail/program/localization/en_US/labels.inc | 2 ++ roundcubemail/skins/default/templates/addressbook.html | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) 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'; diff --git a/roundcubemail/skins/default/templates/addressbook.html b/roundcubemail/skins/default/templates/addressbook.html index 8efcd9bb8..ef98e1477 100644 --- a/roundcubemail/skins/default/templates/addressbook.html +++ b/roundcubemail/skins/default/templates/addressbook.html @@ -16,7 +16,7 @@ - +
-- cgit v1.2.3