source: extensions/piwigo_videojs/language/zh_CN/plugin.lang.php @ 24804

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

[piwigo_videojs] Add zh_CN, thanks to : dennisyan

  • 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['LOOP_DESC'] = '循环选项设定视频结束后立即再次从头播放。';
24$lang['PRELOAD_DESC'] = '预加载选项将告诉浏览器视频数据是否在视频标签加载后立即开始下载。';
25$lang['WATERMARK_DESC'] = '在视频上显示水印。';
26$lang['WIDTH'] = '最大宽度';
27$lang['WIDTH_DESC'] = '最大宽度选项设定视频的显示最大宽度,如视频的尺寸更大,则其宽度将不超过设定宽度。';
28$lang['ZOOMROTATE'] = '缩放-旋转';
29$lang['ZOOMROTATE_DESC'] = '如可能,使用旋转元数据对视频进行旋转和缩放。';
30$lang['AUTOPLAY'] = '自动播放';
31$lang['AUTOPLAY_DESC'] = '如启用自动播放,视频将在页面加载完成后立即开始播放(不需接受用户指令)。不被苹果iOS设备支持。';
32$lang['CONTROLS'] = '控制';
33$lang['CONTROLS_DESC'] = '控制选项设定播放器是否提供用户控制界面';
34$lang['CUSTOMCSS'] = 'CSS设定';
35$lang['CUSTOMCSS_DESC'] = '从<a href="http://www.videojs.com/" target="_blank">VideoJS 网站</a>拷贝粘贴代码,以设定CSS。';
36$lang['HTML5'] = 'HTML5 视频标签(tag)设定';
37$lang['LOOP'] = '循环';
38$lang['PLUGIN'] = '插件设定';
39$lang['PRELOAD'] = '预加载';
40$lang['SKIN'] = '皮肤';
41$lang['SKIN_DESC'] = '选择你想应用的播放器风格,或 <a href="http://designer.videojs.com/" target="_blank">创建个性化的皮肤</a>。';
42$lang['THUMBNAILS'] = '缩略图';
43$lang['THUMBNAILS_DESC'] = '在进度条上显示缩略图。';
44$lang['UPSCALE'] = '提升';
45$lang['UPSCALE_DESC'] = '如果视频尺寸小于最大宽度,它会将视频尺寸提升至最大宽度。';
46$lang['VIDEOJSPLUGIN'] = 'VideoJS 插件';
47$lang['WATERMARK'] = '水印';
48?>
Note: See TracBrowser for help on using the repository browser.