Make two strings translatable.

Closes: #1154
This commit is contained in:
Antoine Beaupré 2008-10-09 21:24:03 +00:00
parent 2363fe5b47
commit 7f7b56e4b9
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ include("head.php");
?> ?>
</head> </head>
<body> <body>
<h3>Edition du sous-domaine http://<?php ecif($sub,$sub."."); echo $domain; ?> : </h3> <h3><?php __("Edition du sous-domaine"); ?> http://<?php ecif($sub,$sub."."); echo $domain; ?> : </h3>
<?php <?php
if ($error) { if ($error) {
echo "<p class=\"erroe\">$error</p></body></html>"; echo "<p class=\"erroe\">$error</p></body></html>";
@ -50,7 +50,7 @@ include("head.php");
<!-- ***************************************** <!-- *****************************************
gestion du sous-domaine gestion du sous-domaine
--> -->
<h3>Sous-domaine http://<?php ecif($sub,$sub."."); echo $domain; ?></h3> <h3><?php __("Sous-domaine"); ?> http://<?php ecif($sub,$sub."."); echo $domain; ?></h3>
<form action="dom_subdoedit.php" method="post" id="main" name="main"> <form action="dom_subdoedit.php" method="post" id="main" name="main">
<table border="0"> <table border="0">
<tr> <tr>