cvs: smarty /docs/pt_BR/designers/language-builtin-functions language-function-if.xml /docs/pt_BR/designers/language-variables language-variables-smarty.xml

"Nuno Lopes" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsnlopess1096793943@cvsserver>
nlopess		Sun Oct  3 04:59:03 2004 EDT

  Modified files:              
    /smarty/docs/pt_BR/designers/language-builtin-functions	
                                                           	language-function-if.xml 
    /smarty/docs/pt_BR/designers/language-variables	
                                                   	language-variables-smarty.xml 
  Log:
  fix build
  
http://cvs.php.net/diff.php/smarty/docs/pt_BR/designers/language-builtin-functions/language-function-if.xml?r1=1.3&r2=1.4&ty=u
Index: smarty/docs/pt_BR/designers/language-builtin-functions/language-function-if.xml
diff -u smarty/docs/pt_BR/designers/language-builtin-functions/language-function-if.xml:1.3 smarty/docs/pt_BR/designers/language-builtin-functions/language-function-if.xml:1.4
--- smarty/docs/pt_BR/designers/language-builtin-functions/language-function-if.xml:1.3	Sat Oct  2 08:49:02 2004
+++ smarty/docs/pt_BR/designers/language-builtin-functions/language-function-if.xml	Sun Oct  3 04:59:01 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- EN-Revision: 1.2 Maintainer: thomasgm Status: ready -->
 		<sect1 id="language.function.if">
 			<title>if,elseif,else</title>
@@ -9,7 +9,7 @@
 			 Todo <emphasis>if</emphasis> deve ter o seu 
 			<emphasis>/if</emphasis>. <emphasis>else</emphasis> e
 			<emphasis>elseif</emphasis> também são permitidos. Todos os 
-			condicionais do PHP são reconhecidos, tais como ||, or, &&, and, etc.
+			condicionais do PHP são reconhecidos, tais como ||, or, &amp;&amp;, and, etc.
 			</para>
 
 			<para>
http://cvs.php.net/diff.php/smarty/docs/pt_BR/designers/language-variables/language-variables-smarty.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/pt_BR/designers/language-variables/language-variables-smarty.xml
diff -u smarty/docs/pt_BR/designers/language-variables/language-variables-smarty.xml:1.1 smarty/docs/pt_BR/designers/language-variables/language-variables-smarty.xml:1.2
--- smarty/docs/pt_BR/designers/language-variables/language-variables-smarty.xml:1.1	Tue Apr 13 04:45:29 2004
+++ smarty/docs/pt_BR/designers/language-variables/language-variables-smarty.xml	Sun Oct  3 04:59:03 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
         <sect1 id="language.variables.smarty">
          <title>A variável reservada {$smarty}</title>
          <para>
@@ -103,6 +103,21 @@
 			<para>
              Esta variável contém o nome do template
              atual que esta sendo processado.
+			</para>
+		</sect2>
+
+		<sect2 id="language.variables.smarty.ldelim">
+			<title>{$smarty.ldelim}</title>
+			<para>
+    This variable is used for printing the left-delimiter value literally.
+    See also <link linkend="language.function.ldelim">{ldelim},{rdelim}</link>.
+			</para>
+		</sect2>
+		<sect2 id="language.variables.smarty.rdelim">
+			<title>{$smarty.rdelim}</title>
+			<para>
+    This variable is used for printing the right-delimiter value literally.
+    See also <link linkend="language.function.ldelim">{rdelim},{rdelim}</link>.
 			</para>
 		</sect2>
 

-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.