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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
<?php
add_translation('en', array(
'annotation:group_topic_post:value:placeholder' => 'Leave a reply...',
'annotation:generic_comment:value:placeholder' => 'Leave a comment...',
'composer:object:thewire' => "Status",
'composer:object:bookmarks' => "Bookmark",
'composer:object:blog' => "Blog",
'composer:annotation:messageboard' => "Post",
'composer:object:file' => 'File',
'composer:prompt' => 'Share',
'file:river:create' => 'uploaded a file',
'files' => 'Files',
'friend:user:add' => "Add %s as Friend",
'groups:add' => 'Create Group...',
'thanks' => 'Thanks',
'thanks_body' => 'Special thanks to all the Elgg staff!<br /><br/><ul><li><a href="http://community.elgg.org/profile/ewinslow">Evan Winslow</a></li><br /><li><a href="http://community.elgg.org/profile/Beck24">Matt Beckett</a></li><br /></li><a href="http://community.elgg.org">All the Elgg community</a></li><br /><br /><li><a href="../">And you of course because you downloaded my theme :-)</a></li></ul>',
'home' => 'Home',
'WISB:footer_wisb' => 'WISB',
'WISB:footer_developers' => 'Developers',
'WISB:footer_wisblog' => 'WISBlog',
'newsfeed' => 'News Feed',
'profile:wall' => "Board",
'profile:info' => "Info",
'profile:activity:none' => "No activity to display",
'likes:likethis' => 'Like',
'likes:remove' => 'Unlike',
'notifications:personal' => "Notifications",
'pages:river:create' => 'created a page',
'river:comment:object:thewire' => '',
'river:comments:all' => 'View all %d comments',
'river:messageboard:group:default' => '',
'river:replies:all' => 'View all %d replies',
'river:to' => '%s ▶ %s',
'rss:subscribe' => 'Subscribe via RSS',
'see:all' => 'See all',
'settings:user' => 'Account Settings',
));
|