source: extensions/CryptograPHP/language/zh_CN/plugin.lang.php @ 26413

Last change on this file since 26413 was 26041, checked in by mistic100, 10 years ago

update for 2.6

  • Property svn:executable set to *
File size: 3.3 KB
Line 
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['Register form'] = '注册界面';
24$lang['Solve equation'] = '填写计算结果';
25$lang['Contact form'] = 'ContactForm 插件';
26$lang['Guestbook'] = 'Guestbook 插件';
27$lang['Comments action'] = 'Comments action';
28$lang['Moderate'] = 'Moderate';
29$lang['Case sensitive'] = 'Case sensitive';
30$lang['Activate on'] = '在何处启用';
31$lang['Button color'] = '刷新按钮颜色';
32$lang['Code lenght'] = '字符个数(length)';
33$lang['Picture comments'] = '图片评论';
34$lang['Preview'] = '预览';
35$lang['Random string'] = '随机字符串';
36$lang['Simple equation'] = '简单算术';
37$lang['Text color'] = '字体颜色';
38$lang['Tip: type "random" on a color field to have a random color'] = '提示:在颜色框键入 "random" 可设为随机颜色';
39$lang['good value:'] = '推荐值:';
40$lang['random'] = '随机';
41$lang['range:'] = '范围:';
42$lang['Album comments'] = '相册评论';
43$lang['Background color'] = '背景颜色';
44$lang['Captcha theme'] = '验证码主题';
45$lang['Captcha type'] = '验证码类型';
46$lang['Enter code'] = '输入字符';
47$lang['Font'] = '字体';
48$lang['Invalid Captcha'] = '验证码无效';
49$lang['Lines color'] = '条纹颜色';
50$lang['Lines density'] = '条纹密度';
51$lang['Noise color'] = '噪点颜色';
52$lang['Noise level'] = '噪点密度';
53$lang['Perturbation'] = '扭曲度';
54$lang['We detected that EasyCaptcha plugin is available on your gallery. Both plugins can be used at the same time, but you should not under any circumstances activate both of them on the same page.'] = '发现 EasyCaptcha 插件已在图库启用,这两个插件可以同时使用,但是绝不可以在相同页面上同时启用这两个插件。';
55
56?>
Note: See TracBrowser for help on using the repository browser.