2007-09-07 Sancho Lerena <slerena@gmail.com>
* Fixed problem with language. This was because a codification problem it was codified as ISO-8859-15 and has a special ISO character in the first caracter of first line, do not render anything, but it was inserting this char into PNG header, and graphic generation was failing on all graphics. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@648 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
f30e594507
commit
6243f4d410
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php
|
||||
// Pandora FMS - the Free monitoring system
|
||||
// ========================================
|
||||
// Copyright (c) 2004-2007 Sancho Lerena, slerena@gmail.com
|
||||
|
@ -875,7 +875,7 @@ $lang_label["graph_event_total"]="Event graph";
|
|||
$lang_label["graph_event_group"]="Event graph by group";
|
||||
$lang_label["graph_event_user"]="Event graph by user";
|
||||
$lang_label["db_agente_paquetes"]="Packets per agent";
|
||||
$lang_label["db_agente_modulo"]="Modules per agent";
|
||||
$lang_label["db_agente_módulo"]="Modules per agent";
|
||||
|
||||
$lang_label["inc_stat_status"]="Incidents by status";
|
||||
$lang_label["inc_stat_priority"]="Incidents by priority";
|
||||
|
@ -895,4 +895,4 @@ $lang_label["render_now"]="Render now";
|
|||
|
||||
global $lang_label;
|
||||
global $help_label;
|
||||
?>
|
||||
?>
|
Loading…
Reference in New Issue