thomasgm Sat Mar 29 19:27:50 2003 EDT Modified files: /phpdoc/en/reference/gettext configure.xml Log: Index: phpdoc/en/reference/gettext/configure.xml diff -u phpdoc/en/reference/gettext/configure.xml:1.1 phpdoc/en/reference/gettext/configure.xml:1.2 --- phpdoc/en/reference/gettext/configure.xml:1.1 Wed Nov 27 19:42:46 2002 +++ phpdoc/en/reference/gettext/configure.xml Sat Mar 29 19:27:50 2003 @@ -1,19 +1,19 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <section id="gettext.installation"> &reftitle.install; <para> - To include GNU gettext support in your PHP build you must add the option - <option role="configure">--with-gettext[=DIR]</option> where DIR is the - gettext install directory, defaults to <filename>/usr/local</filename>. + Para incluir o suporte ao GNU gettext na sua instalação PHP você deve adicionar + a opção <option role="configure">--with-gettext[=DIR]</option> onde DIR é o diretório + de instalação do gettext, o diretório padrão é <filename>/usr/local</filename>. </para> <note> - <title>Note to Win32 Users</title> + <title>Nota para usuários do Win32</title> <simpara> - In order to enable this module on a Windows environment, you must copy - <emphasis>gnu_gettext.dll</emphasis> from the DLL folder of the PHP/Win32 binary - package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 - or C:\WINDOWS\SYSTEM32). Starting with PHP 4.2.3 the name changed to + Para habilitar este módulo no seu ambiente Windows, você deve copiar + a DLL <emphasis>gnu_gettext.dll</emphasis> do diretório DLL do seu pacote + binário PHP/Win32 para a pasta SYSTEM32 do windows. (Ex: C:\WINNT\SYSTEM32 ou + C:\WINDOWS\SYSTEM32). Nas versõs superiores ao PHP 4.2.3 o nome do arquivo mudou para <emphasis>libintl-1.dll</emphasis> </simpara> </note>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php