diff --git a/app/traffic_graph/app_languages.php b/app/traffic_graph/app_languages.php index 6d0304c090..3230ef3d0a 100644 --- a/app/traffic_graph/app_languages.php +++ b/app/traffic_graph/app_languages.php @@ -8,6 +8,14 @@ $text['title-traffic_graph']['pt-br'] = "Gráfico de tráfego"; $text['title-traffic_graph']['pl'] = "Wykres przesyłu danych"; $text['title-traffic_graph']['sv-se'] = "Trafik Graf"; +$text['message-no_interfaces_found']['en-us'] = "No interfaces found."; +$text['message-no_interfaces_found']['es-cl'] = "Sin interfaces encontrados."; +$text['message-no_interfaces_found']['pt-pt'] = "Sem interfaces encontrados."; +$text['message-no_interfaces_found']['fr-fr'] = "Aucune interface trouvé."; +$text['message-no_interfaces_found']['pt-br'] = "Sem interfaces encontrados."; +$text['message-no_interfaces_found']['pl'] = "Nie znaleziono interfejsy."; +$text['message-no_interfaces_found']['sv-se'] = "Inga gränssnitt hittades."; + $text['label-interface']['en-us'] = "Interface"; $text['label-interface']['es-cl'] = "Interfaz"; $text['label-interface']['pt-pt'] = "Interface"; diff --git a/app/traffic_graph/status_graph.php b/app/traffic_graph/status_graph.php index a8e7cb5a21..f504473a6b 100644 --- a/app/traffic_graph/status_graph.php +++ b/app/traffic_graph/status_graph.php @@ -71,71 +71,68 @@ require_once "resources/header.php"; $document['title'] = $text['title-traffic_graph']; ?> -
|
- - |
-- |