-
Incident report
-
Resolution: Fixed
-
Major
-
None
-
latest trunk of course
During translation i found several "bugs"
/php/api/classes/class.cgraphprototype.php:651
/php/api/classes/class.cgraph.php:657
self::exception(ZBX_API_ERROR_PARAMETERS, S_GRAPH.' [ '.$graph['name'].' ] '.S_GRAPH_TEMPLATE_HOST_CANNOT_OTHER_ITEMS_HOSTS_SMALL);
include/locales/en_gb.inc.php:1865
'S_GRAPH_TEMPLATE_HOST_CANNOT_OTHER_ITEMS_HOSTS_SMALL'=>_('with template host cannot contain items from other hosts.'),
Question to developers: how translator can translate correctly this string?
This string even contains logical error, i think this is right: "with templated items cannot contain items from other hosts."
Proof - http://www.zabbix.com/documentation/1.8/manual/config/graphs
And after it should be combined to single string like a "Graph %s with templated items cannot contain items from other hosts." or so.
api/classes/class.citemgeneral.php:226
Value type must be Float for aggregate items.
this string contain inconsistency "Value type" <-> "Type of information"
I propose to fix it and even improve: "Type of information must be "Numeric (float)" for aggregate items.
api/classes/class.citemgeneral.php:222
Type of information must be Log for log key.
I propose : Type of information must be "Log" for log key.
"Zabbix %s Copyright 2001-2011 by Zabbix SIA"
I propose to replace years date to some variable, then translators should not alter this string every year.
- duplicates
-
ZBX-3759 Incorrect GUI (API) string
- Closed