michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: CheckMessage = Remember this decision michael@0: CheckLoadURIError = Security Error: Content at %S may not load or link to %S. michael@0: CheckSameOriginError = Security Error: Content at %S may not load data from %S. michael@0: michael@0: # LOCALIZATION NOTE (GetPropertyDeniedOrigins): michael@0: # %1$S is the origin of the script which was denied access. michael@0: # %2$S is the type of object it was. michael@0: # %3$S is the property of that object that access was denied for. michael@0: # %4$S is the origin of the object access was denied to. michael@0: GetPropertyDeniedOrigins = Permission denied for <%1$S> to get property %2$S.%3$S from <%4$S>. michael@0: # LOCALIZATION NOTE (GetPropertyDeniedOriginsSubjectDomain): michael@0: # %1$S is the origin of the script which was denied access. michael@0: # %2$S is the type of object it was. michael@0: # %3$S is the property of that object that access was denied for. michael@0: # %4$S is the origin of the object access was denied to. michael@0: # %5$S is the value of document.domain for the script which was denied access; michael@0: # don't translate "document.domain". michael@0: 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). michael@0: # LOCALIZATION NOTE (GetPropertyDeniedOriginsObjectDomain): michael@0: # %1$S is the origin of the script which was denied access. michael@0: # %2$S is the type of object it was. michael@0: # %3$S is the property of that object that access was denied for. michael@0: # %4$S is the origin of the object access was denied to. michael@0: # %5$S is the value of document.domain for the object being accessed; michael@0: # don't translate "document.domain". michael@0: 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>). michael@0: # LOCALIZATION NOTE (GetPropertyDeniedOriginsSubjectDomainObjectDomain): michael@0: # %1$S is the origin of the script which was denied access. michael@0: # %2$S is the type of object it was. michael@0: # %3$S is the property of that object that access was denied for. michael@0: # %4$S is the origin of the object access was denied to. michael@0: # %5$S is the value of document.domain for the script which was denied access; michael@0: # don't translate "document.domain" michael@0: # %6$S is the value of document.domain for the object being accessed; michael@0: # don't translate "document.domain". michael@0: GetPropertyDeniedOriginsSubjectDomainObjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to get property %2$S.%3$S from <%4$S> (document.domain=<%6$S>). michael@0: michael@0: # LOCALIZATION NOTE (SetPropertyDeniedOrigins): michael@0: # %1$S is the origin of the script which was denied access. michael@0: # %2$S is the type of object it was. michael@0: # %3$S is the property of that object that access was denied for. michael@0: # %4$S is the origin of the object access was denied to. michael@0: SetPropertyDeniedOrigins = Permission denied for <%1$S> to set property %2$S.%3$S on <%4$S>. michael@0: # LOCALIZATION NOTE (SetPropertyDeniedOriginsSubjectDomain): michael@0: # %1$S is the origin of the script which was denied access. michael@0: # %2$S is the type of object it was. michael@0: # %3$S is the property of that object that access was denied for. michael@0: # %4$S is the origin of the object access was denied to. michael@0: # %5$S is the value of document.domain for the script which was denied access; michael@0: # don't translate "document.domain". michael@0: 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). michael@0: # LOCALIZATION NOTE (SetPropertyDeniedOriginsObjectDomain): michael@0: # %1$S is the origin of the script which was denied access. michael@0: # %2$S is the type of object it was. michael@0: # %3$S is the property of that object that access was denied for. michael@0: # %4$S is the origin of the object access was denied to. michael@0: # %5$S is the value of document.domain for the object being accessed; michael@0: # don't translate "document.domain". michael@0: 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>). michael@0: # LOCALIZATION NOTE (SetPropertyDeniedOriginsSubjectDomainObjectDomain): michael@0: # %1$S is the origin of the script which was denied access. michael@0: # %2$S is the type of object it was. michael@0: # %3$S is the property of that object that access was denied for. michael@0: # %4$S is the origin of the object access was denied to. michael@0: # %5$S is the value of document.domain for the script which was denied access; michael@0: # don't translate "document.domain" michael@0: # %6$S is the value of document.domain for the object being accessed; michael@0: # don't translate "document.domain". michael@0: SetPropertyDeniedOriginsSubjectDomainObjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to set property %2$S.%3$S on <%4$S> (document.domain=<%6$S>). michael@0: michael@0: # LOCALIZATION NOTE (CallMethodDeniedOrigins): michael@0: # %1$S is the origin of the script which was denied access. michael@0: # %2$S is the type of object it was. michael@0: # %3$S is the method of that object that access was denied for. michael@0: # %4$S is the origin of the object access was denied to. michael@0: CallMethodDeniedOrigins = Permission denied for <%1$S> to call method %2$S.%3$S on <%4$S>. michael@0: # LOCALIZATION NOTE (CallMethodDeniedOriginsSubjectDomain): michael@0: # %1$S is the origin of the script which was denied access. michael@0: # %2$S is the type of object it was. michael@0: # %3$S is the method of that object that access was denied for. michael@0: # %4$S is the origin of the object access was denied to. michael@0: # %5$S is the value of document.domain for the script which was denied access; michael@0: # don't translate "document.domain". michael@0: 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). michael@0: # LOCALIZATION NOTE (CallMethodDeniedOriginsObjectDomain): michael@0: # %1$S is the origin of the script which was denied access. michael@0: # %2$S is the type of object it was. michael@0: # %3$S is the method of that object that access was denied for. michael@0: # %4$S is the origin of the object access was denied to. michael@0: # %5$S is the value of document.domain for the object being accessed; michael@0: # don't translate "document.domain". michael@0: 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>). michael@0: # LOCALIZATION NOTE (CallMethodDeniedOriginsSubjectDomainObjectDomain): michael@0: # %1$S is the origin of the script which was denied access. michael@0: # %2$S is the type of object it was. michael@0: # %3$S is the method of that object that access was denied for. michael@0: # %4$S is the origin of the object access was denied to. michael@0: # %5$S is the value of document.domain for the script which was denied access; michael@0: # don't translate "document.domain" michael@0: # %6$S is the value of document.domain for the object being accessed; michael@0: # don't translate "document.domain". michael@0: CallMethodDeniedOriginsSubjectDomainObjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to call method %2$S.%3$S on <%4$S> (document.domain=<%6$S>). michael@0: michael@0: GetPropertyDeniedOriginsOnlySubject = Permission denied for <%S> to get property %S.%S michael@0: SetPropertyDeniedOriginsOnlySubject = Permission denied for <%S> to set property %S.%S michael@0: CallMethodDeniedOriginsOnlySubject = Permission denied for <%S> to call method %S.%S michael@0: CreateWrapperDenied = Permission denied to create wrapper for object of class %S michael@0: CreateWrapperDeniedForOrigin = Permission denied for <%2$S> to create wrapper for object of class %1$S michael@0: 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.