Engrish
This commit is contained in:
parent
41feeb943b
commit
e6ded5a24e
|
@ -36,8 +36,8 @@ if (!$charset) $charset="UTF-8";
|
||||||
<!-- <link rel="stylesheet" href="styles/style-hw.css" type="text/css" /> -->
|
<!-- <link rel="stylesheet" href="styles/style-hw.css" type="text/css" /> -->
|
||||||
<link rel="stylesheet" href="styles/passwordStrengthMeter.css" type="text/css" />
|
<link rel="stylesheet" href="styles/passwordStrengthMeter.css" type="text/css" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="styles/style-empty.css" type="text/css" />
|
<link rel="alternate stylesheet" href="styles/style-empty.css" type="text/css" />
|
||||||
<link rel="alternate stylesheet" href="styles/style-hw.css" type="text/css" title="Halloween" />
|
<link rel="stylesheet" href="styles/style-hw.css" type="text/css" title="Halloween" />
|
||||||
|
|
||||||
<link rel="Shortcut Icon" href="favicon.ico" type="image/ico" />
|
<link rel="Shortcut Icon" href="favicon.ico" type="image/ico" />
|
||||||
<link rel="icon" href="favicon.ico" type="image/ico" />
|
<link rel="icon" href="favicon.ico" type="image/ico" />
|
||||||
|
|
|
@ -53,7 +53,7 @@ if (!is_null($target_type)) {
|
||||||
$mail->catchall_set($domain_id, $target_mail);
|
$mail->catchall_set($domain_id, $target_mail);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
$error=_("Unknow target type");
|
$error=_("Unknown target type");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ if (isset($error)) {
|
||||||
echo "<p class=\"error\">$error</p>";
|
echo "<p class=\"error\">$error</p>";
|
||||||
}
|
}
|
||||||
|
|
||||||
__("You can choose what to do with emails send to unexisting address of this domain");
|
__("You can choose what to do with emails sent to unexisting address of this domain");
|
||||||
?>
|
?>
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ __("You can choose what to do with emails send to unexisting address of this dom
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td width=1px><input type="radio" name="target_type" id='target_type_domain' value="domain" <?php if ($catch['type']=='domain') {echo 'checked';}?> />
|
<td width=1px><input type="radio" name="target_type" id='target_type_domain' value="domain" <?php if ($catch['type']=='domain') {echo 'checked';}?> />
|
||||||
<td style="width: 50%; text-align: justify"><label for='target_type_domain'/><?php echo sprintf(_("Mails send to john.doe@%s will be redirect to john.doe@anotherdomain.tld"),$catch['domain']);?></label></td>
|
<td style="width: 50%; text-align: justify"><label for='target_type_domain'/><?php echo sprintf(_("Mails sent to john.doe@%s will be redirect to john.doe@anotherdomain.tld"),$catch['domain']);?></label></td>
|
||||||
<td>
|
<td>
|
||||||
<p>
|
<p>
|
||||||
<input type="text" id="target_domain" name="target_domain" value="<?php if($catch['type']=='domain') { echo substr($catch['target'],1); } ?>" placeholder="example.tld" />
|
<input type="text" id="target_domain" name="target_domain" value="<?php if($catch['type']=='domain') { echo substr($catch['target'],1); } ?>" placeholder="example.tld" />
|
||||||
|
@ -101,11 +101,11 @@ __("You can choose what to do with emails send to unexisting address of this dom
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="3"><b><?php __("Redirect to a specifig email");?></b></th>
|
<th colspan="3"><b><?php __("Redirect to a specific email");?></b></th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td width=1px><input type="radio" name="target_type" id='target_type_mail' value="mail" <?php if ($catch['type']=='mail') {echo 'checked';}?> />
|
<td width=1px><input type="radio" name="target_type" id='target_type_mail' value="mail" <?php if ($catch['type']=='mail') {echo 'checked';}?> />
|
||||||
<td style="width: 50%; text-align: justify"><label for='target_type_mail'/><?php echo sprintf(_("Mails send to an unexisting email on '@%s' will be redirect to user@example.tld."),$catch['domain']);?></label></td>
|
<td style="width: 50%; text-align: justify"><label for='target_type_mail'/><?php echo sprintf(_("Mails sent to an unexisting email on '@%s' will be redirect to user@example.tld."),$catch['domain']);?></label></td>
|
||||||
<td>
|
<td>
|
||||||
<p>
|
<p>
|
||||||
<input type="text" name="target_mail" value="<?php if($catch['type']=='mail') { echo $catch['target']; } ?>" placeholder="john.doe@example.tld" />
|
<input type="text" name="target_mail" value="<?php if($catch['type']=='mail') { echo $catch['target']; } ?>" placeholder="john.doe@example.tld" />
|
||||||
|
|
|
@ -102,7 +102,7 @@ if($admin->enabled) {
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<hr/><p>";
|
echo "<hr/><p>";
|
||||||
__("You are using the AlternC Panel. You can contact the AlternC community for informations or feedback by joigning the mailing-list");
|
__("You are using the AlternC Panel. You can contact the AlternC community for informations or feedback by joining the mailing-list");
|
||||||
echo " <a target=_blank href='http://lists.alternc.org/listinfo/users'>users@alternc.org</a>";
|
echo " <a target=_blank href='http://lists.alternc.org/listinfo/users'>users@alternc.org</a>";
|
||||||
echo "</p>";
|
echo "</p>";
|
||||||
} // if $admin->enabled
|
} // if $admin->enabled
|
||||||
|
|
Loading…
Reference in New Issue