2009-01-28 Jorge Gonzalez <jorgegonz@artica.es>

* include/functions.php, operation/agentes/sla_view.php,            
          operation/agentes/ver_agente.php,                                 
          operation/reporting/reporting_xml.php,                            
          operation/reporting/reporting_viewer.php: Fixed typo.

        * include/languages/index.pot: Updated PO template.

        * include/languages/pt_BR.po, include/languages/es.po,              
          include/languages/pt_BR.mo, include/languages/es.mo: Updated
          translations.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1407 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
aloriel 2009-01-28 11:25:57 +00:00
parent 70ce4b3ecd
commit 6a045d36b5
11 changed files with 3884 additions and 3333 deletions

View File

@ -1,3 +1,16 @@
2009-01-28 Jorge Gonzalez <jorgegonz@artica.es>
* include/functions.php, operation/agentes/sla_view.php,
operation/agentes/ver_agente.php,
operation/reporting/reporting_xml.php,
operation/reporting/reporting_viewer.php: Fixed typo.
* include/languages/index.pot: Updated PO template.
* include/languages/pt_BR.po, include/languages/es.po,
include/languages/pt_BR.mo, include/languages/es.mo: Updated
translations.
2009-01-28 Esteban Sanchez <estebans@artica.es>
* godmode/alerts/configure_alert_template.php: Removed a javascript

View File

@ -706,7 +706,7 @@ function get_report_types () {
$types = array ();
$types['simple_graph'] = __('Simple graph');
$types['custom_graph'] = __('Custom graph');
$types['SLA'] = __('S.L.A');
$types['SLA'] = __('S.L.A.');
$types['event_report'] = __('Event report');
$types['alert_report'] = __('Alert report');
$types['monitor_report'] = __('Monitor report');

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -44,7 +44,7 @@ if (mysql_num_rows ($result_t)) {
echo "<tr><th>X</th>";
echo "<th>".__('Type')."</th>
<th>".__('Module name')."</th>
<th>".__('S.L.A')."</th>
<th>".__('S.L.A.')."</th>
<th>".__('Status')."</th>
<th>".__('Interval')."</th>
<th>".__('Last contact')."</th>";
@ -145,7 +145,7 @@ if (mysql_num_rows ($result_t)) {
echo "<tr>";
echo "<th>" . __('Type') . "</th>";
echo "<th>" . __('Module name') . "</th>";
echo "<th>" . __('S.L.A') . "</th>";
echo "<th>" . __('S.L.A.') . "</th>";
echo "<th>" . __('Status') . "</th>";
while ($module_data = mysql_fetch_array($result_t)){

View File

@ -214,7 +214,7 @@ if ($tab == "sla") {
} else {
echo "<li class='nomn'>";
}
echo "<a href='index.php?sec=estado&sec2=operation/agentes/ver_agente&tab=sla&id_agente=$id_agente'><img src='images/images.png' class='top' border=0> ".__('S.L.A')." </a>";
echo "<a href='index.php?sec=estado&sec2=operation/agentes/ver_agente&tab=sla&id_agente=$id_agente'><img src='images/images.png' class='top' border=0> ".__('S.L.A.')." </a>";
echo "</li>";
// Group tab

View File

@ -189,7 +189,7 @@ foreach ($contents as $content) {
$table->colspan[0][0] = 2;
$table->style[1] = 'text-align: right';
$data = array ();
$data[0] = '<h4>'.__('S.L.A').'</h4>';
$data[0] = '<h4>'.__('S.L.A.').'</h4>';
$data[1] = '<h4>'.human_time_description ($content['period']).'</h4>';;
$n = array_push ($table->data, $data);

View File

@ -186,7 +186,7 @@ foreach ($contents as $content) {
break;
case 3:
case 'SLA':
$data["title"] = __('S.L.A');
$data["title"] = __('S.L.A.');
$slas = get_db_all_rows_field_filter ('treport_content_sla_combined','id_report_content', $content['id_rc']);
if ($slas === false) {