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

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

-- 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

  • Property svn:eol-style set to LF
File size: 1.8 KB
Line 
1<?php
2$lang['CM_submit'] = 'Save settings';
3$lang['CM_save_config'] = 'Configuration successfully saved !';
4$lang['CM_Title'] = 'Comments Access Manager - Version : ';
5$lang['CM_SubTitle'] = 'Plugin configuration';
6$lang['CM_Disable'] = ' Disable (default)';
7$lang['CM_Enable'] = ' Enable ';
8$lang['CM_No_Anonymous_Comments'] = 'Nickname mandatory for guests comments';
9$lang['CM_Comments_For_Group'] = 'Allow comments to a group of users';
10$lang['CM_AllowedComm_Group'] = 'Select the group of users allowed to post comments:';
11$lang['CM_Not_Allowed_Author'] = 'Sorry, you are not authorized to post a comment. Please contact the site administrator.';
12$lang['CM_Support_txt'] = 'The official support on this plugin is only on these Piwigo forum topic:<br>
13<a href="http://piwigo.org/forum/viewtopic.php?id=17577" onclick="window.open(this.href);return false;">English forum - http://piwigo.org/forum/viewtopic.php?id=17577</a><br><br>
14Also available, the project\'s bugtracker: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>';
15$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// --------- End: New or revised $lang ---- from version 2.2.1
22
23// --------- Starting below: New or revised $lang ---- from version 2.2.2
24$lang['CM_CommentsForAll'] = '"Comments for all" option is <b style="color:red;">enabled</b>';
25$lang['CM_CommentsForRegistered'] = '"Comments for all" option is <b style="color:red;">disabled</b>';
26// --------- End: New or revised $lang ---- from version 2.2.2
27?>
Note: See TracBrowser for help on using the repository browser.