[tbb-commits] [torbutton/master] Bug 14631: Improve profile access error msgs (strings).
mikeperry at torproject.org
mikeperry at torproject.org
Wed Mar 18 04:01:32 UTC 2015
commit fd2be43f999da3babdc0276ae2d2769938fe56c8
Author: Kathy Brade <brade at pearlcrescent.com>
Date: Fri Feb 27 10:40:47 2015 -0500
Bug 14631: Improve profile access error msgs (strings).
To allow for localization, get profile-related error strings from Torbutton.
---
src/chrome/locale/en/torbutton.properties | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/chrome/locale/en/torbutton.properties b/src/chrome/locale/en/torbutton.properties
index 505f31b..50985a4 100644
--- a/src/chrome/locale/en/torbutton.properties
+++ b/src/chrome/locale/en/torbutton.properties
@@ -61,3 +61,10 @@ canvas.allow=Allow in the future
canvas.allowAccessKey=A
canvas.never=Never for this site (recommended)
canvas.neverAccessKey=e
+
+# Profile/startup error messages. Strings are kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+profileProblemTitle=%S Profile Problem
+profileReadOnly=You cannot run %S from a read-only file system. Please copy %S to another location before trying to use it.
+profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy %S to your Desktop or Applications folder before trying to use it.
+profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
More information about the tbb-commits
mailing list