source: extensions/netinstall/trunk/language/zh_CN/loader.lang.txt @ 31936

Last change on this file since 31936 was 31936, checked in by plg, 6 years ago

Change required PHP version to 5.3.0

No longer tries to configure PHP 5 with htaccess (this feature may come back for PHP 7 later)

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 5.1 KB
RevLine 
[3422]1// +-----------------------------------------------------------------------+
2// | Piwigo - a PHP based picture gallery                                  |
3// +-----------------------------------------------------------------------+
[21418]4// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
[3422]5// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
6// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
7// +-----------------------------------------------------------------------+
8// | This program is free software; you can redistribute it and/or modify  |
9// | it under the terms of the GNU General Public License as published by  |
10// | the Free Software Foundation                                          |
11// |                                                                       |
12// | This program is distributed in the hope that it will be useful, but   |
13// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
14// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
15// | General Public License for more details.                              |
16// |                                                                       |
17// | You should have received a copy of the GNU General Public License     |
18// | along with this program; if not, write to the Free Software           |
19// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
20// | USA.                                                                  |
21// +-----------------------------------------------------------------------+
22
[22584]23$lang['direction'] = "ltr";
24$lang['code'] = "cn";
25
[3422]26$lang['Piwigo NetInstall'] = 'Piwigo 网络安装程序';
27$lang['Welcome to NetInstall!'] = '欢迎使用网络安装程序!';
28$lang['Language'] = '语言';
29$lang['This tool is meant to retrieve the latest Piwigo archive and unzip it in your webspace.'] = '这个工具可获取 Piwigo 的最新版本程序包并且解压到你的网站空间里。';
30$lang['Right after then, you will be redirect to the Piwigo Setup Wizard.'] = '之后, 你将会进入 Piwigo 的设置向导。';
31$lang['Write access is needed'] = '需要写的权限';
32$lang['It looks like NetInstall wont be able to write in the current directory, and this is required to follow on.'] = '看来网络安装程序无法对当前文件夹进行写操作,这在后继操作中是必需的。';
33$lang['Please try to change the permissions to allow write access, then reload this page by hitting the Refresh button.'] = '请尝试更改允许读写权限,然后点击刷新按钮重新加载本页面。';
34$lang['Refresh'] = '刷新';
35
[31936]36$lang['PHP %s is required'] = '需要 PHP %s';
[3422]37$lang['It appears your webhost is currently running PHP %s.'] = '你的服务器当前运行的是 PHP %s.';
[30031]38$lang['NetInstall may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = '网络安装程序也许试图通过创建或者修改 .htaccess 文件以改变你的 PHP 5.2 的配置。';
[3422]39$lang['Note you can change your configuration by yourself and restart NetInstall after that.'] = '请注意,你重新启动网络安装程序后,可以自己改变你的配置。';
[30031]40$lang['Try to configure PHP 5'] = '尝试配置 PHP 5.2';
[3422]41
42$lang['Retrieve and unzip Piwigo'] = '获取和解压 Piwigo';
43$lang['Destination:'] = '目的地:';
44
45$lang['Sorry!'] = '对不起!';
[30031]46$lang['NetInstall was not able to configure PHP 5.'] = '网络安装程序不能配置 PHP 5.2。';
47$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "也许你需要与你的服务器提供商联系,让他告诉你如何才能切换到 PHP 5.2。";
[3422]48$lang['Hope to see you back soon.'] = '希望很快可以再看到您。';
49
50$lang['It seems like a previous Piwigo installation is still sitting in that space.'] = '看来之前的 Piwigo 安装程序仍然存在与此空间上。';
51$lang['You need to rename or remove it before we can go further...'] = '你需要将其改名或者移除以便我们能进行更进一步的操作...';
52$lang['Needed files are not present.'] = '并没有需要的文件。';
53$lang['Invalid zip file.'] = '无效的 zip 文件。';
54$lang['It seems that the zip file was not extracted.'] = '看来 zip 文件并没有被解压。';
55
56$lang['Congratulations!'] = '恭喜!';
57$lang['Everything went fine. You are now ready to start the installation procedure.'] = '万事具备,你现在可以准备开始安装程序了。';
58$lang['Install Piwigo now'] = '现在开始安装 Piwigo ';
59$lang['An error occurred while grabbing the necessary files to go on.'] = '在获取必须的文件时发生了错误。';
60$lang['Something went wrong...'] = '出错了...';
61$lang['What are you doing here that way ?!'] = '你这样的做法,想干什么 ?!';
62
63$lang['This loader was initialy coded for <a href="http://www.dotclear.net" title="Dotclear">Dotclear</a>. Thanks!'] = '这种安装方式的最初原码是在 <a href="http://www.dotclear.net" title="Dotclear">Dotclear</a>。 感谢!';
[9780]64
65$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = '需要帮助? 请到<a href="%s">Piwigo论坛</a>提出你的问题.';
Note: See TracBrowser for help on using the repository browser.