|
|
@@ -4,13 +4,21 @@
|
|
|
[
|
|
|
<!ENTITY % xinclude SYSTEM "xinclude.mod">
|
|
|
%xinclude;
|
|
|
+
|
|
|
+ <!-- Add translated specific definitions and snippets -->
|
|
|
+ <!ENTITY % language-snippets SYSTEM "./ref/language-snippets.xml">
|
|
|
+ %language-snippets;
|
|
|
+
|
|
|
+ <!-- Fallback to English definitions and snippets (in case of missing translation) -->
|
|
|
+ <!ENTITY % language-snippets.default SYSTEM "../en/ref/language-snippets.xml">
|
|
|
+ %language-snippets.default;
|
|
|
]>
|
|
|
-<book id="manual" lang="en">
|
|
|
+<book id="manual" lang="⟨">
|
|
|
<bookinfo>
|
|
|
- <title>Programmer's Reference Guide: Volume 1</title>
|
|
|
- <subtitle>Zend Framework</subtitle>
|
|
|
- <edition>Programmer's Reference Guide for Zend Framework</edition>
|
|
|
- <pubdate><?dbtimestamp format="Y-m-d"?></pubdate>
|
|
|
+ <title>&book.pdf1.title;</title>
|
|
|
+ <subtitle>&book.subtitle;</subtitle>
|
|
|
+ <edition>&book.edition;</edition>
|
|
|
+ <pubdate><?dbtimestamp?></pubdate>
|
|
|
<copyright>
|
|
|
<year>2005-<?dbtimestamp format="Y"?></year>
|
|
|
<holder>
|
|
|
@@ -29,7 +37,7 @@
|
|
|
</bookinfo>
|
|
|
|
|
|
<chapter id="introduction">
|
|
|
- <title>Introduction to Zend Framework</title>
|
|
|
+ <title>&chapter.introduction.title;</title>
|
|
|
<xi:include href="ref/overview.xml" />
|
|
|
<xi:include href="ref/installation.xml" />
|
|
|
</chapter>
|
|
|
@@ -288,7 +296,7 @@
|
|
|
<xi:include href="ref/requirements.xml" />
|
|
|
<xi:include href="ref/coding_standard.xml" />
|
|
|
<appendix id="performance">
|
|
|
- <title>Zend Framework Performance Guide</title>
|
|
|
+ <title>&appendix.performance.title;</title>
|
|
|
<xi:include href="ref/performance-introduction.xml" />
|
|
|
<xi:include href="ref/performance-classloading.xml" />
|
|
|
<xi:include href="ref/performance-database.xml" />
|