Index: lams_central/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r9775cedb43ffc457ab941377c27a25bb0192dc6b -rd1760d3a83cc8346d4d33f5b2118ed4956bda618 --- lams_central/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 9775cedb43ffc457ab941377c27a25bb0192dc6b) +++ lams_central/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision d1760d3a83cc8346d4d33f5b2118ed4956bda618) @@ -341,6 +341,9 @@ register.if.you.want.to.signup =If you want to sign up to LAMS as a new user, please select "Sign up" tab. If you already have an account, please select "Login" one. register.signup.to.lams =Sign up register.login =Login +kaltura.select.upload = Select Upload tab to upload videos or Webcam to start webcam recording. After you've done with this press Next button. Assign a title to your video and follow the instructions to add your video(s). +kaltura.error = Sorry, there was an error +kaltura.upload.error = An error occurred processing this video. Please, reupload it. #======= End labels: Exported 335 labels for en AU ===== Index: lams_central/web/ckeditor/plugins/kaltura/kaltura.jsp =================================================================== diff -u -rf2a79e161004fab89dd3d18aaf3d030e0a6a7d67 -rd1760d3a83cc8346d4d33f5b2118ed4956bda618 --- lams_central/web/ckeditor/plugins/kaltura/kaltura.jsp (.../kaltura.jsp) (revision f2a79e161004fab89dd3d18aaf3d030e0a6a7d67) +++ lams_central/web/ckeditor/plugins/kaltura/kaltura.jsp (.../kaltura.jsp) (revision d1760d3a83cc8346d4d33f5b2118ed4956bda618) @@ -69,10 +69,10 @@ function onSessionCreated(isSuccess, kSession) { if (! isSuccess) { - alert("Sorry, there was an error"); + alert(''); return; } else if (kSession.code != null) { - alert("Sorry, there was an error: " + kSession.message); + alert('' + kSession.message); return; } @@ -112,7 +112,7 @@ for(var i = 0; i < entries.length; i++) { var entryId = entries[i].entryId; if ((entryId == null) || (entryId == "")) { - alert("An error occurred processing this video. Please, reupload it."); + alert(''); return; } } @@ -173,7 +173,7 @@


- Select Upload tab to upload videos or Webcam to start webcam recording. After you've done with this press Next button. Assign a title to your video and press Next button again. +