blob: 29700744aadbdedde301f1baa5c9a8a693c06025 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
/**
* Twitter widget language file
*/
$english = array(
'twitter:title' => 'Twitter',
'twitter:info' => 'Display your latest tweets',
'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',
);
add_translation("en", $english);
|