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

Last change on this file since 21752 was 20253, checked in by Eric, 11 years ago

New version is 2.4.5:
help.lang.php files content merged in plugin.lang.php files
help.lang.php files removed
Correction and improvement of the Translation Repository en_UK
Add zh_CN, thanks to : dennisyan

  • Property svn:eol-style set to LF
File size: 4.4 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
24// --------- Starting below: New or revised $lang ---- from version 2.2.2
25$lang['CM_CommentsForAll'] = '"Comments for all" option is <b style="color:red;">enabled</b>';
26$lang['CM_CommentsForRegistered'] = '"Comments for all" option is <b style="color:red;">disabled</b>';
27// --------- End: New or revised $lang ---- from version 2.2.2
28
29
30// --------- Starting below: New or revised $lang ---- from version 2.2.6
31$lang['CM_CommentsValidationOn'] = '"Validation" for comments is <b style="color:red;">enabled</b>';
32$lang['CM_CommentsValidationOff'] = '"Validation" for comments is <b style="color:red;">disabled</b>';
33// --------- End: New or revised $lang ---- from version 2.2.6
34
35// --------- Starting below: New or revised $lang ---- from version 2.2.7
36$lang['CM_commentTitle'] = 'Nickname mandatory for unregistered visitors comments';
37$lang['CM_commentTitle_d'] = 'If <b>&quot;Comments for all&quot;</b> are enabled, this option will force the unregistred visitor to enter a nickname for his comment.';
38$lang['CM_GroupCommTitle'] = 'Allow comments to a user group';
39$lang['CM_GroupCommTitle_d'] = 'This option allows you to specify a group of users who will be allowed to post comments when the gallery is configured to not allow comments to all.
40<br><br>
41By default, when <b>&quot;comments for all&quot;</b> are disabled, only registered users may post comments. With this option, you can restrict this behavior by specifying a user group. Thus, only registered users and member of the group can post comments.';
42$lang['CM_ValidCommTitle'] = 'Allow comments without approval by an administrator';
43$lang['CM_ValidCommTitle_d'] = 'This option allows you to specify a group of users whose comments will be exempted by the administrator validation when the gallery is configured to <u>not allow comments to all</u> and comments validation by an administrator is required.
44<br><br>
45By default, when <b>&quot;comments for all&quot;</b> are disabled and validation comments is activated, the comments from all registered users are submitted to validation by an administrator before being displayed on the gallery. With this option, you can allow group members to post comments without this prior approval.';
46$lang['CM_ValidComm2Title_d'] = 'This option allows you to specify a group of users whose comments will be exempted by the administrator validation when the gallery is configured to <u>allow comments to all</u> and comments validation by an administrator is required.
47<br><br>
48By default, when <b>&quot;comments for all&quot;</b> and and validation comments are both enabled, the comments from all registered users are submitted to validation by an administrator before being displayed on the gallery. With this option, you can allow group members to post comments without this prior approval.';
49$lang['CM_CommentsValidationOffTitle'] = '&quot;Validation&quot; for comments is disabled';
50$lang['CM_CommentsValidationOffTitle_d'] = 'Enable the option to access advanced settings.';
51// --------- End: New or revised $lang ---- from version 2.2.7
52?>
Note: See TracBrowser for help on using the repository browser.