mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
bug 285064 - rename sanitize to Clear Private Data, patch by Mike Beltzner (mike@beltzner.ca), r+a=me
This commit is contained in:
parent
4a7e8c420a
commit
bbe05ede6a
@ -1209,8 +1209,7 @@ SanitizeListener.prototype =
|
||||
var bundleBrowser = document.getElementById("bundle_browser");
|
||||
var bundleBrand = document.getElementById("bundle_brand");
|
||||
var brandShortName = bundleBrand.getString("brandShortName");
|
||||
sanitizeItem.label = bundleBrowser.getFormattedString("sanitizeWithPromptLabel",
|
||||
[brandShortName]);
|
||||
sanitizeItem.label = bundleBrowser.getString("sanitizeWithPromptLabel");
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -423,10 +423,10 @@
|
||||
#endif
|
||||
<separator class="thin"/>
|
||||
<hbox align="center">
|
||||
<description flex="1" control="sanitizeSettings" >&sanitize.intro;</description>
|
||||
<button id="sanitizeSettings" label="&sanitizeSettings.label;"
|
||||
accesskey="&sanitizeSettings.accesskey;"
|
||||
oncommand="gPrivacyPane.showSanitizeSettings();"/>
|
||||
<description flex="1" control="sanitizeSettings" >&sanitize.intro;</description>
|
||||
</hbox>
|
||||
<separator/>
|
||||
</prefpane>
|
||||
|
@ -166,8 +166,8 @@
|
||||
<!ENTITY preferencesCmdUnix.label "Preferences">
|
||||
<!ENTITY preferencesCmdUnix.accesskey "n">
|
||||
|
||||
<!ENTITY sanitizeCmd.label "Sanitize &brandShortName;">
|
||||
<!ENTITY sanitizeCmd.accesskey "z">
|
||||
<!ENTITY sanitizeCmd.label "Clear Private Data...">
|
||||
<!ENTITY sanitizeCmd.accesskey "P">
|
||||
|
||||
<!ENTITY viewMenu.label "View">
|
||||
<!ENTITY viewMenu.accesskey "V">
|
||||
|
@ -102,8 +102,8 @@ missingpluginsMessage.button.label=Install Missing Plugins...
|
||||
missingpluginsMessage.button.accesskey=I
|
||||
|
||||
# Sanitize
|
||||
sanitizeWithPromptLabel=Sanitize %S...
|
||||
sanitizeButton=Sanitize Now
|
||||
sanitizeWithPromptLabel=Clear Private Data...
|
||||
sanitizeButton=Clear Private Data Now
|
||||
|
||||
# Check for Updates
|
||||
updatesItem_default=Check for Updates...
|
||||
|
@ -79,6 +79,6 @@
|
||||
<!ENTITY clearCache.label "Clear Cache Now">
|
||||
<!ENTITY clearCache.accesskey "N">
|
||||
|
||||
<!ENTITY sanitizeSettings.label "Sanitize Settings...">
|
||||
<!ENTITY sanitizeSettings.label "Settings...">
|
||||
<!ENTITY sanitizeSettings.accesskey "z">
|
||||
<!ENTITY sanitize.intro "Sanitize automatically removes privacy information when you use a keyboard shortcut or close &brandShortName;.">
|
||||
<!ENTITY sanitize.intro "The Clear Private Data tool can be used to erase your private data using a keyboard shortcut or when &brandShortName; closes.">
|
||||
|
@ -1,8 +1,8 @@
|
||||
<!ENTITY sanitizeDialog.title "Sanitize">
|
||||
<!ENTITY sanitizeDialog.title "Clear Private Data">
|
||||
<!ENTITY window.width "30em">
|
||||
|
||||
<!ENTITY items.label "Sanitize Items">
|
||||
<!ENTITY sanitizeItems.label "Clear the following items when Sanitizing &brandShortName;:">
|
||||
<!ENTITY items.label "Private Data">
|
||||
<!ENTITY sanitizeItems.label "Select the items to be cleared:">
|
||||
<!ENTITY itemHistory.label "Browsing History">
|
||||
<!ENTITY itemHistory.accesskey "B">
|
||||
<!ENTITY itemFormData.label "Saved Form Information">
|
||||
@ -18,9 +18,9 @@
|
||||
<!ENTITY itemSessions.label "Authenticated Sessions">
|
||||
<!ENTITY itemSessions.accesskey "S">
|
||||
|
||||
<!ENTITY settings.label "Sanitize Settings">
|
||||
<!ENTITY sanitizeOnShutDown.label "Sanitize &brandShortName; on shutdown">
|
||||
<!ENTITY settings.label "Settings">
|
||||
<!ENTITY sanitizeOnShutDown.label "Clear private data when closing &brandShortName;">
|
||||
<!ENTITY sanitizeOnShutDown.accesskey "e">
|
||||
<!ENTITY promptOnSanitize.label "Ask me before Sanitizing &brandShortName;">
|
||||
<!ENTITY promptOnSanitize.label "Ask me before clearing private data">
|
||||
<!ENTITY promptOnSanitize.accesskey "k">
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!ENTITY sanitizeDialog.title "Sanitize &brandShortName;">
|
||||
<!ENTITY sanitizeDialog.title "Clear Private Data">
|
||||
|
||||
<!ENTITY sanitizeItems.label "Clear the following items now:">
|
||||
<!ENTITY itemHistory.label "Browsing History">
|
||||
@ -16,5 +16,5 @@
|
||||
<!ENTITY itemSessions.label "Authenticated Sessions">
|
||||
<!ENTITY itemSessions.accesskey "S">
|
||||
|
||||
<!ENTITY promptOnSanitize.label "Ask me before Sanitizing &brandShortName;">
|
||||
<!ENTITY promptOnSanitize.label "Ask me before clearing private data">
|
||||
<!ENTITY promptOnSanitize.accesskey "k">
|
||||
|
Loading…
Reference in New Issue
Block a user