diff options
author | alecpl <alec@alec.pl> | 2008-09-15 06:53:18 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-09-15 06:53:18 +0000 |
commit | acb08f517d22a6acd9525ced7ea3fcc2e80d29f0 (patch) | |
tree | e11f972961299ee1e67cdd7315e728a6396b0391 /program/localization/en_GB/messages.inc | |
parent | a81be1b534d2d3380330e1e8dec0b39683a49f12 (diff) |
- Added 'sendmail_delay' option to restrict messages sending interval (#1484491)
Diffstat (limited to 'program/localization/en_GB/messages.inc')
-rw-r--r-- | program/localization/en_GB/messages.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/en_GB/messages.inc b/program/localization/en_GB/messages.inc index 255aac35e..7ca8d28aa 100644 --- a/program/localization/en_GB/messages.inc +++ b/program/localization/en_GB/messages.inc @@ -40,6 +40,7 @@ $messages['encryptedmessage'] = 'This is an encrypted message and can not be dis $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['errormoving'] = 'Could not move the message'; |