source: extensions/Panoramas/language/zh_TW/plugin.lang.php @ 21777

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

[panoramas] Update zh_TW, thanks to : tedx

  • Property svn:executable set to *
File size: 4.5 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['Auto'] = '自動';
24$lang['Automatic start'] = '自動起動';
25$lang['Border Width ratio is out of range (Correct range: 0-10).'] = '全景邊界的尺寸超出了範圍 (正確範圍: 0~10)。';
26$lang['Border color'] = '全景邊框的顏色';
27$lang['Border width'] = '全景邊界的尺寸 [0-10]';
28$lang['Caption Color'] = '描述文字顏色';
29$lang['Control display'] = '控制顯示畫面';
30$lang['Footer Color'] = '頁尾的背景顏色';
31$lang['Footer Control Color'] = '頁尾控制顏色';
32$lang['Footer display'] = '顯示頁尾';
33$lang['Left'] = '左邊';
34$lang['Maximal Viewport width is out of range (Correct range: Minimal/+).'] = '最大視區寬度超出了範圍 (正確範圍:最小/+)。';
35$lang['Minimal Viewport width is out of range (Correct range: 320/+).'] = '最小視區的寬度超出了範圍 (正確範圍:320/+)。';
36$lang['Mode 180 (Alternative left-right restart)'] = '180 模式 (替代左右重新啟動)';
37$lang['Mode 360'] = '360 模式 ';
38$lang['Off'] = '關閉';
39$lang['On'] = '開起';
40$lang['Panoramas configuration'] = '全景設定';
41$lang['Permanent'] = '永久';
42$lang['Picture name substring could not be empty.'] = '圖片名稱的 substring 不能為空白。';
43$lang['Relative speed factor is out of range (Correct range: 10-90).'] = '相對速度的因素超出了範圍 (正確範圍:10-90)。';
44$lang['Remove substring from picture title'] = '從圖片標題中刪除 substring';
45$lang['Right'] = '右邊';
46$lang['Rotation direction'] = '旋轉方向';
47$lang['Special thanks to:'] = '特別感謝:';
48$lang['Start position ']['% between 0-99'] = '開始位置[% 0-99 之間]';
49$lang['Start position ratio is out of range (Correct range: 0-99).'] = '開始位置超出了範圍 (正確範圍: 0-99)。';
50$lang['Viewport maximal width ']['pixels >= minimal width'] = '視區的最大寬度[像素 >= 最小寬度]';
51$lang['Viewport minimal width ']['pixels > 320'] = '視區的最小寬度[像素 > 320]';
52$lang['Viewport width ']['% between 50-100'] = '視區寬度在[% 50-100]';
53$lang['Viewport width ratio is out of range (Correct range: 50-100).'] = '視區寬度比例超出了範圍 (正確範圍:50-100)。';
54$lang['You are not authorized to change this configuration (Webmaster only).'] = '您沒有權限更改此設定(網站管理員權限)。';
55$lang['Your configuration is NOT saved due to above reasons.'] = '由於上述原因而沒有儲存你的設定。';
56$lang['Your configuration is saved.'] = '已儲存你的設定。';
57$lang['authors of'] = '的作者';
58$lang['Picture name substrings must be different.'] = '圖片名稱的 substring 必須是不一樣的。';
59$lang['Relative speed factor ']['10-90'] = '相對速度係數[10-90]';
60$lang['Picture name substring to display in Mode 180 '][' != previous substring '] = '圖片名稱 substring 顯示在 180模式[!=前面的substring]';
61$lang['Picture name substring to display in Mode 360'] = '圖片名稱 substring 顯示在 360 模式';
62?>
Note: See TracBrowser for help on using the repository browser.