Skip to content

Commit

Permalink
Automatically generated installer lang files
Browse files Browse the repository at this point in the history
  • Loading branch information
AMOS bot committed Mar 17, 2012
1 parent 832626d commit 5c1a9d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions install/lang/zh_cn/install.php
Expand Up @@ -48,16 +48,16 @@
$string['errorsinenvironment'] = '环境检查失败!';
$string['installation'] = '安装';
$string['langdownloaderror'] = '很不幸,无法下载“{$a}”语言包。安装过程将以英文继续。';
$string['memorylimithelp'] = '<p>您的服务器的PHP内存限制是${a}。</p>
$string['memorylimithelp'] = '<p>您服务器的PHP内存限制是{$a}。</p>
<p>这会使Moodle在将来运行是碰到内存问题,特别是您安装了很多模块并且/或者有很多用户。</p>
<p>我们建议可能的话把限制设定的高一些,譬如16M。有几种方法可以做到这一点:</p>
<p>我们建议可能的话把限制设定的高一些,譬如40M。有几种方法可以做到这一点</p>
<ol>
<li>如果可以,重新编译PHP并使用<i>--enable-memory-limit</i>选项。这允许Moodle自己设定内存限制。</li>
<li>如果可以访问php.ini文件,您可以修改<b>memory_limit</b>的设置为其它值如16M。如果您无法访问,可以让您的管理员帮您修改一下。</li>
<li>如果可以访问php.ini文件,您可以修改<b>memory_limit</b>的设置为其它值,如40M。如果您无法访问,可以让您的管理员帮您修改一下。</li>
<li>在一些PHP服务器上,您可以在Moodle目录中创建一个.htaccess文件并包含如下内容:
<blockquote>php_value memory_limit 16M</blockquote>
<blockquote>php_value memory_limit 40M</blockquote>
<p>然而,在一些服务器上这会让<b>所有</b>PHP页面无法正常工作(在访问页面时会有错误),因此您可能不得不删除.htaccess文件。</p></li>
</ol>';
$string['paths'] = '路径';
Expand All @@ -81,9 +81,9 @@
';
$string['welcomep10'] = '{$a->installername} ({$a->installerversion})';
$string['welcomep20'] = '您看到这个页面表明您已经成功地在您的计算机上安装了<strong>{$a->packname} {$a->packversion}</strong>。恭喜您!';
$string['welcomep30'] = '<strong>{$a->installername}</strong>包含了可以创建<strong>Moodle</strong>运行环境的应用程序:';
$string['welcomep30'] = '<strong>{$a->installername}</strong>的此发行版包含了可以创建<strong>Moodle</strong>运行环境的应用程序:';
$string['welcomep40'] = '这个软件包还包含了<strong>Moodle {$a->moodlerelease} ({$a->moodleversion})</strong>。';
$string['welcomep50'] = '使用本软件包中包含的应用程序时应遵循它们各自的授权协议。整个<strong>{$a->installername}</strong>软件包都是<a href="http://www.opensource.org/docs/definition_plain.html">开源</a>的,并且遵循<a href="http://www.gnu.org/copyleft/gpl.html">GPL</a>授权协议发布。';
$string['welcomep60'] = '接下来的页面会引导您通过一系列步骤在您的计算机上安装配置好<strong>Moodle</strong>。您可以接受缺省的设置后,或者根据需要修改它们。';
$string['welcomep60'] = '接下来的页面会引导您通过一系列步骤在您的计算机上安装并配置好<strong>Moodle</strong>。您可以接受缺省的设置,或者根据需要修改它们。';
$string['welcomep70'] = '点击“向后”按钮以继续<strong>Moodle</strong>的安装过程。';
$string['wwwroot'] = '网站地址';

0 comments on commit 5c1a9d6

Please sign in to comment.