sync with en

This commit is contained in:
messju
2005-06-17 11:27:24 +00:00
parent a220cc996c
commit cba9a9730d
2 changed files with 18 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ -->
<!-- EN-Revision: 1.5 Maintainer: andreas Status: ready -->
<!-- EN-Revision: 1.6 Maintainer: andreas Status: ready -->
<sect1 id="language.escaping">
<title>Smarty Parsing umgehen</title>
<para>

View File

@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ -->
<!-- EN-Revision: 1.2 Maintainer: andreas Status: ready -->
<sect1 id="language.math">
<title>Math</title>
<para>
Mathematische Operationen k&ouml;nnen direkt auf Variablen verwendet werden.
</para>
<example>
<title>Mathematik Beispiele</title>
<programlisting>
<![CDATA[
<!-- EN-Revision: 1.3 Maintainer: andreas Status: ready -->
<sect1 id="language.math">
<title>Math</title>
<para>
Mathematische Operationen k&ouml;nnen direkt auf Variablen verwendet werden.
</para>
<example>
<title>Mathematik Beispiele</title>
<programlisting>
<![CDATA[
{$foo+1}
{$foo*$bar}
@@ -23,8 +23,13 @@
{$foo|truncate:"`$fooTruncCount/$barTruncFactor-1`"}
{assign var="foo" value="`$foo+$bar`"}
]]></programlisting>
</example>
]]>
</programlisting>
</example>
<para>
Siehe auch: <link linkend="language.function.math">{math}-Funktion</link>.
</para>
</sect1>
<!-- Keep this comment at the end of the file
Local variables: