Ignore:
Timestamp:
May 26, 2011, 10:41:39 PM (13 years ago)
Author:
Eric
Message:

-- Features refactory --
When "Comments for all" is disabled:

  • Users in a specified group can post comments without admin validation when admin validation is enabled.
  • Nickname is mandatory for guests comments

When "Comments for all" is enabled:

  • Users in a specified group can post comments without admin validation when admin validation is enabled.
  • Only a specified group can post comments

-- Admin panel refactory --
The admin panel displays option related with the state of "Comments for all" option.

New version 2.2.2 hard coded for publication

File:
1 edited

Legend:

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

    r11069 r11070  
    2020$lang['CM_Validation_For_Group'] = 'Autoriser les commentaires sans validation par un administrateur';
    2121$lang['CM_ValidComm_Group'] = 'Sélectionnez le groupe d\'utilisateurs autorisé à poster des commentaires sans validation :';
    22 $lang['CM_CommentsForAll'] = 'Option "Commentaires pour tous" <b style="color:red;">activé</b>';
    23 $lang['CM_CommentsForRegistered'] = 'Option "Commentaires pour tous" <b style="color:red;">désactivé</b>';
    2422// --------- End: New or revised $lang ---- from version 2.2.1
     23
     24
     25// --------- Starting below: New or revised $lang ---- from version 2.2.2
     26$lang['CM_CommentsForAll'] = 'L\'option "Commentaires pour tous" est <b style="color:red;">activée</b>';
     27$lang['CM_CommentsForRegistered'] = 'L\'option "Commentaires pour tous" est <b style="color:red;">désactivée</b>';
     28// --------- End: New or revised $lang ---- from version 2.2.2
    2529?>
Note: See TracChangeset for help on using the changeset viewer.