source: extensions/gvideo/language/zh_TW/plugin.lang.php @ 22079

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

[gvideo] Update zh_TW, thanks to : tedx

  • Property svn:executable set to *
File size: 3.8 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['Video properties'] = '影片屬性';
24$lang['Video size'] = '影片大小';
25$lang['Video successfully added. <a href="%s">View</a>'] = '影片成功加入<a href="%s">瀏覽</a>';
26$lang['Video successfully updated'] = '影片更新成功';
27$lang['Videos can be private if you use the private permalink.'] = '影片也可以是私人,如果你使用的是私人永久連結。';
28$lang['Videos can be unlisted and private if the gallery website is within the authorized domains (PRO).'] = '影片可以不公開及私人畫廊網站是在授權網域(PRO)。';
29$lang['Videos can be unlisted but not private.'] = '影片可以不公開,但不是私有。';
30$lang['Vimeo player'] = 'Vimeo 播放器';
31$lang['Please fill the video URL'] = '請填寫影片網址';
32$lang['Add a video'] = '新增影片';
33$lang['Changing the url will reset video description, name and thumbnail'] = '更改URL會重新設定影片描述,名稱和縮略圖';
34$lang['Get video description'] = '取得影片介紹';
35$lang['Get video tags'] = '取得影片標籤';
36$lang['This element is a video added with "Embedded Video"'] = '此元素是"嵌入式視頻增加影片"';
37$lang['Try in safe-mode'] = '嘗試在安全模式';
38$lang['Unable to contact host server'] = '無法聯繫主機服務器';
39$lang['Upload a new thumbnail'] = '上傳新的縮略圖';
40$lang['Use common setting'] = '使用常用的設定';
41$lang['Video URL'] = '影片網址';
42$lang['Add film effect'] = '新增底片效果';
43$lang['Author name'] = '作者姓名';
44$lang['Author portrait'] = '作者肖像';
45$lang['Autoplay'] = '自動播放';
46$lang['Change'] = '更改';
47$lang['Color'] = '顏色';
48$lang['Common configuration'] = '常用設定';
49$lang['Dailymotion player'] = '優酷播放器';
50$lang['In safe-mode, the plugin does\'t try to contact the video host, usefull on some websites where remote connections are blocked.'] = '在安全模式,插件不嘗試聯繫影像主機,可在一些網站上遠程連接被封鎖。';
51$lang['Logo'] = '標誌';
52$lang['No privacy option.'] = '沒有隱私選項。';
53$lang['Safe-mode'] = '安全模式';
54$lang['Show privacy details'] = '顯示隱私詳細資料';
55$lang['Supported services'] = '支持服務';
56$lang['The thumbnail was updated'] = '縮略圖已更新';
57?>
Note: See TracBrowser for help on using the repository browser.