mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
[BASILISK] Port PM Sync Client - Part 6a: Obvious ifdef'ing and clean up
This commit is contained in:
parent
d398d1590c
commit
f73e1c9cf7
14 changed files with 44 additions and 61 deletions
|
|
@ -4,8 +4,10 @@
|
|||
|
||||
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
|
||||
%brandDTD;
|
||||
#ifdef MOZ_SERVICES_SYNC
|
||||
<!ENTITY % syncBrandDTD SYSTEM "chrome://browser/locale/syncBrand.dtd">
|
||||
%syncBrandDTD;
|
||||
#endif
|
||||
|
||||
<!-- These strings are used in the about:home page -->
|
||||
|
||||
|
|
@ -32,7 +34,9 @@
|
|||
<!ENTITY abouthome.preferencesButtonUnix.label "Preferences">
|
||||
<!ENTITY abouthome.addonsButton.label "Add-ons">
|
||||
<!ENTITY abouthome.downloadsButton.label "Downloads">
|
||||
#ifdef MOZ_SERVICES_SYNC
|
||||
<!ENTITY abouthome.syncButton.label "&syncBrand.shortName.label;">
|
||||
#endif
|
||||
|
||||
<!-- LOCALIZATION NOTE (abouthome.aboutMozilla.label): The (invisible) label for
|
||||
the mozilla wordmark in the top-right corner that links to Mozilla's main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue