svn: /phpdoc/de/trunk/reference/sqlite3/ ini.xml setup.xml sqlite3.xml
[email protected] (Bastian Feder)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
lapistano Fri, 01 Jan 2010 20:23:43 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=292893
Log:
added several translations for sqlite3
Changed paths:
A phpdoc/de/trunk/reference/sqlite3/ini.xml
A phpdoc/de/trunk/reference/sqlite3/setup.xml
A phpdoc/de/trunk/reference/sqlite3/sqlite3.xml
Added: phpdoc/de/trunk/reference/sqlite3/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/sqlite3/ini.xml (rev 0)
+++ phpdoc/de/trunk/reference/sqlite3/ini.xml 2010-01-01 20:23:43 UTC (rev 292893)
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- $Revision: $ -->
+<!-- EN-Revision: 283838 Maintainer: lapistano Status: working -->
+
+<section xml:id="sqlite3.configuration" xmlns="http://docbook.org/ns/docbook">
+ &reftitle.runtime;
+ &extension.runtime;
+ <para>
+ <table>
+ <title>SQLite3 &ConfigureOptions;</title>
+ <tgroup cols="4">
+ <thead>
+ <row>
+ <entry>&Name;</entry>
+ <entry>&Default;</entry>
+ <entry>&Changeable;</entry>
+ <entry>Changelog</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry><link linkend="ini.sqlite3.extension-dir">sqlite3.extension_dir</link></entry>
+ <entry>NULL</entry>
+ <entry>PHP_INI_SYSTEM</entry>
+ <entry></entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </para>
+
+ &ini.descriptions.title;
+
+ <para>
+ <variablelist>
+ <varlistentry xml:id="ini.sqlite3.extension-dir">
+ <term>
+ <parameter>sqlite3.extension_dir</parameter>
+ <type>string</type>
+ </term>
+ <listitem>
+ <para>
+ Pfad zu dem Verzeichnis, welche die ladbare Erweiterung für SQLite beinhaltet.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+</section>
Property changes on: phpdoc/de/trunk/reference/sqlite3/ini.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:keywords
+ Id
Added: svn:eol-style
+ LF
Added: phpdoc/de/trunk/reference/sqlite3/setup.xml
===================================================================
--- phpdoc/de/trunk/reference/sqlite3/setup.xml (rev 0)
+++ phpdoc/de/trunk/reference/sqlite3/setup.xml 2010-01-01 20:23:43 UTC (rev 292893)
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision: $ -->
+<!-- EN-Revision: 288721 Maintainer: lapistano Status: working -->
+
+<chapter xml:id="sqlite3.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ &reftitle.setup;
+
+ <section xml:id="sqlite3.requirements">
+ &reftitle.required;
+ &no.requirement;
+ </section>
+
+ <!-- {{{ Installation -->
+ &reference.sqlite3.configure;
+ <!-- }}} -->
+
+ <!-- {{{ Configuration -->
+ &reference.sqlite3.ini;
+ <!-- }}} -->
+
+ <section xml:id="sqlite3.resources">
+ &reftitle.resources;
+ &no.resource;
+ </section>
+
+</chapter>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/de/trunk/reference/sqlite3/setup.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:keywords
+ Id
Added: svn:eol-style
+ LF
Added: phpdoc/de/trunk/reference/sqlite3/sqlite3.xml
===================================================================
--- phpdoc/de/trunk/reference/sqlite3/sqlite3.xml (rev 0)
+++ phpdoc/de/trunk/reference/sqlite3/sqlite3.xml 2010-01-01 20:23:43 UTC (rev 292893)
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision: $ -->
+<!-- EN-Revision: 292734 Maintainer: lapistano Status: working -->
+
+<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.sqlite3" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+ <title>Die SQLite3 Klasse</title>
+ <titleabbrev>SQLite3</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ SQLite3 intro -->
+ <section xml:id="sqlite3.intro">
+ &reftitle.intro;
+ <para>
+ Eine Klasse, die eine Verbindung zu SQLite 3 Datenbanken zur Verfügung stellt.
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="sqlite3.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>SQLite3</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <classname>SQLite3</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sqlite3')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ &reference.sqlite3.entities.sqlite3;
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/de/trunk/reference/sqlite3/sqlite3.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:keywords
+ Id
Added: svn:eol-style
+ LF