From 000e4bf02a963ea08b405d9b5eabe2f9ee5a60cf Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 13 Jan 2006 12:43:21 -0500
Subject: [PATCH] Added Slovak localization (patch 1386945)

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

diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc
index 6e23ecc..3d4c83b 100644
--- a/program/localization/de_DE/labels.inc
+++ b/program/localization/de_DE/labels.inc
@@ -149,6 +149,13 @@
 $labels['print']          = 'Drucken';
 $labels['export']         = 'Exportieren';
 
+// LDAP search
+$labels['ldappublicsearchname']   = 'Kontakt-Name';
+$labels['ldappublicsearchtype']   = 'Genaue Übereinstimmung';
+$labels['ldappublicserverselect'] = 'Server-Auswahl';
+$labels['ldappublicsearchfield']  = 'Suche in';
+$labels['ldappublicsearchform']   = 'Adressen suchen';
+$labels['ldappublicsearch'] = 'Suchen';
 
 // settings // Einstellungen
 $labels['settingsfor']  = 'Einstellungen für';

--
Gitblit v1.9.1