blob: f0cfde2a1e96f6aae1750afd4fc72b4013372079 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?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);
|