From cd775ca78988fe7f97a2429fdf0aad70c55a1080 Mon Sep 17 00:00:00 2001 From: jerome Date: Sat, 12 Apr 2014 13:49:02 +0200 Subject: [PATCH] merging italian and spanish translations --- src/lang/es_ES.lang.php | 2 ++ src/lang/it_IT.lang.php | 2 ++ 2 files changed, 4 insertions(+) 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.',