source: extensions/AdditionalPages/trunk/language/zh_HK/plugin.lang.php @ 23512

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

[additional_pages] Update zh_HK, thanks to : gurunited

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