aboutsummaryrefslogtreecommitdiff
path: root/mod/twitter/languages/en.php
blob: 5e9fcd92b1679fe045f26b8cd5964908ff623d38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php

	$english = array(
	
		/**
		 * twitter widget details
		 */
		
	
		'twitter:username' => 'Enter your twitter username.',
		'twitter:num' => 'The number of tweets to show.',
		'twitter:visit' => 'visit my twitter',
		'twitter:notset' => 'This Twitter widget is not yet set to go. To display your latest tweets, click on - edit - and fill in your details',
		
		
		 /**
	     * twitter widget river
	     **/
	        
	        //generic terms to use
	        'twitter:river:created' => "%s added the twitter widget.",
	        'twitter:river:updated' => "%s updated their twitter widget.",
	        'twitter:river:delete' => "%s removed their twitter widget.",
	        
		
	);
					
	add_translation("en",$english);

?>