diff options
author | alecpl <alec@alec.pl> | 2010-03-26 13:44:46 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-03-26 13:44:46 +0000 |
commit | c75f8e9526d629c9b5aa7396885ae76d20c5c255 (patch) | |
tree | 52ad94371d5a3be1fe9c37a9a72497b0450d7485 /program/localization/en_GB/messages.inc | |
parent | 3eb8f258d333e04f6ff58a6021fcb2b6751ad868 (diff) |
- en_GB update (#1486562)
Diffstat (limited to 'program/localization/en_GB/messages.inc')
-rw-r--r-- | program/localization/en_GB/messages.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/localization/en_GB/messages.inc b/program/localization/en_GB/messages.inc index 2848b1360..0eaa214a5 100644 --- a/program/localization/en_GB/messages.inc +++ b/program/localization/en_GB/messages.inc @@ -47,6 +47,7 @@ $messages['senttooquickly'] = 'Please wait $sec sec(s). before sending this mess $messages['errorsavingsent'] = 'An error occurred while saving sent message'; $messages['errorsaving'] = 'An error occurred while saving'; $messages['errormoving'] = 'Could not move the message'; +$messages['errorcopying'] = 'Could not copy the message(s)'; $messages['errordeleting'] = 'Could not delete the message'; $messages['errormarking'] = 'Could not mark the message'; $messages['deletecontactconfirm'] = 'Do you really want to delete the selected contact(s)?'; @@ -86,6 +87,7 @@ $messages['copyerror'] = 'Could not copy any addresses'; $messages['sourceisreadonly'] = 'This address source is read-only'; $messages['errorsavingcontact'] = 'Could not save the contact address'; $messages['movingmessage'] = 'Moving message...'; +$messages['copyingmessage'] = 'Copying message...'; $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.'; |