diff -r 64525a2eb098 -r 55ed92aa7cf5 inc/auth.inc.php --- a/inc/auth.inc.php Mon Apr 16 19:48:27 2007 +0000 +++ b/inc/auth.inc.php Tue Apr 17 19:43:24 2007 +0000 @@ -39,7 +39,7 @@ // Check if the session hasnt expired yet. if ((isset($_SESSION["userid"])) && ($_SESSION["lastmod"] != "") && ((time() - $_SESSION["lastmod"]) > $EXPIRE)) { - logout("Session expired, please login again."); + logout( _('Session expired, please login again.') ); } // If the session hasn't expired yet, give our session a fresh new timestamp. @@ -66,7 +66,7 @@ else { //Authentication failed, retry. - auth("Authentication failed!"); + auth( _('Authentication failed!') ); } } else @@ -83,7 +83,7 @@ { include_once('inc/header.inc.php'); ?> -

PowerAdmin for PowerDNS

Please login:

+

:

"> - - - + + +
Login:
Password:
 
:
: