summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup/eula/oem_ja.html
diff options
context:
space:
mode:
authorgwilson@google.com <gwilson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-01 15:05:53 +0000
committergwilson@google.com <gwilson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-01 15:05:53 +0000
commit212a252663db61e8cabf6379f1f3778d01b65e51 (patch)
tree38600d918d532944b5af2a66e20de9be5d3687e4 /chrome/installer/setup/eula/oem_ja.html
parent74645fcb7cea93f471bd0f8adfe9fa1c735c818c (diff)
downloadchromium_src-212a252663db61e8cabf6379f1f3778d01b65e51.zip
chromium_src-212a252663db61e8cabf6379f1f3778d01b65e51.tar.gz
chromium_src-212a252663db61e8cabf6379f1f3778d01b65e51.tar.bz2
Fixes the character encoding in the EULA outer frames (sets them to utf-8)
BUG=15691 R=cpu TEST=Set language to 'ru', run setup.exe with --show-eula Review URL: http://codereview.chromium.org/150126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19730 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/setup/eula/oem_ja.html')
-rw-r--r--chrome/installer/setup/eula/oem_ja.html93
1 files changed, 47 insertions, 46 deletions
diff --git a/chrome/installer/setup/eula/oem_ja.html b/chrome/installer/setup/eula/oem_ja.html
index 2fde799..881d634 100644
--- a/chrome/installer/setup/eula/oem_ja.html
+++ b/chrome/installer/setup/eula/oem_ja.html
@@ -1,47 +1,48 @@
-<html>
-<head>
-<title>Google Chrome OEM EULA</title>
-<link rel="stylesheet" type="text/css" href="res://setup.exe/IDR_EULA_CSS.CSS" />
-<script type="text/javascript" src="res://setup.exe/IDR_EULA_JSC.JS"></script>
-</head>
-<body>
-<div class="header">
- <table cellpadding="0" cellspacing="0" border="0">
- <tr>
- <td valign="top" width="48" align="center">
- <img class="icon" src="res://setup.exe/EULA/IDR_EULA_ICO.PNG" width="32" height="32" />
- <div class="icontext">Google Chrome</div>
- </td>
- <td width="10">&nbsp;</td>
- <td>
- <span class="title">Google Chrome でウェブをサーフする</span><br /> <span class="desc">PC にインストールしたこのウェブブラウザ Google Chrome を使用するとインターネットがより早く、安全で簡単になります。 </span>
- </td>
- </tr>
- </table>
-</div>
-<div class="main">
- Google Chrome の使用開始にあたって Google Chrome の利用規約に同意する:
-</div>
-<div class="eula">
- <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
-</div>
-<div id="footer" class="footer">
- <form method="post" action="" onsubmit="checkAccept(this); return false;">
- <table cellpadding="0" cellspacing="0" border="0">
- <tr>
- <td valign="top">
- <input type="checkbox" name="accept" id="accept" />&nbsp;
- </td>
- <td valign="top" class="labelcell">
- <label for="accept"><b>オプション:</b> 使用状況データと障害レポートを Google に自動送信して Google Chrome の機能向上に役立てる。<a href="http://www.google.com/support/chrome/bin/answer.py?answer=96817&amp;hl=ja">こちらをご覧ください。</a>
- </label>
- </td>
- </tr>
- </table>
- <div class="buttons">
- <input type="submit" name="submit" value="同意と実行" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="キャンセル" />
- </div>
- </form>
-</div>
-</body>
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Google Chrome OEM EULA</title>
+<link rel="stylesheet" type="text/css" href="res://setup.exe/IDR_EULA_CSS.CSS" />
+<script type="text/javascript" src="res://setup.exe/IDR_EULA_JSC.JS"></script>
+</head>
+<body>
+<div class="header">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td valign="top" width="48" align="center">
+ <img class="icon" src="res://setup.exe/EULA/IDR_EULA_ICO.PNG" width="32" height="32" />
+ <div class="icontext">Google Chrome</div>
+ </td>
+ <td width="10">&nbsp;</td>
+ <td>
+ <span class="title">Google Chrome でウェブをサーフする</span><br /> <span class="desc">PC にインストールしたこのウェブブラウザ Google Chrome を使用するとインターネットがより早く、安全で簡単になります。 </span>
+ </td>
+ </tr>
+ </table>
+</div>
+<div class="main">
+ Google Chrome の使用開始にあたって Google Chrome の利用規約に同意する:
+</div>
+<div class="eula">
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
+</div>
+<div id="footer" class="footer">
+ <form method="post" action="" onsubmit="checkAccept(this); return false;">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td valign="top">
+ <input type="checkbox" name="accept" id="accept" />&nbsp;
+ </td>
+ <td valign="top" class="labelcell">
+ <label for="accept"><b>オプション:</b> 使用状況データと障害レポートを Google に自動送信して Google Chrome の機能向上に役立てる。<a href="http://www.google.com/support/chrome/bin/answer.py?answer=96817&amp;hl=ja">こちらをご覧ください。</a>
+ </label>
+ </td>
+ </tr>
+ </table>
+ <div class="buttons">
+ <input type="submit" name="submit" value="同意と実行" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="キャンセル" />
+ </div>
+ </form>
+</div>
+</body>
</html> \ No newline at end of file