aboutsummaryrefslogtreecommitdiff
path: root/mod/identica/languages/en.php
blob: 44932dc4a7686cbd7d9a9d2225de9fe293785be1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
 * Identi.ca widget language file
 */

$english = array(

	'identica:title' => 'Identi.ca',
	'identica:info' => 'Display your latest tweets',
	'identica:username' => 'Enter your identi.ca username.',
	'identica:num' => 'The number of tweets to show.',
	'identica:visit' => 'visit my identi.ca',
	'identica:notset' => 'This Identi.ca widget is not yet set to go. To display your latest tweets, click on - edit - and fill in your details',
);

add_translation("en", $english);