diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-01-26 12:13:37 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-01-26 12:13:37 +0000 |
commit | cff53c3045e0c4c44375496bdb0531812aff7b6a (patch) | |
tree | b53ecb80993fb59306c16e14311d90f1cca76928 /languages | |
parent | 68803264c6476fd96311bc83937f04164348cce4 (diff) | |
download | elgg-cff53c3045e0c4c44375496bdb0531812aff7b6a.tar.gz elgg-cff53c3045e0c4c44375496bdb0531812aff7b6a.tar.bz2 |
added edit views for admin widgets
git-svn-id: http://code.elgg.org/elgg/trunk@7939 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/languages/en.php b/languages/en.php index d02a13f23..9b5a69eb3 100644 --- a/languages/en.php +++ b/languages/en.php @@ -261,6 +261,7 @@ $english = array( 'widgets:add:description' => "Click on any widget button below to add it to your page.", 'widgets:position:fixed' => '(Fixed position on page)', 'widget:unavailable' => 'You have already added this widget', + 'widget:numbertodisplay' => 'Number of items to display', 'widget:delete' => 'Remove %s', 'widget:edit' => 'Customize this widget', @@ -466,8 +467,6 @@ $english = array( 'adduser:ok' => "You have successfully added a new user.", 'adduser:bad' => "The new user could not be created.", - 'item:object:reported_content' => "Reported items", - 'user:set:name' => "Account name settings", 'user:name:label' => "My display name", 'user:name:success' => "Successfully changed your name on the system.", @@ -543,8 +542,10 @@ $english = array( 'admin:widget:online_users:help' => 'Lists the users currently on the site', 'admin:widget:new_users' => 'New users', 'admin:widget:new_users:help' => 'Lists the newest users', - 'admin:widget:content_stats' => 'Content Statistics', + 'admin:widget:content_stats' => 'Content statistics', 'admin:widget:content_stats:help' => 'Keep track of the content created by your users', + 'widget:content_stats:type' => 'Content type', + 'widget:content_stats:number' => 'Number', /** * Plugins |