diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-11-16 03:31:57 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-11-16 03:31:57 +0000 |
commit | 31e312028ca8a8a546558e21a2aa899f708386f5 (patch) | |
tree | fb8c86752d157de0c113e9a652f1a6737f9e4523 /language/en_UK.iso-8859-1/common.lang.php | |
parent | 221d839769ae15035397ab691a1bea8567b60ee0 (diff) |
- 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
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
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'; |