source: extensions/stripped/language/zh_TW/theme.lang.php @ 31873

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

[stripped] Update zh_TW, thanks to : tedx

  • Property svn:executable set to *
File size: 4.7 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['Animate tabs on picture page'] = '動畫的標籤在圖片頁面上';
24$lang['Animate menu'] = '動畫選單';
25$lang['Album thumbnail size'] = '相冊縮略圖大小';
26$lang['Album list layout'] = '專輯列表版式';
27$lang['Additional bottom margin after resize'] = '附加縮放後的底部邊距';
28$lang['Activate image preloading'] = '啟動預載圖像';
29$lang['Activate HD picture lightbox'] = '啟動HD畫面燈箱';
30$lang['5 albums per row (no album description)'] = '每行5張專輯(無專輯介紹)';
31$lang['3 albums per row (description below thumbnail)'] = '3個相冊,每行(縮略圖下面的說明)';
32$lang['2 albums per row (description beside thumbnail)'] = '每行2個相冊(旁邊縮略圖的說明)';
33$lang['1 album per row (description beside thumbnail)'] = '每行1張專輯(旁邊縮略圖的說明)';
34$lang['Title'] = '標題';
35$lang['Use navigation arrows on picture'] = '使用導航指針在圖片上';
36$lang['Use navigation arrows outside picture'] = '使用導航指針在圖片外';
37$lang['always'] = '常常';
38$lang['fit to screen'] = '適合屏幕';
39$lang['full size'] = '完整尺寸';
40$lang['if HD picture available'] = '如果高清圖片可提供';
41$lang['never'] = '永遠不會';
42$lang['stripped Configuration updated'] = 'stripped 設定更新';
43$lang['validate'] = '進行驗證';
44$lang['Image autosize options'] = '圖片自動調整大小選項';
45$lang['Image preloading options'] = '預載圖片選項';
46$lang['Image size'] = '圖片尺寸';
47$lang['Include title after resize'] = '包含標題後調整尺寸';
48$lang['Information'] = '資訊';
49$lang['Interface options'] = '界面選項';
50$lang['Interface style'] = '界面風格';
51$lang['Last displayed'] = '上次顯示的';
52$lang['Metadata'] = 'Metadata';
53$lang['Minimum image height after resize'] = '調整尺寸後圖片高度設為最小值';
54$lang['On picture page, number of next images to preload'] = '在圖片頁面,預載下一張圖片';
55$lang['Picture page options'] = '圖片頁面選項';
56$lang['Preload images on thumbnails page'] = '預載圖片在縮略圖頁';
57$lang['Property to display below picture'] = '屬性顯示下面的圖片';
58$lang['Resize image to fit window'] = '調整圖片大小以適合視窗';
59$lang['Show Information tab only to admins'] = '只對管理員顯示信息選項';
60$lang['Show image title on top of the page (after browse path)'] = '在頁面的頂端顯示圖片標題(徑瀏覽路徑後)';
61$lang['Show thumbnail caption'] = '縮略圖顯示標題';
62$lang['Show/hide menu'] = '顯示/隱藏選單';
63$lang['Thumbnail size'] = '縮略圖大小';
64$lang['Default tab to be displayed'] = '要顯示預設選項卡';
65$lang['Display frame around albums'] = '顯示邊框的相簿';
66$lang['Display frame around image'] = '顯示邊框的圖片';
67$lang['Display frame around thumbnails'] = '顯示邊框的縮略圖';
68$lang['Force text to lowercase'] = '強制英文文字為小寫';
69$lang['GMap'] = '地圖';
70$lang['HD Image size'] = 'HD圖片大小';
71$lang['HD picture default display'] = '預設顯示HD圖片';
72$lang['Hide menu by default on category page'] = '預設在分類頁面上隱藏選單';
73?>
Note: See TracBrowser for help on using the repository browser.