diff --git a/app/ring_groups/app_languages.php b/app/ring_groups/app_languages.php
index a253f9c758..47457a29c2 100644
--- a/app/ring_groups/app_languages.php
+++ b/app/ring_groups/app_languages.php
@@ -81,8 +81,10 @@
$text['description-enter-context']['fr-fr'] = "";
$text['description-enter-context']['pt-pt'] = "Introduza um contexto.";
-//HERE ALONE
+ $text['description-extension']['en-us'] = "Enter the extension number.";
$text['description-extension']['es-cl'] = "Introduzca el número de extensión.";
+ $text['description-extension']['pt-pt'] = "Digite o número do ramal.";
+ $text['description-extension']['fr-fr'] = "Entrez le numéro de poste.";
$text['description-name']['en-us'] = "Enter a name.";
$text['description-name']['es-cl'] = "Ingrese un nombre.";
@@ -322,6 +324,11 @@
$text['option-enterprise']['fr-fr'] = "Entreprise";
$text['option-enterprise']['pt-pt'] = "Empresa";
+ $text['option-rollover']['en-us'] = "Rollover";
+ $text['option-rollover']['es-cl'] = "Rollover";
+ $text['option-rollover']['pt-pt'] = "Rollover";
+ $text['option-rollover']['fr-fr'] = "capotage";
+
$text['option-false']['en-us'] = "False";
$text['option-false']['es-cl'] = "Falso";
$text['option-false']['fr-fr'] = "Non";
diff --git a/app/ring_groups/ring_group_edit.php b/app/ring_groups/ring_group_edit.php
index 2de2abc3c4..8f886ac1ec 100644
--- a/app/ring_groups/ring_group_edit.php
+++ b/app/ring_groups/ring_group_edit.php
@@ -479,6 +479,12 @@ else {
else {
echo " \n";
}
+ if ($ring_group_strategy == "rollover") {
+ echo " \n";
+ }
+ else {
+ echo " \n";
+ }
echo " \n";
echo "
\n";
echo $text['description-strategy']."\n";