message=translation._("Could not load YouTube player API, please check your network / firewall settings.");
break;
case"invalidParameter":
message=translation._("The request contains an invalid parameter value. Please check the URL of the video you want to share and try again.");
break;
case"htmlPlayerError":
message=translation._("The requested content cannot be played in an HTML5 player or another error related to the HTML5 player has occurred. Please try again later.");
break;
case"videoNotFound":
message=translation._("The video requested was not found. Please check the URL of the video you want to share and try again.");
break;
case"notAllowedEmbedded":
message=translation._("The owner of the requested video does not allow it to be played in embedded players.");
break;
default:
if(msgid){
message=translation._("An unknown error occurred while playing back the video (%s). Please try again later.",msgid);
}else{
message=translation._("An unknown error occurred while playing back the video. Please try again later.");