aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-22 11:13:16 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-22 11:13:16 +0000
commit1f63413daaab09e1ace9f695c262ddd33a69b0d8 (patch)
tree9c3d119a8efb49ea9bf5e22caf8bbd6ca03cd4ab
parentd65b3a6e8b25a5ebfab8f5ca7f22328db69fcb04 (diff)
downloadelgg-1f63413daaab09e1ace9f695c262ddd33a69b0d8.tar.gz
elgg-1f63413daaab09e1ace9f695c262ddd33a69b0d8.tar.bz2
better names for a bookmark - got rid of 'bookmark item'
git-svn-id: http://code.elgg.org/elgg/trunk@8816 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--mod/bookmarks/languages/en.php13
1 files changed, 6 insertions, 7 deletions
diff --git a/mod/bookmarks/languages/en.php b/mod/bookmarks/languages/en.php
index 923c60802..e3f8cd64f 100644
--- a/mod/bookmarks/languages/en.php
+++ b/mod/bookmarks/languages/en.php
@@ -21,27 +21,26 @@ $english = array(
'bookmarks:inbox' => "Bookmarks inbox",
'bookmarks:morebookmarks' => "More bookmarks",
'bookmarks:more' => "More",
- 'bookmarks:shareditem' => "Bookmarked item",
'bookmarks:with' => "Share with",
- 'bookmarks:new' => "A new bookmarked item",
+ 'bookmarks:new' => "A new bookmark",
'bookmarks:via' => "via bookmarks",
'bookmarks:address' => "Address of the resource to bookmark",
'bookmarks:none' => 'No bookmarks',
'bookmarks:delete:confirm' => "Are you sure you want to delete this resource?",
- 'bookmarks:numbertodisplay' => 'Number of bookmarked items to display',
+ 'bookmarks:numbertodisplay' => 'Number of bookmarks to display',
'bookmarks:shared' => "Bookmarked",
'bookmarks:visit' => "Visit resource",
'bookmarks:recent' => "Recent bookmarks",
'bookmarks:river:created' => 'bookmarked %s',
- 'bookmarks:river:annotate' => 'a comment on this bookmarked item',
+ 'bookmarks:river:annotate' => 'a comment on this bookmark',
'bookmarks:river:item' => 'an item',
'river:commented:object:bookmarks' => 'a bookmark',
- 'item:object:bookmarks' => 'Bookmarked items',
+ 'item:object:bookmarks' => 'Bookmarks',
'bookmarks:group' => 'Group bookmarks',
'bookmarks:enablebookmarks' => 'Enable group bookmarks',
@@ -76,8 +75,8 @@ $english = array(
* Error messages
*/
- 'bookmarks:save:failed' => "Your bookmarked item could not be saved. Make sure you've entered a title and address and then try again.",
- 'bookmarks:delete:failed' => "Your bookmarked item could not be deleted. Please try again.",
+ 'bookmarks:save:failed' => "Your bookmark could not be saved. Make sure you've entered a title and address and then try again.",
+ 'bookmarks:delete:failed' => "Your bookmark could not be deleted. Please try again.",
);
add_translation('en', $english); \ No newline at end of file