fixing bad engrish texts

This commit is contained in:
Benjamin Sonntag 2013-10-17 16:18:32 +00:00
parent b9d513a81e
commit 07dd25b025
4 changed files with 11 additions and 11 deletions

View File

@ -97,7 +97,7 @@ $dom->unlock();
break; break;
case 'TXT':?> case 'TXT':?>
<input type="text" class="int" name="t_<?php echo $dt['name']?>" id="t_<?php echo $dt['name']?>" value="<?php ehe($targval);?>" size="32" onKeyPress="getElementById('r_<?php echo $dt['name']?>').checked=true;" /> <input type="text" class="int" name="t_<?php echo $dt['name']?>" id="t_<?php echo $dt['name']?>" value="<?php ehe($targval);?>" size="32" onKeyPress="getElementById('r_<?php echo $dt['name']?>').checked=true;" />
<small><?php __("(enter a TXT informations for this domain)"); ?></small><?php <small><?php __("(enter a TXT content for this domain)"); ?></small><?php
break; break;
case 'DOMAIN':?> case 'DOMAIN':?>
<input type="text" class="int" name="t_<?php echo $dt['name']?>" id="t_<?php echo $dt['name']?>" value="<?php ehe($targval);?>" size="32" onKeyPress="getElementById('r_<?php echo $dt['name']?>').checked=true;" /> <input type="text" class="int" name="t_<?php echo $dt['name']?>" id="t_<?php echo $dt['name']?>" value="<?php ehe($targval);?>" size="32" onKeyPress="getElementById('r_<?php echo $dt['name']?>').checked=true;" />

View File

@ -104,13 +104,13 @@ if ( $val['enabled']) {
<br/> <br/>
<hr/> <hr/>
<h3><?php __("FTP configuration informations");?></h3> <h3><?php __("FTP configuration information");?></h3>
<?php __("Here are some configuration informations you'll need to configure your FTP application.");?> <?php __("Here are some configuration information you will need to configure your FTP application.");?>
<ul> <ul>
<li><?php echo '<b>'._("Server:").'</b> '.$ftp->srv_name; ?></li> <li><?php echo '<b>'._("Server:").'</b> '.$ftp->srv_name; ?></li>
<li><?php echo '<b>'._("FTP mode for data transfert:").'</b> '._("passive");?></li> <li><?php echo '<b>'._("FTP mode for data transfer:").'</b> '._("passive");?></li>
<li><?php echo '<b>'._("User/password:").'</b> '._("the one you specified when you created the account. You can edit them in the panel.");?></li> <li><?php echo '<b>'._("User/password:").'</b> '._("the one you specified when you created the account. You can edit them in the panel.");?></li>
</ul> </ul>

View File

@ -183,9 +183,9 @@ if (date("Y-m-d")==substr($val["lastlogin"],0,10)) echo substr($val["lastlogin"]
?> ?>
<hr/> <hr/>
<h3><?php __("Mails configuration informations");?></h3> <h3><?php __("Mails configuration information");?></h3>
<?php __("Here are some configuration informations you'll need to configure your mail application.");?> <?php __("Here are some configuration information you will need to configure your mail application.");?>
<br/> <br/>
<br/> <br/>
@ -193,12 +193,12 @@ if (date("Y-m-d")==substr($val["lastlogin"],0,10)) echo substr($val["lastlogin"]
<ul> <ul>
<li class="help"><a href="#tabs-mailhelp-out"><?php __("Outgoing mail (SMTP)"); ?></a></li> <li class="help"><a href="#tabs-mailhelp-out"><?php __("Outgoing mail (SMTP)"); ?></a></li>
<li class="help"><a href="#tabs-mailhelp-in"><?php __("Incoming mails"); ?></a></li> <li class="help"><a href="#tabs-mailhelp-in"><?php __("Incoming mail"); ?></a></li>
</ul> </ul>
<div id="tabs-mailhelp-out"> <div id="tabs-mailhelp-out">
<?php __("Which protocol would you use?"); ?> <?php __("Which protocol shall you use?"); ?>
<div id="accordion-mailout"> <div id="accordion-mailout">
<h4><?php __("Submission");?></h4> <h4><?php __("Submission");?></h4>
<div> <div>
@ -239,7 +239,7 @@ if (date("Y-m-d")==substr($val["lastlogin"],0,10)) echo substr($val["lastlogin"]
<div id="tabs-mailhelp-in"> <div id="tabs-mailhelp-in">
<?php __("Which protocol would you use?"); ?> <?php __("Which protocol shall you use?"); ?>
<div id="accordion-mailin"> <div id="accordion-mailin">
<h4><?php __("IMAP");?></h4> <h4><?php __("IMAP");?></h4>
<div> <div>

View File

@ -104,7 +104,7 @@ http://<?php echo $mem->user['login'].':ALTERNC_PASSWORD@'.$host.'/vm.php?http_a
<pre> <pre>
http://<?php echo $mem->user['login'].':ALTERNC_PASSWORD@'.$host.'/vm.php?http_auth=1&amp;script=1&amp;action=stop' ?> http://<?php echo $mem->user['login'].':ALTERNC_PASSWORD@'.$host.'/vm.php?http_auth=1&amp;script=1&amp;action=stop' ?>
</pre> </pre>
<?php __("And you can see existing vm informations (if exist) by using:"); ?> <?php __("And you can see existing vm information (if the vm is running) by using:"); ?>
<pre> <pre>
http://<?php echo $mem->user['login'].':ALTERNC_PASSWORD@'.$host.'/vm.php?http_auth=1&amp;script=1' ?> http://<?php echo $mem->user['login'].':ALTERNC_PASSWORD@'.$host.'/vm.php?http_auth=1&amp;script=1' ?>
</pre> </pre>
@ -116,7 +116,7 @@ http://<?php echo $mem->user['login'].':ALTERNC_PASSWORD@'.$host.'/vm.php?http_a
<a href="javascript:;" onclick="$('#tips-soft').toggle();"><?php __("Which software can I use?"); ?></a> <a href="javascript:;" onclick="$('#tips-soft').toggle();"><?php __("Which software can I use?"); ?></a>
<div id='tips-soft'> <div id='tips-soft'>
<fieldset> <fieldset>
<?php __("To have a remote console with SSH, you can use Putty. To transfert files, you can use Filezilla."); ?> <?php __("To access a remote console with SSH, you can use Putty. To transfer files, you can use Filezilla in SFTP mode."); ?>
</fieldset> </fieldset>
</div> </div>