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