docbook_xsl_wrapper 0.1.2 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +2 -0
- data/CHANGELOG +41 -0
- data/README.md +9 -17
- data/bin/docbook_xsl_wrapper +9 -14
- data/docbook_xsl_wrapper.gemspec +8 -7
- data/lib/docbook_xsl_wrapper.rb +24 -1
- data/lib/docbook_xsl_wrapper/epub.rb +124 -122
- data/lib/docbook_xsl_wrapper/options.rb +1 -1
- data/lib/docbook_xsl_wrapper/validate.rb +22 -0
- data/lib/docbook_xsl_wrapper/version.rb +1 -1
- data/schema/docbookxi.rng +18654 -0
- data/spec/docbook_xsl_wrapper/validate_spec.rb +64 -0
- data/xsl/AUTHORS +4 -0
- data/xsl/COPYING +48 -0
- data/xsl/REVISION +1 -0
- data/xsl/VERSION.xsl +115 -0
- data/xsl/common/addns.xsl +124 -0
- data/xsl/common/af.xml +1272 -0
- data/xsl/common/am.xml +1272 -0
- data/xsl/common/ar.xml +1272 -0
- data/xsl/common/as.xml +703 -0
- data/xsl/common/ast.xml +703 -0
- data/xsl/common/autoidx-kimber.xsl +45 -0
- data/xsl/common/autoidx-kosek.xsl +155 -0
- data/xsl/common/az.xml +715 -0
- data/xsl/common/bg.xml +767 -0
- data/xsl/common/bn.xml +1272 -0
- data/xsl/common/bn_in.xml +703 -0
- data/xsl/common/bs.xml +705 -0
- data/xsl/common/ca.xml +703 -0
- data/xsl/common/charmap.xsl +222 -0
- data/xsl/common/common.xsl +2129 -0
- data/xsl/common/cs.xml +743 -0
- data/xsl/common/cy.xml +1288 -0
- data/xsl/common/da.xml +707 -0
- data/xsl/common/de.xml +709 -0
- data/xsl/common/el.xml +772 -0
- data/xsl/common/en.xml +1272 -0
- data/xsl/common/entities.ent +67 -0
- data/xsl/common/eo.xml +1272 -0
- data/xsl/common/es.xml +719 -0
- data/xsl/common/et.xml +1272 -0
- data/xsl/common/eu.xml +1272 -0
- data/xsl/common/fa.xml +703 -0
- data/xsl/common/fi.xml +713 -0
- data/xsl/common/fr.xml +733 -0
- data/xsl/common/ga.xml +1272 -0
- data/xsl/common/gentext.xsl +855 -0
- data/xsl/common/gl.xml +1272 -0
- data/xsl/common/gu.xml +703 -0
- data/xsl/common/he.xml +1272 -0
- data/xsl/common/hi.xml +703 -0
- data/xsl/common/hr.xml +705 -0
- data/xsl/common/hu.xml +721 -0
- data/xsl/common/id.xml +1272 -0
- data/xsl/common/insertfile.xsl +113 -0
- data/xsl/common/is.xml +715 -0
- data/xsl/common/it.xml +1272 -0
- data/xsl/common/ja.xml +703 -0
- data/xsl/common/ka.xml +743 -0
- data/xsl/common/kn.xml +1272 -0
- data/xsl/common/ko.xml +1272 -0
- data/xsl/common/ky.xml +775 -0
- data/xsl/common/l10n.dtd +64 -0
- data/xsl/common/l10n.xml +78 -0
- data/xsl/common/l10n.xsl +598 -0
- data/xsl/common/la.xml +1272 -0
- data/xsl/common/labels.xsl +933 -0
- data/xsl/common/lt.xml +721 -0
- data/xsl/common/lv.xml +1272 -0
- data/xsl/common/ml.xml +703 -0
- data/xsl/common/mn.xml +773 -0
- data/xsl/common/mr.xml +703 -0
- data/xsl/common/nb.xml +1272 -0
- data/xsl/common/nds.xml +709 -0
- data/xsl/common/nl.xml +703 -0
- data/xsl/common/nn.xml +1272 -0
- data/xsl/common/olink.xsl +1284 -0
- data/xsl/common/or.xml +1272 -0
- data/xsl/common/pa.xml +703 -0
- data/xsl/common/pi.xml +168 -0
- data/xsl/common/pi.xsl +347 -0
- data/xsl/common/pl.xml +721 -0
- data/xsl/common/pt.xml +1272 -0
- data/xsl/common/pt_br.xml +1272 -0
- data/xsl/common/refentry.xsl +1353 -0
- data/xsl/common/ro.xml +1272 -0
- data/xsl/common/ru.xml +769 -0
- data/xsl/common/sk.xml +1272 -0
- data/xsl/common/sl.xml +1272 -0
- data/xsl/common/sq.xml +1272 -0
- data/xsl/common/sr.xml +763 -0
- data/xsl/common/sr_Latn.xml +722 -0
- data/xsl/common/subtitles.xsl +181 -0
- data/xsl/common/sv.xml +707 -0
- data/xsl/common/ta.xml +703 -0
- data/xsl/common/table.xsl +515 -0
- data/xsl/common/targetdatabase.dtd +49 -0
- data/xsl/common/targets.xsl +338 -0
- data/xsl/common/te.xml +703 -0
- data/xsl/common/th.xml +1272 -0
- data/xsl/common/titles.xsl +850 -0
- data/xsl/common/tl.xml +1272 -0
- data/xsl/common/tr.xml +709 -0
- data/xsl/common/uk.xml +769 -0
- data/xsl/common/ur.xml +705 -0
- data/xsl/common/utility.xsl +291 -0
- data/xsl/common/vi.xml +1272 -0
- data/xsl/common/xh.xml +1272 -0
- data/xsl/common/zh.xml +703 -0
- data/xsl/common/zh_cn.xml +703 -0
- data/xsl/common/zh_tw.xml +703 -0
- data/xsl/epub/docbook.xsl +1769 -0
- data/xsl/epub3/chunk.xsl +30 -0
- data/xsl/epub3/docbook-epub.css.xml +142 -0
- data/xsl/epub3/docbook.xsl +20 -0
- data/xsl/epub3/epub3-chunk-mods.xsl +52 -0
- data/xsl/epub3/epub3-element-mods.xsl +2533 -0
- data/xsl/epub3/titlepage.templates.xml +712 -0
- data/xsl/epub3/titlepage.templates.xsl +3842 -0
- data/xsl/lib/lib.xsl +533 -0
- data/xsl/xhtml/admon.xsl +142 -0
- data/xsl/xhtml/annotations.xsl +160 -0
- data/xsl/xhtml/autoidx.xsl +831 -0
- data/xsl/xhtml/autotoc.xsl +706 -0
- data/xsl/xhtml/biblio-iso690.xsl +1302 -0
- data/xsl/xhtml/biblio.xsl +1371 -0
- data/xsl/xhtml/block.xsl +584 -0
- data/xsl/xhtml/callout.xsl +210 -0
- data/xsl/xhtml/chunk-code.xsl +675 -0
- data/xsl/xhtml/chunk-common.xsl +1627 -0
- data/xsl/xhtml/chunker.xsl +317 -0
- data/xsl/xhtml/component.xsl +440 -0
- data/xsl/xhtml/division.xsl +214 -0
- data/xsl/xhtml/ebnf.xsl +331 -0
- data/xsl/xhtml/footnote.xsl +346 -0
- data/xsl/xhtml/formal.xsl +496 -0
- data/xsl/xhtml/glossary.xsl +602 -0
- data/xsl/xhtml/graphics.xsl +1537 -0
- data/xsl/xhtml/html-rtf.xsl +321 -0
- data/xsl/xhtml/html.xsl +690 -0
- data/xsl/xhtml/htmltbl.xsl +102 -0
- data/xsl/xhtml/index.xsl +264 -0
- data/xsl/xhtml/info.xsl +48 -0
- data/xsl/xhtml/inline.xsl +1508 -0
- data/xsl/xhtml/its.xsl +109 -0
- data/xsl/xhtml/keywords.xsl +38 -0
- data/xsl/xhtml/lists.xsl +1227 -0
- data/xsl/xhtml/math.xsl +286 -0
- data/xsl/xhtml/param.xsl +449 -0
- data/xsl/xhtml/pi.xsl +1237 -0
- data/xsl/xhtml/qandaset.xsl +440 -0
- data/xsl/xhtml/refentry.xsl +307 -0
- data/xsl/xhtml/sections.xsl +564 -0
- data/xsl/xhtml/synop.xsl +1623 -0
- data/xsl/xhtml/table.xsl +1179 -0
- data/xsl/xhtml/task.xsl +76 -0
- data/xsl/xhtml/titlepage.templates.xsl +4005 -0
- data/xsl/xhtml/titlepage.xsl +1108 -0
- data/xsl/xhtml/toc.xsl +334 -0
- data/xsl/xhtml/verbatim.xsl +389 -0
- data/xsl/xhtml/xref.xsl +1268 -0
- data/xsl/xhtml5/docbook.xsl +22 -0
- data/xsl/xhtml5/html5-chunk-mods.xsl +112 -0
- data/xsl/xhtml5/html5-element-mods.xsl +791 -0
- data/xsl/xhtml5/xhtml-docbook.xsl +531 -0
- metadata +207 -27
- data/.rvmrc +0 -48
- data/xslt/obfuscate.xsl +0 -12
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<!-- targetdatabase.dtd -->
|
|
2
|
+
<!-- A DTD for managing cross reference target information -->
|
|
3
|
+
|
|
4
|
+
<!ELEMENT targetset (targetsetinfo?, sitemap*, document*) >
|
|
5
|
+
|
|
6
|
+
<!ELEMENT targetsetinfo ANY >
|
|
7
|
+
|
|
8
|
+
<!ELEMENT sitemap (dir) >
|
|
9
|
+
|
|
10
|
+
<!ELEMENT dir ((dir|document)*) >
|
|
11
|
+
<!ATTLIST dir
|
|
12
|
+
name CDATA #REQUIRED
|
|
13
|
+
>
|
|
14
|
+
|
|
15
|
+
<!ELEMENT document (div*) >
|
|
16
|
+
<!ATTLIST document
|
|
17
|
+
targetdoc CDATA #REQUIRED
|
|
18
|
+
uri CDATA #IMPLIED
|
|
19
|
+
baseuri CDATA #IMPLIED
|
|
20
|
+
href CDATA #IMPLIED
|
|
21
|
+
dir CDATA #IMPLIED
|
|
22
|
+
>
|
|
23
|
+
|
|
24
|
+
<!ELEMENT div (ttl?, objttl?, xreftext?, (div|obj)*)>
|
|
25
|
+
<!ATTLIST div
|
|
26
|
+
targetptr CDATA #IMPLIED
|
|
27
|
+
element CDATA #IMPLIED
|
|
28
|
+
name CDATA #IMPLIED
|
|
29
|
+
number CDATA #IMPLIED
|
|
30
|
+
href CDATA #IMPLIED
|
|
31
|
+
lang CDATA #IMPLIED
|
|
32
|
+
page CDATA #IMPLIED
|
|
33
|
+
>
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
<!ELEMENT ttl ANY >
|
|
37
|
+
<!ELEMENT objttl ANY >
|
|
38
|
+
<!ELEMENT xreftext ANY >
|
|
39
|
+
|
|
40
|
+
<!ELEMENT obj (ttl?, objttl?, xreftext?)>
|
|
41
|
+
<!ATTLIST obj
|
|
42
|
+
targetptr CDATA #IMPLIED
|
|
43
|
+
element CDATA #IMPLIED
|
|
44
|
+
name CDATA #IMPLIED
|
|
45
|
+
number CDATA #IMPLIED
|
|
46
|
+
href CDATA #IMPLIED
|
|
47
|
+
lang CDATA #IMPLIED
|
|
48
|
+
page CDATA #IMPLIED
|
|
49
|
+
>
|
|
@@ -0,0 +1,338 @@
|
|
|
1
|
+
<?xml version='1.0'?>
|
|
2
|
+
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
3
|
+
xmlns:d="http://docbook.org/ns/docbook"
|
|
4
|
+
xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
|
|
5
|
+
xmlns:exsl="http://exslt.org/common"
|
|
6
|
+
exclude-result-prefixes="doc exsl d"
|
|
7
|
+
version='1.0'>
|
|
8
|
+
|
|
9
|
+
<!-- ********************************************************************
|
|
10
|
+
$Id: targets.xsl 9286 2012-04-19 10:10:58Z bobstayton $
|
|
11
|
+
********************************************************************
|
|
12
|
+
|
|
13
|
+
This file is part of the XSL DocBook Stylesheet distribution.
|
|
14
|
+
See ../README or http://docbook.sf.net/release/xsl/current/ for
|
|
15
|
+
copyright and other information.
|
|
16
|
+
|
|
17
|
+
******************************************************************** -->
|
|
18
|
+
|
|
19
|
+
<!-- ==================================================================== -->
|
|
20
|
+
|
|
21
|
+
<!-- cross reference target collection -->
|
|
22
|
+
|
|
23
|
+
<doc:mode mode="collect.targets" xmlns="">
|
|
24
|
+
<refpurpose>Collects information for potential cross reference targets</refpurpose>
|
|
25
|
+
<refdescription id="collect.targets-desc">
|
|
26
|
+
<para>Processing the root element in the
|
|
27
|
+
<literal role="mode">collect.targets</literal> mode produces
|
|
28
|
+
a set of target database elements that can be used by
|
|
29
|
+
the olink mechanism to resolve external cross references.
|
|
30
|
+
The collection process is controlled by the <literal>
|
|
31
|
+
collect.xref.targets</literal> parameter, which can be
|
|
32
|
+
<literal>yes</literal> to collect targets and process
|
|
33
|
+
the document for output, <literal>only</literal> to
|
|
34
|
+
only collect the targets, and <literal>no</literal>
|
|
35
|
+
(default) to not collect the targets and only process the document.
|
|
36
|
+
</para>
|
|
37
|
+
<para>
|
|
38
|
+
A <literal>targets.filename</literal> parameter must be
|
|
39
|
+
specified to receive the output if
|
|
40
|
+
<literal>collect.xref.targets</literal> is
|
|
41
|
+
set to <literal>yes</literal> so as to
|
|
42
|
+
redirect the target data to a file separate from the
|
|
43
|
+
document output.
|
|
44
|
+
</para>
|
|
45
|
+
</refdescription>
|
|
46
|
+
</doc:mode>
|
|
47
|
+
|
|
48
|
+
<!-- ============================================================ -->
|
|
49
|
+
|
|
50
|
+
<xsl:template match="*" mode="collect.targets">
|
|
51
|
+
<xsl:choose>
|
|
52
|
+
<xsl:when test="$collect.xref.targets = 'yes' and $targets.filename = ''">
|
|
53
|
+
<xsl:message>
|
|
54
|
+
Must specify a $targets.filename parameter when
|
|
55
|
+
$collect.xref.targets is set to 'yes'.
|
|
56
|
+
The xref targets were not collected.
|
|
57
|
+
</xsl:message>
|
|
58
|
+
</xsl:when>
|
|
59
|
+
<xsl:otherwise>
|
|
60
|
+
<xsl:choose>
|
|
61
|
+
<xsl:when test="$targets.filename">
|
|
62
|
+
<xsl:call-template name="write.chunk">
|
|
63
|
+
<xsl:with-param name="filename" select="$targets.filename"/>
|
|
64
|
+
<xsl:with-param name="method" select="'xml'"/>
|
|
65
|
+
<xsl:with-param name="encoding" select="'utf-8'"/>
|
|
66
|
+
<xsl:with-param name="omit-xml-declaration" select="'yes'"/>
|
|
67
|
+
<xsl:with-param name="doctype-public" select="''"/>
|
|
68
|
+
<xsl:with-param name="doctype-system" select="''"/>
|
|
69
|
+
<xsl:with-param name="indent" select="'no'"/>
|
|
70
|
+
<xsl:with-param name="quiet" select="0"/>
|
|
71
|
+
<xsl:with-param name="content">
|
|
72
|
+
<xsl:apply-templates select="." mode="olink.mode"/>
|
|
73
|
+
</xsl:with-param>
|
|
74
|
+
</xsl:call-template>
|
|
75
|
+
</xsl:when>
|
|
76
|
+
<xsl:otherwise>
|
|
77
|
+
<!-- Else write to standard output -->
|
|
78
|
+
<xsl:apply-templates select="." mode="olink.mode"/>
|
|
79
|
+
</xsl:otherwise>
|
|
80
|
+
</xsl:choose>
|
|
81
|
+
</xsl:otherwise>
|
|
82
|
+
</xsl:choose>
|
|
83
|
+
</xsl:template>
|
|
84
|
+
|
|
85
|
+
<xsl:template name="olink.href.target">
|
|
86
|
+
<xsl:param name="nd" select="."/>
|
|
87
|
+
|
|
88
|
+
<xsl:value-of select="$olink.base.uri"/>
|
|
89
|
+
<xsl:call-template name="href.target">
|
|
90
|
+
<xsl:with-param name="object" select="$nd"/>
|
|
91
|
+
<xsl:with-param name="context" select="NOTANODE"/>
|
|
92
|
+
</xsl:call-template>
|
|
93
|
+
</xsl:template>
|
|
94
|
+
|
|
95
|
+
<!-- Templates for extracting cross reference information
|
|
96
|
+
from a document for use in an xref database.
|
|
97
|
+
-->
|
|
98
|
+
|
|
99
|
+
<xsl:template name="attrs">
|
|
100
|
+
<xsl:param name="nd" select="."/>
|
|
101
|
+
|
|
102
|
+
<xsl:attribute name="element">
|
|
103
|
+
<xsl:value-of select="local-name(.)"/>
|
|
104
|
+
</xsl:attribute>
|
|
105
|
+
|
|
106
|
+
<xsl:attribute name="href">
|
|
107
|
+
<xsl:call-template name="olink.href.target">
|
|
108
|
+
<xsl:with-param name="nd" select="$nd"/>
|
|
109
|
+
</xsl:call-template>
|
|
110
|
+
</xsl:attribute>
|
|
111
|
+
|
|
112
|
+
<xsl:variable name="num">
|
|
113
|
+
<xsl:apply-templates select="$nd" mode="label.markup">
|
|
114
|
+
<xsl:with-param name="verbose" select="0"/>
|
|
115
|
+
</xsl:apply-templates>
|
|
116
|
+
</xsl:variable>
|
|
117
|
+
|
|
118
|
+
<xsl:if test="$num">
|
|
119
|
+
<xsl:attribute name="number">
|
|
120
|
+
<xsl:value-of select="$num"/>
|
|
121
|
+
</xsl:attribute>
|
|
122
|
+
</xsl:if>
|
|
123
|
+
|
|
124
|
+
<xsl:choose>
|
|
125
|
+
<xsl:when test="$nd/@id">
|
|
126
|
+
<xsl:attribute name="targetptr">
|
|
127
|
+
<xsl:value-of select="$nd/@id"/>
|
|
128
|
+
</xsl:attribute>
|
|
129
|
+
</xsl:when>
|
|
130
|
+
<xsl:when test="$nd/@xml:id">
|
|
131
|
+
<xsl:attribute name="targetptr">
|
|
132
|
+
<xsl:value-of select="$nd/@xml:id"/>
|
|
133
|
+
</xsl:attribute>
|
|
134
|
+
</xsl:when>
|
|
135
|
+
</xsl:choose>
|
|
136
|
+
|
|
137
|
+
<xsl:if test="$nd/@lang">
|
|
138
|
+
<xsl:attribute name="lang">
|
|
139
|
+
<xsl:value-of select="$nd/@lang"/>
|
|
140
|
+
</xsl:attribute>
|
|
141
|
+
</xsl:if>
|
|
142
|
+
|
|
143
|
+
</xsl:template>
|
|
144
|
+
|
|
145
|
+
<xsl:template name="div">
|
|
146
|
+
<xsl:param name="nd" select="."/>
|
|
147
|
+
|
|
148
|
+
<div>
|
|
149
|
+
<xsl:call-template name="attrs">
|
|
150
|
+
<xsl:with-param name="nd" select="$nd"/>
|
|
151
|
+
</xsl:call-template>
|
|
152
|
+
<ttl>
|
|
153
|
+
<xsl:apply-templates select="$nd" mode="title.markup">
|
|
154
|
+
<xsl:with-param name="verbose" select="0"/>
|
|
155
|
+
</xsl:apply-templates>
|
|
156
|
+
</ttl>
|
|
157
|
+
<xreftext>
|
|
158
|
+
<xsl:choose>
|
|
159
|
+
<xsl:when test="$nd/@xreflabel">
|
|
160
|
+
<xsl:call-template name="xref.xreflabel">
|
|
161
|
+
<xsl:with-param name="target" select="$nd"/>
|
|
162
|
+
</xsl:call-template>
|
|
163
|
+
</xsl:when>
|
|
164
|
+
<xsl:otherwise>
|
|
165
|
+
<xsl:apply-templates select="$nd" mode="xref-to">
|
|
166
|
+
<xsl:with-param name="verbose" select="0"/>
|
|
167
|
+
</xsl:apply-templates>
|
|
168
|
+
</xsl:otherwise>
|
|
169
|
+
</xsl:choose>
|
|
170
|
+
</xreftext>
|
|
171
|
+
<xsl:apply-templates mode="olink.mode"/>
|
|
172
|
+
</div>
|
|
173
|
+
</xsl:template>
|
|
174
|
+
|
|
175
|
+
<xsl:template name="obj">
|
|
176
|
+
<xsl:param name="nd" select="."/>
|
|
177
|
+
|
|
178
|
+
<obj>
|
|
179
|
+
<xsl:call-template name="attrs">
|
|
180
|
+
<xsl:with-param name="nd" select="$nd"/>
|
|
181
|
+
</xsl:call-template>
|
|
182
|
+
<ttl>
|
|
183
|
+
<xsl:apply-templates select="$nd" mode="title.markup">
|
|
184
|
+
<xsl:with-param name="verbose" select="0"/>
|
|
185
|
+
</xsl:apply-templates>
|
|
186
|
+
</ttl>
|
|
187
|
+
<xreftext>
|
|
188
|
+
<xsl:choose>
|
|
189
|
+
<xsl:when test="$nd/@xreflabel">
|
|
190
|
+
<xsl:call-template name="xref.xreflabel">
|
|
191
|
+
<xsl:with-param name="target" select="$nd"/>
|
|
192
|
+
</xsl:call-template>
|
|
193
|
+
</xsl:when>
|
|
194
|
+
<xsl:otherwise>
|
|
195
|
+
<xsl:apply-templates select="$nd" mode="xref-to">
|
|
196
|
+
<xsl:with-param name="verbose" select="0"/>
|
|
197
|
+
</xsl:apply-templates>
|
|
198
|
+
</xsl:otherwise>
|
|
199
|
+
</xsl:choose>
|
|
200
|
+
</xreftext>
|
|
201
|
+
</obj>
|
|
202
|
+
</xsl:template>
|
|
203
|
+
|
|
204
|
+
<xsl:template match="text()|processing-instruction()|comment()"
|
|
205
|
+
mode="olink.mode">
|
|
206
|
+
<!-- nop -->
|
|
207
|
+
</xsl:template>
|
|
208
|
+
|
|
209
|
+
<!--
|
|
210
|
+
<xsl:template match="*" mode="olink.mode">
|
|
211
|
+
</xsl:template>
|
|
212
|
+
-->
|
|
213
|
+
|
|
214
|
+
<xsl:template match="d:set" mode="olink.mode">
|
|
215
|
+
<xsl:call-template name="div"/>
|
|
216
|
+
</xsl:template>
|
|
217
|
+
|
|
218
|
+
<xsl:template match="d:book" mode="olink.mode">
|
|
219
|
+
<xsl:call-template name="div"/>
|
|
220
|
+
</xsl:template>
|
|
221
|
+
|
|
222
|
+
<xsl:template match="d:preface|d:chapter|d:appendix" mode="olink.mode">
|
|
223
|
+
<xsl:call-template name="div"/>
|
|
224
|
+
</xsl:template>
|
|
225
|
+
|
|
226
|
+
<xsl:template match="d:part|d:reference" mode="olink.mode">
|
|
227
|
+
<xsl:call-template name="div"/>
|
|
228
|
+
</xsl:template>
|
|
229
|
+
|
|
230
|
+
<xsl:template match="d:article" mode="olink.mode">
|
|
231
|
+
<xsl:call-template name="div"/>
|
|
232
|
+
</xsl:template>
|
|
233
|
+
|
|
234
|
+
<xsl:template match="d:topic" mode="olink.mode">
|
|
235
|
+
<xsl:call-template name="div"/>
|
|
236
|
+
</xsl:template>
|
|
237
|
+
|
|
238
|
+
<xsl:template match="d:bibliography|d:bibliodiv" mode="olink.mode">
|
|
239
|
+
<xsl:call-template name="div"/>
|
|
240
|
+
</xsl:template>
|
|
241
|
+
|
|
242
|
+
<xsl:template match="d:biblioentry|d:bibliomixed" mode="olink.mode">
|
|
243
|
+
<xsl:call-template name="obj"/>
|
|
244
|
+
</xsl:template>
|
|
245
|
+
|
|
246
|
+
<xsl:template match="d:refentry" mode="olink.mode">
|
|
247
|
+
<xsl:call-template name="div"/>
|
|
248
|
+
</xsl:template>
|
|
249
|
+
|
|
250
|
+
<xsl:template match="d:section|d:sect1|d:sect2|d:sect3|d:sect4|d:sect5" mode="olink.mode">
|
|
251
|
+
<xsl:call-template name="div"/>
|
|
252
|
+
</xsl:template>
|
|
253
|
+
|
|
254
|
+
<xsl:template match="d:refsection|d:refsect1|d:refsect2|d:refsect3" mode="olink.mode">
|
|
255
|
+
<xsl:call-template name="div"/>
|
|
256
|
+
</xsl:template>
|
|
257
|
+
|
|
258
|
+
<xsl:template match="d:figure|d:example|d:table" mode="olink.mode">
|
|
259
|
+
<xsl:call-template name="obj"/>
|
|
260
|
+
<xsl:apply-templates mode="olink.mode"/>
|
|
261
|
+
</xsl:template>
|
|
262
|
+
|
|
263
|
+
<xsl:template match="d:equation[d:title or d:info/d:title]" mode="olink.mode">
|
|
264
|
+
<xsl:call-template name="obj"/>
|
|
265
|
+
</xsl:template>
|
|
266
|
+
|
|
267
|
+
<xsl:template match="d:qandaset|d:qandaentry" mode="olink.mode">
|
|
268
|
+
<xsl:call-template name="div"/>
|
|
269
|
+
</xsl:template>
|
|
270
|
+
|
|
271
|
+
<!-- handle an glossary collection -->
|
|
272
|
+
<xsl:template match="d:glossary[@role='auto']" mode="olink.mode" priority="2">
|
|
273
|
+
<xsl:variable name="collection" select="document($glossary.collection, .)"/>
|
|
274
|
+
<xsl:if test="$glossary.collection = ''">
|
|
275
|
+
<xsl:message>
|
|
276
|
+
<xsl:text>Warning: processing automatic glossary </xsl:text>
|
|
277
|
+
<xsl:text>without a glossary.collection file.</xsl:text>
|
|
278
|
+
</xsl:message>
|
|
279
|
+
</xsl:if>
|
|
280
|
+
|
|
281
|
+
<xsl:if test="not($collection) and $glossary.collection != ''">
|
|
282
|
+
<xsl:message>
|
|
283
|
+
<xsl:text>Warning: processing automatic glossary but unable to </xsl:text>
|
|
284
|
+
<xsl:text>open glossary.collection file '</xsl:text>
|
|
285
|
+
<xsl:value-of select="$glossary.collection"/>
|
|
286
|
+
<xsl:text>'</xsl:text>
|
|
287
|
+
</xsl:message>
|
|
288
|
+
</xsl:if>
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
<xsl:if test="$exsl.node.set.available != 0">
|
|
292
|
+
<xsl:variable name="auto.glossary">
|
|
293
|
+
<xsl:apply-templates select="." mode="assemble.auto.glossary"/>
|
|
294
|
+
</xsl:variable>
|
|
295
|
+
<xsl:variable name="auto.glossary.nodeset" select="exsl:node-set($auto.glossary)"/>
|
|
296
|
+
<xsl:apply-templates select="$auto.glossary.nodeset/*" mode="olink.mode"/>
|
|
297
|
+
</xsl:if>
|
|
298
|
+
|
|
299
|
+
</xsl:template>
|
|
300
|
+
|
|
301
|
+
<!-- construct a glossary in memory -->
|
|
302
|
+
<xsl:template match="d:glossary" mode="assemble.auto.glossary">
|
|
303
|
+
<xsl:copy>
|
|
304
|
+
<xsl:copy-of select="@*[not(local-name() = 'role')]"/>
|
|
305
|
+
<xsl:apply-templates select="node()" mode="assemble.auto.glossary"/>
|
|
306
|
+
<xsl:call-template name="select.glossentries"/>
|
|
307
|
+
</xsl:copy>
|
|
308
|
+
</xsl:template>
|
|
309
|
+
|
|
310
|
+
<xsl:template name="select.glossentries">
|
|
311
|
+
<xsl:param name="collection" select="document($glossary.collection, .)"/>
|
|
312
|
+
<xsl:param name="terms" select="//d:glossterm[not(parent::d:glossdef)]|//d:firstterm"/>
|
|
313
|
+
|
|
314
|
+
<xsl:for-each select="$collection//d:glossentry">
|
|
315
|
+
<xsl:variable name="cterm" select="d:glossterm"/>
|
|
316
|
+
<xsl:if test="$terms[@baseform = $cterm or . = $cterm]">
|
|
317
|
+
<xsl:copy-of select="."/>
|
|
318
|
+
</xsl:if>
|
|
319
|
+
</xsl:for-each>
|
|
320
|
+
</xsl:template>
|
|
321
|
+
|
|
322
|
+
<xsl:template match="d:glossentry" mode="assemble.auto.glossary">
|
|
323
|
+
<!-- skip the dummy entries -->
|
|
324
|
+
</xsl:template>
|
|
325
|
+
|
|
326
|
+
<xsl:template match="*" mode="assemble.auto.glossary">
|
|
327
|
+
<!-- pass through any titles and intro stuff -->
|
|
328
|
+
<xsl:copy-of select="."/>
|
|
329
|
+
</xsl:template>
|
|
330
|
+
|
|
331
|
+
<xsl:template match="*" mode="olink.mode">
|
|
332
|
+
<xsl:if test="@id or @xml:id">
|
|
333
|
+
<xsl:call-template name="obj"/>
|
|
334
|
+
</xsl:if>
|
|
335
|
+
<xsl:apply-templates mode="olink.mode"/>
|
|
336
|
+
</xsl:template>
|
|
337
|
+
|
|
338
|
+
</xsl:stylesheet>
|
data/xsl/common/te.xml
ADDED
|
@@ -0,0 +1,703 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="te" english-language-name="Telugu">
|
|
3
|
+
|
|
4
|
+
<!-- * This file is generated automatically. -->
|
|
5
|
+
<!-- * To submit changes to this file upstream (to the DocBook Project) -->
|
|
6
|
+
<!-- * do not submit an edited version of this file. Instead, submit an -->
|
|
7
|
+
<!-- * edited version of the source file at the following location: -->
|
|
8
|
+
<!-- * -->
|
|
9
|
+
<!-- * https://docbook.svn.sourceforge.net/svnroot/docbook/trunk/gentext/locale/te.xml -->
|
|
10
|
+
<!-- * -->
|
|
11
|
+
<!-- * E-mail the edited te.xml source file to: -->
|
|
12
|
+
<!-- * -->
|
|
13
|
+
<!-- * docbook-developers@lists.sourceforge.net -->
|
|
14
|
+
|
|
15
|
+
<!-- ******************************************************************** -->
|
|
16
|
+
|
|
17
|
+
<!-- This file is part of the XSL DocBook Stylesheet distribution. -->
|
|
18
|
+
<!-- See ../README or http://docbook.sf.net/release/xsl/current/ for -->
|
|
19
|
+
<!-- copyright and other information. -->
|
|
20
|
+
|
|
21
|
+
<!-- ******************************************************************** -->
|
|
22
|
+
<!-- In these files, % with a letter is used for a placeholder: -->
|
|
23
|
+
<!-- %t is the current element's title -->
|
|
24
|
+
<!-- %s is the current element's subtitle (if applicable)-->
|
|
25
|
+
<!-- %n is the current element's number label-->
|
|
26
|
+
<!-- %p is the current element's page number (if applicable)-->
|
|
27
|
+
<!-- ******************************************************************** -->
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
<l:gentext key="Abstract" text="సంక్షిప్తము"/>
|
|
31
|
+
<l:gentext key="abstract" text="సంక్షిప్తము"/>
|
|
32
|
+
<l:gentext key="Acknowledgements" text="గుర్తింపులు"/>
|
|
33
|
+
<l:gentext key="acknowledgements" text="గుర్తింపులు"/>
|
|
34
|
+
<l:gentext key="Answer" text="సమాధానం:"/>
|
|
35
|
+
<l:gentext key="answer" text="సమాధానం:"/>
|
|
36
|
+
<l:gentext key="Appendix" text="అనుబంధం"/>
|
|
37
|
+
<l:gentext key="appendix" text="అనుబంధం"/>
|
|
38
|
+
<l:gentext key="Article" text="ప్రకరణము"/>
|
|
39
|
+
<l:gentext key="article" text="ప్రకరణము"/>
|
|
40
|
+
<l:gentext key="Author" text="గ్రంధకర్త"/>
|
|
41
|
+
<l:gentext key="Bibliography" text="గ్రంధ పట్టిక"/>
|
|
42
|
+
<l:gentext key="bibliography" text="గ్రంధ పట్టిక"/>
|
|
43
|
+
<l:gentext key="Book" text="పుస్తకము"/>
|
|
44
|
+
<l:gentext key="book" text="పుస్తకము"/>
|
|
45
|
+
<l:gentext key="CAUTION" text="ముందుజాగ్రత్త"/>
|
|
46
|
+
<l:gentext key="Caution" text="ముందుజాగ్రత్త"/>
|
|
47
|
+
<l:gentext key="caution" text="ముందుజాగ్రత్త"/>
|
|
48
|
+
<l:gentext key="Chapter" text="అధ్యాయము"/>
|
|
49
|
+
<l:gentext key="chapter" text="అధ్యాయము"/>
|
|
50
|
+
<l:gentext key="Colophon" text="చివరిమాట"/>
|
|
51
|
+
<l:gentext key="colophon" text="చివరిమాట"/>
|
|
52
|
+
<l:gentext key="Copyright" text="కాపీరైటు"/>
|
|
53
|
+
<l:gentext key="copyright" text="కాపీరైటు"/>
|
|
54
|
+
<l:gentext key="Dedication" text="అంకితం"/>
|
|
55
|
+
<l:gentext key="dedication" text="అంకితం"/>
|
|
56
|
+
<l:gentext key="Edition" text="సంచిక"/>
|
|
57
|
+
<l:gentext key="edition" text="సంచిక"/>
|
|
58
|
+
<l:gentext key="Editor" text="సంపాదకుడు"/>
|
|
59
|
+
<l:gentext key="Equation" text="సమీకరణము"/>
|
|
60
|
+
<l:gentext key="equation" text="సమీకరణము"/>
|
|
61
|
+
<l:gentext key="Example" text="ఉదాహరణ"/>
|
|
62
|
+
<l:gentext key="example" text="ఉదాహరణ"/>
|
|
63
|
+
<l:gentext key="Figure" text="మూర్తి"/>
|
|
64
|
+
<l:gentext key="figure" text="మూర్తి"/>
|
|
65
|
+
<l:gentext key="Glossary" text="పదకోశం"/>
|
|
66
|
+
<l:gentext key="glossary" text="పదకోశం"/>
|
|
67
|
+
<l:gentext key="GlossSee" text="చూడుము"/>
|
|
68
|
+
<l:gentext key="glosssee" text="చూడుము"/>
|
|
69
|
+
<l:gentext key="GlossSeeAlso" text="ఇదికూడా చూడుము"/>
|
|
70
|
+
<l:gentext key="glossseealso" text="ఇదికూడా చూడుము"/>
|
|
71
|
+
<l:gentext key="IMPORTANT" text="ముఖ్యమైన"/>
|
|
72
|
+
<l:gentext key="important" text="ముఖ్యమైన"/>
|
|
73
|
+
<l:gentext key="Important" text="ముఖ్యమైన"/>
|
|
74
|
+
<l:gentext key="Index" text="విషయసూచిక"/>
|
|
75
|
+
<l:gentext key="index" text="విషయసూచిక"/>
|
|
76
|
+
<l:gentext key="ISBN" text="ISBN"/>
|
|
77
|
+
<l:gentext key="isbn" text="ISBN"/>
|
|
78
|
+
<l:gentext key="LegalNotice" text="చట్టబద్ద నోటీసు"/>
|
|
79
|
+
<l:gentext key="legalnotice" text="చట్టబద్ద నోటీసు"/>
|
|
80
|
+
<l:gentext key="MsgAud" text="ప్రేక్షకులు"/>
|
|
81
|
+
<l:gentext key="msgaud" text="ప్రేక్షకులు"/>
|
|
82
|
+
<l:gentext key="MsgLevel" text="స్థాయి"/>
|
|
83
|
+
<l:gentext key="msglevel" text="స్థాయి"/>
|
|
84
|
+
<l:gentext key="MsgOrig" text="మూలము"/>
|
|
85
|
+
<l:gentext key="msgorig" text="మూలము"/>
|
|
86
|
+
<l:gentext key="NOTE" text="గమనిక"/>
|
|
87
|
+
<l:gentext key="Note" text="గమనిక"/>
|
|
88
|
+
<l:gentext key="note" text="గమనిక"/>
|
|
89
|
+
<l:gentext key="Part" text="భాగము"/>
|
|
90
|
+
<l:gentext key="part" text="భాగము"/>
|
|
91
|
+
<l:gentext key="Preface" text="ముందుమాట"/>
|
|
92
|
+
<l:gentext key="preface" text="ముందుమాట"/>
|
|
93
|
+
<l:gentext key="Procedure" text="పద్ధతి"/>
|
|
94
|
+
<l:gentext key="procedure" text="పద్ధతి"/>
|
|
95
|
+
<l:gentext key="ProductionSet" text="ఉత్పత్తి"/>
|
|
96
|
+
<l:gentext key="PubDate" text="ప్రచురణ తేది"/>
|
|
97
|
+
<l:gentext key="pubdate" text="ప్రచురణ తేది"/>
|
|
98
|
+
<l:gentext key="Published" text="ప్రచురితమైంది"/>
|
|
99
|
+
<l:gentext key="published" text="ప్రచురితమైంది"/>
|
|
100
|
+
<l:gentext key="Publisher" text="ప్రచురణకర్త"/>
|
|
101
|
+
<l:gentext key="Qandadiv" text="ప్రశ్నలు & సమాధానములు"/>
|
|
102
|
+
<l:gentext key="qandadiv" text="ప్రశ్నలు & సమాధానములు"/>
|
|
103
|
+
<l:gentext key="QandASet" text="తరచుగా అడుగు ప్రశ్నలు"/>
|
|
104
|
+
<l:gentext key="Question" text="ప్రశ్న:"/>
|
|
105
|
+
<l:gentext key="question" text="ప్రశ్న:"/>
|
|
106
|
+
<l:gentext key="RefEntry" text="పేజీ"/>
|
|
107
|
+
<l:gentext key="refentry" text="పేజీ"/>
|
|
108
|
+
<l:gentext key="Reference" text="సంభందిత"/>
|
|
109
|
+
<l:gentext key="reference" text="సంభందిత"/>
|
|
110
|
+
<l:gentext key="References" text="సంభందితములు"/>
|
|
111
|
+
<l:gentext key="RefName" text="నామము"/>
|
|
112
|
+
<l:gentext key="refname" text="నామము"/>
|
|
113
|
+
<l:gentext key="RefSection" text="విభాగము"/>
|
|
114
|
+
<l:gentext key="refsection" text="విభాగము"/>
|
|
115
|
+
<l:gentext key="RefSynopsisDiv" text="ముఖ్యవిషయసూచిక"/>
|
|
116
|
+
<l:gentext key="refsynopsisdiv" text="ముఖ్యవిషయసూచిక"/>
|
|
117
|
+
<l:gentext key="RevHistory" text="పునఃపరిశీలన చరిత్ర"/>
|
|
118
|
+
<l:gentext key="revhistory" text="పునఃపరిశీలన చరిత్ర"/>
|
|
119
|
+
<l:gentext key="revision" text="పునఃపరిశీలన"/>
|
|
120
|
+
<l:gentext key="Revision" text="పునఃపరిశీలన"/>
|
|
121
|
+
<l:gentext key="sect1" text="విభాగము"/>
|
|
122
|
+
<l:gentext key="sect2" text="విభాగము"/>
|
|
123
|
+
<l:gentext key="sect3" text="విభాగము"/>
|
|
124
|
+
<l:gentext key="sect4" text="విభాగము"/>
|
|
125
|
+
<l:gentext key="sect5" text="విభాగము"/>
|
|
126
|
+
<l:gentext key="section" text="విభాగము"/>
|
|
127
|
+
<l:gentext key="Section" text="విభాగము"/>
|
|
128
|
+
<l:gentext key="see" text="చూడుము"/>
|
|
129
|
+
<l:gentext key="See" text="చూడుము"/>
|
|
130
|
+
<l:gentext key="seealso" text="ఇదికూడా చూడుము"/>
|
|
131
|
+
<l:gentext key="Seealso" text="ఇదికూడా చూడుము"/>
|
|
132
|
+
<l:gentext key="SeeAlso" text="ఇదికూడా చూడుము"/>
|
|
133
|
+
<l:gentext key="set" text="సమితి"/>
|
|
134
|
+
<l:gentext key="Set" text="సమితి"/>
|
|
135
|
+
<l:gentext key="setindex" text="సమితి విషయసూచిక"/>
|
|
136
|
+
<l:gentext key="SetIndex" text="సమితి విషయసూచిక"/>
|
|
137
|
+
<l:gentext key="Sidebar" text="ప్రక్కపట్టీ"/>
|
|
138
|
+
<l:gentext key="sidebar" text="ప్రక్కపట్టీ"/>
|
|
139
|
+
<l:gentext key="step" text="అంచె"/>
|
|
140
|
+
<l:gentext key="Step" text="అంచె"/>
|
|
141
|
+
<l:gentext key="table" text="పట్టిక"/>
|
|
142
|
+
<l:gentext key="Table" text="పట్టిక"/>
|
|
143
|
+
<l:gentext key="task" text="కర్తవ్యము"/>
|
|
144
|
+
<l:gentext key="Task" text="కర్తవ్యము"/>
|
|
145
|
+
<l:gentext key="tip" text="చిట్కా"/>
|
|
146
|
+
<l:gentext key="TIP" text="చిట్కా"/>
|
|
147
|
+
<l:gentext key="Tip" text="చిట్కా"/>
|
|
148
|
+
<l:gentext key="Warning" text="హెచ్చరిక"/>
|
|
149
|
+
<l:gentext key="warning" text="హెచ్చరిక"/>
|
|
150
|
+
<l:gentext key="WARNING" text="హెచ్చరిక"/>
|
|
151
|
+
<l:gentext key="and" text="మరియు"/>
|
|
152
|
+
<l:gentext key="or" text="లేక"/>
|
|
153
|
+
<l:gentext key="by" text="వీరిచేత"/>
|
|
154
|
+
<l:gentext key="optional-step" text="(Optional) " lang="en"/>
|
|
155
|
+
<l:gentext key="Edited" text="సరికూర్చిన"/>
|
|
156
|
+
<l:gentext key="edited" text="సరికూర్చిన"/>
|
|
157
|
+
<l:gentext key="Editedby" text="వీరిచేత సరికూర్చబడింది"/>
|
|
158
|
+
<l:gentext key="editedby" text="వీరిచేత సరికూర్చబడింది"/>
|
|
159
|
+
<l:gentext key="in" text="నందు"/>
|
|
160
|
+
<l:gentext key="lastlistcomma" text=","/>
|
|
161
|
+
<l:gentext key="listcomma" text=","/>
|
|
162
|
+
<l:gentext key="notes" text="గమనికలు"/>
|
|
163
|
+
<l:gentext key="Notes" text="గమనికలు"/>
|
|
164
|
+
<l:gentext key="Pgs" text="పేజీలు"/>
|
|
165
|
+
<l:gentext key="pgs" text="పేజీలు"/>
|
|
166
|
+
<l:gentext key="Revisedby" text="వీరిచేత పునఃపరిశీలించబడింది: "/>
|
|
167
|
+
<l:gentext key="revisedby" text="వీరిచేత పునఃపరిశీలించబడింది: "/>
|
|
168
|
+
<l:gentext key="TableNotes" text="గమనికలు"/>
|
|
169
|
+
<l:gentext key="tablenotes" text="గమనికలు"/>
|
|
170
|
+
<l:gentext key="TableofContents" text="సారముల పట్టిక"/>
|
|
171
|
+
<l:gentext key="tableofcontents" text="సారముల పట్టిక"/>
|
|
172
|
+
<l:gentext key="unexpectedelementname" text="అనుకోని మూలకం నామము"/>
|
|
173
|
+
<l:gentext key="unsupported" text="మద్దతీయని"/>
|
|
174
|
+
<l:gentext key="xrefto" text="xref"/>
|
|
175
|
+
<l:gentext key="Authors" text="గ్రంధ కర్తలు"/>
|
|
176
|
+
<l:gentext key="copyeditor" text="కాపీ సంపాదకుడు"/>
|
|
177
|
+
<l:gentext key="graphicdesigner" text="గ్రాఫిక్ రూపకర్త"/>
|
|
178
|
+
<l:gentext key="productioneditor" text="ఉత్పత్తి సంపాదకుడు"/>
|
|
179
|
+
<l:gentext key="technicaleditor" text="సాంకేతిక సంపాదకుడు"/>
|
|
180
|
+
<l:gentext key="translator" text="అనువాదకుడు"/>
|
|
181
|
+
<l:gentext key="listofequations" text="సమీకరణముల జాబితా"/>
|
|
182
|
+
<l:gentext key="ListofEquations" text="సమీకరణముల జాబితా"/>
|
|
183
|
+
<l:gentext key="ListofExamples" text="ఉదాహరణముల జాబితా"/>
|
|
184
|
+
<l:gentext key="listofexamples" text="ఉదాహరణముల జాబితా"/>
|
|
185
|
+
<l:gentext key="ListofFigures" text="మూర్తుల జాబితా"/>
|
|
186
|
+
<l:gentext key="listoffigures" text="మూర్తుల జాబితా"/>
|
|
187
|
+
<l:gentext key="ListofProcedures" text="పద్ధతుల జాబితా"/>
|
|
188
|
+
<l:gentext key="listofprocedures" text="పద్ధతుల జాబితా"/>
|
|
189
|
+
<l:gentext key="listoftables" text="పట్టికల జాబితా"/>
|
|
190
|
+
<l:gentext key="ListofTables" text="పట్టికల జాబితా"/>
|
|
191
|
+
<l:gentext key="ListofUnknown" text="తెలియనివాటి జాబితా"/>
|
|
192
|
+
<l:gentext key="listofunknown" text="తెలియనివాటి జాబితా"/>
|
|
193
|
+
<l:gentext key="nav-home" text="నివాసము"/>
|
|
194
|
+
<l:gentext key="nav-next" text="తరువాతి"/>
|
|
195
|
+
<l:gentext key="nav-next-sibling" text="ముందుకు నడుపు"/>
|
|
196
|
+
<l:gentext key="nav-prev" text="ముందరి"/>
|
|
197
|
+
<l:gentext key="nav-prev-sibling" text="వెనుకకు నడుపు"/>
|
|
198
|
+
<l:gentext key="nav-up" text="పైనకు"/>
|
|
199
|
+
<l:gentext key="nav-toc" text="వివరముల పట్టిక"/>
|
|
200
|
+
<l:gentext key="Draft" text="ముసాయిదా"/>
|
|
201
|
+
<l:gentext key="above" text="పైన"/>
|
|
202
|
+
<l:gentext key="below" text="క్రింది"/>
|
|
203
|
+
<l:gentext key="sectioncalled" text="ఆ విభాగము పిలువబడుతుంది"/>
|
|
204
|
+
<l:gentext key="index symbols" text="చిహ్నములు"/>
|
|
205
|
+
<l:gentext key="writing-mode" text="lr-tb"/>
|
|
206
|
+
<l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
|
|
207
|
+
<l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
|
|
208
|
+
<l:gentext key="normalize.sort.input" text="AaÀàÁáÂâÃãÄäÅåĀāĂ㥹ǍǎǞǟǠǡǺǻȀȁȂȃȦȧḀḁẚẠạẢảẤấẦầẨẩẪẫẬậẮắẰằẲẳẴẵẶặBbƀƁɓƂƃḂḃḄḅḆḇCcÇçĆćĈĉĊċČčƇƈɕḈḉDdĎďĐđƊɗƋƌDžDzȡɖḊḋḌḍḎḏḐḑḒḓEeÈèÉéÊêËëĒēĔĕĖėĘęĚěȄȅȆȇȨȩḔḕḖḗḘḙḚḛḜḝẸẹẺẻẼẽẾếỀềỂểỄễỆệFfƑƒḞḟGgĜĝĞğĠġĢģƓɠǤǥǦǧǴǵḠḡHhĤĥĦħȞȟɦḢḣḤḥḦḧḨḩḪḫẖIiÌìÍíÎîÏïĨĩĪīĬĭĮįİƗɨǏǐȈȉȊȋḬḭḮḯỈỉỊịJjĴĵǰʝKkĶķƘƙǨǩḰḱḲḳḴḵLlĹĺĻļĽľĿŀŁłƚLjȴɫɬɭḶḷḸḹḺḻḼḽMmɱḾḿṀṁṂṃNnÑñŃńŅņŇňƝɲƞȠNjǸǹȵɳṄṅṆṇṈṉṊṋOoÒòÓóÔôÕõÖöØøŌōŎŏŐőƟƠơǑǒǪǫǬǭǾǿȌȍȎȏȪȫȬȭȮȯȰȱṌṍṎṏṐṑṒṓỌọỎỏỐốỒồỔổỖỗỘộỚớỜờỞởỠỡỢợPpƤƥṔṕṖṗQqʠRrŔŕŖŗŘřȐȑȒȓɼɽɾṘṙṚṛṜṝṞṟSsŚśŜŝŞşŠšȘșʂṠṡṢṣṤṥṦṧṨṩTtŢţŤťŦŧƫƬƭƮʈȚțȶṪṫṬṭṮṯṰṱẗUuÙùÚúÛûÜüŨũŪūŬŭŮůŰűŲųƯưǓǔǕǖǗǘǙǚǛǜȔȕȖȗṲṳṴṵṶṷṸṹṺṻỤụỦủỨứỪừỬửỮữỰựVvƲʋṼṽṾṿWwŴŵẀẁẂẃẄẅẆẇẈẉẘXxẊẋẌẍYyÝýÿŸŶŷƳƴȲȳẎẏẙỲỳỴỵỶỷỸỹZzŹźŻżŽžƵƶȤȥʐʑẐẑẒẓẔẕẕ" lang="en"/>
|
|
209
|
+
<l:gentext key="normalize.sort.output" text="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBBBBBBBBBBBBCCCCCCCCCCCCCCCCCDDDDDDDDDDDDDDDDDDDDDDDDEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEFFFFFFGGGGGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHHHIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIJJJJJJKKKKKKKKKKKKKKLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPPPPPPPPQQQRRRRRRRRRRRRRRRRRRRRRRRSSSSSSSSSSSSSSSSSSSSSSSTTTTTTTTTTTTTTTTTTTTTTTTTUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUVVVVVVVVWWWWWWWWWWWWWWWXXXXXXYYYYYYYYYYYYYYYYYYYYYYYZZZZZZZZZZZZZZZZZZZZZ" lang="en"/>
|
|
210
|
+
<l:dingbat key="startquote" text="“"/>
|
|
211
|
+
<l:dingbat key="endquote" text="”"/>
|
|
212
|
+
<l:dingbat key="nestedstartquote" text="‘"/>
|
|
213
|
+
<l:dingbat key="nestedendquote" text="’"/>
|
|
214
|
+
<l:dingbat key="singlestartquote" text="‘"/>
|
|
215
|
+
<l:dingbat key="singleendquote" text="’"/>
|
|
216
|
+
<l:dingbat key="bullet" text="•"/>
|
|
217
|
+
<l:gentext key="hyphenation-character" text="-"/>
|
|
218
|
+
<l:gentext key="hyphenation-push-character-count" text="2"/>
|
|
219
|
+
<l:gentext key="hyphenation-remain-character-count" text="2"/>
|
|
220
|
+
<l:context name="keycap"><l:template name="alt" text="Alt" lang="en"/>
|
|
221
|
+
<l:template name="backspace" text="<—" lang="en"/>
|
|
222
|
+
<l:template name="command" text="⌘" lang="en"/>
|
|
223
|
+
<l:template name="control" text="Ctrl" lang="en"/>
|
|
224
|
+
<l:template name="delete" text="Del" lang="en"/>
|
|
225
|
+
<l:template name="down" text="↓" lang="en"/>
|
|
226
|
+
<l:template name="end" text="End" lang="en"/>
|
|
227
|
+
<l:template name="enter" text="Enter" lang="en"/>
|
|
228
|
+
<l:template name="escape" text="Esc" lang="en"/>
|
|
229
|
+
<l:template name="home" text="Home" lang="en"/>
|
|
230
|
+
<l:template name="insert" text="Ins" lang="en"/>
|
|
231
|
+
<l:template name="left" text="←" lang="en"/>
|
|
232
|
+
<l:template name="meta" text="Meta" lang="en"/>
|
|
233
|
+
<l:template name="option" text="⌥" lang="en"/>
|
|
234
|
+
<l:template name="pagedown" text="Page ↓" lang="en"/>
|
|
235
|
+
<l:template name="pageup" text="Page ↑" lang="en"/>
|
|
236
|
+
<l:template name="right" text="→" lang="en"/>
|
|
237
|
+
<l:template name="shift" text="Shift" lang="en"/>
|
|
238
|
+
<l:template name="space" text="Space" lang="en"/>
|
|
239
|
+
<l:template name="tab" text="→|" lang="en"/>
|
|
240
|
+
<l:template name="up" text="↑" lang="en"/>
|
|
241
|
+
</l:context>
|
|
242
|
+
<l:context name="webhelp"><l:template name="Search" text="Search" lang="en"/>
|
|
243
|
+
<l:template name="Enter_a_term_and_click" text="Enter a term and click " lang="en"/>
|
|
244
|
+
<l:template name="Go" text="Go" lang="en"/>
|
|
245
|
+
<l:template name="to_perform_a_search" text=" to perform a search." lang="en"/>
|
|
246
|
+
<l:template name="txt_filesfound" text="Results" lang="en"/>
|
|
247
|
+
<l:template name="txt_enter_at_least_1_char" text="You must enter at least one character." lang="en"/>
|
|
248
|
+
<l:template name="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site." lang="en"/>
|
|
249
|
+
<l:template name="txt_please_wait" text="Please wait. Search in progress..." lang="en"/>
|
|
250
|
+
<l:template name="txt_results_for" text="Results for: " lang="en"/>
|
|
251
|
+
<l:template name="TableofContents" text="Contents" lang="en"/>
|
|
252
|
+
<l:template name="HighlightButton" text="Toggle search result highlighting" lang="en"/>
|
|
253
|
+
<l:template name="Your_search_returned_no_results" text="Your search returned no results." lang="en"/>
|
|
254
|
+
</l:context>
|
|
255
|
+
<l:context name="styles"><l:template name="person-name" text="first-last"/>
|
|
256
|
+
</l:context>
|
|
257
|
+
<l:context name="title"><l:template name="abstract" text="%t"/>
|
|
258
|
+
<l:template name="acknowledgements" text="%t"/>
|
|
259
|
+
<l:template name="answer" text="%t"/>
|
|
260
|
+
<l:template name="appendix" text="అనుబంధం %n. %t"/>
|
|
261
|
+
<l:template name="article" text="%t"/>
|
|
262
|
+
<l:template name="authorblurb" text="%t"/>
|
|
263
|
+
<l:template name="bibliodiv" text="%t"/>
|
|
264
|
+
<l:template name="biblioentry" text="%t"/>
|
|
265
|
+
<l:template name="bibliography" text="%t"/>
|
|
266
|
+
<l:template name="bibliolist" text="%t"/>
|
|
267
|
+
<l:template name="bibliomixed" text="%t"/>
|
|
268
|
+
<l:template name="bibliomset" text="%t"/>
|
|
269
|
+
<l:template name="biblioset" text="%t"/>
|
|
270
|
+
<l:template name="blockquote" text="%t"/>
|
|
271
|
+
<l:template name="book" text="%t"/>
|
|
272
|
+
<l:template name="calloutlist" text="%t"/>
|
|
273
|
+
<l:template name="caution" text="%t"/>
|
|
274
|
+
<l:template name="chapter" text="అధ్యాయము %n. %t"/>
|
|
275
|
+
<l:template name="colophon" text="%t"/>
|
|
276
|
+
<l:template name="dedication" text="%t"/>
|
|
277
|
+
<l:template name="equation" text="సమీకరణము %n. %t"/>
|
|
278
|
+
<l:template name="example" text="ఉదాహరణ %n. %t"/>
|
|
279
|
+
<l:template name="figure" text="మూర్తి %n. %t"/>
|
|
280
|
+
<l:template name="foil" text="%t"/>
|
|
281
|
+
<l:template name="foilgroup" text="%t"/>
|
|
282
|
+
<l:template name="formalpara" text="%t"/>
|
|
283
|
+
<l:template name="glossary" text="%t"/>
|
|
284
|
+
<l:template name="glossdiv" text="%t"/>
|
|
285
|
+
<l:template name="glosslist" text="%t"/>
|
|
286
|
+
<l:template name="glossentry" text="%t"/>
|
|
287
|
+
<l:template name="important" text="%t"/>
|
|
288
|
+
<l:template name="index" text="%t"/>
|
|
289
|
+
<l:template name="indexdiv" text="%t"/>
|
|
290
|
+
<l:template name="itemizedlist" text="%t"/>
|
|
291
|
+
<l:template name="legalnotice" text="%t"/>
|
|
292
|
+
<l:template name="listitem" text=""/>
|
|
293
|
+
<l:template name="lot" text="%t"/>
|
|
294
|
+
<l:template name="msg" text="%t"/>
|
|
295
|
+
<l:template name="msgexplan" text="%t"/>
|
|
296
|
+
<l:template name="msgmain" text="%t"/>
|
|
297
|
+
<l:template name="msgrel" text="%t"/>
|
|
298
|
+
<l:template name="msgset" text="%t"/>
|
|
299
|
+
<l:template name="msgsub" text="%t"/>
|
|
300
|
+
<l:template name="note" text="%t"/>
|
|
301
|
+
<l:template name="orderedlist" text="%t"/>
|
|
302
|
+
<l:template name="part" text="భాగము %n. %t"/>
|
|
303
|
+
<l:template name="partintro" text="%t"/>
|
|
304
|
+
<l:template name="preface" text="%t"/>
|
|
305
|
+
<l:template name="procedure" text="%t"/>
|
|
306
|
+
<l:template name="procedure.formal" text="పద్ధతి %n. %t"/>
|
|
307
|
+
<l:template name="productionset" text="%t"/>
|
|
308
|
+
<l:template name="productionset.formal" text="ఉత్పత్తి %n"/>
|
|
309
|
+
<l:template name="qandadiv" text="%t"/>
|
|
310
|
+
<l:template name="qandaentry" text="%t"/>
|
|
311
|
+
<l:template name="qandaset" text="%t"/>
|
|
312
|
+
<l:template name="question" text="%t"/>
|
|
313
|
+
<l:template name="refentry" text="%t"/>
|
|
314
|
+
<l:template name="reference" text="%t"/>
|
|
315
|
+
<l:template name="refsection" text="%t"/>
|
|
316
|
+
<l:template name="refsect1" text="%t"/>
|
|
317
|
+
<l:template name="refsect2" text="%t"/>
|
|
318
|
+
<l:template name="refsect3" text="%t"/>
|
|
319
|
+
<l:template name="refsynopsisdiv" text="%t"/>
|
|
320
|
+
<l:template name="refsynopsisdivinfo" text="%t"/>
|
|
321
|
+
<l:template name="screenshot" text="%t" lang="en"/>
|
|
322
|
+
<l:template name="segmentedlist" text="%t"/>
|
|
323
|
+
<l:template name="set" text="%t"/>
|
|
324
|
+
<l:template name="setindex" text="%t"/>
|
|
325
|
+
<l:template name="sidebar" text="%t"/>
|
|
326
|
+
<l:template name="step" text="%t"/>
|
|
327
|
+
<l:template name="table" text="పట్టిక %n. %t"/>
|
|
328
|
+
<l:template name="task" text="%t"/>
|
|
329
|
+
<l:template name="tasksummary" text="%t"/>
|
|
330
|
+
<l:template name="taskprerequisites" text="%t"/>
|
|
331
|
+
<l:template name="taskrelated" text="%t"/>
|
|
332
|
+
<l:template name="tip" text="%t"/>
|
|
333
|
+
<l:template name="toc" text="%t"/>
|
|
334
|
+
<l:template name="variablelist" text="%t"/>
|
|
335
|
+
<l:template name="varlistentry" text=""/>
|
|
336
|
+
<l:template name="warning" text="%t"/>
|
|
337
|
+
</l:context>
|
|
338
|
+
<l:context name="title-unnumbered"><l:template name="appendix" text="%t"/>
|
|
339
|
+
<l:template name="article/appendix" text="%t"/>
|
|
340
|
+
<l:template name="bridgehead" text="%t"/>
|
|
341
|
+
<l:template name="chapter" text="%t"/>
|
|
342
|
+
<l:template name="sect1" text="%t"/>
|
|
343
|
+
<l:template name="sect2" text="%t"/>
|
|
344
|
+
<l:template name="sect3" text="%t"/>
|
|
345
|
+
<l:template name="sect4" text="%t"/>
|
|
346
|
+
<l:template name="sect5" text="%t"/>
|
|
347
|
+
<l:template name="section" text="%t"/>
|
|
348
|
+
<l:template name="simplesect" text="%t"/>
|
|
349
|
+
<l:template name="topic" text="%t" lang="en"/>
|
|
350
|
+
<l:template name="part" text="%t"/>
|
|
351
|
+
</l:context>
|
|
352
|
+
<l:context name="title-numbered"><l:template name="appendix" text="అనుబంధం %n. %t"/>
|
|
353
|
+
<l:template name="article/appendix" text="%n. %t"/>
|
|
354
|
+
<l:template name="bridgehead" text="%n. %t"/>
|
|
355
|
+
<l:template name="chapter" text="అధ్యాయము %n. %t"/>
|
|
356
|
+
<l:template name="part" text="భాగము %n. %t"/>
|
|
357
|
+
<l:template name="sect1" text="%n. %t"/>
|
|
358
|
+
<l:template name="sect2" text="%n. %t"/>
|
|
359
|
+
<l:template name="sect3" text="%n. %t"/>
|
|
360
|
+
<l:template name="sect4" text="%n. %t"/>
|
|
361
|
+
<l:template name="sect5" text="%n. %t"/>
|
|
362
|
+
<l:template name="section" text="%n. %t"/>
|
|
363
|
+
<l:template name="simplesect" text="%t"/>
|
|
364
|
+
<l:template name="topic" text="%t" lang="en"/>
|
|
365
|
+
</l:context>
|
|
366
|
+
<l:context name="subtitle"><l:template name="appendix" text="%s"/>
|
|
367
|
+
<l:template name="acknowledgements" text="%s"/>
|
|
368
|
+
<l:template name="article" text="%s"/>
|
|
369
|
+
<l:template name="bibliodiv" text="%s"/>
|
|
370
|
+
<l:template name="biblioentry" text="%s"/>
|
|
371
|
+
<l:template name="bibliography" text="%s"/>
|
|
372
|
+
<l:template name="bibliomixed" text="%s"/>
|
|
373
|
+
<l:template name="bibliomset" text="%s"/>
|
|
374
|
+
<l:template name="biblioset" text="%s"/>
|
|
375
|
+
<l:template name="book" text="%s"/>
|
|
376
|
+
<l:template name="chapter" text="%s"/>
|
|
377
|
+
<l:template name="colophon" text="%s"/>
|
|
378
|
+
<l:template name="dedication" text="%s"/>
|
|
379
|
+
<l:template name="glossary" text="%s"/>
|
|
380
|
+
<l:template name="glossdiv" text="%s"/>
|
|
381
|
+
<l:template name="index" text="%s"/>
|
|
382
|
+
<l:template name="indexdiv" text="%s"/>
|
|
383
|
+
<l:template name="lot" text="%s"/>
|
|
384
|
+
<l:template name="part" text="%s"/>
|
|
385
|
+
<l:template name="partintro" text="%s"/>
|
|
386
|
+
<l:template name="preface" text="%s"/>
|
|
387
|
+
<l:template name="refentry" text="%s"/>
|
|
388
|
+
<l:template name="reference" text="%s"/>
|
|
389
|
+
<l:template name="refsection" text="%s"/>
|
|
390
|
+
<l:template name="refsect1" text="%s"/>
|
|
391
|
+
<l:template name="refsect2" text="%s"/>
|
|
392
|
+
<l:template name="refsect3" text="%s"/>
|
|
393
|
+
<l:template name="refsynopsisdiv" text="%s"/>
|
|
394
|
+
<l:template name="sect1" text="%s"/>
|
|
395
|
+
<l:template name="sect2" text="%s"/>
|
|
396
|
+
<l:template name="sect3" text="%s"/>
|
|
397
|
+
<l:template name="sect4" text="%s"/>
|
|
398
|
+
<l:template name="sect5" text="%s"/>
|
|
399
|
+
<l:template name="section" text="%s"/>
|
|
400
|
+
<l:template name="set" text="%s"/>
|
|
401
|
+
<l:template name="setindex" text="%s"/>
|
|
402
|
+
<l:template name="sidebar" text="%s"/>
|
|
403
|
+
<l:template name="simplesect" text="%s"/>
|
|
404
|
+
<l:template name="topic" text="%t" lang="en"/>
|
|
405
|
+
<l:template name="toc" text="%s"/>
|
|
406
|
+
</l:context>
|
|
407
|
+
<l:context name="xref"><l:template name="abstract" text="%t"/>
|
|
408
|
+
<l:template name="acknowledgements" text="%t"/>
|
|
409
|
+
<l:template name="answer" text="సమాధానం: %n"/>
|
|
410
|
+
<l:template name="appendix" text="%t"/>
|
|
411
|
+
<l:template name="article" text="%t"/>
|
|
412
|
+
<l:template name="authorblurb" text="%t"/>
|
|
413
|
+
<l:template name="bibliodiv" text="%t"/>
|
|
414
|
+
<l:template name="bibliography" text="%t"/>
|
|
415
|
+
<l:template name="bibliomset" text="%t"/>
|
|
416
|
+
<l:template name="biblioset" text="%t"/>
|
|
417
|
+
<l:template name="blockquote" text="%t"/>
|
|
418
|
+
<l:template name="book" text="%t"/>
|
|
419
|
+
<l:template name="calloutlist" text="%t"/>
|
|
420
|
+
<l:template name="caution" text="%t"/>
|
|
421
|
+
<l:template name="chapter" text="%t"/>
|
|
422
|
+
<l:template name="colophon" text="%t"/>
|
|
423
|
+
<l:template name="constraintdef" text="%t"/>
|
|
424
|
+
<l:template name="dedication" text="%t"/>
|
|
425
|
+
<l:template name="equation" text="%t"/>
|
|
426
|
+
<l:template name="example" text="%t"/>
|
|
427
|
+
<l:template name="figure" text="%t"/>
|
|
428
|
+
<l:template name="foil" text="%t"/>
|
|
429
|
+
<l:template name="foilgroup" text="%t"/>
|
|
430
|
+
<l:template name="formalpara" text="%t"/>
|
|
431
|
+
<l:template name="glossary" text="%t"/>
|
|
432
|
+
<l:template name="glossdiv" text="%t"/>
|
|
433
|
+
<l:template name="important" text="%t"/>
|
|
434
|
+
<l:template name="index" text="%t"/>
|
|
435
|
+
<l:template name="indexdiv" text="%t"/>
|
|
436
|
+
<l:template name="itemizedlist" text="%t"/>
|
|
437
|
+
<l:template name="legalnotice" text="%t"/>
|
|
438
|
+
<l:template name="listitem" text="%n"/>
|
|
439
|
+
<l:template name="lot" text="%t"/>
|
|
440
|
+
<l:template name="msg" text="%t"/>
|
|
441
|
+
<l:template name="msgexplan" text="%t"/>
|
|
442
|
+
<l:template name="msgmain" text="%t"/>
|
|
443
|
+
<l:template name="msgrel" text="%t"/>
|
|
444
|
+
<l:template name="msgset" text="%t"/>
|
|
445
|
+
<l:template name="msgsub" text="%t"/>
|
|
446
|
+
<l:template name="note" text="%t"/>
|
|
447
|
+
<l:template name="orderedlist" text="%t"/>
|
|
448
|
+
<l:template name="part" text="%t"/>
|
|
449
|
+
<l:template name="partintro" text="%t"/>
|
|
450
|
+
<l:template name="preface" text="%t"/>
|
|
451
|
+
<l:template name="procedure" text="%t"/>
|
|
452
|
+
<l:template name="productionset" text="%t"/>
|
|
453
|
+
<l:template name="qandadiv" text="%t"/>
|
|
454
|
+
<l:template name="qandaentry" text="ప్రశ్న: %n"/>
|
|
455
|
+
<l:template name="qandaset" text="%t"/>
|
|
456
|
+
<l:template name="question" text="ప్రశ్న: %n"/>
|
|
457
|
+
<l:template name="reference" text="%t"/>
|
|
458
|
+
<l:template name="refsynopsisdiv" text="%t"/>
|
|
459
|
+
<l:template name="screenshot" text="%t" lang="en"/>
|
|
460
|
+
<l:template name="segmentedlist" text="%t"/>
|
|
461
|
+
<l:template name="set" text="%t"/>
|
|
462
|
+
<l:template name="setindex" text="%t"/>
|
|
463
|
+
<l:template name="sidebar" text="%t"/>
|
|
464
|
+
<l:template name="table" text="%t"/>
|
|
465
|
+
<l:template name="task" text="%t"/>
|
|
466
|
+
<l:template name="tip" text="%t"/>
|
|
467
|
+
<l:template name="toc" text="%t"/>
|
|
468
|
+
<l:template name="variablelist" text="%t"/>
|
|
469
|
+
<l:template name="varlistentry" text="%n"/>
|
|
470
|
+
<l:template name="warning" text="%t"/>
|
|
471
|
+
<l:template name="olink.document.citation" text=" in %o"/>
|
|
472
|
+
<l:template name="olink.page.citation" text=" (page %p)"/>
|
|
473
|
+
<l:template name="page.citation" text=" [%p]"/>
|
|
474
|
+
<l:template name="page" text="(page %p)"/>
|
|
475
|
+
<l:template name="docname" text=" in %o"/>
|
|
476
|
+
<l:template name="docnamelong" text=" in the document titled %o"/>
|
|
477
|
+
<l:template name="pageabbrev" text="(p. %p)"/>
|
|
478
|
+
<l:template name="Page" text="Page %p"/>
|
|
479
|
+
<l:template name="topic" text="%t" lang="en"/>
|
|
480
|
+
<l:template name="bridgehead" text="ఆ విభాగము పిలువబడుతుంది “%t”"/>
|
|
481
|
+
<l:template name="refsection" text="ఆ విభాగము పిలువబడుతుంది “%t”"/>
|
|
482
|
+
<l:template name="refsect1" text="ఆ విభాగము పిలువబడుతుంది “%t”"/>
|
|
483
|
+
<l:template name="refsect2" text="ఆ విభాగము పిలువబడుతుంది “%t”"/>
|
|
484
|
+
<l:template name="refsect3" text="ఆ విభాగము పిలువబడుతుంది “%t”"/>
|
|
485
|
+
<l:template name="sect1" text="ఆ విభాగము పిలువబడుతుంది “%t”"/>
|
|
486
|
+
<l:template name="sect2" text="ఆ విభాగము పిలువబడుతుంది “%t”"/>
|
|
487
|
+
<l:template name="sect3" text="ఆ విభాగము పిలువబడుతుంది “%t”"/>
|
|
488
|
+
<l:template name="sect4" text="ఆ విభాగము పిలువబడుతుంది “%t”"/>
|
|
489
|
+
<l:template name="sect5" text="ఆ విభాగము పిలువబడుతుంది “%t”"/>
|
|
490
|
+
<l:template name="section" text="ఆ విభాగము పిలువబడుతుంది “%t”"/>
|
|
491
|
+
<l:template name="simplesect" text="ఆ విభాగము పిలువబడుతుంది “%t”"/>
|
|
492
|
+
</l:context>
|
|
493
|
+
<l:context name="xref-number"><l:template name="answer" text="సమాధానం: %n"/>
|
|
494
|
+
<l:template name="appendix" text="అనుబంధం %n"/>
|
|
495
|
+
<l:template name="bridgehead" text="విభాగము %n"/>
|
|
496
|
+
<l:template name="chapter" text="అధ్యాయము %n"/>
|
|
497
|
+
<l:template name="equation" text="సమీకరణము %n"/>
|
|
498
|
+
<l:template name="example" text="ఉదాహరణ %n"/>
|
|
499
|
+
<l:template name="figure" text="మూర్తి %n"/>
|
|
500
|
+
<l:template name="part" text="భాగము %n"/>
|
|
501
|
+
<l:template name="procedure" text="పద్ధతి %n"/>
|
|
502
|
+
<l:template name="productionset" text="ఉత్పత్తి %n"/>
|
|
503
|
+
<l:template name="qandadiv" text="ప్రశ్నలు & సమాధానములు %n"/>
|
|
504
|
+
<l:template name="qandaentry" text="ప్రశ్న: %n"/>
|
|
505
|
+
<l:template name="question" text="ప్రశ్న: %n"/>
|
|
506
|
+
<l:template name="sect1" text="విభాగము %n"/>
|
|
507
|
+
<l:template name="sect2" text="విభాగము %n"/>
|
|
508
|
+
<l:template name="sect3" text="విభాగము %n"/>
|
|
509
|
+
<l:template name="sect4" text="విభాగము %n"/>
|
|
510
|
+
<l:template name="sect5" text="విభాగము %n"/>
|
|
511
|
+
<l:template name="section" text="విభాగము %n"/>
|
|
512
|
+
<l:template name="table" text="పట్టిక %n"/>
|
|
513
|
+
</l:context>
|
|
514
|
+
<l:context name="xref-number-and-title"><l:template name="appendix" text="అనుబంధం %n, %t"/>
|
|
515
|
+
<l:template name="bridgehead" text="విభాగము %n, “%t”"/>
|
|
516
|
+
<l:template name="chapter" text="అధ్యాయము %n, %t"/>
|
|
517
|
+
<l:template name="equation" text="సమీకరణము %n, “%t”"/>
|
|
518
|
+
<l:template name="example" text="ఉదాహరణ %n, “%t”"/>
|
|
519
|
+
<l:template name="figure" text="మూర్తి %n, “%t”"/>
|
|
520
|
+
<l:template name="part" text="భాగము %n, “%t”"/>
|
|
521
|
+
<l:template name="procedure" text="పద్ధతి %n, “%t”"/>
|
|
522
|
+
<l:template name="productionset" text="ఉత్పత్తి %n, “%t”"/>
|
|
523
|
+
<l:template name="qandadiv" text="ప్రశ్నలు & సమాధానములు %n, “%t”"/>
|
|
524
|
+
<l:template name="refsect1" text="ఆ విభాగము పిలువబడుతుంది “%t”"/>
|
|
525
|
+
<l:template name="refsect2" text="ఆ విభాగము పిలువబడుతుంది “%t”"/>
|
|
526
|
+
<l:template name="refsect3" text="ఆ విభాగము పిలువబడుతుంది “%t”"/>
|
|
527
|
+
<l:template name="refsection" text="ఆ విభాగము పిలువబడుతుంది “%t”"/>
|
|
528
|
+
<l:template name="sect1" text="విభాగము %n, “%t”"/>
|
|
529
|
+
<l:template name="sect2" text="విభాగము %n, “%t”"/>
|
|
530
|
+
<l:template name="sect3" text="విభాగము %n, “%t”"/>
|
|
531
|
+
<l:template name="sect4" text="విభాగము %n, “%t”"/>
|
|
532
|
+
<l:template name="sect5" text="విభాగము %n, “%t”"/>
|
|
533
|
+
<l:template name="section" text="విభాగము %n, “%t”"/>
|
|
534
|
+
<l:template name="simplesect" text="ఆ విభాగము పిలువబడుతుంది “%t”"/>
|
|
535
|
+
<l:template name="table" text="పట్టిక %n, “%t”"/>
|
|
536
|
+
</l:context>
|
|
537
|
+
<l:context name="authorgroup"><l:template name="sep" text=", "/>
|
|
538
|
+
<l:template name="sep2" text=" మరియు "/>
|
|
539
|
+
<l:template name="seplast" text=", మరియు "/>
|
|
540
|
+
</l:context>
|
|
541
|
+
<l:context name="glossary"><l:template name="see" text="చూడుము %t."/>
|
|
542
|
+
<l:template name="seealso" text="ఇదికూడా చూడుము %t."/>
|
|
543
|
+
<l:template name="seealso-separator" text=", "/>
|
|
544
|
+
</l:context>
|
|
545
|
+
<l:context name="msgset"><l:template name="MsgAud" text="ప్రేక్షకులు: "/>
|
|
546
|
+
<l:template name="MsgLevel" text="స్థాయి: "/>
|
|
547
|
+
<l:template name="MsgOrig" text="మూలము: "/>
|
|
548
|
+
</l:context>
|
|
549
|
+
<l:context name="datetime"><l:template name="format" text="d/m/Y"/>
|
|
550
|
+
</l:context>
|
|
551
|
+
<l:context name="termdef"><l:template name="prefix" text="[Definition: "/>
|
|
552
|
+
<l:template name="suffix" text="]"/>
|
|
553
|
+
</l:context>
|
|
554
|
+
<l:context name="datetime-full"><l:template name="January" text="జనవరి"/>
|
|
555
|
+
<l:template name="February" text="ఫిబ్రవరి"/>
|
|
556
|
+
<l:template name="March" text="మార్చి"/>
|
|
557
|
+
<l:template name="April" text="ఏప్రిల్"/>
|
|
558
|
+
<l:template name="May" text="మే"/>
|
|
559
|
+
<l:template name="June" text="జూన్"/>
|
|
560
|
+
<l:template name="July" text="జులై"/>
|
|
561
|
+
<l:template name="August" text="ఆగస్టు"/>
|
|
562
|
+
<l:template name="September" text="సెప్టెంబర్"/>
|
|
563
|
+
<l:template name="October" text="అక్టోబర్"/>
|
|
564
|
+
<l:template name="November" text="నవంబర్"/>
|
|
565
|
+
<l:template name="December" text="డిసెంబర్"/>
|
|
566
|
+
<l:template name="Monday" text="సోమవారము"/>
|
|
567
|
+
<l:template name="Tuesday" text="మంగళవారము"/>
|
|
568
|
+
<l:template name="Wednesday" text="బుధవారము"/>
|
|
569
|
+
<l:template name="Thursday" text="గురువారము"/>
|
|
570
|
+
<l:template name="Friday" text="శుక్రవారము"/>
|
|
571
|
+
<l:template name="Saturday" text="శనివారము"/>
|
|
572
|
+
<l:template name="Sunday" text="ఆదివారము"/>
|
|
573
|
+
</l:context>
|
|
574
|
+
<l:context name="datetime-abbrev"><l:template name="Jan" text="జన"/>
|
|
575
|
+
<l:template name="Feb" text="ఫిబ్ర"/>
|
|
576
|
+
<l:template name="Mar" text="మార్చి"/>
|
|
577
|
+
<l:template name="Apr" text="ఏప్రి"/>
|
|
578
|
+
<l:template name="May" text="మే"/>
|
|
579
|
+
<l:template name="Jun" text="జూన్"/>
|
|
580
|
+
<l:template name="Jul" text="జులై"/>
|
|
581
|
+
<l:template name="Aug" text="ఆగ"/>
|
|
582
|
+
<l:template name="Sep" text="సెప్టెం"/>
|
|
583
|
+
<l:template name="Oct" text="అక్టో"/>
|
|
584
|
+
<l:template name="Nov" text="నవం"/>
|
|
585
|
+
<l:template name="Dec" text="డిసెం"/>
|
|
586
|
+
<l:template name="Mon" text="సోమ"/>
|
|
587
|
+
<l:template name="Tue" text="మంగళ"/>
|
|
588
|
+
<l:template name="Wed" text="బుధ"/>
|
|
589
|
+
<l:template name="Thu" text="గురు"/>
|
|
590
|
+
<l:template name="Fri" text="శుక్ర"/>
|
|
591
|
+
<l:template name="Sat" text="శని"/>
|
|
592
|
+
<l:template name="Sun" text="ఆది"/>
|
|
593
|
+
</l:context>
|
|
594
|
+
<l:context name="htmlhelp"><l:template name="langcode" text="0x044a Telugu"/>
|
|
595
|
+
</l:context>
|
|
596
|
+
<l:context name="index"><l:template name="term-separator" text=", "/>
|
|
597
|
+
<l:template name="number-separator" text=", "/>
|
|
598
|
+
<l:template name="range-separator" text="-"/>
|
|
599
|
+
</l:context>
|
|
600
|
+
<l:context name="iso690"><l:template name="lastfirst.sep" text=", "/>
|
|
601
|
+
<l:template name="alt.person.two.sep" text=" – "/>
|
|
602
|
+
<l:template name="alt.person.last.sep" text=" – "/>
|
|
603
|
+
<l:template name="alt.person.more.sep" text=" – "/>
|
|
604
|
+
<l:template name="primary.editor" text=" (ed.)"/>
|
|
605
|
+
<l:template name="primary.many" text=", et al."/>
|
|
606
|
+
<l:template name="primary.sep" text=". "/>
|
|
607
|
+
<l:template name="submaintitle.sep" text=": "/>
|
|
608
|
+
<l:template name="title.sep" text=". "/>
|
|
609
|
+
<l:template name="othertitle.sep" text=", "/>
|
|
610
|
+
<l:template name="medium1" text=" ["/>
|
|
611
|
+
<l:template name="medium2" text="]"/>
|
|
612
|
+
<l:template name="secondary.person.sep" text="; "/>
|
|
613
|
+
<l:template name="secondary.sep" text=". "/>
|
|
614
|
+
<l:template name="respons.sep" text=". "/>
|
|
615
|
+
<l:template name="edition.sep" text=". "/>
|
|
616
|
+
<l:template name="edition.serial.sep" text=", "/>
|
|
617
|
+
<l:template name="issuing.range" text="-"/>
|
|
618
|
+
<l:template name="issuing.div" text=", "/>
|
|
619
|
+
<l:template name="issuing.sep" text=". "/>
|
|
620
|
+
<l:template name="partnr.sep" text=". "/>
|
|
621
|
+
<l:template name="placepubl.sep" text=": "/>
|
|
622
|
+
<l:template name="publyear.sep" text=", "/>
|
|
623
|
+
<l:template name="pubinfo.sep" text=". "/>
|
|
624
|
+
<l:template name="spec.pubinfo.sep" text=", "/>
|
|
625
|
+
<l:template name="upd.sep" text=", "/>
|
|
626
|
+
<l:template name="datecit1" text=" [cited "/>
|
|
627
|
+
<l:template name="datecit2" text="]"/>
|
|
628
|
+
<l:template name="extent.sep" text=". "/>
|
|
629
|
+
<l:template name="locs.sep" text=", "/>
|
|
630
|
+
<l:template name="location.sep" text=". "/>
|
|
631
|
+
<l:template name="serie.sep" text=". "/>
|
|
632
|
+
<l:template name="notice.sep" text=". "/>
|
|
633
|
+
<l:template name="access" text="Available "/>
|
|
634
|
+
<l:template name="acctoo" text="Also available "/>
|
|
635
|
+
<l:template name="onwww" text="from World Wide Web"/>
|
|
636
|
+
<l:template name="oninet" text="from Internet"/>
|
|
637
|
+
<l:template name="access.end" text=": "/>
|
|
638
|
+
<l:template name="link1" text="<"/>
|
|
639
|
+
<l:template name="link2" text=">"/>
|
|
640
|
+
<l:template name="access.sep" text=". "/>
|
|
641
|
+
<l:template name="isbn" text="ISBN "/>
|
|
642
|
+
<l:template name="issn" text="ISSN "/>
|
|
643
|
+
<l:template name="stdnum.sep" text=". "/>
|
|
644
|
+
<l:template name="patcountry.sep" text=". "/>
|
|
645
|
+
<l:template name="pattype.sep" text=", "/>
|
|
646
|
+
<l:template name="patnum.sep" text=". "/>
|
|
647
|
+
<l:template name="patdate.sep" text=". "/>
|
|
648
|
+
</l:context><l:letters><l:l i="-1"/>
|
|
649
|
+
<l:l i="0">చిహ్నములు</l:l>
|
|
650
|
+
<l:l i="10">A</l:l>
|
|
651
|
+
<l:l i="10">a</l:l>
|
|
652
|
+
<l:l i="20">B</l:l>
|
|
653
|
+
<l:l i="20">b</l:l>
|
|
654
|
+
<l:l i="30">C</l:l>
|
|
655
|
+
<l:l i="30">c</l:l>
|
|
656
|
+
<l:l i="40">D</l:l>
|
|
657
|
+
<l:l i="40">d</l:l>
|
|
658
|
+
<l:l i="50">E</l:l>
|
|
659
|
+
<l:l i="50">e</l:l>
|
|
660
|
+
<l:l i="60">F</l:l>
|
|
661
|
+
<l:l i="60">f</l:l>
|
|
662
|
+
<l:l i="70">G</l:l>
|
|
663
|
+
<l:l i="70">g</l:l>
|
|
664
|
+
<l:l i="80">H</l:l>
|
|
665
|
+
<l:l i="80">h</l:l>
|
|
666
|
+
<l:l i="90">I</l:l>
|
|
667
|
+
<l:l i="90">i</l:l>
|
|
668
|
+
<l:l i="100">J</l:l>
|
|
669
|
+
<l:l i="100">j</l:l>
|
|
670
|
+
<l:l i="110">K</l:l>
|
|
671
|
+
<l:l i="110">k</l:l>
|
|
672
|
+
<l:l i="120">L</l:l>
|
|
673
|
+
<l:l i="120">l</l:l>
|
|
674
|
+
<l:l i="130">M</l:l>
|
|
675
|
+
<l:l i="130">m</l:l>
|
|
676
|
+
<l:l i="140">N</l:l>
|
|
677
|
+
<l:l i="140">n</l:l>
|
|
678
|
+
<l:l i="150">O</l:l>
|
|
679
|
+
<l:l i="150">o</l:l>
|
|
680
|
+
<l:l i="160">P</l:l>
|
|
681
|
+
<l:l i="160">p</l:l>
|
|
682
|
+
<l:l i="170">Q</l:l>
|
|
683
|
+
<l:l i="170">q</l:l>
|
|
684
|
+
<l:l i="180">R</l:l>
|
|
685
|
+
<l:l i="180">r</l:l>
|
|
686
|
+
<l:l i="190">S</l:l>
|
|
687
|
+
<l:l i="190">s</l:l>
|
|
688
|
+
<l:l i="200">T</l:l>
|
|
689
|
+
<l:l i="200">t</l:l>
|
|
690
|
+
<l:l i="210">U</l:l>
|
|
691
|
+
<l:l i="210">u</l:l>
|
|
692
|
+
<l:l i="220">V</l:l>
|
|
693
|
+
<l:l i="220">v</l:l>
|
|
694
|
+
<l:l i="230">W</l:l>
|
|
695
|
+
<l:l i="230">w</l:l>
|
|
696
|
+
<l:l i="240">X</l:l>
|
|
697
|
+
<l:l i="240">x</l:l>
|
|
698
|
+
<l:l i="250">Y</l:l>
|
|
699
|
+
<l:l i="250">y</l:l>
|
|
700
|
+
<l:l i="260">Z</l:l>
|
|
701
|
+
<l:l i="260">z</l:l>
|
|
702
|
+
</l:letters>
|
|
703
|
+
</l:l10n>
|