aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
diff options
context:
space:
mode:
authorBrett Profitt <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-26 22:44:48 +0000
committerBrett Profitt <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-26 22:44:48 +0000
commit52255de580654f351205b19565be601bd4caaacb (patch)
tree1e9d5f496a8b7111c619eafe910a2f93927231a1 /languages/en.php
parenta8aa4bceed8e7ad0c5af2646a83d6a2da2e0b23a (diff)
downloadelgg-52255de580654f351205b19565be601bd4caaacb.tar.gz
elgg-52255de580654f351205b19565be601bd4caaacb.tar.bz2
First pass at cleaning up videolist.
Diffstat (limited to 'languages/en.php')
-rw-r--r--languages/en.php106
1 files changed, 52 insertions, 54 deletions
diff --git a/languages/en.php b/languages/en.php
index 7ea20abfe..65b0d8905 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -1,57 +1,55 @@
<?php
- /**
- * Elgg Video Plugin
- * This plugin allows users to create a library of youtube/vimeo/metacafe videos
- * @file - language file 'en'
- * @package Elgg
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Prateek Choudhary <synapticfield@gmail.com>
- * @copyright Prateek Choudhary
- */
- $english = array(
+/**
+ * Elgg Video Plugin
+ * This plugin allows users to create a library of youtube/vimeo/metacafe videos
+ * @file - language file 'en'
+ * @package Elgg
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Prateek Choudhary <synapticfield@gmail.com>
+ * @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);
+ "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); \ No newline at end of file