update dev300-m58
[ooovba.git] / sj2 / stardiv / security / resources / MsgAppletViewer.java
blob89671d38fe6538f80aec23f5ceb240e67baee4bd
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: MsgAppletViewer.java,v $
10 * $Revision: 1.3 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 package stardiv.security.resources;
32 import java.util.ListResourceBundle;
34 /* Alle Resourcen aus AppletClassLoader, Applet und AppletSecurityException.
36 public class MsgAppletViewer extends ListResourceBundle {
38 public Object[][] getContents() {
39 return contents;
42 static final Object[][] contents = {
43 {"appletclassloader.loadcode.verbose", "Opening stream to: {0} to get {1}"},
44 {"appletclassloader.filenotfound", "File not found when looking for: {0}"},
45 {"appletclassloader.fileformat", "File format exception when loading: {0}"},
46 {"appletclassloader.fileioexception", "I/O exception when loading: {0}"},
47 {"appletclassloader.fileexception", "{0} exception when loading: {1}"},
48 {"appletclassloader.filedeath", "{0} killed when loading: {1}"},
49 {"appletclassloader.fileerror", "{0} error when loading: {1}"},
50 {"appletclassloader.findclass.verbose.findclass", "{0} find class {1}"},
51 {"appletclassloader.findclass.verbose.openstream", "Opening stream to: {0} to get {1}"},
52 {"appletclassloader.getresource.verbose.forname", "AppletClassLoader.getResource for name: {0}"},
53 {"appletclassloader.getresource.verbose.found", "Found resource: {0} as a system resource"},
54 {"appletclassloader.getresourceasstream.verbose", "Found resource: {0} as a system resource"},
55 {"appletioexception.loadclass.throw.interrupted", "class loading interrupted: {0}"},
56 {"appletioexception.loadclass.throw.notloaded", "class not loaded: {0}"},
57 {"appletsecurityexception.checkcreateclassloader", "Security Exception: classloader"},
58 {"appletsecurityexception.checkaccess.thread", "Security Exception: thread"},
59 {"appletsecurityexception.checkaccess.threadgroup", "Security Exception: threadgroup: {0}"},
60 {"appletsecurityexception.checkexit", "Security Exception: exit: {0}"},
61 {"appletsecurityexception.checkexec", "Security Exception: exec: {0}"},
62 {"appletsecurityexception.checklink", "Security Exception: link: {0}"},
63 {"appletsecurityexception.checkpropsaccess", "Security Exception: properties"},
64 {"appletsecurityexception.checkpropsaccess.key", "Security Exception: properties access {0}"},
65 {"appletsecurityexception.checkread.exception1", "Security Exception: {0}, {1}"},
66 {"appletsecurityexception.checkread.exception2", "Security Exception: file.read: {0}"},
67 {"appletsecurityexception.checkread", "Security Exception: file.read: {0} == {1}"},
68 {"appletsecurityexception.checkwrite.exception", "Security Exception: {0}, {1}"},
69 {"appletsecurityexception.checkwrite", "Security Exception: file.write: {0} == {1}"},
70 {"appletsecurityexception.checkread.fd", "Security Exception: fd.read"},
71 {"appletsecurityexception.checkwrite.fd", "Security Exception: fd.write"},
72 {"appletsecurityexception.checklisten", "Security Exception: socket.listen: {0}"},
73 {"appletsecurityexception.checkaccept", "Security Exception: socket.accept: {0}:{1}"},
74 {"appletsecurityexception.checkconnect.networknone", "Security Exception: socket.connect: {0}->{1}"},
75 {"appletsecurityexception.checkconnect.networkhost1", "Security Exception: Couldn''t connect to {0} with origin from {1}."},
76 {"appletsecurityexception.checkconnect.networkhost2", "Security Exception: Couldn''t resolve IP for host {0} or for {1}. "},
77 {"appletsecurityexception.checkconnect.networkhost3", "Security Exception: Could not resolve IP for host {0}. See the trustProxy property."},
78 {"appletsecurityexception.checkconnect", "Security Exception: connect: {0}->{1}"},
79 {"appletsecurityexception.checkpackageaccess", "Security Exception: cannot access package: {0}"},
80 {"appletsecurityexception.checkpackagedefinition", "Security Exception: cannot define package: {0}"},
81 {"appletsecurityexception.cannotsetfactory", "Security Exception: cannot set factory"},
82 {"appletsecurityexception.checkmemberaccess", "Security Exception: check member access"},
83 {"appletsecurityexception.checkgetprintjob", "Security Exception: getPrintJob"},
84 {"appletsecurityexception.checksystemclipboardaccess", "Security Exception: getSystemClipboard"},
85 {"appletsecurityexception.checkawteventqueueaccess", "Security Exception: getEventQueue"},
86 {"appletsecurityexception.checksecurityaccess", "Security Exception: security operation: {0}"},
87 {"appletsecurityexception.getsecuritycontext.unknown", "unknown class loader type. unable to check for getContext"},
88 {"appletsecurityexception.checkread.unknown", "unknown class loader type. unable to check for checking read {0}"},
89 {"appletsecurityexception.checkconnect.unknown", "unknown class loader type. unable to check for checking connect"},