i18n user/web/dns/mail

This commit is contained in:
Serghey Rodin 2013-01-22 01:19:52 +02:00
commit 497f7d9906
34 changed files with 2231 additions and 2167 deletions

View file

@ -65,7 +65,7 @@
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<?php print _('IP-address');?>
<?php print _('IP Address');?>
</td>
</tr>
<tr>
@ -152,9 +152,13 @@
</table>
</td>
</tr>
</table>
<table class="data-col2">
<tr>
<td style="padding: 24px 0 0 0;">
<td style="padding: 24px 0 0 0;" width="116px">
<input type="submit" name="ok" value="<?php print _('Add');?>" class="button">
</td>
<td style="padding: 24px 0 0 0;">
<input type="button" class="button" value="<?php print _('Back');?>" onclick="<?php echo $back ?>">
</td>
</tr>