summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Advanced/Samples/I18N/messages/index.es.xml
blob: a4e6868cf8df854917121bcfbc6690d71a6816a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<xliff version="1.0">
<!-- @author $Author: weizhuo $ -->
<!-- @version $Id: index.es.xml,v 1.1 2004/12/29 00:52:58 weizhuo Exp $ -->
<file orginal="I18N Example IndexPage" source-language="EN" datatype="plaintext" date="2004-12-29T11:24:28Z">
<body>

<trans-unit id="1">
<source>Hello</source>
<target>Hola</target>
</trans-unit>

<trans-unit id="2">
<source>Goodbye</source>
<target>Adi&#xF3;s</target>
</trans-unit>

<trans-unit id="3">
<source>World</source>
<target>mundo</target>
</trans-unit>

<trans-unit id="4">
<source>{greeting} {name}!, The unix-time is "{time}".</source>
<target>&#xA1;{greeting} {name}!, el unix-tiempo es "{time}".</target>
</trans-unit>
</body>
</file>
</xliff>