diff -r 64525a2eb098 -r 55ed92aa7cf5 inc/toolkit.inc.php --- a/inc/toolkit.inc.php Mon Apr 16 19:48:27 2007 +0000 +++ b/inc/toolkit.inc.php Tue Apr 17 19:43:24 2007 +0000 @@ -88,7 +88,7 @@ { if ($amount > $rowamount) { if (!isset($_GET["start"])) $_GET["start"]=1; - echo "

Show page "; + echo "

" . _('Show page') . " "; for ($i=1;$i<=ceil($amount / $rowamount);$i++) { if ($_GET["start"] == $i) { echo "[ ".$i." ] "; @@ -116,7 +116,7 @@ } } - echo "Show domains beginning with:
"; + echo _('Show domains beginning with:') . "
"; if ($letterstart == 1) { echo "[ 0-9 ] "; } elseif ($letter_taken["0"] != 1) { @@ -146,9 +146,9 @@ { include_once("header.inc.php"); ?> -

Oops! An error occured!

+


-

<< back

+

<<

-

Success!

+


@@ -178,13 +178,13 @@ } else { - echo "Successful!"; + echo _('Successful!'); } ?>


- << back + <<

Inactive"; + return "" . _('Inactive') . ""; } elseif ($res == '1') { - return "Active"; + return "" . _('Active') . ""; } }