Browse Source

'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
devius 9 years ago
parent
commit
18c26c825e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      web/inc/i18n/en.php

+ 1 - 0
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',