home *** CD-ROM | disk | FTP | other *** search
/ Australian PC Authority 1999 May / may1999.iso / INTERNET / COMMUNIC / NETCAST.Z / marimb10.jar / netscape / netcast / NetcasterCastanetResources.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-02-25  |  1.4 KB  |  12 lines

  1. package netscape.netcast;
  2.  
  3. import java.util.ListResourceBundle;
  4.  
  5. public class NetcasterCastanetResources extends ListResourceBundle {
  6.    static final Object[][] contents = new Object[][]{{"Subscribing to Castanet Channel: ", "Subscribing to Castanet Channel: "}, {"Starting Castanet channel: ", "Starting Castanet channel: "}, {"Transmitter not found: '", "Transmitter not found: '"}, {"Channel not found: '", "Channel not found: '"}, {"Stopping Castanet channel: ", "Stopping Castanet channel: "}, {"Updating Castanet channel: ", "Updating Castanet channel: "}, {"Malformed URL: ", "Malformed URL: "}, {"No such command: '", "No such command: '"}, {"Channel not found: '", "Channel not found: '"}, {"File not found: '", "File not found: '"}, {"Invalid URL", "Invalid URL"}, {"I/O Error", "I/O Error"}, {"Could not connect to server", "Could not connect to server"}, {"Exception: ", "Exception: "}, {"Interrupted", "Interrupted"}, {"File not found", "File not found"}};
  7.  
  8.    public Object[][] getContents() {
  9.       return contents;
  10.    }
  11. }
  12.