summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup/eula/oem_en-GB.html
diff options
context:
space:
mode:
authorgwilson@google.com <gwilson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-27 23:22:59 +0000
committergwilson@google.com <gwilson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-27 23:22:59 +0000
commit8b3c015b1a1d00552b95d6488684649c1d9b8be7 (patch)
tree58498d28712f62661365a45c0fdb71ca1c59ffc0 /chrome/installer/setup/eula/oem_en-GB.html
parentf82ff961d1f71ddf739739035d04921e5badc42c (diff)
downloadchromium_src-8b3c015b1a1d00552b95d6488684649c1d9b8be7.zip
chromium_src-8b3c015b1a1d00552b95d6488684649c1d9b8be7.tar.gz
chromium_src-8b3c015b1a1d00552b95d6488684649c1d9b8be7.tar.bz2
Adding new EULA dialog translations.
Review URL: http://codereview.chromium.org/19043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8769 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/setup/eula/oem_en-GB.html')
-rwxr-xr-xchrome/installer/setup/eula/oem_en-GB.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/chrome/installer/setup/eula/oem_en-GB.html b/chrome/installer/setup/eula/oem_en-GB.html
new file mode 100755
index 0000000..ccd8319
--- /dev/null
+++ b/chrome/installer/setup/eula/oem_en-GB.html
@@ -0,0 +1,47 @@
+<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">Surf the web with Google Chrome</span><br /> <span class="desc">Using the Internet is faster, safer and easier with Google Chrome, the web browser installed on your PC</span>
+ </td>
+ </tr>
+ </table>
+</div>
+<div class="main">
+ Accept the Google Chrome Terms of Service to start using Google Chrome:
+</div>
+<div class="eula">
+ <iframe id="ifr" src="res://setup.exe/IDR_TERMS_EN_GB.HTML" 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>Optional:</b> Help us make Google Chrome better by automatically sending usage statistics and crash reports to Google. <a href="http://www.google.com/support/chrome/bin/answer.py?answer=96817&amp;hl=en_GB">Learn more</a>
+ </label>
+ </td>
+ </tr>
+ </table>
+ <div class="buttons">
+ <input type="submit" name="submit" value="Accept and Run" /> <input type="submit" name="cancel" value="Cancel" />
+ </div>
+ </form>
+</div>
+</body>
+</html> \ No newline at end of file