source: extensions/Force_HTTPS/language/zh_CN/plugin.lang.php @ 23330

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

[force_https] Add zh_CN, thanks to : dennisyan

  • Property svn:executable set to *
File size: 3.1 KB
RevLine 
[23330]1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['fhp_options_group'] = '选项';
24$lang['fhp_security_group'] = '安全设置';
25$lang['fhp_sts_maxage_comment'] = 'STS max-age in seconds';
26$lang['fhp_sts_maxage_label'] = 'STS max-age';
27$lang['fhp_submit'] = '提交';
28$lang['fhp_test_https_link'] = '在https模式下测试本页面(弹窗)';
29$lang['fhp_force_https_comment'] = '启用本选项以强制客户端通过安全的连接访问Piwigo。';
30$lang['fhp_force_https_label'] = 'Force HTTPS';
31$lang['fhp_force_https_warning'] = '<b>警告!</b> 在启用安全连接前,请确认您的服务器支持https。您可点击下面的链接来测试(在https模式下加载本页面)。';
32$lang['fhp_activate_sts_label'] = '使用 STS';
33$lang['fhp_description'] = '本插件填补了一项Piwigo安全漏洞。它使得管理员可强制用户使用受SSL保护的连接来浏览Piwigo(当主机的https被启用时)。 <br>强烈建议使用安全的连接来保护用户名与密码的传输。';
34$lang['fhp_about'] = '关于';
35$lang['fhp_activate_sts_comment'] = 'Active HTTP Strict Transport Security (HSTS)<br/>如果您拥有一个注册了的TLS证书,则必须启用此选项。如果"Force HTTPS"被关闭,则无效果<br/><br/> <i>HSTS 是一种网络安全机制,网络服务器通过它告知浏览器仅可使用安全的HTTPS连接才能与之互动。当 HSTS 被启用,一块名为"Strict-Transport-Security"的头部区域被放置在http头部,任何网站链接将自动被一个安全的连接替换。<br/></i>';
36?>
Note: See TracBrowser for help on using the repository browser.