From 0c76720731dafc912ce8379c74ff8a8a3b74ed6c Mon Sep 17 00:00:00 2001 From: markjcrane Date: Mon, 3 Aug 2015 18:42:16 -0600 Subject: [PATCH] Add title-call_groups to app/extensions. --- app/extensions/app_languages.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/extensions/app_languages.php b/app/extensions/app_languages.php index 7d252941bf..7f16108a30 100644 --- a/app/extensions/app_languages.php +++ b/app/extensions/app_languages.php @@ -39,6 +39,19 @@ $text['title-extension-add']['de-at'] = "Nebenstelle hinzufügen"; $text['title-extension-add']['ar-eg'] = "إضافة رقم داخلي"; $text['title-extension-add']['he'] = "הוספת שלוחה"; +$text['title-call_groups']['en-us'] = "Call Groups"; +$text['title-call_groups']['es-cl'] = "Llamar a Grupo"; +$text['title-call_groups']['pt-pt'] = "Grupo"; +$text['title-call_groups']['fr-fr'] = "Groupe d'appel"; +$text['title-call_groups']['pt-br'] = "Grupo"; +$text['title-call_groups']['pl'] = "Grupa odbiorców rozmowy"; +$text['title-call_groups']['uk'] = ""; +$text['title-call_groups']['sv-se'] = "Ring Grupp"; +$text['title-call_groups']['de-at'] = "Rufgruppe"; +$text['title-call_groups']['ro'] = "Grup apelare"; +$text['title-call_groups']['ar-eg'] = ""; +$text['title-call_groups']['he'] = "קבוצת חיוג"; + $text['option-voicemail_file_listen']['en-us'] = "Listen Link (Login Required)"; $text['option-voicemail_file_listen']['es-cl'] = "Escuchar Link (Se requiere entrar)"; $text['option-voicemail_file_listen']['pt-pt'] = "Ouça Link (login requerido)";