aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
blob: db181aa37b70d88c5eed40b08727eeea21b9a480 (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
<?php
/**
 * Elgg videolist english language pack.
 *
 * @package ElggVideolist
 */
 
$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:play:video" => 'Play',
	"videolist:add:video" => 'Add',
	"videolist:search" => "All Site videos",
	'videolist:friends' => "Friends' videos",
	'videolist:edit' => "Edit video",
	'videolist:ingroup' => "in the group",
	"videolist:submit" => 'Submit',
	"videolist:title" => "Title",
	"videolist:description" => "Description",
	"videolist:video_url" => "Enter video URL",
	"videolist:error:no_save" => 'There was an error in saving the video, please try after sometime',
	"videolist:saved" => 'Your video has been saved successfully!',
	"videolist_item:more" => "View all videos",
	"videolist_item:none" => "sorry, no videos were found",
	"videolist:deleted" => "Your video was removed successfully!",
	"videolist:deletefailed" => "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:access_id" => "Who can see you posted this video?",
	"item:object:videolist_item" => "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",
	"river:comment:object:videolist_item" => "%s commented on %s",
	"videolist:river:item" => "a video",
	"videolist:river:created" => "%s added",
	"videolist:group" => "Group Videos",
	"videolist:groupall" => "All Group Videos",
	"videolist:delete:confirm" => "Are you sure you want to delete this video?",
	"videolist:none" => "No videos were found.",
);

add_translation("en",$english);