[PHP-DOC] cvs: phpdoc /de/language control-structures.xml From: Thomas Schuermann (thomas.schuermann <email protected>)
Date: 07/12/00

tschuer Wed Jul 12 12:03:26 2000 EDT

  Modified files:
    /phpdoc/de/language control-structures.xml
  Log:
  Added include_once and require_once translation.
  
Index: phpdoc/de/language/control-structures.xml
diff -u phpdoc/de/language/control-structures.xml:1.12 phpdoc/de/language/control-structures.xml:1.13
--- phpdoc/de/language/control-structures.xml:1.12 Wed Jul 12 04:57:14 2000
+++ phpdoc/de/language/control-structures.xml Wed Jul 12 12:03:26 2000
@@ -1059,32 +1059,32 @@
   <sect1 id="function.require-once">
    <title><function>require_once</function></title>
    <simpara>
- TODO
- The <function>require_once</function> statement replaces itself with
- the specified file, much like the C preprocessor's
- <literal>#include</literal> works.
+ Wird noch erweitert:
+ Die <function>require_once</function>-Anweisung ersetzt sich selbst
+ durch die angegebene Datei (ähnlich der C-Preprozessor-Anweisung
+ <literal>#include</literal>).
    </simpara>
    <para>
- Seel also: <function>require</function>,
- <function>include</function>, <function>include_once</function>,
- <function>get_required_files</function>,
- <function>get_included_files</function>
+ Siehe auch: <function>require</function>,
+ <function>include</function>, <function>include_once</function>,
+ <function>get_required_files</function> und
+ <function>get_included_files</function>.
    </para>
   </sect1>
   
   <sect1 id="function.include-once">
    <title><function>include_once</function></title>
    <simpara>
- TODO
- The <function>include_once</function> statement replaces itself with
- the specified file, much like the C preprocessor's
- <literal>#include</literal> works.
+ Wird noch erweitert:
+ Die <function>include_once</function>-Anweisung ersetzt sich selbst
+ durch die angegebene Datei (ähnlich der C-Preprozessor-Anweisung
+ <literal>#include</literal>).
    </simpara>
    <para>
- Seel also: <function>require</function>,
- <function>include</function>, <function>require_once</function>,
- <function>get_required_files</function>,
- <function>get_included_files</function>
+ Siehe auch: <function>require</function>,
+ <function>include</function>, <function>require_once</function>,
+ <function>get_required_files</function> und
+ <function>get_included_files</function>.
    </para>
   </sect1>