en.php 579 B

123456789101112
  1. <?php
  2. return array(
  3. 'river_privacy' => "River Privacy",
  4. 'river_privacy:hide_old:description' => "Only items that are created after this plugin is enabled
  5. will be set to private. This setting can allow old items to be hidden - this is done at
  6. display time, so it may affect layout (eg. 20 items are expected to be shown, but only 15 are
  7. visible because 5 of them are filtered out by this plugin).
  8. Note that new items created will be private regardless of this setting, this setting is only for old items.",
  9. 'river_privacy:hide_old:label' => "Hide old river entries?",
  10. );