home *** CD-ROM | disk | FTP | other *** search
/ PC Basics 53 / PC Basics Issue 53.iso / Software / Internet / Invboard.exe / PC Basics 53 / Invboard / upload / lang / en / lang_help.php < prev    next >
Encoding:
PHP Script  |  2002-06-12  |  746 b   |  18 lines

  1. <?php
  2.  
  3. $lang = array (
  4.  
  5. topic_text                    =>    "Here is the topic you chose to view",
  6. results_title                    =>    "Your Help Search Results",
  7. choose_file                    =>    "Choose a topic",
  8. help_txt                    =>    "Welcome to the IBForums help database.<br><br>Simply choose from one of the titles to learn more about how IBForums works. Or, simply search for help files",
  9. submit                    =>    "Search!",
  10. search_txt                    =>    "Enter keywords to search for",
  11. search_results                    =>    "Search Results",
  12. results_txt                    =>    "Here are the results of the search you performed.",
  13. help_topics                    =>    "Help Topics",
  14. no_results                    =>    "Sorry, we could not find any help topics that matched your search criteria, please try again",
  15. help_topic                    =>    "Help Topic",
  16. page_title                    =>    "Help Files",
  17. );
  18. ?>