47
Yep Mamba, I also have same side effect like you. After uninstall all are back as it was before.
I found some other bugs in xTRANSAM.
_MA_USER_RANGE_LAST_LOGIN English: Logged in past Xdays
this is from xTRANSAM and this is original string:
define('_MA_USER_RANGE_LAST_LOGIN', 'Logged in past color:#ff0000;'>Xdays');
Also somewhere I found that xTRANSAM display real hyperlink instead code for link.
Another problem I found.
But this one is real problem.
All files xTRANSAM made is in ANSI format instead ANSI as UTF-8. So all files are unreadable with some editor because strings looks like this:
define("_MA_USER_ACTUS", "Aktivnih korisnika:; &;#37;s");
define("_MA_USER_INACTUS", "Neaktivnih korisnika:; &;#37;s");
instead this.
define('_MA_USER_ACTUS', 'Aktivnih korisnika: %s');
define('_MA_USER_INACTUS', 'Neaktivnih korisnika: %s');
It looks I'll be back to my old kind of translation with BeyonCompare program.