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

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

Initial release 2.2.0

  • Property svn:eol-style set to LF
File size: 1.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=[todefine]" onclick="window.open(this.href);return false;">English forum - http://piwigo.org/forum/viewtopic.php?id=[todefine]</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?>
Note: See TracBrowser for help on using the repository browser.