svn: /phpdoc/de/trunk/reference/strings/functions/ lcfirst.xml strtolower.xml ucfirst.xml
[email protected] (Nikita Popov)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
nikic Fri, 01 Jul 2011 12:22:27 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=312765
Log:
Update EN-Revision for up-to-date files
Changed paths:
U phpdoc/de/trunk/reference/strings/functions/lcfirst.xml
U phpdoc/de/trunk/reference/strings/functions/strtolower.xml
U phpdoc/de/trunk/reference/strings/functions/ucfirst.xml
Modified: phpdoc/de/trunk/reference/strings/functions/lcfirst.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/lcfirst.xml 2011-07-01 12:15:15 UTC (rev 312764)
+++ phpdoc/de/trunk/reference/strings/functions/lcfirst.xml 2011-07-01 12:22:27 UTC (rev 312765)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 310796 Maintainer: sammywg Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.lcfirst">
<refnamediv>
Modified: phpdoc/de/trunk/reference/strings/functions/strtolower.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/strtolower.xml 2011-07-01 12:15:15 UTC (rev 312764)
+++ phpdoc/de/trunk/reference/strings/functions/strtolower.xml 2011-07-01 12:22:27 UTC (rev 312765)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 310796 Maintainer: sammywg Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strtolower">
<refnamediv>
<refname>strtolower</refname>
Modified: phpdoc/de/trunk/reference/strings/functions/ucfirst.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/ucfirst.xml 2011-07-01 12:15:15 UTC (rev 312764)
+++ phpdoc/de/trunk/reference/strings/functions/ucfirst.xml 2011-07-01 12:22:27 UTC (rev 312765)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 310796 Maintainer: sammywg Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.ucfirst">
<refnamediv>
@@ -22,7 +22,7 @@
<para>
Beachten Sie, dass die Zeichen des Alphabets abhängig vom
Wert des gesetzten locale erkannt werden. Ist der Voreinstellung "C"
- werden Sonderzeichen wie die deutschen Umlaute (ä etc.) nicht erkannt
+ werden Sonderzeichen wie die deutschen Umlaute (ä, ö, ü) nicht erkannt
und daher nicht umgewandelt.
</para>
</refsect1>