Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3370)

Unified Diff: chrome/installer/setup/eula/oem_it.html

Issue 155062: Merge r19730.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/branches/172/src/
Patch Set: Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/setup/eula/oem_id.html ('k') | chrome/installer/setup/eula/oem_iw.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/eula/oem_it.html
===================================================================
--- chrome/installer/setup/eula/oem_it.html (revision 19709)
+++ chrome/installer/setup/eula/oem_it.html (working copy)
@@ -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">Naviga nel Web con Google Chrome</span><br /> <span class="desc">Con Google Chrome, il browser web installato sul tuo PC, utilizzare Internet &egrave; pi&ugrave; veloce, pi&ugrave; sicuro e pi&ugrave; facile</span>
- </td>
- </tr>
- </table>
-</div>
-<div class="main">
- Accetta i Termini di servizio per iniziare a utilizzare 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>Facoltativo:</b> aiutaci a migliorare Google Chrome inviando automaticamente a Google le statistiche sull'utilizzo e le segnalazioni sugli arresti anomali. <a href="http://www.google.com/support/chrome/bin/answer.py?answer=96817&amp;hl=it">Ulteriori informazioni</a>
- </label>
- </td>
- </tr>
- </table>
- <div class="buttons">
- <input type="submit" name="submit" value="Accetta e installa" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="Annulla" />
- </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">Naviga nel Web con Google Chrome</span><br /> <span class="desc">Con Google Chrome, il browser web installato sul tuo PC, utilizzare Internet &egrave; pi&ugrave; veloce, pi&ugrave; sicuro e pi&ugrave; facile</span>
+ </td>
+ </tr>
+ </table>
+</div>
+<div class="main">
+ Accetta i Termini di servizio per iniziare a utilizzare 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>Facoltativo:</b> aiutaci a migliorare Google Chrome inviando automaticamente a Google le statistiche sull'utilizzo e le segnalazioni sugli arresti anomali. <a href="http://www.google.com/support/chrome/bin/answer.py?answer=96817&amp;hl=it">Ulteriori informazioni</a>
+ </label>
+ </td>
+ </tr>
+ </table>
+ <div class="buttons">
+ <input type="submit" name="submit" value="Accetta e installa" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="Annulla" />
+ </div>
+ </form>
+</div>
+</body>
</html>
Property changes on: chrome\installer\setup\eula\oem_it.html
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/installer/setup/eula/oem_id.html ('k') | chrome/installer/setup/eula/oem_iw.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698