source: trunk/language/zh_HK/install.lang.php @ 26461

Last change on this file since 26461 was 26461, checked in by mistic100, 10 years ago

Update headers to 2014. Happy new year!!

  • Property svn:executable set to *
File size: 5.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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
24$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = '數據庫表將使用前綴詞(它另您更好管理)';
25$lang['enter a login for webmaster'] = '輸入網站管理員登錄名稱';
26$lang['please enter your password again'] = '請您再次輸入密碼';
27$lang['user login given by your host provider'] = '供應商姶你的登錄用戶名稱';
28$lang['user password given by your host provider'] = '供應商姶你的登錄用戶密碼';
29$lang['verification'] = '驗證';
30$lang['webmaster login can\'t contain characters \' or "'] = '網站管理員登錄名稱不能包含字符\'或"';
31$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = '需要幫助嗎?你可以在<a href="%s">Piwigo 留言板</a>提出問題。';
32$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = '注意:你可以更改設定,然後重新啟動Piwigo。';
33$lang['PHP 5 is required'] = '需要PHP5';
34$lang['Password ']['confirm'] = '密碼[確認]';
35$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo嘗試建立或修改您的.htaccess檔案, 來設定系統使用PHP5。';
36$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo的無法設定使用PHP5。';
37$lang['Sorry!'] = '對不起!';
38$lang['Start Install'] = '開始安裝';
39$lang['Try to configure PHP 5'] = '嘗試設定PHP5';
40$lang['User'] = '用戶';
41$lang['Visitors will be able to contact site administrator with this mail'] = '訪客可以使用這個電子郵件與網站管理員聯繫';
42$lang['Welcome to my photo gallery'] = '歡迎來到我的相簿';
43$lang['Welcome to your new installation of Piwigo!'] = '歡迎來到你新安裝的Piwigo!';
44$lang['You can download the config file and upload it to local/config directory of your installation.'] = '您可以下載設定檔案,並裝它上傳到local/config目錄中安裝。';
45$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = '請聯繫你的網站託管服務提供商,看看你怎麼可以自己切換到PHP 5。';
46$lang['also given by your host provider'] = '也可由網站託管服務提供商幫助設定';
47$lang['Admin configuration'] = '管理員設定';
48$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = '另一種解決方案是將上面框中的文字複製,並貼到檔案 "local/config/database.inc.php"上 (警告:database.inc.php只可以包括文字框內容,不可以有,或空格字符)';
49$lang['Basic configuration'] = '基本設定';
50$lang['Can\'t connect to server'] = '無法連接到伺服器';
51$lang['Congratulations, Piwigo installation is completed'] = '恭喜你,Piwigo已安裝完成';
52$lang['Connection to server succeed, but it was impossible to connect to database'] = '成功連接到伺服器, 但不能連接到數據庫。';
53$lang['Creation of config file local/config/database.inc.php failed.'] = '無法創建設定檔案 local/config/database.inc.php。';
54$lang['Database configuration'] = '數據庫設定';
55$lang['Database name'] = '數據庫名稱';
56$lang['Database table prefix'] = '數據庫表格前置詞';
57$lang['Default gallery language'] = '預設相簿語言';
58$lang['Don\'t hesitate to consult our forums for any help : %s'] = '如需要任何幫助,請不要猶豫到我們的論壇諮詢:%s';
59$lang['Download the config file'] = '下載設定檔案。';
60$lang['Hope to see you back soon.'] = '希望盡快看到你回來。';
61$lang['Host'] = '主機';
62$lang['Installation'] = '安裝';
63$lang['It appears your webhost is currently running PHP %s.'] = '目前您的網頁寄存伺服器運行PHP %s。';
64$lang['It will be shown to the visitors. It is necessary for website administration'] = '這是必要的網站管理,因它會顯示給所有訪客。';
65$lang['Just another Piwigo gallery'] = '只是另一個Piwigo相簿';
66$lang['Keep it confidential, it enables you to access administration panel'] = '請保密,它使您能夠訪問管理面板';
67$lang['localhost or other, supplied by your host provider'] = '本地主機或其它,由你的主機提供商提供';
68?>
Note: See TracBrowser for help on using the repository browser.