From 4766f36a4d74924f21ff329c4318ce4e069ffa04 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 3 Mar 2010 17:53:05 +0000 Subject: Pulled in the interface changes. git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/bookmarks/languages/en.php | 79 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 mod/bookmarks/languages/en.php (limited to 'mod/bookmarks/languages/en.php') diff --git a/mod/bookmarks/languages/en.php b/mod/bookmarks/languages/en.php new file mode 100644 index 000000000..da8476aa2 --- /dev/null +++ b/mod/bookmarks/languages/en.php @@ -0,0 +1,79 @@ + "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); + +?> \ No newline at end of file -- cgit v1.2.3