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

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

[stripped] Add zh_TW, thanks to : tedx

  • Property svn:executable set to *
File size: 2.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['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?>
Note: See TracBrowser for help on using the repository browser.