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