cis notified web server of a job completion; upload form interface and validation...
[living-lab-site.git] / application / language / english / video_lang.php
index 3accd07..056b751 100644 (file)
@@ -1,8 +1,12 @@
 <?php
 
+// 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';
@@ -10,5 +14,15 @@ $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