Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | # This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 4 | CheckMessage = Remember this decision |
michael@0 | 5 | CheckLoadURIError = Security Error: Content at %S may not load or link to %S. |
michael@0 | 6 | CheckSameOriginError = Security Error: Content at %S may not load data from %S. |
michael@0 | 7 | |
michael@0 | 8 | # LOCALIZATION NOTE (GetPropertyDeniedOrigins): |
michael@0 | 9 | # %1$S is the origin of the script which was denied access. |
michael@0 | 10 | # %2$S is the type of object it was. |
michael@0 | 11 | # %3$S is the property of that object that access was denied for. |
michael@0 | 12 | # %4$S is the origin of the object access was denied to. |
michael@0 | 13 | GetPropertyDeniedOrigins = Permission denied for <%1$S> to get property %2$S.%3$S from <%4$S>. |
michael@0 | 14 | # LOCALIZATION NOTE (GetPropertyDeniedOriginsSubjectDomain): |
michael@0 | 15 | # %1$S is the origin of the script which was denied access. |
michael@0 | 16 | # %2$S is the type of object it was. |
michael@0 | 17 | # %3$S is the property of that object that access was denied for. |
michael@0 | 18 | # %4$S is the origin of the object access was denied to. |
michael@0 | 19 | # %5$S is the value of document.domain for the script which was denied access; |
michael@0 | 20 | # don't translate "document.domain". |
michael@0 | 21 | 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 | 22 | # LOCALIZATION NOTE (GetPropertyDeniedOriginsObjectDomain): |
michael@0 | 23 | # %1$S is the origin of the script which was denied access. |
michael@0 | 24 | # %2$S is the type of object it was. |
michael@0 | 25 | # %3$S is the property of that object that access was denied for. |
michael@0 | 26 | # %4$S is the origin of the object access was denied to. |
michael@0 | 27 | # %5$S is the value of document.domain for the object being accessed; |
michael@0 | 28 | # don't translate "document.domain". |
michael@0 | 29 | 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 | 30 | # LOCALIZATION NOTE (GetPropertyDeniedOriginsSubjectDomainObjectDomain): |
michael@0 | 31 | # %1$S is the origin of the script which was denied access. |
michael@0 | 32 | # %2$S is the type of object it was. |
michael@0 | 33 | # %3$S is the property of that object that access was denied for. |
michael@0 | 34 | # %4$S is the origin of the object access was denied to. |
michael@0 | 35 | # %5$S is the value of document.domain for the script which was denied access; |
michael@0 | 36 | # don't translate "document.domain" |
michael@0 | 37 | # %6$S is the value of document.domain for the object being accessed; |
michael@0 | 38 | # don't translate "document.domain". |
michael@0 | 39 | 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 | 40 | |
michael@0 | 41 | # LOCALIZATION NOTE (SetPropertyDeniedOrigins): |
michael@0 | 42 | # %1$S is the origin of the script which was denied access. |
michael@0 | 43 | # %2$S is the type of object it was. |
michael@0 | 44 | # %3$S is the property of that object that access was denied for. |
michael@0 | 45 | # %4$S is the origin of the object access was denied to. |
michael@0 | 46 | SetPropertyDeniedOrigins = Permission denied for <%1$S> to set property %2$S.%3$S on <%4$S>. |
michael@0 | 47 | # LOCALIZATION NOTE (SetPropertyDeniedOriginsSubjectDomain): |
michael@0 | 48 | # %1$S is the origin of the script which was denied access. |
michael@0 | 49 | # %2$S is the type of object it was. |
michael@0 | 50 | # %3$S is the property of that object that access was denied for. |
michael@0 | 51 | # %4$S is the origin of the object access was denied to. |
michael@0 | 52 | # %5$S is the value of document.domain for the script which was denied access; |
michael@0 | 53 | # don't translate "document.domain". |
michael@0 | 54 | 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 | 55 | # LOCALIZATION NOTE (SetPropertyDeniedOriginsObjectDomain): |
michael@0 | 56 | # %1$S is the origin of the script which was denied access. |
michael@0 | 57 | # %2$S is the type of object it was. |
michael@0 | 58 | # %3$S is the property of that object that access was denied for. |
michael@0 | 59 | # %4$S is the origin of the object access was denied to. |
michael@0 | 60 | # %5$S is the value of document.domain for the object being accessed; |
michael@0 | 61 | # don't translate "document.domain". |
michael@0 | 62 | 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 | 63 | # LOCALIZATION NOTE (SetPropertyDeniedOriginsSubjectDomainObjectDomain): |
michael@0 | 64 | # %1$S is the origin of the script which was denied access. |
michael@0 | 65 | # %2$S is the type of object it was. |
michael@0 | 66 | # %3$S is the property of that object that access was denied for. |
michael@0 | 67 | # %4$S is the origin of the object access was denied to. |
michael@0 | 68 | # %5$S is the value of document.domain for the script which was denied access; |
michael@0 | 69 | # don't translate "document.domain" |
michael@0 | 70 | # %6$S is the value of document.domain for the object being accessed; |
michael@0 | 71 | # don't translate "document.domain". |
michael@0 | 72 | 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 | 73 | |
michael@0 | 74 | # LOCALIZATION NOTE (CallMethodDeniedOrigins): |
michael@0 | 75 | # %1$S is the origin of the script which was denied access. |
michael@0 | 76 | # %2$S is the type of object it was. |
michael@0 | 77 | # %3$S is the method of that object that access was denied for. |
michael@0 | 78 | # %4$S is the origin of the object access was denied to. |
michael@0 | 79 | CallMethodDeniedOrigins = Permission denied for <%1$S> to call method %2$S.%3$S on <%4$S>. |
michael@0 | 80 | # LOCALIZATION NOTE (CallMethodDeniedOriginsSubjectDomain): |
michael@0 | 81 | # %1$S is the origin of the script which was denied access. |
michael@0 | 82 | # %2$S is the type of object it was. |
michael@0 | 83 | # %3$S is the method of that object that access was denied for. |
michael@0 | 84 | # %4$S is the origin of the object access was denied to. |
michael@0 | 85 | # %5$S is the value of document.domain for the script which was denied access; |
michael@0 | 86 | # don't translate "document.domain". |
michael@0 | 87 | 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 | 88 | # LOCALIZATION NOTE (CallMethodDeniedOriginsObjectDomain): |
michael@0 | 89 | # %1$S is the origin of the script which was denied access. |
michael@0 | 90 | # %2$S is the type of object it was. |
michael@0 | 91 | # %3$S is the method of that object that access was denied for. |
michael@0 | 92 | # %4$S is the origin of the object access was denied to. |
michael@0 | 93 | # %5$S is the value of document.domain for the object being accessed; |
michael@0 | 94 | # don't translate "document.domain". |
michael@0 | 95 | 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 | 96 | # LOCALIZATION NOTE (CallMethodDeniedOriginsSubjectDomainObjectDomain): |
michael@0 | 97 | # %1$S is the origin of the script which was denied access. |
michael@0 | 98 | # %2$S is the type of object it was. |
michael@0 | 99 | # %3$S is the method of that object that access was denied for. |
michael@0 | 100 | # %4$S is the origin of the object access was denied to. |
michael@0 | 101 | # %5$S is the value of document.domain for the script which was denied access; |
michael@0 | 102 | # don't translate "document.domain" |
michael@0 | 103 | # %6$S is the value of document.domain for the object being accessed; |
michael@0 | 104 | # don't translate "document.domain". |
michael@0 | 105 | 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 | 106 | |
michael@0 | 107 | GetPropertyDeniedOriginsOnlySubject = Permission denied for <%S> to get property %S.%S |
michael@0 | 108 | SetPropertyDeniedOriginsOnlySubject = Permission denied for <%S> to set property %S.%S |
michael@0 | 109 | CallMethodDeniedOriginsOnlySubject = Permission denied for <%S> to call method %S.%S |
michael@0 | 110 | CreateWrapperDenied = Permission denied to create wrapper for object of class %S |
michael@0 | 111 | CreateWrapperDeniedForOrigin = Permission denied for <%2$S> to create wrapper for object of class %1$S |
michael@0 | 112 | 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. |