diff options
author | gwilson@google.com <gwilson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-27 23:22:59 +0000 |
---|---|---|
committer | gwilson@google.com <gwilson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-27 23:22:59 +0000 |
commit | 8b3c015b1a1d00552b95d6488684649c1d9b8be7 (patch) | |
tree | 58498d28712f62661365a45c0fdb71ca1c59ffc0 /chrome/installer/setup/eula/oem_et.html | |
parent | f82ff961d1f71ddf739739035d04921e5badc42c (diff) | |
download | chromium_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_et.html')
-rwxr-xr-x | chrome/installer/setup/eula/oem_et.html | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/chrome/installer/setup/eula/oem_et.html b/chrome/installer/setup/eula/oem_et.html new file mode 100755 index 0000000..9b1828a --- /dev/null +++ b/chrome/installer/setup/eula/oem_et.html @@ -0,0 +1,47 @@ +<html>
+<head>
+<title>Google Chrome'i 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"> </td>
+ <td>
+ <span class="title">Surfake Google Chrome'iga veebis</span><br /> <span class="desc">Google Chrome'iga — veebibrauseriga, mille saate oma arvutisse installida — on Interneti kasutamine kiirem, turvalisem ja lihtsam</span>
+ </td>
+ </tr>
+ </table>
+</div>
+<div class="main">
+ Google Chrome'i kasutama hakkamiseks nõustuge allpool toodud Google Chrome'i kasutustingimustega:
+</div>
+<div class="eula">
+ <iframe id="ifr" src="res://setup.exe/IDR_TERMS_ET.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" />
+ </td>
+ <td valign="top" class="labelcell">
+ <label for="accept"><b>Valikuline:</b>Aidake muuta Google Chrome'i paremaks, saates Google'ile automaatselt kasutusstatistikat ja veaaruandeid. <a href="http://www.google.com/support/chrome/bin/answer.py?answer=96817&hl=et">Lisateave</a>
+ </label>
+ </td>
+ </tr>
+ </table>
+ <div class="buttons">
+ <input type="submit" name="submit" value="Kinnita ja käivita" /> <input type="submit" name="cancel" value="Tühista" />
+ </div>
+ </form>
+</div>
+</body>
+</html>
\ No newline at end of file |