From 31e312028ca8a8a546558e21a2aa899f708386f5 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 16 Nov 2006 03:31:57 +0000 Subject: - bug fix: comments_forall and category commentable were not checked during POST and a comment could be inserted - feature 524: anti-spam: - check number of links - check ip address against spamhaus.org block list - action when comment is qualified spam (needs validation or reject) - so far everything is in the config file git-svn-id: http://piwigo.org/svn/trunk@1610 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/common.lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'language/en_UK.iso-8859-1') diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index 7a1772bfd..d3a96279e 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -413,6 +413,7 @@ $lang['comment date'] = 'comment date'; $lang['comment'] = 'Comment'; $lang['comment_added'] = 'Your comment has been registered'; $lang['comment_anti-flood'] = 'Anti-flood system : please wait for a moment before trying to post another comment'; +$lang['comment_not_added'] = 'Your comment has NOT been registered because it did not pass the validation rules'; $lang['comment_to_validate'] = 'An administrator must authorize your comment before it is visible.'; $lang['comment_user_exists'] = 'This login is already used by another user'; $lang['comments'] = 'Comments'; -- cgit v1.2.3