source: extensions/Autosize/language/zh_CN/plugin.lang.php @ 14117

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

[Autosize] Update zh_CN, thanks to : quqibing

  • Property svn:executable set to *
File size: 3.1 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['cl_autosize_Howto'] = '显示管理';
24$lang['cl_autosize_config_title_1'] = '最大值管理';
25$lang['cl_autosize_config_title_2'] = '最小值';
26$lang['cl_autosize_desc_view'] = '计算时加入描述和版权的尺寸';
27$lang['cl_autosize_echelle_max'] = '最大比率';
28$lang['cl_autosize_enabled'] = '启用';
29$lang['cl_autosize_height'] = '高度';
30$lang['cl_autosize_hlp_line1'] = '用户状态的最大显示尺寸。<br>值按照百分比(%)或像素(px)定义。';
31$lang['cl_autosize_hlp_line2'] = '最小图片尺寸, 激活自动调整。';
32$lang['cl_autosize_hlp_line32'] = '图片最小尺寸';
33$lang['cl_autosize_hlp_line3'] = '如果要显示的图片大小小于这个值,自动调整将被停用。';
34$lang['cl_autosize_hlp_line4'] = '如果放大比率(真实的画面大小/显示图片的大小)在这个值以上,将自动调整裁剪.';
35$lang['cl_autosize_hlp_line5'] = '底部留出的距离, 用于显示图例';
36$lang['cl_autosize_icon_view'] = '工具栏中显示图标';
37$lang['cl_autosize_info_2'] = '不显示缩放';
38$lang['cl_autosize_info'] = '允许自动调整图片显示大小以适合浏览器窗口';
39$lang['cl_autosize_marge_basse'] = '底部边距';
40$lang['cl_autosize_miniheight2'] = '图片最小高度';
41$lang['cl_autosize_miniheight'] = '最小高度';
42$lang['cl_autosize_miniwidth2'] = '图片最小宽度';
43$lang['cl_autosize_miniwidth'] = '最小宽度';
44$lang['cl_autosize_save_config'] = '保存配置';
45$lang['cl_autosize_save'] = '保存';
46$lang['cl_autosize_width'] = '宽度';
47?>
Note: See TracBrowser for help on using the repository browser.