Manual.english.php 2.8 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. // Version: 2.1 Alpha 1; Manual
  3. /* Everything in this file is for the Simple Machines help manual
  4. If you are looking at translating the manual into another language
  5. please visit the Simple Machines website for tools to assist! */
  6. $txt['manual_smf_user_help'] = 'SMF User Help';
  7. $txt['manual_welcome'] = 'Welcome to %s, powered by Simple Machines&reg; Forum (SMF) software!';
  8. $txt['manual_introduction'] = 'SMF&reg; is the elegant, effective, powerful and free forum software solution that this site is running. It allows users to communicate in discussion topics on a given subject in a clever and organized manner. Furthermore, it has a number of powerful features which end users can take advantage of. Help for many of SMF\'s features can be found by either clicking the question mark icon next to the relevant section or by selecting one of the links on this page. These links will take you to SMF\'s centrally-located documentation on the Simple Machines official site.';
  9. $txt['manual_docs_and_credits'] = 'For more information about how to use SMF, please see the <a href="%1$s" target="_blank" class="new_win">Simple Machines Documentation Wiki</a> and check out the <a href="%2$s">credits</a> to find out who has made SMF what it is today.';
  10. $txt['manual_section_registering_title'] = 'Registering';
  11. $txt['manual_section_logging_in_title'] = 'Logging In';
  12. $txt['manual_section_profile_title'] = 'Profile';
  13. $txt['manual_section_search_title'] = 'Search';
  14. $txt['manual_section_posting_title'] = 'Posting';
  15. $txt['manual_section_bbc_title'] = 'Bulletin Board Code (BBC)';
  16. $txt['manual_section_personal_messages_title'] = 'Personal Messages';
  17. $txt['manual_section_memberlist_title'] = 'Memberlist';
  18. $txt['manual_section_calendar_title'] = 'Calendar';
  19. $txt['manual_section_features_title'] = 'Features';
  20. $txt['manual_section_registering_desc'] = 'Many forums require users to register to gain full access.';
  21. $txt['manual_section_logging_in_desc'] = 'Once registered, users must login to access their account.';
  22. $txt['manual_section_profile_desc'] = 'Each member has their own personal profile.';
  23. $txt['manual_section_search_desc'] = 'Searching is an extremely helpful tool for finding information in posts and topics.';
  24. $txt['manual_section_posting_desc'] = 'The whole point of a forum, posting allows users to express themselves.';
  25. $txt['manual_section_bbc_desc'] = 'Posts can be spiced up with a little BBC.';
  26. $txt['manual_section_personal_messages_desc'] = 'Users can send personal messages to each other.';
  27. $txt['manual_section_memberlist_desc'] = 'The memberlist shows all the members of a forum.';
  28. $txt['manual_section_calendar_desc'] = 'Users can keep track of events, holidays, and birthdays with the calendar.';
  29. $txt['manual_section_features_desc'] = 'Here is a list of the most popular features in SMF.';
  30. ?>