Questo lo script completo:

<?php if ($auth != "ko" and $lang == "IT") {echo "".setlocale(LC_ALL,'it'); echo(strftime('%A, %d %B %Y - ore %X'));."";}
elseif ($auth != "ko" and $lang == "DE") {echo "".setlocale(LC_ALL,'deu'); echo(strftime('%A, %d %B %Y - ore %X'));."";}
elseif ($auth != "ko" and $lang == "EN") {echo "".setlocale(LC_ALL,'en'); echo(strftime('%A, %d %B %Y - ore %X'));."";}
?>