[openrtm-commit:01386] r709 - trunk/jp.go.aist.rtm.RTC/installer/win32

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 3月 19日 (水) 17:18:36 JST


Author: win-ei
Date: 2014-03-19 17:18:36 +0900 (Wed, 19 Mar 2014)
New Revision: 709

Modified:
   trunk/jp.go.aist.rtm.RTC/installer/win32/WixUI_zh-tw.wxl
Log:
Added Codepage.

Modified: trunk/jp.go.aist.rtm.RTC/installer/win32/WixUI_zh-tw.wxl
===================================================================
--- trunk/jp.go.aist.rtm.RTC/installer/win32/WixUI_zh-tw.wxl	2014-03-19 03:16:15 UTC (rev 708)
+++ trunk/jp.go.aist.rtm.RTC/installer/win32/WixUI_zh-tw.wxl	2014-03-19 08:18:36 UTC (rev 709)
@@ -10,7 +10,7 @@
 
     You must not remove this notice, or any other, from this software.
 -->
-<WixLocalization Culture="zh-tw" xmlns="http://schemas.microsoft.com/wix/2006/localization">
+<WixLocalization Culture="zh-tw" Codepage="950" xmlns="http://schemas.microsoft.com/wix/2006/localization">
   <String Id="WixUIBack" Overridable="yes">上一步(&B)</String>
   <String Id="WixUINext" Overridable="yes">下一步(&N)</String>
   <String Id="WixUICancel" Overridable="yes">取消</String>
@@ -565,4 +565,4 @@
   <String Id="UITextVolumeCostRequired" Overridable="yes">所需</String>
   <String Id="UITextVolumeCostSize" Overridable="yes">磁碟空間</String>
   <String Id="UITextVolumeCostVolume" Overridable="yes">目錄</String>
-</WixLocalization>
\ No newline at end of file
+</WixLocalization>



More information about the openrtm-commit mailing list