PageRenderTime 40ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/language/en/acp_xbtbb3cker_rss.php

https://gitlab.com/protoneutron/xbtbb3cker
PHP | 67 lines | 39 code | 14 blank | 14 comment | 3 complexity | 54fbf3a5918996b97ba8127147e6904c MD5 | raw file
  1. <?php
  2. /**
  3. *
  4. * @package xbtBB3cker
  5. * @copyright (c) 2015 PPK
  6. * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
  7. *
  8. *
  9. */
  10. if (!defined('IN_PHPBB'))
  11. {
  12. exit;
  13. }
  14. if (empty($lang) || !is_array($lang))
  15. {
  16. $lang = array();
  17. }
  18. $lang = array_merge($lang, array(
  19. 'ACP_TRFEED_ENABLE' => 'Enable tracker news feeds',
  20. 'ACP_TRFEED_ENABLE_EXPLAIN' => 'Enable or disable the tracker news feeds for the entire conference. When this option is disabled, all news channels will be disabled, regardless of the parameters listed below. ',
  21. 'ACP_FEED_OVERALL_TRACKERS' => 'Enable trackers channel',
  22. 'ACP_FEED_OVERALL_TRACKERS_EXPLAIN' => 'Includes the channel “All trackers”, which allows you to get a list of forums of trackers.',
  23. 'ACP_TRFEED_OVERALL' => 'Enable the shared torrent and comment channel',
  24. 'ACP_TRFEED_OVERALL_EXPLAIN' => 'New torrents and conference comments.',
  25. 'ACP_FEED_TRTORRENTS' => 'Enable channels for torrents',
  26. 'ACP_FEED_TRTORRENTS_EXPLAIN' => 'This option acts globally on all other channels except the channels of new, active torrents and the common channel',
  27. 'ACP_FEED_TRCOMMENTS' => 'Enable feeds for comments',
  28. 'ACP_FEED_TRCOMMENTS_EXPLAIN' => 'This option applies globally to all other channels except the common channel',
  29. 'ACP_TRFEED_FORUM' => 'Enable forum channels',
  30. 'ACP_TRFEED_FORUM_EXPLAIN' => 'New torrents and comments from individual forums.',
  31. 'ACP_TRFEED_TOPIC' => 'Enable topic channels',
  32. 'ACP_TRFEED_TOPIC_EXPLAIN' => 'New torrents and comments on individual topics.',
  33. 'ACP_FEED_TORRENTS_NEW' => 'Enable the channel of new torrents',
  34. 'ACP_FEED_TORRENTS_NEW_EXPLAIN' => 'Enables the “New torrents” channel, which allows receiving information about new torrents.',
  35. 'ACP_FEED_TORRENTS_ACTIVE' => 'Enable active torrent channel',
  36. 'ACP_FEED_TORRENTS_ACTIVE_EXPLAIN' => 'Turns on the active torrents channel, which allows you to receive new active torrents.',
  37. 'ACP_FEED_ENBLIST' => 'Exclude these forums',
  38. 'ACP_FEED_ENBLIST_EXPLAIN' => 'Exclude specified forums from channels',
  39. 'ACP_FEED_TRUEENBLIST' => 'Exclude these forums',
  40. 'ACP_FEED_TRUEENBLIST_EXPLAIN' => 'If Yes is selected, exclude the forums defined above from the channels, otherwise - include only the above forums',
  41. 'ACP_FEED_TORRLIMIT' => 'The number of elements on the page to display in torrent channels',
  42. 'ACP_FEED_TORRLIMIT_EXPLAIN' => '',
  43. 'ACP_FEED_COMMLIMIT' => 'The number of elements on the page to display in the comment channels',
  44. 'ACP_FEED_COMMLIMIT_EXPLAIN' => '',
  45. 'ACP_FEED_DOWNLOADS' => 'Torrent files in channels',
  46. 'ACP_FEED_DOWNLOADS_EXPLAIN' => 'Display torrent files in channel texts',
  47. // 'ACP_FEED_TORRSORT' => 'Sort by topic date',
  48. // 'ACP_FEED_TORRSORT_EXPLAIN' => 'Sort messages in torrent channels by date of topic creation, otherwise by date of creation/change of torrent',
  49. // 'ACP_FEED_TORRTIME' => 'Displayed torrents',
  50. // 'ACP_FEED_TORRTIME_EXPLAIN' => 'Display in torrent channels only torrents not older than the specified number (in days)',
  51. // 'ACP_FEED_COMMTIME' => 'Displayed comments',
  52. // 'ACP_FEED_COMMTIME_EXPLAIN' => 'Only display comments in comments channels older than the specified number (in days)',
  53. ));