blob: 5fe588b614291e8026af6370ac28104387fb7339 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0"?>
<xliff version="1.0">
<!-- @author $Author: weizhuo $ -->
<!-- @version $Id: messages.xml,v 1.1 2004/12/28 09:28:07 weizhuo Exp $ -->
<file
source-language="EN"
target-language="EN"
datatype="plaintext"
original="articles.php"
date="2002-01-25T21:06:00Z"
product-name="Articles">
<body>
<trans-unit id='1'>
<source>Hello</source>
<target>Hello World</target>
</trans-unit>
<trans-unit id='2'>
<source>Welcome</source>
<target>Welcome!</target>
</trans-unit>
</body>
</file>
</xliff>
|