<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/about.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'about.translations.php',
    1 => '手册译文',
    2 => '手册译文',
  ),
  'up' => 
  array (
    0 => 'about.php',
    1 => '关于本手册',
  ),
  'prev' => 
  array (
    0 => 'about.generate.php',
    1 => '如何生成手册的各种格式',
  ),
  'next' => 
  array (
    0 => 'cc.license.php',
    1 => 'Creative Commons Attribution 3.0',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'appendices/about.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="about.translations" class="sect1">
  <h2 class="title">手册译文</h2>
  <p class="para">
   《PHP 参考手册》不但有各种不同的格式，而且还有各种语言的版本。手册的正文最初是用英语撰写的，后来有来自全世界各地的工作组致力于本手册各种语言版本的翻译工作。如果某个函数或者章节的内容尚未被翻译，则该语言版本手册的发布将落后于英语版本。
  </p>
  <p class="para">
   翻译工作者首先从本手册的 <abbr title="eXtensible Markup Language">XML</abbr>
   源代码（可于 <a href="https://github.com/php/doc-en" class="link external">&raquo;&nbsp;https://github.com/php/doc-en</a>
   获取）入手，将这些源代码翻译成他们的母语。<em>不要</em>从生成后的版本开始翻译（比如
   <abbr title="Hyper Text Markup Language">HTML</abbr> 或纯文本版）。因为编译系统会负责将
   <abbr title="eXtensible Markup Language">XML</abbr> 源代码转换成可阅读版本。
  </p>
  <blockquote class="note"><p><strong class="note">注意</strong>: 
   <p class="para">
    要帮忙翻译手册，请发一封空的电子邮件到
    <a href="mailto:phpdoc+subscribe@lists.php.net" class="link external">&raquo;&nbsp;phpdoc+subscribe@lists.php.net</a>
    加入 phpdoc 邮件列表以便与文档翻译小组取得联系。邮件列表的地址为
    <code class="literal">phpdoc@lists.php.net</code>。请在电子邮件中声明对文档翻译工作感兴趣，有人会回复并帮助加入到已经存在的翻译小组，或者开始新语种的翻译工作。
   </p>
  </p></blockquote>
  <p class="para">
   目前，本手册已经（或部分）有超过 10 种语言可用。
  </p>
  <p class="para">
   可以访问 <a href="https://www.php.net/docs.php" class="link external">&raquo;&nbsp;https://www.php.net/docs.php</a> 来下载各种版本。
  </p>
 </div><?php manual_footer($setup); ?>