source: extensions/PWG_Stuffs/trunk/language/zh_TW/plugin.lang.php @ 21840

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

[pwg_stuffs] Add zh_TW, thanks to : tedx

  • Property svn:executable set to *
File size: 2.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['module_desc_citation'] = '顯示隨機引用';
24$lang['module_desc_featuredphotos'] = '顯示我的最愛照片的網站管理員';
25$lang['module_desc_lastcoms'] = '顯示上次發表評論';
26$lang['module_desc_logon'] = '顯示登入區塊';
27$lang['module_desc_mostvisited'] = '顯示X個訪問次數最多圖片庫中的的類別';
28$lang['module_desc_personal'] = '顯示個人區塊(像編輯器一樣)。';
29$lang['lastcoms_show_buttons'] = '顯示管理員按鈕';
30$lang['lastcoms_taille_cadres'] = '框架高度';
31$lang['lastcoms_width'] = '最大寬度';
32$lang['logon_remove_menubar_block'] = '從選單欄中刪除 "Quick connect" 區塊';
33$lang['module_Citation_code'] = '相關的程式碼';
34$lang['module_Citation_lang'] = '語言';
35$lang['module_desc_bestrated'] = '顯示X最受好評的照片在畫廊或類別';
36$lang['Hide on home page'] = '隱藏主頁';
37$lang['lastcoms_config'] = '設定';
38$lang['lastcoms_dim'] = '縮略圖尺寸';
39$lang['lastcoms_height'] = '最高高度';
40$lang['lastcoms_nb_cadres'] = '每行框架的數量';
41$lang['lastcoms_nb_comments'] = '要顯示的評論的的數量';
42$lang['lastcoms_no_nb_comments'] = '您必須指定數量的評論。';
43?>
Note: See TracBrowser for help on using the repository browser.