source: trunk/third/mozilla/caps/src/caps.properties @ 20707

Revision 20707, 2.2 KB checked in by rbasch, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20706, which included commits to RCS files with non-trunk default branches.
Line 
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>
20# Christopher A. Aillon <christopher@aillon.com>
21#
22Yes = Allow
23No = Deny
24Titleline = Internet Security
25CheckMessage = Remember this decision
26EnableCapabilityQuery = A script from "%S" is requesting enhanced abilities that are UNSAFE and could be used to compromise your machine or data:\n\n%S\n\nAllow these abilities only if you trust this source to be free of viruses or malicious programs.
27EnableCapabilityDenied = A script from "%S" was denied %S privileges.
28CheckLoadURIError = Security Error: Content at %S may not load or link to %S.
29CheckSameOriginError = Security Error: Content at %S may not load data from %S.
30GetPropertyDenied = Permission denied to get property %S.%S
31SetPropertyDenied = Permission denied to set property %S.%S
32CallMethodDenied = Permission denied to call method %S.%S
33CreateWrapperDenied = Permission denied to create wrapper for object of class %S
34ExtensionCapability = Unknown: %S
35#
36# The following descriptions are shown in the EnableCapabilityQuery dialog
37#
38capdesc.UniversalBrowserRead = Read private data from any site or window
39capdesc.UniversalBrowserWrite = Modify any open window
40capdesc.UniversalXPConnect = Run or install software on your machine
41capdesc.UniversalFileRead = Read and upload local files
42capdesc.CapabilityPreferencesAccess = By-pass core security settings
43capdesc.UniversalPreferencesRead = Read program settings
44capdesc.UniversalPreferencesWrite = Modify program settings
Note: See TracBrowser for help on using the repository browser.