From afa1bc95f916710c315f8c7bca6f088ed46ef939 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 16 Jan 2014 20:23:46 +0000 Subject: [PATCH] Add lines between the translations to sip status. --- app/sip_status/app_languages.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/sip_status/app_languages.php b/app/sip_status/app_languages.php index b08f0f967d..734836ace2 100644 --- a/app/sip_status/app_languages.php +++ b/app/sip_status/app_languages.php @@ -25,18 +25,23 @@ James Rose Philippe Rioual */ + $text['error-event-socket']['en-us'] = "Connection to Event Socket failed."; $text['error-event-socket']['pt-pt'] = "A ligação ao Event Socket falhou."; $text['error-event-socket']['fr-fr'] = "Connexion à l'Event Socket en echec."; + $text['label-message']['en-us'] = "Message"; $text['label-message']['pt-pt'] = "Mensagem"; $text['label-message']['fr-fr'] = "Message"; + $text['title-sofia-status']['en-us'] = "sofia status"; $text['title-sofia-status']['pt-pt'] = "estado do módulo sofia"; $text['title-sofia-status']['fr-fr'] = "sofia statut"; + $text['title-sofia-status-profile']['en-us'] = "sofia status profile"; $text['title-sofia-status-profile']['pt-pt'] = "estado do perfil do módulo sofia"; $text['title-sofia-status-profile']['fr-fr'] = "profile statut sofia"; + $text['title-status']['en-us'] = "status"; $text['title-status']['pt-pt'] = "estado"; $text['title-status']['fr-fr'] = "statut";