From dd489f623628930e527e8112142576bb0de24b57 Mon Sep 17 00:00:00 2001 From: Pete Harris Date: Mon, 29 Mar 2010 16:59:14 +0000 Subject: Beginnings of updating VideoList to v1.8 interface, edit, delete, favorite added. Amongst other updates Friends view and breadcrumbs added. --- languages/en.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index 65b0d8905..238651cc0 100644 --- a/languages/en.php +++ b/languages/en.php @@ -10,12 +10,15 @@ */ $english = array( - "videolist" => "My Videos", + "videolist" => "Videos", "videolist:home" => '%s \'s Videos', "videolist:new" => 'Add a Video', "videolist:find" => 'All Site videos', + "videolist:all" => 'All Site videos', + "videolist:add" => 'Add a Video', "videolist:search" => "All Site videos", + 'videolist:friends' => "Friends' videos", "videolist:title_videourl" => 'Enter Video Url', "videolist:submit" => 'Submit', "videolist:videoTitle" => "Title", @@ -50,6 +53,7 @@ $english = array( "videolist:group" => "Group Videos", "videolist:groupall" => "All Group Videos", "videolist:none" => "This group does not have any videos yet", + "videolist:none:found" => "No videos were found." ); add_translation("en",$english); \ No newline at end of file -- cgit v1.2.3