From a161b38e65fa698133402f4fb23548242f494018 Mon Sep 17 00:00:00 2001 From: Dave Tosh Date: Tue, 23 Mar 2010 17:30:14 +0000 Subject: This videolist plugin shows real promise so we shall work on it for v1.8 then release it back to the community. --- languages/en.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 languages/en.php (limited to 'languages') diff --git a/languages/en.php b/languages/en.php new file mode 100644 index 000000000..d0c5555b0 --- /dev/null +++ b/languages/en.php @@ -0,0 +1,56 @@ + + * @copyright Prateek Choudhary + */ + $english = array( + "videolist" => "My Videos", + + "videolist:home" => '%s \'s Videos', + "videolist:new" => 'Add a Video', + "videolist:find" => 'All Site videos', + "videolist:search" => "All Site videos", + "videolist:title_videourl" => 'Enter Video Url', + "videolist:submit" => 'Submit', + "videolist:videoTitle" => "Title", + "videolist:error" => 'There was an error in saving the video, please try after sometime', + "videolist:posted" => 'Your video has been saved successfully!', + "video:more" => "View all videos", + "video:none" => "sorry, no videos were found", + "candidateprofile:candidatevideo" => "My videos", + "videos:deleted" => "Your Video was removed successfully!", + "videos:notdeleted" => "Unfortunately, this video could not be removed now. Please try again later", + "videolist:widget" => "Videos", + "videolist:widget:description" => "Your personal video playlist", + "videolist:num_videos" => "Number of videos to display", + 'videolist:widget' => "My Videos", + "videolist:widget:description" => "Showcase your personal video gallery from youtube", + "profile:videoheader" => "My Video Gallery", + "videolist:title_access" => "Access", + "item:object:videolist" => "Videos", + "videolist:tags" => "Add Tags", + "videolist:browse" => "Find Videos - %s", + "videolist:browsemenu" => "Find Videos", + "videolist:title_search_tube" => "Search Videos From", + "videolist:searchTubeVideos" => "Search youtube.com", + "videolist:comments" => "Comments", + "videolist:commentspost" => "Post", + "videolist:river:annotate" => "%s commented on", + "videolist:river:item" => "a video", + "videolist:river:created" => "%s added", + "videolist:searchTubeVideos:metacafe" => "Search metacafe.com", + "videolist:searchTubeVideos:vimeo" => "Search vimeo.com", + "videolist:searchTubeVideos:googlevideos" => "Search video.google.com", + "videolist:group" => "Group Videos", + "videolist:groupall" => "All Group Videos", + "videolist:none" => "This group does not have any videos yet", + ); + + add_translation("en",$english); + +?> -- cgit v1.2.3