Add a Domain select list with a Global option to Accounts -> Devices

This commit is contained in:
Mark Crane
2014-05-08 09:22:35 +00:00
parent 05c86a1b6d
commit 881dc9acb5
3 changed files with 51 additions and 8 deletions
+15
View File
@@ -774,6 +774,21 @@
$text['description-value']['pt-pt'] = "Introduza o valor desta definição.";
$text['description-value']['fr-fr'] = "Entrez la valeur de ce paramètre.";
$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'] = "Habilitado";
$text['label-enabled']['pt-pt'] = "Habilitado";