english-utf8.php 695 B

1234567891011121314
  1. <?php
  2. // Administration Strings
  3. $txt['dpmod_news'] = 'Site News';
  4. $txt['dpmodinfo_news'] = 'Grabs Topics from any board you specify in your forum and displays them as News.';
  5. $txt['dpmoddesc_news'] = 'Allows you to broadcast topics of importance within a module.[hr][size=8pt][color=darkgreen][tt]Created by: The Dream Portal Team[/tt][/color][/size]';
  6. $txt['dpmod_news_board'] = 'Select Board';
  7. $txt['dpmod_news_limit'] = 'Limit<div class="smalltext">0 = default value</div>';
  8. $helptxt['dpmod_news_board'] = 'Select the board you\'d like to display topics from within this module for displaying News.';
  9. $helptxt['dpmod_news_limit'] = 'Limit the amount of recent topics shown for News.';
  10. ?>