<h1><?phpecho__("I would humbly like to thank God for giving me the necessary knowledge, motivation, resources and idea to be able to execute this project. Without God's permission this would never be possible.");?></h1>
<blockquote class="blockquote">
<h1><?phpecho__("For of Him, and through Him, and to Him, are all things: to whom be glory for ever. Amen.");?></h1>
<footer class="blockquote-footer">Apostle Paul in <cite title="Source Title">Romans 11:36</cite></footer>
<a href="https://github.com/WWBN/AVideo/issues" class="btn btn-warning">Issues and requests Site</a>
</div>
<span class="label label-success"><?phpprintf(__("You are running AVideo version %s!"),$config->getVersion());?></span>
<span class="label label-success">
<?phpprintf(__("You can upload max of %s!"),get_max_file_size());?>
</span>
<span class="label label-success">
<?phpprintf(__("You can storage %s minutes of videos!"),(empty($global['videoStorageLimitMinutes'])?"unlimited":$global['videoStorageLimitMinutes']));?>
</span>
<span class="label label-success">
<?phpprintf(__("You have %s minutes of videos!"),number_format(getSecondsTotalVideosLength()/6,2));?>