diff options
author | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2018-05-30 17:45:05 -0400 |
---|---|---|
committer | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2018-05-30 17:45:05 -0400 |
commit | 5f89c3da66862d82fa27092986c4065aba3574ff (patch) | |
tree | 205cc50bce12012d69d3d3564a1edc0de57aaf5e /browser/locales | |
parent | e1084c8b24f9edda1d40b95d0089edf589da482d (diff) | |
download | UXP-5f89c3da66862d82fa27092986c4065aba3574ff.tar UXP-5f89c3da66862d82fa27092986c4065aba3574ff.tar.gz UXP-5f89c3da66862d82fa27092986c4065aba3574ff.tar.lz UXP-5f89c3da66862d82fa27092986c4065aba3574ff.tar.xz UXP-5f89c3da66862d82fa27092986c4065aba3574ff.zip |
Remove Social API.
Diffstat (limited to 'browser/locales')
3 files changed, 1 insertions, 50 deletions
diff --git a/browser/locales/en-US/chrome/browser/browser.dtd b/browser/locales/en-US/chrome/browser/browser.dtd index 6de17b64f..1045977e8 100644 --- a/browser/locales/en-US/chrome/browser/browser.dtd +++ b/browser/locales/en-US/chrome/browser/browser.dtd @@ -163,22 +163,7 @@ These should match what Safari and other Apple applications use on OS X Lion. -- <!ENTITY bookmarkThisPageCmd.label "Bookmark This Page"> <!ENTITY editThisBookmarkCmd.label "Edit This Bookmark"> <!ENTITY bookmarkThisPageCmd.commandkey "d"> -<!-- LOCALIZATION NOTE (findShareServices.label): - - Use the unicode ellipsis char, \u2026, - - or use "..." if \u2026 doesn't suit traditions in your locale. --> -<!ENTITY findShareServices.label "Find more Share services…"> -<!ENTITY sharePageCmd.label "Share This Page"> -<!ENTITY sharePageCmd.commandkey "S"> -<!ENTITY sharePageCmd.accesskey "s"> -<!-- LOCALIZATION NOTE (shareLink.accesskey): must be different than the following share access keys --> -<!ENTITY shareLink.label "Share This Link"> -<!ENTITY shareLink.accesskey "h"> -<!ENTITY shareImage.label "Share This Image"> -<!ENTITY shareImage.accesskey "r"> -<!ENTITY shareSelect.label "Share Selection"> -<!ENTITY shareSelect.accesskey "r"> -<!ENTITY shareVideo.label "Share This Video"> -<!ENTITY shareVideo.accesskey "r"> + <!ENTITY feedsMenu2.label "Subscribe to This Page"> <!ENTITY subscribeToPageMenupopup.label "Subscribe to This Page"> <!ENTITY subscribeToPageMenuitem.label "Subscribe to This Page…"> @@ -780,14 +765,6 @@ you can use these alternative items. Otherwise, their values should be empty. - <!ENTITY syncReAuthItem.accesskey "R"> <!ENTITY syncToolbarButton.label "Sync"> -<!ENTITY social.addons.label "Manage Services…"> - -<!ENTITY social.directory.label "Activations Directory"> -<!ENTITY social.directory.text "You can activate Share services from the directory."> -<!ENTITY social.directory.button "Take me there!"> -<!ENTITY social.directory.introText "Click on a service to add it to &brandShortName;."> -<!ENTITY social.directory.viewmore.text "View More"> - <!ENTITY customizeMode.menuAndToolbars.header2 "Additional Tools and Features"> <!ENTITY customizeMode.menuAndToolbars.empty "Want more tools?"> <!ENTITY customizeMode.menuAndToolbars.emptyLink "Choose from thousands of add-ons"> diff --git a/browser/locales/en-US/chrome/browser/browser.properties b/browser/locales/en-US/chrome/browser/browser.properties index f7f3e9339..46b8aabc7 100644 --- a/browser/locales/en-US/chrome/browser/browser.properties +++ b/browser/locales/en-US/chrome/browser/browser.properties @@ -453,29 +453,6 @@ processHang.button_debug.accessKey = D # LOCALIZATION NOTE (fullscreenButton.tooltip): %S is the keyboard shortcut for full screen fullscreenButton.tooltip=Display the window in full screen (%S) -service.toolbarbutton.label=Services -service.toolbarbutton.tooltiptext=Services - -# LOCALIZATION NOTE (social.install.description): %1$S is the hostname of the social provider, %2$S is brandShortName (e.g. Firefox) -service.install.description=Would you like to enable services from %1$S to display in your %2$S toolbar and sidebar? -service.install.ok.label=Enable Services -service.install.ok.accesskey=E - -# LOCALIZATION NOTE (social.markpageMenu.label): %S is the name of the social provider -social.markpageMenu.label=Save Page to %S -# LOCALIZATION NOTE (social.marklinkMenu.label): %S is the name of the social provider -social.marklinkMenu.label=Save Link to %S - -# LOCALIZATION NOTE (social.error.message): %1$S is brandShortName (e.g. Firefox), %2$S is the name of the social provider -social.error.message=%1$S is unable to connect with %2$S right now. -social.error.tryAgain.label=Try Again -social.error.tryAgain.accesskey=T -social.error.closeSidebar.label=Close This Sidebar -social.error.closeSidebar.accesskey=C - -# LOCALIZATION NOTE: %1$S is the label for the toolbar button, %2$S is the associated badge numbering that the social provider may provide. -social.aria.toolbarButtonBadgeText=%1$S (%2$S) - # LOCALIZATION NOTE (getUserMedia.shareCamera.message, getUserMedia.shareMicrophone.message, # getUserMedia.shareScreen.message, getUserMedia.shareCameraAndMicrophone.message, # getUserMedia.shareScreenAndMicrophone.message, getUserMedia.shareCameraAndAudioCapture.message, diff --git a/browser/locales/en-US/chrome/browser/customizableui/customizableWidgets.properties b/browser/locales/en-US/chrome/browser/customizableui/customizableWidgets.properties index a68f59fe3..4574c6a81 100644 --- a/browser/locales/en-US/chrome/browser/customizableui/customizableWidgets.properties +++ b/browser/locales/en-US/chrome/browser/customizableui/customizableWidgets.properties @@ -95,9 +95,6 @@ quit-button.tooltiptext.linux2 = Quit %1$S (%2$S) # %2$S is the keyboard shortcut quit-button.tooltiptext.mac = Quit %1$S (%2$S) -social-share-button.label = Share This Page -social-share-button.tooltiptext = Share this page - panic-button.label = Forget panic-button.tooltiptext = Forget about some browsing history |