summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup/eula/oem_ca.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/setup/eula/oem_ca.html')
-rwxr-xr-xchrome/installer/setup/eula/oem_ca.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/chrome/installer/setup/eula/oem_ca.html b/chrome/installer/setup/eula/oem_ca.html
new file mode 100755
index 0000000..a817a7e
--- /dev/null
+++ b/chrome/installer/setup/eula/oem_ca.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">Navega pel web amb Google Chrome</span><br /> <span class="desc"> L'&uacute;s del web &eacute;s m&eacute;s r&agrave;pid, f&agrave;cil i segur amb Google Chrome, el navegador web instal&middot;lat al teu equip</span>
+ </td>
+ </tr>
+ </table>
+</div>
+<div class="main">
+ Accepta les Condicions d'&uacute;s de Google Chrome per comen&ccedil;ar a utilitzar-lo:
+</div>
+<div class="eula">
+ <iframe id="ifr" src="res://setup.exe/IDR_TERMS_CA.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>Opcional:</b> ajuda a millorar Google Chrome i envia'ns autom&agrave;ticament les estad&iacute;stiques d'&uacute;s i els informes de fallades a Google. <a href="http://www.google.com/support/chrome/bin/answer.py?answer=96817&amp;hl=ca">M&eacute;s informaci&oacute;</a>
+ </label>
+ </td>
+ </tr>
+ </table>
+ <div class="buttons">
+ <input type="submit" name="submit" value="Accepta i executa'l" /> <input type="submit" name="cancel" value="Cancel&middot;la" />
+ </div>
+ </form>
+</div>
+</body>
+</html> \ No newline at end of file