diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-05-25 20:45:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-25 20:45:48 +0000 |
commit | 72bab89cf6c77c9ee95a977c306e6ce317b84835 (patch) | |
tree | ca3fcaa2a72700b85221b2fe75bb7d46d5d424ce /browser/locales | |
parent | d5459982f0d1bab08b751dc140c4cbe047032617 (diff) | |
download | UXP-72bab89cf6c77c9ee95a977c306e6ce317b84835.tar UXP-72bab89cf6c77c9ee95a977c306e6ce317b84835.tar.gz UXP-72bab89cf6c77c9ee95a977c306e6ce317b84835.tar.lz UXP-72bab89cf6c77c9ee95a977c306e6ce317b84835.tar.xz UXP-72bab89cf6c77c9ee95a977c306e6ce317b84835.zip |
Revert "Remove the Social API"
Diffstat (limited to 'browser/locales')
3 files changed, 50 insertions, 1 deletions
diff --git a/browser/locales/en-US/chrome/browser/browser.dtd b/browser/locales/en-US/chrome/browser/browser.dtd index 1045977e8..6de17b64f 100644 --- a/browser/locales/en-US/chrome/browser/browser.dtd +++ b/browser/locales/en-US/chrome/browser/browser.dtd @@ -163,7 +163,22 @@ 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…"> @@ -765,6 +780,14 @@ 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 46b8aabc7..f7f3e9339 100644 --- a/browser/locales/en-US/chrome/browser/browser.properties +++ b/browser/locales/en-US/chrome/browser/browser.properties @@ -453,6 +453,29 @@ 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 4574c6a81..a68f59fe3 100644 --- a/browser/locales/en-US/chrome/browser/customizableui/customizableWidgets.properties +++ b/browser/locales/en-US/chrome/browser/customizableui/customizableWidgets.properties @@ -95,6 +95,9 @@ 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 |