home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 July / PCO_07_97.ISO / NET_COM / cc32e40.exe / nav40.z / java40.jar / netscape / softupdate / SoftUpdateResourceBundle.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-06-07  |  2.8 KB  |  12 lines

  1. package netscape.softupdate;
  2.  
  3. import java.util.ListResourceBundle;
  4.  
  5. public class SoftUpdateResourceBundle extends ListResourceBundle {
  6.    static final Object[][] contents = new Object[][]{{"s1", "Low"}, {"s2", "Medium"}, {"s3", "High"}, {"s4", "Installing software, within a single directory"}, {"s5", "Installing software, all over your disk"}, {"s6", "Extremely dangerous: Installing software without asking you for permission. The software is installed with \"Smart Update\""}, {"s7", "Reading and writing to a windows .INI file"}, {"s8", "Reading and writing to the Windows Registry: Use extreme caution!"}, {"s9", "SmartUpdate: "}, {"s10", "Getting ready to install "}, {"s11", "Press \"Install\" to install "}, {"s12", ""}, {"s13", "Installing "}, {"s14", " will perform actions listed bellow:"}, {"s15", "Detailed SmartUpdate information: "}, {"s16", "Execute a program:"}, {"s17", "SmartUpdate:"}, {"s18", "Installer script does not have a certificate."}, {"s19", "Installer script had more than one certificate"}, {"s20", "Silent mode was denied."}, {"s21", "Must call StartInstall() before calling GetWinProfile() and GetWinRegistry()"}, {"s22", "Certificate of the Installer file does not match the certificate of the installed file"}, {"s23", "Package name is null or empty in StartInstall."}, {"s24", "Unexpected error in "}, {"s25", "Bad package name in AddSubcomponent. Did you call StartInstall()?"}, {"s26", "Illegal file path"}, {"s27", "Unexpected error when installing a file"}, {"s28", "Verification failed. 'this' must be passed to SoftwareUpdate constructor."}, {"s29", "SmartUpdate disabled"}, {"s30", "Security integrity check failed."}, {"s31", "Could not get installer name out of the global MIME headers inside the JAR file."}, {"s32", "Extraction of JAR file failed."}, {"s33", "Install"}, {"s34", "Cancel"}, {"s35", "More Info..."}, {"s36", "Close"}};
  7.  
  8.    public Object[][] getContents() {
  9.       return contents;
  10.    }
  11. }
  12.