From 3562eb319e446621b58bdc6237bc62b45a4e3ce3 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 19 Sep 2008 04:17:05 -0400
Subject: [PATCH] #1485368: en_* update

---
 program/localization/en_GB/messages.inc |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/program/localization/en_GB/messages.inc b/program/localization/en_GB/messages.inc
index 3b0da68..1f66288 100644
--- a/program/localization/en_GB/messages.inc
+++ b/program/localization/en_GB/messages.inc
@@ -40,18 +40,18 @@
 $messages['nocontactsfound'] = 'No contacts found';
 $messages['contactnotfound'] = 'The requested contact was not found';
 $messages['sendingfailed'] = 'Failed to send message';
-$messages['senttooquickly'] = 'You have to wait $sec sec. to sent the message';
-$messages['errorsavingsent'] = 'An error occured while saving sent message';
-$messages['errorsaving'] = 'An error occured while saving';
+$messages['senttooquickly'] = 'Please wait $sec sec(s). before sending this message';
+$messages['errorsavingsent'] = 'An error occurred while saving sent message';
+$messages['errorsaving'] = 'An error occurred while saving';
 $messages['errormoving'] = 'Could not move the message';
 $messages['errordeleting'] = 'Could not delete the message';
 $messages['deletecontactconfirm'] = 'Do you really want to delete the selected contact(s)?';
 $messages['deletemessagesconfirm'] = 'Do you really want to delete the selected message(s)?';
 $messages['deletefolderconfirm'] = 'Do you really want to delete this folder?';
 $messages['purgefolderconfirm'] = 'Do you really want to delete all messages in this folder?';
-$messages['foldercreating'] = 'Folder creating...';
-$messages['folderdeleting'] = 'Folder deleting...';
-$messages['folderrenaming'] = 'Folder renaming...';
+$messages['foldercreating'] = 'Creating folder...';
+$messages['folderdeleting'] = 'Deleting folder...';
+$messages['folderrenaming'] = 'Renaming folder...';
 $messages['formincomplete'] = 'The form was not completely filled out';
 $messages['noemailwarning'] = 'Please enter a valid email address';
 $messages['nonamewarning'] = 'Please enter a name';
@@ -83,5 +83,12 @@
 $messages['errorsendingreceipt'] = 'Could not send the receipt';
 $messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.';
 $messages['addsubfolderhint'] = 'This folder will be created as subfolder of the currently selected one';
+$messages['forbiddencharacter'] = 'Folder name contains a forbidden character';
+$messages['selectimportfile'] = 'Please select a file to upload';
+$messages['addresswriterror'] = 'The selected address book is not writeable';
+$messages['importwait'] = 'Importing, please wait...';
+$messages['importerror'] = 'Import failed! The uploaded file is not a valid vCard file.';
+$messages['importconfirm'] = 'Successfully imported $inserted contacts, $skipped existing entries skipped:$names';
+$messages['opnotpermitted'] = 'Operation not permitted!';
 
-?>
\ No newline at end of file
+?>

--
Gitblit v1.9.1