ernani Thu Oct 10 00:43:33 2002 EDT
Modified files:
/phpdoc/en/reference/zlib ini.xml
Log:
Updade Translation
Index: phpdoc/en/reference/zlib/ini.xml
diff -u phpdoc/en/reference/zlib/ini.xml:1.1 phpdoc/en/reference/zlib/ini.xml:1.2
--- phpdoc/en/reference/zlib/ini.xml:1.1 Mon Sep 16 16:46:37 2002
+++ phpdoc/en/reference/zlib/ini.xml Thu Oct 10 00:43:33 2002
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- EN-Revision: 1.11 Maintainer: ernani Status: ready -->
<section id="zlib.configuration">
&reftitle.runtime;
&extension.runtime;
<para>
- The zlib extension offers the option to transparently compress
- your pages on-the-fly, if the requesting browser supports
- this. Therefore there are three options in the <link
- linkend="configuration.file">configuration file</link> &php.ini;.
+ A extens�o zlib oferece a op��o de comprimir transparentemente
+ suas p�ginas em tempo real, se o navegador requisitante suportar isto.
+ Ent�o existem tr�s op��es no <link
+ linkend="configuration.file">arquivo de configura��o</link> &php.ini;.
<table>
- <title>Zlib Configuration Options</title>
+ <title>Op��es de Configura��o da Zlib</title>
<tgroup cols="3">
<thead>
<row>
- <entry>Name</entry>
- <entry>Default</entry>
- <entry>Changeable</entry>
+ <entry>Nome</entry>
+ <entry>Padr�o</entry>
+ <entry>Modific�vel</entry>
</row>
</thead>
<tbody>
@@ -37,43 +37,43 @@
</tbody>
</tgroup>
</table>
- For further details and definition of the PHP_INI_* constants see
+ Para maiores detalhes e defini��es das constantes PHP_INI_* veja a fun��o
<function>ini_set</function>.
</para>
<para>
- Here is a short explanation of the configuration directives.
+ Aqui est� uma breve explica��o das diretrizes de configura��o.
<variablelist>
<varlistentry id="ini.zlib.output-compression">
<term>
<parameter>zlib.output_compression</parameter>
- <type>boolean</type>/<type>integer</type>
+ <type>booleano</type>/<type>inteiro</type>
</term>
<listitem>
<para>
- Whether to transparently compress pages. If this option is set
- to "On" in &php.ini; or the Apache configuration, pages are
- compressed if the browser sends an "Accept-Encoding: gzip" or
- "deflate" header. "Content-Encoding: gzip" (respectively
- "deflate") and "Vary: Accept-Encoding" headers are added to
- the output.
+ Serve para comprimir p�ginas de modo transparente. Se esta op��o for
+ mudada para "On" no &php.ini; ou na configura��o do Apache, as p�ginas ser�o
+ comprimidas se o navegador enviar um cabe�alho "Accept-Encoding: gzip" ou
+ "deflate". "Content-Encoding: gzip" (respectivamente
+ "deflate") e cabe�alhos "Vary: Accept-Encoding" ser�o adicionados para
+ a saida.
</para>
<para>
- You can use <function>ini_set</function> to disable this in
- your script if the headers aren't already sent. If you output
- a "Content-Type: image/" header the compression is disabled,
- too (in order to circumvent a Netscape bug). You can reenable
- it, if you add "ini_set('zlib.output_compression', 'On')"
- after the header call which added the image content-type.
+ Voc� pode usar a fun��o <function>ini_set</function> para desabilitar isto em
+ seu script se os cabe�alhos ainda n�o foram enviados. Se voc� enviar um
+cabe�alho � sa�da
+ "Content-Type: image/" a compress�o ser� desabilitada,
+ tamb�m (para corrigir um defeito do Netscape). Voc� pode reabilitar
+ isto, se voc� adicionar a fun��o "ini_set('zlib.output_compression', 'On')"
+ depois da chamada do cabe�alho que que foi adicionado o content-type da imagem.
</para>
<para>
- This option also accepts integer values instead of boolean
- "On"/"Off", using this you can set the output buffer size
- (default is 4KB).
+ Esta op��o tamb�m aceita valores inteiros em vez de valores booleanos
+ "On"/"Off", usando isto voc� pode configurar o tamanho do buffer de sa�da
+ (o padr�o � 4KB).
</para>
<note>
<para>
- <link linkend="ini.output-handler">output_handler</link> must be
- empty if this is set 'On' ! Instead you must use zlib.output_handler.
+ <link linkend="ini.output-handler">output_handler</link> deve estar
+ vazio se a diretriz estiver configurada em 'On'! Em vez disto voc� deve usar
+zlib.output_handler.
</para>
</note>
</listitem>
@@ -82,11 +82,11 @@
<varlistentry id="ini.zlib.output-compression-level">
<term>
<parameter>zlib.output_compression_level</parameter>
- <type>integer</type>
+ <type>inteiro</type>
</term>
<listitem>
<para>
- Compression level used for transparent output compression.
+ N�vel de compress�o usado para as sa�das.
</para>
</listitem>
</varlistentry>
@@ -98,9 +98,9 @@
</term>
<listitem>
<para>
- You cannot specify additional output handlers if zlib.output_compression
- is activated here. This setting does the same as <link
linkend="ini.output-handler">
- output_handler</link> but in a different order.
+ Voc� n�o pode especificar tratamentos adicionais de sa�da se
+zlib.output_compression
+ for ativado. Esta configura��o faz o mesmo que a <link
+linkend="ini.output-handler">
+ output_handler</link> mas em uma ordem diferente.
</para>
</listitem>
</varlistentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php