aboutsummaryrefslogtreecommitdiff
path: root/mod/twitterservice/languages/en.php
blob: 60ddb99b6ff7222cce0417db50235ce70f80ef4b (plain)
1
2
3
4
5
6
7
8
9
10
<?php
	$english = array(
		'twitterservice' => 'Twitter Service',
		'twitterservice:postwire' => 'By setting the following option all messages you post to The Wire will be sent to your twitter account. Do you want to post your messages from The Wire to Twitter?',
		'twitterservice:twittername' => 'Twitter username',
		'twitterservice:twitterpass' => 'Twitter password',
	);
					
	add_translation("en",$english);
?>