blob: c3eb465b1b86f0bc651df5bf010b8301c98c5f7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0"?>
<xliff version="1.0">
<!-- @author $Author: weizhuo $ -->
<!-- @version $Id: messages.en.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 :)</target>
</trans-unit>
</body>
</file>
</xliff>
|