cvs: smarty /docs/pt_BR/appendixes bugs.xml resources.xml tips.xml troubleshooting.xml
"Thomas Gonzalez Miranda" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsthomasgm1095864730@cvsserver> |
thomasgm Wed Sep 22 10:52:10 2004 EDT
Modified files:
/smarty/docs/pt_BR/appendixes bugs.xml resources.xml tips.xml
troubleshooting.xml
Log:
fixing some ticks
http://cvs.php.net/diff.php/smarty/docs/pt_BR/appendixes/bugs.xml?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/pt_BR/appendixes/bugs.xml
diff -u smarty/docs/pt_BR/appendixes/bugs.xml:1.2 smarty/docs/pt_BR/appendixes/bugs.xml:1.3
--- smarty/docs/pt_BR/appendixes/bugs.xml:1.2 Tue Jun 1 09:43:05 2004
+++ smarty/docs/pt_BR/appendixes/bugs.xml Wed Sep 22 10:52:10 2004
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- EN-Revision: 1.2 Maintainer: nobody Status: ready -->
<chapter id="bugs">
<title>BUGS</title>
<para>
Verifique o arquivo <filename>BUGS</filename> que vem com a última
- distribuição do Smarty, ou verifique o website.
+ distribuição do Smarty, ou verifique a seção BUGS do website.
</para>
</chapter>
http://cvs.php.net/diff.php/smarty/docs/pt_BR/appendixes/resources.xml?r1=1.4&r2=1.5&ty=u
Index: smarty/docs/pt_BR/appendixes/resources.xml
diff -u smarty/docs/pt_BR/appendixes/resources.xml:1.4 smarty/docs/pt_BR/appendixes/resources.xml:1.5
--- smarty/docs/pt_BR/appendixes/resources.xml:1.4 Tue Sep 21 11:05:45 2004
+++ smarty/docs/pt_BR/appendixes/resources.xml Wed Sep 22 10:52:10 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- EN-Revision: 1.3 Maintainer: nobody Status: ready -->
<chapter id="resources">
<title>Recursos</title>
@@ -8,7 +8,7 @@
url="&url.smarty;">&url.smarty;</ulink>.
Você pode entrar na lista de discussão enviando um e-mail para
&ml.general.sub;. O arquivo da lista de discussão pode ser
- visto em <ulink url="&url.ml.archive;">&url.ml.archive;</ulink>.
+ visualizado em <ulink url="&url.ml.archive;">&url.ml.archive;</ulink>.
</para>
</chapter>
http://cvs.php.net/diff.php/smarty/docs/pt_BR/appendixes/tips.xml?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/pt_BR/appendixes/tips.xml
diff -u smarty/docs/pt_BR/appendixes/tips.xml:1.2 smarty/docs/pt_BR/appendixes/tips.xml:1.3
--- smarty/docs/pt_BR/appendixes/tips.xml:1.2 Tue Sep 21 11:05:45 2004
+++ smarty/docs/pt_BR/appendixes/tips.xml Wed Sep 22 10:52:10 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<chapter id="tips">
<title>Dicas & Truques</title>
<para>
@@ -36,7 +36,7 @@
<sect1 id="tips.default.var.handling">
<title>Manipulação do valor padrão de uma Variável</title>
<para>
- Se uma variável é usada freqüentemente e seus templates, aplicar o modificador de variável
+ Se uma variável é usada freqüentemente em seus templates, aplicar o modificador de variável
<emphasis>padrão</emphasis> toda vez pode se tornar algo muito desagradável. Você pode evitar
isto atribuindo um valor padrão para a variável usando a função <link linkend="language.function.assign">assign</link>.
</para>
http://cvs.php.net/diff.php/smarty/docs/pt_BR/appendixes/troubleshooting.xml?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/pt_BR/appendixes/troubleshooting.xml
diff -u smarty/docs/pt_BR/appendixes/troubleshooting.xml:1.2 smarty/docs/pt_BR/appendixes/troubleshooting.xml:1.3
--- smarty/docs/pt_BR/appendixes/troubleshooting.xml:1.2 Tue Sep 21 11:05:45 2004
+++ smarty/docs/pt_BR/appendixes/troubleshooting.xml Wed Sep 22 10:52:10 2004
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<chapter id="troubleshooting">
<title>Localização de Erros</title>
<para></para>
<sect1 id="smarty.php.errors">
<title>Erros do Smarty/PHP</title>
<para>
- O Smarty pode obter muitos erros tais como, atributos de tags perdidos ou nomes de variáveis
+ O Smarty pode obter muitos erros, tais como: atributos de tags perdidos ou nomes de variáveis
mal formadas. Se isto acontece, você verá um erro similar ao seguir:
</para>
@@ -39,7 +39,7 @@
</example>
<para>
- Quando você encontra um erro de análise de PHP, o número da linha do erro corresponderá ao
+ Quando você encontra um erro de análise do PHP, o número da linha do erro corresponderá ao
script PHP compilado, não o template em si. Normalmente você pode no template localizar o
erro de sintaxe. Aqui algumas coisas para você procurar:
falta de fechamento de tags para {if}{/if} ou
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php