aboutsummaryrefslogtreecommitdiff
path: root/mod/river/languages/en.php
blob: 824164541933ad6d7744857f0658e46db75e8762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php

	$english = array(
	
		/**
		 * Manifest
		 */
		
		'river:manifest:description' => "Provide a list of your or your friends recent activity!",
	
		'river:widget:noactivity' => 'We could not find any activity.',
		'river:widget:title' => "%s activity.",
		'river:widget:description' => "Show your latest activity.",
		'river:widget:title:friends' => "%s friends activity.",
		'river:widget:description:friends' => "Show what your friends are up to.",
	
		'river:widget:label:displaynum' => "Number of entries to display:",
	);
					
	add_translation("en",$english);

?>