source: extensions/piwigo_videojs/language/zh_TW/plugin.lang.php @ 25409

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

[piwigo_videojs] Update zh_TW, thanks to : azq1231

  • Property svn:executable set to *
File size: 4.4 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['WIDTH_DESC'] = '最大寬度選項,設定視頻的顯示最大寬度,如視頻的尺寸更大,則其寬度將不超過設定寬度。';
24$lang['WATERMARK_DESC'] = '在視頻上顯示水印。';
25$lang['WIDTH'] = '最大寬度';
26$lang['ZOOMROTATE'] = '縮放 - 旋轉';
27$lang['ZOOMROTATE_DESC'] = '如可能,使用旋轉元數據對視頻進行旋轉和縮放。';
28$lang['AUTOPLAY'] = '自動播放';
29$lang['AUTOPLAY_DESC'] = '如啟用自動播放,視頻將在頁面加載完成後立即開始播放(不需接受用戶指令)。不被蘋果iOS設備支持​​。';
30$lang['CONTROLS'] = '控制';
31$lang['CONTROLS_DESC'] = '控制選項設定播放器是否提供用戶控制界面';
32$lang['CUSTOMCSS'] = 'CSS設定';
33$lang['CUSTOMCSS_DESC'] = '從<a href="http://www.videojs.com/" target="_blank">VideoJS 網站</a>拷貝粘貼代碼,以設定CSS。';
34$lang['HTML5'] = 'HTML5 視頻標籤(tag)設定';
35$lang['LOOP'] = '循環';
36$lang['LOOP_DESC'] = '循環選項設定,視頻結束後立即再次從頭播放。';
37$lang['PLUGIN'] = '插件設定';
38$lang['PRELOAD'] = '預加載';
39$lang['PRELOAD_DESC'] = '預加載選項,將告訴瀏覽器視頻數據,是否在視頻標籤加載後立即開始下載。';
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$lang['SYNC_ERRORS'] = '錯誤';
49$lang['SYNC_INFOS'] = '詳情';
50$lang['SYNC_METADATA_DESC'] = '從視頻的元數據覆蓋在數據庫中的信息。';
51$lang['SYNC_OUTPUT'] = '輸出格式';
52$lang['SYNC_OUTPUT_DESC'] = '選擇輸出格式的海報和縮略圖。';
53$lang['SYNC_POSTER'] = '排在第二的位置創建一個海報';
54$lang['SYNC_POSTEROVERLAY'] = '添加電影效果';
55$lang['SYNC_POSTEROVERLAY_DESC'] = '海報上創建應用覆蓋。';
56$lang['SYNC_POSTEROVERWRITE'] = '覆蓋現有海報';
57$lang['SYNC_POSTEROVERWRITE_DESC'] = '用新的覆蓋現有的縮略圖。如果取消選取,它應該只為新加入的視頻運行。';
58$lang['SYNC_POSTER_DESC'] = '製作海報從視頻[指定位置。';
59$lang['SYNC_THUMBSEC'] = '每秒創建一個縮略圖';
60$lang['SYNC_THUMBSEC_DESC'] = '每x秒創建一個縮略圖。';
61$lang['SYNC_THUMBSIZE'] = '縮略圖的大小';
62$lang['SYNC_THUMBSIZE_DESC'] = '像素的大小,保持小的,在默認情況下是好的,YouTube的使用190x68。';
63$lang['SYNC_WARNINGS'] = '警告';
64$lang['VOLUME'] = '量';
65$lang['VOLUME_DESC'] = '音量選項設置音量級別。0是關閉(靜音),1.0是全開,0.5是一半。';
66?>
Note: See TracBrowser for help on using the repository browser.