Enable ability to have global gateways.

This commit is contained in:
Mark Crane
2015-01-22 11:10:51 +00:00
parent 99af5bc728
commit 04b0ffccc1
5 changed files with 76 additions and 29 deletions
+15
View File
@@ -269,6 +269,21 @@
$text['description-profile']['pt-pt'] = "Introduza o perfil aqui.";
$text['description-profile']['fr-fr'] = "";
$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-enabled']['en-us'] = "Enabled";
$text['label-enabled']['es-cl'] = "Activado";
$text['label-enabled']['pt-pt'] = "Habilitado";