home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 40 / CDPowerplay40.iso / utils / flash4 / flash4full.exe / data1.cab / App_Files / Help / search.jar / SearchAppletProperties.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-08-20  |  1.5 KB  |  10 lines

  1. import java.util.ListResourceBundle;
  2.  
  3. public class SearchAppletProperties extends ListResourceBundle {
  4.    static final Object[][] contents = new Object[][]{{"searchapplet.launch.button", "Launch"}, {"searchappletframe.search.frame_title", "Search"}, {"searchappletframe.list_topics.button", "List Topics"}, {"searchappletframe.type_in_the_keyword_to_find.label", " Type in the keyword to find (Use a '+' for muliple word searches):"}, {"searchappletframe.case_sensitive.checkbox", "Case sensitive"}, {"searchappletframe.select_topic_to_display.label", " Select topic to display:"}, {"searchappletframe.topic.label", "Display"}, {"searchappletframe.cancel.button", "Cancel"}, {"searchappletframe.display.button", "Display"}, {"searchappletframe.searching_for", "Searching for: \"{0}\""}, {"search.search_initializing_documents", " Initializing Help File #{0}"}, {"search.search_complete_count_matched", " {0} document(s) matched ({1} of {2} searched)."}, {"search.searching#format0#of#format1", " Searching {0} of {1} documents"}};
  5.  
  6.    public Object[][] getContents() {
  7.       return contents;
  8.    }
  9. }
  10.