summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Advanced/Samples/I18N/messages/tests.en.xml
blob: 5bfb3dd8079dc050fb8d839ca316e08da76aa178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<xliff version="1.0">
<!-- @author $Author: weizhuo $ -->
<!-- @version $Id: tests.en.xml,v 1.1 2004/12/28 09:19:05 weizhuo Exp $ -->
<file orginal="I18N Example IndexPage" source-language="EN" datatype="plaintext" date="2004-12-28T18:10:19Z">
<body>
<trans-unit id="1">
<source>Goodbye</source>
<target>Bye Bye!</target>
</trans-unit>
<trans-unit id="2">
<source>World</source>
<target>world</target>
</trans-unit>
</body>
</file>
</xliff>