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,291 @@
|
|
|
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:dyn="http://exslt.org/dynamic"
|
|
6
|
+
xmlns:saxon="http://icl.com/saxon"
|
|
7
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
8
|
+
exclude-result-prefixes="doc dyn saxon d"
|
|
9
|
+
version='1.0'>
|
|
10
|
+
|
|
11
|
+
<!-- ********************************************************************
|
|
12
|
+
$Id: utility.xsl 7101 2007-07-20 15:32:12Z xmldoc $
|
|
13
|
+
********************************************************************
|
|
14
|
+
|
|
15
|
+
This file is part of the XSL DocBook Stylesheet distribution.
|
|
16
|
+
See ../README or http://docbook.sf.net/release/xsl/current/ for
|
|
17
|
+
copyright and other information.
|
|
18
|
+
|
|
19
|
+
******************************************************************** -->
|
|
20
|
+
<doc:reference xmlns="" xml:id="utility">
|
|
21
|
+
<info>
|
|
22
|
+
<title>Common » Utility Template Reference</title>
|
|
23
|
+
<releaseinfo role="meta">
|
|
24
|
+
$Id: utility.xsl 7101 2007-07-20 15:32:12Z xmldoc $
|
|
25
|
+
</releaseinfo>
|
|
26
|
+
</info>
|
|
27
|
+
<!-- * yes, partintro is a valid child of a reference... -->
|
|
28
|
+
<partintro xml:id="partintro">
|
|
29
|
+
<title>Introduction</title>
|
|
30
|
+
<para>This is technical reference documentation for the
|
|
31
|
+
miscellaneous utility templates in the DocBook XSL
|
|
32
|
+
Stylesheets.</para>
|
|
33
|
+
<note>
|
|
34
|
+
<para>These templates are defined in a separate file from the set
|
|
35
|
+
of “common” templates because some of the common templates
|
|
36
|
+
reference DocBook XSL stylesheet parameters, requiring the
|
|
37
|
+
entire set of parameters to be imported/included in any
|
|
38
|
+
stylesheet that imports/includes the common templates.</para>
|
|
39
|
+
<para>The utility templates don’t import or include any DocBook
|
|
40
|
+
XSL stylesheet parameters, so the utility templates can be used
|
|
41
|
+
without importing the whole set of parameters.</para>
|
|
42
|
+
</note>
|
|
43
|
+
<para>This is not intended to be user documentation. It is
|
|
44
|
+
provided for developers writing customization layers for the
|
|
45
|
+
stylesheets.</para>
|
|
46
|
+
</partintro>
|
|
47
|
+
</doc:reference>
|
|
48
|
+
|
|
49
|
+
<!-- ====================================================================== -->
|
|
50
|
+
|
|
51
|
+
<doc:template name="log.message" xmlns="">
|
|
52
|
+
<refpurpose>Logs/emits formatted notes and warnings</refpurpose>
|
|
53
|
+
|
|
54
|
+
<refdescription id="log.message-desc">
|
|
55
|
+
<para>The <function>log.message</function> template is a utility
|
|
56
|
+
template for logging/emitting formatted messages – that is,
|
|
57
|
+
notes and warnings, along with a given log “level” and an
|
|
58
|
+
identifier for the “source” that the message relates to.</para>
|
|
59
|
+
</refdescription>
|
|
60
|
+
|
|
61
|
+
<refparameter id="log.message-params">
|
|
62
|
+
<variablelist>
|
|
63
|
+
<varlistentry><term>level</term>
|
|
64
|
+
<listitem>
|
|
65
|
+
<para>Text to log/emit in the message-level field to
|
|
66
|
+
indicate the message level
|
|
67
|
+
(<literal>Note</literal> or
|
|
68
|
+
<literal>Warning</literal>)</para>
|
|
69
|
+
</listitem>
|
|
70
|
+
</varlistentry>
|
|
71
|
+
<varlistentry><term>source</term>
|
|
72
|
+
<listitem>
|
|
73
|
+
<para>Text to log/emit in the source field to identify the
|
|
74
|
+
“source” to which the notification/warning relates.
|
|
75
|
+
This can be any arbitrary string, but because the
|
|
76
|
+
message lacks line and column numbers to identify the
|
|
77
|
+
exact part of the source document to which it
|
|
78
|
+
relates, the intention is that the value you pass
|
|
79
|
+
into the <literal>source</literal> parameter should
|
|
80
|
+
give the user some way to identify the portion of
|
|
81
|
+
their source document on which to take potentially
|
|
82
|
+
take action in response to the log message (for
|
|
83
|
+
example, to edit, change, or add content).</para>
|
|
84
|
+
<para>So the <literal>source</literal> value should be,
|
|
85
|
+
for example, an ID, book/chapter/article title, title
|
|
86
|
+
of some formal object, or even a string giving an
|
|
87
|
+
XPath expression.</para>
|
|
88
|
+
</listitem>
|
|
89
|
+
</varlistentry>
|
|
90
|
+
<varlistentry><term>context-desc</term>
|
|
91
|
+
<listitem>
|
|
92
|
+
<para>Text to log/emit in the context-description field to
|
|
93
|
+
describe the context for the message.</para>
|
|
94
|
+
</listitem>
|
|
95
|
+
</varlistentry>
|
|
96
|
+
<varlistentry><term>context-desc-field-length</term>
|
|
97
|
+
<listitem>
|
|
98
|
+
<para>Specifies length of the context-description field
|
|
99
|
+
(in characters); default is 12</para>
|
|
100
|
+
<para>If the text specified by the
|
|
101
|
+
<literal>context-desc</literal> parameter is longer
|
|
102
|
+
than the number of characters specified in
|
|
103
|
+
<literal>context-desc-field-length</literal>, it is
|
|
104
|
+
truncated to <literal>context-desc-field-length</literal>
|
|
105
|
+
(12 characters by default).</para>
|
|
106
|
+
<para>If the specified text is shorter than
|
|
107
|
+
<literal>context-desc-field-length</literal>,
|
|
108
|
+
it is right-padded out to
|
|
109
|
+
<literal>context-desc-field-length</literal> (12 by
|
|
110
|
+
default).</para>
|
|
111
|
+
<para>If no value has been specified for the
|
|
112
|
+
<literal>context-desc</literal> parameter, the field is
|
|
113
|
+
left empty and the text of the log message begins with
|
|
114
|
+
the value of the <literal>message</literal>
|
|
115
|
+
parameter.</para>
|
|
116
|
+
</listitem>
|
|
117
|
+
</varlistentry>
|
|
118
|
+
<varlistentry><term>message</term>
|
|
119
|
+
<listitem>
|
|
120
|
+
<para>Text to log/emit in the actual message field</para>
|
|
121
|
+
</listitem>
|
|
122
|
+
</varlistentry>
|
|
123
|
+
<varlistentry><term>message-field-length</term>
|
|
124
|
+
<listitem>
|
|
125
|
+
<para>Specifies length of the message
|
|
126
|
+
field (in characters); default is 45</para>
|
|
127
|
+
</listitem>
|
|
128
|
+
</varlistentry>
|
|
129
|
+
</variablelist>
|
|
130
|
+
</refparameter>
|
|
131
|
+
<refreturn id="log.message-returns">
|
|
132
|
+
<para>Outputs a message (generally, to standard error).</para></refreturn>
|
|
133
|
+
</doc:template>
|
|
134
|
+
<xsl:template name="log.message">
|
|
135
|
+
<xsl:param name="level"/>
|
|
136
|
+
<xsl:param name="source"/>
|
|
137
|
+
<xsl:param name="context-desc"/>
|
|
138
|
+
<xsl:param name="context-desc-field-length">12</xsl:param>
|
|
139
|
+
<xsl:param name="context-desc-padded">
|
|
140
|
+
<xsl:if test="not($context-desc = '')">
|
|
141
|
+
<xsl:call-template name="pad-string">
|
|
142
|
+
<xsl:with-param name="leftRight">right</xsl:with-param>
|
|
143
|
+
<xsl:with-param name="padVar"
|
|
144
|
+
select="substring($context-desc, 1, $context-desc-field-length)"/>
|
|
145
|
+
<xsl:with-param name="length" select="$context-desc-field-length"/>
|
|
146
|
+
</xsl:call-template>
|
|
147
|
+
</xsl:if>
|
|
148
|
+
</xsl:param>
|
|
149
|
+
<xsl:param name="message"/>
|
|
150
|
+
<xsl:param name="message-field-length" select="45"/>
|
|
151
|
+
<xsl:param name="message-padded">
|
|
152
|
+
<xsl:variable name="spaces-for-blank-level">
|
|
153
|
+
<!-- * if the level field is blank, we'll need to pad out -->
|
|
154
|
+
<!-- * the message field with spaces to compensate -->
|
|
155
|
+
<xsl:choose>
|
|
156
|
+
<xsl:when test="$level = ''">
|
|
157
|
+
<xsl:value-of select="4 + 2"/>
|
|
158
|
+
<!-- * 4 = hard-coded length of comment text ("Note" or "Warn") -->
|
|
159
|
+
<!-- * + 2 = length of colon-plus-space separator ": " -->
|
|
160
|
+
</xsl:when>
|
|
161
|
+
<xsl:otherwise>
|
|
162
|
+
<xsl:value-of select="0"/>
|
|
163
|
+
</xsl:otherwise>
|
|
164
|
+
</xsl:choose>
|
|
165
|
+
</xsl:variable>
|
|
166
|
+
<xsl:variable name="spaces-for-blank-context-desc">
|
|
167
|
+
<!-- * if the context-description field is blank, we'll need -->
|
|
168
|
+
<!-- * to pad out the message field with spaces to compensate -->
|
|
169
|
+
<xsl:choose>
|
|
170
|
+
<xsl:when test="$context-desc = ''">
|
|
171
|
+
<xsl:value-of select="$context-desc-field-length + 2"/>
|
|
172
|
+
<!-- * + 2 = length of colon-plus-space separator ": " -->
|
|
173
|
+
</xsl:when>
|
|
174
|
+
<xsl:otherwise>
|
|
175
|
+
<xsl:value-of select="0"/>
|
|
176
|
+
</xsl:otherwise>
|
|
177
|
+
</xsl:choose>
|
|
178
|
+
</xsl:variable>
|
|
179
|
+
<xsl:variable name="extra-spaces"
|
|
180
|
+
select="$spaces-for-blank-level + $spaces-for-blank-context-desc"/>
|
|
181
|
+
<xsl:call-template name="pad-string">
|
|
182
|
+
<xsl:with-param name="leftRight">right</xsl:with-param>
|
|
183
|
+
<xsl:with-param name="padVar"
|
|
184
|
+
select="substring($message, 1, ($message-field-length + $extra-spaces))"/>
|
|
185
|
+
<xsl:with-param name="length"
|
|
186
|
+
select="$message-field-length + $extra-spaces"/>
|
|
187
|
+
</xsl:call-template>
|
|
188
|
+
</xsl:param>
|
|
189
|
+
<!-- * emit the actual log message -->
|
|
190
|
+
<xsl:message>
|
|
191
|
+
<xsl:if test="not($level = '')">
|
|
192
|
+
<xsl:value-of select="$level"/>
|
|
193
|
+
<xsl:text>: </xsl:text>
|
|
194
|
+
</xsl:if>
|
|
195
|
+
<xsl:if test="not($context-desc = '')">
|
|
196
|
+
<xsl:value-of select="$context-desc-padded"/>
|
|
197
|
+
<xsl:text>: </xsl:text>
|
|
198
|
+
</xsl:if>
|
|
199
|
+
<xsl:value-of select="$message-padded"/>
|
|
200
|
+
<xsl:text> </xsl:text>
|
|
201
|
+
<xsl:value-of select="$source"/>
|
|
202
|
+
</xsl:message>
|
|
203
|
+
</xsl:template>
|
|
204
|
+
|
|
205
|
+
<!-- ===================================== -->
|
|
206
|
+
<doc:template name="get.doc.title" xmlns="">
|
|
207
|
+
<refpurpose>Gets a title from the current document</refpurpose>
|
|
208
|
+
<refdescription id="get.doc.title-desc">
|
|
209
|
+
<para>The <function>get.doc.title</function> template is a
|
|
210
|
+
utility template for returning the first title found in the
|
|
211
|
+
current document.</para>
|
|
212
|
+
</refdescription>
|
|
213
|
+
<refreturn id="get.doc.title-returns">
|
|
214
|
+
<para>Returns a string containing some identifying title for the
|
|
215
|
+
current document .</para></refreturn>
|
|
216
|
+
</doc:template>
|
|
217
|
+
<xsl:template name="get.doc.title">
|
|
218
|
+
<xsl:choose>
|
|
219
|
+
<xsl:when test="//*[local-name() = 'title'
|
|
220
|
+
or local-name() = 'refname']">
|
|
221
|
+
<xsl:value-of select="//*[local-name() = 'title'
|
|
222
|
+
or local-name() = 'refname'][1]"/>
|
|
223
|
+
</xsl:when>
|
|
224
|
+
<xsl:when test="substring(local-name(*[1]),
|
|
225
|
+
string-length(local-name(*[1])-3) = 'info')
|
|
226
|
+
and *[1]/*[local-name() = 'title']">
|
|
227
|
+
<xsl:value-of select="*[1]/*[local-name() = 'title'][1]"/>
|
|
228
|
+
</xsl:when>
|
|
229
|
+
</xsl:choose>
|
|
230
|
+
</xsl:template>
|
|
231
|
+
|
|
232
|
+
<!-- ===================================== -->
|
|
233
|
+
<doc:template name="pad-string" xmlns="">
|
|
234
|
+
<refpurpose>Right-pads or left-pads a string out to a certain length</refpurpose>
|
|
235
|
+
<refdescription id="pad-string-desc">
|
|
236
|
+
<para>This function takes string <parameter>padVar</parameter> and
|
|
237
|
+
pads it out in the direction <parameter>rightLeft</parameter> to
|
|
238
|
+
the string-length <parameter>length</parameter>, using string
|
|
239
|
+
<parameter>padChar</parameter> (a space character by default) as
|
|
240
|
+
the padding string (note that <parameter>padChar</parameter> can
|
|
241
|
+
be a string; it is not limited to just being a single
|
|
242
|
+
character).</para>
|
|
243
|
+
<note>
|
|
244
|
+
<para>This function began as a copy of Nate Austin's
|
|
245
|
+
<function>prepend-pad</function> function in the <link
|
|
246
|
+
xlink:href="http://www.dpawson.co.uk/xsl/sect2/padding.html" >Padding
|
|
247
|
+
Content</link> section of Dave Pawson's <link
|
|
248
|
+
xlink:href="http://www.dpawson.co.uk/xsl/index.html" >XSLT
|
|
249
|
+
FAQ</link>.</para>
|
|
250
|
+
</note>
|
|
251
|
+
</refdescription>
|
|
252
|
+
<refreturn id="pad-string-returns">
|
|
253
|
+
<para>Returns a (padded) string.</para></refreturn>
|
|
254
|
+
</doc:template>
|
|
255
|
+
<xsl:template name="pad-string">
|
|
256
|
+
<!-- * recursive template to right/left pad the value with -->
|
|
257
|
+
<!-- * whatever padChar is passed in -->
|
|
258
|
+
<xsl:param name="padChar" select="' '"/>
|
|
259
|
+
<xsl:param name="leftRight">left</xsl:param>
|
|
260
|
+
<xsl:param name="padVar"/>
|
|
261
|
+
<xsl:param name="length"/>
|
|
262
|
+
<xsl:choose>
|
|
263
|
+
<xsl:when test="string-length($padVar) < $length">
|
|
264
|
+
<xsl:call-template name="pad-string">
|
|
265
|
+
<xsl:with-param name="padChar" select="$padChar"/>
|
|
266
|
+
<xsl:with-param name="leftRight" select="$leftRight"/>
|
|
267
|
+
<xsl:with-param name="padVar">
|
|
268
|
+
<xsl:choose>
|
|
269
|
+
<!-- * determine whether string should be -->
|
|
270
|
+
<!-- * right- or left-padded -->
|
|
271
|
+
<xsl:when test="$leftRight = 'left'">
|
|
272
|
+
<!-- * pad it to left -->
|
|
273
|
+
<xsl:value-of select="concat($padChar,$padVar)"/>
|
|
274
|
+
</xsl:when>
|
|
275
|
+
<xsl:otherwise>
|
|
276
|
+
<!-- * otherwise, right-pad the string -->
|
|
277
|
+
<xsl:value-of select="concat($padVar,$padChar)"/>
|
|
278
|
+
</xsl:otherwise>
|
|
279
|
+
</xsl:choose>
|
|
280
|
+
</xsl:with-param>
|
|
281
|
+
<xsl:with-param name="length" select="$length"/>
|
|
282
|
+
</xsl:call-template>
|
|
283
|
+
</xsl:when>
|
|
284
|
+
<xsl:otherwise>
|
|
285
|
+
<xsl:value-of
|
|
286
|
+
select="substring($padVar,string-length($padVar) - $length + 1)"/>
|
|
287
|
+
</xsl:otherwise>
|
|
288
|
+
</xsl:choose>
|
|
289
|
+
</xsl:template>
|
|
290
|
+
|
|
291
|
+
</xsl:stylesheet>
|
data/xsl/common/vi.xml
ADDED
|
@@ -0,0 +1,1272 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="vi" english-language-name="Vietnamese">
|
|
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/vi.xml -->
|
|
10
|
+
<!-- * -->
|
|
11
|
+
<!-- * E-mail the edited vi.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="Tổng quan"/>
|
|
31
|
+
<l:gentext key="abstract" text="Tổng quan"/>
|
|
32
|
+
<l:gentext key="Acknowledgements" text="Acknowledgements" lang="en"/>
|
|
33
|
+
<l:gentext key="acknowledgements" text="Acknowledgements" lang="en"/>
|
|
34
|
+
<l:gentext key="Answer" text="Đ:"/>
|
|
35
|
+
<l:gentext key="answer" text="Đ:"/>
|
|
36
|
+
<l:gentext key="Appendix" text="Phụ lục"/>
|
|
37
|
+
<l:gentext key="appendix" text="phụ lục"/>
|
|
38
|
+
<l:gentext key="Article" text="Bài viết"/>
|
|
39
|
+
<l:gentext key="article" text="Bài viết"/>
|
|
40
|
+
<l:gentext key="Author" text="Author" lang="en"/>
|
|
41
|
+
<l:gentext key="Bibliography" text="Thư mục"/>
|
|
42
|
+
<l:gentext key="bibliography" text="Thư mục"/>
|
|
43
|
+
<l:gentext key="Book" text="Sách"/>
|
|
44
|
+
<l:gentext key="book" text="Sách"/>
|
|
45
|
+
<l:gentext key="CAUTION" text="CẨN THẬN"/>
|
|
46
|
+
<l:gentext key="Caution" text="Cẩn thận"/>
|
|
47
|
+
<l:gentext key="caution" text="Cẩn thận"/>
|
|
48
|
+
<l:gentext key="Chapter" text="Chương"/>
|
|
49
|
+
<l:gentext key="chapter" text="chương"/>
|
|
50
|
+
<l:gentext key="Colophon" text="Colophon"/>
|
|
51
|
+
<l:gentext key="colophon" text="Colophon"/>
|
|
52
|
+
<l:gentext key="Copyright" text="Bản quyền"/>
|
|
53
|
+
<l:gentext key="copyright" text="Bản quyền"/>
|
|
54
|
+
<l:gentext key="Dedication" text="Tặng"/>
|
|
55
|
+
<l:gentext key="dedication" text="Tặng"/>
|
|
56
|
+
<l:gentext key="Edition" text="Edition"/>
|
|
57
|
+
<l:gentext key="edition" text="Edition"/>
|
|
58
|
+
<l:gentext key="Editor" text="Editor" lang="en"/>
|
|
59
|
+
<l:gentext key="Equation" text="Phương trình"/>
|
|
60
|
+
<l:gentext key="equation" text="Phương trình"/>
|
|
61
|
+
<l:gentext key="Example" text="Ví dụ"/>
|
|
62
|
+
<l:gentext key="example" text="Ví dụ"/>
|
|
63
|
+
<l:gentext key="Figure" text="Hình"/>
|
|
64
|
+
<l:gentext key="figure" text="Hình"/>
|
|
65
|
+
<l:gentext key="Glossary" text="Thuật ngữ"/>
|
|
66
|
+
<l:gentext key="glossary" text="Thuật ngữ"/>
|
|
67
|
+
<l:gentext key="GlossSee" text="Xem"/>
|
|
68
|
+
<l:gentext key="glosssee" text="Xem"/>
|
|
69
|
+
<l:gentext key="GlossSeeAlso" text="Xem thêm"/>
|
|
70
|
+
<l:gentext key="glossseealso" text="Xem thêm"/>
|
|
71
|
+
<l:gentext key="IMPORTANT" text="QUAN TRỌNG"/>
|
|
72
|
+
<l:gentext key="important" text="Quan trọng"/>
|
|
73
|
+
<l:gentext key="Important" text="Quan trọng"/>
|
|
74
|
+
<l:gentext key="Index" text="Chỉ mục"/>
|
|
75
|
+
<l:gentext key="index" text="Chỉ mục"/>
|
|
76
|
+
<l:gentext key="ISBN" text="ISBN"/>
|
|
77
|
+
<l:gentext key="isbn" text="ISBN"/>
|
|
78
|
+
<l:gentext key="LegalNotice" text="Legal Notice"/>
|
|
79
|
+
<l:gentext key="legalnotice" text="Legal Notice"/>
|
|
80
|
+
<l:gentext key="MsgAud" text="Đọc giả"/>
|
|
81
|
+
<l:gentext key="msgaud" text="Đọc giả"/>
|
|
82
|
+
<l:gentext key="MsgLevel" text="Cấp"/>
|
|
83
|
+
<l:gentext key="msglevel" text="Cấp"/>
|
|
84
|
+
<l:gentext key="MsgOrig" text="Gốc"/>
|
|
85
|
+
<l:gentext key="msgorig" text="Gốc"/>
|
|
86
|
+
<l:gentext key="NOTE" text="GHI CHÚ"/>
|
|
87
|
+
<l:gentext key="Note" text="Ghi chú"/>
|
|
88
|
+
<l:gentext key="note" text="Ghi chú"/>
|
|
89
|
+
<l:gentext key="Part" text="Phần"/>
|
|
90
|
+
<l:gentext key="part" text="Phần"/>
|
|
91
|
+
<l:gentext key="Preface" text="Mở đầu"/>
|
|
92
|
+
<l:gentext key="preface" text="Mở đầu"/>
|
|
93
|
+
<l:gentext key="Procedure" text="Thủ tục"/>
|
|
94
|
+
<l:gentext key="procedure" text="Thủ tục"/>
|
|
95
|
+
<l:gentext key="ProductionSet" text="Sản phẩm"/>
|
|
96
|
+
<l:gentext key="PubDate" text="Publication Date" lang="en"/>
|
|
97
|
+
<l:gentext key="pubdate" text="Publication date" lang="en"/>
|
|
98
|
+
<l:gentext key="Published" text="Xuất bản"/>
|
|
99
|
+
<l:gentext key="published" text="Xuất bản"/>
|
|
100
|
+
<l:gentext key="Publisher" text="Publisher" lang="en"/>
|
|
101
|
+
<l:gentext key="Qandadiv" text="H và Đ"/>
|
|
102
|
+
<l:gentext key="qandadiv" text="H và Đ"/>
|
|
103
|
+
<l:gentext key="QandASet" text="Frequently Asked Questions" lang="en"/>
|
|
104
|
+
<l:gentext key="Question" text="H:"/>
|
|
105
|
+
<l:gentext key="question" text="H:"/>
|
|
106
|
+
<l:gentext key="RefEntry" text=""/>
|
|
107
|
+
<l:gentext key="refentry" text=""/>
|
|
108
|
+
<l:gentext key="Reference" text="Tham khảo"/>
|
|
109
|
+
<l:gentext key="reference" text="Tham khảo"/>
|
|
110
|
+
<l:gentext key="References" text="References" lang="en"/>
|
|
111
|
+
<l:gentext key="RefName" text="Tên"/>
|
|
112
|
+
<l:gentext key="refname" text="Tên"/>
|
|
113
|
+
<l:gentext key="RefSection" text=""/>
|
|
114
|
+
<l:gentext key="refsection" text=""/>
|
|
115
|
+
<l:gentext key="RefSynopsisDiv" text="Tóm tắt"/>
|
|
116
|
+
<l:gentext key="refsynopsisdiv" text="Tóm tắt"/>
|
|
117
|
+
<l:gentext key="RevHistory" text="Revision History"/>
|
|
118
|
+
<l:gentext key="revhistory" text="Revision History"/>
|
|
119
|
+
<l:gentext key="revision" text="Bản hiệu chỉnh"/>
|
|
120
|
+
<l:gentext key="Revision" text="Bản hiệu chỉnh"/>
|
|
121
|
+
<l:gentext key="sect1" text="Phần"/>
|
|
122
|
+
<l:gentext key="sect2" text="Phần"/>
|
|
123
|
+
<l:gentext key="sect3" text="Phần"/>
|
|
124
|
+
<l:gentext key="sect4" text="Phần"/>
|
|
125
|
+
<l:gentext key="sect5" text="Phần"/>
|
|
126
|
+
<l:gentext key="section" text="Phần"/>
|
|
127
|
+
<l:gentext key="Section" text="Phần"/>
|
|
128
|
+
<l:gentext key="see" text="xem"/>
|
|
129
|
+
<l:gentext key="See" text="See" lang="en"/>
|
|
130
|
+
<l:gentext key="seealso" text="xem thêm"/>
|
|
131
|
+
<l:gentext key="Seealso" text="See also" lang="en"/>
|
|
132
|
+
<l:gentext key="SeeAlso" text="See Also" lang="en"/>
|
|
133
|
+
<l:gentext key="set" text="Đặt"/>
|
|
134
|
+
<l:gentext key="Set" text="Đặt"/>
|
|
135
|
+
<l:gentext key="setindex" text="Đặt chỉ mục"/>
|
|
136
|
+
<l:gentext key="SetIndex" text="Đặt chỉ mục"/>
|
|
137
|
+
<l:gentext key="Sidebar" text=""/>
|
|
138
|
+
<l:gentext key="sidebar" text="thanh bên"/>
|
|
139
|
+
<l:gentext key="step" text="bước"/>
|
|
140
|
+
<l:gentext key="Step" text="Bước"/>
|
|
141
|
+
<l:gentext key="table" text="Bảng"/>
|
|
142
|
+
<l:gentext key="Table" text="Bảng"/>
|
|
143
|
+
<l:gentext key="task" text="Task" lang="en"/>
|
|
144
|
+
<l:gentext key="Task" text="Task" lang="en"/>
|
|
145
|
+
<l:gentext key="tip" text="Mẹo"/>
|
|
146
|
+
<l:gentext key="TIP" text="MẸO"/>
|
|
147
|
+
<l:gentext key="Tip" text="Mẹo"/>
|
|
148
|
+
<l:gentext key="Warning" text="Cảnh báo"/>
|
|
149
|
+
<l:gentext key="warning" text="Cảnh báo"/>
|
|
150
|
+
<l:gentext key="WARNING" text="CẢNH BÁO"/>
|
|
151
|
+
<l:gentext key="and" text="và"/>
|
|
152
|
+
<l:gentext key="or" text="hoặc"/>
|
|
153
|
+
<l:gentext key="by" text="bởi"/>
|
|
154
|
+
<l:gentext key="optional-step" text="(Optional) " lang="en"/>
|
|
155
|
+
<l:gentext key="Edited" text="Được biên soạn"/>
|
|
156
|
+
<l:gentext key="edited" text="Được biên soạn"/>
|
|
157
|
+
<l:gentext key="Editedby" text="Được biên soạn bởi"/>
|
|
158
|
+
<l:gentext key="editedby" text="Được biên soạn bởi"/>
|
|
159
|
+
<l:gentext key="in" text="trong"/>
|
|
160
|
+
<l:gentext key="lastlistcomma" text=","/>
|
|
161
|
+
<l:gentext key="listcomma" text=","/>
|
|
162
|
+
<l:gentext key="notes" text="Ghi chú"/>
|
|
163
|
+
<l:gentext key="Notes" text="Ghi chú"/>
|
|
164
|
+
<l:gentext key="Pgs" text="Pgs."/>
|
|
165
|
+
<l:gentext key="pgs" text="Pgs."/>
|
|
166
|
+
<l:gentext key="Revisedby" text="Hiệu chỉnh bởi: "/>
|
|
167
|
+
<l:gentext key="revisedby" text="Hiệu chỉnh bởi: "/>
|
|
168
|
+
<l:gentext key="TableNotes" text="Ghi chú"/>
|
|
169
|
+
<l:gentext key="tablenotes" text="Ghi chú"/>
|
|
170
|
+
<l:gentext key="TableofContents" text="Mục lục"/>
|
|
171
|
+
<l:gentext key="tableofcontents" text="Mục lục"/>
|
|
172
|
+
<l:gentext key="unexpectedelementname" text="Tên phần tử không đúng"/>
|
|
173
|
+
<l:gentext key="unsupported" text="không hỗ trợ"/>
|
|
174
|
+
<l:gentext key="xrefto" text="xref tới"/>
|
|
175
|
+
<l:gentext key="Authors" text="Authors" lang="en"/>
|
|
176
|
+
<l:gentext key="copyeditor" text="Copy Editor" lang="en"/>
|
|
177
|
+
<l:gentext key="graphicdesigner" text="Graphic Designer" lang="en"/>
|
|
178
|
+
<l:gentext key="productioneditor" text="Production Editor" lang="en"/>
|
|
179
|
+
<l:gentext key="technicaleditor" text="Technical Editor" lang="en"/>
|
|
180
|
+
<l:gentext key="translator" text="Translator" lang="en"/>
|
|
181
|
+
<l:gentext key="listofequations" text="Danh sách Phương trình"/>
|
|
182
|
+
<l:gentext key="ListofEquations" text="Danh sách Phương trình"/>
|
|
183
|
+
<l:gentext key="ListofExamples" text="Danh sách Ví dụ"/>
|
|
184
|
+
<l:gentext key="listofexamples" text="Danh sách Ví dụ"/>
|
|
185
|
+
<l:gentext key="ListofFigures" text="Danh sách Hình"/>
|
|
186
|
+
<l:gentext key="listoffigures" text="Danh sách Hình"/>
|
|
187
|
+
<l:gentext key="ListofProcedures" text="List of Procedures" lang="en"/>
|
|
188
|
+
<l:gentext key="listofprocedures" text="List of Procedures" lang="en"/>
|
|
189
|
+
<l:gentext key="listoftables" text="Danh sách Bảng"/>
|
|
190
|
+
<l:gentext key="ListofTables" text="Danh sách Bảng"/>
|
|
191
|
+
<l:gentext key="ListofUnknown" text="Danh sách Lạ"/>
|
|
192
|
+
<l:gentext key="listofunknown" text="Danh sách Lạ"/>
|
|
193
|
+
<l:gentext key="nav-home" text="Đầu"/>
|
|
194
|
+
<l:gentext key="nav-next" text="Kế tiếp"/>
|
|
195
|
+
<l:gentext key="nav-next-sibling" text="Tới nhanh"/>
|
|
196
|
+
<l:gentext key="nav-prev" text="Trước đó"/>
|
|
197
|
+
<l:gentext key="nav-prev-sibling" text="Lùi nhanh"/>
|
|
198
|
+
<l:gentext key="nav-up" text="Lên"/>
|
|
199
|
+
<l:gentext key="nav-toc" text="Mục lục"/>
|
|
200
|
+
<l:gentext key="Draft" text="Bản thảo"/>
|
|
201
|
+
<l:gentext key="above" text="trên"/>
|
|
202
|
+
<l:gentext key="below" text="dưới"/>
|
|
203
|
+
<l:gentext key="sectioncalled" text="phần"/>
|
|
204
|
+
<l:gentext key="index symbols" text="Ký hiệu"/>
|
|
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="‘" lang="en"/>
|
|
215
|
+
<l:dingbat key="singleendquote" text="’" lang="en"/>
|
|
216
|
+
<l:dingbat key="bullet" text="•"/>
|
|
217
|
+
<l:gentext key="hyphenation-character" text="-" lang="en"/>
|
|
218
|
+
<l:gentext key="hyphenation-push-character-count" text="2" lang="en"/>
|
|
219
|
+
<l:gentext key="hyphenation-remain-character-count" text="2" lang="en"/>
|
|
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="last-first"/>
|
|
256
|
+
</l:context>
|
|
257
|
+
<l:context name="title"><l:template name="abstract" text="%t"/>
|
|
258
|
+
<l:template name="acknowledgements" text="%t" lang="en"/>
|
|
259
|
+
<l:template name="answer" text="%t"/>
|
|
260
|
+
<l:template name="appendix" text="Phụ lục %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" lang="en"/>
|
|
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="Chương %n. %t"/>
|
|
275
|
+
<l:template name="colophon" text="%t"/>
|
|
276
|
+
<l:template name="dedication" text="%t"/>
|
|
277
|
+
<l:template name="equation" text="Phương trình %n. %t"/>
|
|
278
|
+
<l:template name="example" text="Ví dụ %n. %t"/>
|
|
279
|
+
<l:template name="figure" text="Hình %n. %t"/>
|
|
280
|
+
<l:template name="foil" text="%t" lang="en"/>
|
|
281
|
+
<l:template name="foilgroup" text="%t" lang="en"/>
|
|
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" lang="en"/>
|
|
286
|
+
<l:template name="glossentry" text="%t" lang="en"/>
|
|
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="Phần %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="Thủ tục %n. %t"/>
|
|
307
|
+
<l:template name="productionset" text="%t"/>
|
|
308
|
+
<l:template name="productionset.formal" text="Sản phẩm %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="Bảng %n. %t"/>
|
|
328
|
+
<l:template name="task" text="%t" lang="en"/>
|
|
329
|
+
<l:template name="tasksummary" text="%t" lang="en"/>
|
|
330
|
+
<l:template name="taskprerequisites" text="%t" lang="en"/>
|
|
331
|
+
<l:template name="taskrelated" text="%t" lang="en"/>
|
|
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" lang="en"/>
|
|
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" lang="en"/>
|
|
351
|
+
</l:context>
|
|
352
|
+
<l:context name="title-numbered"><l:template name="appendix" text="Phụ lục %n. %t"/>
|
|
353
|
+
<l:template name="article/appendix" text="%n. %t" lang="en"/>
|
|
354
|
+
<l:template name="bridgehead" text="%n. %t"/>
|
|
355
|
+
<l:template name="chapter" text="Chương %n. %t"/>
|
|
356
|
+
<l:template name="part" text="Phần %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" lang="en"/>
|
|
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" lang="en"/>
|
|
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" lang="en"/>
|
|
429
|
+
<l:template name="foilgroup" text="%t" lang="en"/>
|
|
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="H: %n"/>
|
|
455
|
+
<l:template name="qandaset" text="%t"/>
|
|
456
|
+
<l:template name="question" text="H: %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" lang="en"/>
|
|
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" lang="en"/>
|
|
472
|
+
<l:template name="olink.page.citation" text=" (page %p)" lang="en"/>
|
|
473
|
+
<l:template name="page.citation" text=" [%p]"/>
|
|
474
|
+
<l:template name="page" text="(page %p)" lang="en"/>
|
|
475
|
+
<l:template name="docname" text=" in %o" lang="en"/>
|
|
476
|
+
<l:template name="docnamelong" text=" in the document titled %o" lang="en"/>
|
|
477
|
+
<l:template name="pageabbrev" text="(p. %p)" lang="en"/>
|
|
478
|
+
<l:template name="Page" text="Page %p" lang="en"/>
|
|
479
|
+
<l:template name="topic" text="%t" lang="en"/>
|
|
480
|
+
<l:template name="bridgehead" text="phần “%t”"/>
|
|
481
|
+
<l:template name="refsection" text="phần “%t”"/>
|
|
482
|
+
<l:template name="refsect1" text="phần “%t”"/>
|
|
483
|
+
<l:template name="refsect2" text="phần “%t”"/>
|
|
484
|
+
<l:template name="refsect3" text="phần “%t”"/>
|
|
485
|
+
<l:template name="sect1" text="phần “%t”"/>
|
|
486
|
+
<l:template name="sect2" text="phần “%t”"/>
|
|
487
|
+
<l:template name="sect3" text="phần “%t”"/>
|
|
488
|
+
<l:template name="sect4" text="phần “%t”"/>
|
|
489
|
+
<l:template name="sect5" text="phần “%t”"/>
|
|
490
|
+
<l:template name="section" text="phần “%t”"/>
|
|
491
|
+
<l:template name="simplesect" text="phần “%t”"/>
|
|
492
|
+
</l:context>
|
|
493
|
+
<l:context name="xref-number"><l:template name="answer" text="Đ: %n"/>
|
|
494
|
+
<l:template name="appendix" text="Phụ lục %n"/>
|
|
495
|
+
<l:template name="bridgehead" text="Phần %n"/>
|
|
496
|
+
<l:template name="chapter" text="Chương %n"/>
|
|
497
|
+
<l:template name="equation" text="Phương trình %n"/>
|
|
498
|
+
<l:template name="example" text="Ví dụ %n"/>
|
|
499
|
+
<l:template name="figure" text="Hình %n"/>
|
|
500
|
+
<l:template name="part" text="Phần %n"/>
|
|
501
|
+
<l:template name="procedure" text="Thủ tục %n"/>
|
|
502
|
+
<l:template name="productionset" text="Sản phẩm %n"/>
|
|
503
|
+
<l:template name="qandadiv" text="H và Đ %n"/>
|
|
504
|
+
<l:template name="qandaentry" text="H: %n"/>
|
|
505
|
+
<l:template name="question" text="H: %n"/>
|
|
506
|
+
<l:template name="sect1" text="Phần %n"/>
|
|
507
|
+
<l:template name="sect2" text="Phần %n"/>
|
|
508
|
+
<l:template name="sect3" text="Phần %n"/>
|
|
509
|
+
<l:template name="sect4" text="Phần %n"/>
|
|
510
|
+
<l:template name="sect5" text="Phần %n"/>
|
|
511
|
+
<l:template name="section" text="Phần %n"/>
|
|
512
|
+
<l:template name="table" text="Bảng %n"/>
|
|
513
|
+
</l:context>
|
|
514
|
+
<l:context name="xref-number-and-title"><l:template name="appendix" text="Phụ lục %n, %t"/>
|
|
515
|
+
<l:template name="bridgehead" text="Phần %n, “%t”"/>
|
|
516
|
+
<l:template name="chapter" text="Chương %n, %t"/>
|
|
517
|
+
<l:template name="equation" text="Phương trình %n, “%t”"/>
|
|
518
|
+
<l:template name="example" text="Ví dụ %n, “%t”"/>
|
|
519
|
+
<l:template name="figure" text="Hình %n, “%t”"/>
|
|
520
|
+
<l:template name="part" text="Phần %n, “%t”"/>
|
|
521
|
+
<l:template name="procedure" text="Thủ tục %n, “%t”"/>
|
|
522
|
+
<l:template name="productionset" text="Sản phẩm %n, “%t”"/>
|
|
523
|
+
<l:template name="qandadiv" text="H và Đ %n, “%t”"/>
|
|
524
|
+
<l:template name="refsect1" text="phần “%t”"/>
|
|
525
|
+
<l:template name="refsect2" text="phần “%t”"/>
|
|
526
|
+
<l:template name="refsect3" text="phần “%t”"/>
|
|
527
|
+
<l:template name="refsection" text="phần “%t”"/>
|
|
528
|
+
<l:template name="sect1" text="Phần %n, “%t”"/>
|
|
529
|
+
<l:template name="sect2" text="Phần %n, “%t”"/>
|
|
530
|
+
<l:template name="sect3" text="Phần %n, “%t”"/>
|
|
531
|
+
<l:template name="sect4" text="Phần %n, “%t”"/>
|
|
532
|
+
<l:template name="sect5" text="Phần %n, “%t”"/>
|
|
533
|
+
<l:template name="section" text="Phần %n, “%t”"/>
|
|
534
|
+
<l:template name="simplesect" text="phần “%t”"/>
|
|
535
|
+
<l:template name="table" text="Bảng %n, “%t”"/>
|
|
536
|
+
</l:context>
|
|
537
|
+
<l:context name="authorgroup"><l:template name="sep" text=", "/>
|
|
538
|
+
<l:template name="sep2" text=" và "/>
|
|
539
|
+
<l:template name="seplast" text=", và "/>
|
|
540
|
+
</l:context>
|
|
541
|
+
<l:context name="glossary"><l:template name="see" text="Xem %t."/>
|
|
542
|
+
<l:template name="seealso" text="Xem thêm %t."/>
|
|
543
|
+
<l:template name="seealso-separator" text=", "/>
|
|
544
|
+
</l:context>
|
|
545
|
+
<l:context name="msgset"><l:template name="MsgAud" text="Đọc giả: "/>
|
|
546
|
+
<l:template name="MsgLevel" text="Cấp: "/>
|
|
547
|
+
<l:template name="MsgOrig" text="Gốc: "/>
|
|
548
|
+
</l:context>
|
|
549
|
+
<l:context name="datetime"><l:template name="format" text="m/d/Y" lang="en"/>
|
|
550
|
+
</l:context>
|
|
551
|
+
<l:context name="termdef"><l:template name="prefix" text="[Definition: " lang="en"/>
|
|
552
|
+
<l:template name="suffix" text="]" lang="en"/>
|
|
553
|
+
</l:context>
|
|
554
|
+
<l:context name="datetime-full"><l:template name="January" text="January" lang="en"/>
|
|
555
|
+
<l:template name="February" text="February" lang="en"/>
|
|
556
|
+
<l:template name="March" text="March" lang="en"/>
|
|
557
|
+
<l:template name="April" text="April" lang="en"/>
|
|
558
|
+
<l:template name="May" text="May" lang="en"/>
|
|
559
|
+
<l:template name="June" text="June" lang="en"/>
|
|
560
|
+
<l:template name="July" text="July" lang="en"/>
|
|
561
|
+
<l:template name="August" text="August" lang="en"/>
|
|
562
|
+
<l:template name="September" text="September" lang="en"/>
|
|
563
|
+
<l:template name="October" text="October" lang="en"/>
|
|
564
|
+
<l:template name="November" text="November" lang="en"/>
|
|
565
|
+
<l:template name="December" text="December" lang="en"/>
|
|
566
|
+
<l:template name="Monday" text="Monday" lang="en"/>
|
|
567
|
+
<l:template name="Tuesday" text="Tuesday" lang="en"/>
|
|
568
|
+
<l:template name="Wednesday" text="Wednesday" lang="en"/>
|
|
569
|
+
<l:template name="Thursday" text="Thursday" lang="en"/>
|
|
570
|
+
<l:template name="Friday" text="Friday" lang="en"/>
|
|
571
|
+
<l:template name="Saturday" text="Saturday" lang="en"/>
|
|
572
|
+
<l:template name="Sunday" text="Sunday" lang="en"/>
|
|
573
|
+
</l:context>
|
|
574
|
+
<l:context name="datetime-abbrev"><l:template name="Jan" text="Jan" lang="en"/>
|
|
575
|
+
<l:template name="Feb" text="Feb" lang="en"/>
|
|
576
|
+
<l:template name="Mar" text="Mar" lang="en"/>
|
|
577
|
+
<l:template name="Apr" text="Apr" lang="en"/>
|
|
578
|
+
<l:template name="May" text="May" lang="en"/>
|
|
579
|
+
<l:template name="Jun" text="Jun" lang="en"/>
|
|
580
|
+
<l:template name="Jul" text="Jul" lang="en"/>
|
|
581
|
+
<l:template name="Aug" text="Aug" lang="en"/>
|
|
582
|
+
<l:template name="Sep" text="Sep" lang="en"/>
|
|
583
|
+
<l:template name="Oct" text="Oct" lang="en"/>
|
|
584
|
+
<l:template name="Nov" text="Nov" lang="en"/>
|
|
585
|
+
<l:template name="Dec" text="Dec" lang="en"/>
|
|
586
|
+
<l:template name="Mon" text="Mon" lang="en"/>
|
|
587
|
+
<l:template name="Tue" text="Tue" lang="en"/>
|
|
588
|
+
<l:template name="Wed" text="Wed" lang="en"/>
|
|
589
|
+
<l:template name="Thu" text="Thu" lang="en"/>
|
|
590
|
+
<l:template name="Fri" text="Fri" lang="en"/>
|
|
591
|
+
<l:template name="Sat" text="Sat" lang="en"/>
|
|
592
|
+
<l:template name="Sun" text="Sun" lang="en"/>
|
|
593
|
+
</l:context>
|
|
594
|
+
<l:context name="htmlhelp"><l:template name="langcode" text="0x042a Vietnamese"/>
|
|
595
|
+
</l:context>
|
|
596
|
+
<l:context name="index"><l:template name="term-separator" text=", " lang="en"/>
|
|
597
|
+
<l:template name="number-separator" text=", " lang="en"/>
|
|
598
|
+
<l:template name="range-separator" text="-" lang="en"/>
|
|
599
|
+
</l:context>
|
|
600
|
+
<l:context name="iso690"><l:template name="lastfirst.sep" text=", " lang="en"/>
|
|
601
|
+
<l:template name="alt.person.two.sep" text=" – " lang="en"/>
|
|
602
|
+
<l:template name="alt.person.last.sep" text=" – " lang="en"/>
|
|
603
|
+
<l:template name="alt.person.more.sep" text=" – " lang="en"/>
|
|
604
|
+
<l:template name="primary.editor" text=" (ed.)" lang="en"/>
|
|
605
|
+
<l:template name="primary.many" text=", et al." lang="en"/>
|
|
606
|
+
<l:template name="primary.sep" text=". " lang="en"/>
|
|
607
|
+
<l:template name="submaintitle.sep" text=": " lang="en"/>
|
|
608
|
+
<l:template name="title.sep" text=". " lang="en"/>
|
|
609
|
+
<l:template name="othertitle.sep" text=", " lang="en"/>
|
|
610
|
+
<l:template name="medium1" text=" [" lang="en"/>
|
|
611
|
+
<l:template name="medium2" text="]" lang="en"/>
|
|
612
|
+
<l:template name="secondary.person.sep" text="; " lang="en"/>
|
|
613
|
+
<l:template name="secondary.sep" text=". " lang="en"/>
|
|
614
|
+
<l:template name="respons.sep" text=". " lang="en"/>
|
|
615
|
+
<l:template name="edition.sep" text=". " lang="en"/>
|
|
616
|
+
<l:template name="edition.serial.sep" text=", " lang="en"/>
|
|
617
|
+
<l:template name="issuing.range" text="-" lang="en"/>
|
|
618
|
+
<l:template name="issuing.div" text=", " lang="en"/>
|
|
619
|
+
<l:template name="issuing.sep" text=". " lang="en"/>
|
|
620
|
+
<l:template name="partnr.sep" text=". " lang="en"/>
|
|
621
|
+
<l:template name="placepubl.sep" text=": " lang="en"/>
|
|
622
|
+
<l:template name="publyear.sep" text=", " lang="en"/>
|
|
623
|
+
<l:template name="pubinfo.sep" text=". " lang="en"/>
|
|
624
|
+
<l:template name="spec.pubinfo.sep" text=", " lang="en"/>
|
|
625
|
+
<l:template name="upd.sep" text=", " lang="en"/>
|
|
626
|
+
<l:template name="datecit1" text=" [cited " lang="en"/>
|
|
627
|
+
<l:template name="datecit2" text="]" lang="en"/>
|
|
628
|
+
<l:template name="extent.sep" text=". " lang="en"/>
|
|
629
|
+
<l:template name="locs.sep" text=", " lang="en"/>
|
|
630
|
+
<l:template name="location.sep" text=". " lang="en"/>
|
|
631
|
+
<l:template name="serie.sep" text=". " lang="en"/>
|
|
632
|
+
<l:template name="notice.sep" text=". " lang="en"/>
|
|
633
|
+
<l:template name="access" text="Available " lang="en"/>
|
|
634
|
+
<l:template name="acctoo" text="Also available " lang="en"/>
|
|
635
|
+
<l:template name="onwww" text="from World Wide Web" lang="en"/>
|
|
636
|
+
<l:template name="oninet" text="from Internet" lang="en"/>
|
|
637
|
+
<l:template name="access.end" text=": " lang="en"/>
|
|
638
|
+
<l:template name="link1" text="<" lang="en"/>
|
|
639
|
+
<l:template name="link2" text=">" lang="en"/>
|
|
640
|
+
<l:template name="access.sep" text=". " lang="en"/>
|
|
641
|
+
<l:template name="isbn" text="ISBN " lang="en"/>
|
|
642
|
+
<l:template name="issn" text="ISSN " lang="en"/>
|
|
643
|
+
<l:template name="stdnum.sep" text=". " lang="en"/>
|
|
644
|
+
<l:template name="patcountry.sep" text=". " lang="en"/>
|
|
645
|
+
<l:template name="pattype.sep" text=", " lang="en"/>
|
|
646
|
+
<l:template name="patnum.sep" text=". " lang="en"/>
|
|
647
|
+
<l:template name="patdate.sep" text=". " lang="en"/>
|
|
648
|
+
</l:context><l:letters lang="en"><l:l i="-1"/>
|
|
649
|
+
<l:l i="0">Symbols</l:l>
|
|
650
|
+
<l:l i="10">A</l:l>
|
|
651
|
+
<l:l i="10">a</l:l>
|
|
652
|
+
<l:l i="10">À</l:l>
|
|
653
|
+
<l:l i="10">à</l:l>
|
|
654
|
+
<l:l i="10">Á</l:l>
|
|
655
|
+
<l:l i="10">á</l:l>
|
|
656
|
+
<l:l i="10">Â</l:l>
|
|
657
|
+
<l:l i="10">â</l:l>
|
|
658
|
+
<l:l i="10">Ã</l:l>
|
|
659
|
+
<l:l i="10">ã</l:l>
|
|
660
|
+
<l:l i="10">Ä</l:l>
|
|
661
|
+
<l:l i="10">ä</l:l>
|
|
662
|
+
<l:l i="10">Å</l:l>
|
|
663
|
+
<l:l i="10">å</l:l>
|
|
664
|
+
<l:l i="10">Ā</l:l>
|
|
665
|
+
<l:l i="10">ā</l:l>
|
|
666
|
+
<l:l i="10">Ă</l:l>
|
|
667
|
+
<l:l i="10">ă</l:l>
|
|
668
|
+
<l:l i="10">Ą</l:l>
|
|
669
|
+
<l:l i="10">ą</l:l>
|
|
670
|
+
<l:l i="10">Ǎ</l:l>
|
|
671
|
+
<l:l i="10">ǎ</l:l>
|
|
672
|
+
<l:l i="10">Ǟ</l:l>
|
|
673
|
+
<l:l i="10">ǟ</l:l>
|
|
674
|
+
<l:l i="10">Ǡ</l:l>
|
|
675
|
+
<l:l i="10">ǡ</l:l>
|
|
676
|
+
<l:l i="10">Ǻ</l:l>
|
|
677
|
+
<l:l i="10">ǻ</l:l>
|
|
678
|
+
<l:l i="10">Ȁ</l:l>
|
|
679
|
+
<l:l i="10">ȁ</l:l>
|
|
680
|
+
<l:l i="10">Ȃ</l:l>
|
|
681
|
+
<l:l i="10">ȃ</l:l>
|
|
682
|
+
<l:l i="10">Ȧ</l:l>
|
|
683
|
+
<l:l i="10">ȧ</l:l>
|
|
684
|
+
<l:l i="10">Ḁ</l:l>
|
|
685
|
+
<l:l i="10">ḁ</l:l>
|
|
686
|
+
<l:l i="10">ẚ</l:l>
|
|
687
|
+
<l:l i="10">Ạ</l:l>
|
|
688
|
+
<l:l i="10">ạ</l:l>
|
|
689
|
+
<l:l i="10">Ả</l:l>
|
|
690
|
+
<l:l i="10">ả</l:l>
|
|
691
|
+
<l:l i="10">Ấ</l:l>
|
|
692
|
+
<l:l i="10">ấ</l:l>
|
|
693
|
+
<l:l i="10">Ầ</l:l>
|
|
694
|
+
<l:l i="10">ầ</l:l>
|
|
695
|
+
<l:l i="10">Ẩ</l:l>
|
|
696
|
+
<l:l i="10">ẩ</l:l>
|
|
697
|
+
<l:l i="10">Ẫ</l:l>
|
|
698
|
+
<l:l i="10">ẫ</l:l>
|
|
699
|
+
<l:l i="10">Ậ</l:l>
|
|
700
|
+
<l:l i="10">ậ</l:l>
|
|
701
|
+
<l:l i="10">Ắ</l:l>
|
|
702
|
+
<l:l i="10">ắ</l:l>
|
|
703
|
+
<l:l i="10">Ằ</l:l>
|
|
704
|
+
<l:l i="10">ằ</l:l>
|
|
705
|
+
<l:l i="10">Ẳ</l:l>
|
|
706
|
+
<l:l i="10">ẳ</l:l>
|
|
707
|
+
<l:l i="10">Ẵ</l:l>
|
|
708
|
+
<l:l i="10">ẵ</l:l>
|
|
709
|
+
<l:l i="10">Ặ</l:l>
|
|
710
|
+
<l:l i="10">ặ</l:l>
|
|
711
|
+
<l:l i="20">B</l:l>
|
|
712
|
+
<l:l i="20">b</l:l>
|
|
713
|
+
<l:l i="20">ƀ</l:l>
|
|
714
|
+
<l:l i="20">Ɓ</l:l>
|
|
715
|
+
<l:l i="20">ɓ</l:l>
|
|
716
|
+
<l:l i="20">Ƃ</l:l>
|
|
717
|
+
<l:l i="20">ƃ</l:l>
|
|
718
|
+
<l:l i="20">Ḃ</l:l>
|
|
719
|
+
<l:l i="20">ḃ</l:l>
|
|
720
|
+
<l:l i="20">Ḅ</l:l>
|
|
721
|
+
<l:l i="20">ḅ</l:l>
|
|
722
|
+
<l:l i="20">Ḇ</l:l>
|
|
723
|
+
<l:l i="20">ḇ</l:l>
|
|
724
|
+
<l:l i="30">C</l:l>
|
|
725
|
+
<l:l i="30">c</l:l>
|
|
726
|
+
<l:l i="30">Ç</l:l>
|
|
727
|
+
<l:l i="30">ç</l:l>
|
|
728
|
+
<l:l i="30">Ć</l:l>
|
|
729
|
+
<l:l i="30">ć</l:l>
|
|
730
|
+
<l:l i="30">Ĉ</l:l>
|
|
731
|
+
<l:l i="30">ĉ</l:l>
|
|
732
|
+
<l:l i="30">Ċ</l:l>
|
|
733
|
+
<l:l i="30">ċ</l:l>
|
|
734
|
+
<l:l i="30">Č</l:l>
|
|
735
|
+
<l:l i="30">č</l:l>
|
|
736
|
+
<l:l i="30">Ƈ</l:l>
|
|
737
|
+
<l:l i="30">ƈ</l:l>
|
|
738
|
+
<l:l i="30">ɕ</l:l>
|
|
739
|
+
<l:l i="30">Ḉ</l:l>
|
|
740
|
+
<l:l i="30">ḉ</l:l>
|
|
741
|
+
<l:l i="40">D</l:l>
|
|
742
|
+
<l:l i="40">d</l:l>
|
|
743
|
+
<l:l i="40">Ď</l:l>
|
|
744
|
+
<l:l i="40">ď</l:l>
|
|
745
|
+
<l:l i="40">Đ</l:l>
|
|
746
|
+
<l:l i="40">đ</l:l>
|
|
747
|
+
<l:l i="40">Ɗ</l:l>
|
|
748
|
+
<l:l i="40">ɗ</l:l>
|
|
749
|
+
<l:l i="40">Ƌ</l:l>
|
|
750
|
+
<l:l i="40">ƌ</l:l>
|
|
751
|
+
<l:l i="40">Dž</l:l>
|
|
752
|
+
<l:l i="40">Dz</l:l>
|
|
753
|
+
<l:l i="40">ȡ</l:l>
|
|
754
|
+
<l:l i="40">ɖ</l:l>
|
|
755
|
+
<l:l i="40">Ḋ</l:l>
|
|
756
|
+
<l:l i="40">ḋ</l:l>
|
|
757
|
+
<l:l i="40">Ḍ</l:l>
|
|
758
|
+
<l:l i="40">ḍ</l:l>
|
|
759
|
+
<l:l i="40">Ḏ</l:l>
|
|
760
|
+
<l:l i="40">ḏ</l:l>
|
|
761
|
+
<l:l i="40">Ḑ</l:l>
|
|
762
|
+
<l:l i="40">ḑ</l:l>
|
|
763
|
+
<l:l i="40">Ḓ</l:l>
|
|
764
|
+
<l:l i="40">ḓ</l:l>
|
|
765
|
+
<l:l i="50">E</l:l>
|
|
766
|
+
<l:l i="50">e</l:l>
|
|
767
|
+
<l:l i="50">È</l:l>
|
|
768
|
+
<l:l i="50">è</l:l>
|
|
769
|
+
<l:l i="50">É</l:l>
|
|
770
|
+
<l:l i="50">é</l:l>
|
|
771
|
+
<l:l i="50">Ê</l:l>
|
|
772
|
+
<l:l i="50">ê</l:l>
|
|
773
|
+
<l:l i="50">Ë</l:l>
|
|
774
|
+
<l:l i="50">ë</l:l>
|
|
775
|
+
<l:l i="50">Ē</l:l>
|
|
776
|
+
<l:l i="50">ē</l:l>
|
|
777
|
+
<l:l i="50">Ĕ</l:l>
|
|
778
|
+
<l:l i="50">ĕ</l:l>
|
|
779
|
+
<l:l i="50">Ė</l:l>
|
|
780
|
+
<l:l i="50">ė</l:l>
|
|
781
|
+
<l:l i="50">Ę</l:l>
|
|
782
|
+
<l:l i="50">ę</l:l>
|
|
783
|
+
<l:l i="50">Ě</l:l>
|
|
784
|
+
<l:l i="50">ě</l:l>
|
|
785
|
+
<l:l i="50">Ȅ</l:l>
|
|
786
|
+
<l:l i="50">ȅ</l:l>
|
|
787
|
+
<l:l i="50">Ȇ</l:l>
|
|
788
|
+
<l:l i="50">ȇ</l:l>
|
|
789
|
+
<l:l i="50">Ȩ</l:l>
|
|
790
|
+
<l:l i="50">ȩ</l:l>
|
|
791
|
+
<l:l i="50">Ḕ</l:l>
|
|
792
|
+
<l:l i="50">ḕ</l:l>
|
|
793
|
+
<l:l i="50">Ḗ</l:l>
|
|
794
|
+
<l:l i="50">ḗ</l:l>
|
|
795
|
+
<l:l i="50">Ḙ</l:l>
|
|
796
|
+
<l:l i="50">ḙ</l:l>
|
|
797
|
+
<l:l i="50">Ḛ</l:l>
|
|
798
|
+
<l:l i="50">ḛ</l:l>
|
|
799
|
+
<l:l i="50">Ḝ</l:l>
|
|
800
|
+
<l:l i="50">ḝ</l:l>
|
|
801
|
+
<l:l i="50">Ẹ</l:l>
|
|
802
|
+
<l:l i="50">ẹ</l:l>
|
|
803
|
+
<l:l i="50">Ẻ</l:l>
|
|
804
|
+
<l:l i="50">ẻ</l:l>
|
|
805
|
+
<l:l i="50">Ẽ</l:l>
|
|
806
|
+
<l:l i="50">ẽ</l:l>
|
|
807
|
+
<l:l i="50">Ế</l:l>
|
|
808
|
+
<l:l i="50">ế</l:l>
|
|
809
|
+
<l:l i="50">Ề</l:l>
|
|
810
|
+
<l:l i="50">ề</l:l>
|
|
811
|
+
<l:l i="50">Ể</l:l>
|
|
812
|
+
<l:l i="50">ể</l:l>
|
|
813
|
+
<l:l i="50">Ễ</l:l>
|
|
814
|
+
<l:l i="50">ễ</l:l>
|
|
815
|
+
<l:l i="50">Ệ</l:l>
|
|
816
|
+
<l:l i="50">ệ</l:l>
|
|
817
|
+
<l:l i="60">F</l:l>
|
|
818
|
+
<l:l i="60">f</l:l>
|
|
819
|
+
<l:l i="60">Ƒ</l:l>
|
|
820
|
+
<l:l i="60">ƒ</l:l>
|
|
821
|
+
<l:l i="60">Ḟ</l:l>
|
|
822
|
+
<l:l i="60">ḟ</l:l>
|
|
823
|
+
<l:l i="70">G</l:l>
|
|
824
|
+
<l:l i="70">g</l:l>
|
|
825
|
+
<l:l i="70">Ĝ</l:l>
|
|
826
|
+
<l:l i="70">ĝ</l:l>
|
|
827
|
+
<l:l i="70">Ğ</l:l>
|
|
828
|
+
<l:l i="70">ğ</l:l>
|
|
829
|
+
<l:l i="70">Ġ</l:l>
|
|
830
|
+
<l:l i="70">ġ</l:l>
|
|
831
|
+
<l:l i="70">Ģ</l:l>
|
|
832
|
+
<l:l i="70">ģ</l:l>
|
|
833
|
+
<l:l i="70">Ɠ</l:l>
|
|
834
|
+
<l:l i="70">ɠ</l:l>
|
|
835
|
+
<l:l i="70">Ǥ</l:l>
|
|
836
|
+
<l:l i="70">ǥ</l:l>
|
|
837
|
+
<l:l i="70">Ǧ</l:l>
|
|
838
|
+
<l:l i="70">ǧ</l:l>
|
|
839
|
+
<l:l i="70">Ǵ</l:l>
|
|
840
|
+
<l:l i="70">ǵ</l:l>
|
|
841
|
+
<l:l i="70">Ḡ</l:l>
|
|
842
|
+
<l:l i="70">ḡ</l:l>
|
|
843
|
+
<l:l i="80">H</l:l>
|
|
844
|
+
<l:l i="80">h</l:l>
|
|
845
|
+
<l:l i="80">Ĥ</l:l>
|
|
846
|
+
<l:l i="80">ĥ</l:l>
|
|
847
|
+
<l:l i="80">Ħ</l:l>
|
|
848
|
+
<l:l i="80">ħ</l:l>
|
|
849
|
+
<l:l i="80">Ȟ</l:l>
|
|
850
|
+
<l:l i="80">ȟ</l:l>
|
|
851
|
+
<l:l i="80">ɦ</l:l>
|
|
852
|
+
<l:l i="80">Ḣ</l:l>
|
|
853
|
+
<l:l i="80">ḣ</l:l>
|
|
854
|
+
<l:l i="80">Ḥ</l:l>
|
|
855
|
+
<l:l i="80">ḥ</l:l>
|
|
856
|
+
<l:l i="80">Ḧ</l:l>
|
|
857
|
+
<l:l i="80">ḧ</l:l>
|
|
858
|
+
<l:l i="80">Ḩ</l:l>
|
|
859
|
+
<l:l i="80">ḩ</l:l>
|
|
860
|
+
<l:l i="80">Ḫ</l:l>
|
|
861
|
+
<l:l i="80">ḫ</l:l>
|
|
862
|
+
<l:l i="80">ẖ</l:l>
|
|
863
|
+
<l:l i="90">I</l:l>
|
|
864
|
+
<l:l i="90">i</l:l>
|
|
865
|
+
<l:l i="90">Ì</l:l>
|
|
866
|
+
<l:l i="90">ì</l:l>
|
|
867
|
+
<l:l i="90">Í</l:l>
|
|
868
|
+
<l:l i="90">í</l:l>
|
|
869
|
+
<l:l i="90">Î</l:l>
|
|
870
|
+
<l:l i="90">î</l:l>
|
|
871
|
+
<l:l i="90">Ï</l:l>
|
|
872
|
+
<l:l i="90">ï</l:l>
|
|
873
|
+
<l:l i="90">Ĩ</l:l>
|
|
874
|
+
<l:l i="90">ĩ</l:l>
|
|
875
|
+
<l:l i="90">Ī</l:l>
|
|
876
|
+
<l:l i="90">ī</l:l>
|
|
877
|
+
<l:l i="90">Ĭ</l:l>
|
|
878
|
+
<l:l i="90">ĭ</l:l>
|
|
879
|
+
<l:l i="90">Į</l:l>
|
|
880
|
+
<l:l i="90">į</l:l>
|
|
881
|
+
<l:l i="90">İ</l:l>
|
|
882
|
+
<l:l i="90">Ɨ</l:l>
|
|
883
|
+
<l:l i="90">ɨ</l:l>
|
|
884
|
+
<l:l i="90">Ǐ</l:l>
|
|
885
|
+
<l:l i="90">ǐ</l:l>
|
|
886
|
+
<l:l i="90">Ȉ</l:l>
|
|
887
|
+
<l:l i="90">ȉ</l:l>
|
|
888
|
+
<l:l i="90">Ȋ</l:l>
|
|
889
|
+
<l:l i="90">ȋ</l:l>
|
|
890
|
+
<l:l i="90">Ḭ</l:l>
|
|
891
|
+
<l:l i="90">ḭ</l:l>
|
|
892
|
+
<l:l i="90">Ḯ</l:l>
|
|
893
|
+
<l:l i="90">ḯ</l:l>
|
|
894
|
+
<l:l i="90">Ỉ</l:l>
|
|
895
|
+
<l:l i="90">ỉ</l:l>
|
|
896
|
+
<l:l i="90">Ị</l:l>
|
|
897
|
+
<l:l i="90">ị</l:l>
|
|
898
|
+
<l:l i="100">J</l:l>
|
|
899
|
+
<l:l i="100">j</l:l>
|
|
900
|
+
<l:l i="100">Ĵ</l:l>
|
|
901
|
+
<l:l i="100">ĵ</l:l>
|
|
902
|
+
<l:l i="100">ǰ</l:l>
|
|
903
|
+
<l:l i="100">ʝ</l:l>
|
|
904
|
+
<l:l i="110">K</l:l>
|
|
905
|
+
<l:l i="110">k</l:l>
|
|
906
|
+
<l:l i="110">Ķ</l:l>
|
|
907
|
+
<l:l i="110">ķ</l:l>
|
|
908
|
+
<l:l i="110">Ƙ</l:l>
|
|
909
|
+
<l:l i="110">ƙ</l:l>
|
|
910
|
+
<l:l i="110">Ǩ</l:l>
|
|
911
|
+
<l:l i="110">ǩ</l:l>
|
|
912
|
+
<l:l i="110">Ḱ</l:l>
|
|
913
|
+
<l:l i="110">ḱ</l:l>
|
|
914
|
+
<l:l i="110">Ḳ</l:l>
|
|
915
|
+
<l:l i="110">ḳ</l:l>
|
|
916
|
+
<l:l i="110">Ḵ</l:l>
|
|
917
|
+
<l:l i="110">ḵ</l:l>
|
|
918
|
+
<l:l i="120">L</l:l>
|
|
919
|
+
<l:l i="120">l</l:l>
|
|
920
|
+
<l:l i="120">Ĺ</l:l>
|
|
921
|
+
<l:l i="120">ĺ</l:l>
|
|
922
|
+
<l:l i="120">Ļ</l:l>
|
|
923
|
+
<l:l i="120">ļ</l:l>
|
|
924
|
+
<l:l i="120">Ľ</l:l>
|
|
925
|
+
<l:l i="120">ľ</l:l>
|
|
926
|
+
<l:l i="120">Ŀ</l:l>
|
|
927
|
+
<l:l i="120">ŀ</l:l>
|
|
928
|
+
<l:l i="120">Ł</l:l>
|
|
929
|
+
<l:l i="120">ł</l:l>
|
|
930
|
+
<l:l i="120">ƚ</l:l>
|
|
931
|
+
<l:l i="120">Lj</l:l>
|
|
932
|
+
<l:l i="120">ȴ</l:l>
|
|
933
|
+
<l:l i="120">ɫ</l:l>
|
|
934
|
+
<l:l i="120">ɬ</l:l>
|
|
935
|
+
<l:l i="120">ɭ</l:l>
|
|
936
|
+
<l:l i="120">Ḷ</l:l>
|
|
937
|
+
<l:l i="120">ḷ</l:l>
|
|
938
|
+
<l:l i="120">Ḹ</l:l>
|
|
939
|
+
<l:l i="120">ḹ</l:l>
|
|
940
|
+
<l:l i="120">Ḻ</l:l>
|
|
941
|
+
<l:l i="120">ḻ</l:l>
|
|
942
|
+
<l:l i="120">Ḽ</l:l>
|
|
943
|
+
<l:l i="120">ḽ</l:l>
|
|
944
|
+
<l:l i="130">M</l:l>
|
|
945
|
+
<l:l i="130">m</l:l>
|
|
946
|
+
<l:l i="130">ɱ</l:l>
|
|
947
|
+
<l:l i="130">Ḿ</l:l>
|
|
948
|
+
<l:l i="130">ḿ</l:l>
|
|
949
|
+
<l:l i="130">Ṁ</l:l>
|
|
950
|
+
<l:l i="130">ṁ</l:l>
|
|
951
|
+
<l:l i="130">Ṃ</l:l>
|
|
952
|
+
<l:l i="130">ṃ</l:l>
|
|
953
|
+
<l:l i="140">N</l:l>
|
|
954
|
+
<l:l i="140">n</l:l>
|
|
955
|
+
<l:l i="140">Ñ</l:l>
|
|
956
|
+
<l:l i="140">ñ</l:l>
|
|
957
|
+
<l:l i="140">Ń</l:l>
|
|
958
|
+
<l:l i="140">ń</l:l>
|
|
959
|
+
<l:l i="140">Ņ</l:l>
|
|
960
|
+
<l:l i="140">ņ</l:l>
|
|
961
|
+
<l:l i="140">Ň</l:l>
|
|
962
|
+
<l:l i="140">ň</l:l>
|
|
963
|
+
<l:l i="140">Ɲ</l:l>
|
|
964
|
+
<l:l i="140">ɲ</l:l>
|
|
965
|
+
<l:l i="140">ƞ</l:l>
|
|
966
|
+
<l:l i="140">Ƞ</l:l>
|
|
967
|
+
<l:l i="140">Nj</l:l>
|
|
968
|
+
<l:l i="140">Ǹ</l:l>
|
|
969
|
+
<l:l i="140">ǹ</l:l>
|
|
970
|
+
<l:l i="140">ȵ</l:l>
|
|
971
|
+
<l:l i="140">ɳ</l:l>
|
|
972
|
+
<l:l i="140">Ṅ</l:l>
|
|
973
|
+
<l:l i="140">ṅ</l:l>
|
|
974
|
+
<l:l i="140">Ṇ</l:l>
|
|
975
|
+
<l:l i="140">ṇ</l:l>
|
|
976
|
+
<l:l i="140">Ṉ</l:l>
|
|
977
|
+
<l:l i="140">ṉ</l:l>
|
|
978
|
+
<l:l i="140">Ṋ</l:l>
|
|
979
|
+
<l:l i="140">ṋ</l:l>
|
|
980
|
+
<l:l i="150">O</l:l>
|
|
981
|
+
<l:l i="150">o</l:l>
|
|
982
|
+
<l:l i="150">Ò</l:l>
|
|
983
|
+
<l:l i="150">ò</l:l>
|
|
984
|
+
<l:l i="150">Ó</l:l>
|
|
985
|
+
<l:l i="150">ó</l:l>
|
|
986
|
+
<l:l i="150">Ô</l:l>
|
|
987
|
+
<l:l i="150">ô</l:l>
|
|
988
|
+
<l:l i="150">Õ</l:l>
|
|
989
|
+
<l:l i="150">õ</l:l>
|
|
990
|
+
<l:l i="150">Ö</l:l>
|
|
991
|
+
<l:l i="150">ö</l:l>
|
|
992
|
+
<l:l i="150">Ø</l:l>
|
|
993
|
+
<l:l i="150">ø</l:l>
|
|
994
|
+
<l:l i="150">Ō</l:l>
|
|
995
|
+
<l:l i="150">ō</l:l>
|
|
996
|
+
<l:l i="150">Ŏ</l:l>
|
|
997
|
+
<l:l i="150">ŏ</l:l>
|
|
998
|
+
<l:l i="150">Ő</l:l>
|
|
999
|
+
<l:l i="150">ő</l:l>
|
|
1000
|
+
<l:l i="150">Ɵ</l:l>
|
|
1001
|
+
<l:l i="150">Ơ</l:l>
|
|
1002
|
+
<l:l i="150">ơ</l:l>
|
|
1003
|
+
<l:l i="150">Ǒ</l:l>
|
|
1004
|
+
<l:l i="150">ǒ</l:l>
|
|
1005
|
+
<l:l i="150">Ǫ</l:l>
|
|
1006
|
+
<l:l i="150">ǫ</l:l>
|
|
1007
|
+
<l:l i="150">Ǭ</l:l>
|
|
1008
|
+
<l:l i="150">ǭ</l:l>
|
|
1009
|
+
<l:l i="150">Ǿ</l:l>
|
|
1010
|
+
<l:l i="150">ǿ</l:l>
|
|
1011
|
+
<l:l i="150">Ȍ</l:l>
|
|
1012
|
+
<l:l i="150">ȍ</l:l>
|
|
1013
|
+
<l:l i="150">Ȏ</l:l>
|
|
1014
|
+
<l:l i="150">ȏ</l:l>
|
|
1015
|
+
<l:l i="150">Ȫ</l:l>
|
|
1016
|
+
<l:l i="150">ȫ</l:l>
|
|
1017
|
+
<l:l i="150">Ȭ</l:l>
|
|
1018
|
+
<l:l i="150">ȭ</l:l>
|
|
1019
|
+
<l:l i="150">Ȯ</l:l>
|
|
1020
|
+
<l:l i="150">ȯ</l:l>
|
|
1021
|
+
<l:l i="150">Ȱ</l:l>
|
|
1022
|
+
<l:l i="150">ȱ</l:l>
|
|
1023
|
+
<l:l i="150">Ṍ</l:l>
|
|
1024
|
+
<l:l i="150">ṍ</l:l>
|
|
1025
|
+
<l:l i="150">Ṏ</l:l>
|
|
1026
|
+
<l:l i="150">ṏ</l:l>
|
|
1027
|
+
<l:l i="150">Ṑ</l:l>
|
|
1028
|
+
<l:l i="150">ṑ</l:l>
|
|
1029
|
+
<l:l i="150">Ṓ</l:l>
|
|
1030
|
+
<l:l i="150">ṓ</l:l>
|
|
1031
|
+
<l:l i="150">Ọ</l:l>
|
|
1032
|
+
<l:l i="150">ọ</l:l>
|
|
1033
|
+
<l:l i="150">Ỏ</l:l>
|
|
1034
|
+
<l:l i="150">ỏ</l:l>
|
|
1035
|
+
<l:l i="150">Ố</l:l>
|
|
1036
|
+
<l:l i="150">ố</l:l>
|
|
1037
|
+
<l:l i="150">Ồ</l:l>
|
|
1038
|
+
<l:l i="150">ồ</l:l>
|
|
1039
|
+
<l:l i="150">Ổ</l:l>
|
|
1040
|
+
<l:l i="150">ổ</l:l>
|
|
1041
|
+
<l:l i="150">Ỗ</l:l>
|
|
1042
|
+
<l:l i="150">ỗ</l:l>
|
|
1043
|
+
<l:l i="150">Ộ</l:l>
|
|
1044
|
+
<l:l i="150">ộ</l:l>
|
|
1045
|
+
<l:l i="150">Ớ</l:l>
|
|
1046
|
+
<l:l i="150">ớ</l:l>
|
|
1047
|
+
<l:l i="150">Ờ</l:l>
|
|
1048
|
+
<l:l i="150">ờ</l:l>
|
|
1049
|
+
<l:l i="150">Ở</l:l>
|
|
1050
|
+
<l:l i="150">ở</l:l>
|
|
1051
|
+
<l:l i="150">Ỡ</l:l>
|
|
1052
|
+
<l:l i="150">ỡ</l:l>
|
|
1053
|
+
<l:l i="150">Ợ</l:l>
|
|
1054
|
+
<l:l i="150">ợ</l:l>
|
|
1055
|
+
<l:l i="160">P</l:l>
|
|
1056
|
+
<l:l i="160">p</l:l>
|
|
1057
|
+
<l:l i="160">Ƥ</l:l>
|
|
1058
|
+
<l:l i="160">ƥ</l:l>
|
|
1059
|
+
<l:l i="160">Ṕ</l:l>
|
|
1060
|
+
<l:l i="160">ṕ</l:l>
|
|
1061
|
+
<l:l i="160">Ṗ</l:l>
|
|
1062
|
+
<l:l i="160">ṗ</l:l>
|
|
1063
|
+
<l:l i="170">Q</l:l>
|
|
1064
|
+
<l:l i="170">q</l:l>
|
|
1065
|
+
<l:l i="170">ʠ</l:l>
|
|
1066
|
+
<l:l i="180">R</l:l>
|
|
1067
|
+
<l:l i="180">r</l:l>
|
|
1068
|
+
<l:l i="180">Ŕ</l:l>
|
|
1069
|
+
<l:l i="180">ŕ</l:l>
|
|
1070
|
+
<l:l i="180">Ŗ</l:l>
|
|
1071
|
+
<l:l i="180">ŗ</l:l>
|
|
1072
|
+
<l:l i="180">Ř</l:l>
|
|
1073
|
+
<l:l i="180">ř</l:l>
|
|
1074
|
+
<l:l i="180">Ȑ</l:l>
|
|
1075
|
+
<l:l i="180">ȑ</l:l>
|
|
1076
|
+
<l:l i="180">Ȓ</l:l>
|
|
1077
|
+
<l:l i="180">ȓ</l:l>
|
|
1078
|
+
<l:l i="180">ɼ</l:l>
|
|
1079
|
+
<l:l i="180">ɽ</l:l>
|
|
1080
|
+
<l:l i="180">ɾ</l:l>
|
|
1081
|
+
<l:l i="180">Ṙ</l:l>
|
|
1082
|
+
<l:l i="180">ṙ</l:l>
|
|
1083
|
+
<l:l i="180">Ṛ</l:l>
|
|
1084
|
+
<l:l i="180">ṛ</l:l>
|
|
1085
|
+
<l:l i="180">Ṝ</l:l>
|
|
1086
|
+
<l:l i="180">ṝ</l:l>
|
|
1087
|
+
<l:l i="180">Ṟ</l:l>
|
|
1088
|
+
<l:l i="180">ṟ</l:l>
|
|
1089
|
+
<l:l i="190">S</l:l>
|
|
1090
|
+
<l:l i="190">s</l:l>
|
|
1091
|
+
<l:l i="190">Ś</l:l>
|
|
1092
|
+
<l:l i="190">ś</l:l>
|
|
1093
|
+
<l:l i="190">Ŝ</l:l>
|
|
1094
|
+
<l:l i="190">ŝ</l:l>
|
|
1095
|
+
<l:l i="190">Ş</l:l>
|
|
1096
|
+
<l:l i="190">ş</l:l>
|
|
1097
|
+
<l:l i="190">Š</l:l>
|
|
1098
|
+
<l:l i="190">š</l:l>
|
|
1099
|
+
<l:l i="190">Ș</l:l>
|
|
1100
|
+
<l:l i="190">ș</l:l>
|
|
1101
|
+
<l:l i="190">ʂ</l:l>
|
|
1102
|
+
<l:l i="190">Ṡ</l:l>
|
|
1103
|
+
<l:l i="190">ṡ</l:l>
|
|
1104
|
+
<l:l i="190">Ṣ</l:l>
|
|
1105
|
+
<l:l i="190">ṣ</l:l>
|
|
1106
|
+
<l:l i="190">Ṥ</l:l>
|
|
1107
|
+
<l:l i="190">ṥ</l:l>
|
|
1108
|
+
<l:l i="190">Ṧ</l:l>
|
|
1109
|
+
<l:l i="190">ṧ</l:l>
|
|
1110
|
+
<l:l i="190">Ṩ</l:l>
|
|
1111
|
+
<l:l i="190">ṩ</l:l>
|
|
1112
|
+
<l:l i="200">T</l:l>
|
|
1113
|
+
<l:l i="200">t</l:l>
|
|
1114
|
+
<l:l i="200">Ţ</l:l>
|
|
1115
|
+
<l:l i="200">ţ</l:l>
|
|
1116
|
+
<l:l i="200">Ť</l:l>
|
|
1117
|
+
<l:l i="200">ť</l:l>
|
|
1118
|
+
<l:l i="200">Ŧ</l:l>
|
|
1119
|
+
<l:l i="200">ŧ</l:l>
|
|
1120
|
+
<l:l i="200">ƫ</l:l>
|
|
1121
|
+
<l:l i="200">Ƭ</l:l>
|
|
1122
|
+
<l:l i="200">ƭ</l:l>
|
|
1123
|
+
<l:l i="200">Ʈ</l:l>
|
|
1124
|
+
<l:l i="200">ʈ</l:l>
|
|
1125
|
+
<l:l i="200">Ț</l:l>
|
|
1126
|
+
<l:l i="200">ț</l:l>
|
|
1127
|
+
<l:l i="200">ȶ</l:l>
|
|
1128
|
+
<l:l i="200">Ṫ</l:l>
|
|
1129
|
+
<l:l i="200">ṫ</l:l>
|
|
1130
|
+
<l:l i="200">Ṭ</l:l>
|
|
1131
|
+
<l:l i="200">ṭ</l:l>
|
|
1132
|
+
<l:l i="200">Ṯ</l:l>
|
|
1133
|
+
<l:l i="200">ṯ</l:l>
|
|
1134
|
+
<l:l i="200">Ṱ</l:l>
|
|
1135
|
+
<l:l i="200">ṱ</l:l>
|
|
1136
|
+
<l:l i="200">ẗ</l:l>
|
|
1137
|
+
<l:l i="210">U</l:l>
|
|
1138
|
+
<l:l i="210">u</l:l>
|
|
1139
|
+
<l:l i="210">Ù</l:l>
|
|
1140
|
+
<l:l i="210">ù</l:l>
|
|
1141
|
+
<l:l i="210">Ú</l:l>
|
|
1142
|
+
<l:l i="210">ú</l:l>
|
|
1143
|
+
<l:l i="210">Û</l:l>
|
|
1144
|
+
<l:l i="210">û</l:l>
|
|
1145
|
+
<l:l i="210">Ü</l:l>
|
|
1146
|
+
<l:l i="210">ü</l:l>
|
|
1147
|
+
<l:l i="210">Ũ</l:l>
|
|
1148
|
+
<l:l i="210">ũ</l:l>
|
|
1149
|
+
<l:l i="210">Ū</l:l>
|
|
1150
|
+
<l:l i="210">ū</l:l>
|
|
1151
|
+
<l:l i="210">Ŭ</l:l>
|
|
1152
|
+
<l:l i="210">ŭ</l:l>
|
|
1153
|
+
<l:l i="210">Ů</l:l>
|
|
1154
|
+
<l:l i="210">ů</l:l>
|
|
1155
|
+
<l:l i="210">Ű</l:l>
|
|
1156
|
+
<l:l i="210">ű</l:l>
|
|
1157
|
+
<l:l i="210">Ų</l:l>
|
|
1158
|
+
<l:l i="210">ų</l:l>
|
|
1159
|
+
<l:l i="210">Ư</l:l>
|
|
1160
|
+
<l:l i="210">ư</l:l>
|
|
1161
|
+
<l:l i="210">Ǔ</l:l>
|
|
1162
|
+
<l:l i="210">ǔ</l:l>
|
|
1163
|
+
<l:l i="210">Ǖ</l:l>
|
|
1164
|
+
<l:l i="210">ǖ</l:l>
|
|
1165
|
+
<l:l i="210">Ǘ</l:l>
|
|
1166
|
+
<l:l i="210">ǘ</l:l>
|
|
1167
|
+
<l:l i="210">Ǚ</l:l>
|
|
1168
|
+
<l:l i="210">ǚ</l:l>
|
|
1169
|
+
<l:l i="210">Ǜ</l:l>
|
|
1170
|
+
<l:l i="210">ǜ</l:l>
|
|
1171
|
+
<l:l i="210">Ȕ</l:l>
|
|
1172
|
+
<l:l i="210">ȕ</l:l>
|
|
1173
|
+
<l:l i="210">Ȗ</l:l>
|
|
1174
|
+
<l:l i="210">ȗ</l:l>
|
|
1175
|
+
<l:l i="210">Ṳ</l:l>
|
|
1176
|
+
<l:l i="210">ṳ</l:l>
|
|
1177
|
+
<l:l i="210">Ṵ</l:l>
|
|
1178
|
+
<l:l i="210">ṵ</l:l>
|
|
1179
|
+
<l:l i="210">Ṷ</l:l>
|
|
1180
|
+
<l:l i="210">ṷ</l:l>
|
|
1181
|
+
<l:l i="210">Ṹ</l:l>
|
|
1182
|
+
<l:l i="210">ṹ</l:l>
|
|
1183
|
+
<l:l i="210">Ṻ</l:l>
|
|
1184
|
+
<l:l i="210">ṻ</l:l>
|
|
1185
|
+
<l:l i="210">Ụ</l:l>
|
|
1186
|
+
<l:l i="210">ụ</l:l>
|
|
1187
|
+
<l:l i="210">Ủ</l:l>
|
|
1188
|
+
<l:l i="210">ủ</l:l>
|
|
1189
|
+
<l:l i="210">Ứ</l:l>
|
|
1190
|
+
<l:l i="210">ứ</l:l>
|
|
1191
|
+
<l:l i="210">Ừ</l:l>
|
|
1192
|
+
<l:l i="210">ừ</l:l>
|
|
1193
|
+
<l:l i="210">Ử</l:l>
|
|
1194
|
+
<l:l i="210">ử</l:l>
|
|
1195
|
+
<l:l i="210">Ữ</l:l>
|
|
1196
|
+
<l:l i="210">ữ</l:l>
|
|
1197
|
+
<l:l i="210">Ự</l:l>
|
|
1198
|
+
<l:l i="210">ự</l:l>
|
|
1199
|
+
<l:l i="220">V</l:l>
|
|
1200
|
+
<l:l i="220">v</l:l>
|
|
1201
|
+
<l:l i="220">Ʋ</l:l>
|
|
1202
|
+
<l:l i="220">ʋ</l:l>
|
|
1203
|
+
<l:l i="220">Ṽ</l:l>
|
|
1204
|
+
<l:l i="220">ṽ</l:l>
|
|
1205
|
+
<l:l i="220">Ṿ</l:l>
|
|
1206
|
+
<l:l i="220">ṿ</l:l>
|
|
1207
|
+
<l:l i="230">W</l:l>
|
|
1208
|
+
<l:l i="230">w</l:l>
|
|
1209
|
+
<l:l i="230">Ŵ</l:l>
|
|
1210
|
+
<l:l i="230">ŵ</l:l>
|
|
1211
|
+
<l:l i="230">Ẁ</l:l>
|
|
1212
|
+
<l:l i="230">ẁ</l:l>
|
|
1213
|
+
<l:l i="230">Ẃ</l:l>
|
|
1214
|
+
<l:l i="230">ẃ</l:l>
|
|
1215
|
+
<l:l i="230">Ẅ</l:l>
|
|
1216
|
+
<l:l i="230">ẅ</l:l>
|
|
1217
|
+
<l:l i="230">Ẇ</l:l>
|
|
1218
|
+
<l:l i="230">ẇ</l:l>
|
|
1219
|
+
<l:l i="230">Ẉ</l:l>
|
|
1220
|
+
<l:l i="230">ẉ</l:l>
|
|
1221
|
+
<l:l i="230">ẘ</l:l>
|
|
1222
|
+
<l:l i="240">X</l:l>
|
|
1223
|
+
<l:l i="240">x</l:l>
|
|
1224
|
+
<l:l i="240">Ẋ</l:l>
|
|
1225
|
+
<l:l i="240">ẋ</l:l>
|
|
1226
|
+
<l:l i="240">Ẍ</l:l>
|
|
1227
|
+
<l:l i="240">ẍ</l:l>
|
|
1228
|
+
<l:l i="250">Y</l:l>
|
|
1229
|
+
<l:l i="250">y</l:l>
|
|
1230
|
+
<l:l i="250">Ý</l:l>
|
|
1231
|
+
<l:l i="250">ý</l:l>
|
|
1232
|
+
<l:l i="250">ÿ</l:l>
|
|
1233
|
+
<l:l i="250">Ÿ</l:l>
|
|
1234
|
+
<l:l i="250">Ŷ</l:l>
|
|
1235
|
+
<l:l i="250">ŷ</l:l>
|
|
1236
|
+
<l:l i="250">Ƴ</l:l>
|
|
1237
|
+
<l:l i="250">ƴ</l:l>
|
|
1238
|
+
<l:l i="250">Ȳ</l:l>
|
|
1239
|
+
<l:l i="250">ȳ</l:l>
|
|
1240
|
+
<l:l i="250">Ẏ</l:l>
|
|
1241
|
+
<l:l i="250">ẏ</l:l>
|
|
1242
|
+
<l:l i="250">ẙ</l:l>
|
|
1243
|
+
<l:l i="250">Ỳ</l:l>
|
|
1244
|
+
<l:l i="250">ỳ</l:l>
|
|
1245
|
+
<l:l i="250">Ỵ</l:l>
|
|
1246
|
+
<l:l i="250">ỵ</l:l>
|
|
1247
|
+
<l:l i="250">Ỷ</l:l>
|
|
1248
|
+
<l:l i="250">ỷ</l:l>
|
|
1249
|
+
<l:l i="250">Ỹ</l:l>
|
|
1250
|
+
<l:l i="250">ỹ</l:l>
|
|
1251
|
+
<l:l i="260">Z</l:l>
|
|
1252
|
+
<l:l i="260">z</l:l>
|
|
1253
|
+
<l:l i="260">Ź</l:l>
|
|
1254
|
+
<l:l i="260">ź</l:l>
|
|
1255
|
+
<l:l i="260">Ż</l:l>
|
|
1256
|
+
<l:l i="260">ż</l:l>
|
|
1257
|
+
<l:l i="260">Ž</l:l>
|
|
1258
|
+
<l:l i="260">ž</l:l>
|
|
1259
|
+
<l:l i="260">Ƶ</l:l>
|
|
1260
|
+
<l:l i="260">ƶ</l:l>
|
|
1261
|
+
<l:l i="260">Ȥ</l:l>
|
|
1262
|
+
<l:l i="260">ȥ</l:l>
|
|
1263
|
+
<l:l i="260">ʐ</l:l>
|
|
1264
|
+
<l:l i="260">ʑ</l:l>
|
|
1265
|
+
<l:l i="260">Ẑ</l:l>
|
|
1266
|
+
<l:l i="260">ẑ</l:l>
|
|
1267
|
+
<l:l i="260">Ẓ</l:l>
|
|
1268
|
+
<l:l i="260">ẓ</l:l>
|
|
1269
|
+
<l:l i="260">Ẕ</l:l>
|
|
1270
|
+
<l:l i="260">ẕ</l:l>
|
|
1271
|
+
</l:letters>
|
|
1272
|
+
</l:l10n>
|