webERP Forum
FormDesigner.php - hard coded strings - Printable Version

+- webERP Forum (http://www.weberp.org/forum)
+-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1)
+--- Forum: Feature Requests (http://www.weberp.org/forum/forumdisplay.php?fid=5)
+--- Thread: FormDesigner.php - hard coded strings (/showthread.php?tid=124)



FormDesigner.php - hard coded strings - james.dupin - 02-27-2012

main menu / setup / general / form layout editor

select the form to edit (whatever)

a lot of cells headers are not translated (only the first 3 headers are OK) and I don't find a ref for them in the message.po I have.
some row "headers" have the same problem (caption, line 1...)

see screenshot and highlightings


RE: FormDesigner.php - hard coded strings - phil - 02-28-2012

Hi James,
Unfortunately, the report writer is not written in code consistent with the rest of the system - there is a language include file in the report writer section where the strings are all defined - it does not use the same gettext methodology.