cis notified web server of a job completion; upload form interface and validation...
[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_tags'] = 'Tags';
23 $lang['video_tags_hint'] = 'comma separated tags';
24 $lang['video_submit_upload'] = 'Upload';
25
26
27 /* End of file video_lang.php */
28 /* Location: ./application/language/english/video_lang.php */