diff --git a/src/lang/es_ES.lang.php b/src/lang/es_ES.lang.php index 62ae74c6..12db4b03 100644 --- a/src/lang/es_ES.lang.php +++ b/src/lang/es_ES.lang.php @@ -115,7 +115,9 @@ $sm_lang = array( 'last_check' => 'Ultima verificación', 'last_online' => 'Última vez en línea', 'monitoring' => 'Monitoreo', + 'email' => 'Email', 'send_email' => 'Email', + 'sms' => 'SMS', 'send_sms' => 'SMS', 'updated' => 'Servidor arctualizado.', 'inserted' => 'Servidor ingresado.', diff --git a/src/lang/it_IT.lang.php b/src/lang/it_IT.lang.php index 52f12219..4984e7d1 100644 --- a/src/lang/it_IT.lang.php +++ b/src/lang/it_IT.lang.php @@ -115,7 +115,9 @@ $sm_lang = array( 'last_check' => 'Ultimo Controllo', 'last_online' => 'Ultima volta Online', 'monitoring' => 'Sotto Controllo', + 'email' => 'Email', 'send_email' => 'Invia Email', + 'sms' => 'SMS', 'send_sms' => 'Invia SMS', 'updated' => 'Server aggiornato.', 'inserted' => 'Server aggiunto.',