upload facility now works in single CIS mode; some simple command-line video moderati...
[living-lab-site.git] / application / language / english / video_lang.php
1 <?php
2
3 // Watch
4 $lang['video_like'] = 'Like';
5 $lang['video_dislike'] = 'Dislike';
6
7 $lang['video_show_more'] = 'Show more';
8 $lang['video_show_less'] = 'Show less';
9
10 $lang['video_comment'] = 'Comment';
11 $lang['video_title_comment'] = 'Comment';
12 $lang['video_title_all_comments'] = 'All Comments';
13 $lang['video_title_hottest_comments'] = 'Most Popular Comments';
14 $lang['video_title_no_comments'] = 'No comments yet';
15 $lang['video_submit_post_comment'] = 'Post';
16
17
18 // Upload
19 $lang['video_upload_file'] = 'Video File';
20 $lang['video_title'] = 'Title';
21 $lang['video_description'] = 'Description';
22 $lang['video_category'] = 'Category';
23 $lang['video_tags'] = 'Tags';
24 $lang['video_tags_hint'] = 'comma separated tags';
25 $lang['video_submit_upload'] = 'Upload';
26
27 $lang['video_msg_video_uploaded'] = 'Your video has been uploaded and is now being processed.';
28 $lang['video_msg_no_video'] = 'This video does not exist.';
29 $lang['video_msg_video_not_ready'] = 'This video is being processed and is not available yet.';
30 $lang['video_msg_video_unactivated'] = 'This video requires moderation and must be approved by an administrator.';
31
32
33 /* End of file video_lang.php */
34 /* Location: ./application/language/english/video_lang.php */