aboutsummaryrefslogtreecommitdiff
path: root/mod/bookmarks/languages/en.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-03 23:15:07 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-03 23:15:07 +0000
commit0320936f29dd83534b5af386a981131be7981a9a (patch)
tree1d524f4a43c5974bf10b1177a8935754ee176ec5 /mod/bookmarks/languages/en.php
parente2ba75ce7dad46f87c43b7ef256e79053af5566e (diff)
downloadelgg-0320936f29dd83534b5af386a981131be7981a9a.tar.gz
elgg-0320936f29dd83534b5af386a981131be7981a9a.tar.bz2
Updated bookmarks with new interface.
git-svn-id: http://code.elgg.org/elgg/trunk@5266 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/bookmarks/languages/en.php')
-rw-r--r--mod/bookmarks/languages/en.php160
1 files changed, 85 insertions, 75 deletions
diff --git a/mod/bookmarks/languages/en.php b/mod/bookmarks/languages/en.php
index da8476aa2..ee3056975 100644
--- a/mod/bookmarks/languages/en.php
+++ b/mod/bookmarks/languages/en.php
@@ -1,79 +1,89 @@
<?php
- $english = array(
-
- /**
- * Menu items and titles
- */
-
- 'bookmarks' => "Bookmarks",
- 'bookmarks:add' => "Add bookmark",
- 'bookmarks:read' => "%s's bookmarked items",
- 'bookmarks:friends' => "Friends' bookmarks",
- 'bookmarks:everyone' => "All site bookmarks",
- 'bookmarks:this' => "Bookmark this",
- 'bookmarks:this:group' => "Bookmark in %s",
- 'bookmarks:bookmarklet' => "Get bookmarklet",
- 'bookmarks:bookmarklet:group' => "Get group bookmarklet",
- 'bookmarks:inbox' => "Bookmarks inbox",
- 'bookmarks:more' => "More",
- 'bookmarks:shareditem' => "Bookmarked item",
- 'bookmarks:with' => "Share with",
- 'bookmarks:new' => "A new bookmarked item",
- 'bookmarks:via' => "via bookmarks",
- 'bookmarks:address' => "Address of the resource to bookmark",
-
- 'bookmarks:delete:confirm' => "Are you sure you want to delete this resource?",
-
- 'bookmarks:numbertodisplay' => 'Number of bookmarked items to display',
-
- 'bookmarks:shared' => "Bookmarked",
- 'bookmarks:visit' => "Visit resource",
- 'bookmarks:recent' => "Recent bookmarks",
-
- 'bookmarks:river:created' => '%s bookmarked',
- 'bookmarks:river:annotate' => 'a comment on this bookmarked item',
- 'bookmarks:river:item' => 'an item',
-
- 'item:object:bookmarks' => 'Bookmarked items',
-
- 'bookmarks:group' => 'Group bookmarks',
- 'bookmarks:enablebookmarks' => 'Enable group bookmarks',
-
-
- /**
- * More text
- */
-
- 'bookmarks:widget:description' =>
- "This widget is designed for your dashboard and will show you the latest items in your bookmarks inbox.",
-
- 'bookmarks:bookmarklet:description' =>
- "The bookmarks bookmarklet allows you to share any resource you find on the web with your friends, or just bookmark it for yourself. To use it, simply drag the following button to your browser's links bar:",
-
- 'bookmarks:bookmarklet:descriptionie' =>
- "If you are using Internet Explorer, you will need to right click on the bookmarklet icon, select 'add to favorites', and then the Links bar.",
-
- 'bookmarks:bookmarklet:description:conclusion' =>
- "You can then save any page you visit by clicking it at any time.",
-
- /**
- * Status messages
- */
-
- 'bookmarks:save:success' => "Your item was successfully bookmarked.",
- 'bookmarks:delete:success' => "Your bookmarked item was successfully deleted.",
-
- /**
- * Error messages
- */
-
- 'bookmarks:save:failed' => "Your bookmarked item could not be saved. Please try again.",
- 'bookmarks:delete:failed' => "Your bookmarked item could not be deleted. Please try again.",
-
-
- );
-
- add_translation("en",$english);
+$english = array(
+
+ /**
+ * Menu items and titles
+ */
+
+ 'bookmarks' => "Bookmarks",
+ 'bookmarks:add' => "Bookmark something",
+ 'bookmarks:read' => "Bookmark list",
+ 'bookmarks:friends' => "Friends' bookmarks",
+ 'bookmarks:all' => "All site bookmarks",
+ 'bookmarks:user' => "%s's bookmarks",
+ 'bookmarks:workgroup' => "Work Group bookmarks",
+ 'bookmarks:this' => "Bookmark this",
+ 'bookmarks:this:group' => "Bookmark in %s",
+ 'bookmarks:bookmarklet' => "Get bookmarklet",
+ 'bookmarks:bookmarklet:group' => "Get community bookmarklet",
+ 'bookmarks:inbox' => "Bookmarks inbox",
+ 'bookmarks:more' => "View note",
+ 'bookmarks:yours' => "My bookmarks",
+ 'bookmarks:shareditem' => "Bookmarked item",
+ 'bookmarks:with' => "Share with",
+ 'bookmarks:new' => "Add a Bookmark",
+ 'bookmarks:via' => "via bookmarks",
+ 'bookmarks:address' => "Address of the resource to bookmark",
+ 'bookmarks:addnote' => "Add a note",
+ 'bookmarks:delete:confirm' => "Are you sure you want to delete this resource?",
+ 'bookmarks:url' => 'URL',
+ 'bookmarks:numbertodisplay' => 'Number of bookmarked items to display',
+ 'bookmarks:edit:success' => "Bookmark successfully edited",
+ 'bookmarks:edit:fail' => "There was a problem editing that bookmark, please try again.",
+ 'bookmarks:shared' => "Bookmarked",
+ 'bookmarks:visit' => "Visit resource",
+ 'bookmarks:recent' => "Recent bookmarks",
+
+ 'bookmarks:river:created' => '%s bookmarked',
+ 'bookmarks:river:annotate' => 'posted a comment on this bookmarked item',
+ 'bookmarks:river:item' => 'an item',
+
+ 'item:object:bookmarks' => 'Bookmarked items',
+
+ 'bookmarks:group' => 'Community bookmarks',
+ 'bookmarks:enablebookmarks' => 'Enable community bookmarks',
+ 'bookmarks:referenceadded' => 'You have added that bookmark as a reference',
+ 'bookmarks:referenceerror' => 'There was a problem adding that bookmark as a reference',
+ 'bookmarks:none' => 'You don\'t have any bookmarks',
+ 'bookmarks:addref' => 'Add a reference',
+ 'bookmarks:removed' => 'You have now removed that reference',
+ 'bookmarks:removederror' => ' There was a problem removing that reference',
+ 'bookmarks:remove:confirm' => 'Are you sure you want to remove this reference?',
+
+ /**
+ * More text
+ */
+
+ 'bookmarks:widget:description' =>
+ "This widget displays your latest bookmarks.",
+
+ 'bookmarks:bookmarklet:description' =>
+ "The bookmarklet allows you to share a url with your friends, or just bookmark it for yourself. To use it, simply drag the button above to your browser's links bar.",
+
+ 'bookmarks:bookmarklet:descriptionie' =>
+ "If you are using Internet Explorer, you will need to right click on the bookmarklet icon, and select 'add to favorites', and then the Links bar.",
+
+ 'bookmarks:bookmarklet:description:conclusion' =>
+ "You can then bookmark any webpage you visit by clicking the button in your browsers toolbar.",
+
+ /**
+ * Status messages
+ */
+
+ 'bookmarks:save:success' => "Your item was successfully bookmarked.",
+ 'bookmarks:delete:success' => "Your bookmarked item was successfully deleted.",
+
+ /**
+ * Error messages
+ */
+
+ 'bookmarks:save:failed' => "Your bookmarked item could not be saved. Please try again.",
+ 'bookmarks:delete:failed' => "Your bookmarked item could not be deleted. Please try again.",
+
+
+);
+
+add_translation("en",$english);
?> \ No newline at end of file