Ignore:
Timestamp:
May 26, 2011, 7:00:46 PM (13 years ago)
Author:
Eric
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Comments_Access_Manager/language/en_UK/plugin.lang.php

    r11022 r11069  
    1414Also available, the project\'s bugtracker: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>';
    1515$lang['CM_Empty Author'] = 'Comments author nickname is mandatory !';
     16
     17
     18// --------- Starting below: New or revised $lang ---- from version 2.2.1
     19$lang['CM_Validation_For_Group'] = 'Allow comments without validation by an administrator';
     20$lang['CM_ValidComm_Group'] = 'Select the group of users allowed to post comments without validation:';
     21$lang['CM_CommentsForAll'] = '"Comments for all" option <b style="color:red;">enabled</b>';
     22$lang['CM_CommentsForRegistered'] = '"Comments for all" option <b style="color:red;">disabled</b>';
     23// --------- End: New or revised $lang ---- from version 2.2.1
    1624?>
Note: See TracChangeset for help on using the changeset viewer.