From 18c26c825ea23551bb45871e0bd1c74bee2c9656 Mon Sep 17 00:00:00 2001 From: devius Date: Tue, 13 Sep 2016 03:16:38 +0400 Subject: [PATCH] 'Bandwidth Usage eth0' => 'Bandwidth Usage eth0', 'Bandwidth Usage eth0' => 'Bandwidth Usage eth0', and when server has eth1, 2,3 and more interfaces, translation is missing --- web/inc/i18n/en.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/inc/i18n/en.php b/web/inc/i18n/en.php index bec63f8f..dca814db 100644 --- a/web/inc/i18n/en.php +++ b/web/inc/i18n/en.php @@ -246,6 +246,7 @@ $LANG['en'] = array( 'MySQL Usage on localhost' => 'MySQL Usage on localhost', 'PostgreSQL Usage on localhost' => 'PostgreSQL Usage on localhost', 'Bandwidth Usage eth0' => 'Bandwidth Usage eth0', + 'Bandwidth Usage eth1' => 'Bandwidth Usage eth1', 'Exim Usage' => 'Exim Usage', 'FTP Usage' => 'FTP Usage', 'SSH Usage' => 'SSH Usage',