Bug 697217: follow-up to 675821, create new localization strings for sync links on about:home

This commit is contained in:
Chenxia Liu 2011-10-28 17:55:49 -04:00
parent 71fbb106c5
commit 7e386b029d
3 changed files with 5 additions and 5 deletions

View File

@ -51,8 +51,6 @@
%aboutHomeDTD; %aboutHomeDTD;
<!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd" > <!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd" >
%browserDTD; %browserDTD;
<!ENTITY % syncSetupDTD SYSTEM "chrome://browser/locale/syncSetup.dtd" >
%syncSetupDTD;
]> ]>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
@ -105,8 +103,8 @@
<a href="http://www.mozilla.com/about/">&abouthome.aboutMozilla;</a> <a href="http://www.mozilla.com/about/">&abouthome.aboutMozilla;</a>
</div> </div>
<div id="syncLinksContainer"> <div id="syncLinksContainer">
<button class="sync-link" id="setupSyncLink">&aboutHomeSyncSetup.label;</button> <button class="sync-link" id="setupSyncLink">&abouthome.syncSetup.label;</button>
<button class="sync-link" id="pairDeviceLink">&pairDevice.title.label;</button> <button class="sync-link" id="pairDeviceLink">&abouthome.pairDevice.label;</button>
</div> </div>
</div> </div>
</body> </body>

View File

@ -18,3 +18,6 @@
text in <a/> will be linked to the featured add-ons on addons.mozilla.org text in <a/> will be linked to the featured add-ons on addons.mozilla.org
--> -->
<!ENTITY abouthome.defaultSnippet2.v1 "It's easy to customize your Firefox exactly the way you want it. <a>Choose from thousands of add-ons</a>."> <!ENTITY abouthome.defaultSnippet2.v1 "It's easy to customize your Firefox exactly the way you want it. <a>Choose from thousands of add-ons</a>.">
<!ENTITY abouthome.syncSetup.label "Set Up Sync">
<!ENTITY abouthome.pairDevice.label "Pair a Device">

View File

@ -1,5 +1,4 @@
<!ENTITY accountSetupTitle.label "&syncBrand.fullName.label; Setup"> <!ENTITY accountSetupTitle.label "&syncBrand.fullName.label; Setup">
<!ENTITY aboutHomeSyncSetup.label "Set Up Sync">
<!-- First page of the wizard --> <!-- First page of the wizard -->