summaryrefslogtreecommitdiff
path: root/program/localization/en_US/messages.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-08-03 12:31:38 +0000
committeralecpl <alec@alec.pl>2011-08-03 12:31:38 +0000
commit2c77f553c85393d2006b42908647c31c352f6b81 (patch)
tree9fb19b92e9f54f35d599017ad70623d72e773880 /program/localization/en_US/messages.inc
parent159763861e15fce2006b1830ebdb646c5ad52d0c (diff)
- Add "loading" messages for contacts copying and groups assignment
Diffstat (limited to 'program/localization/en_US/messages.inc')
-rw-r--r--program/localization/en_US/messages.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc
index c45aa15a6..f86ba5471 100644
--- a/program/localization/en_US/messages.inc
+++ b/program/localization/en_US/messages.inc
@@ -100,8 +100,11 @@ $messages['sourceisreadonly'] = 'This address source is read only.';
$messages['errorsavingcontact'] = 'Could not save the contact address.';
$messages['movingmessage'] = 'Moving message(s)...';
$messages['copyingmessage'] = 'Copying message(s)...';
+$messages['copyingcontact'] = 'Copying contact(s)...';
$messages['deletingmessage'] = 'Deleting message(s)...';
$messages['markingmessage'] = 'Marking message(s)...';
+$messages['addingmember'] = 'Adding contact(s) to the group...';
+$messages['removingmember'] = 'Removing contact(s) from the group...';
$messages['receiptsent'] = 'Successfully sent a read receipt.';
$messages['errorsendingreceipt'] = 'Could not send the receipt.';
$messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.';
@@ -112,8 +115,8 @@ $messages['contactaddedtogroup'] = 'Successfully added the contacts to this grou
$messages['contactremovedfromgroup'] = 'Successfully removed contacts from this group.';
$messages['importwait'] = 'Importing, please wait...';
$messages['importerror'] = 'Import failed! The uploaded file is not a valid vCard file.';
-$messages['importconfirm'] = '<b>Successfully imported $inserted contacts.</b>';
-$messages['importconfirmskipped'] = '<b>Skipped $skipped existing entries.</b>';
+$messages['importconfirm'] = '<b>Successfully imported $inserted contacts</b>';
+$messages['importconfirmskipped'] = '<b>Skipped $skipped existing entries</b>';
$messages['opnotpermitted'] = 'Operation not permitted!';
$messages['nofromaddress'] = 'Missing e-mail address in selected identity.';
$messages['editorwarning'] = 'Switching to the plain text editor will cause all text formatting to be lost. Do you wish to continue?';