svn: /phpdoc/de/trunk/reference/hash/ book.xml constants.xml functions/hash-file.xml functions/hash-hmac-file.xml functions/hash-hmac.xml functions/hash-init.xml functions/hash-update-file.xml functions/hash-update-stream.xml functions/hash.xml
[email protected] (Raphael Michel)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
raphaelm Fri, 21 May 2010 21:25:42 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=299603
Log:
Typos fixed; wrong EN versions fixed
Changed paths:
U phpdoc/de/trunk/reference/hash/book.xml
U phpdoc/de/trunk/reference/hash/constants.xml
U phpdoc/de/trunk/reference/hash/functions/hash-file.xml
U phpdoc/de/trunk/reference/hash/functions/hash-hmac-file.xml
U phpdoc/de/trunk/reference/hash/functions/hash-hmac.xml
U phpdoc/de/trunk/reference/hash/functions/hash-init.xml
U phpdoc/de/trunk/reference/hash/functions/hash-update-file.xml
U phpdoc/de/trunk/reference/hash/functions/hash-update-stream.xml
U phpdoc/de/trunk/reference/hash/functions/hash.xml
svn-diffs-299603.txt
(text/x-diff, 8.1 KB)
Modified: phpdoc/de/trunk/reference/hash/book.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/book.xml 2010-05-21 20:49:15 UTC (rev 299602)
+++ phpdoc/de/trunk/reference/hash/book.xml 2010-05-21 21:25:42 UTC (rev 299603)
@@ -12,12 +12,10 @@
<preface xml:id="intro.hash">
&reftitle.intro;
<para>
- Funktionen zur nutzung kryptographischer Hash-Algorithmen. Die
+ Funktionen zur Nutzung kryptographischer Hash-Algorithmen. Die
Erweiterung erlaubt direktes oder schrittweises Verarbeiten von
Hashs beliebiger Länge unter Nutzung einer großen Auswahl von
Hashing-Algorightmen.
- Message Digest (hash) engine. Allows direct or incremental processing
- of arbitrary length messages using a variety of hashing algorithms.
</para>
</preface>
<!-- }}} -->
Modified: phpdoc/de/trunk/reference/hash/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/constants.xml 2010-05-21 20:49:15 UTC (rev 299602)
+++ phpdoc/de/trunk/reference/hash/constants.xml 2010-05-21 21:25:42 UTC (rev 299603)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding="utf-8"?>
<!-- $Revision: 297078 $ -->
-<!-- EN-Revision: 297028 Maintainer: raphaelm Status: ready -->
+<!-- EN-Revision: 297078 Maintainer: raphaelm Status: ready -->
<appendix xml:id="hash.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;
Modified: phpdoc/de/trunk/reference/hash/functions/hash-file.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/functions/hash-file.xml 2010-05-21 20:49:15 UTC (rev 299602)
+++ phpdoc/de/trunk/reference/hash/functions/hash-file.xml 2010-05-21 21:25:42 UTC (rev 299603)
@@ -25,7 +25,7 @@
<term><parameter>algo</parameter></term>
<listitem>
<para>
- Name des gewählten Hash-Algorithmus (z.B. "md5", "sha256", "haval160,4", usw...)
+ Name des gewählten Hash-Algorithmus (z.B. "md5", "sha256", "haval160,4", usw...)
</para>
</listitem>
</varlistentry>
Modified: phpdoc/de/trunk/reference/hash/functions/hash-hmac-file.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/functions/hash-hmac-file.xml 2010-05-21 20:49:15 UTC (rev 299602)
+++ phpdoc/de/trunk/reference/hash/functions/hash-hmac-file.xml 2010-05-21 21:25:42 UTC (rev 299603)
@@ -25,7 +25,7 @@
<term><parameter>algo</parameter></term>
<listitem>
<para>
- Name des gewählten Hash-Algorithmus (z.B. "md5", "sha256", "haval160,4", usw...). Für eine Liste der unterstützten Algorithmen, siehe <function>hash_algos</function>.
+ Name des gewählten Hash-Algorithmus (z.B. "md5", "sha256", "haval160,4", usw...). Für eine Liste der unterstützten Algorithmen, siehe <function>hash_algos</function>.
</para>
</listitem>
</varlistentry>
Modified: phpdoc/de/trunk/reference/hash/functions/hash-hmac.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/functions/hash-hmac.xml 2010-05-21 20:49:15 UTC (rev 299602)
+++ phpdoc/de/trunk/reference/hash/functions/hash-hmac.xml 2010-05-21 21:25:42 UTC (rev 299603)
@@ -25,7 +25,7 @@
<term><parameter>algo</parameter></term>
<listitem>
<para>
- Name des gewählten Hash-Algorithmus (z.B. "md5", "sha256", "haval160,4", usw...). Für eine Liste der unterstützten Algorithmen, siehe <function>hash_algos</function>.
+ Name des gewählten Hash-Algorithmus (z.B. "md5", "sha256", "haval160,4", usw...). Für eine Liste der unterstützten Algorithmen, siehe <function>hash_algos</function>.
</para>
</listitem>
</varlistentry>
Modified: phpdoc/de/trunk/reference/hash/functions/hash-init.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/functions/hash-init.xml 2010-05-21 20:49:15 UTC (rev 299602)
+++ phpdoc/de/trunk/reference/hash/functions/hash-init.xml 2010-05-21 21:25:42 UTC (rev 299603)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 298918 $ -->
-<!-- EN-Revision: 297028 Maintainer: raphaelm Status: ready -->
+<!-- EN-Revision: 298918 Maintainer: raphaelm Status: ready -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
<refentry xml:id="function.hash-init" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -25,7 +25,7 @@
<term><parameter>algo</parameter></term>
<listitem>
<para>
- Name des gewählten Hash-Algorithmus (z.B. "md5", "sha256", "haval160,4", usw...)
+ Name des gewählten Hash-Algorithmus (z.B. "md5", "sha256", "haval160,4", usw...)
</para>
</listitem>
</varlistentry>
@@ -35,7 +35,7 @@
<para>
Optionale Einstellungen für die Hash-Generierung, aktuell wird nur
eine Option unterstützt: <constant>HASH_HMAC</constant>. Wenn diese
- Gesetzt ist, ist der Parameter <parameter>key</parameter>
+ gesetzt ist, ist der Parameter <parameter>key</parameter>
<emphasis>Pflicht</emphasis>.
</para>
</listitem>
@@ -67,13 +67,13 @@
&reftitle.examples;
<para>
<example>
- <title>Incremental hashing example</title>
+ <title>Beispiel für schrittweises Hashing</title>
<programlisting role="php">
<![CDATA[
<?php
$ctx = hash_init('md5');
-hash_update($ctx, 'The quick brown fox ');
-hash_update($ctx, 'jumped over the lazy dog.');
+hash_update($ctx, 'Franz jagt im komplett verwahrlosten ');
+hash_update($ctx, 'Taxi quer durch Bayern.');
echo hash_final($ctx);
?>
]]>
Modified: phpdoc/de/trunk/reference/hash/functions/hash-update-file.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/functions/hash-update-file.xml 2010-05-21 20:49:15 UTC (rev 299602)
+++ phpdoc/de/trunk/reference/hash/functions/hash-update-file.xml 2010-05-21 21:25:42 UTC (rev 299603)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 298918 $ -->
-<!-- EN-Revision: 297028 Maintainer: raphaelm Status: ready -->
+<!-- EN-Revision: 298918 Maintainer: raphaelm Status: ready -->
<refentry xml:id="function.hash-update-file" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>hash_update_file</refname>
Modified: phpdoc/de/trunk/reference/hash/functions/hash-update-stream.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/functions/hash-update-stream.xml 2010-05-21 20:49:15 UTC (rev 299602)
+++ phpdoc/de/trunk/reference/hash/functions/hash-update-stream.xml 2010-05-21 21:25:42 UTC (rev 299603)
@@ -52,7 +52,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Anzahl an bytes, die dem Hashing-Kontext von <parameter>handle</parameter> hinzugefügt wurden.
+ Anzahl an Bytes, die dem Hashing-Kontext von <parameter>handle</parameter> hinzugefügt wurden.
</para>
</refsect1>
@@ -65,7 +65,7 @@
<![CDATA[
<?php
$fp = tmpfile();
-fwrite($fp, 'The quick brown fox jumped over the lazy dog.');
+fwrite($fp, 'Franz jagt im komplett verwahrlosten Taxi quer durch Bayern.');
rewind($fp);
$ctx = hash_init('md5');
Modified: phpdoc/de/trunk/reference/hash/functions/hash.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/functions/hash.xml 2010-05-21 20:49:15 UTC (rev 299602)
+++ phpdoc/de/trunk/reference/hash/functions/hash.xml 2010-05-21 21:25:42 UTC (rev 299603)
@@ -24,7 +24,7 @@
<term><parameter>algo</parameter></term>
<listitem>
<para>
- Name des gewählten Hash-Algorithmus (z.B. "md5", "sha256", "haval160,4", usw...)
+ Name des gewählten Hash-Algorithmus (z.B. "md5", "sha256", "haval160,4", usw...)
</para>
</listitem>
</varlistentry>
@@ -40,7 +40,7 @@
<term><parameter>raw_output</parameter></term>
<listitem>
<para>
- Ist dieser Parameter &true;, werden direkt Binärdaten
+ Ist dieser Parameter &true;, werden direkt Binärdaten
zurückgegeben, andernfalls werden klein geschriebene
Hexadezimalziffern zurückgegeben.
</para>