1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00
piwigo_ynh/sources/language/zh_CN/install.lang.php
2014-07-06 13:21:10 +02:00

69 lines
No EOL
6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
$lang['Installation'] = '安装';
$lang['Basic configuration'] = '基本设置';
$lang['Default gallery language'] = '图库默认语言';
$lang['Database configuration'] = '数据库设置';
$lang['Admin configuration'] = '管理员帐户设置';
$lang['Start Install'] = '开始安装';
$lang['It will be shown to the visitors. It is necessary for website administration'] = '此帐户用于管理网站,所有访问者都能看到此帐户。';
$lang['Connection to server succeed, but it was impossible to connect to database'] = '服务器连接成功,但是无法连接到数据库。';
$lang['Can\'t connect to server'] = '无法连接到服务器';
$lang['Host'] = 'MySQL主机地址';
$lang['User'] = '用户';
$lang['user login given by your host provider'] = '主机用户名';
$lang['user password given by your host provider'] = '主机用户密码';
$lang['Database name'] = '数据库名称';
$lang['also given by your host provider'] = '也由您的主机供应商提供';
$lang['Database table prefix'] = '数据库表名称前缀';
$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = '数据库所有的表名称都将加此前缀(有利于数据库管理)';
$lang['enter a login for webmaster'] = '添加站长id';
$lang['webmaster login can\'t contain characters \' or "'] = '站长id不能包含字符 " 或 \'';
$lang['please enter your password again'] = '请再次输入密码';
$lang['Keep it confidential, it enables you to access administration panel'] = '请小心保管好此密码,它是您进入管理面板的保障。';
$lang['Password [confirm]'] = '密码 [ 确认 ]';
$lang['verification'] = '验证';
$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = '需要帮助吗?请到<a href="%s">Piwigo论坛</a>提出您的问题。';
$lang['Visitors will be able to contact site administrator with this mail'] = '访问者将可通过此email跟站长取得联系';
$lang['PHP 5 is required'] = '必须PHP 5版本';
$lang['It appears your webhost is currently running PHP %s.'] = '你主机PHP版本好像是PHP %s.';
$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo会尝试创建或修改.htaccess文件以将您的设置转换到PHP 5。';
$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = '注意你也可以自己修改设置PHP然后重新启动Piwigo。';
$lang['Try to configure PHP 5'] = '尝试配置PHP 5';
$lang['Sorry!'] = '对不起!';
$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo不能设置PHP 5。';
$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = '你应该联系你的主机管理员并向其请教如何设置PHP 5.';
$lang['Hope to see you back soon.'] = '希望不久后能再见到你。';
$lang['Congratulations, Piwigo installation is completed'] = '恭喜Piwigo 已安装完成';
$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 必须只能包含此文本框里的内容,没有换行或者空格字符)';
$lang['Creation of config file local/config/database.inc.php failed.'] = '创建 local/config/database.inc.php 配置文件失败。';
$lang['Download the config file'] = '下载配置文件';
$lang['You can download the config file and upload it to local/config directory of your installation.'] = '您可以下载配置文件,并上传到 local/config 目录以完成您的安装。';
$lang['Welcome to my photo gallery'] = '欢迎来到我的相册';
$lang['Just another Piwigo gallery'] = '另一个崭新的Piwigo图库';
$lang['Don\'t hesitate to consult our forums for any help : %s'] = '欢迎来我们的论坛咨询任何Piwigo相关问题%s';
$lang['Welcome to your new installation of Piwigo!'] = '欢迎安装Piwigo';
$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = '您需要联系您的主机供应商的技术支持向其咨询如何自行转换为PHP 5。';
$lang['localhost or other, supplied by your host provider'] = '由你的服务器提供商提供本地服务器或者其他的';
?>