|
[求助]如何让xplode支持中文?
他里面有四种安装模式,分别对应四个XML,把他里面的英文改成中文不行吗?
<!--
Add custom environment variables.
-->
<environment>
<!-- strings for the adduser plugin, #1# is replaced by the username/groupname-->
<acctmgmt.adduser>Adding user: #1#</acctmgmt.adduser>
<acctmgmt.deluser>Deleting user: #1#</acctmgmt.deluser>
<acctmgmt.addgroup>Adding group: #1#</acctmgmt.addgroup>
<acctmgmt.delgroup>Deleting group: #1#</acctmgmt.delgroup>
<!-- strings for the adduser plugin, #1# is replaced by the program -->
<execute.string>Executing: #1#</execute.string>
<!-- strings for the misc plugin -->
<misc.sfcos-disable>Disabling Windows File Protection</misc.sfcos-disable>
<misc.sfcos-enable>Enabling Windows File Protection</misc.sfcos-enable>
<!-- strings for the registry plugin -->
<registry.read>Reading from registry</registry.read>
<registry.write>Writing to registry</registry.write>
</environment> |
|