cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / translate_internals / prefs.html
blob5cd07b891e4c2280cb72e1e1eb7dec947dbb3baf
1 <!--
2 Copyright 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
5 -->
6 <div>
7 <section id="prefs-blocked-languages">
8 <h2>Languages not translated (New)</h2>
9 <ul></ul>
10 </section>
11 <section id="prefs-language-blacklist">
12 <h2>Languages not translated<span> (Old)</span></h2>
13 <ul></ul>
14 </section>
15 <section id="prefs-site-blacklist">
16 <h2>Sites not translated</h2>
17 <ul></ul>
18 </section>
19 <section id="prefs-whitelists">
20 <h2>Languages always translated</h2>
21 <ul></ul>
22 </section>
23 <section id="prefs-supported-languages">
24 <h2>Supported languages</h2>
25 <p id="prefs-supported-languages-last-updated">Last updated: <span></span></p>
26 <ul id="prefs-supported-languages-languages"></ul>
27 </section>
28 <if expr="not is_ios">
29 <section id="prefs-cld-version">
30 <h2>CLD Version</h2>
31 <p i18n-content="cld-version"></p>
32 </section>
33 </if>
34 </div>
35 <div>
36 <section id="prefs-dump">
37 <h2>Dump</h2>
38 <p class="dump"><p>
39 </section>
40 </div>