From 4d4d19a7ef63543ee14b592205daca55ba7c853c Mon Sep 17 00:00:00 2001 From: Alexander Fuhr Date: Tue, 18 Nov 2014 19:45:58 +0100 Subject: [PATCH] Add `translate()' to untranslated stringw in monitoring health overview --- .../views/scripts/process/info.phtml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/modules/monitoring/application/views/scripts/process/info.phtml b/modules/monitoring/application/views/scripts/process/info.phtml index 33f7c557c..02b8eeb80 100644 --- a/modules/monitoring/application/views/scripts/process/info.phtml +++ b/modules/monitoring/application/views/scripts/process/info.phtml @@ -70,19 +70,19 @@ $cp = $this->checkPerformance()->create($this->checkperformance);

translate('Performance Info') ?>

-

Object summaries

+

translate('Object summaries') ?>

- - + +
overallscheduledtranslate('overall') ?>translate('scheduled') ?>
- Hosts + translate('Hosts') ?> total_hosts; ?> @@ -94,7 +94,7 @@ $cp = $this->checkPerformance()->create($this->checkperformance);
- Services + translate('Services') ?> total_services; ?> @@ -106,7 +106,7 @@ $cp = $this->checkPerformance()->create($this->checkperformance);
- Average services per host + translate('Average services per host') ?> average_services_per_host); ?> @@ -118,20 +118,20 @@ $cp = $this->checkPerformance()->create($this->checkperformance);
-

Active checks

+

translate('Active checks') ?>

- - + + @@ -139,7 +139,7 @@ $cp = $this->checkPerformance()->create($this->checkperformance); @@ -148,18 +148,18 @@ $cp = $this->checkPerformance()->create($this->checkperformance);
LatencyExecution timetranslate('Latency') ?>translate('Execution time') ?>
- Host Checks + translate('Host Checks') ?> host_active_count; ?> host_active_latency_avg); ?>s
- Service Checks + translate('Service Checks') ?> service_active_count; ?> service_active_latency_avg); ?>s
-

Passive checks

+

translate('Passive checks') ?>

- Host Checks + translate('Host Checks') ?> host_passive_count; ?>
- Service Checks + translate('Service Checks') ?> service_passive_count; ?>