From f3704e18d89e4065cede8509256d7fbf483b7fe6 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 04 Apr 2006 17:46:27 -0400
Subject: [PATCH] Added labels for nextpage/previouspage

---
 program/localization/en_GB/messages.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/program/localization/en_GB/messages.inc b/program/localization/en_GB/messages.inc
index f7442d5..8773be5 100644
--- a/program/localization/en_GB/messages.inc
+++ b/program/localization/en_GB/messages.inc
@@ -32,6 +32,8 @@
 
 $messages['mailboxempty'] = 'Mailbox is empty';
 
+$messages['loading'] = 'Loading...';
+
 $messages['loadingdata'] = 'Loading data...';
 
 $messages['messagesent'] = 'Message sent successfully';
@@ -82,4 +84,4 @@
 
 $messages['nosearchname'] = 'Please enter a contact name or email address';
 
-?>
\ No newline at end of file
+?>

--
Gitblit v1.9.1