File Formats Of Tool4Po

Created Friday 26 February 2010

This file is talking about file formats used in tool4po.
version 0.95a.
Last update: Jun 03, 2010, Peanut Blake
Create: Feb 26, 2010. First Author: Peanut Blake

XML-AD

Original XML file format of ADempiere Lanugage packages.

Example of: AD_Window_Trl_en_US.xml

<adempiereTrl language="en_US" table="AD_Window">
<row id="100" trl="Y">
<value column="Name" original="Table and Column">Table and Column</value>
<value column="Description" original="Maintain Tables and Columns">Maintain Tables and Columns</value>
<value column="Help" original="The Table and Column Window defines all tables with their columns">The Table and Column Window defines all tables with their columns</value>
</row>
</adempiereTrl>

XML-4PO

This file format is for the convinient of ADempiere translation project.
Purpose:
1. To create user-friendly PO files.
2. To create translation list.

Example:

<AD_Window format="XML-4PO" language="en_US">
<id-100>
<Name>Table and Column</Name>
<Description>Maintain Tables and Columns</Description>
<Help>The Table and Column Window defines all tables with their columns</Help>
</id-100>
</AD_Window>

XML-LST-MIX

<root count="8730" format="XML-LST-MIX" language="zh_CN">
<single>
<item original=" 0% Not Started">0% 未开始</item>
<item original="Hourly Overtime Cost">小时加班成本</item>
</single>
<multi>
<case>
<item original=" Address of your proxy server">代理服务器的地址</item>
<reference>代理服务器的地址</reference>
<reference> 代理服务器地址</reference>
</case>
<case>
<item original="Update Default Accounts">更新缺省值帐户</item>
<reference>更新默认值账户</reference>
<reference>更新缺省值帐户</reference>
<reference>更新默认会计科目</reference>
</case>
</multi>
</root>

XML-LST-SNG

<root count="8730" format="XML-LST-SNG" language="zh_CN">
<item original=" 0% Not Started">0% 未开始</item>
<item original="Fill the shape with the color selected">用所选择的颜色填充图形</item>
</root>