user gets notified interatively or by email in case of a CIS error
[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_category'] = 'Category';
23 $lang['video_tags'] = 'Tags';
24 $lang['video_tags_hint'] = 'comma separated tags';
25 $lang['video_submit_upload'] = 'Upload';
26
27 $lang['video_msg_video_uploaded'] = 'Your video has been uploaded and is now being processed.';
28 $lang['video_msg_no_video'] = 'This video does not exist.';
29 $lang['video_msg_video_not_ready'] = 'This video is being processed and is not available yet.';
30 $lang['video_msg_video_unactivated'] = 'This video requires moderation and must be approved by an administrator.';
31 $lang['video_msg_add_video_db_error'] = 'An error occured while adding your video to our database.';
32 $lang['video_msg_send_content_ingestion_error'] = 'We are sorry for the inconvenience, but your video cannot be processed for the moment.';
33
34 $lang['video_internal_cis_error_email_content'] =
35 'Hello,
36
37 We are sorry for the inconvenience, but an error occured while processing your video "%s".
38
39 Best regards!
40 ';
41 $lang['video_unreachable_cis_error_email_content'] = 
42 'Hello,
43
44 We are sorry for the inconvenience, but your video "%s" cannot be processed for the moment.
45
46 Best regards!
47 ';
48
49
50 /* End of file video_lang.php */
51 /* Location: ./application/language/english/video_lang.php */