source: extensions/imgpreview/language/zh_CN/plugin.lang.php @ 18583

Last change on this file since 18583 was 18583, checked in by TranslationTeam, 12 years ago

[image_preview] Update zh_CN, thanks to : dennisyan

  • Property svn:executable set to *
File size: 3.0 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['imgp_conf_updated'] = '设置已更新';
24$lang['imgp_howitworks'] = '<a href="http://www.planete-flop.fr">Flop25</a> -本插件的作者- 推荐 :
25<ul>
26<li><a href="http://piwigo.org/ext/extension_view.php?eid=190">PWG Stuff</a> by P@t : 该插件为您的相册增加模块</li>
27<li><a href="http://piwigo.org/ext/extension_view.php?eid=527">Icons Set</a> by Flop25 : 该插件使您可以在任何主题中使用其他的图标</li>
28<li><a href="http://piwigo.org/ext/extension_view.php?eid=231">Flop Style</a> by Flop25 : flop_style 是一个"模板扩展",可以改变Piwigo程序的一小部分,比如类别的显示方式</li>
29<li><a href="http://piwigo.org/ext/">更多插件尽在piwigo.org</a></li>
30</ul>
31<br>
32致设计人员 : 弹窗可以用 id #tooltip 进行定制 (使用针对文本的 img 或 span 标签)
33<br>
34<br>
35本插件使用了以下程序的修改版 :<br>
36 
37 * imgPreview jQuery plugin<br>
38 * Copyright (c) 2009 James Padolsey<br>
39 * j@qd9.co.uk | http://james.padolsey.com<br>
40 * Dual licensed under MIT and GPL.<br>
41 * Updated: 09/02/09<br>
42 * @author James Padolsey<br>
43 * @version 0.22<br>';
44$lang['imgp_max_height'] = '图片最大高度';
45$lang['imgp_max_width'] = '图片最大宽度';
46$lang['imgp_opacity'] = '鼠标悬停时的透明度';
47$lang['imgp_preloadImages'] = '预加载图片(不建议速度慢的主机启用)';
48$lang['imgp_send'] = '提交!';
49$lang['imgp_showtitle'] = '显示图片名称';
50?>
Note: See TracBrowser for help on using the repository browser.