blob: 73f404b14033f8a617bc097a0bd8ec6b7e6e6835 (
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.xml,v 1.1 2005/01/09 22:15:32 weizhuo Exp $ -->
<file source-language="EN" target-language="EN-AU" datatype="plaintext" original="articles.php" date="2002-01-25T21:06:01Z" product-name="Articles">
<body>
<trans-unit id="1">
<source>Goodbye</source>
<target>Aloha!</target>
</trans-unit>
<trans-unit id="2">
<source>Welcome</source>
<target>Ho Ho!</target>
</trans-unit>
</body>
</file>
</xliff>
|