1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2012 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['Installation'] = '安装'; |
---|
25 | $lang['Basic configuration'] = '基本设置'; |
---|
26 | $lang['Default gallery language'] = '图库默认语言'; |
---|
27 | $lang['Database configuration'] = '数据库设置'; |
---|
28 | $lang['Admin configuration'] = '管理员帐户设置'; |
---|
29 | $lang['Start Install'] = '开始安装'; |
---|
30 | $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = '邮箱地址格式 xxx@yyy.eee (例 : jack@altern.org)'; |
---|
31 | $lang['Webmaster login'] = '管理员'; |
---|
32 | $lang['It will be shown to the visitors. It is necessary for website administration'] = '所有用户都能看到此帐户。必须提供此帐户来管理网站'; |
---|
33 | $lang['Connection to server succeed, but it was impossible to connect to database'] = '服务器连接正常,但是无法连接到数据库'; |
---|
34 | $lang['Can\'t connect to server'] = '无法连接到服务器'; |
---|
35 | $lang['Host'] = 'MySQL主机地址'; |
---|
36 | $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr'; |
---|
37 | $lang['User'] = '用户'; |
---|
38 | $lang['user login given by your host provider'] = '主机用户名'; |
---|
39 | $lang['Password'] = '密码'; |
---|
40 | $lang['user password given by your host provider'] = '主机用户密码'; |
---|
41 | $lang['Database name'] = '数据库名称'; |
---|
42 | $lang['also given by your host provider'] = '在主机设定的数据库名称'; |
---|
43 | $lang['Database table prefix'] = '表名称前缀'; |
---|
44 | $lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = '所有的表名称都加此前缀(有利于数据库管理)'; |
---|
45 | $lang['enter a login for webmaster'] = '请输入网管名'; |
---|
46 | $lang['webmaster login can\'t contain characters \' or "'] = '网管名不应包含字符 " 和 \''; |
---|
47 | $lang['please enter your password again'] = '请再次输入密码'; |
---|
48 | $lang['Webmaster password'] = '密码'; |
---|
49 | $lang['Keep it confidential, it enables you to access administration panel'] = '请小心保管好此密码,它允许你操作管理板块。'; |
---|
50 | $lang['Password [confirm]'] = '密码 [ 确认 ]'; |
---|
51 | $lang['verification'] = '核实'; |
---|
52 | $lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = '需要帮助? 请到<a href="%s">Piwigo论坛</a>提出你的问题.'; |
---|
53 | $lang['Webmaster mail address'] = '管理员Email地址'; |
---|
54 | $lang['Visitors will be able to contact site administrator with this mail'] = '游客通过此Email跟你联系'; |
---|
55 | $lang['PHP 5 is required'] = '必须PHP 5版本'; |
---|
56 | $lang['It appears your webhost is currently running PHP %s.'] = '你主机PHP版本好像是PHP %s.'; |
---|
57 | $lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo试着创建或修改.htaccess文件来转换到PHP 5。'; |
---|
58 | $lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = '注意;你也可以自己修改设置PHP然后重新启动Piwigo。'; |
---|
59 | $lang['Try to configure PHP 5'] = '试试配置PHP 5'; |
---|
60 | $lang['Sorry!'] = '对不起!'; |
---|
61 | $lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo不能设置PHP 5.'; |
---|
62 | $lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = '你应该联系你的主机管理员并向其请教如何设置PHP 5.'; |
---|
63 | $lang['Hope to see you back soon.'] = '希望下次再见到你...'; |
---|
64 | $lang['Congratulations, Piwigo installation is completed'] = '恭喜,Piwigo 已安装完成。'; |
---|
65 | $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 必须只能包含此文本框里的内容,没有换行或者空格字符)'; |
---|
66 | $lang['Creation of config file local/config/database.inc.php failed.'] = '创建 local/config/database.inc.php 文件失败.'; |
---|
67 | $lang['Download the config file'] = '下载配置文件'; |
---|
68 | $lang['You can download the config file and upload it to local/config directory of your installation.'] = '您可以下载配置文件,然后上传到 local/config 目录以完成您的安装.'; |
---|
69 | $lang['Welcome to my photo gallery'] = '欢迎来到我的相册'; |
---|
70 | $lang['Just another Piwigo gallery'] = '另一个崭新的Piwigo相册'; |
---|
71 | $lang['Don\'t hesitate to consult our forums for any help : %s'] = '不要犹豫,来我们的论坛咨询任何Piwigo相关问题:%s'; |
---|
72 | $lang['Welcome to your new installation of Piwigo!'] = '欢迎安装Piwigo!'; |
---|
73 | ?> |
---|