hholzgra                Fri Mar 16 12:21:46 2001 EDT

  Modified files:              
    /phpdoc/de/functions        strings.xml 
  Log:
  corrected a translation error mentioned in bug report #9675
  
  
Index: phpdoc/de/functions/strings.xml
diff -u phpdoc/de/functions/strings.xml:1.29 phpdoc/de/functions/strings.xml:1.30
--- phpdoc/de/functions/strings.xml:1.29        Fri Feb 23 12:33:33 2001
+++ phpdoc/de/functions/strings.xml     Fri Mar 16 12:21:45 2001
@@ -969,6 +969,20 @@
       <paramdef>string <parameter>str1</parameter></paramdef>
       <paramdef>string <parameter>str2</parameter></paramdef>
      </funcprototype>
+     <funcprototype>
+      <funcdef>int <function>levenshtein</function></funcdef>
+      <paramdef>string <parameter>str1</parameter></paramdef>
+      <paramdef>string <parameter>str2</parameter></paramdef>
+      <paramdef>int <parameter>cost_ins</parameter></paramdef>
+      <paramdef>int <parameter>cost_rep</parameter></paramdef>
+      <paramdef>int <parameter>cost_del</parameter></paramdef>
+     </funcprototype> 
+     <funcprototype> 
+      <funcdef>int <function>levenshtein</function></funcdef>
+      <paramdef>string <parameter>str1</parameter></paramdef>
+      <paramdef>string <parameter>str2</parameter></paramdef>
+      <paramdef>function <parameter>cost</parameter></paramdef>
+     </funcprototype> 
     </funcsynopsis>
     <para>
      Diese Funktion errechnet die Differenz zwischen den als Argumente
@@ -2272,7 +2286,7 @@
      Der optionale Parameter <parameter>offset</parameter> ermöglicht
      es, den Startwert für die Suche nach <parameter>needle</parameter>
      innerhalb von <parameter>haystack</parameter> anzugeben. Die 
-     zurück gegebene Positions-Angabe ist dann relatv.
+     zurück gegebene Positions-Angabe ist dann relativ zum Anfang von haystack.
     </para>
     <para>
      Siehe auch <function>strrpos</function>,


Reply via email to