source: extensions/Comments_Access_Manager/language/zh_CN/help.lang.php @ 19457

Last change on this file since 19457 was 19457, checked in by TranslationTeam, 11 years ago

[comments_access_manager] Update zh_CN, thanks to : dennisyan

  • Property svn:executable set to *
File size: 3.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['CM_commentTitle_d'] = '如果 <b>&quot;允许所有人评论&quot;</b> 被启用 (授权未注册的访客发布评论),本选项将要求未注册的访客在发布评论时填写一个昵称。';
24$lang['CM_ValidCommTitle_d'] = '本选项使您能够指定一组用户,当 <u>允许所有人评论</u> 被禁用且评论需要管理员审核时,允许他们的评论不须管理员审核即可发布。
25<br><br>
26根据默认设置,当 <b>&quot;允许所有人评论&quot;</b> 被禁用且评论审核功能被启用时,注册用户发布的评论在被相册显示前,将提交管理员进行审核。而通过本选项,您可以选定某一组的注册用户,允许他们的评论无需预先通过审核就能发布。';
27$lang['CM_GroupCommTitle_d'] = '当 允许所有人评论 被禁用时,本选项使您能够指定一组用户,允许他们发布评论。
28<br><br>
29根据默认设置,当 <b>&quot;允许所有人评论&quot;</b> 选项被禁用时,仅注册用户可以发布评论。而通过本选项,您可以通过指定用户组的方式对此规则作出进一步限定。即只有注册用户并且属于某个组的用户方可发布评论。';
30$lang['CM_commentTitle'] = '未注册用户必须填写昵称';
31$lang['CM_ValidCommTitle'] = '允许不经管理员审核即可发布评论';
32$lang['CM_ValidComm2Title_d'] = '本选项使您能够指定一组用户,当相册被设置为 <u>允许所有人评论</u> 且评论需要管理员审核时,允许他们的评论不须管理员审核即可发布。
33<br><br>
34根据默认设置,当 <b>&quot;允许所有人评论&quot;</b> 和评论审核功能被启用时,注册用户发布的评论在被相册显示前,将提交管理员进行审核。而通过本选项,您可以选定某一组的注册用户,允许他们的评论无需预先通过审核就能发布。';
35$lang['CM_CommentsValidationOffTitle'] = '&quot;评论审核&quot; 已禁用';
36$lang['CM_CommentsValidationOffTitle_d'] = '启用本选项,以在此查看更多参数。';
37$lang['CM_GroupCommTitle'] = '向某一组用户开放评论';
38?>
Note: See TracBrowser for help on using the repository browser.