i downloaded phpmyfaq for a spin and hit a rock immediately

I was to correct some of the translations, but as soon as you click "save" you get error-500 from the server and a php error because the language file gets corrupted (invalid php).
This is because italian translations have a single quote often in the text as in:
$PMF_LANG["msgS2FButton"] = "Invia l'e-mail";
If you save this with the current version of phpmyfaq that line becomes (mind the quotes):
$PMF_LANG["msgS2FButton"] = 'Invia l'e-mail';
hence the error.
I like phpmyfaq and would like to contribute some translations ... but this is a show stopper.
Joka.