--- /dev/null
--- /dev/null
++<?php
++
++$english = array(
++ 'river_privacy' => "River Privacy",
++ 'river_privacy:hide_old:description' => "Only items that are created after this plugin is enabled
++ will be set to private. This setting can allow old items to be hidden - this is done at
++ display time, so it may affect layout (eg. 20 items are expected to be shown, but only 15 are
++ visible because 5 of them are filtered out by this plugin).
++ Note that new items created will be private regardless of this setting, this setting is only for old items.",
++ 'river_privacy:hide_old:label' => "Hide old river entries?",
++);
++
++add_translation("en",$english);