<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/gettext.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'gettext.requirements.php',
    1 => '需求',
    2 => '需求',
  ),
  'up' => 
  array (
    0 => 'gettext.setup.php',
    1 => '安装/配置',
  ),
  'prev' => 
  array (
    0 => 'gettext.setup.php',
    1 => '安装/配置',
  ),
  'next' => 
  array (
    0 => 'gettext.installation.php',
    1 => '安装',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'reference/gettext/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="gettext.requirements" class="section">
  <h2 class="title">需求</h2>
  <p class="para">
   要使用这些函数，你必须从 <a href="http://www.gnu.org/software/gettext/gettext.html" class="link external">&raquo;&nbsp;http://www.gnu.org/software/gettext/gettext.html</a> 下载和安装 GNU gettext 包
  </p>
 </div><?php manual_footer($setup); ?>