source: extensions/community/language/zh_TW/plugin.lang.php @ 23179

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

[community] Update zh_TW, thanks to : tedx

  • Property svn:executable set to *
File size: 3.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['high trust'] = '高度信任';
24$lang['web size'] = '網站大小';
25$lang['uploaded photos must be validated by an administrator'] = '上傳的照片必須由管理員進行驗證';
26$lang['uploaded photos are directly displayed in the gallery'] = '上傳的照片直接顯示在畫廊';
27$lang['sub-albums creation'] = '子專輯建立';
28$lang['low trust'] = '低信任度';
29$lang['any visitor'] = '任何訪客';
30$lang['any registered user'] = '任何註冊用戶都';
31$lang['ability to create sub-albums'] = '可建立子專輯';
32$lang['a specific user'] = '一個特定的用戶';
33$lang['a group'] = '一組';
34$lang['Zoom'] = '放大';
35$lang['Your photos are waiting for validation, administrators have been notified'] = '您的照片會等待驗證,已經通知管理員';
36$lang['Who?'] = '是誰?';
37$lang['Which level of trust?'] = '哪個級別的信任?';
38$lang['Where?'] = '在哪裡?';
39$lang['Validation page: %s'] = '驗證頁面: %s';
40$lang['Upload your own photos'] = '上傳您自己的照片';
41$lang['Upload Permissions'] = '上傳權限';
42$lang['The whole gallery'] = '整個畫廊';
43$lang['Set Photo Properties'] = '設定照片屬性';
44$lang['Permission updated'] = '權限已更新';
45$lang['Permission removed'] = '權限已移除';
46$lang['Permission added'] = '權限已新增';
47$lang['No album, this photo is orphan'] = '沒有專輯,這張照片是孤兒';
48$lang['Pending Photos'] = '待處理照片';
49$lang['%u pending photos'] = '%u 個待處理照片';
50$lang['Level 16'] = '待處理';
51$lang['Hi administrators,'] = '您好系統管理員,';
52$lang['Edit a permission'] = '編輯權限';
53$lang['Delete permission'] = '刪除權限';
54$lang['Cancel'] = '取消';
55$lang['Add a permission'] = '增加一個權限';
56$lang['%s (the user)'] = '%s (用戶)';
57$lang['%s (the group)'] = '%s (組)';
58$lang['%d photos validated'] = '%d 張照片經過驗證';
59$lang['%d photos uploaded into album "%s"'] = '%d 張照片上傳到專輯 "%s"';
60$lang['%d photos uploaded by %s'] = '%d 張照片由 %s 上傳';
61$lang['%d photos rejected'] = '%d 照片被拒絕接受';
62$lang['How much disk space?'] = '有多少磁盤空間?';
63?>
Note: See TracBrowser for help on using the repository browser.