source: extensions/Comments_Access_Manager/language/en_UK/help/plugin.lang.php @ 11069

Last change on this file since 11069 was 11069, checked in by Eric, 13 years ago

Add new feature : Users in a specified group can post comments without admin validation when "Comments for all" is enabled and admin validation is enabled.
New version 2.2.1 hard coded for publication

  • Property svn:eol-style set to LF
File size: 1.7 KB
Line 
1<?php
2$lang['CM_commentTitle'] = 'Nickname mandatory for guests comments';
3$lang['CM_commentTitle_d'] = 'If <b>&quot;Comments for all&quot;</b> is active (authority to unregistered visitors to post comments), this option allows to force the non-registered visitor to enter a nickname that the comment is accepted.';
4$lang['CM_GroupCommTitle'] = 'Allow comments to a group of users';
5$lang['CM_GroupCommTitle_d'] = 'This option lets you specify a group of users who will allowed to post comments when the gallery is configured to not allow comments for all.
6<br><br>
7By default, when <b>&quot;comments for all&quot;</b> option is disabled, only registered users can post comments. With this option, you can restrict this behavior by specifying a user group. Thus, only registered users and members of this group may post comments.';
8
9// --------- Starting below: New or revised $lang ---- from version 2.2.1
10$lang['CM_ValidCommTitle'] = 'Allow comments without validation by an administrator';
11$lang['CM_ValidCommTitle_d'] = 'This option lets you specify a group of users whose comments will be provided without validation by the administrator when the gallery is configured to not allow comments to all and that the validation of comments by an administrator is required.
12<br><br>
13By default, when <b>&quot;comments all&quot;</b> are off and the validation of comments is enabled, the comments of all registered users are subject to validation by an administrator before being visible on the gallery. With this option, you can allow members of a group of your choice to post comments without such prior approval is required.';
14// --------- End: New or revised $lang ---- from version 2.2.1
15?>
Note: See TracBrowser for help on using the repository browser.