[PHP-DOC] cvs: phpdoc /de/chapters config.xml From: Martin Kraemer (Martin.Kraemer <email protected>)
Date: 03/26/01

martin Mon Mar 26 02:13:53 2001 EDT

  Modified files:
    /phpdoc/de/chapters config.xml
  Log:
  Translate the SESAM configuration section which was still english
  
Index: phpdoc/de/chapters/config.xml
diff -u phpdoc/de/chapters/config.xml:1.12 phpdoc/de/chapters/config.xml:1.13
--- phpdoc/de/chapters/config.xml:1.12 Thu Dec 14 13:49:12 2000
+++ phpdoc/de/chapters/config.xml Mon Mar 26 02:13:53 2001
@@ -982,7 +982,7 @@
    </sect2>
 
    <sect2 id="ini.sect.sesam">
- <title>SESAM Configuration Directives</title>
+ <title>SESAM Konfigurationsdirektiven</title>
     <variablelist>
      
      <varlistentry id="ini.sesam-oml">
@@ -992,10 +992,13 @@
       </term>
       <listitem>
        <para>
- Name of BS2000 PLAM library containing the loadable SESAM
- driver modules. Required for using SESAM functions. The
- BS2000 PLAM library must be set ACCESS=READ,SHARE=YES
- because it must be readable by the apache server's user id.
+ Name der BS2000 PLAM-Bibliothek, die die ladbaren SESAM
+ Treibermodule enthält. Diese Direktive ist obligatorisch,
+ anderenfalls wird die SESAM Funktionalität deaktiviert.
+ SESAM functions. Die angegebene BS2000 PLAM-Bibliothek
+ muss durch Setzen von ACCESS=READ,SHARE=YES lesbar gemacht
+ werden, da unter der Apache Server User-Id auf sie
+ zugegriffen wird.
        </para>
       </listitem>
      </varlistentry>
@@ -1007,14 +1010,14 @@
       </term>
       <listitem>
        <para>
- Name of SESAM application configuration file. Required for
- using SESAM functions. The BS2000 file must be readable by
- the apache server's user id.
+ Name der SESAM Applikations-Konfigurationsdatei. Diese
+ Direktive ist obligatorisch, anderenfalls wird die SESAM
+ Funktionalität deaktiviert. Die angegebene BS2000-Datei
+ muss für die Apache Server-Kennung lesbar sein.
        </para>
        <para>
- The application configuration file will usually contain a
- configuration like (see SESAM
- reference manual):
+ Gewöhnlich enthält die Applikations-Konfigurationsdatei
+ Konfigurationsbefehle wie (siehe SESAM Referenzhandbuch):
         <informalexample>
          <programlisting role="bs2000">
 CNF=B
@@ -1032,14 +1035,17 @@
       </term>
       <listitem>
        <para>
- Name of SESAM message catalog file. In most cases, this
- directive is not neccessary. Only if the SESAM message file
- is not installed in the system's BS2000 message file table,
- it can be set with this directive.
+ Name der SESAM Message-Katalogdatei. In den meisten Fällen ist
+ die Angabe dieser Datei überflüssig; lediglich wenn die
+ Message-Katalogdatei nicht in der BS2000 Messagedatei-Tabelle
+ eingetragen ist, kann sie explizit mit dieser Direktive
+ gesetzt werden.
        </para>
        <para>
- The message catalog must be set ACCESS=READ,SHARE=YES because
- it must be readable by the apache server's user id.
+ Die angegebene BS2000 Message-Katalogdatei
+ muss durch Setzen von ACCESS=READ,SHARE=YES lesbar gemacht
+ werden, da unter der Apache Server User-Id auf sie
+ zugegriffen wird.
        </para>
       </listitem>
      </varlistentry>