svn: /phpdoc/ he/trunk/bookinfo.xml hu/trunk/bookinfo.xml
[email protected] (Richard Quadling) Mon, 05 Sep 2011 11:07:48 +0000
| Newsgroups | php.doc.he,php.doc.hu |
|---|---|
| Message-ID | <[email protected]> |
--3a0b38ee73289f26a507d9663718ff30625a05a7
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
rquadling Mon, 05 Sep 2011 11:07:48 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=316159
Log:
Use <?dbtimestamp?> for all translations.
Changed paths:
U phpdoc/he/trunk/bookinfo.xml
U phpdoc/hu/trunk/bookinfo.xml
Modified: phpdoc/he/trunk/bookinfo.xml
===================================================================
--- phpdoc/he/trunk/bookinfo.xml 2011-09-05 11:07:38 UTC (rev 316158)
+++ phpdoc/he/trunk/bookinfo.xml 2011-09-05 11:07:48 UTC (rev 316159)
@@ -5,18 +5,18 @@
<info xmlns="http://docbook.org/ns/docbook" xml:id="bookinfo">
&frontpage.authors;
- <pubdate>&php.build-date;</pubdate>
+ <pubdate><?dbtimestamp format="Y-m-d"?></pubdate>
&frontpage.editors;
<copyright>
- <year>1997-&php.copyright-year;</year>
+ <year>1997-<?dbtimestamp format="Y"?></year>
<holder>קבוצת התיעוד של PHP</holder>
</copyright>
<legalnotice xml:id="copyright" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>זכויות יוצרים</title>
<simpara>
- כל הזכויות שמורות © 1997 - &php.copyright-year; ע"י קבוצת התיעוד של PHP.
+ כל הזכויות שמורות © 1997 - <?dbtimestamp format="Y"?> ע"י קבוצת התיעוד של PHP.
חומר זה מותר להפצה רק בתנאים שנקבעו ברשיון
Creative Commons Attribution גרסה 3.0 או חדשה יותר.
עותק של <link linkend="cc.license">רשיון ה-Creative Commons Attribution גרסה 3.0</link>
Modified: phpdoc/hu/trunk/bookinfo.xml
===================================================================
--- phpdoc/hu/trunk/bookinfo.xml 2011-09-05 11:07:38 UTC (rev 316158)
+++ phpdoc/hu/trunk/bookinfo.xml 2011-09-05 11:07:48 UTC (rev 316159)
@@ -5,7 +5,7 @@
<info xml:id="bookinfo" xmlns="http://docbook.org/ns/docbook">
<title>&PHPManual;</title>
&frontpage.authors;
- <pubdate>&php.build-date;</pubdate>
+ <pubdate><?dbtimestamp format="Y-m-d"?></pubdate>
&frontpage.editors;
<authorgroup xml:id="translators">
@@ -45,7 +45,7 @@
</authorgroup>
<copyright>
- <year>1997-2007</year>
+ <year>1997-<?dbtimestamp format="Y"?></year>
<holder>the PHP Documentation Group</holder>
</copyright>
@@ -57,7 +57,7 @@
<legalnotice xml:id="copyright" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Copyright</title>
<simpara>
- Copyright © 1997 - 2007 by the PHP Documentation Group.
+ Copyright © 1997 - <?dbtimestamp format="Y"?> by the PHP Documentation Group.
This material may be distributed only subject to the terms and
conditions set forth in the Open Publication License, v1.0 or
later. A copy of the <link linkend="opl.license">Open Publication
--3a0b38ee73289f26a507d9663718ff30625a05a7--