diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-06-05 20:05:22 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-06-05 20:05:22 -0400 |
commit | bfc7a0938fd2243df112eecafef88684c64cbf27 (patch) | |
tree | e98c662916322278e7886086b65dd8108b1cb9a0 /locales | |
parent | 79e91e481384ec6df20660fbb27a2def0c432b8f (diff) | |
download | iceweasel-uxp-bfc7a0938fd2243df112eecafef88684c64cbf27.tar.gz |
remove UITour
Diffstat (limited to 'locales')
-rw-r--r-- | locales/en-US/chrome/browser/baseMenuOverlay.dtd | 3 | ||||
-rw-r--r-- | locales/en-US/chrome/browser/browser.dtd | 2 | ||||
-rw-r--r-- | locales/en-US/chrome/browser/browser.properties | 16 |
3 files changed, 0 insertions, 21 deletions
diff --git a/locales/en-US/chrome/browser/baseMenuOverlay.dtd b/locales/en-US/chrome/browser/baseMenuOverlay.dtd index de92ad3..1079c3c 100644 --- a/locales/en-US/chrome/browser/baseMenuOverlay.dtd +++ b/locales/en-US/chrome/browser/baseMenuOverlay.dtd @@ -37,9 +37,6 @@ <!ENTITY helpFeedbackPage.label "Submit Feedback…"> <!ENTITY helpFeedbackPage.accesskey "S"> -<!ENTITY helpShowTour2.label "&brandShorterName; Tour"> -<!ENTITY helpShowTour2.accesskey "o"> - <!ENTITY preferencesCmdMac.label "Preferences…"> <!ENTITY preferencesCmdMac.commandkey ","> diff --git a/locales/en-US/chrome/browser/browser.dtd b/locales/en-US/chrome/browser/browser.dtd index fa361ae..f8a7d62 100644 --- a/locales/en-US/chrome/browser/browser.dtd +++ b/locales/en-US/chrome/browser/browser.dtd @@ -827,8 +827,6 @@ you can use these alternative items. Otherwise, their values should be empty. - a CSS length value. --> <!ENTITY pluginNotification.width "28em"> -<!ENTITY uiTour.infoPanel.close "Close"> - <!ENTITY appMenuSidebars.label "Sidebars"> <!-- LOCALIZATION NOTE: (panicButton.view.mainTimeframeDesc, panicButton.view.5min, panicButton.view.2hr, panicButton.view.day): diff --git a/locales/en-US/chrome/browser/browser.properties b/locales/en-US/chrome/browser/browser.properties index 46b8aab..8f4036d 100644 --- a/locales/en-US/chrome/browser/browser.properties +++ b/locales/en-US/chrome/browser/browser.properties @@ -336,15 +336,6 @@ identity.identified.state_and_country=%S, %S identity.icon.tooltip=Show site information -trackingProtection.intro.title=How Tracking Protection works -# LOCALIZATION NOTE (trackingProtection.intro.description2): -# %S is brandShortName. This string should match the one from Step 1 of the tour -# when it starts from the button shown when a new private window is opened. -trackingProtection.intro.description2=When you see the shield, %S is blocking some parts of the page that could track your browsing activity. -# LOCALIZATION NOTE (trackingProtection.intro.step1of3): Indicates that the intro panel is step one of three in a tour. -trackingProtection.intro.step1of3=1 of 3 -trackingProtection.intro.nextButton.label=Next - trackingProtection.icon.activeTooltip=Tracking attempts blocked trackingProtection.icon.disabledTooltip=Tracking content detected @@ -606,13 +597,6 @@ flashHang.message = %S changed some Adobe Flash settings to improve performance. flashHang.helpButton.label = Learn More… flashHang.helpButton.accesskey = L -# LOCALIZATION NOTE(customizeTips.tip0): %1$S will be replaced with the text defined -# in customizeTips.tip0.hint, %2$S will be replaced with brandShortName, %3$S will -# be replaced with a hyperlink containing the text defined in customizeTips.tip0.learnMore. -customizeTips.tip0 = %1$S: You can customize %2$S to work the way you do. Simply drag any of the above to the menu or toolbar. %3$S about customizing %2$S. -customizeTips.tip0.hint = Hint -customizeTips.tip0.learnMore = Learn more - # LOCALIZATION NOTE (customizeMode.tabTitle): %S is brandShortName customizeMode.tabTitle = Customize %S |