users can comment videos and can like and dislike comments => a new production version
[living-lab-site.git] / application / language / english / video_lang.php
index a0e0623..3accd07 100644 (file)
@@ -1,6 +1,14 @@
 <?php
 
-$lang['video_'] = '';
+$lang['video_like'] = 'Like';
+$lang['video_dislike'] = 'Dislike';
+
+$lang['video_comment'] = 'Comment';
+$lang['video_title_comment'] = 'Comment';
+$lang['video_title_all_comments'] = 'All Comments';
+$lang['video_title_hottest_comments'] = 'Most Popular Comments';
+$lang['video_title_no_comments'] = 'No comments yet';
+$lang['video_submit_post_comment'] = 'Post';
 
 /* End of file video_lang.php */
 /* Location: ./application/language/english/video_lang.php */
\ No newline at end of file