svn: /phpdoc/de/trunk/reference/datetime/functions/ strftime.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Sun, 02 Feb 2020 15:29:57 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349088
Log:
Fix translation
Based on a patch provided by an anonymous user.
Changed paths:
U phpdoc/de/trunk/reference/datetime/functions/strftime.xml
Modified: phpdoc/de/trunk/reference/datetime/functions/strftime.xml
===================================================================
--- phpdoc/de/trunk/reference/datetime/functions/strftime.xml 2020-02-01 18:52:51 UTC (rev 349087)
+++ phpdoc/de/trunk/reference/datetime/functions/strftime.xml 2020-02-02 15:29:57 UTC (rev 349088)
@@ -319,7 +319,7 @@
</para>
<warning>
<simpara>
- Im Gegensatz zu ISO-9899:1999 beginnt mit Sonntag als 1. Daraus folgt,
+ Im Gegensatz zu ISO-9899:1999 beginnt Sun Solaris mit Sonntag als 1. Daraus folgt,
dass <literal>%u</literal> nicht wie in diesem Handbuch beschrieben
funktionieren kann.
</simpara>
@@ -623,7 +623,7 @@
Bekanntes Format : 'n' = '
' ( Ein Zeilenvorschubzeichen ("\n") )
Bekanntes Format : 'r' = '11:24:44' ( Das gleiche wie "%I:%M:%S %p" )
-Bekanntes Format : 't' = ' ' ( Ein Tabulatorzeichen ("\t") )
+Bekanntes Format : 't' = ' ' ( Ein Tabulatorzeichen ("\t") )
Bekanntes Format : 'u' = '5' ( ISO-8601 numerische Darstellung des Wochentages )
Bekanntes Format : 'w' = '5' ( Numerische Darstellung des Wochentags )
Bekanntes Format : 'x' = '03.12.2010' ( Bevorzugte Datumsdarstellung gemäß dem Gebietsschema, ohne Zeitangabe )