From 6204390af16bcf50f82da61a1aefc2ad0c0adf94 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 01 May 2006 10:47:27 -0400
Subject: [PATCH] Applied patch for requesting receipts by Salvatore Ansani

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

diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc
index 015e12c..e280dbb 100644
--- a/program/localization/en_US/labels.inc
+++ b/program/localization/en_US/labels.inc
@@ -111,6 +111,11 @@
 $labels['purge'] = 'Purge';
 
 $labels['quota'] = 'Disk usage';
+$labels['unknown']  = 'unknown';
+$labels['unlimited']  = 'unlimited';
+
+$labels['quicksearch']  = 'Quick search';
+$labels['resetsearch']  = 'Reset search';
 
 
 // message compose
@@ -118,6 +123,7 @@
 $labels['sendmessage']  = 'Send the message now';
 $labels['addattachment']  = 'Attach a file';
 $labels['charset']  = 'Charset';
+$labels['returnreceipt'] = 'Return receipt';
 
 $labels['attachments'] = 'Attachments';
 $labels['upload'] = 'Upload';
@@ -155,6 +161,10 @@
 $labels['print']          = 'Print';
 $labels['export']         = 'Export';
 
+$labels['previouspage']   = 'Show previous set';
+$labels['nextpage']       = 'Show next set';
+
+
 // LDAP search
 $labels['ldapsearch'] = 'LDAP directory search';
 
@@ -185,6 +195,7 @@
 $labels['timezone']  = 'Time zone';
 $labels['pagesize']  = 'Rows per page';
 $labels['signature'] = 'Signature';
+$labels['dstactive']  = 'Daylight savings';
 
 $labels['folder']  = 'Folder';
 $labels['folders']  = 'Folders';

--
Gitblit v1.9.1