home *** CD-ROM | disk | FTP | other *** search
- package netscape.netcast;
-
- import java.util.ListResourceBundle;
-
- public class NetcasterCastanetResources extends ListResourceBundle {
- 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"}};
-
- public Object[][] getContents() {
- return contents;
- }
- }
-