diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-24 22:20:03 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-24 22:20:03 +0000 |
commit | c0bc34a6ce4c08e652ef86712dd6b9c1781eade5 (patch) | |
tree | e5057c33f98e0b8f029a131f2172a49ccd88a7de /languages | |
parent | 3b0b462b5790f15fcb612de66544838bdbce658b (diff) | |
download | elgg-c0bc34a6ce4c08e652ef86712dd6b9c1781eade5.tar.gz elgg-c0bc34a6ce4c08e652ef86712dd6b9c1781eade5.tar.bz2 |
Added ability to make arbitrary links for the menu items.
git-svn-id: http://code.elgg.org/elgg/trunk@5498 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/languages/en.php b/languages/en.php index a74c8ea90..b50501e5e 100644 --- a/languages/en.php +++ b/languages/en.php @@ -514,6 +514,8 @@ To remove a widget drag it back to the <b>Widget gallery</b>.", 'admin:menu_items:description' => 'Select which menu items you want to show as featured links. Unused items will be added as "More" at the end of the list.', 'admin:menu_items:hide_toolbar_entries' => 'Remove links from tool bar menu?', 'admin:menu_items:saved' => 'Menu items saved.', + 'admin:add_menu_item' => 'Add a custom menu item', + 'admin:add_menu_item:description' => 'Fill out the Display name and URL to add custom items to your navigation menu.', /** * User settings @@ -825,21 +827,21 @@ If you requested this click on the link below, otherwise ignore this email. * XML-RPC */ 'xmlrpc:noinputdata' => "Input data missing", - + /** * Likes **/ - 'likes:this' => 'liked this', - 'likes:deleted' => 'Your like has been removed', - 'likes:notdeleted' => 'There was a problem removing your like', - 'likes:likes' => 'You now like this item', - 'likes:failure' => 'There was a problem liking this item', - 'likes:alreadyliked' => 'You have already liked this item', - 'likes:notfound' => 'The item you are trying to like cannot be found', - 'likes:likethis' => 'Like this', - 'likes:userlikedthis' => 'user liked this', - 'likes:userslikethis' => 'users liked this', - 'likes:river:annotate' => 'likes', + 'likes:this' => 'liked this', + 'likes:deleted' => 'Your like has been removed', + 'likes:notdeleted' => 'There was a problem removing your like', + 'likes:likes' => 'You now like this item', + 'likes:failure' => 'There was a problem liking this item', + 'likes:alreadyliked' => 'You have already liked this item', + 'likes:notfound' => 'The item you are trying to like cannot be found', + 'likes:likethis' => 'Like this', + 'likes:userlikedthis' => 'user liked this', + 'likes:userslikethis' => 'users liked this', + 'likes:river:annotate' => 'likes', /** * Comments |