Convert resetProfile.dtd to Fluent (Bug 1517307) r=jaws,flod

Convert resetProfile.dtd to resetProfile.ftl. Modify dependencies for resetProfile.xul, safeMode.xul, aboutSupport.xhtml.

Differential Revision: https://phabricator.services.mozilla.com/D17416
This commit is contained in:
Brian
2019-02-03 21:33:23 +00:00
parent 61eb48136b
commit 0e8cab68b6
5 changed files with 113 additions and 28 deletions

View File

@@ -7,7 +7,6 @@
<!DOCTYPE html [
<!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> %htmlDTD;
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> %brandDTD;
<!ENTITY % resetProfileDTD SYSTEM "chrome://global/locale/resetProfile.dtd"> %resetProfileDTD;
]>
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -23,6 +22,7 @@
src="chrome://global/content/aboutSupport.js"/>
<link rel="localization" href="branding/brand.ftl"/>
<link rel="localization" href="toolkit/about/aboutSupport.ftl"/>
<link rel="localization" href="toolkit/global/resetProfile.ftl"/>
</head>
<body class="wide-container">
@@ -30,10 +30,8 @@
#ifndef ANDROID
<div id="action-box" class="notice-box">
<div id="reset-box">
<h3>&refreshProfile.title;</h3>
<button id="reset-box-button">
&refreshProfile.button.label;
</button>
<h3 data-l10n-id="refresh-profile"/>
<button id="reset-box-button" data-l10n-id="refresh-profile-button"/>
</div>
<div id="safe-mode-box">
<h3 data-l10n-id="safe-mode-title"/>