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

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

For compliance with new online translation tool:

  • Rename /help/plugin.lang.php to /help/help.lang.php
  • Relocate help.lang.php in language root directory
  • Remove help directory
  • Property svn:eol-style set to LF
File size: 2.8 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
10// --------- Starting below: New or revised $lang ---- from version 2.2.1
11$lang['CM_ValidCommTitle'] = 'Allow comments without validation by an administrator';
12// --------- End: New or revised $lang ---- from version 2.2.1
13
14
15// --------- Starting below: New or revised $lang ---- from version 2.2.2
16$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 <u>not allow comments to all</u> and that the validation of comments by an administrator is required.
17<br><br>
18By default, when <b>&quot;comments all&quot;</b> is disabled 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.';
19$lang['CM_ValidComm2Title'] = 'Allow comments without validation by an administrator';
20$lang['CM_ValidComm2Title_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 <u>allow comments to all</u> and that the validation of comments by an administrator is required.
21<br><br>
22By default, when <b>&quot;comments all&quot;</b> and the validation of comments are 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.';
23// --------- End: New or revised $lang ---- from version 2.2.2
24
25
26// --------- Starting below: New or revised $lang ---- from version 2.2.6
27$lang['CM_CommentsValidationOffTitle'] = '&quot;Validation&quot; for comments is disabled';
28$lang['CM_CommentsValidationOffTitle_d'] = 'Enable this option to see, here, the extended parameters.';
29// --------- End: New or revised $lang ---- from version 2.2.6
30?>
Note: See TracBrowser for help on using the repository browser.