blob: 13de7e8a36edc876f9f9749f9bf67e7931a3714d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
$english = array(
/**
* Manifest
*/
'river:manifest:description' => "Provide a list of your or your friends recent activity!",
);
add_translation("en",$english);
?>
|