From acb08f517d22a6acd9525ced7ea3fcc2e80d29f0 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Mon, 15 Sep 2008 02:53:18 -0400 Subject: [PATCH] - Added 'sendmail_delay' option to restrict messages sending interval (#1484491) --- 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 255aac3..7ca8d28 100644 --- a/program/localization/en_GB/messages.inc +++ b/program/localization/en_GB/messages.inc @@ -40,6 +40,7 @@ $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'; -- Gitblit v1.9.1