Some words in the Cpanel are not possible to translate with the ini files because there’s no JTEXT in cpanel.php
(folder : plugins > system > jat3 > base-themes > default > blocks > usertools > cpanel.php)
This words : “About” “Guides” “Faqs” “Apply” “Reset” and “Cpanel”
It’s coded like this :
<a href="http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Overview" class="first" title="About T3"><span>About</span></a>
And it should be better like this :
<a href="http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Overview" class="first" title="About T3"><span><?php echo JText::_('About')?></span></a>
If you can modify it for the next upgrade of the Plugin 😎