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

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


Author: win-ei
Date: 2014-03-19 18:03:43 +0900 (Wed, 19 Mar 2014)
New Revision: 710

Modified:
   trunk/jp.go.aist.rtm.RTC/installer/win32/WixUI_hu-hu.wxl
   trunk/jp.go.aist.rtm.RTC/installer/win32/WixUI_ja-jp.wxl
   trunk/jp.go.aist.rtm.RTC/installer/win32/WixUI_ko-kr.wxl
Log:
Added Codepage.

Modified: trunk/jp.go.aist.rtm.RTC/installer/win32/WixUI_hu-hu.wxl
===================================================================
--- trunk/jp.go.aist.rtm.RTC/installer/win32/WixUI_hu-hu.wxl	2014-03-19 08:18:36 UTC (rev 709)
+++ trunk/jp.go.aist.rtm.RTC/installer/win32/WixUI_hu-hu.wxl	2014-03-19 09:03:43 UTC (rev 710)
@@ -10,7 +10,7 @@
 
     You must not remove this notice, or any other, from this software.
 -->
-<WixLocalization Culture="hu-hu" xmlns="http://schemas.microsoft.com/wix/2006/localization">
+<WixLocalization Culture="hu-hu" Codepage="1250" xmlns="http://schemas.microsoft.com/wix/2006/localization">
   <String Id="WixUIBack" Overridable="yes">&Vissza</String>
   <String Id="WixUINext" Overridable="yes">&Tovább</String>
   <String Id="WixUICancel" Overridable="yes">&Mégse</String>
@@ -596,4 +596,4 @@
   <String Id="UITextVolumeCostRequired" Overridable="yes">Szükséges</String>
   <String Id="UITextVolumeCostSize" Overridable="yes">Lemez mérete</String>
   <String Id="UITextVolumeCostVolume" Overridable="yes">Kötet</String>
-</WixLocalization>
\ No newline at end of file
+</WixLocalization>

Modified: trunk/jp.go.aist.rtm.RTC/installer/win32/WixUI_ja-jp.wxl
===================================================================
--- trunk/jp.go.aist.rtm.RTC/installer/win32/WixUI_ja-jp.wxl	2014-03-19 08:18:36 UTC (rev 709)
+++ trunk/jp.go.aist.rtm.RTC/installer/win32/WixUI_ja-jp.wxl	2014-03-19 09:03:43 UTC (rev 710)
@@ -2,7 +2,7 @@
 <!--
     Copyright (c) Microsoft Corporation.  All rights reserved.
 -->
-<WixLocalization Culture="ja-jp" xmlns="http://schemas.microsoft.com/wix/2006/localization">
+<WixLocalization Culture="ja-jp" Codepage="932" 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>

Modified: trunk/jp.go.aist.rtm.RTC/installer/win32/WixUI_ko-kr.wxl
===================================================================
--- trunk/jp.go.aist.rtm.RTC/installer/win32/WixUI_ko-kr.wxl	2014-03-19 08:18:36 UTC (rev 709)
+++ trunk/jp.go.aist.rtm.RTC/installer/win32/WixUI_ko-kr.wxl	2014-03-19 09:03:43 UTC (rev 710)
@@ -2,7 +2,7 @@
 <!--
     Copyright (c) Microsoft Corporation.  All rights reserved.
 -->
-<WixLocalization Culture="ko-kr" xmlns="http://schemas.microsoft.com/wix/2006/localization">
+<WixLocalization Culture="ko-kr" Codepage="949" 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>



More information about the openrtm-commit mailing list