{include file="popup/header.tpl"} {if $data.connect}
{tra str='Connection to $1 port $2 $3' 1=$data.host 2=$data.port 3='successfull.'}
{if $data.code == 200} {tra str='URL is valid.'} {else} {tra str='URL seems invalid. Returned error-code: $1.' 1=$data.code} {/if}
{if $data.type.valid === true} {tra str='Stream is wanted type $1.' 1=$data.type.type} {elseif $data.type.type} {tra str='Stream has wrong content type $1.' 1=$data.type.type} {else} ##No content type declared.## {/if}


{if $data.header} ##Connection header:##
{/if} {else}
{tra str='Connection to $1 port $2 $3' 1=$data.host 2=$data.port 3='failed'}

{/if}