commit 333d930c9396c7e1753d16790dab187a01d2d751 Author: Mike Perry mikeperry-git@fscked.org Date: Tue Oct 9 14:42:31 2012 -0700
Add strings for the canvas prompt patch.
These strings are used in one of our FF patches (see bug #6253), but we include them here so they can be translated. --- src/chrome/locale/en/torbutton.properties | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/chrome/locale/en/torbutton.properties b/src/chrome/locale/en/torbutton.properties index 8679003..875240e 100644 --- a/src/chrome/locale/en/torbutton.properties +++ b/src/chrome/locale/en/torbutton.properties @@ -43,3 +43,10 @@ torbutton.popup.device_full = The disk appears to be full. Please free up space torbutton.title.prompt_torbrowser = Important Torbutton Information torbutton.popup.prompt_torbrowser = Torbutton works differently now: you can't turn it off any more.\n\nWe made this change because it isn't safe to use Torbutton in a browser that's also used for non-Tor browsing. There were too many bugs there that we couldn't fix any other way.\n\nIf you want to keep using Firefox normally, you should uninstall Torbutton and download Tor Browser Bundle. The privacy properties of Tor Browser are also superior to those of normal Firefox, even when Firefox is used with Torbutton.\n\nTo remove Torbutton, go to Tools->Addons->Extensions and then click the Remove button next to Torbutton. torbutton.popup.short_torbrowser = Important Torbutton Information!\n\nTorbutton is now always enabled.\n\nClick on the Torbutton for more information. + +# Canvas permission prompt. Strings are kept here for ease of translation. +canvas.siteprompt=This website (%S) attempted to access image data on a canvas. Since canvas image data can be used to discover information about your computer, blank image data was returned this time. +canvas.allow=Allow in the Future +canvas.allowAccessKey=A +canvas.never=Never for This Site +canvas.neverAccessKey=e
tor-commits@lists.torproject.org