From 6199a72c8e11ca8fbfba631af552ddf53b9eebf7 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Mon, 19 Nov 2012 09:30:07 -0500
Subject: [PATCH] Updated localization files from launchpad

---
 program/localization/en_GB/labels.inc |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc
index 4129fba..6db0bd7 100644
--- a/program/localization/en_GB/labels.inc
+++ b/program/localization/en_GB/labels.inc
@@ -9,7 +9,7 @@
  | Licensed under the GNU General Public License                         |
  |                                                                       |
  +-----------------------------------------------------------------------+
- | Author: Lazlo                                                         |
+ | Author: Thomas                                                        |
  +-----------------------------------------------------------------------+
 */
 
@@ -169,8 +169,8 @@
 $labels['openinextwin'] = 'Open in new window';
 $labels['emlsave'] = 'Download (.eml)';
 $labels['editasnew'] = 'Edit as new';
-$labels['savemessage'] = 'Save this draft';
 $labels['sendmessage'] = 'Send now';
+$labels['savemessage'] = 'Save this draft';
 $labels['addattachment'] = 'Attach a file';
 $labels['charset'] = 'Charset';
 $labels['editortype'] = 'Editor type';
@@ -298,7 +298,6 @@
 $labels['importfromfile'] = 'Import from file:';
 $labels['importtarget'] = 'Add new contacts to address book:';
 $labels['importreplace'] = 'Replace the entire address book';
-$labels['importtext'] = 'You can upload contacts from an existing address book.<br/>We currently support importing addresses from the <a href="http://en.wikipedia.org/wiki/VCard">vCard</a> data format.';
 $labels['done'] = 'Done';
 $labels['settingsfor'] = 'Settings for';
 $labels['about'] = 'About';
@@ -350,7 +349,6 @@
 $labels['showinlineimages'] = 'Display attached images below the message';
 $labels['autosavedraft'] = 'Automatically save draft';
 $labels['everynminutes'] = 'every $n minute(s)';
-$labels['keepalive'] = 'Check for new messages on';
 $labels['never'] = 'never';
 $labels['immediately'] = 'immediately';
 $labels['messagesdisplaying'] = 'Displaying Messages';

--
Gitblit v1.9.1