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

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

Bug fixed on comments modification : Validation was required even is user is in an "auto validated" group. -- Only for Piwigo 2.2.3 !! --
Short refactory for admin panel.

Version 2.2.6 hard coded for publication (only compatible with Piwigo 2.2.3)

  • Property svn:eol-style set to LF
File size: 2.1 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?>
Note: See TracBrowser for help on using the repository browser.