cis notified web server of a job completion; upload form interface and validation...
[living-lab-site.git] / application / language / english / video_lang.php
index a0e0623..056b751 100644 (file)
@@ -1,6 +1,28 @@
 <?php
 
-$lang['video_'] = '';
+// Watch
+$lang['video_like'] = 'Like';
+$lang['video_dislike'] = 'Dislike';
+
+$lang['video_show_more'] = 'Show more';
+$lang['video_show_less'] = 'Show less';
+
+$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';
+
+
+// Upload
+$lang['video_upload_file'] = 'Video File';
+$lang['video_title'] = 'Title';
+$lang['video_description'] = 'Description';
+$lang['video_tags'] = 'Tags';
+$lang['video_tags_hint'] = 'comma separated tags';
+$lang['video_submit_upload'] = 'Upload';
+
 
 /* End of file video_lang.php */
 /* Location: ./application/language/english/video_lang.php */
\ No newline at end of file