source: extensions/AdditionalPages/trunk/language/zh_TW/plugin.lang.php @ 21600

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

[additional_pages] Add 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['ap_user_perm'] = '用戶類型';
24$lang['ap_unselect_all'] = '取消選擇所有';
25$lang['ap_standalone_tip'] = '頁面需要完整的HTML結構';
26$lang['ap_standalone_page'] = '單獨頁面';
27$lang['ap_show_menu'] = '顯示區塊選單';
28$lang['ap_show_home'] = '顯示"回首頁"按鈕,在其他頁面';
29$lang['ap_show_edit'] = '顯示編輯鏈接在區塊選單上';
30$lang['ap_set_as_homepage'] = '設為首頁';
31$lang['ap_select_all'] = '選擇所有';
32$lang['ap_saved_page'] = '網頁已儲存';
33$lang['ap_save'] = '儲存';
34$lang['ap_redirect'] = '自動重定向到已儲存的網頁';
35$lang['ap_pos0'] = '0 是不要顯示頁面在上選單';
36$lang['ap_permalink_already_used'] = '固定鏈接 %s 已經被網頁所用';
37$lang['ap_perm'] = '啟動授權管理:';
38$lang['ap_parse_bbcode'] = '轉換BBCode代碼編寫的網頁';
39$lang['ap_page_pos'] = '位置';
40$lang['ap_page_name'] = '頁面的名稱';
41$lang['ap_page_lang'] = '語言';
42$lang['ap_page_content'] = '內容';
43$lang['ap_no_name'] = '您沒有填寫名稱欄位。';
44$lang['ap_modify'] = '修改頁面';
45$lang['ap_menu_name'] = '選單的名稱';
46$lang['ap_level_perm'] = '由隱私級別';
47$lang['ap_language_perm'] = '由語言';
48$lang['ap_homepage_tip'] = '取代畫廊的主頁';
49$lang['ap_guest'] = '(留空用於公開頁面)';
50$lang['ap_group_perm'] = '通過群組';
51$lang['ap_edit_page'] = '編輯頁面';
52$lang['ap_deleted_page'] = '頁面已刪除';
53$lang['ap_delete'] = '刪除';
54$lang['ap_default_language'] = '預設值';
55$lang['ap_create'] = '建立新的額外的頁面';
56$lang['ap_convert_bbcode_ok'] = '轉換成功執行';
57$lang['ap_config'] = '設定';
58$lang['ap_conf_saved'] = '設定已儲存';
59$lang['ap_authorized_users'] = '授權用戶';
60$lang['ap_authorized_group'] = '授權群組';
61$lang['ap_all_lang'] = '所有';
62$lang['ap_all_group'] = '所有';
63$lang['ap_add_page'] = '新加一個網頁';
64$lang['The content of the page changed, are your sure you wan\'t to quit without saving?'] = '網頁的內容改變了,您確定要退出而不儲存?';
65$lang['Load a page model'] = '載入一個模範頁面';
66?>
Note: See TracBrowser for help on using the repository browser.