From 76ffa2a099300325b34c92a9291dc4031b8a0d8a Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 04 Feb 2006 13:05:36 -0500
Subject: [PATCH] Added Bosnian and Croation translation

---
 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 1ad3c67..16f9d9b 100644
--- a/program/localization/en_US/labels.inc
+++ b/program/localization/en_US/labels.inc
@@ -106,6 +106,10 @@
 $labels['unread'] = 'Unread';
 
 $labels['compact'] = 'Compact';
+$labels['empty'] = 'Empty';
+$labels['purge'] = 'Purge';
+
+$labels['quota'] = 'Disk usage';
 
 
 // message compose
@@ -151,6 +155,8 @@
 $labels['export']         = 'Export';
 
 // LDAP search
+$labels['ldapsearch'] = 'LDAP directory search';
+
 $labels['ldappublicsearchname']    = 'Contact name';
 $labels['ldappublicsearchtype'] = 'Exact match?';
 $labels['ldappublicserverselect'] = 'Select servers';

--
Gitblit v1.9.1