20c0108c
wutaian
xx
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
Please back up the source file before editing to compare the new translation. Use Notepad to open *.xml file then editing
1.There is no need to translate the content in the "< >",and the content between two "< >" should be translated.
That is: < Not translate> Translated <Not translate>
For example:
Original content:
<cboVoteType_Text_0> Common Slide</cboVoteType_Text_0>
After translation would be:
<cboVoteType_Text_0> Translated language </cboVoteType_Text_0>
2****Important****
Where there is “_Enum_”, Please do not translate the whole line.
For example:
<cboChartType_Enum_0>ctColumn</cboChartType_Enum_0>
==========以下是中文说明===================================================
修改前请备份源文件以便对比翻译,可用记事本打开*.xml格式的文件进行编辑
1
尖括号里面的是名称标识...不翻译,两个尖括号中的内容***翻译
<...>*********</...>
<名称标识不翻译>要翻译的内容</名称标识不翻译>
例如:
<cboVoteType_Text_0>Common Slide</cboVoteType_Text_0>
2****重要****
搜索文本“_Enum_”的地方整行都不要翻译,否则会导致软件功能出错
如:
<cboChartType_Enum_0>ctColumn</cboChartType_Enum_0>
|