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

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

[pwg_stuffs] Update zh_TW, thanks to : tedx

  • Property svn:executable set to *
File size: 4.3 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$lang['stuffs_delete'] = '刪除區塊';
44$lang['stuffs_desc'] = '說明';
45$lang['stuffs_edit'] = '修改區塊';
46$lang['stuffs_edit_mod'] = '編輯區塊';
47$lang['stuffs_error_no_mod_selected'] = '您沒有選擇任何區塊。';
48$lang['stuffs_group_perm'] = '由群組';
49$lang['stuffs_id_ligne'] = 'ID 行';
50$lang['stuffs_level_perm'] = '的隱私級別';
51$lang['stuffs_main_block'] = '主區塊';
52$lang['stuffs_mods_management'] = '區塊管理';
53$lang['stuffs_module_config'] = '設定區塊';
54$lang['stuffs_module_options'] = '區塊選項';
55$lang['module_desc_random'] = '顯示X隨機圖片庫中的的類別';
56$lang['module_desc_recent'] = '顯示X最近的照片在畫廊或類別(如果存在)';
57$lang['module_desc_tags'] = '顯示相冊標籤';
58$lang['module_name_bestrated'] = '最受好評';
59$lang['module_name_citation'] = '隨意引用';
60$lang['module_name_featuredphotos'] = '特色圖片';
61$lang['module_name_lastcoms'] = '最新評論';
62$lang['module_name_logon'] = '登入';
63$lang['module_name_mostvisited'] = '最多人瀏覽';
64$lang['module_name_personal'] = '個人喜好區塊';
65$lang['module_name_random'] = '隨機圖片';
66$lang['module_name_recent'] = '最近的圖片';
67$lang['module_name_tags'] = '標籤';
68$lang['personal_content'] = '內容';
69$lang['stuffs_action'] = '動作';
70$lang['stuffs_add_mod'] = '增加一個區塊';
71$lang['stuffs_add_module'] = '新增區塊';
72$lang['stuffs_authorized_group'] = '授權群組';
73$lang['stuffs_authorized_users'] = '授權使用者';
74$lang['stuffs_confirm_delete'] = '您確定您要刪除區塊 %s 嗎?';
75?>
Note: See TracBrowser for help on using the repository browser.