X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Flanguage%2Fenglish%2Fvideo_lang.php;h=76636214648836c78bc2cca73e4168e797a023f3;hb=refs%2Fheads%2Fmaster;hp=056b75161637930c352aa75a9943270a67b52f2d;hpb=080b37a97e93691b3ba1c4aa3982a143167115a7;p=living-lab-site.git diff --git a/application/language/english/video_lang.php b/application/language/english/video_lang.php index 056b751..7663621 100644 --- a/application/language/english/video_lang.php +++ b/application/language/english/video_lang.php @@ -19,10 +19,33 @@ $lang['video_submit_post_comment'] = 'Post'; $lang['video_upload_file'] = 'Video File'; $lang['video_title'] = 'Title'; $lang['video_description'] = 'Description'; +$lang['video_category'] = 'Category'; $lang['video_tags'] = 'Tags'; $lang['video_tags_hint'] = 'comma separated tags'; $lang['video_submit_upload'] = 'Upload'; +$lang['video_msg_video_uploaded'] = 'Your video has been uploaded and is now being processed.'; +$lang['video_msg_no_video'] = 'This video does not exist.'; +$lang['video_msg_video_not_ready'] = 'This video is being processed and is not available yet.'; +$lang['video_msg_video_unactivated'] = 'This video requires moderation and must be approved by an administrator.'; +$lang['video_msg_add_video_db_error'] = 'An error occured while adding your video to our database.'; +$lang['video_msg_send_content_ingestion_error'] = 'We are sorry for the inconvenience, but your video cannot be processed for the moment.'; + +$lang['video_internal_cis_error_email_content'] = +'Hello, + +We are sorry for the inconvenience, but an error occured while processing your video "%s". + +Best regards! +'; +$lang['video_unreachable_cis_error_email_content'] = +'Hello, + +We are sorry for the inconvenience, but your video "%s" cannot be processed for the moment. + +Best regards! +'; + /* End of file video_lang.php */ /* Location: ./application/language/english/video_lang.php */ \ No newline at end of file