users can comment videos and can like and dislike comments => a new production version
[living-lab-site.git] / application / language / english / video_lang.php
1 <?php
2
3 $lang['video_like'] = 'Like';
4 $lang['video_dislike'] = 'Dislike';
5
6 $lang['video_comment'] = 'Comment';
7 $lang['video_title_comment'] = 'Comment';
8 $lang['video_title_all_comments'] = 'All Comments';
9 $lang['video_title_hottest_comments'] = 'Most Popular Comments';
10 $lang['video_title_no_comments'] = 'No comments yet';
11 $lang['video_submit_post_comment'] = 'Post';
12
13 /* End of file video_lang.php */
14 /* Location: ./application/language/english/video_lang.php */