Revision 36678039
Added by Carlos Eduardo Ramos about 15 years ago
usr/local/www/diag_ping.php | ||
---|---|---|
40 | 40 |
##|*MATCH=diag_ping.php* |
41 | 41 |
##|-PRIV |
42 | 42 |
|
43 |
$pgtitle = array(gettext("Diagnostics"), "Ping");
|
|
43 |
$pgtitle = array(gettext("Diagnostics"), gettext("Ping"));
|
|
44 | 44 |
require("guiconfig.inc"); |
45 | 45 |
|
46 | 46 |
define('MAX_COUNT', 10); |
... | ... | |
82 | 82 |
<form action="diag_ping.php" method="post" name="iform" id="iform"> |
83 | 83 |
<table width="100%" border="0" cellpadding="6" cellspacing="0"> |
84 | 84 |
<tr> |
85 |
<td colspan="2" valign="top" class="listtopic">Ping</td>
|
|
85 |
<td colspan="2" valign="top" class="listtopic"><?=gettext("Ping"); ?></td>
|
|
86 | 86 |
</tr> |
87 | 87 |
<tr> |
88 |
<td width="22%" valign="top" class="vncellreq"><?=gettext("Host"); ?>></td>
|
|
88 |
<td width="22%" valign="top" class="vncellreq"><?=gettext("Host"); ?></td> |
|
89 | 89 |
<td width="78%" class="vtable"> |
90 | 90 |
<?=$mandfldhtml;?><input name="host" type="text" class="formfld" id="host" size="20" value="<?=htmlspecialchars($host);?>"></td> |
91 | 91 |
</tr> |
Also available in: Unified diff
Checked gettext() implementation on diag_ping.php