cvs: smarty /docs/de/programmers api-variables.xml /docs/de/programmers/plugins plugins-block-functions.xml

"Messju Mohr" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsmessju1119008286@cvsserver>
messju		Fri Jun 17 07:38:06 2005 EDT

  Modified files:              
    /smarty/docs/de/programmers	api-variables.xml 
    /smarty/docs/de/programmers/plugins	plugins-block-functions.xml 
  Log:
  sync with en
  
  
http://cvs.php.net/diff.php/smarty/docs/de/programmers/api-variables.xml?r1=1.4&r2=1.5&ty=u
Index: smarty/docs/de/programmers/api-variables.xml
diff -u smarty/docs/de/programmers/api-variables.xml:1.4 smarty/docs/de/programmers/api-variables.xml:1.5
--- smarty/docs/de/programmers/api-variables.xml:1.4	Wed Jun  1 08:39:07 2005
+++ smarty/docs/de/programmers/api-variables.xml	Fri Jun 17 07:38:06 2005
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
-<!-- EN-Revision: 1.3 Maintainer: andreas Status: ready -->
- <chapter id="api.variables">
-  <title>Variablen</title>
-  
+<!-- $Revision: 1.5 $ -->
+<!-- EN-Revision: 1.4 Maintainer: andreas Status: ready -->
+<chapter id="api.variables">
+ <title>Smarty Klassenvariablen (Objekteigenschaften)</title>
+
 &programmers.api-variables.variable-template-dir;
 &programmers.api-variables.variable-compile-dir;
 &programmers.api-variables.variable-config-dir;
http://cvs.php.net/diff.php/smarty/docs/de/programmers/plugins/plugins-block-functions.xml?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/de/programmers/plugins/plugins-block-functions.xml
diff -u smarty/docs/de/programmers/plugins/plugins-block-functions.xml:1.2 smarty/docs/de/programmers/plugins/plugins-block-functions.xml:1.3
--- smarty/docs/de/programmers/plugins/plugins-block-functions.xml:1.2	Fri Jul 16 10:32:31 2004
+++ smarty/docs/de/programmers/plugins/plugins-block-functions.xml	Fri Jun 17 07:38:06 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
-<!-- EN-Revision: 1.2 Maintainer: andreas Status: ready -->
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.3 Maintainer: andreas Status: ready -->
   <sect1 id="plugins.block.functions"><title>Block-Funktionen</title>
    <funcsynopsis>
     <funcprototype>
@@ -8,6 +8,7 @@
      <paramdef>array <parameter>$params</parameter></paramdef>
      <paramdef>mixed <parameter>$content</parameter></paramdef>
      <paramdef>object <parameter>&amp;$smarty</parameter></paramdef>
+     <paramdef>boolean <parameter>&amp;$repeat</parameter></paramdef>
     </funcprototype>
    </funcsynopsis>
    <para>
@@ -74,7 +75,7 @@
  * Purpose:  translate a block of text
  * -------------------------------------------------------------
  */
-function smarty_block_translate($params, $content, &$smarty)
+function smarty_block_translate($params, $content, &$smarty, &$repeat)
 {
     if (isset($content)) {
         $lang = $params['lang'];

-- 
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.