Replaced interface labels with gettext()

This commit is contained in:
billz
2017-10-23 19:51:34 +00:00
parent 1aa5c17654
commit 062d5aeb4f
9 changed files with 116 additions and 121 deletions

View File

@@ -146,7 +146,7 @@ $theme_url = 'dist/css/' . $theme;
<a href="index.php?page=hostapd_conf"><i class="fa fa-dot-circle-o fa-fw"></i> <?php echo _("Configure hotspot"); ?></a>
</li>
<li>
<a href="index.php?page=dhcpd_conf"><i class="fa fa-exchange fa-fw"></i> <?php echo _("Configure DHCP Server"); ?></a>
<a href="index.php?page=dhcpd_conf"><i class="fa fa-exchange fa-fw"></i> <?php echo _("Configure DHCP"); ?></a>
</li>
<?php if ( RASPI_OPENVPN_ENABLED ) : ?>
<li>