From 80faf2357c28364a8ccbb5efb843906b7657e5a5 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Thu, 24 Jul 2014 06:05:05 +0000 Subject: [PATCH] Domains List: Added Tools heading, multilinguified. --- core/domain_settings/app_languages.php | 11 +++++++++++ core/domain_settings/domains.php | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/core/domain_settings/app_languages.php b/core/domain_settings/app_languages.php index fafaeba445..bb984d3e73 100644 --- a/core/domain_settings/app_languages.php +++ b/core/domain_settings/app_languages.php @@ -63,6 +63,17 @@ $text['label-domain']['pt-pt'] = "Domínio"; $text['label-domain']['fr-fr'] = "Domaine"; + $text['label-tools']['en-us'] = "Tools"; + $text['label-tools']['es-cl'] = "Herramientas"; + $text['label-tools']['pt-pt'] = "Ferramentas"; + $text['label-tools']['fr-fr'] = "Outils"; + + + $text['label-manage']['en-us'] = "Manage"; + $text['label-manage']['es-cl'] = "Gestionar"; + $text['label-manage']['pt-pt'] = "Gerir"; + $text['label-manage']['fr-fr'] = "Gérer"; + $text['label-name']['en-us'] = "Name"; $text['label-name']['es-cl'] = "Nombre"; $text['label-name']['pt-pt'] = "Nome"; diff --git a/core/domain_settings/domains.php b/core/domain_settings/domains.php index b1ad2572ef..8995255a75 100644 --- a/core/domain_settings/domains.php +++ b/core/domain_settings/domains.php @@ -188,7 +188,7 @@ else { echo "\n"; echo "\n"; echo th_order_by('domain_name', $text['label-domain'], $order_by, $order); - echo ""; + echo ""; echo th_order_by('domain_description', $text['label-description'], $order_by, $order); echo "\n"; echo " "; echo " \n";
 ".$text['label-tools'].""; if (permission_exists('domain_add')) { @@ -206,7 +206,7 @@ else { echo " "; if (permission_exists('domain_edit')) { - echo "Manage"; + echo "".$text['label-manage'].""; } echo " ".$row['domain_description']."