blob: e04030d8747012262471ba0a91fa5fa2cb90f7ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<!--
Copyright 2013 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<div>
<section id="prefs-blocked-languages">
<h2>Languages not translated (New)</h2>
<ul></ul>
</section>
<section id="prefs-language-blacklist">
<h2>Languages not translated<span> (Old)</span></h2>
<ul></ul>
</section>
<section id="prefs-site-blacklist">
<h2>Sites not translated</h2>
<ul></ul>
</section>
<section id="prefs-whitelists">
<h2>Languages always translated</h2>
<ul></ul>
</section>
<section id="prefs-supported-languages">
<h2>Supported languages</h2>
<p id="prefs-supported-languages-last-updated">Last updated: <span></span></p>
<ul id="prefs-supported-languages-languages"></ul>
</section>
</div>
<div>
<section id="prefs-dump">
<h2>Dump</h2>
<p class="dump"><p>
</section>
</div>
|