aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
blob: 18b731ada6af5fb99014ad5b230568c07eb937dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?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(

	"videolist" => "Videos",

	"videolist:home" => '%s \'s Videos',
	"videolist:user" => '%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:edit' => "Edit video",
	"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",
	"videolist:none:found" => "No videos were found."
);

add_translation("en",$english);