1
source:
http://phplangeditor.mozdev.org/index.htmlPhplangeditor is a tool made to help php applications translators.
A lot of PHP applications are translated using one or many files of lang vars
$langHello = "Hello";
$langWorld = "World";
...
?>
It's not really easy for a translator to work in such a file. You have to open it in a text editor text navigate from string to string to replace it.
phplangeditor has been made to make this job easier.