source: extensions/Fotorama/language/zh_CN/plugin.lang.php @ 30319

Last change on this file since 30319 was 30026, checked in by TranslationTeam, 10 years ago

[fotorama] Update zh_CN, thanks to : dennisyan

  • Property svn:executable set to *
File size: 2.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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['stop the slideshow'] = '停止幻灯片';
24$lang['How to fit an image'] = '如何适应图片';
25$lang['Navigation style'] = '导航样式';
26$lang['Stops slideshow at any user action with the fotorama'] = '发生任何动作时停止幻灯片播放';
27$lang['What transition to use'] = '使用何种过渡方式';
28$lang['Enables autoplay'] = '开启自动播放';
29$lang['Enables loop'] = '开启循环';
30$lang['Enables shadows'] = '开启阴影';
31$lang['Allows fullscreen'] = '允许全屏';
32$lang['Fullscreen navigation style'] = '全屏导航样式';
33$lang['Only fullscreen mode'] = '仅全屏模式';
34$lang['Show caption with image title'] = '显示带有图片标题的文字说明';
35$lang['milliseconds'] = '毫秒';
36$lang['Add close button'] = '添加关闭按钮';
37$lang['Add image info button'] = '添加图片信息按钮';
38$lang['Replace picture page'] = '替换图片页';
39$lang['Resize to fit window'] = '调整尺寸以适应窗口';
40$lang['Thumbnail height (when present)'] = '缩略图高度(当其呈现时)';
41$lang['Thumbnail is a square (when present)'] = '缩略图为正方形(当其呈现时)';
42$lang['Use crossfade transition on click'] = '点击时启用淡入淡出过渡';
43$lang['Waiting time before loading a new image'] = '载入新图片时的等待时间';
44$lang['except an administrator'] = '管理员除外';
Note: See TracBrowser for help on using the repository browser.