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.
le="color: #000000"><?php _MA_USER_RANGE_LAST_LOGIN English: Logged in past Xdays
this is from xTRANSAM and this is original string:
le="color: #000000"><?php define('_MA_USER_RANGE_LAST_LOGIN', 'Logged in past <span style='color:#ff0000;'>X</span>days');
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:
le="color: #000000"><?php define("_MA_USER_ACTUS", "Aktivnih korisnika:; &;#37;s"); define("_MA_USER_INACTUS", "Neaktivnih korisnika:; &;#37;s");
instead this.
le="color: #000000"><?php 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.