Revision 20014,
1.6 KB
checked in by rbasch, 21 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r20013,
which included commits to RCS files with non-trunk default branches.
|
Rev | Line | |
---|
[18859] | 1 | # The contents of this file are subject to the Netscape Public |
---|
| 2 | # License Version 1.1 (the "License"); you may not use this file |
---|
| 3 | # except in compliance with the License. You may obtain a copy of |
---|
| 4 | # the License at http://www.mozilla.org/NPL/ |
---|
| 5 | # |
---|
| 6 | # Software distributed under the License is distributed on an "AS |
---|
| 7 | # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
---|
| 8 | # implied. See the License for the specific language governing |
---|
| 9 | # rights and limitations under the License. |
---|
| 10 | # |
---|
| 11 | # The Original Code is mozilla.org code. |
---|
| 12 | # |
---|
| 13 | # The Initial Developer of the Original Code is Netscape |
---|
| 14 | # Communications Corporation. Portions created by Netscape are |
---|
| 15 | # Copyright (C) 2000 Netscape Communications Corporation. All |
---|
| 16 | # Rights Reserved. |
---|
| 17 | # |
---|
| 18 | # Contributor(s): |
---|
| 19 | # Mitch Stoltz <mstoltz@netscape.com> |
---|
[20013] | 20 | # Christopher A. Aillon <christopher@aillon.com> |
---|
[18859] | 21 | # |
---|
| 22 | Yes = Yes |
---|
| 23 | No = No |
---|
| 24 | Titleline = Internet Security |
---|
| 25 | CheckMessage = Remember this decision |
---|
[20013] | 26 | EnableCapabilityQuery = A script from "%S" has requested %S privileges. You should grant these privileges only if you are comfortable downloading and executing a program from this source. Do you wish to allow these privileges? |
---|
| 27 | EnableCapabilityDenied = A script from "%S" was denied %S privileges. |
---|
[18859] | 28 | CheckLoadURIError = Security Error: Content at %S may not load or link to %S. |
---|
| 29 | CheckSameOriginError = Security Error: Content at %S may not load data from %S. |
---|
[20013] | 30 | GetPropertyDenied = Permission denied to get property %S.%S |
---|
| 31 | SetPropertyDenied = Permission denied to set property %S.%S |
---|
| 32 | CallMethodDenied = Permission denied to call method %S.%S |
---|
| 33 | CreateWrapperDenied = Permission denied to create wrapper for object of class %S |
---|
Note: See
TracBrowser
for help on using the repository browser.