From c9d09bbe43f268c11cadc9846652ff33521edf6c Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 25 Jan 2006 15:10:12 -0500
Subject: [PATCH] Updated localizations

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

diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc
index 1355c07..631f482 100644
--- a/program/localization/en_US/labels.inc
+++ b/program/localization/en_US/labels.inc
@@ -106,6 +106,8 @@
 $labels['unread'] = 'Unread';
 
 $labels['compact'] = 'Compact';
+$labels['empty'] = 'Empty';
+$labels['purge'] = 'Purge';
 
 
 // message compose
@@ -150,6 +152,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 +162,7 @@
 $labels['ldappublicsearchform'] = 'Look for a contact';
 $labels['ldappublicsearch'] = 'Search';
 
+
 // settings
 $labels['settingsfor']  = 'Settings for';
 

--
Gitblit v1.9.1