| LEFT | RIGHT |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <!-- | 2 <!-- |
| 3 # This Source Code Form is subject to the terms of the Mozilla Public | 3 # This Source Code Form is subject to the terms of the Mozilla Public |
| 4 # License, v. 2.0. If a copy of the MPL was not distributed with this | 4 # License, v. 2.0. If a copy of the MPL was not distributed with this |
| 5 # file, You can obtain one at http://mozilla.org/MPL/2.0/. | 5 # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
| 6 --> | 6 --> |
| 7 <!DOCTYPE html [ | 7 <!DOCTYPE html [ |
| 8 <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-stric
t.dtd"> | 8 <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-stric
t.dtd"> |
| 9 %htmlDTD; | 9 %htmlDTD; |
| 10 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" > | 10 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" > |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 | 30 |
| 31 <!-- Removed tracking text. See https://issues.adblockplus.org/ticket/5194 -
-> | 31 <!-- Removed tracking text. See https://issues.adblockplus.org/ticket/5194 -
-> |
| 32 <h1 class="showPrivate">&privatebrowsingpage.title;</h1> | 32 <h1 class="showPrivate">&privatebrowsingpage.title;</h1> |
| 33 <h1 class="showNormal">&privatebrowsingpage.title.normal1;</h1> | 33 <h1 class="showNormal">&privatebrowsingpage.title.normal1;</h1> |
| 34 | 34 |
| 35 <div class="contentSection"> | 35 <div class="contentSection"> |
| 36 <!-- Removed tracking text. See https://issues.adblockplus.org/ticket/5194
--> | 36 <!-- Removed tracking text. See https://issues.adblockplus.org/ticket/5194
--> |
| 37 <p class="showPrivate">&privatebrowsingpage.description.privateDetails;</p
> | 37 <p class="showPrivate">&privatebrowsingpage.description.privateDetails;</p
> |
| 38 <p class="showNormal">&privatebrowsingpage.description.normal2;</p> | 38 <p class="showNormal">&privatebrowsingpage.description.normal2;</p> |
| 39 | 39 |
| 40 <p class="showPrivate"><a href="https://support.mozilla.org/kb/private-bro
wsing-firefox-android">&privatebrowsingpage.link.private;</a></p> | 40 <!-- Removed Mozilla's private/tracking link. See https://issues.adblockpl
us.org/ticket/5194 --> |
| 41 <p class="showNormal"><a href="#" id="newPrivateTabLink">&privatebrowsingp
age.link.normal;</a></p> | 41 <p class="showNormal"><a href="#" id="newPrivateTabLink">&privatebrowsingp
age.link.normal;</a></p> |
| 42 </div> | 42 </div> |
| 43 | 43 |
| 44 </body> | 44 </body> |
| 45 </html> | 45 </html> |
| LEFT | RIGHT |