home *** CD-ROM | disk | FTP | other *** search
- package netscape.security;
-
- import java.awt.Rectangle;
- import java.text.MessageFormat;
- import java.util.Locale;
- import java.util.ResourceBundle;
-
- public class UserDialogHelper {
- private static ResourceBundle resbundle = ResourceBundle.getBundle("UserDialogHelper", Locale.getDefault());
- static final int LOW_RISK = 10;
- static final int MEDIUM_RISK = 20;
- static final int HIGH_RISK = 30;
-
- static String getUnsignedAppletStr() {
- return resbundle.getString("Str1_UnsignedJavaAppletWindow");
- }
-
- static String getSignedAppletStr(String var0) {
- String var1 = new String(resbundle.getString("Str2_Signedby") + var0);
- return var1;
- }
-
- static String userDialogTitle() {
- return resbundle.getString("Str3_JavaSecurity");
- }
-
- static String userDialogTitleBold() {
- return resbundle.getString("Str4_JSecurity");
- }
-
- static String riskLabel(String var0) {
- String var1 = resbundle.getString("Str5_Grantingthefollowingis");
- String var2 = resbundle.getString("Str6_risk");
- String var3 = new String(var1 + var0 + " " + var2);
- return var3;
- }
-
- static String dangerLabel() {
- return resbundle.getString("Str7_Danger");
- }
-
- static String dangerImage() {
- return resbundle.getString("Str8_WarnGif");
- }
-
- static String certImage() {
- return resbundle.getString("Str9_CertGif");
- }
-
- static String topImage() {
- return resbundle.getString("Str10_TopGif");
- }
-
- static String bottomImage() {
- return resbundle.getString("Str11_BottomGif");
- }
-
- static String leftImage() {
- return resbundle.getString("Str12_LeftGif");
- }
-
- static String rightImage() {
- return resbundle.getString("Str13_RightGif");
- }
-
- static String topleftImage() {
- return resbundle.getString("Str14_TopLeftGif");
- }
-
- static String toprightImage() {
- return resbundle.getString("Str15_TopRightGif");
- }
-
- static String bottomleftImage() {
- return resbundle.getString("Str16_BottomLeftGif");
- }
-
- static String bottomrightImage() {
- return resbundle.getString("Str17_BottomRightGif");
- }
-
- static String viewCertificateLabel() {
- return resbundle.getString("Str18_Certificate");
- }
-
- static String accessDetailsLabel() {
- return resbundle.getString("Str19_Details");
- }
-
- static String dialogHeadingCert(String var0) {
- String var1 = resbundle.getString("Str20a_JavaScriptOrApplet");
- String var2 = resbundle.getString("Str20b_AdditionalPrivileges");
- String var3 = new String(var1 + var0 + " " + var2);
- return var3;
- }
-
- static String dialogHeadingCodebase(String var0) {
- String var1 = resbundle.getString("Str21a_JavaScriptOrAppletFrom");
- String var2 = resbundle.getString("Str21b_AdditionalPrivilegesUnsigned");
- String var3 = new String(var1 + var0 + " " + var2);
- return var3;
- }
-
- static String privilegeQuestionCodebase(String var0) {
- return resbundle.getString("Str22_GrantAccess");
- }
-
- static String privilegeQuestionCert(String var0) {
- return resbundle.getString("Str22_GrantAccess");
- }
-
- static String yesPrivilegeCodebase(String var0) {
- String var1 = resbundle.getString("Str23a_YesGrant");
- String var2 = resbundle.getString("Str23b_thisSession");
- String var3 = new String(var1 + var0 + " " + var2);
- return var3;
- }
-
- static String yesPrivilegeCert(String var0) {
- String var1 = resbundle.getString("Str23a_YesGrant");
- String var2 = resbundle.getString("Str23b_thisSession");
- String var3 = new String(var1 + var0 + " " + var2);
- return var3;
- }
-
- static String noPrivilegeCodebase(String var0) {
- return resbundle.getString("Str25_NoDeny");
- }
-
- static String noPrivilegeCert(String var0) {
- return resbundle.getString("Str25_NoDeny");
- }
-
- static String rememberPrivilegeCodebase(String var0) {
- Object[] var1 = new Object[]{var0};
- return MessageFormat.format(resbundle.getString("Str26_RememberThisDecisionForAll"), var1);
- }
-
- static String rememberPrivilegeCert(String var0) {
- Object[] var1 = new Object[]{var0};
- return MessageFormat.format(resbundle.getString("Str26_RememberThisDecisionForAll"), var1);
- }
-
- static String rememberPrivilege() {
- return resbundle.getString("Str27_RememberThisDecision");
- }
-
- static String certIdentity(String var0) {
- String var1 = resbundle.getString("Str28_IdentityVerified");
- String var2 = resbundle.getString("Str178_BackSlash10Tag");
- String var3 = new String(var1 + " " + var0 + var2);
- return var3;
- }
-
- static String userDialogGrant() {
- String var0 = new String(" " + resbundle.getString("Str29_Grant") + " ");
- return var0;
- }
-
- static String userDialogDeny() {
- String var0 = new String(" " + resbundle.getString("Str30_Deny") + " ");
- return var0;
- }
-
- static String userDialogOkay() {
- String var0 = new String(" " + resbundle.getString("Str31_ok") + " ");
- return var0;
- }
-
- static String userDialogHelp() {
- String var0 = new String(" " + resbundle.getString("Str32_Help") + " ");
- return var0;
- }
-
- static String userDialogClose() {
- String var0 = new String(" " + resbundle.getString("Str33_Close") + " ");
- return var0;
- }
-
- static int userDialogWidth() {
- return 600;
- }
-
- static int userDialogHeight() {
- return 600;
- }
-
- static String principalDetailTitle(String var0) {
- Object[] var1 = new Object[]{var0};
- return MessageFormat.format(resbundle.getString("Str34_CertificateFor"), var1);
- }
-
- static String certHead1() {
- return resbundle.getString("Str35_WasSignedWithCertificate");
- }
-
- static String certCompanyNameCaption() {
- return resbundle.getString("Str36_CertificateBelongsTo");
- }
-
- static String certIssuedByCaption() {
- return resbundle.getString("Str37_CertificateIssuedBy");
- }
-
- static String certSerialNoCaption() {
- return resbundle.getString("Str38_SerialNumber");
- }
-
- static String certFingerprintCaption() {
- return resbundle.getString("Str39_CertificateFingerPrint");
- }
-
- static String certSerialNo(String var0) {
- String var1 = resbundle.getString("Str38_SerialNumber");
- String var2 = new String(var1 + " " + var0);
- return var2;
- }
-
- static String certFingerprint(String var0) {
- String var1 = resbundle.getString("Str41_CertificateFingerPrint</b>");
- String var2 = new String(var1 + " " + var0);
- return var2;
- }
-
- static String certExpiresCaption(String var0) {
- String var1 = resbundle.getString("Str42_CertificateExpiresOn");
- String var2 = new String(var1 + " " + var0);
- return var2;
- }
-
- static int principalDetailWidth() {
- return 600;
- }
-
- static int principalDetailHeight() {
- return 900;
- }
-
- static String principalUntrustedCodebase() {
- return resbundle.getString("Str43_UntrustedURLCodebase");
- }
-
- static String getUnsignedPrincipal() {
- return resbundle.getString("Str44_UnsignedFromLocal");
- }
-
- static String targetDetailDialogTitle() {
- return resbundle.getString("Str45_TargetDetails");
- }
-
- static String targetDialogHeading(String var0, String var1) {
- String var2 = resbundle.getString("Str46a_IsA");
- String var3 = resbundle.getString("Str46b_RiskAccess");
- String var4 = resbundle.getString("Str179_BoldTag");
- String var5 = new String(var4 + var0 + var2 + var1 + var3);
- return var5;
- }
-
- static String targetDialogCaption1() {
- return resbundle.getString("Str47_ConsistsOf");
- }
-
- static String targetDetailDialogDescription() {
- return resbundle.getString("Str48_Description");
- }
-
- static int targetDetailWidth() {
- return 600;
- }
-
- static int targetDetailHeight() {
- return 900;
- }
-
- static String userDialogDetailsLabel() {
- return resbundle.getString("Str49_ObjectName");
- }
-
- static String userDialogHelpUrl() {
- return resbundle.getString("Str50_LocationReplace");
- }
-
- static int userDialogMinFontSize() {
- return 10;
- }
-
- static int userDialogMaxFontSize() {
- return 20;
- }
-
- static String userDialogInitialFontName() {
- return resbundle.getString("Str51_TimesRoman");
- }
-
- static int userDialogInitialFontSize() {
- return 14;
- }
-
- static Rectangle MainSecurityDialogSize() {
- return new Rectangle(2, 2, 490, 350);
- }
-
- static Rectangle CertificateDialogSize() {
- return new Rectangle(10, 10, 580, 400);
- }
-
- static Rectangle DetailsDialogSize() {
- return new Rectangle(5, 5, 490, 375);
- }
-
- static Rectangle HelpDialogSize() {
- return new Rectangle(20, 20, 550, 400);
- }
-
- public static final String targetRiskStr(int var0) {
- if (var0 <= 10) {
- return resbundle.getString("Str52_Low");
- } else {
- return var0 <= 20 ? resbundle.getString("Str53_Medium") : resbundle.getString("Str54_High");
- }
- }
-
- public static final int targetRiskLow() {
- return 10;
- }
-
- public static final String targetRiskColorLow() {
- return resbundle.getString("Str55_Colour1");
- }
-
- public static final int targetRiskMedium() {
- return 20;
- }
-
- public static final String targetRiskColorMedium() {
- return resbundle.getString("Str56_Colour2");
- }
-
- public static final int targetRiskHigh() {
- return 30;
- }
-
- public static final String targetRiskColorHigh() {
- return resbundle.getString("Str57_Colour3");
- }
-
- static String getTargetHelpUrl() {
- return resbundle.getString("Str58_HandBookUrl");
- }
-
- static String targetDesc_ThreadAccess() {
- return resbundle.getString("Str59_ManipulatingApplets");
- }
-
- static String targetDetailDesc_ThreadAccess() {
- return resbundle.getString("Str59_ManipulatingApplets");
- }
-
- static String targetUrl_ThreadAccess() {
- return getTargetHelpUrl() + "#ThreadAccess";
- }
-
- static String targetDesc_ThreadGroupAccess() {
- return resbundle.getString("Str60_ManipulatingGroups");
- }
-
- static String targetDetailDesc_ThreadGroupAccess() {
- return resbundle.getString("Str60_ManipulatingGroups");
- }
-
- static String targetUrl_ThreadGroupAccess() {
- return getTargetHelpUrl() + "#ThreadGroupAccess";
- }
-
- static String targetDesc_ExecAccess() {
- return resbundle.getString("Str61_StartingPrograms");
- }
-
- static String targetDetailDesc_ExecAccess() {
- return resbundle.getString("Str62_StartingProgramsDesc");
- }
-
- static String targetUrl_ExecAccess() {
- return getTargetHelpUrl() + "#ExecAccess";
- }
-
- static String targetDesc_ExitAccess() {
- return resbundle.getString("Str63_ExitingCommunicator");
- }
-
- static String targetDetailDesc_ExitAccess() {
- return resbundle.getString("Str64_ExitingCommunicatorDesc");
- }
-
- static String targetUrl_ExitAccess() {
- return getTargetHelpUrl() + "#ExitAccess";
- }
-
- static String targetDesc_LinkAccess() {
- return resbundle.getString("Str65_UsingNativeCode");
- }
-
- static String targetDetailDesc_LinkAccess() {
- return resbundle.getString("Str66_UsingNativeCodeDesc");
- }
-
- static String targetUrl_LinkAccess() {
- return getTargetHelpUrl() + "#LinkAccess";
- }
-
- static String targetDesc_PropertyWrite() {
- return resbundle.getString("Str67_ModifyingInformation");
- }
-
- static String targetDetailDesc_PropertyWrite() {
- return resbundle.getString("Str68_ModifyingInformationDesc");
- }
-
- static String targetUrl_PropertyWrite() {
- return getTargetHelpUrl() + "#PropertyWrite";
- }
-
- static String targetDesc_PropertyRead() {
- return resbundle.getString("Str69_ReadingInformation");
- }
-
- static String targetDetailDesc_PropertyRead() {
- return resbundle.getString("Str70_ReadingInformationDesc");
- }
-
- static String targetUrl_PropertyRead() {
- return getTargetHelpUrl() + "#PropertyRead";
- }
-
- static String targetDesc_FileRead() {
- return resbundle.getString("Str71_ReadingFiles");
- }
-
- static String targetDetailDesc_FileRead() {
- return resbundle.getString("Str72_ReadingFilesDesc");
- }
-
- static String targetUrl_FileRead() {
- return getTargetHelpUrl() + "#FileRead";
- }
-
- static String targetDesc_FileWrite() {
- return resbundle.getString("Str73_ModifyingFiles");
- }
-
- static String targetDetailDesc_FileWrite() {
- return resbundle.getString("Str74_ModifyingFilesDesc");
- }
-
- static String targetUrl_FileWrite() {
- return getTargetHelpUrl() + "#FileWrite";
- }
-
- static String targetDesc_FileDelete() {
- return resbundle.getString("Str75_DeletingFiles");
- }
-
- static String targetDetailDesc_FileDelete() {
- return resbundle.getString("Str76_DeletingFilesDesc");
- }
-
- static String targetUrl_FileDelete() {
- return getTargetHelpUrl() + "#FileDelete";
- }
-
- static String targetDesc_FdRead() {
- return resbundle.getString("Str77_ReadingNetworkConnection");
- }
-
- static String targetDetailDesc_FdRead() {
- return resbundle.getString("Str78_ReadingNetworkConnectionDesc");
- }
-
- static String targetUrl_FdRead() {
- return getTargetHelpUrl() + "#FdRead";
- }
-
- static String targetDesc_FdWrite() {
- return resbundle.getString("Str79_WritingNetworkConnection");
- }
-
- static String targetDetailDesc_FdWrite() {
- return resbundle.getString("Str80_WritingNetworkConnectionDesc");
- }
-
- static String targetUrl_FdWrite() {
- return getTargetHelpUrl() + "#FdWrite";
- }
-
- static String targetDesc_Listen() {
- return resbundle.getString("Str81_AcceptNetworkConnection");
- }
-
- static String targetDetailDesc_Listen() {
- return resbundle.getString("Str82_AcceptNetworkConnectionDesc");
- }
-
- static String targetUrl_Listen() {
- return getTargetHelpUrl() + "#Listen";
- }
-
- static String targetDesc_Accept() {
- return resbundle.getString("Str81_AcceptNetworkConnection");
- }
-
- static String targetDetailDesc_Accept() {
- return resbundle.getString("Str81_AcceptNetworkConnection");
- }
-
- static String targetUrl_Accept() {
- return getTargetHelpUrl() + "#Accept";
- }
-
- static String targetDesc_Connect() {
- return resbundle.getString("Str82_AcceptNetworkConnectionDesc");
- }
-
- static String targetDetailDesc_Connect() {
- return resbundle.getString("Str82_AcceptNetworkConnectionDesc");
- }
-
- static String targetUrl_Connect() {
- return getTargetHelpUrl() + "#Connect";
- }
-
- static String targetDesc_Redirect() {
- return resbundle.getString("Str83_AllowRemoteRedirection");
- }
-
- static String targetDetailDesc_Redirect() {
- return resbundle.getString("Str83_AllowRemoteRedirection");
- }
-
- static String targetUrl_Redirect() {
- return getTargetHelpUrl() + "#Redirect";
- }
-
- static String targetDesc_ClientAuth() {
- return resbundle.getString("Str84_AuthenticateSSL");
- }
-
- static String targetDetailDesc_ClientAuth() {
- return resbundle.getString("Str85_AuthenticateSSLDesc");
- }
-
- static String targetUrl_ClientAuth() {
- return getTargetHelpUrl() + "#ClientAuth";
- }
-
- static String targetDesc_ConnectWithRedirect() {
- return resbundle.getString("Str86_ContactNetwork");
- }
-
- static String targetDetailDesc_ConnectWithRedirect() {
- return resbundle.getString("Str87_ContactNetworkDesc");
- }
-
- static String targetUrl_ConnectWithRedirect() {
- return getTargetHelpUrl() + "#ConnectWithRedirect";
- }
-
- static String targetDesc_Multicast() {
- return resbundle.getString("Str89_BroadcastingNetwork");
- }
-
- static String targetDetailDesc_Multicast() {
- return resbundle.getString("Str89_BroadcastingNetwork");
- }
-
- static String targetUrl_Multicast() {
- return getTargetHelpUrl() + "#Multicast";
- }
-
- static String targetDesc_TopLevelWindow() {
- return resbundle.getString("Str90_DisplayUnsigned");
- }
-
- static String targetDetailDesc_TopLevelWindow() {
- return resbundle.getString("Str90_DisplayUnsigned");
- }
-
- static String targetUrl_TopLevelWindow() {
- return getTargetHelpUrl() + "#TopLevelWindow";
- }
-
- static String targetDesc_DialogModality() {
- return resbundle.getString("Str100_DisplayModal");
- }
-
- static String targetDetailDesc_DialogModality() {
- return resbundle.getString("Str101_DisplayModalDesc");
- }
-
- static String targetUrl_DialogModality() {
- return getTargetHelpUrl() + "#DialogModality";
- }
-
- static String targetDesc_PackageAccess() {
- return resbundle.getString("Str102_RestrictedJava");
- }
-
- static String targetDetailDesc_PackageAccess() {
- return resbundle.getString("Str102_RestrictedJava");
- }
-
- static String targetUrl_PackageAccess() {
- return getTargetHelpUrl() + "#PackageAccess";
- }
-
- static String targetDesc_PackageDefinition() {
- return resbundle.getString("Str103_LoadingRestrictedJava");
- }
-
- static String targetDetailDesc_PackageDefinition() {
- return resbundle.getString("Str103_LoadingRestrictedJava");
- }
-
- static String targetUrl_PackageDefinition() {
- return getTargetHelpUrl() + "#PackageDefinition";
- }
-
- static String targetDesc_SetFactory() {
- return resbundle.getString("Str104_DefiningProtocolHandlers");
- }
-
- static String targetDetailDesc_SetFactory() {
- return resbundle.getString("Str104_DefiningProtocolHandlers");
- }
-
- static String targetUrl_SetFactory() {
- return getTargetHelpUrl() + "#SetFactory";
- }
-
- static String targetDesc_MemberAccess() {
- return resbundle.getString("Str105_ExamineJavaCode");
- }
-
- static String targetDetailDesc_MemberAccess() {
- return resbundle.getString("Str105_ExamineJavaCode");
- }
-
- static String targetUrl_MemberAccess() {
- return getTargetHelpUrl() + "#MemberAccess";
- }
-
- static String targetDesc_PrintJobAccess() {
- return resbundle.getString("Str106_PrintingWithin");
- }
-
- static String targetDetailDesc_PrintJobAccess() {
- return resbundle.getString("Str106_PrintingWithin");
- }
-
- static String targetUrl_PrintJobAccess() {
- return getTargetHelpUrl() + "#PrintJobAccess";
- }
-
- static String targetDesc_SystemClipboardAccess() {
- return resbundle.getString("Str107_ClipboardAccess");
- }
-
- static String targetDetailDesc_SystemClipboardAccess() {
- return resbundle.getString("Str107_ClipboardAccess");
- }
-
- static String targetUrl_SystemClipboardAccess() {
- return getTargetHelpUrl() + "#SystemClipboardAccess";
- }
-
- static String targetDesc_AwtEventQueueAccess() {
- return resbundle.getString("Str108_MonitoringMouse");
- }
-
- static String targetDetailDesc_AwtEventQueueAccess() {
- return resbundle.getString("Str108_MonitoringMouse");
- }
-
- static String targetUrl_AwtEventQueueAccess() {
- return getTargetHelpUrl() + "#AwtEventQueueAccess";
- }
-
- static String targetDesc_SecurityProvider() {
- return resbundle.getString("Str109_AccessToSecurity");
- }
-
- static String targetDetailDesc_SecurityProvider() {
- return resbundle.getString("Str109_AccessToSecurity");
- }
-
- static String targetUrl_SecurityProvider() {
- return getTargetHelpUrl() + "#SecurityProvider";
- }
-
- static String targetDesc_CreateSecurityManager() {
- return resbundle.getString("Str110_CreatePolices");
- }
-
- static String targetDetailDesc_CreateSecurityManager() {
- return resbundle.getString("Str110_CreatePolices");
- }
-
- static String targetUrl_CreateSecurityManager() {
- return getTargetHelpUrl() + "#CreateSecurityManager";
- }
-
- static String targetDesc_Impersonator() {
- return resbundle.getString("Str111_ImpersonateApplication");
- }
-
- static String targetDetailDesc_Impersonator() {
- return resbundle.getString("Str111_ImpersonateApplication");
- }
-
- static String targetUrl_Impersonator() {
- return getTargetHelpUrl() + "#Impersonator";
- }
-
- static String targetDesc_BrowserRead() {
- return resbundle.getString("Str112_AccessBrowserData");
- }
-
- static String targetDetailDesc_BrowserRead() {
- return resbundle.getString("Str113_AccessBrowserDataDesc");
- }
-
- static String targetUrl_BrowserRead() {
- return getTargetHelpUrl() + "#BrowserRead";
- }
-
- static String targetDesc_BrowserWrite() {
- return resbundle.getString("Str114_ModifyBrowser");
- }
-
- static String targetDetailDesc_BrowserWrite() {
- return resbundle.getString("Str115_ModifyBrowserDesc");
- }
-
- static String targetUrl_BrowserWrite() {
- return getTargetHelpUrl() + "#BrowserWrite";
- }
-
- static String targetDesc_BrowserAccess() {
- return resbundle.getString("Str115_ModifyBrowserDesc");
- }
-
- static String targetDetailDesc_BrowserAccess() {
- return resbundle.getString("Str117_ReadWriteBrowserDataDesc");
- }
-
- static String targetUrl_BrowserAccess() {
- return getTargetHelpUrl() + "#BrowserAccess";
- }
-
- static String targetDesc_PrefsRead() {
- return resbundle.getString("Str118_ReadingPreferences");
- }
-
- static String targetDetailDesc_PrefsRead() {
- return resbundle.getString("Str119_ReadingPreferencesDesc");
- }
-
- static String targetUrl_PrefsRead() {
- return getTargetHelpUrl() + "#PrefsRead";
- }
-
- static String targetDesc_PrefsWrite() {
- return resbundle.getString("Str120_ModifyPreferences");
- }
-
- static String targetDetailDesc_PrefsWrite() {
- return resbundle.getString("Str121_ModifyPreferencesDesc");
- }
-
- static String targetUrl_PrefsWrite() {
- return getTargetHelpUrl() + "#PrefsWrite";
- }
-
- static String targetDesc_SendMail() {
- return resbundle.getString("Str122_SendMail");
- }
-
- static String targetDetailDesc_SendMail() {
- return resbundle.getString("Str122_SendMail");
- }
-
- static String targetUrl_SendMail() {
- return getTargetHelpUrl() + "#SendMail";
- }
-
- static String targetDesc_RegPrivate() {
- return resbundle.getString("Str123_VendorRegistry");
- }
-
- static String targetDetailDesc_RegPrivate() {
- return resbundle.getString("Str124_VendorRegistryDesc");
- }
-
- static String targetUrl_RegPrivate() {
- return getTargetHelpUrl() + "#RegPrivate";
- }
-
- static String targetDesc_RegStandard() {
- return resbundle.getString("Str125_SharedRegistry");
- }
-
- static String targetDetailDesc_RegStandard() {
- return resbundle.getString("Str126_SharedRegistryDesc");
- }
-
- static String targetUrl_RegStandard() {
- return getTargetHelpUrl() + "#RegStandard";
- }
-
- static String targetDesc_RegAdmin() {
- return resbundle.getString("Str127_AnyPartRegistry");
- }
-
- static String targetDetailDesc_RegAdmin() {
- return resbundle.getString("Str128_AnyPartRegistryDesc");
- }
-
- static String targetUrl_RegAdmin() {
- return getTargetHelpUrl() + "#RegAdmin";
- }
-
- static String targetDesc_SoftwareInstall() {
- return resbundle.getString("Str131_Installing");
- }
-
- static String targetDetailDesc_SoftwareInstall() {
- return resbundle.getString("Str132_InstallingDesc");
- }
-
- static String targetUrl_SoftwareInstall() {
- return getTargetHelpUrl() + "#SoftwareInstall";
- }
-
- static String targetDesc_SilentInstall() {
- return resbundle.getString("Str133_InstallRun");
- }
-
- static String targetDetailDesc_SilentInstall() {
- return resbundle.getString("Str134_InstallRunDesc");
- }
-
- static String targetUrl_SilentInstall() {
- return getTargetHelpUrl() + "#SilentInstall";
- }
-
- static String targetDesc_SuperUser() {
- return resbundle.getString("Str135_SuperPrivilages");
- }
-
- static String targetDetailDesc_SuperUser() {
- return resbundle.getString("Str135_SuperPrivilages");
- }
-
- static String targetUrl_SuperUser() {
- return getTargetHelpUrl() + "#SuperUser";
- }
-
- static String targetDesc_30Capabilities() {
- return resbundle.getString("Str136_PluginAccess");
- }
-
- static String targetDetailDesc_30Capabilities() {
- return resbundle.getString("Str137_PluginAccessDesc");
- }
-
- static String targetUrl_30Capabilities() {
- return getTargetHelpUrl() + "#30Capabilities";
- }
-
- static String targetDesc_SAR() {
- return resbundle.getString("Str138_SiteArchiveAccess");
- }
-
- static String targetDetailDesc_SAR() {
- return resbundle.getString("Str139_SiteArchiveAccessDesc");
- }
-
- static String targetUrl_SAR() {
- return getTargetHelpUrl() + "#SiteArchive";
- }
-
- static String targetDesc_Constellation() {
- return resbundle.getString("Str140_NetcastingAccess");
- }
-
- static String targetDetailDesc_Constellation() {
- return resbundle.getString("Str141_NetcastingAccessDesc");
- }
-
- static String targetUrl_Constellation() {
- return getTargetHelpUrl() + "#Netcaster";
- }
-
- static String targetDesc_Marimba() {
- return resbundle.getString("Str142_MarimbaAccess");
- }
-
- static String targetDetailDesc_Marimba() {
- return resbundle.getString("Str143_MarimbaAccessDesc");
- }
-
- static String targetUrl_Marimba() {
- return getTargetHelpUrl() + "#Marimba";
- }
-
- static String targetDesc_IIOP() {
- return resbundle.getString("Str144_IIOP");
- }
-
- static String targetDetailDesc_IIOP() {
- return resbundle.getString("Str145_IIOPDesc");
- }
-
- static String targetUrl_IIOP() {
- return getTargetHelpUrl() + "#IIOP";
- }
-
- static String targetDesc_CodebaseEnv() {
- return resbundle.getString("Str146_CodebaseProperties");
- }
-
- static String targetDetailDesc_CodebaseEnv() {
- return resbundle.getString("Str147_CodebasePropertiesDesc");
- }
-
- static String targetUrl_CodebaseEnv() {
- return getTargetHelpUrl() + "#CodebaseEnv";
- }
-
- static String targetDesc_Debugger() {
- return resbundle.getString("Str148_DebuggerAccess");
- }
-
- static String targetDetailDesc_Debugger() {
- return resbundle.getString("Str149_DebuggerAccessDesc");
- }
-
- static String targetUrl_Debugger() {
- return getTargetHelpUrl() + "#Debugger";
- }
-
- static String targetDesc_CanvasAccess() {
- return resbundle.getString("Str150_ScreenAccess");
- }
-
- static String targetDetailDesc_CanvasAccess() {
- return resbundle.getString("Str151_ScreenAccessDesc");
- }
-
- static String targetUrl_CanvasAccess() {
- return getTargetHelpUrl() + "#CanvasAccess";
- }
-
- static String targetDesc_FileAccess() {
- return resbundle.getString("Str152_FullLocalAccess");
- }
-
- static String targetDetailDesc_FileAccess() {
- return resbundle.getString("Str153_FullLocalAccessDesc");
- }
-
- static String targetUrl_FileAccess() {
- return getTargetHelpUrl() + "#FileAccess";
- }
-
- static String targetDesc_LimitedFileAccess() {
- return resbundle.getString("Str154_LimitedLocalAccess");
- }
-
- static String targetDetailDesc_LimitedFileAccess() {
- return resbundle.getString("Str155_LimitedLocalAccessDesc");
- }
-
- static String targetUrl_LimitedFileAccess() {
- return getTargetHelpUrl() + "#LimitedFileAccess";
- }
-
- static String targetDesc_CookieAccess() {
- return resbundle.getString("Str156_CookieAccess");
- }
-
- static String targetDetailDesc_CookieAccess() {
- return resbundle.getString("Str157_CookieAccessDesc");
- }
-
- static String targetUrl_CookieAccess() {
- return getTargetHelpUrl() + "#CookieAccess";
- }
-
- static String targetDesc_SignonAccess() {
- return resbundle.getString("Str158_SignOnAccess");
- }
-
- static String targetDetailDesc_SignonAccess() {
- return resbundle.getString("Str159_SignOnAccessDesc");
- }
-
- static String targetUrl_SignonAccess() {
- return getTargetHelpUrl() + "#SignonAccess";
- }
-
- static String targetDesc_GamesAccess() {
- return resbundle.getString("Str160_LimitedRegistryAccess");
- }
-
- static String targetDetailDesc_GamesAccess() {
- return resbundle.getString("Str161_LimitedRegistryAccessDesc");
- }
-
- static String targetUrl_GamesAccess() {
- return getTargetHelpUrl() + "#GamesAccess";
- }
-
- static String targetDesc_WordProcessorAccess() {
- return resbundle.getString("Str162_WordProcessAccess");
- }
-
- static String targetDetailDesc_WordProcessorAccess() {
- return resbundle.getString("Str163_WordProcessAccessDesc");
- }
-
- static String targetUrl_WordProcessorAccess() {
- return getTargetHelpUrl() + "#WordProcessorAccess";
- }
-
- static String targetDesc_SpreadsheetAccess() {
- return resbundle.getString("Str164_SpreadSheetAccess");
- }
-
- static String targetDetailDesc_SpreadsheetAccess() {
- return resbundle.getString("Str165_SpreadSheetAccessDesc");
- }
-
- static String targetUrl_SpreadsheetAccess() {
- return getTargetHelpUrl() + "#SpreadsheetAccess";
- }
-
- static String targetDesc_PresentationAccess() {
- return resbundle.getString("Str166_PresentationAccess");
- }
-
- static String targetDetailDesc_PresentationAccess() {
- return resbundle.getString("Str167_PresentationAccessDesc");
- }
-
- static String targetUrl_PresentationAccess() {
- return getTargetHelpUrl() + "#PresentationAccess";
- }
-
- static String targetDesc_DatabaseAccess() {
- return resbundle.getString("Str168_DatabaseAccess");
- }
-
- static String targetDetailDesc_DatabaseAccess() {
- return resbundle.getString("Str169_DatabaseAccessDesc");
- }
-
- static String targetUrl_DatabaseAccess() {
- return getTargetHelpUrl() + "#DatabaseAccess";
- }
-
- static String targetDesc_TerminalEmulator() {
- return resbundle.getString("Str170_TerminalAccess");
- }
-
- static String targetDetailDesc_TerminalEmulator() {
- return resbundle.getString("Str171_TerminalAccessDesc");
- }
-
- static String targetUrl_TerminalEmulator() {
- return getTargetHelpUrl() + "#TerminalEmulator";
- }
-
- static String targetDesc_JARPackager() {
- return resbundle.getString("Str172_JarAccess");
- }
-
- static String targetDetailDesc_JARPackager() {
- return resbundle.getString("Str173_JarAccessDesc");
- }
-
- static String targetUrl_JARPackager() {
- return getTargetHelpUrl() + "#JARPackager";
- }
-
- static String targetDesc_AccountSetup() {
- return resbundle.getString("Str174_ConfigureBrowserAccess");
- }
-
- static String targetDetailDesc_AccountSetup() {
- return resbundle.getString("Str175_ConfigureBrowserAccessDesc");
- }
-
- static String targetUrl_AccountSetup() {
- return getTargetHelpUrl() + "#AccountSetup";
- }
-
- static String targetDesc_ParamFileRead() {
- return resbundle.getString("Str176_SpecificReadAccess");
- }
-
- static String targetDetailDesc_ParamFileRead() {
- return resbundle.getString("Str176_SpecificReadAccess");
- }
-
- static String targetUrl_ParamFileRead() {
- return getTargetHelpUrl() + "#ParamFileRead";
- }
-
- static String targetDesc_ParamFileWrite() {
- return resbundle.getString("Str177_SpecificModifyAccess");
- }
-
- static String targetDetailDesc_ParamFileWrite() {
- return resbundle.getString("Str177_SpecificModifyAccess");
- }
-
- static String targetUrl_ParamFileWrite() {
- return getTargetHelpUrl() + "#ParamFileWrite";
- }
-
- static String targetDesc_ClassLoaderAccess() {
- return resbundle.getString("Str180_ClassLoaderAccess");
- }
-
- static String targetDetailDesc_ClassLoaderAccess() {
- return resbundle.getString("Str181_ClassLoaderAccessDesc");
- }
-
- static String targetUrl_ClassLoaderAccess() {
- return getTargetHelpUrl() + "#ClassLoaderAccess";
- }
- }
-