From 974245012ab2ac862096beec53b6e08b3982a983 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 25 Jan 2015 09:01:59 +0000 Subject: [PATCH] Add to the text translations for Domains. --- app/destinations/app_languages.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/app/destinations/app_languages.php b/app/destinations/app_languages.php index 0632312718..baa6a05a5c 100644 --- a/app/destinations/app_languages.php +++ b/app/destinations/app_languages.php @@ -122,6 +122,21 @@ $text['description-fax_uuid']['pt-pt'] = "Seleccione o destino de fax para activar a detecção de fax."; $text['description-fax_uuid']['fr-fr'] = "Insérer la destination Fax afin d'activer la détection de Fax."; + $text['label-domain']['en-us'] = "Domain"; + $text['label-domain']['es-cl'] = "Dominio"; + $text['label-domain']['pt-pt'] = "Domínio"; + $text['label-domain']['fr-fr'] = "Domaine"; + + $text['description-domain']['en-us'] = ""; + $text['description-domain']['es-cl'] = ""; + $text['description-domain']['pt-pt'] = ""; + $text['description-domain']['fr-fr'] = ""; + + $text['select-global']['en-us'] = "Global"; + $text['select-global']['es-cl'] = "Global"; + $text['select-global']['pt-pt'] = "Global"; + $text['select-global']['fr-fr'] = "Mondial"; + $text['label-destination_enabled']['en-us'] = "Enabled"; $text['label-destination_enabled']['es-cl'] = "Activado"; $text['label-destination_enabled']['pt-pt'] = "Activado";