Browse Source

[MANUAL] German:

- sync up to r21818

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21927 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 15 years ago
parent
commit
b329dd5251
24 changed files with 108 additions and 113 deletions
  1. 85 90
      documentation/manual/de/module_specs/Zend_Feed-ConsumingRss.xml
  2. 1 1
      documentation/manual/de/module_specs/Zend_Feed_Pubsubhubbub.xml
  3. 1 1
      documentation/manual/de/module_specs/Zend_Loader-Autoloader.xml
  4. 1 1
      documentation/manual/de/module_specs/Zend_Loader.xml
  5. 1 1
      documentation/manual/de/module_specs/Zend_Log-Factory.xml
  6. 1 1
      documentation/manual/de/module_specs/Zend_Log-Overview.xml
  7. 1 1
      documentation/manual/de/module_specs/Zend_Mail-AddingRecipients.xml
  8. 1 1
      documentation/manual/de/module_specs/Zend_Markup-Getting-Started.xml
  9. 1 1
      documentation/manual/de/module_specs/Zend_Oauth-Introduction.xml
  10. 1 1
      documentation/manual/de/module_specs/Zend_Oauth-ProtocolWorkflow.xml
  11. 1 1
      documentation/manual/de/module_specs/Zend_Oauth-SecurityArchitecture.xml
  12. 1 1
      documentation/manual/de/module_specs/Zend_Serializer-Adapter.xml
  13. 1 1
      documentation/manual/de/module_specs/Zend_Service_DeveloperGarden.xml
  14. 1 1
      documentation/manual/de/module_specs/Zend_Service_WindowsAzure_Blob.xml
  15. 1 1
      documentation/manual/de/module_specs/Zend_Service_WindowsAzure_Queue.xml
  16. 1 1
      documentation/manual/de/module_specs/Zend_Service_WindowsAzure_Table.xml
  17. 1 1
      documentation/manual/de/module_specs/Zend_Tool-Usage-CLI.xml
  18. 1 1
      documentation/manual/de/module_specs/Zend_Validate-Barcode.xml
  19. 1 1
      documentation/manual/de/module_specs/Zend_View-Helpers-Currency.xml
  20. 1 1
      documentation/manual/de/tutorials/form-decorators-composite.xml
  21. 1 1
      documentation/manual/de/tutorials/form-decorators-individual.xml
  22. 1 1
      documentation/manual/de/tutorials/multiuser-sessions.xml
  23. 1 1
      documentation/manual/de/tutorials/plugins-usage.xml
  24. 1 1
      documentation/manual/de/tutorials/quickstart-create-model.xml

+ 85 - 90
documentation/manual/de/module_specs/Zend_Feed-ConsumingRss.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 21606 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect1 id="zend.feed.consuming-rss">
     <title>Einen RSS Feed konsumieren</title>
@@ -30,10 +30,11 @@ echo $channel->title();
     <para>
         Beachte die Syntax der Funktion. <classname>Zend_Feed</classname> verwendet die Konvention,
         die Eigenschaften als <acronym>XML</acronym> Objekt zu behandeln, wenn sie durch die
-        "Getter" Syntax für Variablen (<code>$obj->property</code>) angefordert werden, und als
-        String zu behandeln, wenn sie durch die Methodensyntax (<code>$obj->property()</code>)
-        angefordert werden. Dies ermöglicht den Zugriff auf den kompletten Text jedes individuellen
-        Knotens, während weiterhin der komplette Zugriff auf alle Kindelemente erlaubt ist.
+        "Getter" Syntax für Variablen (<command>$obj->property</command>) angefordert werden, und
+        als String zu behandeln, wenn sie durch die Methodensyntax
+        (<command>$obj->property()</command>) angefordert werden. Dies ermöglicht den Zugriff auf
+        den kompletten Text jedes individuellen Knotens, während weiterhin der komplette Zugriff
+        auf alle Kindelemente erlaubt ist.
     </para>
 
     <para>
@@ -73,55 +74,51 @@ foreach ($channel as $item) {
         Erforderliche Elemente eines Channels:
     </para>
 
-    <para>
-        <itemizedlist>
-            <listitem>
-                <para><property>title</property> - Der Name des Channels</para>
-            </listitem>
-
-            <listitem>
-                <para>
-                    <property>link</property> - Die <acronym>URL</acronym> einer Website, die dem
-                    Channel entspricht
-                </para>
-            </listitem>
-
-            <listitem>
-                <para>
-                    <property>description</property> - Ein oder mehr Sätze, die den Channel
-                    beschreiben
-                </para>
-            </listitem>
-        </itemizedlist>
-    </para>
+    <itemizedlist>
+        <listitem>
+            <para><property>title</property> - Der Name des Channels</para>
+        </listitem>
+
+        <listitem>
+            <para>
+                <property>link</property> - Die <acronym>URL</acronym> einer Website, die dem
+                Channel entspricht
+            </para>
+        </listitem>
+
+        <listitem>
+            <para>
+                <property>description</property> - Ein oder mehr Sätze, die den Channel
+                beschreiben
+            </para>
+        </listitem>
+    </itemizedlist>
 
     <para>
         Allgemeine optionale Elemente eines Channels:
     </para>
 
-    <para>
-        <itemizedlist>
-            <listitem>
-                <para>
-                    <property>pubDate</property> - Das Erscheinungsdatum dieses Informationssatzes,
-                    im <acronym>RFC</acronym> 822 Datumsformat
-                </para>
-            </listitem>
-
-            <listitem>
-                <para>
-                    <property>language</property> - Die Sprache, in der dieser Channel verfasst ist
-                </para>
-            </listitem>
-
-            <listitem>
-                <para>
-                    <property>category</property> - Eine oder mehrere Kategorien (durch mehrfache
-                    Tags spezifiziert), zu denen der Channel gehört
-                </para>
-            </listitem>
-        </itemizedlist>
-    </para>
+    <itemizedlist>
+        <listitem>
+            <para>
+                <property>pubDate</property> - Das Erscheinungsdatum dieses Informationssatzes,
+                im <acronym>RFC</acronym> 822 Datumsformat
+            </para>
+        </listitem>
+
+        <listitem>
+            <para>
+                <property>language</property> - Die Sprache, in der dieser Channel verfasst ist
+            </para>
+        </listitem>
+
+        <listitem>
+            <para>
+                <property>category</property> - Eine oder mehrere Kategorien (durch mehrfache
+                Tags spezifiziert), zu denen der Channel gehört
+            </para>
+        </listitem>
+    </itemizedlist>
 
     <para>
         <acronym>RSS</acronym> <emphasis>&lt;item&gt;</emphasis> Elemente haben keine strikt
@@ -133,46 +130,44 @@ foreach ($channel as $item) {
         Allgemeine Elements eines Eintrags:
     </para>
 
-    <para>
-        <itemizedlist>
-            <listitem>
-                <para><property>title</property> - Die Überschrift des Eintrags</para>
-            </listitem>
-
-            <listitem>
-                <para><property>link</property> - Die <acronym>URL</acronym> des Eintrags</para>
-            </listitem>
-
-            <listitem>
-                <para><property>description</property> - Eine Zusammenfassung des Eintrags</para>
-            </listitem>
-
-            <listitem>
-                <para><property>author</property> - Die E-Mail Adresse des Autoren</para>
-            </listitem>
-
-            <listitem>
-                <para>
-                    <property>category</property> - Eine oder mehrere Kategorien, zu denen der
-                    Eintrag gehört
-                </para>
-            </listitem>
-
-            <listitem>
-                <para>
-                    <property>comments</property> - <acronym>URL</acronym> der Kommentare zu diesem
-                    Eintrag
-                </para>
-            </listitem>
-
-            <listitem>
-                <para>
-                    <property>pubDate</property> - Das Datum, an dem der Eintrag veröffentlicht
-                    wurde, im <acronym>RFC</acronym> 822 Datumsformat
-                </para>
-            </listitem>
-        </itemizedlist>
-    </para>
+    <itemizedlist>
+        <listitem>
+            <para><property>title</property> - Die Überschrift des Eintrags</para>
+        </listitem>
+
+        <listitem>
+            <para><property>link</property> - Die <acronym>URL</acronym> des Eintrags</para>
+        </listitem>
+
+        <listitem>
+            <para><property>description</property> - Eine Zusammenfassung des Eintrags</para>
+        </listitem>
+
+        <listitem>
+            <para><property>author</property> - Die E-Mail Adresse des Autoren</para>
+        </listitem>
+
+        <listitem>
+            <para>
+                <property>category</property> - Eine oder mehrere Kategorien, zu denen der
+                Eintrag gehört
+            </para>
+        </listitem>
+
+        <listitem>
+            <para>
+                <property>comments</property> - <acronym>URL</acronym> der Kommentare zu diesem
+                Eintrag
+            </para>
+        </listitem>
+
+        <listitem>
+            <para>
+                <property>pubDate</property> - Das Datum, an dem der Eintrag veröffentlicht
+                wurde, im <acronym>RFC</acronym> 822 Datumsformat
+            </para>
+        </listitem>
+    </itemizedlist>
 
     <para>
         In deinem Code kannst du hiermit immer überprüfen, ob ein Element nicht leer ist:
@@ -185,7 +180,7 @@ if ($item->propname()) {
 ]]></programlisting>
 
     <para>
-        Wenn du stattdessen <code>$item->propname</code> verwendest, wirst du immer ein leeres
+        Wenn du stattdessen <command>$item->propname</command> verwendest, wirst du immer ein leeres
         Objekt erhalten, das mit <constant>TRUE</constant> evaluiert, so dass deine Prüfung
         fehlschlagen würde.
     </para>

+ 1 - 1
documentation/manual/de/module_specs/Zend_Feed_Pubsubhubbub.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 21740 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect1 id="zend.feed.pubsubhubbub.introduction">
     <title>Zend_Feed_Pubsubhubbub</title>

+ 1 - 1
documentation/manual/de/module_specs/Zend_Loader-Autoloader.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 21740 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect1 id="zend.loader.autoloader">
     <title>Der Autoloader</title>

+ 1 - 1
documentation/manual/de/module_specs/Zend_Loader.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 21740 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect1 id="zend.loader.load">
     <title>Dynamisches Laden von Dateien und Klassen</title>

+ 1 - 1
documentation/manual/de/module_specs/Zend_Log-Factory.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 21740 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect1 id="zend.log.factory">
     <title>Die Factory verwenden um ein Log zu erstellen</title>

+ 1 - 1
documentation/manual/de/module_specs/Zend_Log-Overview.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 21815 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect1 id="zend.log.overview">
     <title>Übersicht</title>

+ 1 - 1
documentation/manual/de/module_specs/Zend_Mail-AddingRecipients.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 20819 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect1 id="zend.mail.adding-recipients">
     <title>Empfänger hinzufügen</title>

+ 1 - 1
documentation/manual/de/module_specs/Zend_Markup-Getting-Started.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 19777 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect1 id="zend.markup.getting-started">
     <title>Beginnen mit Zend_Markup</title>

+ 1 - 1
documentation/manual/de/module_specs/Zend_Oauth-Introduction.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 20843 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect1 id="zend.oauth.introduction" xmlns:xi="http://www.w3.org/2001/XInclude">
     <title>Einführung zu OAuth</title>

+ 1 - 1
documentation/manual/de/module_specs/Zend_Oauth-ProtocolWorkflow.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 20760 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect2 id="zend.oauth.introduction.protocol-workflow">
     <title>Workflow des Protokolls</title>

+ 1 - 1
documentation/manual/de/module_specs/Zend_Oauth-SecurityArchitecture.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 20760 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect2 id="zend.oauth.introduction.security-architecture">
     <title>Architektur der Sicherheit</title>

+ 1 - 1
documentation/manual/de/module_specs/Zend_Serializer-Adapter.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 21740 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect1 id="zend.serializer.adapter">
     <title>Zend_Serializer_Adapter</title>

+ 1 - 1
documentation/manual/de/module_specs/Zend_Service_DeveloperGarden.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 21004 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect1 id="zend.service.developergarden">
     <title>Zend_Service_DeveloperGarden</title>

+ 1 - 1
documentation/manual/de/module_specs/Zend_Service_WindowsAzure_Blob.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 21740 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect2 id="zend.service.windowsazure.storage.blob">
     <title>Zend_Service_WindowsAzure_Storage_Blob</title>

+ 1 - 1
documentation/manual/de/module_specs/Zend_Service_WindowsAzure_Queue.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 21740 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect2 id="zend.service.windowsazure.storage.queue">
     <title>Zend_Service_WindowsAzure_Storage_Queue</title>

+ 1 - 1
documentation/manual/de/module_specs/Zend_Service_WindowsAzure_Table.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 21815 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect2 id="zend.service.windowsazure.storage.table">
     <title>Zend_Service_WindowsAzure_Storage_Table</title>

+ 1 - 1
documentation/manual/de/module_specs/Zend_Tool-Usage-CLI.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 21740 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect1 id="zend.tool.usage.cli">
     <title>Verwendung von Zend_Tool auf der Kommandozeile</title>

+ 1 - 1
documentation/manual/de/module_specs/Zend_Validate-Barcode.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 21238 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect2 id="zend.validate.set.barcode">
     <title>Barcode</title>

+ 1 - 1
documentation/manual/de/module_specs/Zend_View-Helpers-Currency.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 21741 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect3 id="zend.view.helpers.initial.currency">
     <title>Currency Helfer</title>

+ 1 - 1
documentation/manual/de/tutorials/form-decorators-composite.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 21740 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect1 id="learning.form.decorators.composite">
     <title>Erstellung und Darstellung von kombinierten Elementen</title>

+ 1 - 1
documentation/manual/de/tutorials/form-decorators-individual.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 20876 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect1 id="learning.form.decorators.individual">
     <title>Darstellung individueller Decorators</title>

+ 1 - 1
documentation/manual/de/tutorials/multiuser-sessions.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 21740 -->
+<!-- EN-Revision: 21818740 -->
 <!-- Reviewed: no -->
 <sect1 id="learning.multiuser.sessions">
     <title>User Session im Zend Framework managen</title>

+ 1 - 1
documentation/manual/de/tutorials/plugins-usage.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 19777 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect1 id="learning.plugins.usage">
     <title>Verwenden von Plugins</title>

+ 1 - 1
documentation/manual/de/tutorials/quickstart-create-model.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 21740 -->
+<!-- EN-Revision: 21818 -->
 <!-- Reviewed: no -->
 <sect1 id="learning.quickstart.create-model">
     <title>Ein Modell und eine Datenbank Tabelle erstellen</title>