3
When I tried to logout I get this error:
Parse error: syntax error, unexpected T_STRING in /home/adpgroup/public_html/xoops/language/hrvatski/user.php on line 8
And yes there is really error:
English version is:
define('_US_NOTREGISTERED', 'Not registered? Click here.');
define('_US_LOSTPASSWORD', 'Lost your Password?');
I fixed this to:
define("_US_NOTREGISTERED", "Niste registrirani? Kliknite register.php">ovdje.");
define("_US_LOSTPASSWORD", "Izgubili ste lozinku?");
but still get error:
Parse error: syntax error, unexpected T_STRING in /home/adpgroup/public_html/xoops/language/hrvatski/user.php on line 7
Only diference from english and xTRANSAM translation is that english version use ' and xtransam ", so there is maybe coallision with " from a href in that string. But this is then
bug in xTRANSAM nothing else.
Yep, and after I manually changed " to ' and now is:
define('_US_NOTREGISTERED', 'Niste registrirani? Kliknite ovdje.');
define("_US_LOSTPASSWORD", "Izgubili ste lozinku?");
Now it works.
So question is why xTRANSAM actually change ' to " and who can fix this module?
I don't need to say now that every a href in strings now doesn't work and proccess error of same kind.
So, if you will fix xtransam module (which is quite good tool for translation) or you stop promote this module as translation tool. I hope you will fix it