1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/locales/en-US/chrome/security/caps.properties Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,112 @@ 1.4 +# This Source Code Form is subject to the terms of the Mozilla Public 1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.7 +CheckMessage = Remember this decision 1.8 +CheckLoadURIError = Security Error: Content at %S may not load or link to %S. 1.9 +CheckSameOriginError = Security Error: Content at %S may not load data from %S. 1.10 + 1.11 +# LOCALIZATION NOTE (GetPropertyDeniedOrigins): 1.12 +# %1$S is the origin of the script which was denied access. 1.13 +# %2$S is the type of object it was. 1.14 +# %3$S is the property of that object that access was denied for. 1.15 +# %4$S is the origin of the object access was denied to. 1.16 +GetPropertyDeniedOrigins = Permission denied for <%1$S> to get property %2$S.%3$S from <%4$S>. 1.17 +# LOCALIZATION NOTE (GetPropertyDeniedOriginsSubjectDomain): 1.18 +# %1$S is the origin of the script which was denied access. 1.19 +# %2$S is the type of object it was. 1.20 +# %3$S is the property of that object that access was denied for. 1.21 +# %4$S is the origin of the object access was denied to. 1.22 +# %5$S is the value of document.domain for the script which was denied access; 1.23 +# don't translate "document.domain". 1.24 +GetPropertyDeniedOriginsSubjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to get property %2$S.%3$S from <%4$S> (document.domain has not been set). 1.25 +# LOCALIZATION NOTE (GetPropertyDeniedOriginsObjectDomain): 1.26 +# %1$S is the origin of the script which was denied access. 1.27 +# %2$S is the type of object it was. 1.28 +# %3$S is the property of that object that access was denied for. 1.29 +# %4$S is the origin of the object access was denied to. 1.30 +# %5$S is the value of document.domain for the object being accessed; 1.31 +# don't translate "document.domain". 1.32 +GetPropertyDeniedOriginsObjectDomain = Permission denied for <%1$S> (document.domain has not been set) to get property %2$S.%3$S from <%4$S> (document.domain=<%5$S>). 1.33 +# LOCALIZATION NOTE (GetPropertyDeniedOriginsSubjectDomainObjectDomain): 1.34 +# %1$S is the origin of the script which was denied access. 1.35 +# %2$S is the type of object it was. 1.36 +# %3$S is the property of that object that access was denied for. 1.37 +# %4$S is the origin of the object access was denied to. 1.38 +# %5$S is the value of document.domain for the script which was denied access; 1.39 +# don't translate "document.domain" 1.40 +# %6$S is the value of document.domain for the object being accessed; 1.41 +# don't translate "document.domain". 1.42 +GetPropertyDeniedOriginsSubjectDomainObjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to get property %2$S.%3$S from <%4$S> (document.domain=<%6$S>). 1.43 + 1.44 +# LOCALIZATION NOTE (SetPropertyDeniedOrigins): 1.45 +# %1$S is the origin of the script which was denied access. 1.46 +# %2$S is the type of object it was. 1.47 +# %3$S is the property of that object that access was denied for. 1.48 +# %4$S is the origin of the object access was denied to. 1.49 +SetPropertyDeniedOrigins = Permission denied for <%1$S> to set property %2$S.%3$S on <%4$S>. 1.50 +# LOCALIZATION NOTE (SetPropertyDeniedOriginsSubjectDomain): 1.51 +# %1$S is the origin of the script which was denied access. 1.52 +# %2$S is the type of object it was. 1.53 +# %3$S is the property of that object that access was denied for. 1.54 +# %4$S is the origin of the object access was denied to. 1.55 +# %5$S is the value of document.domain for the script which was denied access; 1.56 +# don't translate "document.domain". 1.57 +SetPropertyDeniedOriginsSubjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to set property %2$S.%3$S on <%4$S> (document.domain has not been set). 1.58 +# LOCALIZATION NOTE (SetPropertyDeniedOriginsObjectDomain): 1.59 +# %1$S is the origin of the script which was denied access. 1.60 +# %2$S is the type of object it was. 1.61 +# %3$S is the property of that object that access was denied for. 1.62 +# %4$S is the origin of the object access was denied to. 1.63 +# %5$S is the value of document.domain for the object being accessed; 1.64 +# don't translate "document.domain". 1.65 +SetPropertyDeniedOriginsObjectDomain = Permission denied for <%1$S> (document.domain has not been set) to set property %2$S.%3$S on <%4$S> (document.domain=<%5$S>). 1.66 +# LOCALIZATION NOTE (SetPropertyDeniedOriginsSubjectDomainObjectDomain): 1.67 +# %1$S is the origin of the script which was denied access. 1.68 +# %2$S is the type of object it was. 1.69 +# %3$S is the property of that object that access was denied for. 1.70 +# %4$S is the origin of the object access was denied to. 1.71 +# %5$S is the value of document.domain for the script which was denied access; 1.72 +# don't translate "document.domain" 1.73 +# %6$S is the value of document.domain for the object being accessed; 1.74 +# don't translate "document.domain". 1.75 +SetPropertyDeniedOriginsSubjectDomainObjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to set property %2$S.%3$S on <%4$S> (document.domain=<%6$S>). 1.76 + 1.77 +# LOCALIZATION NOTE (CallMethodDeniedOrigins): 1.78 +# %1$S is the origin of the script which was denied access. 1.79 +# %2$S is the type of object it was. 1.80 +# %3$S is the method of that object that access was denied for. 1.81 +# %4$S is the origin of the object access was denied to. 1.82 +CallMethodDeniedOrigins = Permission denied for <%1$S> to call method %2$S.%3$S on <%4$S>. 1.83 +# LOCALIZATION NOTE (CallMethodDeniedOriginsSubjectDomain): 1.84 +# %1$S is the origin of the script which was denied access. 1.85 +# %2$S is the type of object it was. 1.86 +# %3$S is the method of that object that access was denied for. 1.87 +# %4$S is the origin of the object access was denied to. 1.88 +# %5$S is the value of document.domain for the script which was denied access; 1.89 +# don't translate "document.domain". 1.90 +CallMethodDeniedOriginsSubjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to call method %2$S.%3$S on <%4$S> (document.domain has not been set). 1.91 +# LOCALIZATION NOTE (CallMethodDeniedOriginsObjectDomain): 1.92 +# %1$S is the origin of the script which was denied access. 1.93 +# %2$S is the type of object it was. 1.94 +# %3$S is the method of that object that access was denied for. 1.95 +# %4$S is the origin of the object access was denied to. 1.96 +# %5$S is the value of document.domain for the object being accessed; 1.97 +# don't translate "document.domain". 1.98 +CallMethodDeniedOriginsObjectDomain = Permission denied for <%1$S> (document.domain has not been set) to call method %2$S.%3$S on <%4$S> (document.domain=<%5$S>). 1.99 +# LOCALIZATION NOTE (CallMethodDeniedOriginsSubjectDomainObjectDomain): 1.100 +# %1$S is the origin of the script which was denied access. 1.101 +# %2$S is the type of object it was. 1.102 +# %3$S is the method of that object that access was denied for. 1.103 +# %4$S is the origin of the object access was denied to. 1.104 +# %5$S is the value of document.domain for the script which was denied access; 1.105 +# don't translate "document.domain" 1.106 +# %6$S is the value of document.domain for the object being accessed; 1.107 +# don't translate "document.domain". 1.108 +CallMethodDeniedOriginsSubjectDomainObjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to call method %2$S.%3$S on <%4$S> (document.domain=<%6$S>). 1.109 + 1.110 +GetPropertyDeniedOriginsOnlySubject = Permission denied for <%S> to get property %S.%S 1.111 +SetPropertyDeniedOriginsOnlySubject = Permission denied for <%S> to set property %S.%S 1.112 +CallMethodDeniedOriginsOnlySubject = Permission denied for <%S> to call method %S.%S 1.113 +CreateWrapperDenied = Permission denied to create wrapper for object of class %S 1.114 +CreateWrapperDeniedForOrigin = Permission denied for <%2$S> to create wrapper for object of class %1$S 1.115 +ProtocolFlagError = Warning: Protocol handler for '%S' doesn't advertise a security policy. While loading of such protocols is allowed for now, this is deprecated. Please see the documentation in nsIProtocolHandler.idl.